diff --git a/cosmic/all.html b/cosmic/all.html index 27db3d1c24c..2e12dc5062d 100644 --- a/cosmic/all.html +++ b/cosmic/all.html @@ -1,2 +1,2 @@ List of all items in this crate -

List of all items

Structs

Enums

Traits

Macros

Derive Macros

Functions

Type Aliases

Statics

Constants

\ No newline at end of file +

List of all items

Structs

Enums

Traits

Macros

Derive Macros

Functions

Type Aliases

Statics

Constants

\ No newline at end of file diff --git a/cosmic/app/struct.Core.html b/cosmic/app/struct.Core.html index ea3ac1db5e2..d0f6e39704b 100644 --- a/cosmic/app/struct.Core.html +++ b/cosmic/app/struct.Core.html @@ -1,28 +1,28 @@ Core in cosmic::app - Rust -

Struct cosmic::app::Core

source ·
pub struct Core {
+    

Struct cosmic::app::Core

source ·
pub struct Core {
     pub debug: bool,
     pub window: Window,
     /* private fields */
 }
Expand description

COSMIC-specific application settings

Fields§

§debug: bool

Enables debug features in cosmic/iced.

-
§window: Window

Implementations§

source§

impl Core

source

pub fn is_condensed(&self) -> bool

Whether the window is too small for the nav bar + main content.

-
source

pub fn scale_factor(&self) -> f32

The scaling factor used by the application.

-
source

pub fn set_keyboard_nav(&mut self, enabled: bool)

Enable or disable keyboard navigation

-
source

pub fn keyboard_nav(&self) -> bool

Enable or disable keyboard navigation

-
source

pub fn set_context_title(&mut self, title: String)

Set context drawer header title

-
source

pub fn set_header_title(&mut self, title: String)

Set header bar title

-
source

pub fn nav_bar_active(&self) -> bool

Whether the nav panel is visible or not

-
source

pub fn nav_bar_toggle(&mut self)

source

pub fn nav_bar_toggle_condensed(&mut self)

source

pub fn nav_bar_set_toggled(&mut self, toggled: bool)

source

pub fn system_theme(&self) -> &Theme

Get the current system theme

-
source

pub fn system_theme_mode(&self) -> ThemeMode

Get the current system theme mode

-
source

pub fn watch_config<T: CosmicConfigEntry + Send + Sync + Default + 'static + Clone + PartialEq>( +

§window: Window

Implementations§

source§

impl Core

source

pub fn is_condensed(&self) -> bool

Whether the window is too small for the nav bar + main content.

+
source

pub fn scale_factor(&self) -> f32

The scaling factor used by the application.

+
source

pub fn set_keyboard_nav(&mut self, enabled: bool)

Enable or disable keyboard navigation

+
source

pub fn keyboard_nav(&self) -> bool

Enable or disable keyboard navigation

+
source

pub fn set_context_title(&mut self, title: String)

Set context drawer header title

+
source

pub fn set_header_title(&mut self, title: String)

Set header bar title

+
source

pub fn nav_bar_active(&self) -> bool

Whether the nav panel is visible or not

+
source

pub fn nav_bar_toggle(&mut self)

source

pub fn nav_bar_toggle_condensed(&mut self)

source

pub fn nav_bar_set_toggled(&mut self, toggled: bool)

source

pub fn system_theme(&self) -> &Theme

Get the current system theme

+
source

pub fn system_theme_mode(&self) -> ThemeMode

Get the current system theme mode

+
source

pub fn watch_config<T: CosmicConfigEntry + Send + Sync + Default + 'static + Clone + PartialEq>( &self, config_id: &'static str -) -> Subscription<Update<T>>

source

pub fn watch_state<T: CosmicConfigEntry + Send + Sync + Default + 'static + Clone + PartialEq>( +) -> Subscription<Update<T>>

source

pub fn watch_state<T: CosmicConfigEntry + Send + Sync + Default + 'static + Clone + PartialEq>( &self, state_id: &'static str -) -> Subscription<Update<T>>

source

pub fn focused_window(&self) -> Option<Id>

Get the current focused window if it exists

-
source

pub fn system_is_dark(&self) -> bool

Whether the application should use a dark theme, according to the system

-

Trait Implementations§

source§

impl Clone for Core

source§

fn clone(&self) -> Core

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for Core

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl Freeze for Core

§

impl RefUnwindSafe for Core

§

impl Send for Core

§

impl Sync for Core

§

impl Unpin for Core

§

impl UnwindSafe for Core

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where +) -> Subscription<Update<T>>

source

pub fn focused_window(&self) -> Option<Id>

Get the current focused window if it exists

+
source

pub fn system_is_dark(&self) -> bool

Whether the application should use a dark theme, according to the system

+

Trait Implementations§

source§

impl Clone for Core

source§

fn clone(&self) -> Core

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for Core

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl Freeze for Core

§

impl RefUnwindSafe for Core

§

impl Send for Core

§

impl Sync for Core

§

impl Unpin for Core

§

impl UnwindSafe for Core

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where T: Real + Zero + Arithmetics + Clone, Swp: WhitePoint<T>, Dwp: WhitePoint<T>, diff --git a/cosmic/config/constant.COSMIC_TK.html b/cosmic/config/constant.COSMIC_TK.html new file mode 100644 index 00000000000..4d39d467a05 --- /dev/null +++ b/cosmic/config/constant.COSMIC_TK.html @@ -0,0 +1,2 @@ +COSMIC_TK in cosmic::config - Rust +

Constant cosmic::config::COSMIC_TK

source ·
pub const COSMIC_TK: LocalKey<RefCell<CosmicTk>>;
\ No newline at end of file diff --git a/cosmic/config/constant.ID.html b/cosmic/config/constant.ID.html new file mode 100644 index 00000000000..77a5f63c96f --- /dev/null +++ b/cosmic/config/constant.ID.html @@ -0,0 +1,3 @@ +ID in cosmic::config - Rust +

Constant cosmic::config::ID

source ·
pub const ID: &str = "com.system76.CosmicTk";
Expand description

ID for the CosmicTk config.

+
\ No newline at end of file diff --git a/cosmic/config/enum.Density.html b/cosmic/config/enum.Density.html new file mode 100644 index 00000000000..d5ea954f7ec --- /dev/null +++ b/cosmic/config/enum.Density.html @@ -0,0 +1,85 @@ +Density in cosmic::config - Rust +

Enum cosmic::config::Density

source ·
pub enum Density {
+    Compact,
+    Standard,
+}

Variants§

§

Compact

§

Standard

Trait Implementations§

source§

impl Clone for Density

source§

fn clone(&self) -> Density

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Density

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Density

source§

fn default() -> Density

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Density

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl PartialEq for Density

source§

fn eq(&self, other: &Density) -> bool

This method tests for self and other values to be equal, and is used +by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Density

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for Density

source§

impl Eq for Density

source§

impl StructuralPartialEq for Density

Auto Trait Implementations§

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where + T: Real + Zero + Arithmetics + Clone, + Swp: WhitePoint<T>, + Dwp: WhitePoint<T>, + D: AdaptFrom<S, Swp, Dwp, T>,

source§

fn adapt_into_using<M>(self, method: M) -> D
where + M: TransformMatrix<T>,

Convert the source color to the destination color using the specified +method.
source§

fn adapt_into(self) -> D

Convert the source color to the destination color using the bradford +method by default.
source§

impl<T> Also for T

source§

fn also<F>(self, block: F) -> Self
where + F: FnOnce(&mut Self),

Apply a function to this value and return the (possibly) modified value.
source§

impl<T> Any for T
where + T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T, Res> Apply<Res> for T
where + T: ?Sized,

source§

fn apply<F>(self, f: F) -> Res
where + F: FnOnce(Self) -> Res, + Self: Sized,

Apply a function which takes the parameter by value.
source§

fn apply_ref<F>(&self, f: F) -> Res
where + F: FnOnce(&Self) -> Res,

Apply a function which takes the parameter by reference.
source§

fn apply_mut<F>(&mut self, f: F) -> Res
where + F: FnOnce(&mut Self) -> Res,

Apply a function which takes the parameter by mutable reference.
source§

impl<T, C> ArraysFrom<C> for T
where + C: IntoArrays<T>,

source§

fn arrays_from(colors: C) -> T

Cast a collection of colors into a collection of arrays.
source§

impl<T, C> ArraysInto<C> for T
where + C: FromArrays<T>,

source§

fn arrays_into(self) -> C

Cast this collection of arrays into a collection of colors.
source§

impl<T> Borrow<T> for T
where + T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<WpParam, T, U> Cam16IntoUnclamped<WpParam, T> for U
where + T: FromCam16Unclamped<WpParam, U>,

§

type Scalar = <T as FromCam16Unclamped<WpParam, U>>::Scalar

The number type that’s used in parameters when converting.
source§

fn cam16_into_unclamped( + self, + parameters: BakedParameters<WpParam, <U as Cam16IntoUnclamped<WpParam, T>>::Scalar> +) -> T

Converts self into C, using the provided parameters.
source§

impl<T, C> ComponentsFrom<C> for T
where + C: IntoComponents<T>,

source§

fn components_from(colors: C) -> T

Cast a collection of colors into a collection of color components.
source§

impl<T> Downcast for T
where + T: Any,

source§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
source§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
source§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
source§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
source§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

source§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Send + Sync>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
source§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
source§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
source§

impl<T> FromAngle<T> for T

source§

fn from_angle(angle: T) -> T

Performs a conversion from angle.
source§

impl<T, U> FromStimulus<U> for T
where + U: IntoStimulus<T>,

source§

fn from_stimulus(other: U) -> T

Converts other into Self, while performing the appropriate scaling, +rounding and clamping.
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where + U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
source§

impl<T, U> IntoAngle<U> for T
where + U: FromAngle<T>,

source§

fn into_angle(self) -> U

Performs a conversion into T.
source§

impl<WpParam, T, U> IntoCam16Unclamped<WpParam, T> for U
where + T: Cam16FromUnclamped<WpParam, U>,

§

type Scalar = <T as Cam16FromUnclamped<WpParam, U>>::Scalar

The number type that’s used in parameters when converting.
source§

fn into_cam16_unclamped( + self, + parameters: BakedParameters<WpParam, <U as IntoCam16Unclamped<WpParam, T>>::Scalar> +) -> T

Converts self into C, using the provided parameters.
source§

impl<T, U> IntoColor<U> for T
where + U: FromColor<T>,

source§

fn into_color(self) -> U

Convert into T with values clamped to the color defined bounds Read more
source§

impl<T, U> IntoColorUnclamped<U> for T
where + U: FromColorUnclamped<T>,

source§

fn into_color_unclamped(self) -> U

Convert into T. The resulting color might be invalid in its color space Read more
source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
source§

impl<T> IntoStimulus<T> for T

source§

fn into_stimulus(self) -> T

Converts self into T, while performing the appropriate scaling, +rounding and clamping.
source§

impl<T> Pointable for T

source§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<R, P> ReadPrimitive<R> for P
where + R: Read + ReadEndian<P>, + P: Default,

source§

fn read_from_little_endian(read: &mut R) -> Result<Self, Error>

Read this value from the supplied reader. Same as ReadEndian::read_from_little_endian().
source§

fn read_from_big_endian(read: &mut R) -> Result<Self, Error>

Read this value from the supplied reader. Same as ReadEndian::read_from_big_endian().
source§

fn read_from_native_endian(read: &mut R) -> Result<Self, Error>

Read this value from the supplied reader. Same as ReadEndian::read_from_native_endian().
source§

impl<T> ToOwned for T
where + T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, C> TryComponentsInto<C> for T
where + C: TryFromComponents<T>,

§

type Error = <C as TryFromComponents<T>>::Error

The error for when try_into_colors fails to cast.
source§

fn try_components_into(self) -> Result<C, <T as TryComponentsInto<C>>::Error>

Try to cast this collection of color components into a collection of +colors. Read more
source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T, U> TryIntoColor<U> for T
where + U: TryFromColor<T>,

source§

fn try_into_color(self) -> Result<U, OutOfBounds<U>>

Convert into T, returning ok if the color is inside of its defined +range, otherwise an OutOfBounds error is returned which contains +the unclamped color. Read more
source§

impl<C, U> UintsFrom<C> for U
where + C: IntoUints<U>,

source§

fn uints_from(colors: C) -> U

Cast a collection of colors into a collection of unsigned integers.
source§

impl<C, U> UintsInto<C> for U
where + C: FromUints<U>,

source§

fn uints_into(self) -> C

Cast this collection of unsigned integers into a collection of colors.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

source§

impl<T> MaybeSend for T
where + T: Send,

source§

impl<T> MaybeSync for T
where + T: Sync,

\ No newline at end of file diff --git a/cosmic/config/fn.apply_theme_global.html b/cosmic/config/fn.apply_theme_global.html new file mode 100644 index 00000000000..6cf2119a924 --- /dev/null +++ b/cosmic/config/fn.apply_theme_global.html @@ -0,0 +1,3 @@ +apply_theme_global in cosmic::config - Rust +
pub fn apply_theme_global() -> bool
Expand description

Apply the theme to other toolkits.

+
\ No newline at end of file diff --git a/cosmic/config/fn.header_size.html b/cosmic/config/fn.header_size.html new file mode 100644 index 00000000000..9a2225449f0 --- /dev/null +++ b/cosmic/config/fn.header_size.html @@ -0,0 +1,3 @@ +header_size in cosmic::config - Rust +

Function cosmic::config::header_size

source ·
pub fn header_size() -> Density
Expand description

Density of CSD/SSD header bars.

+
\ No newline at end of file diff --git a/cosmic/config/fn.icon_theme.html b/cosmic/config/fn.icon_theme.html new file mode 100644 index 00000000000..3340bdd2be0 --- /dev/null +++ b/cosmic/config/fn.icon_theme.html @@ -0,0 +1,3 @@ +icon_theme in cosmic::config - Rust +

Function cosmic::config::icon_theme

source ·
pub fn icon_theme() -> String
Expand description

Preferred icon theme.

+
\ No newline at end of file diff --git a/cosmic/config/fn.interface_density.html b/cosmic/config/fn.interface_density.html new file mode 100644 index 00000000000..9deadd52db1 --- /dev/null +++ b/cosmic/config/fn.interface_density.html @@ -0,0 +1,3 @@ +interface_density in cosmic::config - Rust +
pub fn interface_density() -> Density
Expand description

Interface density.

+
\ No newline at end of file diff --git a/cosmic/config/fn.show_maximize.html b/cosmic/config/fn.show_maximize.html new file mode 100644 index 00000000000..da9e27315f2 --- /dev/null +++ b/cosmic/config/fn.show_maximize.html @@ -0,0 +1,3 @@ +show_maximize in cosmic::config - Rust +

Function cosmic::config::show_maximize

source ·
pub fn show_maximize() -> bool
Expand description

Show maximize button in window header.

+
\ No newline at end of file diff --git a/cosmic/config/fn.show_minimize.html b/cosmic/config/fn.show_minimize.html new file mode 100644 index 00000000000..cda18bb03f2 --- /dev/null +++ b/cosmic/config/fn.show_minimize.html @@ -0,0 +1,3 @@ +show_minimize in cosmic::config - Rust +

Function cosmic::config::show_minimize

source ·
pub fn show_minimize() -> bool
Expand description

Show minimize button in window header.

+
\ No newline at end of file diff --git a/cosmic/config/index.html b/cosmic/config/index.html index 4e1c46e875b..d40c72b7e78 100644 --- a/cosmic/config/index.html +++ b/cosmic/config/index.html @@ -1,3 +1,3 @@ -cosmic::config - Rust -

Module cosmic::config

source ·
Expand description

Configurations available to libcosmic applications.

-

Modules§

  • Configurations for the libcosmic toolkit.

Structs§

\ No newline at end of file +cosmic::config - Rust +

Module cosmic::config

source ·
Expand description

Configurations available to libcosmic applications.

+

Structs§

Enums§

Constants§

Functions§

\ No newline at end of file diff --git a/cosmic/config/sidebar-items.js b/cosmic/config/sidebar-items.js index 81039932dba..b94ff3fbee4 100644 --- a/cosmic/config/sidebar-items.js +++ b/cosmic/config/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"mod":["toolkit"],"struct":["CosmicTk"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"constant":["COSMIC_TK","ID"],"enum":["Density"],"fn":["apply_theme_global","header_size","icon_theme","interface_density","show_maximize","show_minimize"],"struct":["CosmicTk"]}; \ No newline at end of file diff --git a/cosmic/config/struct.CosmicTk.html b/cosmic/config/struct.CosmicTk.html index 599ba106500..b9a96d8ac56 100644 --- a/cosmic/config/struct.CosmicTk.html +++ b/cosmic/config/struct.CosmicTk.html @@ -1,44 +1,60 @@ -CosmicTk in cosmic::config - Rust -

Struct cosmic::config::CosmicTk

source ·
pub struct CosmicTk {
+CosmicTk in cosmic::config - Rust
+    

Struct cosmic::config::CosmicTk

source ·
pub struct CosmicTk {
+    pub apply_theme_global: bool,
     pub show_minimize: bool,
     pub show_maximize: bool,
     pub icon_theme: String,
-    pub apply_theme_global: bool,
-}

Fields§

§show_minimize: bool

Show minimize button in window header.

+ pub header_size: Density, + pub interface_density: Density, +}

Fields§

§apply_theme_global: bool

Apply the theme to other toolkits.

+
§show_minimize: bool

Show minimize button in window header.

§show_maximize: bool

Show maximize button in window header.

§icon_theme: String

Preferred icon theme.

-
§apply_theme_global: bool

Apply the theme to other toolkits.

-

Implementations§

source§

impl CosmicTk

§header_size: Density

Density of CSD/SSD header bars.

+
§interface_density: Density

Interface density.

+

Implementations§

source§

impl CosmicTk

source

pub fn set_apply_theme_global( + &mut self, + config: &Config, + value: bool +) -> Result<bool, Error>

Sets CosmicTk::apply_theme_global and writes to cosmic_config::Config if changed

+

Returns Ok(true) when the field’s value has changed and was written to disk

+
source

pub fn set_show_minimize( &mut self, config: &Config, value: bool ) -> Result<bool, Error>

Sets CosmicTk::show_minimize and writes to cosmic_config::Config if changed

Returns Ok(true) when the field’s value has changed and was written to disk

-
source

pub fn set_show_maximize( +

source

pub fn set_show_maximize( &mut self, config: &Config, value: bool ) -> Result<bool, Error>

Sets CosmicTk::show_maximize and writes to cosmic_config::Config if changed

Returns Ok(true) when the field’s value has changed and was written to disk

-
source

pub fn set_icon_theme( +

source

pub fn set_icon_theme( &mut self, config: &Config, value: String ) -> Result<bool, Error>

Sets CosmicTk::icon_theme and writes to cosmic_config::Config if changed

Returns Ok(true) when the field’s value has changed and was written to disk

-
source

pub fn set_apply_theme_global( +

source

pub fn set_header_size( &mut self, config: &Config, - value: bool -) -> Result<bool, Error>

Sets CosmicTk::apply_theme_global and writes to cosmic_config::Config if changed

+ value: Density +) -> Result<bool, Error>

Sets CosmicTk::header_size and writes to cosmic_config::Config if changed

+

Returns Ok(true) when the field’s value has changed and was written to disk

+
source

pub fn set_interface_density( + &mut self, + config: &Config, + value: Density +) -> Result<bool, Error>

Sets CosmicTk::interface_density and writes to cosmic_config::Config if changed

Returns Ok(true) when the field’s value has changed and was written to disk

-
source§

impl CosmicTk

Trait Implementations§

source§

impl Clone for CosmicTk

source§

fn clone(&self) -> CosmicTk

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl CosmicConfigEntry for CosmicTk

source§

const VERSION: u64 = 1u64

source§

fn write_entry(&self, config: &Config) -> Result<(), Error>

source§

fn get_entry(config: &Config) -> Result<Self, (Vec<Error>, Self)>

source§

fn update_keys<T: AsRef<str>>( +

source§

impl CosmicTk

Trait Implementations§

source§

impl Clone for CosmicTk

source§

fn clone(&self) -> CosmicTk

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl CosmicConfigEntry for CosmicTk

source§

const VERSION: u64 = 1u64

source§

fn write_entry(&self, config: &Config) -> Result<(), Error>

source§

fn get_entry(config: &Config) -> Result<Self, (Vec<Error>, Self)>

source§

fn update_keys<T: AsRef<str>>( &mut self, config: &Config, changed_keys: &[T] -) -> (Vec<Error>, Vec<&'static str>)

Returns the keys that were updated
source§

impl Debug for CosmicTk

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for CosmicTk

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl PartialEq for CosmicTk

source§

fn eq(&self, other: &CosmicTk) -> bool

This method tests for self and other values to be equal, and is used +) -> (Vec<Error>, Vec<&'static str>)
Returns the keys that were updated
source§

impl Debug for CosmicTk

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for CosmicTk

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl PartialEq for CosmicTk

source§

fn eq(&self, other: &CosmicTk) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl Eq for CosmicTk

source§

impl StructuralPartialEq for CosmicTk

Auto Trait Implementations§

§

impl Freeze for CosmicTk

§

impl RefUnwindSafe for CosmicTk

§

impl Send for CosmicTk

§

impl Sync for CosmicTk

§

impl Unpin for CosmicTk

§

impl UnwindSafe for CosmicTk

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where +sufficient, and should not be overridden without very good reason.

source§

impl Eq for CosmicTk

source§

impl StructuralPartialEq for CosmicTk

Auto Trait Implementations§

§

impl Freeze for CosmicTk

§

impl RefUnwindSafe for CosmicTk

§

impl Send for CosmicTk

§

impl Sync for CosmicTk

§

impl Unpin for CosmicTk

§

impl UnwindSafe for CosmicTk

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where T: Real + Zero + Arithmetics + Clone, Swp: WhitePoint<T>, Dwp: WhitePoint<T>, diff --git a/cosmic/config/toolkit/constant.ID.html b/cosmic/config/toolkit/constant.ID.html deleted file mode 100644 index 762489f72ce..00000000000 --- a/cosmic/config/toolkit/constant.ID.html +++ /dev/null @@ -1,3 +0,0 @@ -ID in cosmic::config::toolkit - Rust -

Constant cosmic::config::toolkit::ID

source ·
pub const ID: &str = "com.system76.CosmicTk";
Expand description

ID for the CosmicTk config.

-
\ No newline at end of file diff --git a/cosmic/config/toolkit/index.html b/cosmic/config/toolkit/index.html deleted file mode 100644 index 31d055e5a36..00000000000 --- a/cosmic/config/toolkit/index.html +++ /dev/null @@ -1,3 +0,0 @@ -cosmic::config::toolkit - Rust -

Module cosmic::config::toolkit

source ·
Expand description

Configurations for the libcosmic toolkit.

-

Structs§

Constants§

  • ID for the CosmicTk config.
\ No newline at end of file diff --git a/cosmic/config/toolkit/sidebar-items.js b/cosmic/config/toolkit/sidebar-items.js deleted file mode 100644 index 14474334422..00000000000 --- a/cosmic/config/toolkit/sidebar-items.js +++ /dev/null @@ -1 +0,0 @@ -window.SIDEBAR_ITEMS = {"constant":["ID"],"struct":["CosmicTk"]}; \ No newline at end of file diff --git a/cosmic/config/toolkit/struct.CosmicTk.html b/cosmic/config/toolkit/struct.CosmicTk.html deleted file mode 100644 index beefb65d09d..00000000000 --- a/cosmic/config/toolkit/struct.CosmicTk.html +++ /dev/null @@ -1,116 +0,0 @@ -CosmicTk in cosmic::config::toolkit - Rust -

Struct cosmic::config::toolkit::CosmicTk

source ·
pub struct CosmicTk {
-    pub show_minimize: bool,
-    pub show_maximize: bool,
-    pub icon_theme: String,
-    pub apply_theme_global: bool,
-}

Fields§

§show_minimize: bool

Show minimize button in window header.

-
§show_maximize: bool

Show maximize button in window header.

-
§icon_theme: String

Preferred icon theme.

-
§apply_theme_global: bool

Apply the theme to other toolkits.

-

Implementations§

source§

impl CosmicTk

source

pub fn set_show_minimize( - &mut self, - config: &Config, - value: bool -) -> Result<bool, Error>

Sets CosmicTk::show_minimize and writes to cosmic_config::Config if changed

-

Returns Ok(true) when the field’s value has changed and was written to disk

-
source

pub fn set_show_maximize( - &mut self, - config: &Config, - value: bool -) -> Result<bool, Error>

Sets CosmicTk::show_maximize and writes to cosmic_config::Config if changed

-

Returns Ok(true) when the field’s value has changed and was written to disk

-
source

pub fn set_icon_theme( - &mut self, - config: &Config, - value: String -) -> Result<bool, Error>

Sets CosmicTk::icon_theme and writes to cosmic_config::Config if changed

-

Returns Ok(true) when the field’s value has changed and was written to disk

-
source

pub fn set_apply_theme_global( - &mut self, - config: &Config, - value: bool -) -> Result<bool, Error>

Sets CosmicTk::apply_theme_global and writes to cosmic_config::Config if changed

-

Returns Ok(true) when the field’s value has changed and was written to disk

-
source§

impl CosmicTk

Trait Implementations§

source§

impl Clone for CosmicTk

source§

fn clone(&self) -> CosmicTk

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl CosmicConfigEntry for CosmicTk

source§

const VERSION: u64 = 1u64

source§

fn write_entry(&self, config: &Config) -> Result<(), Error>

source§

fn get_entry(config: &Config) -> Result<Self, (Vec<Error>, Self)>

source§

fn update_keys<T: AsRef<str>>( - &mut self, - config: &Config, - changed_keys: &[T] -) -> (Vec<Error>, Vec<&'static str>)

Returns the keys that were updated
source§

impl Debug for CosmicTk

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for CosmicTk

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl PartialEq for CosmicTk

source§

fn eq(&self, other: &CosmicTk) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl Eq for CosmicTk

source§

impl StructuralPartialEq for CosmicTk

Auto Trait Implementations§

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where - T: Real + Zero + Arithmetics + Clone, - Swp: WhitePoint<T>, - Dwp: WhitePoint<T>, - D: AdaptFrom<S, Swp, Dwp, T>,

source§

fn adapt_into_using<M>(self, method: M) -> D
where - M: TransformMatrix<T>,

Convert the source color to the destination color using the specified -method.
source§

fn adapt_into(self) -> D

Convert the source color to the destination color using the bradford -method by default.
source§

impl<T> Also for T

source§

fn also<F>(self, block: F) -> Self
where - F: FnOnce(&mut Self),

Apply a function to this value and return the (possibly) modified value.
source§

impl<T> Any for T
where - T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T, Res> Apply<Res> for T
where - T: ?Sized,

source§

fn apply<F>(self, f: F) -> Res
where - F: FnOnce(Self) -> Res, - Self: Sized,

Apply a function which takes the parameter by value.
source§

fn apply_ref<F>(&self, f: F) -> Res
where - F: FnOnce(&Self) -> Res,

Apply a function which takes the parameter by reference.
source§

fn apply_mut<F>(&mut self, f: F) -> Res
where - F: FnOnce(&mut Self) -> Res,

Apply a function which takes the parameter by mutable reference.
source§

impl<T, C> ArraysFrom<C> for T
where - C: IntoArrays<T>,

source§

fn arrays_from(colors: C) -> T

Cast a collection of colors into a collection of arrays.
source§

impl<T, C> ArraysInto<C> for T
where - C: FromArrays<T>,

source§

fn arrays_into(self) -> C

Cast this collection of arrays into a collection of colors.
source§

impl<T> Borrow<T> for T
where - T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where - T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<WpParam, T, U> Cam16IntoUnclamped<WpParam, T> for U
where - T: FromCam16Unclamped<WpParam, U>,

§

type Scalar = <T as FromCam16Unclamped<WpParam, U>>::Scalar

The number type that’s used in parameters when converting.
source§

fn cam16_into_unclamped( - self, - parameters: BakedParameters<WpParam, <U as Cam16IntoUnclamped<WpParam, T>>::Scalar> -) -> T

Converts self into C, using the provided parameters.
source§

impl<T, C> ComponentsFrom<C> for T
where - C: IntoComponents<T>,

source§

fn components_from(colors: C) -> T

Cast a collection of colors into a collection of color components.
source§

impl<T> Downcast for T
where - T: Any,

source§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can -then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
source§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be -further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
source§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot -generate &Any’s vtable from &Trait’s.
source§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot -generate &mut Any’s vtable from &mut Trait’s.
source§

impl<T> DowncastSync for T
where - T: Any + Send + Sync,

source§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Send + Sync>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be -further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
source§

impl<Q, K> Equivalent<K> for Q
where - Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
source§

impl<Q, K> Equivalent<K> for Q
where - Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> FromAngle<T> for T

source§

fn from_angle(angle: T) -> T

Performs a conversion from angle.
source§

impl<T, U> FromStimulus<U> for T
where - U: IntoStimulus<T>,

source§

fn from_stimulus(other: U) -> T

Converts other into Self, while performing the appropriate scaling, -rounding and clamping.
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where - U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

-

That is, this conversion is whatever the implementation of -From<T> for U chooses to do.

-
source§

impl<T, U> IntoAngle<U> for T
where - U: FromAngle<T>,

source§

fn into_angle(self) -> U

Performs a conversion into T.
source§

impl<WpParam, T, U> IntoCam16Unclamped<WpParam, T> for U
where - T: Cam16FromUnclamped<WpParam, U>,

§

type Scalar = <T as Cam16FromUnclamped<WpParam, U>>::Scalar

The number type that’s used in parameters when converting.
source§

fn into_cam16_unclamped( - self, - parameters: BakedParameters<WpParam, <U as IntoCam16Unclamped<WpParam, T>>::Scalar> -) -> T

Converts self into C, using the provided parameters.
source§

impl<T, U> IntoColor<U> for T
where - U: FromColor<T>,

source§

fn into_color(self) -> U

Convert into T with values clamped to the color defined bounds Read more
source§

impl<T, U> IntoColorUnclamped<U> for T
where - U: FromColorUnclamped<T>,

source§

fn into_color_unclamped(self) -> U

Convert into T. The resulting color might be invalid in its color space Read more
source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> -if into_left is true. -Converts self into a Right variant of Either<Self, Self> -otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where - F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> -if into_left(&self) returns true. -Converts self into a Right variant of Either<Self, Self> -otherwise. Read more
source§

impl<T> IntoStimulus<T> for T

source§

fn into_stimulus(self) -> T

Converts self into T, while performing the appropriate scaling, -rounding and clamping.
source§

impl<T> Pointable for T

source§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<R, P> ReadPrimitive<R> for P
where - R: Read + ReadEndian<P>, - P: Default,

source§

fn read_from_little_endian(read: &mut R) -> Result<Self, Error>

Read this value from the supplied reader. Same as ReadEndian::read_from_little_endian().
source§

fn read_from_big_endian(read: &mut R) -> Result<Self, Error>

Read this value from the supplied reader. Same as ReadEndian::read_from_big_endian().
source§

fn read_from_native_endian(read: &mut R) -> Result<Self, Error>

Read this value from the supplied reader. Same as ReadEndian::read_from_native_endian().
source§

impl<T> ToOwned for T
where - T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, C> TryComponentsInto<C> for T
where - C: TryFromComponents<T>,

§

type Error = <C as TryFromComponents<T>>::Error

The error for when try_into_colors fails to cast.
source§

fn try_components_into(self) -> Result<C, <T as TryComponentsInto<C>>::Error>

Try to cast this collection of color components into a collection of -colors. Read more
source§

impl<T, U> TryFrom<U> for T
where - U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T, U> TryIntoColor<U> for T
where - U: TryFromColor<T>,

source§

fn try_into_color(self) -> Result<U, OutOfBounds<U>>

Convert into T, returning ok if the color is inside of its defined -range, otherwise an OutOfBounds error is returned which contains -the unclamped color. Read more
source§

impl<C, U> UintsFrom<C> for U
where - C: IntoUints<U>,

source§

fn uints_from(colors: C) -> U

Cast a collection of colors into a collection of unsigned integers.
source§

impl<C, U> UintsInto<C> for U
where - C: FromUints<U>,

source§

fn uints_into(self) -> C

Cast this collection of unsigned integers into a collection of colors.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where - S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

impl<T> MaybeSend for T
where - T: Send,

source§

impl<T> MaybeSync for T
where - T: Sync,

\ No newline at end of file diff --git a/cosmic/cosmic_config/trait.CosmicConfigEntry.html b/cosmic/cosmic_config/trait.CosmicConfigEntry.html index fec9e4ce2c8..c67b674504f 100644 --- a/cosmic/cosmic_config/trait.CosmicConfigEntry.html +++ b/cosmic/cosmic_config/trait.CosmicConfigEntry.html @@ -17,4 +17,4 @@ changed_keys: &[T] ) -> (Vec<Error>, Vec<&'static str>)
where T: AsRef<str>,

Returns the keys that were updated

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl CosmicConfigEntry for CosmicTk

source§

const VERSION: u64 = 1u64

source§

impl CosmicConfigEntry for Theme

source§

const VERSION: u64 = 1u64

source§

impl CosmicConfigEntry for ThemeBuilder

source§

const VERSION: u64 = 1u64

source§

impl CosmicConfigEntry for ThemeMode

source§

const VERSION: u64 = 1u64

\ No newline at end of file +

Object Safety§

This trait is not object safe.

Implementors§

source§

impl CosmicConfigEntry for CosmicTk

source§

const VERSION: u64 = 1u64

source§

impl CosmicConfigEntry for Theme

source§

const VERSION: u64 = 1u64

source§

impl CosmicConfigEntry for ThemeBuilder

source§

const VERSION: u64 = 1u64

source§

impl CosmicConfigEntry for ThemeMode

source§

const VERSION: u64 = 1u64

\ No newline at end of file diff --git a/cosmic/iced/advanced/graphics/core/struct.Element.html b/cosmic/iced/advanced/graphics/core/struct.Element.html index 351fae6d02d..8fe7fe32671 100644 --- a/cosmic/iced/advanced/graphics/core/struct.Element.html +++ b/cosmic/iced/advanced/graphics/core/struct.Element.html @@ -150,7 +150,7 @@
§Example
Handle: Clone + Hash + 'a,
source§

fn from(image: Image<'a, Handle>) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<LayerContainer<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( + Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( column: LayerContainer<'a, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer, Dependency, View> From<Lazy<'a, Message, Theme, Renderer, Dependency, View>> for Element<'a, Message, Theme, Renderer>
where View: Into<Element<'static, Message, Theme, Renderer>> + 'static, @@ -167,7 +167,7 @@
§Example
list: List<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<MenuBar<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, - Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where + Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, Theme: 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -187,7 +187,7 @@

§Example
pick_list: PickList<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<Popover<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'static, - Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where + Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Theme: StyleSheet + 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -200,7 +200,7 @@

§Example
) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer, I> From<RectangleTrackingContainer<'a, Message, Renderer, I>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( column: RectangleTrackingContainer<'a, Message, Renderer, I> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<Responsive<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, @@ -241,7 +241,7 @@
§Example
Renderer: Renderer,

source§

fn from( text_editor: TextEditor<'a, Highlighter, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message> From<TextInput<'a, Message>> for Element<'a, Message, Theme, Renderer>
where - Message: 'static + Clone,

source§

fn from( + Message: 'static + Clone,

source§

fn from( text_input: TextInput<'a, Message> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<TextInput<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, diff --git a/cosmic/iced/enum.Renderer.html b/cosmic/iced/enum.Renderer.html index c637da3b6bb..1918e9766cd 100644 --- a/cosmic/iced/enum.Renderer.html +++ b/cosmic/iced/enum.Renderer.html @@ -34,13 +34,13 @@ bounds: Rectangle, border_radius: [f32; 4] )

Draws an image with the given Handle and inside the provided -bounds.
source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +bounds.

source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -50,7 +50,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -59,27 +59,27 @@ layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for ColorPicker<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -88,12 +88,12 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, state: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -103,33 +103,33 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -139,14 +139,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -155,19 +155,19 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -176,13 +176,13 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn operate( +)

Draws the Widget using the associated Renderer.
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -192,32 +192,32 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( +) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -227,14 +227,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -243,25 +243,25 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -271,14 +271,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -287,19 +287,19 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -309,14 +309,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -325,25 +325,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -353,14 +353,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -369,31 +369,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -403,14 +403,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -419,25 +419,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -447,14 +447,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -463,23 +463,23 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Variant, SelectionMode, Message> Widget<Message, Theme, Renderer> for SegmentedButton<'a, Variant, SelectionMode, Message>
where Self: SegmentedVariant, Model<SelectionMode>: Selectable, SelectionMode: Default, - Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( + Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -489,20 +489,20 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -511,31 +511,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, _state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for TextInput<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn overlay<'b>( +)

Applies an Operation to the Widget.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -545,7 +545,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -554,15 +554,15 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, state: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, diff --git a/cosmic/iced/widget/enum.Renderer.html b/cosmic/iced/widget/enum.Renderer.html index 7ceaeec0e65..ede77ad4ba6 100644 --- a/cosmic/iced/widget/enum.Renderer.html +++ b/cosmic/iced/widget/enum.Renderer.html @@ -34,13 +34,13 @@ bounds: Rectangle, border_radius: [f32; 4] )

Draws an image with the given Handle and inside the provided -bounds.
source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +bounds.

source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -50,7 +50,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -59,27 +59,27 @@ layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for ColorPicker<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -88,12 +88,12 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, state: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -103,33 +103,33 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -139,14 +139,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -155,19 +155,19 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -176,13 +176,13 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn operate( +)

Draws the Widget using the associated Renderer.
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -192,32 +192,32 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( +) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -227,14 +227,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -243,25 +243,25 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -271,14 +271,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -287,19 +287,19 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -309,14 +309,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -325,25 +325,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -353,14 +353,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -369,31 +369,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -403,14 +403,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -419,25 +419,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -447,14 +447,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -463,23 +463,23 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Variant, SelectionMode, Message> Widget<Message, Theme, Renderer> for SegmentedButton<'a, Variant, SelectionMode, Message>
where Self: SegmentedVariant, Model<SelectionMode>: Selectable, SelectionMode: Default, - Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( + Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -489,20 +489,20 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -511,31 +511,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, _state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for TextInput<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn overlay<'b>( +)

Applies an Operation to the Widget.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -545,7 +545,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -554,15 +554,15 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, state: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, diff --git a/cosmic/iced_core/struct.Element.html b/cosmic/iced_core/struct.Element.html index 8524edbdc6e..a33f5e9814d 100644 --- a/cosmic/iced_core/struct.Element.html +++ b/cosmic/iced_core/struct.Element.html @@ -150,7 +150,7 @@

§Example
Handle: Clone + Hash + 'a,
source§

fn from(image: Image<'a, Handle>) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<LayerContainer<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( + Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( column: LayerContainer<'a, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer, Dependency, View> From<Lazy<'a, Message, Theme, Renderer, Dependency, View>> for Element<'a, Message, Theme, Renderer>
where View: Into<Element<'static, Message, Theme, Renderer>> + 'static, @@ -167,7 +167,7 @@
§Example
list: List<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<MenuBar<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, - Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where + Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, Theme: 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -187,7 +187,7 @@

§Example
pick_list: PickList<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<Popover<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'static, - Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where + Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Theme: StyleSheet + 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -200,7 +200,7 @@

§Example
) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer, I> From<RectangleTrackingContainer<'a, Message, Renderer, I>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( column: RectangleTrackingContainer<'a, Message, Renderer, I> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<Responsive<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, @@ -241,7 +241,7 @@
§Example
Renderer: Renderer,

source§

fn from( text_editor: TextEditor<'a, Highlighter, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message> From<TextInput<'a, Message>> for Element<'a, Message, Theme, Renderer>
where - Message: 'static + Clone,

source§

fn from( + Message: 'static + Clone,

source§

fn from( text_input: TextInput<'a, Message> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<TextInput<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, diff --git a/cosmic/iced_futures/core/struct.Element.html b/cosmic/iced_futures/core/struct.Element.html index 5fc4171ab65..0f7f1f677f6 100644 --- a/cosmic/iced_futures/core/struct.Element.html +++ b/cosmic/iced_futures/core/struct.Element.html @@ -150,7 +150,7 @@
§Example
Handle: Clone + Hash + 'a,

source§

fn from(image: Image<'a, Handle>) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<LayerContainer<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( + Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( column: LayerContainer<'a, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer, Dependency, View> From<Lazy<'a, Message, Theme, Renderer, Dependency, View>> for Element<'a, Message, Theme, Renderer>
where View: Into<Element<'static, Message, Theme, Renderer>> + 'static, @@ -167,7 +167,7 @@
§Example
list: List<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<MenuBar<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, - Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where + Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, Theme: 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -187,7 +187,7 @@

§Example
pick_list: PickList<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<Popover<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'static, - Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where + Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Theme: StyleSheet + 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -200,7 +200,7 @@

§Example
) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer, I> From<RectangleTrackingContainer<'a, Message, Renderer, I>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( column: RectangleTrackingContainer<'a, Message, Renderer, I> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<Responsive<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, @@ -241,7 +241,7 @@
§Example
Renderer: Renderer,

source§

fn from( text_editor: TextEditor<'a, Highlighter, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message> From<TextInput<'a, Message>> for Element<'a, Message, Theme, Renderer>
where - Message: 'static + Clone,

source§

fn from( + Message: 'static + Clone,

source§

fn from( text_input: TextInput<'a, Message> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<TextInput<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, diff --git a/cosmic/iced_renderer/enum.Renderer.html b/cosmic/iced_renderer/enum.Renderer.html index cf09ebb152b..0f5351ffd3e 100644 --- a/cosmic/iced_renderer/enum.Renderer.html +++ b/cosmic/iced_renderer/enum.Renderer.html @@ -34,13 +34,13 @@ bounds: Rectangle, border_radius: [f32; 4] )

Draws an image with the given Handle and inside the provided -bounds.
source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +bounds.

source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -50,7 +50,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -59,27 +59,27 @@ layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for ColorPicker<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -88,12 +88,12 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, state: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -103,33 +103,33 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -139,14 +139,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -155,19 +155,19 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -176,13 +176,13 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn operate( +)

Draws the Widget using the associated Renderer.
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -192,32 +192,32 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( +) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -227,14 +227,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -243,25 +243,25 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -271,14 +271,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -287,19 +287,19 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -309,14 +309,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -325,25 +325,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -353,14 +353,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -369,31 +369,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -403,14 +403,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -419,25 +419,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -447,14 +447,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -463,23 +463,23 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Variant, SelectionMode, Message> Widget<Message, Theme, Renderer> for SegmentedButton<'a, Variant, SelectionMode, Message>
where Self: SegmentedVariant, Model<SelectionMode>: Selectable, SelectionMode: Default, - Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( + Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -489,20 +489,20 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -511,31 +511,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, _state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for TextInput<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn overlay<'b>( +)

Applies an Operation to the Widget.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -545,7 +545,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -554,15 +554,15 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, state: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, diff --git a/cosmic/iced_renderer/graphics/core/struct.Element.html b/cosmic/iced_renderer/graphics/core/struct.Element.html index 3ef17f8a140..7117e952306 100644 --- a/cosmic/iced_renderer/graphics/core/struct.Element.html +++ b/cosmic/iced_renderer/graphics/core/struct.Element.html @@ -150,7 +150,7 @@

§Example
Handle: Clone + Hash + 'a,
source§

fn from(image: Image<'a, Handle>) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<LayerContainer<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( + Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( column: LayerContainer<'a, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer, Dependency, View> From<Lazy<'a, Message, Theme, Renderer, Dependency, View>> for Element<'a, Message, Theme, Renderer>
where View: Into<Element<'static, Message, Theme, Renderer>> + 'static, @@ -167,7 +167,7 @@
§Example
list: List<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<MenuBar<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, - Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where + Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, Theme: 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -187,7 +187,7 @@

§Example
pick_list: PickList<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<Popover<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'static, - Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where + Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Theme: StyleSheet + 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -200,7 +200,7 @@

§Example
) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer, I> From<RectangleTrackingContainer<'a, Message, Renderer, I>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( column: RectangleTrackingContainer<'a, Message, Renderer, I> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<Responsive<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, @@ -241,7 +241,7 @@
§Example
Renderer: Renderer,

source§

fn from( text_editor: TextEditor<'a, Highlighter, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message> From<TextInput<'a, Message>> for Element<'a, Message, Theme, Renderer>
where - Message: 'static + Clone,

source§

fn from( + Message: 'static + Clone,

source§

fn from( text_input: TextInput<'a, Message> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<TextInput<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, diff --git a/cosmic/iced_runtime/core/struct.Element.html b/cosmic/iced_runtime/core/struct.Element.html index f2bbe96e4c0..fbbe1538e6c 100644 --- a/cosmic/iced_runtime/core/struct.Element.html +++ b/cosmic/iced_runtime/core/struct.Element.html @@ -150,7 +150,7 @@
§Example
Handle: Clone + Hash + 'a,

source§

fn from(image: Image<'a, Handle>) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<LayerContainer<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( + Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( column: LayerContainer<'a, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer, Dependency, View> From<Lazy<'a, Message, Theme, Renderer, Dependency, View>> for Element<'a, Message, Theme, Renderer>
where View: Into<Element<'static, Message, Theme, Renderer>> + 'static, @@ -167,7 +167,7 @@
§Example
list: List<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<MenuBar<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, - Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where + Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, Theme: 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -187,7 +187,7 @@

§Example
pick_list: PickList<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<Popover<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'static, - Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where + Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Theme: StyleSheet + 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -200,7 +200,7 @@

§Example
) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer, I> From<RectangleTrackingContainer<'a, Message, Renderer, I>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( column: RectangleTrackingContainer<'a, Message, Renderer, I> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<Responsive<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, @@ -241,7 +241,7 @@
§Example
Renderer: Renderer,

source§

fn from( text_editor: TextEditor<'a, Highlighter, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message> From<TextInput<'a, Message>> for Element<'a, Message, Theme, Renderer>
where - Message: 'static + Clone,

source§

fn from( + Message: 'static + Clone,

source§

fn from( text_input: TextInput<'a, Message> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<TextInput<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, diff --git a/cosmic/iced_style/core/struct.Element.html b/cosmic/iced_style/core/struct.Element.html index df0e70da16c..c0a46a12677 100644 --- a/cosmic/iced_style/core/struct.Element.html +++ b/cosmic/iced_style/core/struct.Element.html @@ -150,7 +150,7 @@
§Example
Handle: Clone + Hash + 'a,

source§

fn from(image: Image<'a, Handle>) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<LayerContainer<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( + Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( column: LayerContainer<'a, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer, Dependency, View> From<Lazy<'a, Message, Theme, Renderer, Dependency, View>> for Element<'a, Message, Theme, Renderer>
where View: Into<Element<'static, Message, Theme, Renderer>> + 'static, @@ -167,7 +167,7 @@
§Example
list: List<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<MenuBar<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, - Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where + Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, Theme: 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -187,7 +187,7 @@

§Example
pick_list: PickList<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<Popover<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'static, - Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where + Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Theme: StyleSheet + 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -200,7 +200,7 @@

§Example
) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer, I> From<RectangleTrackingContainer<'a, Message, Renderer, I>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( column: RectangleTrackingContainer<'a, Message, Renderer, I> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<Responsive<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, @@ -241,7 +241,7 @@
§Example
Renderer: Renderer,

source§

fn from( text_editor: TextEditor<'a, Highlighter, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message> From<TextInput<'a, Message>> for Element<'a, Message, Theme, Renderer>
where - Message: 'static + Clone,

source§

fn from( + Message: 'static + Clone,

source§

fn from( text_input: TextInput<'a, Message> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<TextInput<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, diff --git a/cosmic/iced_widget/enum.Renderer.html b/cosmic/iced_widget/enum.Renderer.html index daeb96e595c..f58762f3c67 100644 --- a/cosmic/iced_widget/enum.Renderer.html +++ b/cosmic/iced_widget/enum.Renderer.html @@ -34,13 +34,13 @@ bounds: Rectangle, border_radius: [f32; 4] )

Draws an image with the given Handle and inside the provided -bounds.
source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +bounds.

source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -50,7 +50,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -59,27 +59,27 @@ layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for ColorPicker<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -88,12 +88,12 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, state: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -103,33 +103,33 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -139,14 +139,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -155,19 +155,19 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -176,13 +176,13 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn operate( +)

Draws the Widget using the associated Renderer.
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -192,32 +192,32 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( +) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -227,14 +227,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -243,25 +243,25 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -271,14 +271,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -287,19 +287,19 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -309,14 +309,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -325,25 +325,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -353,14 +353,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -369,31 +369,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -403,14 +403,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -419,25 +419,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -447,14 +447,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -463,23 +463,23 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Variant, SelectionMode, Message> Widget<Message, Theme, Renderer> for SegmentedButton<'a, Variant, SelectionMode, Message>
where Self: SegmentedVariant, Model<SelectionMode>: Selectable, SelectionMode: Default, - Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( + Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -489,20 +489,20 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -511,31 +511,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, _state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for TextInput<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn overlay<'b>( +)

Applies an Operation to the Widget.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -545,7 +545,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -554,15 +554,15 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, state: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, diff --git a/cosmic/iced_widget/renderer/enum.Renderer.html b/cosmic/iced_widget/renderer/enum.Renderer.html index 809243972e6..99028077213 100644 --- a/cosmic/iced_widget/renderer/enum.Renderer.html +++ b/cosmic/iced_widget/renderer/enum.Renderer.html @@ -34,13 +34,13 @@ bounds: Rectangle, border_radius: [f32; 4] )

Draws an image with the given Handle and inside the provided -bounds.
source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +bounds.

source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -50,7 +50,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -59,27 +59,27 @@ layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for ColorPicker<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -88,12 +88,12 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, state: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -103,33 +103,33 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -139,14 +139,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -155,19 +155,19 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -176,13 +176,13 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn operate( +)

Draws the Widget using the associated Renderer.
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -192,32 +192,32 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( +) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -227,14 +227,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -243,25 +243,25 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -271,14 +271,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -287,19 +287,19 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -309,14 +309,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -325,25 +325,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -353,14 +353,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -369,31 +369,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -403,14 +403,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -419,25 +419,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -447,14 +447,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -463,23 +463,23 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Variant, SelectionMode, Message> Widget<Message, Theme, Renderer> for SegmentedButton<'a, Variant, SelectionMode, Message>
where Self: SegmentedVariant, Model<SelectionMode>: Selectable, SelectionMode: Default, - Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( + Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -489,20 +489,20 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -511,31 +511,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, _state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for TextInput<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn overlay<'b>( +)

Applies an Operation to the Widget.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -545,7 +545,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -554,15 +554,15 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, state: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, diff --git a/cosmic/iced_widget/renderer/graphics/core/struct.Element.html b/cosmic/iced_widget/renderer/graphics/core/struct.Element.html index b74f6dda694..2021c6cddb9 100644 --- a/cosmic/iced_widget/renderer/graphics/core/struct.Element.html +++ b/cosmic/iced_widget/renderer/graphics/core/struct.Element.html @@ -150,7 +150,7 @@

§Example
Handle: Clone + Hash + 'a,
source§

fn from(image: Image<'a, Handle>) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<LayerContainer<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( + Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( column: LayerContainer<'a, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer, Dependency, View> From<Lazy<'a, Message, Theme, Renderer, Dependency, View>> for Element<'a, Message, Theme, Renderer>
where View: Into<Element<'static, Message, Theme, Renderer>> + 'static, @@ -167,7 +167,7 @@
§Example
list: List<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<MenuBar<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, - Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where + Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, Theme: 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -187,7 +187,7 @@

§Example
pick_list: PickList<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<Popover<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'static, - Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where + Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Theme: StyleSheet + 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -200,7 +200,7 @@

§Example
) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer, I> From<RectangleTrackingContainer<'a, Message, Renderer, I>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( column: RectangleTrackingContainer<'a, Message, Renderer, I> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<Responsive<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, @@ -241,7 +241,7 @@
§Example
Renderer: Renderer,

source§

fn from( text_editor: TextEditor<'a, Highlighter, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message> From<TextInput<'a, Message>> for Element<'a, Message, Theme, Renderer>
where - Message: 'static + Clone,

source§

fn from( + Message: 'static + Clone,

source§

fn from( text_input: TextInput<'a, Message> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<TextInput<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, diff --git a/cosmic/iced_winit/graphics/core/struct.Element.html b/cosmic/iced_winit/graphics/core/struct.Element.html index 7058f72e361..e062da7ebd3 100644 --- a/cosmic/iced_winit/graphics/core/struct.Element.html +++ b/cosmic/iced_winit/graphics/core/struct.Element.html @@ -150,7 +150,7 @@
§Example
Handle: Clone + Hash + 'a,

source§

fn from(image: Image<'a, Handle>) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<LayerContainer<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( + Theme: StyleSheet + LayeredTheme + 'a + Clone,

source§

fn from( column: LayerContainer<'a, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer, Dependency, View> From<Lazy<'a, Message, Theme, Renderer, Dependency, View>> for Element<'a, Message, Theme, Renderer>
where View: Into<Element<'static, Message, Theme, Renderer>> + 'static, @@ -167,7 +167,7 @@
§Example
list: List<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<MenuBar<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, - Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where + Renderer: 'a + Renderer,

source§

fn from(value: MenuBar<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<MouseArea<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, Theme: 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -187,7 +187,7 @@

§Example
pick_list: PickList<'a, T, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer> From<Popover<'a, Message, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'static, - Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where + Renderer: Renderer + 'static,

source§

fn from(popover: Popover<'a, Message, Renderer>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<ProgressBar<Theme>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Theme: StyleSheet + 'a, Renderer: 'a + Renderer,

source§

fn from( @@ -200,7 +200,7 @@

§Example
) -> Element<'a, Message, Theme, Renderer>
Converts to this type from the input type.
source§

impl<'a, Message, Renderer, I> From<RectangleTrackingContainer<'a, Message, Renderer, I>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, Renderer: 'a + Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn from( column: RectangleTrackingContainer<'a, Message, Renderer, I> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<Responsive<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a, @@ -241,7 +241,7 @@
§Example
Renderer: Renderer,

source§

fn from( text_editor: TextEditor<'a, Highlighter, Message, Theme, Renderer> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message> From<TextInput<'a, Message>> for Element<'a, Message, Theme, Renderer>
where - Message: 'static + Clone,

source§

fn from( + Message: 'static + Clone,

source§

fn from( text_input: TextInput<'a, Message> ) -> Element<'a, Message, Theme, Renderer>

Converts to this type from the input type.
source§

impl<'a, Message, Theme, Renderer> From<TextInput<'a, Message, Theme, Renderer>> for Element<'a, Message, Theme, Renderer>
where Message: 'a + Clone, diff --git a/cosmic/struct.Theme.html b/cosmic/struct.Theme.html index 3d615ddb67f..01755eb343d 100644 --- a/cosmic/struct.Theme.html +++ b/cosmic/struct.Theme.html @@ -5,19 +5,19 @@ }

Fields§

§theme_type: ThemeType§layer: Layer

Implementations§

source§

impl Theme

source

pub fn cosmic(&self) -> &Theme

source

pub fn dark() -> Self

source

pub fn light() -> Self

source

pub fn dark_hc() -> Self

source

pub fn light_hc() -> Self

source

pub fn custom(theme: Arc<CosmicTheme>) -> Self

source

pub fn system(theme: Arc<CosmicTheme>) -> Self

source

pub fn current_container(&self) -> &Container

get current container can be used in a component that is intended to be a child of a CosmicContainer

source

pub fn set_theme(&mut self, theme: ThemeType)

set the theme

-

Trait Implementations§

source§

impl Clone for Theme

source§

fn clone(&self) -> Theme

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Theme

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Theme

source§

fn default() -> Theme

Returns the “default value” for a type. Read more
source§

impl LayeredTheme for Theme

source§

fn set_layer(&mut self, layer: Layer)

Set the layer of the theme
source§

impl<'a, 'b, Message, Renderer> Overlay<Message, Theme, Renderer> for Overlay<'a, 'b, Message, Renderer>
where - Renderer: Renderer,

Trait Implementations§

source§

impl Clone for Theme

source§

fn clone(&self) -> Theme

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Theme

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Theme

source§

fn default() -> Theme

Returns the “default value” for a type. Read more
source§

impl LayeredTheme for Theme

source§

fn set_layer(&mut self, layer: Layer)

Set the layer of the theme
source§

impl<'a, 'b, Message, Renderer> Overlay<Message, Theme, Renderer> for Overlay<'a, 'b, Message, Renderer>
where + Renderer: Renderer,

source§

fn layout( &mut self, renderer: &Renderer, bounds: Size, position: Point, _translation: Vector -) -> Node

Returns the layout Node of the Overlay. Read more
source§

fn operate( +) -> Node

Returns the layout Node of the Overlay. Read more
source§

fn operate( &mut self, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Overlay.
source§

fn on_event( +)

Applies an Operation to the Overlay.
source§

fn on_event( &mut self, event: Event, layout: Layout<'_>, @@ -25,13 +25,13 @@ renderer: &Renderer, clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message> -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Overlay. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Overlay. Read more
source§

fn draw( &self, renderer: &mut Renderer, theme: &Theme, @@ -43,26 +43,26 @@ layout: Layout<'_>, _renderer: &Renderer, cursor_position: Point -) -> bool

Returns true if the cursor is over the Overlay. Read more
source§

fn overlay<'a>( +) -> bool

Returns true if the cursor is over the Overlay. Read more
source§

fn overlay<'a>( &'a mut self, _layout: Layout<'_>, _renderer: &Renderer ) -> Option<Element<'a, Message, Theme, Renderer>>

Returns the nested overlay of the Overlay, if there is any.
source§

impl PartialEq for Theme

source§

fn eq(&self, other: &Theme) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl StyleSheet for Theme

source§

fn default(&self) -> Appearance

The default Appearance of the cards.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &Self::Style, is_active: bool) -> Appearance

Returns the active Appearance of the toggler for the provided Style.
source§

fn hovered(&self, style: &Self::Style, is_active: bool) -> Appearance

Returns the hovered Appearance of the toggler for the provided Style.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &Self::Style, is_selected: bool) -> Appearance

Produces the active Appearance of a radio button.
source§

fn hovered(&self, _style: &Self::Style, is_selected: bool) -> Appearance

Produces the hovered Appearance of a radio button.
source§

impl StyleSheet for Theme

§

type Style = Rule

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the style of a rule.
source§

impl StyleSheet for Theme

§

type Style = SegmentedButton

The supported style of the StyleSheet.
source§

fn horizontal(&self, style: &Self::Style) -> Appearance

The horizontal Appearance of the segmented button.
source§

fn vertical(&self, style: &Self::Style) -> Appearance

The vertical Appearance of the segmented button.
source§

impl StyleSheet for Theme

§

type Style = Text

The supported style of the StyleSheet.
source§

fn appearance(&self, style: Self::Style) -> Appearance

Produces the Appearance of some text.
source§

impl StyleSheet for Theme

§

type Style = TextInput

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn error(&self, style: &Self::Style) -> Appearance

Produces the style of an errored text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

impl StyleSheet for Theme

§

type Style = Button

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the active Appearance of a button.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the hovered Appearance of a button.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the disabled Appearance of a button.
source§

fn pressed(&self, style: &Self::Style) -> Appearance

Produces the pressed Appearance of a button.
source§

impl StyleSheet for Theme

§

type Style = Scrollable

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Scrollbar

Produces the style of an active scrollbar.
source§

fn hovered( +sufficient, and should not be overridden without very good reason.

source§

impl StyleSheet for Theme

§

type Style = MenuBarStyle

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of a menu bar and its menus.
source§

impl StyleSheet for Theme

§

type Style = Text

The supported style of the StyleSheet.
source§

fn appearance(&self, style: Self::Style) -> Appearance

Produces the Appearance of some text.
source§

impl StyleSheet for Theme

§

type Style = Container

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of a container.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn picked_split(&self, _style: &Self::Style) -> Option<Line>

The Line to draw when a split is picked.
source§

fn hovered_split(&self, _style: &Self::Style) -> Option<Line>

The Line to draw when a split is hovered.
source§

fn hovered_region(&self, _style: &Self::Style) -> Appearance

The Appearance to draw when a pane is hovered.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &()) -> Appearance

Produces the active Appearance of a pick list.
source§

fn hovered(&self, style: &()) -> Appearance

Produces the hovered Appearance of a pick list.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn appearance(&self, _style: &Self::Style) -> Appearance

Produces the Appearance of a menu.
source§

impl StyleSheet for Theme

§

type Style = Svg

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of the svg.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the hovered Appearance of a svg content.
source§

impl StyleSheet for Theme

§

type Style = ProgressBar

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of the progress bar.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &Self::Style, is_active: bool) -> Appearance

Returns the active Appearance of the toggler for the provided Style.
source§

fn hovered(&self, style: &Self::Style, is_active: bool) -> Appearance

Returns the hovered Appearance of the toggler for the provided Style.
source§

impl StyleSheet for Theme

§

type Style = Button

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the active Appearance of a button.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the hovered Appearance of a button.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the disabled Appearance of a button.
source§

fn pressed(&self, style: &Self::Style) -> Appearance

Produces the pressed Appearance of a button.
source§

impl StyleSheet for Theme

§

type Style = TextEditor

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn placeholder_color(&self, style: &Self::Style) -> Color

Produces the Color of the placeholder of a text input.
source§

fn value_color(&self, style: &Self::Style) -> Color

Produces the Color of the value of a text input.
source§

fn disabled_color(&self, style: &Self::Style) -> Color

Produces the Color of the value of a disabled text input.
source§

fn selection_color(&self, style: &Self::Style) -> Color

Produces the Color of the selection of a text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

impl StyleSheet for Theme

§

type Style = Checkbox

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style, is_checked: bool) -> Appearance

Produces the active Appearance of a checkbox.
source§

fn hovered(&self, style: &Self::Style, is_checked: bool) -> Appearance

Produces the hovered Appearance of a checkbox.
source§

impl StyleSheet for Theme

§

type Style = TextInput

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn placeholder_color(&self, _style: &Self::Style) -> Color

Produces the Color of the placeholder of a text input.
source§

fn value_color(&self, _style: &Self::Style) -> Color

Produces the Color of the value of a text input.
source§

fn selection_color(&self, _style: &Self::Style) -> Color

Produces the Color of the selection of a text input.
source§

fn disabled_color(&self, _style: &Self::Style) -> Color

Produces the Color of the value of a disabled text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

impl StyleSheet for Theme

§

type Style = Scrollable

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Scrollbar

Produces the style of an active scrollbar.
source§

fn hovered( &self, style: &Self::Style, is_mouse_over_scrollbar: bool -) -> Scrollbar

Produces the style of a scrollbar when the scrollable is being hovered.
source§

fn dragging(&self, style: &Self::Style) -> Scrollbar

Produces the style of a scrollbar that is being dragged.
source§

fn active_horizontal(&self, style: &Self::Style) -> Scrollbar

Produces the style of an active horizontal scrollbar.
source§

fn hovered_horizontal( +) -> Scrollbar

Produces the style of a scrollbar when the scrollable is being hovered.
source§

fn dragging(&self, style: &Self::Style) -> Scrollbar

Produces the style of a scrollbar that is being dragged.
source§

fn active_horizontal(&self, style: &Self::Style) -> Scrollbar

Produces the style of an active horizontal scrollbar.
source§

fn hovered_horizontal( &self, style: &Self::Style, is_mouse_over_scrollbar: bool -) -> Scrollbar

Produces the style of a horizontal scrollbar when the scrollable is being hovered.
source§

fn dragging_horizontal(&self, style: &Self::Style) -> Scrollbar

Produces the style of a horizontal scrollbar that is being dragged.
source§

impl StyleSheet for Theme

§

type Style = Svg

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of the svg.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the hovered Appearance of a svg content.
source§

impl StyleSheet for Theme

§

type Style = MenuBarStyle

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of a menu bar and its menus.
source§

impl StyleSheet for Theme

§

type Style = ProgressBar

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of the progress bar.
source§

impl StyleSheet for Theme

§

type Style = Slider

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active slider.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered slider.
source§

fn dragging(&self, style: &Self::Style) -> Appearance

Produces the style of a slider that is being dragged.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn appearance(&self, _style: &Self::Style) -> Appearance

Produces the Appearance of a menu.
source§

impl StyleSheet for Theme

§

type Style = TextEditor

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn placeholder_color(&self, style: &Self::Style) -> Color

Produces the Color of the placeholder of a text input.
source§

fn value_color(&self, style: &Self::Style) -> Color

Produces the Color of the value of a text input.
source§

fn disabled_color(&self, style: &Self::Style) -> Color

Produces the Color of the value of a disabled text input.
source§

fn selection_color(&self, style: &Self::Style) -> Color

Produces the Color of the selection of a text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

impl StyleSheet for Theme

§

type Style = TextInput

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn placeholder_color(&self, _style: &Self::Style) -> Color

Produces the Color of the placeholder of a text input.
source§

fn value_color(&self, _style: &Self::Style) -> Color

Produces the Color of the value of a text input.
source§

fn selection_color(&self, _style: &Self::Style) -> Color

Produces the Color of the selection of a text input.
source§

fn disabled_color(&self, _style: &Self::Style) -> Color

Produces the Color of the value of a disabled text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

impl StyleSheet for Theme

§

type Style = Button

The supported style of the StyleSheet.
source§

fn active( +) -> Scrollbar

Produces the style of a horizontal scrollbar when the scrollable is being hovered.
source§

fn dragging_horizontal(&self, style: &Self::Style) -> Scrollbar

Produces the style of a horizontal scrollbar that is being dragged.
source§

impl StyleSheet for Theme

§

type Style = Slider

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active slider.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered slider.
source§

fn dragging(&self, style: &Self::Style) -> Appearance

Produces the style of a slider that is being dragged.
source§

impl StyleSheet for Theme

§

type Style = SegmentedButton

The supported style of the StyleSheet.
source§

fn horizontal(&self, style: &Self::Style) -> Appearance

The horizontal Appearance of the segmented button.
source§

fn vertical(&self, style: &Self::Style) -> Appearance

The vertical Appearance of the segmented button.
source§

impl StyleSheet for Theme

§

type Style = TextInput

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn error(&self, style: &Self::Style) -> Appearance

Produces the style of an errored text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

impl StyleSheet for Theme

§

type Style = Rule

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the style of a rule.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn appearance(&self, _style: &Self::Style) -> Appearance

Produces the Appearance of a menu.
source§

impl StyleSheet for Theme

§

type Style = Application

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Returns the Appearance of the application for the provided Style.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &Self::Style, is_selected: bool) -> Appearance

Produces the active Appearance of a radio button.
source§

fn hovered(&self, _style: &Self::Style, is_selected: bool) -> Appearance

Produces the hovered Appearance of a radio button.
source§

impl StyleSheet for Theme

source§

fn default(&self) -> Appearance

The default Appearance of the cards.
source§

impl StyleSheet for Theme

§

type Style = Button

The supported style of the StyleSheet.
source§

fn active( &self, focused: bool, selected: bool, style: &Self::Style -) -> Appearance

Produces the active Appearance of a button.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the disabled Appearance of a button.
source§

fn drop_target(&self, style: &Self::Style) -> Appearance

Appearance when the button is the target of a DND operation.
source§

fn hovered( +) -> Appearance

Produces the active Appearance of a button.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the disabled Appearance of a button.
source§

fn drop_target(&self, style: &Self::Style) -> Appearance

Appearance when the button is the target of a DND operation.
source§

fn hovered( &self, focused: bool, selected: bool, @@ -72,14 +72,14 @@ focused: bool, selected: bool, style: &Self::Style -) -> Appearance

Produces the pressed Appearance of a button.
source§

fn selection_background(&self) -> Background

Background color of the selection indicator
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn picked_split(&self, _style: &Self::Style) -> Option<Line>

The Line to draw when a split is picked.
source§

fn hovered_split(&self, _style: &Self::Style) -> Option<Line>

The Line to draw when a split is hovered.
source§

fn hovered_region(&self, _style: &Self::Style) -> Appearance

The Appearance to draw when a pane is hovered.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &()) -> Appearance

Produces the active Appearance of a pick list.
source§

fn hovered(&self, style: &()) -> Appearance

Produces the hovered Appearance of a pick list.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn appearance(&self, _style: &Self::Style) -> Appearance

Produces the Appearance of a menu.
source§

impl StyleSheet for Theme

§

type Style = Checkbox

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style, is_checked: bool) -> Appearance

Produces the active Appearance of a checkbox.
source§

fn hovered(&self, style: &Self::Style, is_checked: bool) -> Appearance

Produces the hovered Appearance of a checkbox.
source§

impl StyleSheet for Theme

§

type Style = Container

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of a container.
source§

impl StyleSheet for Theme

§

type Style = Application

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Returns the Appearance of the application for the provided Style.
source§

impl<'a, Message, Renderer> Widget<Message, Theme, Renderer> for AspectRatio<'a, Message, Renderer>
where - Renderer: Renderer,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +) -> Appearance

Produces the pressed Appearance of a button.
source§

fn selection_background(&self) -> Background

Background color of the selection indicator
source§

impl<'a, Message, Renderer> Widget<Message, Theme, Renderer> for AspectRatio<'a, Message, Renderer>
where + Renderer: Renderer,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -89,14 +89,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -105,25 +105,25 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -133,7 +133,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -142,27 +142,27 @@ layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for ColorPicker<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -171,12 +171,12 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, state: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -186,33 +186,33 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -222,14 +222,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -238,19 +238,19 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -259,13 +259,13 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn operate( +)

Draws the Widget using the associated Renderer.
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -275,32 +275,32 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( +) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -310,14 +310,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -326,25 +326,25 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -354,14 +354,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -370,19 +370,19 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -392,14 +392,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -408,25 +408,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -436,14 +436,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -452,31 +452,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -486,14 +486,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -502,25 +502,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -530,14 +530,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -546,20 +546,20 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message, Renderer> Widget<Message, Theme, Renderer> for MenuBar<'a, Message, Renderer>
where - Renderer: Renderer,

source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( + Renderer: Renderer,

source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -569,7 +569,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -578,39 +578,39 @@ layout: Layout<'_>, view_cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message, Renderer> Widget<Message, Theme, Renderer> for Popover<'a, Message, Renderer>
where - Renderer: Renderer,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + Renderer: Renderer,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -620,14 +620,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -636,27 +636,27 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, tree: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message, Renderer, I> Widget<Message, Theme, Renderer> for RectangleTrackingContainer<'a, Message, Renderer, I>
where Renderer: Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -666,14 +666,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -682,23 +682,23 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Variant, SelectionMode, Message> Widget<Message, Theme, Renderer> for SegmentedButton<'a, Variant, SelectionMode, Message>
where Self: SegmentedVariant, Model<SelectionMode>: Selectable, SelectionMode: Default, - Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( + Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -708,20 +708,20 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -730,31 +730,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, _state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for TextInput<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn overlay<'b>( +)

Applies an Operation to the Widget.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -764,7 +764,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -773,15 +773,15 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, state: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, diff --git a/cosmic/theme/struct.Theme.html b/cosmic/theme/struct.Theme.html index 689a6c69a2d..1ef64d23585 100644 --- a/cosmic/theme/struct.Theme.html +++ b/cosmic/theme/struct.Theme.html @@ -5,19 +5,19 @@ }

Fields§

§theme_type: ThemeType§layer: Layer

Implementations§

source§

impl Theme

source

pub fn cosmic(&self) -> &Theme

source

pub fn dark() -> Self

source

pub fn light() -> Self

source

pub fn dark_hc() -> Self

source

pub fn light_hc() -> Self

source

pub fn custom(theme: Arc<CosmicTheme>) -> Self

source

pub fn system(theme: Arc<CosmicTheme>) -> Self

source

pub fn current_container(&self) -> &Container

get current container can be used in a component that is intended to be a child of a CosmicContainer

source

pub fn set_theme(&mut self, theme: ThemeType)

set the theme

-

Trait Implementations§

source§

impl Clone for Theme

source§

fn clone(&self) -> Theme

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Theme

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Theme

source§

fn default() -> Theme

Returns the “default value” for a type. Read more
source§

impl LayeredTheme for Theme

source§

fn set_layer(&mut self, layer: Layer)

Set the layer of the theme
source§

impl<'a, 'b, Message, Renderer> Overlay<Message, Theme, Renderer> for Overlay<'a, 'b, Message, Renderer>
where - Renderer: Renderer,

Trait Implementations§

source§

impl Clone for Theme

source§

fn clone(&self) -> Theme

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Theme

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Theme

source§

fn default() -> Theme

Returns the “default value” for a type. Read more
source§

impl LayeredTheme for Theme

source§

fn set_layer(&mut self, layer: Layer)

Set the layer of the theme
source§

impl<'a, 'b, Message, Renderer> Overlay<Message, Theme, Renderer> for Overlay<'a, 'b, Message, Renderer>
where + Renderer: Renderer,

source§

fn layout( &mut self, renderer: &Renderer, bounds: Size, position: Point, _translation: Vector -) -> Node

Returns the layout Node of the Overlay. Read more
source§

fn operate( +) -> Node

Returns the layout Node of the Overlay. Read more
source§

fn operate( &mut self, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Overlay.
source§

fn on_event( +)

Applies an Operation to the Overlay.
source§

fn on_event( &mut self, event: Event, layout: Layout<'_>, @@ -25,13 +25,13 @@ renderer: &Renderer, clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message> -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Overlay. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Overlay. Read more
source§

fn draw( &self, renderer: &mut Renderer, theme: &Theme, @@ -43,26 +43,26 @@ layout: Layout<'_>, _renderer: &Renderer, cursor_position: Point -) -> bool

Returns true if the cursor is over the Overlay. Read more
source§

fn overlay<'a>( +) -> bool

Returns true if the cursor is over the Overlay. Read more
source§

fn overlay<'a>( &'a mut self, _layout: Layout<'_>, _renderer: &Renderer ) -> Option<Element<'a, Message, Theme, Renderer>>

Returns the nested overlay of the Overlay, if there is any.
source§

impl PartialEq for Theme

source§

fn eq(&self, other: &Theme) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl StyleSheet for Theme

source§

fn default(&self) -> Appearance

The default Appearance of the cards.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &Self::Style, is_active: bool) -> Appearance

Returns the active Appearance of the toggler for the provided Style.
source§

fn hovered(&self, style: &Self::Style, is_active: bool) -> Appearance

Returns the hovered Appearance of the toggler for the provided Style.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &Self::Style, is_selected: bool) -> Appearance

Produces the active Appearance of a radio button.
source§

fn hovered(&self, _style: &Self::Style, is_selected: bool) -> Appearance

Produces the hovered Appearance of a radio button.
source§

impl StyleSheet for Theme

§

type Style = Rule

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the style of a rule.
source§

impl StyleSheet for Theme

§

type Style = SegmentedButton

The supported style of the StyleSheet.
source§

fn horizontal(&self, style: &Self::Style) -> Appearance

The horizontal Appearance of the segmented button.
source§

fn vertical(&self, style: &Self::Style) -> Appearance

The vertical Appearance of the segmented button.
source§

impl StyleSheet for Theme

§

type Style = Text

The supported style of the StyleSheet.
source§

fn appearance(&self, style: Self::Style) -> Appearance

Produces the Appearance of some text.
source§

impl StyleSheet for Theme

§

type Style = TextInput

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn error(&self, style: &Self::Style) -> Appearance

Produces the style of an errored text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

impl StyleSheet for Theme

§

type Style = Button

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the active Appearance of a button.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the hovered Appearance of a button.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the disabled Appearance of a button.
source§

fn pressed(&self, style: &Self::Style) -> Appearance

Produces the pressed Appearance of a button.
source§

impl StyleSheet for Theme

§

type Style = Scrollable

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Scrollbar

Produces the style of an active scrollbar.
source§

fn hovered( +sufficient, and should not be overridden without very good reason.

source§

impl StyleSheet for Theme

§

type Style = MenuBarStyle

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of a menu bar and its menus.
source§

impl StyleSheet for Theme

§

type Style = Text

The supported style of the StyleSheet.
source§

fn appearance(&self, style: Self::Style) -> Appearance

Produces the Appearance of some text.
source§

impl StyleSheet for Theme

§

type Style = Container

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of a container.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn picked_split(&self, _style: &Self::Style) -> Option<Line>

The Line to draw when a split is picked.
source§

fn hovered_split(&self, _style: &Self::Style) -> Option<Line>

The Line to draw when a split is hovered.
source§

fn hovered_region(&self, _style: &Self::Style) -> Appearance

The Appearance to draw when a pane is hovered.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &()) -> Appearance

Produces the active Appearance of a pick list.
source§

fn hovered(&self, style: &()) -> Appearance

Produces the hovered Appearance of a pick list.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn appearance(&self, _style: &Self::Style) -> Appearance

Produces the Appearance of a menu.
source§

impl StyleSheet for Theme

§

type Style = Svg

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of the svg.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the hovered Appearance of a svg content.
source§

impl StyleSheet for Theme

§

type Style = ProgressBar

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of the progress bar.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &Self::Style, is_active: bool) -> Appearance

Returns the active Appearance of the toggler for the provided Style.
source§

fn hovered(&self, style: &Self::Style, is_active: bool) -> Appearance

Returns the hovered Appearance of the toggler for the provided Style.
source§

impl StyleSheet for Theme

§

type Style = Button

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the active Appearance of a button.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the hovered Appearance of a button.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the disabled Appearance of a button.
source§

fn pressed(&self, style: &Self::Style) -> Appearance

Produces the pressed Appearance of a button.
source§

impl StyleSheet for Theme

§

type Style = TextEditor

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn placeholder_color(&self, style: &Self::Style) -> Color

Produces the Color of the placeholder of a text input.
source§

fn value_color(&self, style: &Self::Style) -> Color

Produces the Color of the value of a text input.
source§

fn disabled_color(&self, style: &Self::Style) -> Color

Produces the Color of the value of a disabled text input.
source§

fn selection_color(&self, style: &Self::Style) -> Color

Produces the Color of the selection of a text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

impl StyleSheet for Theme

§

type Style = Checkbox

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style, is_checked: bool) -> Appearance

Produces the active Appearance of a checkbox.
source§

fn hovered(&self, style: &Self::Style, is_checked: bool) -> Appearance

Produces the hovered Appearance of a checkbox.
source§

impl StyleSheet for Theme

§

type Style = TextInput

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn placeholder_color(&self, _style: &Self::Style) -> Color

Produces the Color of the placeholder of a text input.
source§

fn value_color(&self, _style: &Self::Style) -> Color

Produces the Color of the value of a text input.
source§

fn selection_color(&self, _style: &Self::Style) -> Color

Produces the Color of the selection of a text input.
source§

fn disabled_color(&self, _style: &Self::Style) -> Color

Produces the Color of the value of a disabled text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

impl StyleSheet for Theme

§

type Style = Scrollable

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Scrollbar

Produces the style of an active scrollbar.
source§

fn hovered( &self, style: &Self::Style, is_mouse_over_scrollbar: bool -) -> Scrollbar

Produces the style of a scrollbar when the scrollable is being hovered.
source§

fn dragging(&self, style: &Self::Style) -> Scrollbar

Produces the style of a scrollbar that is being dragged.
source§

fn active_horizontal(&self, style: &Self::Style) -> Scrollbar

Produces the style of an active horizontal scrollbar.
source§

fn hovered_horizontal( +) -> Scrollbar

Produces the style of a scrollbar when the scrollable is being hovered.
source§

fn dragging(&self, style: &Self::Style) -> Scrollbar

Produces the style of a scrollbar that is being dragged.
source§

fn active_horizontal(&self, style: &Self::Style) -> Scrollbar

Produces the style of an active horizontal scrollbar.
source§

fn hovered_horizontal( &self, style: &Self::Style, is_mouse_over_scrollbar: bool -) -> Scrollbar

Produces the style of a horizontal scrollbar when the scrollable is being hovered.
source§

fn dragging_horizontal(&self, style: &Self::Style) -> Scrollbar

Produces the style of a horizontal scrollbar that is being dragged.
source§

impl StyleSheet for Theme

§

type Style = Svg

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of the svg.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the hovered Appearance of a svg content.
source§

impl StyleSheet for Theme

§

type Style = MenuBarStyle

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of a menu bar and its menus.
source§

impl StyleSheet for Theme

§

type Style = ProgressBar

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of the progress bar.
source§

impl StyleSheet for Theme

§

type Style = Slider

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active slider.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered slider.
source§

fn dragging(&self, style: &Self::Style) -> Appearance

Produces the style of a slider that is being dragged.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn appearance(&self, _style: &Self::Style) -> Appearance

Produces the Appearance of a menu.
source§

impl StyleSheet for Theme

§

type Style = TextEditor

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn placeholder_color(&self, style: &Self::Style) -> Color

Produces the Color of the placeholder of a text input.
source§

fn value_color(&self, style: &Self::Style) -> Color

Produces the Color of the value of a text input.
source§

fn disabled_color(&self, style: &Self::Style) -> Color

Produces the Color of the value of a disabled text input.
source§

fn selection_color(&self, style: &Self::Style) -> Color

Produces the Color of the selection of a text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

impl StyleSheet for Theme

§

type Style = TextInput

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn placeholder_color(&self, _style: &Self::Style) -> Color

Produces the Color of the placeholder of a text input.
source§

fn value_color(&self, _style: &Self::Style) -> Color

Produces the Color of the value of a text input.
source§

fn selection_color(&self, _style: &Self::Style) -> Color

Produces the Color of the selection of a text input.
source§

fn disabled_color(&self, _style: &Self::Style) -> Color

Produces the Color of the value of a disabled text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

impl StyleSheet for Theme

§

type Style = Button

The supported style of the StyleSheet.
source§

fn active( +) -> Scrollbar

Produces the style of a horizontal scrollbar when the scrollable is being hovered.
source§

fn dragging_horizontal(&self, style: &Self::Style) -> Scrollbar

Produces the style of a horizontal scrollbar that is being dragged.
source§

impl StyleSheet for Theme

§

type Style = Slider

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active slider.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered slider.
source§

fn dragging(&self, style: &Self::Style) -> Appearance

Produces the style of a slider that is being dragged.
source§

impl StyleSheet for Theme

§

type Style = SegmentedButton

The supported style of the StyleSheet.
source§

fn horizontal(&self, style: &Self::Style) -> Appearance

The horizontal Appearance of the segmented button.
source§

fn vertical(&self, style: &Self::Style) -> Appearance

The vertical Appearance of the segmented button.
source§

impl StyleSheet for Theme

§

type Style = TextInput

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style) -> Appearance

Produces the style of an active text input.
source§

fn error(&self, style: &Self::Style) -> Appearance

Produces the style of an errored text input.
source§

fn hovered(&self, style: &Self::Style) -> Appearance

Produces the style of an hovered text input.
source§

fn focused(&self, style: &Self::Style) -> Appearance

Produces the style of a focused text input.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the style of a disabled text input.
source§

impl StyleSheet for Theme

§

type Style = Rule

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the style of a rule.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn appearance(&self, _style: &Self::Style) -> Appearance

Produces the Appearance of a menu.
source§

impl StyleSheet for Theme

§

type Style = Application

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Returns the Appearance of the application for the provided Style.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &Self::Style, is_selected: bool) -> Appearance

Produces the active Appearance of a radio button.
source§

fn hovered(&self, _style: &Self::Style, is_selected: bool) -> Appearance

Produces the hovered Appearance of a radio button.
source§

impl StyleSheet for Theme

source§

fn default(&self) -> Appearance

The default Appearance of the cards.
source§

impl StyleSheet for Theme

§

type Style = Button

The supported style of the StyleSheet.
source§

fn active( &self, focused: bool, selected: bool, style: &Self::Style -) -> Appearance

Produces the active Appearance of a button.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the disabled Appearance of a button.
source§

fn drop_target(&self, style: &Self::Style) -> Appearance

Appearance when the button is the target of a DND operation.
source§

fn hovered( +) -> Appearance

Produces the active Appearance of a button.
source§

fn disabled(&self, style: &Self::Style) -> Appearance

Produces the disabled Appearance of a button.
source§

fn drop_target(&self, style: &Self::Style) -> Appearance

Appearance when the button is the target of a DND operation.
source§

fn hovered( &self, focused: bool, selected: bool, @@ -72,14 +72,14 @@ focused: bool, selected: bool, style: &Self::Style -) -> Appearance

Produces the pressed Appearance of a button.
source§

fn selection_background(&self) -> Background

Background color of the selection indicator
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn picked_split(&self, _style: &Self::Style) -> Option<Line>

The Line to draw when a split is picked.
source§

fn hovered_split(&self, _style: &Self::Style) -> Option<Line>

The Line to draw when a split is hovered.
source§

fn hovered_region(&self, _style: &Self::Style) -> Appearance

The Appearance to draw when a pane is hovered.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn active(&self, _style: &()) -> Appearance

Produces the active Appearance of a pick list.
source§

fn hovered(&self, style: &()) -> Appearance

Produces the hovered Appearance of a pick list.
source§

impl StyleSheet for Theme

§

type Style = ()

The supported style of the StyleSheet.
source§

fn appearance(&self, _style: &Self::Style) -> Appearance

Produces the Appearance of a menu.
source§

impl StyleSheet for Theme

§

type Style = Checkbox

The supported style of the StyleSheet.
source§

fn active(&self, style: &Self::Style, is_checked: bool) -> Appearance

Produces the active Appearance of a checkbox.
source§

fn hovered(&self, style: &Self::Style, is_checked: bool) -> Appearance

Produces the hovered Appearance of a checkbox.
source§

impl StyleSheet for Theme

§

type Style = Container

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Produces the Appearance of a container.
source§

impl StyleSheet for Theme

§

type Style = Application

The supported style of the StyleSheet.
source§

fn appearance(&self, style: &Self::Style) -> Appearance

Returns the Appearance of the application for the provided Style.
source§

impl<'a, Message, Renderer> Widget<Message, Theme, Renderer> for AspectRatio<'a, Message, Renderer>
where - Renderer: Renderer,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +) -> Appearance

Produces the pressed Appearance of a button.
source§

fn selection_background(&self) -> Background

Background color of the selection indicator
source§

impl<'a, Message, Renderer> Widget<Message, Theme, Renderer> for AspectRatio<'a, Message, Renderer>
where + Renderer: Renderer,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -89,14 +89,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -105,25 +105,25 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'a + Clone> Widget<Message, Theme, Renderer> for Button<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -133,7 +133,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -142,27 +142,27 @@ layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for ColorPicker<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -171,12 +171,12 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, state: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -186,33 +186,33 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextDrawer<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -222,14 +222,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -238,19 +238,19 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

impl<'a, Message: Clone> Widget<Message, Theme, Renderer> for ContextMenu<'a, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -259,13 +259,13 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn operate( +)

Draws the Widget using the associated Renderer.
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -275,32 +275,32 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( +) -> Status

Processes a runtime Event. Read more
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static> Widget<Message, Theme, Renderer> for DndDestination<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -310,14 +310,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -326,25 +326,25 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> Widget<Message, Theme, Renderer> for DndSource<'a, Message, AppMessage, D>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -354,14 +354,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -370,19 +370,19 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

impl<'a, S: AsRef<str>, Message: 'a> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -392,14 +392,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -408,25 +408,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> Widget<Message, Theme, Renderer> for Dropdown<'a, S, Message, Item>

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -436,14 +436,14 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, _tree: &Tree, layout: Layout<'_>, cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -452,31 +452,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, _tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +)

Applies an Operation to the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for FlexRow<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -486,14 +486,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -502,25 +502,25 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( +Runs after the layout phase for each widget in the tree.

source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

impl<'a, Message: 'static + Clone> Widget<Message, Theme, Renderer> for Grid<'a, Message>

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -530,14 +530,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -546,20 +546,20 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message, Renderer> Widget<Message, Theme, Renderer> for MenuBar<'a, Message, Renderer>
where - Renderer: Renderer,

source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( + Renderer: Renderer,

source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -569,7 +569,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -578,39 +578,39 @@ layout: Layout<'_>, view_cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn operate( &self, _state: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, _operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, _state: &Tree, _layout: Layout<'_>, _cursor: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, _dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. Runs after the layout phase for each widget in the tree.
source§

impl<'a, Message, Renderer> Widget<Message, Theme, Renderer> for Popover<'a, Message, Renderer>
where - Renderer: Renderer,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + Renderer: Renderer,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -620,14 +620,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -636,27 +636,27 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, tree: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message, Renderer, I> Widget<Message, Theme, Renderer> for RectangleTrackingContainer<'a, Message, Renderer, I>
where Renderer: Renderer, - I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + I: 'a + Hash + Copy + Send + Sync + Debug,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, layout: Layout<'_>, renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn on_event( +)

Applies an Operation to the Widget.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -666,14 +666,14 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( +) -> Status

Processes a runtime Event. Read more
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -682,23 +682,23 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Variant, SelectionMode, Message> Widget<Message, Theme, Renderer> for SegmentedButton<'a, Variant, SelectionMode, Message>
where Self: SegmentedVariant, Model<SelectionMode>: Selectable, SelectionMode: Default, - Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( + Message: 'static + Clone,

source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -708,20 +708,20 @@ _clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, _viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn operate( +) -> Status

Processes a runtime Event. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn mouse_interaction( +)

Applies an Operation to the Widget.
source§

fn mouse_interaction( &self, tree: &Tree, layout: Layout<'_>, cursor_position: Cursor, _viewport: &Rectangle, _renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -730,31 +730,31 @@ layout: Layout<'_>, cursor: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( +)

Draws the Widget using the associated Renderer.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, _renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn drag_destinations( &self, _state: &Tree, layout: Layout<'_>, dnd_rectangles: &mut DndDestinationRectangles )

Adds the drag destination rectangles of the widget. -Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +Runs after the layout phase for each widget in the tree.
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget This may be called while diffing the widget tree
source§

impl<'a, Message> Widget<Message, Theme, Renderer> for TextInput<'a, Message>
where - Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( + Message: Clone + 'static,

source§

fn tag(&self) -> Tag

Returns the Tag of the Widget.
source§

fn state(&self) -> State

Returns the State of the Widget.
source§

fn diff(&mut self, tree: &mut Tree)

Reconciliates the Widget with the provided Tree.
source§

fn children(&self) -> Vec<Tree>

Returns the state Tree of the children of the Widget.
source§

fn size(&self) -> Size<Length>

Returns the Size of the Widget in lengths.
source§

fn layout(&self, tree: &mut Tree, renderer: &Renderer, limits: &Limits) -> Node

Returns the layout::Node of the Widget. Read more
source§

fn operate( &self, tree: &mut Tree, _layout: Layout<'_>, _renderer: &Renderer, operation: &mut dyn Operation<OperationOutputWrapper<Message>> -)

Applies an Operation to the Widget.
source§

fn overlay<'b>( +)

Applies an Operation to the Widget.
source§

fn overlay<'b>( &'b mut self, tree: &'b mut Tree, layout: Layout<'_>, renderer: &Renderer -) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( +) -> Option<Element<'b, Message, Theme, Renderer>>

Returns the overlay of the Widget, if there is any.
source§

fn on_event( &mut self, tree: &mut Tree, event: Event, @@ -764,7 +764,7 @@ clipboard: &mut dyn Clipboard, shell: &mut Shell<'_, Message>, viewport: &Rectangle -) -> Status

Processes a runtime Event. Read more
source§

fn draw( +) -> Status

Processes a runtime Event. Read more
source§

fn draw( &self, tree: &Tree, renderer: &mut Renderer, @@ -773,15 +773,15 @@ layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle -)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( +)

Draws the Widget using the associated Renderer.
source§

fn mouse_interaction( &self, state: &Tree, layout: Layout<'_>, cursor_position: Cursor, viewport: &Rectangle, renderer: &Renderer -) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget -This may be called while diffing the widget tree
source§

fn drag_destinations( +) -> Interaction

Returns the current mouse::Interaction of the Widget. Read more
source§

fn size_hint(&self) -> Size<Length>

Returns a Size hint for laying out the Widget. Read more
source§

fn id(&self) -> Option<Id>

Returns the id of the widget
source§

fn set_id(&mut self, _id: Id)

Sets the id of the widget +This may be called while diffing the widget tree
source§

fn drag_destinations( &self, _state: &Tree, _layout: Layout<'_>, diff --git a/cosmic/type.Element.html b/cosmic/type.Element.html index b37ab2fbef0..c8bf465434b 100644 --- a/cosmic/type.Element.html +++ b/cosmic/type.Element.html @@ -1,10 +1,10 @@ Element in cosmic - Rust -

Type Alias cosmic::Element

source ·
pub type Element<'a, Message> = Element<'a, Message, Theme, Renderer>;

Aliased Type§

struct Element<'a, Message> { /* private fields */ }

Trait Implementations§

source§

impl<'a, Message: 'static> ElementExt for Element<'a, Message>

source§

fn debug(self, debug: bool) -> Self

source§

impl<'a, Message: Clone + 'static> From<Builder<'a, Message, Hyperlink>> for Element<'a, Message>

source§

fn from(builder: Button<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<Builder<'a, Message, Icon>> for Element<'a, Message>

source§

fn from(builder: Button<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message> From<Builder<'a, Message, Image<'a, Handle, Message>>> for Element<'a, Message>
where +

Type Alias cosmic::Element

source ·
pub type Element<'a, Message> = Element<'a, Message, Theme, Renderer>;

Aliased Type§

struct Element<'a, Message> { /* private fields */ }

Trait Implementations§

source§

impl<'a, Message: 'static> ElementExt for Element<'a, Message>

source§

fn debug(self, debug: bool) -> Self

source§

impl<'a, Message: Clone + 'static> From<Builder<'a, Message, Hyperlink>> for Element<'a, Message>

source§

fn from(builder: Button<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<Builder<'a, Message, Icon>> for Element<'a, Message>

source§

fn from(builder: Button<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message> From<Builder<'a, Message, Image<'a, Handle, Message>>> for Element<'a, Message>
where Handle: Clone + Hash, - Message: Clone + 'static,

source§

fn from(builder: Button<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<Builder<'a, Message, Text>> for Element<'a, Message>

source§

fn from(builder: Button<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'a> From<Button<'a, Message>> for Element<'a, Message>

source§

fn from(button: Button<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message> From<Calendar<'a, Message>> for Element<'a, Message>
where - Message: Clone + 'static,

source§

fn from(this: Calendar<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'a + Clone> From<ContextDrawer<'a, Message>> for Element<'a, Message>

source§

fn from(widget: ContextDrawer<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'a> From<ContextMenu<'a, Message>> for Element<'a, Message>

source§

fn from(widget: ContextMenu<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<Dialog<'a, Message>> for Element<'a, Message>

source§

fn from(dialog: Dialog<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<DndDestination<'a, Message>> for Element<'a, Message>

source§

fn from(wrapper: DndDestination<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> From<DndSource<'a, Message, AppMessage, D>> for Element<'a, Message>

source§

fn from(e: DndSource<'a, Message, AppMessage, D>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, S: AsRef<str>, Message: 'a> From<Dropdown<'a, S, Message>> for Element<'a, Message>

source§

fn from(pick_list: Dropdown<'a, S, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> From<Dropdown<'a, S, Message, Item>> for Element<'a, Message>

source§

fn from(pick_list: Dropdown<'a, S, Message, Item>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static + Clone> From<FlexRow<'a, Message>> for Element<'a, Message>

source§

fn from(flex_row: FlexRow<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static + Clone> From<Grid<'a, Message>> for Element<'a, Message>

source§

fn from(flex_row: Grid<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<HeaderBar<'a, Message>> for Element<'a, Message>

source§

fn from(headerbar: HeaderBar<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<Message: 'static> From<Icon> for Element<'static, Message>

source§

fn from(icon: Icon) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<ListColumn<'a, Message>> for Element<'a, Message>

source§

fn from(column: ListColumn<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<Named> for Element<'a, Message>

source§

fn from(builder: Named) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<NavBar<'a, Message>> for Element<'a, Message>

source§

fn from(this: NavBar<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static + Clone> From<NavBarToggle<Message>> for Element<'a, Message>

source§

fn from(nav_bar_toggle: NavBarToggle<Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<Section<'a, Message>> for Element<'a, Message>

source§

fn from(data: Section<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Variant, SelectionMode, Message> From<SegmentedButton<'a, Variant, SelectionMode, Message>> for Element<'a, Message>
where + Message: Clone + 'static,

source§

fn from(builder: Button<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<Builder<'a, Message, Text>> for Element<'a, Message>

source§

fn from(builder: Button<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'a> From<Button<'a, Message>> for Element<'a, Message>

source§

fn from(button: Button<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message> From<Calendar<'a, Message>> for Element<'a, Message>
where + Message: Clone + 'static,

source§

fn from(this: Calendar<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'a + Clone> From<ContextDrawer<'a, Message>> for Element<'a, Message>

source§

fn from(widget: ContextDrawer<'a, Message>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'a> From<ContextMenu<'a, Message>> for Element<'a, Message>

source§

fn from(widget: ContextMenu<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<Dialog<'a, Message>> for Element<'a, Message>

source§

fn from(dialog: Dialog<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<DndDestination<'a, Message>> for Element<'a, Message>

source§

fn from(wrapper: DndDestination<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static, AppMessage: 'static, D: AsMimeTypes + Send + 'static> From<DndSource<'a, Message, AppMessage, D>> for Element<'a, Message>

source§

fn from(e: DndSource<'a, Message, AppMessage, D>) -> Element<'a, Message>

Converts to this type from the input type.
source§

impl<'a, S: AsRef<str>, Message: 'a> From<Dropdown<'a, S, Message>> for Element<'a, Message>

source§

fn from(pick_list: Dropdown<'a, S, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, S: AsRef<str>, Message: 'a, Item: Clone + PartialEq + 'static> From<Dropdown<'a, S, Message, Item>> for Element<'a, Message>

source§

fn from(pick_list: Dropdown<'a, S, Message, Item>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static + Clone> From<FlexRow<'a, Message>> for Element<'a, Message>

source§

fn from(flex_row: FlexRow<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static + Clone> From<Grid<'a, Message>> for Element<'a, Message>

source§

fn from(flex_row: Grid<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<HeaderBar<'a, Message>> for Element<'a, Message>

source§

fn from(headerbar: HeaderBar<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<Message: 'static> From<Icon> for Element<'static, Message>

source§

fn from(icon: Icon) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<ListColumn<'a, Message>> for Element<'a, Message>

source§

fn from(column: ListColumn<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<Named> for Element<'a, Message>

source§

fn from(builder: Named) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: Clone + 'static> From<NavBar<'a, Message>> for Element<'a, Message>

source§

fn from(this: NavBar<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static + Clone> From<NavBarToggle<Message>> for Element<'a, Message>

source§

fn from(nav_bar_toggle: NavBarToggle<Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<Section<'a, Message>> for Element<'a, Message>

source§

fn from(data: Section<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Variant, SelectionMode, Message> From<SegmentedButton<'a, Variant, SelectionMode, Message>> for Element<'a, Message>
where SegmentedButton<'a, Variant, SelectionMode, Message>: SegmentedVariant, Variant: 'static, Model<SelectionMode>: Selectable, SelectionMode: Default, - Message: 'static + Clone,

source§

fn from(widget: SegmentedButton<'a, Variant, SelectionMode, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<SpinButton<'a, Message>> for Element<'a, Message>

source§

fn from(spin_button: SpinButton<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static + Clone> From<Warning<'a, Message>> for Element<'a, Message>

source§

fn from(warning: Warning<'a, Message>) -> Self

Converts to this type from the input type.
\ No newline at end of file + Message: 'static + Clone,

source§

fn from(widget: SegmentedButton<'a, Variant, SelectionMode, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static> From<SpinButton<'a, Message>> for Element<'a, Message>

source§

fn from(spin_button: SpinButton<'a, Message>) -> Self

Converts to this type from the input type.
source§

impl<'a, Message: 'static + Clone> From<Warning<'a, Message>> for Element<'a, Message>

source§

fn from(warning: Warning<'a, Message>) -> Self

Converts to this type from the input type.
\ No newline at end of file diff --git a/cosmic/widget/fn.header_bar.html b/cosmic/widget/fn.header_bar.html index 0029b5cbd35..6c1a3a18ec0 100644 --- a/cosmic/widget/fn.header_bar.html +++ b/cosmic/widget/fn.header_bar.html @@ -1,2 +1,2 @@ header_bar in cosmic::widget - Rust -

Function cosmic::widget::header_bar

source ·
pub fn header_bar<'a, Message>() -> HeaderBar<'a, Message>
\ No newline at end of file +

Function cosmic::widget::header_bar

source ·
pub fn header_bar<'a, Message>() -> HeaderBar<'a, Message>
\ No newline at end of file diff --git a/cosmic/widget/grid/widget/struct.Assignment.html b/cosmic/widget/grid/widget/struct.Assignment.html index d871adc24a0..4dc0398c8c9 100644 --- a/cosmic/widget/grid/widget/struct.Assignment.html +++ b/cosmic/widget/grid/widget/struct.Assignment.html @@ -1,5 +1,5 @@ Assignment in cosmic::widget::grid::widget - Rust -
pub struct Assignment { /* private fields */ }

Implementations§

source§

impl Assignment

source

pub fn column(self, value: u16) -> Self

source

pub fn row(self, value: u16) -> Self

source

pub fn width(self, value: u16) -> Self

source

pub fn height(self, value: u16) -> Self

source§

impl Assignment

source

pub const fn new() -> Self

Trait Implementations§

source§

impl Clone for Assignment

source§

fn clone(&self) -> Assignment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Assignment

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(u16, u16)> for Assignment

source§

fn from((column, row): (u16, u16)) -> Self

Converts to this type from the input type.
source§

impl From<(u16, u16, u16, u16)> for Assignment

source§

fn from((column, row, width, height): (u16, u16, u16, u16)) -> Self

Converts to this type from the input type.
source§

impl Copy for Assignment

Auto Trait Implementations§

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where +
pub struct Assignment { /* private fields */ }

Implementations§

source§

impl Assignment

source

pub fn column(self, value: u16) -> Self

source

pub fn row(self, value: u16) -> Self

source

pub fn width(self, value: u16) -> Self

source

pub fn height(self, value: u16) -> Self

source§

impl Assignment

source

pub const fn new() -> Self

Trait Implementations§

source§

impl Clone for Assignment

source§

fn clone(&self) -> Assignment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Assignment

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(u16, u16)> for Assignment

source§

fn from((column, row): (u16, u16)) -> Self

Converts to this type from the input type.
source§

impl From<(u16, u16, u16, u16)> for Assignment

source§

fn from((column, row, width, height): (u16, u16, u16, u16)) -> Self

Converts to this type from the input type.
source§

impl Copy for Assignment

Auto Trait Implementations§

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where T: Real + Zero + Arithmetics + Clone, Swp: WhitePoint<T>, Dwp: WhitePoint<T>, diff --git a/cosmic/widget/icon/struct.Named.html b/cosmic/widget/icon/struct.Named.html index b19ba9ccf40..df3cfa17271 100644 --- a/cosmic/widget/icon/struct.Named.html +++ b/cosmic/widget/icon/struct.Named.html @@ -17,7 +17,7 @@

source

pub fn size(self, value: u16) -> Self

Sets the size field of this struct.

source

pub fn symbolic(self, value: bool) -> Self

Sets the symbolic field of this struct.

source

pub fn prefer_svg(self, value: bool) -> Self

Sets the prefer_svg field of this struct.

-

source§

impl Named

source

pub fn new(name: impl Into<Arc<str>>) -> Self

source

pub fn path(self) -> Option<PathBuf>

source

pub fn handle(self) -> Handle

source

pub fn icon(self) -> Icon

Trait Implementations§

source§

impl Clone for Named

source§

fn clone(&self) -> Named

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Named

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a, Message: 'static> From<Named> for Element<'a, Message>

source§

fn from(builder: Named) -> Self

Converts to this type from the input type.
source§

impl From<Named> for Handle

source§

fn from(builder: Named) -> Self

Converts to this type from the input type.
source§

impl From<Named> for Icon

source§

fn from(builder: Named) -> Self

Converts to this type from the input type.
source§

impl Hash for Named

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

source§

impl Named

source

pub fn new(name: impl Into<Arc<str>>) -> Self

source

pub fn path(self) -> Option<PathBuf>

source

pub fn handle(self) -> Handle

source

pub fn icon(self) -> Icon

Trait Implementations§

source§

impl Clone for Named

source§

fn clone(&self) -> Named

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Named

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a, Message: 'static> From<Named> for Element<'a, Message>

source§

fn from(builder: Named) -> Self

Converts to this type from the input type.
source§

impl From<Named> for Handle

source§

fn from(builder: Named) -> Self

Converts to this type from the input type.
source§

impl From<Named> for Icon

source§

fn from(builder: Named) -> Self

Converts to this type from the input type.
source§

impl Hash for Named

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more

Auto Trait Implementations§

§

impl Freeze for Named

§

impl RefUnwindSafe for Named

§

impl Send for Named

§

impl Sync for Named

§

impl Unpin for Named

§

impl UnwindSafe for Named

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where T: Real + Zero + Arithmetics + Clone, diff --git a/cosmic/widget/nav_bar_toggle/index.html b/cosmic/widget/nav_bar_toggle/index.html index 1f2df8901f6..0027171302c 100644 --- a/cosmic/widget/nav_bar_toggle/index.html +++ b/cosmic/widget/nav_bar_toggle/index.html @@ -1,3 +1,3 @@ cosmic::widget::nav_bar_toggle - Rust -
Expand description

A button for toggling the navigation side panel.

+
Expand description

A button for toggling the navigation side panel.

Structs§

Functions§

\ No newline at end of file diff --git a/cosmic/widget/nav_bar_toggle/struct.NavBarToggle.html b/cosmic/widget/nav_bar_toggle/struct.NavBarToggle.html index 00ffbcf20d3..1429def3b8c 100644 --- a/cosmic/widget/nav_bar_toggle/struct.NavBarToggle.html +++ b/cosmic/widget/nav_bar_toggle/struct.NavBarToggle.html @@ -1,5 +1,5 @@ NavBarToggle in cosmic::widget::nav_bar_toggle - Rust -
pub struct NavBarToggle<Message> { /* private fields */ }

Implementations§

source§

impl<Message> NavBarToggle<Message>

source

pub fn active(self, value: bool) -> Self

source

pub fn on_toggle(self, value: Message) -> Self

source

pub fn style(self, value: Button) -> Self

source

pub fn selected(self, value: bool) -> Self

Trait Implementations§

source§

impl<'a, Message: 'static + Clone> From<NavBarToggle<Message>> for Element<'a, Message>

source§

fn from(nav_bar_toggle: NavBarToggle<Message>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<Message> Freeze for NavBarToggle<Message>
where +
pub struct NavBarToggle<Message> { /* private fields */ }

Implementations§

source§

impl<Message> NavBarToggle<Message>

source

pub fn active(self, value: bool) -> Self

source

pub fn on_toggle(self, value: Message) -> Self

source

pub fn style(self, value: Button) -> Self

source

pub fn selected(self, value: bool) -> Self

Trait Implementations§

source§

impl<'a, Message: 'static + Clone> From<NavBarToggle<Message>> for Element<'a, Message>

source§

fn from(nav_bar_toggle: NavBarToggle<Message>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<Message> Freeze for NavBarToggle<Message>
where Message: Freeze,

§

impl<Message> !RefUnwindSafe for NavBarToggle<Message>

§

impl<Message> !Send for NavBarToggle<Message>

§

impl<Message> !Sync for NavBarToggle<Message>

§

impl<Message> Unpin for NavBarToggle<Message>
where Message: Unpin,

§

impl<Message> !UnwindSafe for NavBarToggle<Message>

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where T: Real + Zero + Arithmetics + Clone, diff --git a/cosmic/widget/segmented_button/struct.Model.html b/cosmic/widget/segmented_button/struct.Model.html index 5ff0678e87e..c02faf18337 100644 --- a/cosmic/widget/segmented_button/struct.Model.html +++ b/cosmic/widget/segmented_button/struct.Model.html @@ -114,7 +114,7 @@
if let Some(old_text) = model.text_remove(id) {
     println!("{:?} had text {}", id, old_text);
 }
-

Trait Implementations§

source§

impl<SelectionMode: Default + Default> Default for Model<SelectionMode>

source§

fn default() -> Model<SelectionMode>

Returns the “default value” for a type. Read more
source§

impl Selectable for Model<MultiSelect>

source§

fn activate(&mut self, id: Entity)

Activate an item.
source§

fn deactivate(&mut self, id: Entity)

Deactivate an item.
source§

fn is_active(&self, id: Entity) -> bool

Checks if the item is active.
source§

impl Selectable for Model<SingleSelect>

source§

fn activate(&mut self, id: Entity)

Activate an item.
source§

fn deactivate(&mut self, id: Entity)

Deactivate an item.
source§

fn is_active(&self, id: Entity) -> bool

Checks if the item is active.

Auto Trait Implementations§

§

impl<SelectionMode> Freeze for Model<SelectionMode>
where +

Trait Implementations§

source§

impl<SelectionMode: Default + Default> Default for Model<SelectionMode>

source§

fn default() -> Model<SelectionMode>

Returns the “default value” for a type. Read more
source§

impl Selectable for Model<MultiSelect>

source§

fn activate(&mut self, id: Entity)

Activate an item.
source§

fn deactivate(&mut self, id: Entity)

Deactivate an item.
source§

fn is_active(&self, id: Entity) -> bool

Checks if the item is active.
source§

impl Selectable for Model<SingleSelect>

source§

fn activate(&mut self, id: Entity)

Activate an item.
source§

fn deactivate(&mut self, id: Entity)

Deactivate an item.
source§

fn is_active(&self, id: Entity) -> bool

Checks if the item is active.

Auto Trait Implementations§

§

impl<SelectionMode> Freeze for Model<SelectionMode>
where SelectionMode: Freeze,

§

impl<SelectionMode> !RefUnwindSafe for Model<SelectionMode>

§

impl<SelectionMode> !Send for Model<SelectionMode>

§

impl<SelectionMode> !Sync for Model<SelectionMode>

§

impl<SelectionMode> Unpin for Model<SelectionMode>
where SelectionMode: Unpin,

§

impl<SelectionMode> !UnwindSafe for Model<SelectionMode>

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where T: Real + Zero + Arithmetics + Clone, diff --git a/cosmic/widget/spin_button/struct.Model.html b/cosmic/widget/spin_button/struct.Model.html index 753b9974bc7..1b938c342b6 100644 --- a/cosmic/widget/spin_button/struct.Model.html +++ b/cosmic/widget/spin_button/struct.Model.html @@ -13,7 +13,7 @@

source

pub fn min(self, value: impl Into<T>) -> Self

Sets the min field of this struct.

source

pub fn max(self, value: impl Into<T>) -> Self

Sets the max field of this struct.

source§

impl<T> Model<T>
where - T: Copy + Hash + Sub<Output = T> + Add<Output = T> + Ord + 'static,

source

pub fn update(&mut self, message: Message)

Trait Implementations§

source§

impl Default for Model<Decimal>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<i16>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<i32>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<i8>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<isize>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<u16>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<u32>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<u64>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<u8>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<usize>

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl<T> Freeze for Model<T>
where + T: Copy + Hash + Sub<Output = T> + Add<Output = T> + Ord + 'static,

source

pub fn update(&mut self, message: Message)

Trait Implementations§

source§

impl Default for Model<Decimal>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<i16>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<i32>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<i8>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<isize>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<u16>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<u32>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<u64>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<u8>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for Model<usize>

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl<T> Freeze for Model<T>
where T: Freeze,

§

impl<T> RefUnwindSafe for Model<T>
where T: RefUnwindSafe,

§

impl<T> Send for Model<T>
where T: Send,

§

impl<T> Sync for Model<T>
where diff --git a/cosmic/widget/struct.HeaderBar.html b/cosmic/widget/struct.HeaderBar.html index 9c2ca9aaa8e..01e3d4e4744 100644 --- a/cosmic/widget/struct.HeaderBar.html +++ b/cosmic/widget/struct.HeaderBar.html @@ -1,17 +1,18 @@ -HeaderBar in cosmic::widget - Rust -

Struct cosmic::widget::HeaderBar

source ·
pub struct HeaderBar<'a, Message> { /* private fields */ }

Implementations§

source§

impl<'a, Message> HeaderBar<'a, Message>

source

pub fn on_close(self, value: Message) -> Self

A message emitted when the close button is pressed.

-
source

pub fn on_drag(self, value: Message) -> Self

A message emitted when dragged.

-
source

pub fn on_maximize(self, value: Message) -> Self

A message emitted when the maximize button is pressed.

-
source

pub fn on_minimize(self, value: Message) -> Self

A message emitted when the minimize button is pressed.

-
source

pub fn on_right_click(self, value: Message) -> Self

A message emitted when the header is right clicked.

-
source

pub fn focused(self, value: bool) -> Self

Focused state of the window

-
source§

impl<'a, Message: Clone + 'static> HeaderBar<'a, Message>

source

pub fn title(self, title: impl Into<Cow<'a, str>> + 'a) -> Self

Defines the title of the window

-
source

pub fn start(self, widget: impl Into<Element<'a, Message>> + 'a) -> Self

Pushes an element to the start region.

-
source

pub fn center(self, widget: impl Into<Element<'a, Message>> + 'a) -> Self

Pushes an element to the center region.

-
source

pub fn end(self, widget: impl Into<Element<'a, Message>> + 'a) -> Self

Pushes an element to the end region.

-
source

pub fn build(self) -> HeaderBarWidget<'a, Message>

Build the widget

-
source§

impl<'a, Message: Clone + 'static> HeaderBar<'a, Message>

source

pub fn into_element(self) -> Element<'a, Message>

Converts the headerbar builder into an Iced element.

-

Trait Implementations§

source§

impl<'a, Message: Clone + 'static> From<HeaderBar<'a, Message>> for Element<'a, Message>

source§

fn from(headerbar: HeaderBar<'a, Message>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<'a, Message> Freeze for HeaderBar<'a, Message>
where +HeaderBar in cosmic::widget - Rust +

Struct cosmic::widget::HeaderBar

source ·
pub struct HeaderBar<'a, Message> { /* private fields */ }

Implementations§

source§

impl<'a, Message> HeaderBar<'a, Message>

source

pub fn on_close(self, value: Message) -> Self

A message emitted when the close button is pressed.

+
source

pub fn on_drag(self, value: Message) -> Self

A message emitted when dragged.

+
source

pub fn on_maximize(self, value: Message) -> Self

A message emitted when the maximize button is pressed.

+
source

pub fn on_minimize(self, value: Message) -> Self

A message emitted when the minimize button is pressed.

+
source

pub fn on_right_click(self, value: Message) -> Self

A message emitted when the header is right clicked.

+
source

pub fn density(self, value: Density) -> Self

Controls the density of the headerbar.

+
source

pub fn focused(self, value: bool) -> Self

Focused state of the window

+
source§

impl<'a, Message: Clone + 'static> HeaderBar<'a, Message>

source

pub fn title(self, title: impl Into<Cow<'a, str>> + 'a) -> Self

Defines the title of the window

+
source

pub fn start(self, widget: impl Into<Element<'a, Message>> + 'a) -> Self

Pushes an element to the start region.

+
source

pub fn center(self, widget: impl Into<Element<'a, Message>> + 'a) -> Self

Pushes an element to the center region.

+
source

pub fn end(self, widget: impl Into<Element<'a, Message>> + 'a) -> Self

Pushes an element to the end region.

+
source

pub fn build(self) -> HeaderBarWidget<'a, Message>

Build the widget

+
source§

impl<'a, Message: Clone + 'static> HeaderBar<'a, Message>

source

pub fn view(self) -> Element<'a, Message>

Converts the headerbar builder into an Iced element.

+

Trait Implementations§

source§

impl<'a, Message: Clone + 'static> From<HeaderBar<'a, Message>> for Element<'a, Message>

source§

fn from(headerbar: HeaderBar<'a, Message>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<'a, Message> Freeze for HeaderBar<'a, Message>
where Message: Freeze,

§

impl<'a, Message> !RefUnwindSafe for HeaderBar<'a, Message>

§

impl<'a, Message> !Send for HeaderBar<'a, Message>

§

impl<'a, Message> !Sync for HeaderBar<'a, Message>

§

impl<'a, Message> Unpin for HeaderBar<'a, Message>
where Message: Unpin,

§

impl<'a, Message> !UnwindSafe for HeaderBar<'a, Message>

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where T: Real + Zero + Arithmetics + Clone, diff --git a/cosmic/widget/struct.NavBarToggle.html b/cosmic/widget/struct.NavBarToggle.html index cfb2305e0b7..5c6760e13ab 100644 --- a/cosmic/widget/struct.NavBarToggle.html +++ b/cosmic/widget/struct.NavBarToggle.html @@ -1,5 +1,5 @@ NavBarToggle in cosmic::widget - Rust -

Struct cosmic::widget::NavBarToggle

source ·
pub struct NavBarToggle<Message> { /* private fields */ }

Implementations§

source§

impl<Message> NavBarToggle<Message>

source

pub fn active(self, value: bool) -> Self

source

pub fn on_toggle(self, value: Message) -> Self

source

pub fn style(self, value: Button) -> Self

source

pub fn selected(self, value: bool) -> Self

Trait Implementations§

source§

impl<'a, Message: 'static + Clone> From<NavBarToggle<Message>> for Element<'a, Message>

source§

fn from(nav_bar_toggle: NavBarToggle<Message>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<Message> Freeze for NavBarToggle<Message>
where +

Struct cosmic::widget::NavBarToggle

source ·
pub struct NavBarToggle<Message> { /* private fields */ }

Implementations§

source§

impl<Message> NavBarToggle<Message>

source

pub fn active(self, value: bool) -> Self

source

pub fn on_toggle(self, value: Message) -> Self

source

pub fn style(self, value: Button) -> Self

source

pub fn selected(self, value: bool) -> Self

Trait Implementations§

source§

impl<'a, Message: 'static + Clone> From<NavBarToggle<Message>> for Element<'a, Message>

source§

fn from(nav_bar_toggle: NavBarToggle<Message>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<Message> Freeze for NavBarToggle<Message>
where Message: Freeze,

§

impl<Message> !RefUnwindSafe for NavBarToggle<Message>

§

impl<Message> !Send for NavBarToggle<Message>

§

impl<Message> !Sync for NavBarToggle<Message>

§

impl<Message> Unpin for NavBarToggle<Message>
where Message: Unpin,

§

impl<Message> !UnwindSafe for NavBarToggle<Message>

Blanket Implementations§

source§

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
where T: Real + Zero + Arithmetics + Clone, diff --git a/phf_shared/trait.FmtConst.html b/phf_shared/trait.FmtConst.html index 08037ec9fa4..cea9385b87b 100644 --- a/phf_shared/trait.FmtConst.html +++ b/phf_shared/trait.FmtConst.html @@ -4,4 +4,4 @@ fn fmt_const(&self, f: &mut Formatter<'_>) -> Result; }
Expand description

Trait for printing types with const constructors, used by phf_codegen and phf_macros.

Required Methods§

source

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

Print a const expression representing this value.

-

Implementations on Foreign Types§

source§

impl FmtConst for bool

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for char

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i8

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i16

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i32

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i64

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i128

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for isize

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for str

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u8

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u16

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u32

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u64

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u128

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for usize

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for String

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for [u8]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<'a, T: 'a + FmtConst + ?Sized> FmtConst for &'a T

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [bool; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [char; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i8; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i16; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i32; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i64; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i128; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [isize; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u8; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u16; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u32; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u64; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u128; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [usize; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

Implementors§

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl FmtConst for bool

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for char

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i8

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i16

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i32

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i64

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for i128

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for isize

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for str

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u8

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u16

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u32

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u64

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for u128

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for usize

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for String

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl FmtConst for [u8]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<'a, T: 'a + FmtConst + ?Sized> FmtConst for &'a T

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [bool; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [char; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i8; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i16; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i32; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i64; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [i128; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [isize; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u8; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u16; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u32; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u64; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [u128; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

source§

impl<const N: usize> FmtConst for [usize; N]

source§

fn fmt_const(&self, f: &mut Formatter<'_>) -> Result

Implementors§

\ No newline at end of file diff --git a/search-index.js b/search-index.js index a9cc1b34ad0..7a4f356474f 100644 --- a/search-index.js +++ b/search-index.js @@ -27,7 +27,7 @@ var searchIndex = new Map(JSON.parse('[\ ["color_quant",{"doc":"Color quantization library","t":"FNNNNNNNNNNNNNN","n":["NeuQuant","borrow","borrow_mut","color_map_rgb","color_map_rgba","from","index_of","init","into","lookup","map_pixel","new","try_from","try_into","type_id"],"q":[[0,"color_quant"],[15,"alloc::vec"],[16,"core::option"],[17,"core::result"],[18,"core::any"]],"d":["","","","Returns the RGBA color map calculated from the sample.","Returns the RGBA color map calculated from the sample.","Returns the argument unchanged.","Finds the best-matching index in the color map.","Initializes the neuronal network and trains it with the …","Calls U::from(self).","Lookup pixel values for color at idx in the colormap.","Maps the rgba-pixel in-place to the best-matching color in …","Creates a new neuronal network and trains it with the …","","",""],"i":[0,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"f":"`{ce{}{}}0{b{{f{d}}}}0{cc{}}{{b{h{d}}}j}{{b{h{d}}}l}4{{bj}{{A`{{n{d}}}}}}1{{Abj{h{d}}}b}{c{{Ad{e}}}{}{}}0{cAf{}}","c":[],"p":[[5,"NeuQuant",0],[1,"u8"],[5,"Vec",15],[1,"slice"],[1,"usize"],[1,"unit"],[1,"array"],[6,"Option",16],[1,"i32"],[6,"Result",17],[5,"TypeId",18]],"b":[]}],\ ["const_random",{"doc":"","t":"Q","n":["const_random"],"q":[[0,"const_random"]],"d":["Random constants"],"i":[0],"f":"`","c":[],"p":[],"b":[]}],\ ["const_random_macro",{"doc":"","t":"Q","n":["const_random"],"q":[[0,"const_random_macro"]],"d":[""],"i":[0],"f":"`","c":[],"p":[],"b":[]}],\ -["cosmic",{"doc":"","t":"KEEKFIIEFPNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNCNCNNNNNNNNNNNNNNNNNCNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNCOQNNNCNNNNNCCONNNNNNNNNNNCTPPKKREFKGRRERPERNNNNNNNNNNNNNNNNNNNNNNCNNNMMCONNNNNNMNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNMCMNNNNNNNNNNNNNNNHNNNNNNMCNNNNNNNMNNNNNNNNNNNNNNNNNMMNNNOOOOIHHCHHHHHHHHHPPPPFPPPPGPPPPPPPPPPPPPPNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPNHNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNHNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHHHHFNONNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONCNNNNNNNNNFSONONNNNOOPFKKGFGKGPPPPPPPPPPFPTPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHHNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMYPFFFGFFSSPPPFSSGKPSPPFSFFFNOOOONOOOOOONOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNONNNOONNNNNNNNNNNNNNNNNNNNNNNNOOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNCNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOOOONNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONONNNNNONOOOOOOOOOOOOONOOONNNNONNNNNNNOONONONNNONNNONONONONONOONNNONONNONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNONONNONONONONONONONONONONOOCNOOONNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNOONNNNNNOHFKKKRKKKKKKKFIIIIKFIFIFIRFIKKKRTFFIFIFIKKIIIIFFIIKKRKFIFIFIFFIFIKFKKRRRRRRRRRRRRRRKKKIIIIKRYKFIFIOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOOOOOOOOOOOOOOOOOOOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCNNNNNNOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNCOOOCMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNHCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNCCCOOOOOOOOOOCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCCCMNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNOOCOOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCMNNNNNNNNMNNNNNNNNMNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNMNNNNNNNNNNNMNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNOOOOOOOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOCOOOOOOOOOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNOONNNNNNCOOCOFRFFKRYNOONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNMMKKKKKKKKMMMMMMMMMPKKKRKPPGFPPPPPPPGFFKPRPPPPNNNNNNNNNNNNOOOMNNNNNNNNNNNNNNNNNNNNNNNNNMNMNNNNNNNNNNNMNNNNNNNNNNNNNNNNOOONNNNNMNNNNNNNNNNNNNNNNNNOMNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNMNNNMNMNMNMNMNMNNMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMNKKKKRKMMMMMPPFFKKFIFIFIFIFIFIFFIFFIIPPPGKKFPRRRRFRGKONNNNNNNNNNNNNNNNONNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNOOOOMNNNNNNNMNNNNNNNNNNCCCCCCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRKYKKKKKKKKKKFPKKKKKRRRRKKKKKKPFFKKKKRKKKKKFGNNNNNMMMNNNNNMNNNNNNNNNNNNNNNMMMMNNNNNNMMNNNNNNNNNNNNNNNONNNNNNNNNNOMMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHHHHMHHHHHMNNNNNHHHHHHHHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHHHHMNNNNNNNNNNNNNNNHHHHHMNNNNNHHHHHHHHMOHHMNNNNNNNNNNNNMMMNNNNNNNNNNNNHHHHMNNNNNNNNNNNNNNNMMMNNNNNMNNNNNMNOOKKPFGKPPNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNKKKKKKKRRRRRRKMMNMMNNNNNMMMNMKKKKKMMMMMMKKFKYKFKKKKFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMMNNNNNNNNNNNNNNNNNMNNMMNNMNNNNNNNNNNNMNNMNNNNNNNNFKFKFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNCNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFKTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFIFNONNNNNNNONNNNNNNNONNNNNNNNNNNNONNONONNNNNNNFIFNONNNNNNNONNNNNNNNONNNNNNNNNNNONNNONNNNNNNNOFIFNONNNNNNNONNNNNNNNONNNNNNNNNNNNNNONONNNNNNNOFFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNONNNNONNNONNNNNNNNONNNNNNNNNNNNNNNONNNNNNNOFFIONONNNNONNNONNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOFFINONNNNNNNOONNNNNNNNONNNNNNNNNNNONNNNNNNNNNNOFFINONNNNNNNOONNNNNNNNONNNNNNNNNNNONNNNNNNNNNNOIIFIIFKIIIIIRRNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFINONNNNNNNONNNNNNNNNNNNNNNNNNNONNNNNNNNNONNOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSHKKKKKKKKKKKKKKKKRRKKKKKKKKKRKKKKMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFINONNNNNNNONNNNNNNNONNNNNNNNNNNNONNONNNNNNNNFFINONNNNNNNONNNNNNNNONNNNNNNNNNNNNNONNNNNNNNOFFINONNNNONNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOFFIONONNNNONNNONNNNNNNNNNNNNNNNNNNONNNNNNNNNNNFFINONNNNNNNOONNNNNNNNONNNNNNNNNNNONNNNNNNNNNNGIIPFIIIIIIPKRFKKIPRIIRRNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNMOOOONNNNNNNNNNOOOOCNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMOOOONNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCHHHHHHHHHHKKKKMMMFFFFFFFFFFFFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFINONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOFFINONNNNNNNONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOOOHHHHHHHICCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSFOHOOOGKGFPFPFPGPPPFPIPPGGKRPPPPPRFGPPPGPFPRRPPPFFPFFFFGIKPFPFPFGRPPFPPONNCOCNNNNNNNNONNNNONNCOQCNNNOONNNNNNNCCOOONNNCONNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNCOCMMMCOOONNNNCMONNOCNNNCMMNNOCNNNNNNNNNNNNNNMMMMOCOOOCONOOOOOOKFFKKFFKONMONNMMNMOONCNCMMOCNNNNNNCNNNMNNNNCNNOMONNNCCNCOCMMMNNNGKPPPKPKPGGPPPPPPPPPGPPGRPPFRRPRPPFPPFCMCCMMMCMCCCCMMCMCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKRKKMMMSFHKFPPPPPRPRRGPKOOMMMMMMMGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNNCMMOONNONNNNNNNOOMNNNNONNOMONNNOONCOCOOOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFGFPPPPOOOOOOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOOOOOOOOOOPPGFHOOOOOKMHHIIKKKFFCHNCCCMMCCCCICCICICHFCHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHPPFRGPGFGPPFKPPPPFGFOOMCOOOOOOOCOOOOOCOOOOPFPPGPGOOFFFCOOOOFFOOOOOOOOOFIFKIPPPPIFFPFPPPPPPFPGFGIFFFFPPPGGPPSPPPFFFFFIFFKKPPPPPFPPGPGCOOCMMMCOCMCCOOCMOCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFKFFKRKFFNNNNNNNNMMOOMMNMMMNNMMMMMNMMMMMMMMMNNMMMMOONMNFFFFFFFFFFIFTTTTTTFFFTTTTIFITTKRIKIFTTTIIFITOMOMCOMOOOOOCMNNNOMMMOOOOOOOOOOOOOOHOCOOOMHMMOOOMOOOOCCMHOONOOOOONOOOFFFFOOOOOOOOOOOOFFFFFFFOOOOFFFFFFFFFFFFFFFFFFFFFKFFFOCCOHHHMCMOMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCOHHOOMHOOMOHHMOOHHOOOOOOOOOOOOOOOOOOOOOOOOOOKMNMHHIIIIIIIIIIIIIIIIIIIIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKKKKMMMMMFFFFOOORKKMMMMNNMMMMMMMMMNNHHHHHHFFFKFNNIIIIIIIIIOOOOOOOOOOHOHHOOOOOOOIFFFFFFFFFFFFFFFFFFFOOOOKKKRKNNNNNNNNMMMMNMMMNNNMMMMMNMMMMMMMMMNNMMMMNNMNPPPGFGPPPPPFGOOOOOOOGFPFOHOOHPKPPPPPTTTPGTTPPFGKPPGPPFFFKKPPIIPPPFKKKGGPPPPGIPPPPPPPPPPPPPPPPPPPPPPPPFFPPPPKRKFPPPPKFPPRFPPPPPPIPPPIFPPPPPPIPPPIFRPPPPPPPPPMMMNMMMMCMMMCOMNNMMCCMMMMMHNNHCNMMMCOHHHMMMNCHNNMNNNMOHHNNNMMMMNNNNNHMKFFFFFFFFMCCCCCCCCCCCCCCCFFFPPPFFFGFFFPFFFPGFFFFFFFSOOOOOOOOHHHOFFFPPFFPFGOOFFPFPPGPPGPPPFFFPPPFPGPPPFPPPPFPPPFFFFGPPGOOOOOOOOOOOOOOOOFFFFFFFFFFCFFOOOOOOOOPPFPPPFPPPPPPGGIPPFGPPPPPFGPPPPFGOOPPGFPGPPPFPPFFPOOOOOOOOOFPRKGPPPPHHCHHHHHHHHHHHHHHHNHHHMHHHNMHHHHHHHHHHHHHHHHHFRKHHHHHHHHHNHHHMHNMFFFOOOFOOOOPFFGPFOOOOOOOOOOFFFFFFFOCOOCHHCOHHHFFFIOOOOOOOOGPGPGFPFFFPPPFPFFPFGPFFPFFPPFPGPPPPPFPPPPPKFPPPPPPPGGPPFFFFPPPPPPPFPFFFFPPPPPPGFPPFPPGPPPPPPPPPPPPPPPPPPPFFPPPPPPPPFPGPPPPFFFFFFFGPGGGPFGFPFPPPPPPPFPPPGPMOMOOMONMMOOOOOOOOOOMMOOMMOOOOOOMOOOOOOOOOOOOOOOOOOOMNOOOOOOOOOOOOOOOOOOOOOOONOOMNMMNMMMOOOOOMOOOOMOOOOOOOOONNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPGGPPPPPPPPPPPPPPPPPPPPPPFPPPPPOOOOPPOOOOOOOOOPGFPGFFFFFPFPPPPFFFFPFFOOOCHHOOOOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPGFPPPFPPPPPPPKPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPFFFFPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPKPPGGPPPPPPPPFGFFPFPFPPPTPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPFFPPPPPPPPPPPPPPPFPPPPPPPFFPGPGPPPPPPOCOOCCOOOOOOOCOOCOCOOCOOOMCOOCOOCOMOOOOOOCOOHOCOOCOOCOOCOOOCOOCOOCOOOCOOOCOOCOOPPCOOCOOOMCOCOOOCOOOCOOMCOOCOOCOOCCOOMOOCOOMOCOOCOOOOOOCOOOCOOOOCOOOOOOOOOOOOOOOFFOOFFFIFFCOOOOOOCSSSSFFFFOOOFFFFOOOOOOFPGPGPPPPPFFFFFFFFFFFFPPPPOOOOOOOOOKFMMMFFFFFFOOOOOOOOFFOOOOOOOPPGPPFFFFPFPPFFGPPPPPFFFPFPFPFPGFFGPGFFPFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPFIFPPPPFPIIFPFPFFIPGGOOOOOOOOOOOOOOOOOOFGPPFOOOFOOOOFFOOOOOFGPPPPFFFFFFFFOOOOOOOOOFFGPPPPPFFFFFFFFFOOOOOOOOOOOOPPGFFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOFOFFFPFFFFPFFPFPPFGFFFOOOOOOOOOOOOOOOOOOOOOOFPPPFFFGFPPOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSGFIIIGGGFIIFPPPPPPPPPPIFIFFFIIKFFFFKFFIIFFIIIOOOOOOOOOOOOOOOOMMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPGPPFPPPGFPPPFGGOOOOOFFOOOFFFFOOOFFFFOOOOFFFFFOOOOOOOFOOOOFFOOOOFFOFFOOOFPGGFRPPPKPMMOOOFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMIRKMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOFKRRRRKRMOOMNNNNONMMMHHHHHHPTPPTPFFFGFPPPPGPPPPTPGFPKPGPONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONCOONMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOKKFFFFNNNNMNNNNNNNNNNNNNNNNNNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFHPPGPPGPPGPPGPPHHHIKNMMPPPPGPPPPPGPFPPPPPPPPPPPPPPGGPPPGOHOOOPGGPPPGFPPPPPPHHOOOOOOOPPGPPPGPPPGPPPPGPPPPPPPPPPGPPPPOOOOOOICFFFRKMOOOOOFOOOOOOOOFHHHHFFHGFPPPPOOOOOOOOFFFFFKFPPRFFPFFFFFGFFFFFFRFIFFGFPFFFCHCHCHHQCHHCHHHHHCHCHQHHNCCCHCHCHHHQCCHCHCCHCHCHCHCHCHCHMHCHHMFFFRKMOOOOONHHNOHHNOOOHPPFFGFGGRGPPGFGPPPFKKPPPPRFGFPPPOOMMCOOOOOONOOOOOOOONOOPGPPPGPFFFRKMOOOOMOOOOOFFHHFFRKMOOHOHOOHGFFPPFHHCHFFHFCFPFGPPPGFGGPGKPGPPPPPFPGFPPPFPGFPPFPPFRKGFPPPOOMOHMMOHHOMOOCHOOOOOOOOOOOOOOGPPPFPFOOOOOOOOFPPGFPFFPRKMOOOHOOMHOHHOOOOHOOOFFRKMOOOFFRKMOOOOMOFPGPPPFRKMOOOOFGPGPPFFFFFPFRKPFMNOOOONNHMNHHHOHHOOOOOOFPPFGPFGPFFRKMOOOOOOMHOMHOOHOOOOOOOFFFRKFMOMPPFPGPGFRKIMOHHGFPPFPPPPPGPPPPPPGPPPPPPPPPRKFPPPMOOMMMNMMMOFFSFPPGFRKFFMOOOCMMHHMONOHHHHHMHMOOOHMFPPGOOGPGGPGFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGFGGPPPPGGGGPPGPPGGPGGGGPOOCOOOFFJJFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFRKFMOOOOOOOMPPPGPFPFPFGPFRKFMOOOOMHOMHOOHOOOOGPPPPPPPPPPPPPGPPPPPPPPPPPPFFPGPPGPPPPPFGGPPPPFPFPPPPPPGPOOHHHHOHOHHHHHHHCOOOHOHHOOHOHOCHCHOOHHHOOOOOOOOGFPPPNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNGPFPOOFFOOOOOOOOOOOOOOGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOIIKKKFFCHNCCCMMCCCCICCICICHFCGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHGGGFPPPOCOOCGGPPFGGPPGKPPPKPKPGGPPPPPPPPPGPPGRPPFRRPRPPFPPFCMCCMMMCMCCCCMMCMCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKRKKMMMSFHKFPPPPPRPRRGPKOOMMMMMMMGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOKMHHIIKKKFFCHNCCCMMCCCCICCICICHFCHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHPPFRGPGFGPPFKPPPPFGFOOMCOOOOOOOCOOOOOCOOOOPFPPGPGOOFFFCOOOOFFOOOOOOOOOFIFKIPPPPIFFPFPPPPPPFPGFGIFFFFPPPGGPPSPPPFFFFFIFFKKPPPPPFPPGPGCOOCMMMCOCMCCOOCMOCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFKFFKRKFFNNNNNNNNMMOOMMNMMMNNMMMMMNMMMMMMMMMNNMMMMOONMNFFFFFFFFFFIFTTTTTTFFFTTTTIFITTKRIKIFTTTIIFITOMOMCOMOOOOOCMNNNOMMMOOOOOOOOOOOOOOHOCOOOMHMMOOOMOOOOCCMHOONOOOOONOOOFFFFOOOOOOOOOOOOFFFFFFFOOOOFFFFFFFFFFFFFFFFFFFFFKFFFOCCOHHHMCMOMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCOHHOOMHOOMOHHMOOHHOOOOOOOOOOOOOOOOOOOOOOOOOOKMNMHHIIIIIIIIIIIIIIIIIIIIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKKKKMMMMMFFFFOOORKKMMMMNNMMMMMMMMMNNHHHHHHFFFKFNNIIIIIIIIIOOOOOOOOOOHOHHOOOOOOOIFFFFFFFFFFFFFFFFFFFOOOOKKKRKNNNNNNNNMMMMNMMMNNNMMMMMNMMMMMMMMMNNMMMMNNMNPPPGFGPPPPPFGOOOOOOOGFPFOHOOHPKPPPPPTTTPGTTPPFGKPPGPPFFFKKPPIIPPPFKKKGGPPPPGIPPPPPPPPPPPPPPPPPPPPPPPPFFPPPPKRKFPPPPKFPPRFPPPPPPIPPPIFPPPPPPIPPPIFRPPPPPPPPPMMMNMMMMCMMMCOMNNMMCCMMMMMHNNHCNMMMCOHHHMMMNCHNNMNNNMOHHNNNMMMMNNNNNHMKFFFFFFFFMCCCCCCCCCCCCCCCFFFPPPFFFGFFFPFFFPGFFFFFFFSOOOOOOOOHHHOFFFPPFFPFGOOFFPFPPGPPGPPPFFFPPPFPGPPPFPPPPFPPPFFFFGPPGOOOOOOOOOOOOOOOOFFFFFFFFFFCFFOOOOOOOOPPFPPPFPPPPPPGGIPPFGPPPPPFGPPPPFGOOPPGFPGPPPFPPFFPOOOOOOOOOFPRKGPPPPHHCHHHHHHHHHHHHHHHNHHHMHHHNMHHHHHHHHHHHHHHHHHFRKHHHHHHHHHNHHHMHNMFFFOOOFOOOOPFFGPFOOOOOOOOOOFFFFFFFOCOOCHHCOHHHFFFIOOOOOOOOGPGPGFPFFFPPPFPFFPFGPFFPFFPPFPGPPPPPFPPPPPKFPPPPPPPGGPPFFFFPPPPPPPFPFFFFPPPPPPGFPPFPPGPPPPPPPPPPPPPPPPPPPFFPPPPPPPPFPGPPPPFFFFFFFGPGGGPFGFPFPPPPPPPFPPPGPMOMOOMONMMOOOOOOOOOOMMOOMMOOOOOOMOOOOOOOOOOOOOOOOOOOMNOOOOOOOOOOOOOOOOOOOOOOONOOMNMMNMMMOOOOOMOOOOMOOOOOOOOONNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPGGPPPPPPPPPPPPPPPPPPPPPPFPPPPPOOOOPPOOOOOOOOOPGFPGFFFFFPFPPPPFFFFPFFOOOCHHOOOOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPGFPPPFPPPPPPPKPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPFFFFPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPKPPGGPPPPPPPPFGFFPFPFPPPTPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPFFPPPPPPPPPPPPPPPFPPPPPPPFFPGPGPPPPPPOCOOCCOOOOOOOCOOCOCOOCOOOMCOOCOOCOMOOOOOOCOOHOCOOCOOCOOCOOOCOOCOOCOOOCOOOCOOCOOPPCOOCOOOMCOCOOOCOOOCOOMCOOCOOCOOCCOOMOOCOOMOCOOCOOOOOOCOOOCOOOOCOOOOOOOOOOOOOOOFFOOFFFIFFCOOOOOOCSSSSFFFFOOOFFFFOOOOOOFPGPGPPPPPFFFFFFFFFFFFPPPPOOOOOOOOOKFMMMFFFFFFOOOOOOOOFFOOOOOOOPPGPPFFFFPFPPFFGPPPPPFFFPFPFPFPGFFGPGFFPFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPFIFPPPPFPIIFPFPFFIPGGOOOOOOOOOOOOOOOOOOFGPPFOOOFOOOOFFOOOOOFGPPPPFFFFFFFFOOOOOOOOOFFGPPPPPFFFFFFFFFOOOOOOOOOOOOPPGFFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOFOFFFPFFFFPFFPFPPFGFFFOOOOOOOOOOOOOOOOOOOOOOFPPPFFFGFPPOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSGFIIIGGGFIIFPPPPPPPPPPIFIFFFIIKFFFFKFFIIFFIIIOOOOOOOOOOOOOOOOMMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPGPPFPPPGFPPPFGGOOOOOFFOOOFFFFOOOFFFFOOOOFFFFFOOOOOOOFOOOOFFOOOOFFOFFOOOFFFRKRRFCCCOCCCCOOCMCMOCGPPPPPPPPHHHHHHHHGPFPPPPPPPPHCOOGPGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPOOOOOOOFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOGPPPPPHHHHHOOOOOOOPPPPGPPPPPGPFPPPPPPPPPPPPPPGGPPPGOHOOOIIKKKFFCHNCCCMMCCCCICCICICHFCHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFRKRFRMMGFPOOOOOOOOOOFPGPFOGPPPPPPPPPPPFPPPPPFPPPPPOHHHHHHHHHHHHHHHHHCHHOHHHGPFPOOPPPGCCCCCCCCCCCCCCCCCFRKMOOOFRKMOOOOONNONOOOFRKMOOMOOFRKMOOOOOGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOFRKMOOOOOFFRKOOOMMMOFRKMOOOMOOFRKMOOOFRKMOOOOMOFPGPPPRKMOOOOFFRKMNOOOONNMNOFFPPFGPFGPRKMOOOOOOOMOMOOOOOOOOOFRKMOMFRKMOOMMMNMMMFRKMOOMMMNOMMMGPGGPGFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGFGGPPPPGGGGPPGPPGGPGGGGPOOCOOOFFJJFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFRKMOOOOOOOMFFFFFKFPTTTTTTTPRFFPFFFFFGFFFFFFRFIFFGFPFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNCHNNNNNNNNNNNNHQCHHNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHQNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNCNCHNCHNNCHHHQCCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNNNNNNNNNNNNNNNNNNNCHNCHCHNNNNNNNNNNNNNNHCHCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNHCHHMNNNNNNNNNNNNNNNNNNNNNNNNNFFFRKMNNNNNOOOOONNNNNNNNNNHNNNNNNHNNNNNNONNNNNNNNNNNNNHHNNOOONNNNNNNNNNHPPFFGFGGRGPPGFGPPPFKKPPPPRFGFPPPNNNNNNNNNNONONNMMNNCCNONNNCONNNNNNNNNNOOOONOCOOOOOCOONNNNNNNNNOOPGPPPGPPFPPGPGOOGFPFOHOOFFFCOOOOFFOOOOOOOOOFIFKIPPPPIFFPFPPPPPPFPGFGIFFFFPPPGGPPSPPPFFFFFIFFKKPPPPPFPPGPGCOOCMMMCOCMCCOOCMOCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFKFFKRKFFNNNNNNNNMMOOMMNMMMNNMMMMMNMMMMMMMMMNNMMMMOONMNFFFFFFFFFFIFTTTTTTFFFTTTTIFITTKRIKIFTTTIIFITOMOMCOMOOOOOCMNNNOMMMOOOOOOOOOOOOOOHOCOOOMHMMOOOMOOOOCCMHOONOOOOONOOOFFFFOOOOOOOOOOOOFFFFFFFOOOOFFFFFFFFFFFFFFFFFFFFFKFFFOCCOHHHMCMOMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCOHHOOMHOOMOHHMOOHHOOOOOOOOOOOOOOOOOOOOOOOOOOKMNMHHIIIIIIIIIIIIIIIIIIIIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKKKKMMMMMFFFFOOORKKMMMMNNMMMMMMMMMNNHHHHHHFFFKFNNIIIIIIIIIOOOOOOOOOOHOHHOOOOOOOIFFFFFFFFFFFFFFFFFFFOOOOKKKRKNNNNNNNNMMMMNMMMNNNMMMMMNMMMMMMMMMNNMMMMNNMNPPPGFGPPPPPFGOOOOOOOFFFRKMNNNNNOONNNNNONNNNNNONNNMONNNNNNNNNNOOOONNNNNNNNFFNNNNNNNHNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNFFRKMOOHOHOOHGFFPPFNNNNNNNNNNNHNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNCHNFFNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFCFFFRKNNMNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNNNNNNNNNNNNNNNNNPFGPPPGFGGPGKPGPPPPPFPGFPPPFPGFPPFPPFRKGFPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNHNNNNNNONNMONNNNONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHONOOOOOOOOOOOOOGPPPFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNOOOOOOFPPGFPFFPRKMNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNNHNNNNNNNNONNNNNNNNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOHHOOOONNNNNNNNNNNNNNNNNNNNNNNHOOOFFRKMOOOFFRKMOOOOMOGGGFPPPNNNONNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNOONNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGKPPPKPKPGGPPPPPPPPPGPPGRPPFRRPRPPFPPFCMCCMMMCMCCCMMCMCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKRKKMMMSFHKFPPPPPRPRRGPKOOMMMMMMMGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOKMHHIIKKKFFCHNCCCMMCCCCICCICICHFCHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHPPFRGPGFGPPFKPPPPFGFOOMOOOOOOOOOOOOOOOOHPKPPPPPTTTPGTTPPFGKPPGPPFFFKKPPIIPPPFKKKGGPPPPGIPPPPPPPPPPPPPPPPPPPPPPPPFFPPPPKRKFPPPPKFPPRFPPPPPPIPPPIFPPPPPPIPPPIFRPPPPPPPPPMMMNMMMMCMMMCOMNNMMCCMMMMMHNNHCNMMMCOHHHMMMNCHNNMNNNMOHHNNNMMMMNNNNNHMKFFFFFFFFMCCCCCCCCCCCCCCCFFFPPPFFFGFFFPFFFPGFFFFFFFSOOOOOOOOHHHOFFFPPFFPFGOOFFPFPPGPPGPPPFFFPPPFPGPPPFPPPPFPPPFFFFGPPGOOOOOOOOOOOOOOOOFFFFFFFFFFCFFOOOOOOOOPPFPPPFPPPPPPGGIPPFGPPPPPFGPPPPFGOOPPGFPGPPPFPPFFPOOOOOOOOOFPRKGPPPPHHCHHHHHHHHHHHHHHHNHHHMHHHNMHHHHHHHHHHHHHHHHHFRKHHHHHHHHHNHHHMHNMFFFOOOFOOOOPFFGPFOOOOOOOOOOFFFFFFFOCOOCHHCOHHHFFFIOOOOOOOOGPGPGFPFFFPPPFPFFPFGPFFPFFPPFPGPPPPPFPPPPPKFPPPPPPPGGPPFFFFPPPPPPPFPFFFFPPPPPPGFPPFPPGPPPPPPPPPPPPPPPPPPPFFPPPPPPPPFPGPPPPFFFFFFFGPGGGPFGFPFPPPPPPPFPPPGPMOMOOMONMMOOOOOOOOOOMMOOMMOOOOOOMOOOOOOOOOOOOOOOOOOOMNOOOOOOOOOOOOOOOOOOOOOOONOOMNMMNMMMOOOOOMOOOOMOOOOOOOOONNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPGGPPPPPPPPPPPPPPPPPPPPPPFPPPPPOOOOPPOOOOOOOOOPGFPGFFFFFPFPPPPFFFFPFFOOOCHHOOOOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPGFPPPFPPPPPPPKPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPFFFFPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPKPPGGPPPPPPPPFGFFPFPFPPPTPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPFFPPPPPPPPPPPPPPPFPPPPPPPFFPGPGPPPPPPOCOOCCOOOOOOOCOOCOCOOCOOOMCOOCOOCOMOOOOOOCOOHOCOOCOOCOOCOOOCOOCOOCOOOCOOOCOOCOOPPCOOCOOOMCOCOOOCOOOCOOMCOOCOOCOOCCOOMOOCOOMOCOOCOOOOOOCOOOCOOOOCOOOOOOOOOOOOOOOFFOOFFFIFFCOOOOOOCSSSSFFFFOOOFFFFOOOOOOFPGPGPPPPPFFFFFFFFFFFFPPPPOOOOOOOOOKFMMMFFFFFFOOOOOOOOFFOOOOOOOPPGPPFFFFPFPPFFGPPPPPFFFPFPFPFPGFFGPGFFPFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPFIFPPPPFPIIFPFPFFIPGGOOOOOOOOOOOOOOOOOOFGPPFOOOFOOOOFFOOOOOFGPPPPFFFFFFFFOOOOOOOOOFFGPPPPPFFFFFFFFFOOOOOOOOOOOOPPGFFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOFOFFFPFFFFPFFPFPPFGFFFOOOOOOOOOOOOOOOOOOOOOOFPPPFFFGFPPOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSGFIIIGGGFIIFPPPPPPPPPPIFIFFFIIKFFFFKFFIIFFIIIOOOOOOOOOOOOOOOOMMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPGPPFPPPGFPPPFGGOOOOOFFOOOFFFFOOOFFFFOOOOFFFFFOOOOOOOFOOOOFFOOOOFFOFFOOOFPGPPPFRKMOOOOFFFRKRRFCCCOCCCCOOCMCMOCGPPPPPPPPHHHHHHHHGPFPPPPPPPPHCOOGPGPPPPPHHHHHOOOOOOOPPPPGPPPPPGPFPPPPPPPPPPPPPPGGPPPGOHOOOPGGPPPGFPPPPPPOOOOOOOFRKRFRMMGFPOOOOOOOOOOFPGPFOGPPPPPPPPPPPFPPPPPFPPPPPOHHHHHHHHHHHHHHHHHCHHOHHHGPFPOOFGPGPPFFFFFPFRKPFNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNHNNNNHNNNNONNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNOOOOOOFPPFGPFGPFFRKMNNNNNOOONNONNNOONNNNMHNNNNNNNNNOMNNNNNNNNNNHNOONNNNNNNNHOOOOOOOFPPPGCCCCCCCCCCCCCCCCCFRKMOOOFRKMOOOOONNONOOOFRKMOOMOOFRKMOOOOOFRKMOOOOOFFRKOOOMMMOFRKMOOOMOOFRKMOOOFRKMOOOOMOFPGPPPRKMOOOOFFRKMNOOOONNMNOFFPPFGPFGPRKMOOOOOOOMOMOOOOOOOOOFRKMOMFRKMOOMMMNMMMFRKMOOMMMNOMMMGPGGPGFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGFGGPPPPGGGGPPGPPGGPGGGGPOOCOOOFFJJFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFRKMOOOOOOOMFFRKFMOMPPFPGPGFRKIMOHHGFPPFPPPPPGPPPPPPGPPPPPPPPPRKFPPPMNNNNNOONNNNNNNNMMNNMNNNNNNNNNNNNNNNNNNMNMNNNNNNNNMNOFFSFPPGFRKFFMNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNCNNNNNNNNNNNNNMMHNNNNNNNNNNNHNNMNONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNHHNNHNNHNNNNNMNNNNNHNNNMOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFRKFMOOOOOOOMPPPGPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPFGPFRKFMNNNNNOONNONNNONNNNMHNNNNNNNNNOMNNNNNNNNNNHNOONNNNNNNNHOOOOKFGPRPFFPNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNCNNNNNNNNNNNNNNONNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNCNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNKPRPPFGNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNHHHNNNNHNNMNMNNNNNNNNNNNNNNNHNNNOOOOOFHHHHHHHHHHHHHHHGKPPPKPKPGGPPPPPPPPPGPPGRPPFRRPRPPFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNCMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNMNNNNNNMNCNNNMNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKRKKMMMSFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNKFPPPPPRPRRGPKNNONNNNNNNNONNNNNNNNNNMMMNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNNNNNNNNNNNNNNNNNGTGFPKFPPGPFPFPGPPPPFGPFTPFGPPPTKFFPFTFFKPFFPFFPTFPTFTKPTTTONNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOQNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNONMNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCNNNOONOCNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCMMOONNNNCNNNNNNNNNNNNNNONNNNCNNNNNNNNNOOMNNNNNCNNONNOMNONNNNOONNNNNCNCCNNNNNNNNNNNNNNNNNNNNNNOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCOOOCMNNNMMNNNNOOOOOOGPPPPPGPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNOKFGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNMNHNNHNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNPPGPPGPPGPPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPNNNNONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNPFKGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHFPGGFRPPPKPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFTFNNNNNNNNNNNNHNNNNNNNNNNNNNNHNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNHNNNNNNNNNNNNNNNNNNNGPPNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFKNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFKFNNNNNNNNNNNNNNNONNNNNNONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNMNMNPGFPKNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNTPPPPTPGKRRRRRKGTRGPKRRPKRPGFNNNNNNNNNNNNNNMONNMNNNNMNNOMMNMMMNNNNNNCNNNNNMMMMNNONNNNNNMMMCMMONNNNNNNNNNNNNNNNNNNNMMOMMNNMMMMOONNNNNNNNNNNNNNNNMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMOFRKRFRNNNNNNNNNNNNNNNNMNNNNNONNMNNNNNNNNNNNONNNNNNMNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNMNFFTTTTTTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOFPPKGFFKNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNMNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNCNNNNNMNNNNNONNNOCNNCNNNNNNNNNNNNNNNNNNNNNNNPKPPFPPPKGGGKPKPNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMHMMMNHMCNNNMMCNNNNNNNNNNNNNNNNNNNNNNNNMFKNNNNNNNNNNNHNNNNNNNNHNHMHHONNNNNNNNNNNNNMNONNNNNNNMFTFTKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMHMNNNNNNNNNNNNNNNNOOOOKHMHMHMHMPPFPGPGFRKFNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGFFNNNNNNNNNNNNNNNNONNNNNNNNNNHNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONOOOOCONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOPPGFNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNOOOOOFFNONNNNNNNNNNONNNNNNNNONNNNONNNNNNNNNNOOOOOOOONONNNNNNNOKMHHIIKKKFFNNNNNNNNNNCNNNNNHNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNMNNNMNCNNNNNNNNNNNNNNNNCCCICCICICHFNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNMNNNNNNNMNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHNNNNNNHNNHNNNNNHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNHNNHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFRFFFFFKFKFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNMNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNHNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNKFFTFFKKTPGFFPKFKKFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNHNHNHHIRKFFNNNNNNNNNHNNNNNNNNNMNNNNNNNNNNNHHMNNNNNNNHNPPFRGPGFGPPFKPPPPFGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNCNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONOCONNOOOOCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNPFPPGPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNFFFNNCNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNFFNNNNNNNNOONNNNNNOONNNNNNNNNNNNNNNOOOOONNNNNNNNFIFKIPPPPIFFPFPPPPPPFPGFGTTTIFFFFPPPGGPPSPPPFFFFFIFFKKPPPPPFPPGPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNMNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNCNNNNNNNNNNNNNMNNNNNNNNNCCNNNOOCMNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFKFFKRKFFNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNOOMNNNNNNNNNNNNNNNNMNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNMNNNNNNNMNNNNNNMMNNNNNNMNMNMNMNMNMNMNNNNNNNNNNNNMNMNMNMNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFIFTTTTTTFFFTTTTIFITTKRIKIFTTTIIFITNONNNNNNNNNNNNNNMNNNNNNNNONNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOCNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNMNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOOOOOOONONNNNNNNNNNNNHONNCNNNOOOMNNNNNNNNNNNNNNHNNNNNNNNMNNNNNNNNNMNNNNNNNNNNNNONNNNOONMNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCMHONNONNNNNNNNNOOONNNNOONNNNNNNNNOOONNNNNFFFFNNNNNNNNONNNNONONNNNNNNNNNNNNONOOOOOONNNNNNNOOFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNOONNNNONNNNNNNNNNNNNNNONNNNNNNFFFFFFFFFFFFFFFFFFFFFKFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNCNNNNNNNNNNNNNNNNNMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNOONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNONNNNNNNNNNNNHHNNNNNNNNNNNONOMHNNNNONNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNOHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNONNNOONNNNNNNNNOOOOOOOOONNNNNNNNNNNOOOOOOOOONNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNKMNMHHIIIIIIIIIIIIIIIIIIIIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKKKKMMMMMFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNRKKMMMMNNMMMMMMMMMNNHHHHHHFFFKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNIIIIIIIIIOOOOOOOOOOHOHHOOOOOOOIFFFFFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKKKRKNNNNNNNNMMMMNMMMNNNMMMMMNMMMMMMMMMNNMMMMNNMNPPPGFGPPPPPFGOOOOOOOGFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNOONNNNNNNNNNNNNNNNHPKPPPPPTTTPGTTPPFGKPPGPPFFFKKPPIIPPPFKKKGGPPPPGIPPPPPPPPPPPPPPPPPPPPPPPPFFPPPPKRKFPPPPKFPPRFPPPPPPIPPPIFPPPPPPIPPPIFRPPPPPPPPPNNNNNNNNNNNNNNNNNNNNMNNNNMNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNMNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNMNNNNMNNNNNNNNNNNNNNNNNNNNNNNNMNNNNMNNNNNNHNNNNNNNNNNNNNNNNHNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNCNONHHHMNNNNMNNNNMNNNNNCNNNNNNNNNNNNNNNNNNNNHNNNNNMNNNNNNMNNNNNNNNNNNONNHHNNNNNNNNNNNNNMNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMNNNNNKFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCCCCCCCCCCFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPFFFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFSNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNHNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFFPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFPPGPPGPPPFFFPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGPPPFPPPPFPPPFFFFGPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNTTTFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNONNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNONNNNOOOPPFPPPFPPPPPPGGIPPFGPPPPPFGPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOPPGFPGPPPFPPFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPRKGPPPPNNNNNNNNNNHNNNNHNNNNNNCNNHHHNNNNHNNNHHHHHHHNNNNNNNHHHHNNHHHMNNNHHNNNNNNNNNNNNNNNNNNHNNMNHHHHHHHHHHHHHHHNNNNNNNNNNNNNNNNHHFRKHHHHHHHHHNHHHMHNMFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNOOOPFFGPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOOOOOFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCNNNNNNONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNCNNONNNHHNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFINNNNNNNNNNNNNNOONNNNNNONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNGPGPGFPFFFPPPFPFFPFGPFFPFFPPFPGPPPPPFPPPPPKFPPPPPPPTGGPPFFFFPPPTPPPPFPFFFFPPPPPPGFPPFPPGPPPPPPPPPPPPPPPPPPPFFPPPPPPPPFPGPPPPFFFFFFFGPGGGPFGFPFPPPPPPPFPPPGTPNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOMNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMNONOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNMNNNNONNNNNNNNNNNNNNNONMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNNOOOOOOOONNNNOOOONNOONNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNMNNNNNMNMNNNNNNNNNNNNNMNNNMNNNNNNNMNNNNNNNNNNNONONNOOOMNNOONOONNNMNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPTTPPPPPPPPPPPPPPPPPPPPPPPPFPPPTTPPPPPPPPPPPPPPPPPPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPTGPPPPPTPPPPPPPPPPPPTPPPPPPPPPPPPPPPPPFPPPTPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPGGPPPTPPPPPPPPPPPPPPPPPPPFPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPNNNNNNNNONNNONNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONTPGFPTGTFFTTFFFPFPPPTTTTTTPFFFFPFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNHHONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPGFPPPFPPPPPPPKPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPFFFFPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPKPPGGPPPPPPPPFGFFPFPFPPPTPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPFFPPPPPPPPPPPPPPPFPPPPPPPFFPGPGPPPPPPNNNNNNNNNNNNNNNNNNNNNOCOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOOOONNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOCOCOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMCOONNCOONNNNNNNNNNNNNNNNNNNNNNNNCOMOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNHONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOCOONNNNCOONNNNNNNNNNNNCOOOCOOCOONNCOONNOCOOOCOOCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPNCOOCOONNNONMCOCOOOCOOOCOOMCOOCOOCONNNNNNNOCCOONNMNNNNNNNOOCOONMNNONCOONNNNNNCOONNONOOONNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNCOOOOCOOOONNNOONOOOOOOOOOFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFFFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOONNNNNNNNNNOONNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPGPPPPPFFFFFFFFFFFFPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMMNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNOOONNONNNNNNNNNNNNNNNNPPGPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFPFPPFFGPPPPPFFFPFPFPFPGFFGPGFFPFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOONOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONOOOOOONOOOOOOOOOOOOPFIFPPPPFPIIFPFPFFIPGGNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOFNNNNNONNNNNNNNONNNNNNNNNNNNNNNOONNNNNNNNNFFNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFFGPPPPPFFFFFFFFFONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFFNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNNONNNNNNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNFFFPFFFFPFFPFPPFGFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONOONNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPFFFGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSSSSSSSSSSSSSSSGFIIIGGGFIIFPPPPPPPPPPIFIFFFIIKFFFFKFFIIFFIIINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOOOOONONNMMNNNNNNONOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPGPPFPPPGFPPPFGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOOOOFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNOFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOFNNNNNONNNNNNNNNONNNNNNNNNNNNNNNOONNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNOFFNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNNOFTFFTRKRRFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNCNNNNNNNNNNNNNNCNNNNNNNNNNNNNNONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNCNNCNNNNNNNOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNCMNNONCNGPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHNNNNNNNHHHHGPFPPPPPPPPNNNNNNNNHNNNNNNNNNNNNNNNNNNCNNNNNNNOOGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPNNNNNNNNNNNNHNNNNNNNNNNNNNNHHHHNNNNNNNOOOOOOOPPPPGPPPPPGPFPPPPPPPPPPPPPPGGPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOTTTPGGPPTPGFPPPPTPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRKRFRNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMGFPNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNOOOOOONNNNNNNNNNNNNNNFPGPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGPPPPPPPPPPPFTPPPPPFPPPPPNNNNNNNNNNNNNNNNNNNNNNONNNHHHNNNNHNNNNNNNNNNNNHNNNNNNNHHHHHNNNHNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHNNHHCHHOHNNHHNNNNNNNNNNNNNNNNNNNNNNGPFPNNNNNNNONNNNNNNNNNNNNNNNNNNNONNNNNNNNNFOOOOTPPPGNNNNNNNNNNNNNNNNNNCNNNNNNCNCNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNCCNNNNCCCCNNCCCCCNNNCNNNNNNNNNFRKNMNNNNONNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNFRKMNNNNNOOOOONNNNNNNNNNNNNNNNONNNNNNNNNNNOOONNNNNNNNFRKMNNNNNOONNNNNNNNNNNNNMONNNNNNNNNNONNNNNNNNFRKNMNNNNOONNNNNNNNNNNNNNONNNNNNNNNNOONNNNNNNNNNFRKNMNNNNOONNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNFFRKNNNNNNNNNNOONNNNNNNNNNONNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNOFRKMNNNNNOONNNNNNNNNNNNNOMNNNNNNNNNNOONNNNNNNNFRKNMNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFRKMNNNNNOOONNNNNNNNONNNNNMNNNNNNNNNNONNNNNNNNFPGPPPRKNNMNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNOFFRKMNNNNNNNNNNNOOONNNNNNNNNNONNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNFFPPFGPFGPRKMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOFRKNMNNNNNNNNNONNNNNNNNNMNNNNNNNNNNNNNNNNNNFRKMNNNNNOONNNNNNNNMMNNMNNNNNNNNNNNNNNMMNNNNNNNNMFRKMNNNNNOONNNNNNNNMMNNMNNNNONNNNNNNNNNMMNNNNNNNNMGPGGPGFPPPPPPPPPPPPPPPPPTPPPPPPPPPPPPPPPPPTPGFGGPPPPGGGGPPGPPGGPGGGGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFJJFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOFRKMNNNNNOOONNNNNNNNNNOONNNOOMNNNNNNNNNNNNNNNNNNCCCCCCCCPPFFPPFFKGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOOOOOPGPGPPPFPPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPIPPPIPPPPPPPPGPFPPGPPGPGPPPGPPFPFPPPPGPPPFPPGPPGPPPPPPPPPGPPPPFPPPPPPPPPPGPPPFPGPPPPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOOONNONNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPFGGFFFFFPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNTPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPGPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGFPGGGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPTPPTPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCCKMMPKPGRNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNKRMKMMKKKMMHHMPKKPKGKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNMMMPPPPPPKKPPKPPPPPPPKKGPIIGPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMHNNNNNNNNNNNNNNNNNNNMMMMMMMMMPFPFPPFFFPPFFPPFFPPFFGKKKKPPFPFPPFFGGPPFFPPPFFPPPFFPFFPFPFFPFPPFFPPFFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNOMNMNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOOOMNNFPPPPGPPTPPPPPPPGGFPPPPPPPGPPPFGPPPTTPPPPPPPPPPPPPPPPPPPGPPPPPPPPPGGPPPPFFFFFGPPONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNONONNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOSHHPPPPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNHKEKKKEKEENMNNNMMNNMNNPPPGPGPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGGPPPGPPPPGPGPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOPGPGPPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGGGPPPPGPPPGGPGGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFPPGRKNNMNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNFFFFIIIPPPPPPFFGOOHOHNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNONNNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNONNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNOOHNOONNOOOOONOOOOONOOCHOONHHHOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOPPPGPGPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGGPPPGPPPPGPGPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOPGPGPPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGGGPPPPGPPPGGPGGPPPPNNNNNNNNOOOOOOFPPGRKMOOOOOOOFFFFFIFFFFFFFFFFFFIFFFFIFFFKFFFFFFIFFFFIIFIFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHCHNNNNNNNNNNNNNNNNNNCNCHNNNNNNNNNNNNNCCHCHNNNNNNNNNNNNNNNNNNCHMCHCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNNNNNNNNCCHCHNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCHHNNCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHHHCHNNNNCHNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHMNNNNNNNNHCHCHNNNNNNNCHHCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCHCHNNCHCHHCHHNHHCCNNNNCMNNNNNNNNNCHCCHNNNNNNNNCCHCNNNNNNNCHCHNNNNHCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHHCHHFFRKNNNMNNNNHOONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNONNNNNNNNFFFIIIERKIMNNNNNNNNNNNNNNNOOOONNNNNNHNNNNNNNNNHNNNNNNNHNMHNNNNNNNNNNNHNNNNNNNNNNNNNMHONNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNCHNNHNNNNNNNNNNNNNNNNNNNNNOONNNMNNNNNMNONNHNNNHNHONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNIFNNNNNNNNNNNNNNNHNNNNNNNNNNHNNNNNNNNNFHHHHHCFKOOMFFFRKMOOOOMOOOOOPPPPPFFFGPFPFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNIHHHFFHHFFRKMOOHOHOOHFNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNFNNHNNNNNCCHHHHHHFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNHHNONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNOOFNHNNNNNNFTTFEFRKMNNNNNNNNNNOONNNNNNNNNNNNNNHNNNHNNNNNNNNNOMNNNNNNNNNNNNNNNNNNHNCHNCNNNHNNONNNONNNNNNNNNNNNNNNNHNFFFRKNNNMNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNFTTFFEFRKMNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNONNNNHNNNNNNNNNNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOCHNNNONNOONNNONNNNNNNNNNNNNNNNNNNNNNNNEFENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNEHCCHFNNNNNNEHCCHFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPFFGPPFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNHHHHNNNNHNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFFPPFHHCHFFHFFRKNNMOONNNONHNNNONONECHEFNNHNNNNEEPPFPPPPGGGEPFPGPPEFPPCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHCNONNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKRMPPFGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNFNHNNNPFGPPPGFGGPGKPGPPPPPFPGFPPPFPGFPPFPPFRKGFPPPOOMOHMMOHHOMOOCHOOOOOOOOOOOOOOGPPPFPFOOOOOOOOFPPFPFGRKNNMNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNHNNOONNNNNNNNNNNNNNNFFRKMOOOFFRKMOOOOMOFPPPPFFGGRKPNNNNNMNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHONNNHONNNNNNNNNNNNNNNNNNNNNNNIHHHFFFFIFFFFFFIIIFKKFIIIRKIMNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNHONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMNNMNNHMNNNHHFNNNNNNNNNNNNNNNNNNNNNNNNNCEENNNNNNNHHFNNNNNNNHNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNFPPFGPFGPFFRKMOOOOOOMHOMHOOHOOOOOOOFPPGFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONHNONNNNNNNNNNNNNNNNNOFKNNNNNNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNFFRKFMOMHHPPPPPIPPPPGNNNNNHNNNHHNNNNNNNNNNNNNNNHNNNNNNNNNNHHHHHHNNNNNNNNFEIFERKFFEMNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNOMNHNNNNNNHCMNNNNHNNMNNNNNNNNNNNNNNNONNONNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOOHNNNHNHNNHNNHNNNNNNNNNNNNNNNOOHHHNNONONNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHCONFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGPIPHFPFGPFRKFMOOOOMHOMHOOHOOOOFNNHH","n":["Also","Application","ApplicationExt","Apply","Command","Element","Renderer","SingleThreadExecutor","Theme","TinySkia","active","active","active","active","active","active","active","active","active","active","active","adapt_into_using","also","app","appearance","appearance","appearance","appearance","appearance","appearance","appearance","appearance","appearance","apply","apply_mut","apply_ref","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","command","components_from","config","debug","default","default","deref","deref_mut","disabled","disabled","disabled","disabled","disabled","disabled_color","disabled_color","dragging","drop","drop_target","eq","error","executor","fmt","focused","focused","focused","font","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_stimulus","horizontal","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered_region","hovered_split","icon_theme","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","keyboard_nav","layer","menu_button","picked_split","placeholder_color","placeholder_color","prelude","pressed","selection_background","selection_color","selection_color","set_layer","style","theme","theme_type","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","value_color","vertical","widget","APP_ID","Activate","ActivateAction","Application","ApplicationExt","Args","Command","Core","CosmicFlags","DbusActivationDetails","Executor","Flags","Message","Message","Open","Settings","SubCommand","action","adapt_into_using","adapt_into_using","args","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","command","components_from","components_from","context_drawer","core","core_mut","cosmic","debug","default","deref","deref","deref_mut","deref_mut","dialog","drag","drop","drop","fmt","focused_window","from","from","from_angle","from_angle","from_stimulus","from_stimulus","header_center","header_end","header_start","init","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_condensed","keyboard_nav","main_window_id","maximize","message","minimize","nav_bar","nav_bar_active","nav_bar_set_toggled","nav_bar_toggle","nav_bar_toggle_condensed","nav_context_menu","nav_model","on_app_exit","on_close_requested","on_context_drawer","on_escape","on_nav_context","on_nav_select","on_search","on_window_resize","run","scale_factor","set_context_title","set_context_title","set_header_title","set_header_title","set_keyboard_nav","set_window_title","settings","style","subscription","system_is_dark","system_theme","system_theme_mode","system_theme_mode_update","system_theme_update","title","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","view","view_main","view_window","watch_config","watch_state","window","action","args","url","Command","drag","maximize","message","message","minimize","set_scaling_factor","set_theme","set_title","set_windowed","toggle_maximize","app","cosmic","Activate","AppThemeChange","Close","ContextDrawer","Cosmic","Drag","Focus","KeyboardNav","Maximize","Message","Minimize","NavBar","NavBarContext","ScaleFactor","ShowWindowMenu","SurfaceClosed","SystemThemeChange","SystemThemeModeChange","ToggleNavBar","ToggleNavBarCondensed","ToolkitConfig","Unfocus","WindowMaximized","WindowResize","adapt_into_using","adapt_into_using","app","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","close","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","new","scale_factor","style","subscription","theme","title","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","view","App","Cosmic","Message","None","adapt_into_using","app","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","cosmic","deref","deref_mut","drop","fmt","from","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","none","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Settings","adapt_into_using","antialiasing","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","client_decorations","components_from","debug","default","default_font","default_icon_theme","default_text_size","deref","deref_mut","drop","exit_on_close","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","resizable","scale_factor","size","size_limits","theme","transparent","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","batch","drag","future","maximize","message","minimize","set_title","set_windowed","toggle_maximize","CosmicTk","adapt_into_using","apply_theme_global","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","get_entry","icon_theme","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","show_maximize","show_minimize","to_owned","toolkit","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","update_keys","write_entry","CosmicTk","ID","apply_theme_global","config","icon_theme","set_apply_theme_global","set_icon_theme","set_show_maximize","set_show_minimize","show_maximize","show_minimize","AtomicWrites","Config","ConfigGet","ConfigSet","ConfigState","ConfigTransaction","ConfigUpdate","CosmicConfigEntry","Error","Failed","Failed","GetKey","Init","InvalidName","Io","NoConfigDirectory","Notify","Ron","RonSpanned","Update","Update","VERSION","Waiting","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","commit","components_from","components_from","components_from","components_from","components_from","components_from","config","config_state_subscription","config_subscription","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","errors","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get","get_entry","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","keys","libcosmic","new","new_state","set","set","set","system","to_owned","to_smolstr","to_string","transaction","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update_keys","watch","with_custom_path","write_entry","CosmicConfigEntry","Background","Component","Container","CornerRadii","CosmicPalette","CosmicPaletteInner","DARK_PALETTE","DARK_THEME_BUILDER_ID","DARK_THEME_ID","Dark","HighContrastDark","HighContrastLight","LIGHT_PALETTE","LIGHT_THEME_BUILDER_ID","LIGHT_THEME_ID","Layer","LayeredTheme","Light","NAME","Primary","Secondary","Spacing","THEME_MODE_ID","Theme","ThemeBuilder","ThemeMode","accent","accent","accent","accent_blue","accent_button","accent_color","accent_green","accent_indigo","accent_orange","accent_pink","accent_purple","accent_red","accent_text_color","accent_warm_grey","accent_yellow","active_hint","active_hint","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","apply_exports","apply_gtk","apply_vs_code","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_gtk4","as_mut","as_ref","auto_switch","background","base","base","bg_color","bg_color","bg_color","bg_component_color","bg_component_divider","bg_divider","blue","border","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","bright_green","bright_orange","bright_red","build","button","button_bg_color","button_color","button_divider","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","colored_button","colored_component","component","component","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","composite","config","corner_radii","corner_radii","corner_radii","dark","dark_config","dark_config","dark_default","dark_high_contrast","default","default","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","destructive","destructive","destructive","destructive_button","destructive_color","destructive_text_color","disabled","disabled_border","divider","divider","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","ext_blue","ext_indigo","ext_orange","ext_pink","ext_purple","ext_warm_grey","ext_yellow","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","focus","focus_color","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gaps","gaps","get_active","get_entry","get_entry","get_entry","gray_1","gray_2","gray_3","green","gtk_prefer_colorscheme","high_contrast_dark_default","high_contrast_light_default","hover","hover_state_color","icon_button","id","init","init","init","init","init","init","init","init","init","init","init","init","inner","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_dark","is_dark","is_dark","is_dark","is_frosted","is_frosted","is_high_contrast","is_high_contrast","light","light_config","light_config","light_default","light_high_contrast","link_button","name","name","name","neutral_0","neutral_1","neutral_10","neutral_2","neutral_3","neutral_4","neutral_5","neutral_6","neutral_7","neutral_8","neutral_9","neutral_tint","neutral_tint","on","on","on_accent_color","on_bg_color","on_bg_component_color","on_destructive_color","on_disabled","on_primary_component_color","on_primary_container_color","on_secondary_component_color","on_secondary_container_color","on_success_color","on_warning_color","palette","palette","palette","preferred_theme","pressed","pressed_state_color","primary","primary_component_color","primary_component_divider","primary_container_bg","primary_container_bg","primary_container_color","primary_container_divider","radius_0","radius_0","radius_l","radius_l","radius_m","radius_m","radius_s","radius_s","radius_xl","radius_xl","radius_xs","radius_xs","red","reset_exports","reset_gtk","reset_vs_code","secondary","secondary_component_color","secondary_container_bg","secondary_container_color","secondary_container_divider","selected","selected_state_color","selected_state_text_color","selected_text","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","set_accent","set_accent","set_accent_button","set_active_hint","set_active_hint","set_auto_switch","set_background","set_bg_color","set_button","set_corner_radii","set_corner_radii","set_destructive","set_destructive","set_destructive_button","set_gaps","set_gaps","set_icon_button","set_is_dark","set_is_dark","set_is_frosted","set_is_frosted","set_is_high_contrast","set_layer","set_link_button","set_name","set_neutral_tint","set_palette","set_palette","set_primary","set_primary_container_bg","set_secondary","set_secondary_container_bg","set_shade","set_spacing","set_spacing","set_success","set_success","set_success_button","set_text_button","set_text_tint","set_warning","set_warning","set_warning_button","set_window_hint","set_window_hint","shade","shade_color","small_widget","small_widget_divider","space_l","space_l","space_m","space_m","space_none","space_none","space_s","space_s","space_xl","space_xl","space_xs","space_xs","space_xxl","space_xxl","space_xxs","space_xxs","space_xxxl","space_xxxl","space_xxxs","space_xxxs","spacing","spacing","spacing","steps","success","success","success","success_button","success_color","success_text_color","text_button","text_tint","text_tint","to_high_contrast","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update_keys","update_keys","update_keys","version","warning","warning","warning","warning_button","warning_color","warning_text_color","window_header_bg","window_hint","window_hint","with_accent","write_entry","write_entry","write_entry","write_exports","write_gtk4","yellow","over","Alpha","ArrayExt","Clamp","ClampAssign","Color","ColorDifference","Darken","DarkenAssign","Desaturate","DesaturateAssign","FromColor","FromColorMut","FromColorMutGuard","GammaLuma","GammaLumaa","GammaSrgb","GammaSrgba","GetHue","Hsl","Hsla","Hsluv","Hsluva","Hsv","Hsva","Hue","Hwb","Hwba","IntoColor","IntoColorMut","IsWithinBounds","Item","LENGTH","Lab","LabHue","Laba","Lch","Lcha","Lchuv","Lchuva","Lighten","LightenAssign","LinLuma","LinLumaa","LinSrgb","LinSrgba","Luv","LuvHue","Luva","Mat3","Mix","MixAssign","Next","NextArray","Okhsl","Okhsla","Okhsv","Okhsva","Okhwb","Okhwba","Oklab","OklabHue","Oklaba","Oklch","Oklcha","RelativeContrast","RgbHue","Saturate","SaturateAssign","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","SetHue","ShiftHue","ShiftHueAssign","Srgb","SrgbLuma","SrgbLumaa","Srgba","WithAlpha","WithAlpha","WithAlpha","WithHue","Xyz","Xyza","Yxy","Yxya","a","a","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","angle","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_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_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","atop","atop","atop","atop","atop","atop","b","b","blackness","blackness","blend","blend_with","blend_with","blend_with","blend_with","blend_with","blend_with","blue","blue","blue","bool_mask","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","burn","burn","cam16","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cast","chroma","chroma","chroma","chromatic_adaptation","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color_difference","color_theory","complementary","complementary","complementary","complementary","complementary","complementary","complementary","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contrast_ratio","convert","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","darken","darken","darken","darken_assign","darken_fixed","darken_fixed_assign","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","delta_e","delta_e","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","desaturate","desaturate_assign","desaturate_fixed","desaturate_fixed_assign","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","difference","difference","difference","distance_squared","distance_squared","distance_squared","distance_squared","distance_squared","div","div","div","div","div","div","div","div","div","div","div","div","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","dodge","dodge","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encoding","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","exclusion","exclusion","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cartesian","from_cartesian","from_cartesian","from_cartesian","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_degrees","from_degrees","from_degrees","from_degrees","from_encoding","from_encoding","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_full","from_full","from_full","from_full","from_full","from_full","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_linear","from_linear","from_radians","from_radians","from_radians","from_radians","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","from_u16","from_u32","from_xyz","from_xyz","from_xyz","from_xyz","from_xyz","from_xyz","from_xyz","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_color_difference","get_color_difference","get_color_difference","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","green","green","green","hard_light","hard_light","has_enhanced_contrast_large_text","has_enhanced_contrast_text","has_min_contrast_graphics","has_min_contrast_large_text","has_min_contrast_text","hsl","hsluv","hsv","hue","hue","hue","hue","hue","hue","hue","hue","hue","hue","hues","hwb","hybrid_distance","hybrid_distance","hybrid_distance","improved_delta_e","improved_delta_e","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inside","inside","inside","inside","inside","inside","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cartesian","into_cartesian","into_cartesian","into_cartesian","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_degrees","into_degrees","into_degrees","into_degrees","into_encoding","into_encoding","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_full","into_full","into_full","into_full","into_full","into_full","into_inner","into_inner","into_inner","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_linear","into_linear","into_positive_degrees","into_positive_degrees","into_positive_degrees","into_positive_degrees","into_positive_radians","into_positive_radians","into_positive_radians","into_positive_radians","into_radians","into_radians","into_radians","into_radians","into_raw_degrees","into_raw_degrees","into_raw_degrees","into_raw_degrees","into_raw_radians","into_raw_radians","into_raw_radians","into_raw_radians","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_u16","into_u32","into_unclamped_guard","into_xyz","into_xyz","into_xyz","into_xyz","into_xyz","into_xyz","into_xyz","into_xyz","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","l","l","l","l","l","l","l","lab","lch","lchuv","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lightness","lightness","luma","luma","luma","luma","luma","luv","max_a","max_alpha","max_b","max_blackness","max_blackness","max_chroma","max_chroma","max_extended_chroma","max_l","max_l","max_l","max_l","max_l","max_l","max_l","max_lightness","max_lightness","max_luma","max_saturation","max_saturation","max_saturation","max_saturation","max_saturation","max_u","max_v","max_value","max_value","max_whiteness","max_whiteness","max_x","max_x","max_y","max_y","max_z","min_a","min_alpha","min_b","min_blackness","min_blackness","min_chroma","min_chroma","min_chroma","min_l","min_l","min_l","min_l","min_l","min_l","min_l","min_lightness","min_lightness","min_luma","min_saturation","min_saturation","min_saturation","min_saturation","min_saturation","min_u","min_v","min_value","min_value","min_whiteness","min_whiteness","min_x","min_x","min_y","min_y","min_z","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","multiply","multiply","named","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_srgb","new_srgb","new_srgb","new_srgb","new_srgb","new_srgb","new_srgb_const","new_srgb_const","new_srgb_const","new_srgb_const","new_srgb_const","new_srgb_const","num","okhsl","okhsv","okhwb","oklab","oklch","opaque","outside","outside","outside","outside","outside","outside","over","over","over","over","over","over","overlay","overlay","plus","plus","plus","plus","plus","plus","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","premultiply","premultiply","premultiply","premultiply","premultiply","premultiply","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","red","red","red","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","restore","rgb","saturate","saturate","saturate","saturate","saturate","saturate","saturate","saturate","saturate","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturation","saturation","saturation","saturation","saturation","screen","screen","serde","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","soft_light","soft_light","split","split","split","split","split","split","split","split","split","split","split","split","split","split","split","split","split","standard","standard","standard","standard","standard","standard","standard","standard","standard","stimulus","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","tetradic","tetradic","tetradic","tetradic","tetradic","tetradic","tetradic","then_into_color_mut","then_into_color_unclamped_mut","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transparent","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","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","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","unpremultiply","unpremultiply","unpremultiply","unpremultiply","unpremultiply","v","value","value","white_point","white_point","white_point","white_point","white_point","white_point","white_point","white_point","whiteness","whiteness","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_white_point","with_white_point","with_white_point","with_white_point","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","x","x","xor","xor","xor","xor","xor","xor","xyz","y","y","yxy","z","Alpha","Color","Iter","PreAlpha","WithAlpha","WithAlpha","WithAlpha","adapt_into_using","alpha","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","opaque","size_hint","split","transparent","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","with_alpha","without_alpha","AngleEq","FromAngle","FullRotation","HalfRotation","IntoAngle","RealAngle","SignedAngle","UnsignedAngle","angle_eq","degrees_to_radians","from_angle","full_rotation","half_rotation","into_angle","normalize_signed_angle","normalize_unsigned_angle","radians_to_degrees","Add","Blend","BlendFunction","BlendWith","Color","Compose","DestinationAlpha","DestinationColor","Equation","Equations","Max","Min","One","OneMinusDestinationAlpha","OneMinusDestinationColor","OneMinusSourceAlpha","OneMinusSourceColor","Parameter","Parameters","PreAlpha","Premultiply","ReverseSubtract","Scalar","SourceAlpha","SourceColor","Subtract","Zero","abs_diff_eq","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add","add_assign","add_assign","add_assign","alpha","alpha_equation","alpha_parameters","apply_to","apply_to","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","atop","atop","blend_with","blend_with","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","burn","burn","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","color","color_equation","color_parameters","components_from","components_from","components_from","components_from","components_from","darken","darken","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","destination","difference","difference","div","div","div","div_assign","div_assign","div_assign","dodge","dodge","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exclusion","exclusion","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_equations","from_parameters","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hard_light","hard_light","init","init","init","init","init","inside","inside","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","lighten","lighten","mix","mix_assign","mul","mul","mul","mul_assign","mul_assign","mul_assign","multiply","multiply","new","new_opaque","outside","outside","over","over","overlay","overlay","plus","plus","premultiply","relative_eq","screen","screen","serialize","soft_light","soft_light","source","sub","sub","sub","sub_assign","sub_assign","sub_assign","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","ulps_eq","unpremultiply","unpremultiply","xor","xor","BitOps","BoolMask","HasBoolMask","LazySelect","Mask","Select","from_bool","is_false","is_true","lazy_select","select","Auto","Average","BakedParameters","Cam16","Cam16FromUnclamped","Cam16IntoUnclamped","Cam16Jch","Cam16Jcha","Cam16Jmh","Cam16Jmha","Cam16Jsh","Cam16Jsha","Cam16Qch","Cam16Qcha","Cam16Qmh","Cam16Qmha","Cam16Qsh","Cam16Qsha","Cam16UcsJab","Cam16UcsJabIter","Cam16UcsJaba","Cam16UcsJmh","Cam16UcsJmhIter","Cam16UcsJmha","Cam16a","Custom","Dark","Dim","Discounting","FromCam16Unclamped","IntoCam16Unclamped","Parameters","Percent","Scalar","Scalar","Scalar","Scalar","StaticWp","StaticWp","Surround","WhitePointParameter","a","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_ne","abs_diff_ne","abs_diff_ne","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapting_luminance","add","add","add","add","add_assign","add_assign","add_assign","add_assign","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_refs","as_refs","atop","b","background_luminance","bake","blend_with","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","brightness","brightness","brightness","brightness","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_jch","cam16_jmh","cam16_jsh","cam16_qch","cam16_qmh","cam16_qsh","chroma","chroma","chroma","clamp","clamp","clamp","clamp_assign","clamp_assign","clamp_assign","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cloned","cloned","cloned","cloned","color","color","color","color","color","color","color","color","color","colorfulness","colorfulness","colorfulness","colorfulness","complementary","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","copied","copied","copied","copied","count","count","default","default","default","default_dynamic_wp","default_epsilon","default_epsilon","default_epsilon","default_max_relative","default_max_relative","default_max_relative","default_max_ulps","default_max_ulps","default_max_ulps","default_static_wp","delta_e","delta_e","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","discounting","distance_squared","div","div","div_assign","div_assign","drain","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_color","from_color","from_color_mut","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_color_unclamped_mut","from_components","from_components","from_iter","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_xyz","get","get","get_hue","get_hue","get_mut","get_mut","hue","hue","hue","hue","hue","hue","hue","hue","hybrid_distance","improved_delta_e","improved_delta_e","init","init","init","init","init","init","init","init","init","init","inside","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_mut","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_color_unclamped_mut","into_components","into_components","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_xyz","into_xyz","into_xyz","is_within_bounds","is_within_bounds","is_within_bounds","iter","iter","iter_mut","iter_mut","len","len","lighten","lighten","lighten_assign","lighten_assign","lighten_fixed","lighten_fixed","lighten_fixed_assign","lighten_fixed_assign","lightness","lightness","lightness","lightness","lightness","lightness","max_lightness","max_lightness","max_srgb_a","max_srgb_b","max_srgb_colorfulness","min_colorfulness","min_lightness","min_lightness","min_srgb_a","min_srgb_b","mix","mix","mix_assign","mix_assign","mul","mul","mul_assign","mul_assign","new","new","new_const","next","next","next_back","next_back","outside","over","plus","pop","pop","premultiply","push","push","relative_eq","relative_eq","relative_eq","relative_ne","relative_ne","relative_ne","saturate","saturate_assign","saturate_fixed","saturate_fixed_assign","saturating_add","saturating_add","saturating_add","saturating_add","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturation","saturation","saturation","serialize","serialize","set","set","set_hue","shift_hue","shift_hue_assign","size_hint","size_hint","split","split","split","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sub_assign","surround","tetradic","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_color","try_from_color","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","ulps_eq","ulps_eq","ulps_eq","ulps_ne","ulps_ne","ulps_ne","unpremultiply","white_point","with_alpha","with_alpha","with_alpha","with_capacity","with_capacity","with_hue","without_alpha","without_alpha","without_alpha","xor","Cam16Jch","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","chroma","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","lightness","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Jmh","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","colorfulness","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","lightness","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Jsh","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","lightness","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","saturation","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Qch","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","brightness","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","chroma","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Qmh","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","brightness","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","colorfulness","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Qsh","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","brightness","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","saturation","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Array","ArrayCast","ArrayCast","ArraysAs","ArraysAsMut","ArraysFrom","ArraysInto","AsArrays","AsArraysMut","AsComponents","AsComponentsMut","AsUints","AsUintsMut","BoxedSliceCastError","CapacityMismatch","ComponentOrder","ComponentsAs","ComponentsAsMut","ComponentsFrom","ComponentsInto","Error","Error","Error","Error","FromArrays","FromComponents","FromUints","IntoArrays","IntoComponents","IntoUints","LengthMismatch","Packed","SliceCastError","TryComponentsAs","TryComponentsAsMut","TryComponentsInto","TryFromComponents","Uint","UintCast","UintsAs","UintsAsMut","UintsFrom","UintsInto","VecCastError","VecCastErrorKind","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_as","arrays_as_mut","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_arrays","as_arrays_mut","as_components","as_components_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_uints","as_uints_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","channel_order","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_as","components_as_mut","components_from","components_from","components_from","components_from","components_from","components_from","components_into","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_array","from_array_array","from_array_box","from_array_mut","from_array_ref","from_array_slice","from_array_slice_box","from_array_slice_mut","from_array_vec","from_arrays","from_component_array","from_component_slice","from_component_slice_box","from_component_slice_mut","from_component_vec","from_components","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_uint","from_uint_array","from_uint_mut","from_uint_ref","from_uint_slice","from_uint_slice_box","from_uint_slice_mut","from_uint_vec","from_uints","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_array","into_array_array","into_array_box","into_array_mut","into_array_ref","into_array_slice","into_array_slice_box","into_array_slice_mut","into_array_vec","into_arrays","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_component_array","into_component_slice","into_component_slice_box","into_component_slice_mut","into_component_vec","into_components","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_uint","into_uint_array","into_uint_mut","into_uint_ref","into_uint_slice","into_uint_slice_box","into_uint_slice_mut","into_uint_vec","into_uints","kind","map_slice_box_in_place","map_vec_in_place","pack","pack","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","try_components_as","try_components_as_mut","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_component_slice","try_from_component_slice_box","try_from_component_slice_mut","try_from_component_vec","try_from_components","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_as","uints_as_mut","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unpack","unpack","values","values","AdaptFrom","AdaptInto","Bradford","ConeResponseMatrices","Method","TransformMatrix","VonKries","XyzScaling","adapt_from","adapt_from_using","adapt_into","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","from","from","from_angle","from_angle","from_stimulus","from_stimulus","generate_transform_matrix","get_cone_response","get_cone_response","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","inv_ma","ma","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Ciede2000","ColorDifference","DeltaE","EuclideanDistance","HyAb","ImprovedCiede2000","ImprovedDeltaE","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Wcag21RelativeContrast","delta_e","difference","distance","distance_squared","get_color_difference","has_enhanced_contrast_large_text","has_enhanced_contrast_text","has_min_contrast_graphics","has_min_contrast_large_text","has_min_contrast_text","hybrid_distance","improved_delta_e","improved_difference","relative_contrast","relative_luminance","Analogous","Complementary","SplitComplementary","Tetradic","Triadic","analogous","analogous_secondary","complementary","split_complementary","tetradic","triadic","FromColor","FromColorMut","FromColorMutGuard","FromColorUnclamped","FromColorUnclamped","FromColorUnclampedMut","FromColorUnclampedMutGuard","IntoColor","IntoColorMut","IntoColorUnclamped","IntoColorUnclampedMut","OutOfBounds","TryFromColor","TryIntoColor","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","description","drop","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped_mut","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_clamped_guard","into_color","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_stimulus","into_stimulus","restore","then_into_color_mut","then_into_color_unclamped_mut","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","F2p2","FromLinear","Gamma","IntoLinear","Linear","Srgb","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blue","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_linear","from_linear","from_linear","from_linear","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gamma","green","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_linear","into_linear","into_linear","into_linear","into_stimulus","into_stimulus","into_stimulus","into_stimulus","linear","red","rgb_to_xyz_matrix","srgb","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","xyz_to_rgb_matrix","F2p2","Gamma","GammaFn","Number","VALUE","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_linear","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_linear","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Linear","LinearFn","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_linear","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_linear","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Srgb","Hsl","Hsla","Iter","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","lightness","next","next_back","saturation","size_hint","standard","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Hsluv","Hsluva","Iter","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","saturation","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","Hsv","Hsva","Iter","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","saturation","size_hint","standard","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value","Cam16Hue","Cam16HueIter","LabHue","LabHueIter","LuvHue","LuvHueIter","OklabHue","OklabHueIter","RgbHue","RgbHueIter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clone","clone_into","cloned","cloned","components_from","components_from","components_from","components_from","components_from","components_from","copied","copied","count","count","count","count","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","drain","drop","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_cartesian","from_degrees","from_format","from_radians","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get_mut","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cartesian","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_degrees","into_format","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_positive_degrees","into_positive_radians","into_radians","into_raw_degrees","into_raw_radians","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","iter","iter_mut","len","len","len","len","len","new","next","next","next","next","next","next_back","next_back","next_back","next_back","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","serialize","set","size_hint","size_hint","size_hint","size_hint","size_hint","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","ulps_eq","ulps_ne","with_capacity","Hwb","Hwba","Iter","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","blackness","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","size_hint","standard","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","whiteness","Iter","Lab","Laba","a","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","b","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","Iter","Lch","Lcha","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","chroma","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","Iter","Lchuv","Lchuva","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","chroma","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","GammaLuma","GammaLumaa","Iter","LinLuma","LinLumaa","Luma","LumaStandard","Lumaa","PackedAluma","PackedLumaa","SrgbLuma","SrgbLumaa","TransferFn","WhitePoint","abs_diff_eq","abs_diff_ne","adapt_from_using","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","alpha","alpha","alpha","alpha","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_refs","atop","blend_with","borrow","borrow","borrow_mut","borrow_mut","burn","cam16_into_unclamped","cam16_into_unclamped","channel_order","channel_order","channels","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","color","color","color","color","color","color","components_from","components_from","copied","copied","count","darken","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","deserialize","difference","distance_squared","div","div","div_assign","div_assign","dodge","drain","drop","drop","eq","equivalent","equivalent","equivalent","exclusion","extend","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_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_encoding","from_format","from_iter","from_linear","from_stimulus","from_stimulus","from_u16","get","get_contrast_ratio","get_mut","hard_light","init","init","inside","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_encoding","into_format","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_linear","into_stimulus","into_stimulus","into_u16","is_within_bounds","iter","iter_mut","len","lighten","lighten","lighten_assign","lighten_fixed","lighten_fixed_assign","luma","luma","luma","luma","max_luma","min_luma","mix","mix_assign","mul","mul","mul_assign","mul_assign","multiply","new","next","next_back","outside","over","overlay","plus","pop","premultiply","push","relative_eq","relative_luminance","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","screen","serialize","set","size_hint","soft_light","split","standard","standard","standard","standard","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","unpremultiply","with_alpha","with_capacity","without_alpha","xor","Al","La","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","pack","pack","pack","pack","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","unpack","unpack","unpack","unpack","Iter","Luv","Luva","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","u","uints_from","uints_into","v","white_point","ALICEBLUE","ANTIQUEWHITE","AQUA","AQUAMARINE","AZURE","BEIGE","BISQUE","BLACK","BLANCHEDALMOND","BLUE","BLUEVIOLET","BROWN","BURLYWOOD","CADETBLUE","CHARTREUSE","CHOCOLATE","CORAL","CORNFLOWERBLUE","CORNSILK","CRIMSON","CYAN","DARKBLUE","DARKCYAN","DARKGOLDENROD","DARKGRAY","DARKGREEN","DARKGREY","DARKKHAKI","DARKMAGENTA","DARKOLIVEGREEN","DARKORANGE","DARKORCHID","DARKRED","DARKSALMON","DARKSEAGREEN","DARKSLATEBLUE","DARKSLATEGRAY","DARKSLATEGREY","DARKTURQUOISE","DARKVIOLET","DEEPPINK","DEEPSKYBLUE","DIMGRAY","DIMGREY","DODGERBLUE","FIREBRICK","FLORALWHITE","FORESTGREEN","FUCHSIA","GAINSBORO","GHOSTWHITE","GOLD","GOLDENROD","GRAY","GREEN","GREENYELLOW","GREY","HONEYDEW","HOTPINK","INDIANRED","INDIGO","IVORY","KHAKI","LAVENDER","LAVENDERBLUSH","LAWNGREEN","LEMONCHIFFON","LIGHTBLUE","LIGHTCORAL","LIGHTCYAN","LIGHTGOLDENRODYELLOW","LIGHTGRAY","LIGHTGREEN","LIGHTGREY","LIGHTPINK","LIGHTSALMON","LIGHTSEAGREEN","LIGHTSKYBLUE","LIGHTSLATEGRAY","LIGHTSLATEGREY","LIGHTSTEELBLUE","LIGHTYELLOW","LIME","LIMEGREEN","LINEN","MAGENTA","MAROON","MEDIUMAQUAMARINE","MEDIUMBLUE","MEDIUMORCHID","MEDIUMPURPLE","MEDIUMSEAGREEN","MEDIUMSLATEBLUE","MEDIUMSPRINGGREEN","MEDIUMTURQUOISE","MEDIUMVIOLETRED","MIDNIGHTBLUE","MINTCREAM","MISTYROSE","MOCCASIN","NAVAJOWHITE","NAVY","OLDLACE","OLIVE","OLIVEDRAB","ORANGE","ORANGERED","ORCHID","PALEGOLDENROD","PALEGREEN","PALETURQUOISE","PALEVIOLETRED","PAPAYAWHIP","PEACHPUFF","PERU","PINK","PLUM","POWDERBLUE","PURPLE","REBECCAPURPLE","RED","ROSYBROWN","ROYALBLUE","SADDLEBROWN","SALMON","SANDYBROWN","SEAGREEN","SEASHELL","SIENNA","SILVER","SKYBLUE","SLATEBLUE","SLATEGRAY","SLATEGREY","SNOW","SPRINGGREEN","STEELBLUE","TAN","TEAL","THISTLE","TOMATO","TURQUOISE","VIOLET","WHEAT","WHITE","WHITESMOKE","YELLOW","YELLOWGREEN","from_str","Abs","Arithmetics","Cbrt","Clamp","ClampAssign","Exp","FromScalar","FromScalarArray","Hypot","IntoScalarArray","IsValidDivisor","Ln","MinMax","MulAdd","MulSub","One","Output","Output","PartialCmp","Powf","Powi","Powu","Real","Recip","Round","SaturatingAdd","SaturatingSub","Scalar","Signum","Sqrt","Trigonometry","Zero","abs","acos","asin","atan","atan2","cbrt","ceil","clamp","clamp_assign","clamp_max","clamp_max_assign","clamp_min","clamp_min_assign","cos","eq","exp","floor","from_array","from_f64","from_scalar","gt","gt_eq","hypot","into_array","is_valid_divisor","ln","lt","lt_eq","max","min","min_max","mul_add","mul_sub","neq","one","powf","powi","powu","recip","round","saturating_add","saturating_sub","signum","sin","sin_cos","sqrt","tan","zero","Iter","Okhsl","Okhsla","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","lightness","next","next_back","saturation","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Iter","Okhsv","Okhsva","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","saturation","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value","Iter","Okhwb","Okhwba","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","blackness","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","whiteness","Iter","Oklab","Oklaba","a","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","b","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Iter","Oklch","Oklcha","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","chroma","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","FromHexError","GammaSrgb","GammaSrgba","HexFormatError","Iter","LinSrgb","LinSrgba","PackedAbgr","PackedArgb","PackedBgra","PackedRgba","ParseIntError","Primaries","Primaries","Rgb","RgbSpace","RgbStandard","Rgba","RgbaHexFormatError","Space","Srgb","Srgba","TransferFn","WhitePoint","abs_diff_eq","abs_diff_ne","adapt_from_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","alpha","alpha","alpha","alpha","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","atop","blend_with","blue","blue","blue","blue","blue","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","burn","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","channel_order","channel_order","channel_order","channel_order","channels","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","color","color","color","color","color","color","color","color","components_from","components_from","components_from","copied","copied","count","darken","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","difference","distance_squared","div","div","div_assign","div_assign","dodge","drain","drop","drop","drop","eq","equivalent","equivalent","equivalent","exclusion","extend","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_angle","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_encoding","from_format","from_iter","from_linear","from_stimulus","from_stimulus","from_stimulus","from_str","from_u32","get","get_contrast_ratio","get_hue","get_mut","green","green","green","green","green","hard_light","init","init","init","inside","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_encoding","into_format","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_linear","into_stimulus","into_stimulus","into_stimulus","into_u32","is_within_bounds","iter","iter_mut","len","lighten","lighten","lighten_assign","lighten_fixed","lighten_fixed_assign","max_blue","max_green","max_red","min_blue","min_green","min_red","mix","mix_assign","mul","mul","mul_assign","mul_assign","multiply","new","next","next_back","outside","over","overlay","plus","pop","premultiply","push","red","red","red","red","red","relative_eq","relative_luminance","relative_ne","rgb_to_xyz_matrix","saturating_add","saturating_add","saturating_sub","saturating_sub","screen","serialize","set","size_hint","soft_light","source","split","standard","standard","standard","standard","sub","sub","sub_assign","sub_assign","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","ulps_eq","ulps_ne","unpremultiply","with_alpha","with_capacity","without_alpha","xor","xyz_to_rgb_matrix","Abgr","Argb","Bgra","Rgba","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","pack","pack","pack","pack","pack","pack","pack","pack","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","unpack","unpack","unpack","unpack","unpack","unpack","unpack","unpack","as_array","as_uint","deserialize_as_array","deserialize_as_uint","deserialize_with_optional_alpha","deserialize_with_optional_pre_alpha","serialize_as_array","serialize_as_uint","deserialize","serialize","deserialize","serialize","FromStimulus","IntoStimulus","Stimulus","StimulusColor","from_stimulus","into_stimulus","max_intensity","A","Any","B","C","D50","D50Degree10","D55","D55Degree10","D65","D65Degree10","D75","D75Degree10","E","F11","F2","F7","WhitePoint","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","borrow","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","to_owned","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","Iter","Xyz","Xyza","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","x","y","z","Iter","Yxy","Yxya","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","luma","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","x","y","color_index","get_index","get_surface_color","get_text","is_valid_srgb","oklch_to_srgba_nearest_chroma","steps","Default","multi","single","Executor","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","enter","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","spawn","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Executor","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","enter","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","spawn","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","DEFAULT","FONT","FONT_BOLD","FONT_BOLD_DATA","FONT_DATA","FONT_LIGHT","FONT_LIGHT_DATA","FONT_MONO_REGULAR","FONT_MONO_REGULAR_DATA","FONT_SEMIBOLD","FONT_SEMIBOLD_DATA","Font","family","load_fonts","stretch","style","weight","Alignment","Application","Background","Border","Center","Color","Color","Command","Contain","ContentFit","Cover","Custom","Dark","Degrees","Dnd","Element","End","Err","Error","Event","Executor","Executor","ExecutorCreationFailed","Fill","Fill","FillPortion","Fixed","Flags","Font","Gradient","Gradient","GraphicsCreationFailed","Keyboard","Length","Light","Limits","Linear","Message","Message","Mouse","None","Ok","Padding","Pixels","PlatformSpecific","Point","Radians","Radius","Rectangle","Renderer","Result","Sandbox","ScaleDown","Settings","Shrink","Size","Start","Subscription","Theme","Theme","TinySkia","Touch","Vector","Window","WindowCreationFailed","a","adapt_into_using","adapt_into_using","advanced","antialiasing","application","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","b","borrow","borrow","borrow_mut","borrow_mut","bottom","cam16_into_unclamped","cam16_into_unclamped","clipboard","color","color","command","components_from","components_from","default","default_font","default_text_size","deref","deref","deref_mut","deref_mut","drop","drop","enter","event","executor","exit_on_close_request","family","flags","fmt","fmt","fmt","font","fonts","from","from","from","from","from_angle","from_angle","from_stimulus","from_stimulus","g","height","height","id","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","keyboard","left","mouse","new","new","new","overlay","r","radius","right","run","run","scale_factor","scale_factor","settings","spawn","stretch","style","style","style","subscription","subscription","theme","theme","time","title","title","to_smolstr","to_string","top","touch","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","update","view","view","weight","widget","width","width","width","window","window","with_flags","x","x","x","y","y","y","Clipboard","Hasher","Layout","Overlay","Renderer","Shell","Text","Widget","bounds","children","clear","content","diff","drag_destinations","draw","draw","end_dnd","fill_quad","font","horizontal_alignment","id","image","is_over","layout","layout","layout","line_height","mouse","mouse_interaction","mouse_interaction","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","subscription","svg","tag","text","vertical_alignment","widget","with_layer","with_translation","write","write_data","write_primary","write_primary_data","Antialiasing","Backend","BackendError","Cache","Clip","Compositor","Custom","Damage","Editor","Error","Gradient","Gradient","GraphicsAdapterNotFound","Group","Image","Linear","MSAAx16","MSAAx2","MSAAx4","MSAAx8","Mesh","NoAvailablePixelFormat","Paragraph","Primitive","Primitive","Quad","RawText","Renderer","Renderer","Settings","Solid","Surface","Svg","Text","Transformation","Translate","VersionNotSupported","Viewport","backend","bounds","color","compositor","configure_surface","create_renderer","create_surface","damage","fetch_information","geometry","gradient","image","mesh","new","present","renderer","screenshot","text","buffers","buffers","size","size","background","border","border_radius","bounds","bounds","bounds","bounds","bounds","clip_bounds","clip_bounds","clip_bounds","color","color","color","color","content","content","content","content","editor","filter_method","font","handle","handle","horizontal_alignment","line_height","paragraph","position","position","primitives","shadow","shaping","size","translation","vertical_alignment","Backend","Image","Primitive","Svg","Text","dimensions","load_font","viewport_dimensions","GAMMA_CORRECTION","Packed","pack","Compositor","Information","InvalidDimensions","Lost","OutOfMemory","Outdated","Present","Renderer","Resize","Settings","Surface","SurfaceError","Timeout","Window","adapter","backend","configure_surface","create_renderer","create_surface","fetch_information","new","present","screenshot","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","is_over","keyboard","layout","layout","left","line_height","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","tag","time","top","touch","vertical_alignment","weight","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","Damage","bounds","group","list","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Bevel","Butt","Fill","Geometry","Gradient","Gradient","LineCap","LineDash","LineJoin","Linear","Miter","Path","Renderer","Round","Round","Solid","Square","Stroke","Style","Text","color","content","draw","fill","font","horizontal_alignment","line_cap","line_dash","line_height","line_join","offset","path","position","rule","segments","shaping","size","stroke","style","style","vertical_alignment","width","EvenOdd","Fill","Gradient","NonZero","Rule","Solid","Style","rule","style","Arc","Builder","Path","arc","center","end_angle","radius","start_angle","Arc","Elliptical","center","center","end_angle","end_angle","radii","radius","rotation","start_angle","start_angle","ArcFlags","AttributeIndex","AttributeSlice","AttributeStore","Attributes","Begin","Begin","Begin","Bevel","Builder","BuilderImpl","BuilderWithAttributes","Butt","ControlPointId","Cubic","Cubic","Cubic","End","End","End","EndpointId","EvenOdd","Event","EventId","FillRule","IdEvent","IdIter","IdPolygon","Iter","IterWithAttributes","Line","Line","Line","LineCap","LineJoin","Miter","MiterClip","NO_ATTRIBUTES","Negative","Negative","NonZero","Path","PathBuffer","PathBufferSlice","PathCommands","PathCommandsSlice","PathEvent","PathSlice","Polygon","Position","PositionStore","Positive","Positive","Quadratic","Quadratic","Quadratic","Reversed","Round","Round","Side","Square","Winding","builder","closed","closed","commands","get","get_control_point","get_endpoint","iterator","large_arc","math","num_attributes","path","path_buffer","points","points","polygon","position","sweep","traits","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","BorderRadii","Build","Flattened","NoAttributes","PathBuilder","PathType","SvgPathBuilder","Transformed","WithSvg","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","bottom_left","bottom_right","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","top_left","top_right","transformed","vertical_line_to","with_svg","CommandsPathSlice","Events","Iter","PathCommands","PathCommandsBuilder","PathCommandsSlice","PointEvents","Angle","Arc","ArcFlags","Box2D","CubicBezierSegment","DIV_EPSILON","EIGHT","EPSILON","FIVE","FOUR","HALF","Line","LineEquation","LineSegment","MAX","MIN","NINE","ONE","Point","QuadraticBezierSegment","Rotation","SEVEN","SIX","Scalar","Scalar","Scale","Segment","Size","SvgArc","TEN","THREE","TWO","Transform","Translation","Triangle","Vector","ZERO","a","after_split","angle","approximate_length","arc","b","before_split","c","center","ctrl","ctrl1","ctrl2","cubic_bezier","derivative","dx","dy","epsilon_for","flags","flip","for_each_flattened_with_t","from","from","from","from","from","height","large_arc","m11","m12","m21","m22","m31","m32","max","min","point","point","quadratic_bezier","radians","radii","radii","sample","size","split","split_range","start_angle","sweep","sweep_angle","to","to","to","to","to","traits","utils","value","vector","vector","width","x","x","x","x","x_rotation","x_rotation","y","y","y","y","Arc","ArcFlags","Flattened","SvgArc","center","flags","from","large_arc","radii","radii","start_angle","sweep","sweep_angle","to","x_rotation","x_rotation","ArrayString","ArrayVec","CapacityError","Drain","IntoIter","CubicBezierSegment","Flattened","ctrl1","ctrl2","from","to","Angle","BoolVector2D","BoolVector3D","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Trig","UnknownUnit","Vector2D","Vector3D","angle","approxeq","approxord","bottom","box3d","bvec2","bvec3","cos","default","degrees_to_radians","depth","fast_atan2","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","num","origin","point2","point3","r","radians","radians_to_degrees","rect","right","rotation","sin","size","size2","size3","tan","top","translation","vec2","vec3","w","width","width","x","x","x","x","x","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","z","z","ApproxEq","approx_epsilon","approx_eq","approx_eq_eps","max","min","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Vector2D","Vector3D","angle","bottom","depth","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","origin","r","right","rotation","size","top","translation","w","width","width","x","x","x","x","x","x","x","y","y","y","y","y","y","y","z","z","z","z","Ceil","Floor","One","Round","Zero","ceil","floor","one","round","zero","Flattened","FlattenedT","FlatteningParameters","QuadraticBezierSegment","ctrl","from","to","Scalar","Segment","Transformation","after_split","approximate_length","before_split","derivative","dx","dy","flip","for_each_flattened_with_t","from","sample","split","split_range","to","transform_point","transform_vector","x","y","cubic_polynomial_roots","directed_angle","directed_angle2","min_max","normalized_tangent","tangent","Flattened","FromPolyline","NoAttributes","PathIterator","Transformed","flattened","transformed","Angle","Box2D","Point","Rotation","Scale","Size","Transform","Translation","Vector","angle","height","m11","m12","m21","m22","m31","m32","max","min","point","radians","size","vector","width","x","x","x","y","y","y","Builder","BuilderImpl","BuilderWithAttributes","IdIter","Iter","IterWithAttributes","Path","PathSlice","Reversed","Builder","BuilderWithAttributes","Iter","PathBuffer","PathBufferSlice","IdPolygon","IdPolygonIter","PathEvents","Polygon","PolygonIdIter","PolygonIter","closed","closed","points","points","Build","PathBuilder","PathIterator","PathType","SvgPathBuilder","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","transformed","transformed","vertical_line_to","with_svg","Bevel","Butt","Gradient","LineCap","LineDash","LineJoin","Miter","Round","Round","Solid","Square","Stroke","Style","line_cap","line_dash","line_join","offset","segments","style","width","Gradient","Linear","Linear","Packed","end","pack","start","stops","load","A8","AnimationDecoder","Avif","Bgr8","Bgra8","Bmp","Bmp","CHANNEL_COUNT","COLOR_MODEL","COLOR_TYPE","Cmyk8","ColorType","DEFAULT_MAX_VALUE","DEFAULT_MIN_VALUE","Dds","Decoding","Delay","DynamicImage","EncodableLayout","Encoding","Err","ExtendedColorType","Farbfeld","Farbfeld","FlatSamples","Frame","Frames","GenericImage","GenericImageView","Gif","Gif","GrayAlphaImage","GrayImage","Hdr","Ico","Ico","ImageBuffer","ImageDecoder","ImageDecoderRect","ImageEncoder","ImageError","ImageFormat","ImageLuma16","ImageLuma8","ImageLumaA16","ImageLumaA8","ImageOutputFormat","ImageResult","ImageRgb16","ImageRgb32F","ImageRgb8","ImageRgba16","ImageRgba32F","ImageRgba8","IoError","Jpeg","Jpeg","L1","L16","L16","L2","L4","L8","L8","La1","La16","La16","La2","La4","La8","La8","Limits","Luma","LumaA","Ok","OpenExr","OpenExr","Parameter","Pixel","Pixel","PixelWithColorType","Pixels","Png","Png","Pnm","Pnm","Primitive","Progress","Qoi","Qoi","Reader","Rgb","Rgb1","Rgb16","Rgb16","Rgb2","Rgb32F","Rgb32F","Rgb32FImage","Rgb4","Rgb8","Rgb8","RgbImage","Rgba","Rgba1","Rgba16","Rgba16","Rgba2","Rgba32F","Rgba32F","Rgba32FImage","Rgba4","Rgba8","Rgba8","RgbaImage","SubImage","Subpixel","Tga","Tga","Tiff","Tiff","Unknown","Unsupported","Unsupported","WebP","WebP","apply","apply2","apply_with_alpha","apply_without_alpha","as_bytes","blend","blend_pixel","bounds","buffer","channels","channels4","channels_mut","codecs","color_hint","color_type","copy_from","copy_within","dimensions","dimensions","error","flat","from_channels","from_slice","from_slice_mut","get_pixel","get_pixel_mut","guess_format","height","icc_profile","image_dimensions","imageops","in_bounds","into_frames","into_reader","invert","io","layout","load","load_from_memory","load_from_memory_with_format","map","map2","map_with_alpha","map_without_alpha","math","open","original_color_type","pixels","put_pixel","read_image","read_image_with_progress","read_rect","read_rect_with_progress","samples","save_buffer","save_buffer_with_format","scanline_bytes","set_limits","sub_image","to_luma","to_luma_alpha","to_rgb","to_rgba","total_bytes","unsafe_get_pixel","unsafe_put_pixel","view","width","write_buffer_with_format","write_image","ConvertBuffer","EnumeratePixels","EnumeratePixelsMut","EnumerateRows","EnumerateRowsMut","Pixels","PixelsMut","Rows","RowsMut","convert","bmp","dds","dxt","farbfeld","gif","hdr","ico","jpeg","openexr","png","pnm","qoi","tga","tiff","webp","BmpDecoder","BmpEncoder","DdsDecoder","DXT1","DXT3","DXT5","DxtDecoder","DxtEncoder","DxtReader","DxtVariant","FarbfeldDecoder","FarbfeldEncoder","FarbfeldReader","Finite","GifDecoder","GifEncoder","GifReader","Infinite","Repeat","HdrAdapter","HdrDecoder","HdrEncoder","HdrImageDecoderIterator","HdrMetadata","HdrReader","Rgbe8Pixel","SIGNATURE","c","color_correction","custom_attributes","e","exposure","height","orientation","pixel_aspect_ratio","read_raw_file","rgbe8","to_rgbe8","width","IcoDecoder","IcoEncoder","IcoFrame","Centimeters","Inches","JpegDecoder","JpegEncoder","PixelAspectRatio","PixelDensity","PixelDensityUnit","density","unit","OpenExrDecoder","OpenExrEncoder","Adaptive","ApngDecoder","Avg","Best","CompressionType","Default","Fast","FilterType","Huffman","NoFilter","Paeth","PngDecoder","PngEncoder","PngReader","Rle","Sub","Up","ArbitraryHeader","ArbitraryMap","ArbitraryTuplType","Ascii","Binary","Bitmap","BitmapHeader","BlackAndWhite","BlackAndWhiteAlpha","Custom","Graymap","GraymapHeader","Grayscale","GrayscaleAlpha","Pixmap","PixmapHeader","PnmDecoder","PnmEncoder","PnmHeader","PnmSubtype","RGB","RGBAlpha","SampleEncoding","depth","encoding","encoding","encoding","height","height","height","height","maxval","maxval","maxwhite","tupltype","width","width","width","width","QoiDecoder","QoiEncoder","TgaDecoder","TgaEncoder","TiffDecoder","TiffEncoder","TiffReader","WebPDecoder","WebPEncoder","WebPQuality","vp8","Frame","Vp8Decoder","for_display","height","keyframe","pixel_type","ubuf","vbuf","width","ybuf","Color","Decoding","DecodingError","DimensionError","DimensionMismatch","Encoding","EncodingError","Err","Exact","FailedAlready","Format","Generic","GenericFeature","ImageError","ImageFormatHint","ImageResult","InsufficientMemory","IoError","LimitError","LimitErrorKind","Limits","Name","NoMoreData","Ok","Parameter","ParameterError","ParameterErrorKind","PathExtension","Unknown","Unsupported","Unsupported","UnsupportedError","UnsupportedErrorKind","limits","supported","ChannelCountMismatch","ColumnMajorPacked","Error","FlatSamples","ImagePacked","NormalForm","NormalFormRequired","PixelPacked","RowMajorPacked","SampleLayout","TooLarge","Unaliased","View","ViewMut","WrongColor","channel_stride","channels","color_hint","height","height_stride","layout","samples","width","width_stride","BiLevel","CatmullRom","Color","ColorMap","FilterType","Gaussian","Lanczos3","Nearest","Triangle","blur","brighten","colorops","contrast","crop","crop_imm","dither","filter3x3","flip_horizontal","flip_horizontal_in","flip_horizontal_in_place","flip_vertical","flip_vertical_in","flip_vertical_in_place","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","horizontal_gradient","huerotate","index_colors","index_of","interpolate_bilinear","interpolate_nearest","invert","lookup","map_color","overlay","overlay_bounds","replace","resize","rotate180","rotate180_in","rotate180_in_place","rotate270","rotate270_in","rotate90","rotate90_in","sample_bilinear","sample_nearest","thumbnail","tile","unsharpen","vertical_gradient","BiLevel","Color","ColorMap","brighten","brighten_in_place","contrast","contrast_in_place","dither","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","huerotate","huerotate_in_place","index_colors","index_of","invert","lookup","map_color","LimitSupport","Limits","Reader","max_alloc","max_image_height","max_image_width","Rect","height","width","x","y","Gradient","GradientVertex2D","Indexed","Mesh","Solid","SolidVertex2D","color","gradient","indices","position","position","vertices","buffers","buffers","size","size","Renderer","Cache","Editor","FontSystem","Paragraph","Raw","Version","buffer","cache","clip_bounds","color","editor","font_system","measure","paragraph","position","to_attributes","to_color","to_shaping","Cache","Entry","Key","KeyHash","bounds","buffer","content","font","line_height","min_bounds","shaping","size","Action","Advanced","Affinity","After","Align","Angle","Arc","Attrs","AttrsList","AttrsOwned","Backspace","Basic","Before","BidiParagraphs","Borrowed","BorrowedWithFontSystem","Buffer","BufferEnd","BufferLine","BufferRef","BufferStart","CacheKey","CacheKeyFlags","Center","Change","ChangeItem","Click","Close","Color","Color","Command","Condensed","Cr","CrLf","Cursive","Cursive","Cursor","CurveTo","Delete","DoubleClick","Down","Drag","Edit","Editor","End","End","Enter","Escape","Expanded","ExtraCondensed","ExtraExpanded","Family","FamilyOwned","Fantasy","Fantasy","Font","FontMatchAttrs","FontMatchKey","FontSystem","Glyph","GotoLine","Home","Indent","Insert","Italic","Justified","LayoutCursor","LayoutCursor","LayoutGlyph","LayoutLine","LayoutRun","LayoutRunIter","Left","Left","LeftWord","Lf","LfCr","Line","LineEnding","LineIter","LineTo","Mask","Metrics","Monospace","Monospace","Motion","Motion","MoveTo","Name","Name","Next","NextWord","None","None","None","Normal","Normal","Normal","Oblique","One","Owned","PageDown","PageUp","ParagraphEnd","ParagraphStart","PhysicalGlyph","Placement","Previous","PreviousWord","QuadTo","Right","Right","RightWord","SansSerif","SansSerif","Scroll","Scroll","Selection","SemiCondensed","SemiExpanded","Serif","Serif","ShapeBuffer","ShapeGlyph","ShapeLine","ShapeRunCache","ShapeRunKey","ShapeSpan","ShapeWord","Shaping","SoftHome","Stretch","Style","SubpixelBin","SubpixelMask","SwashCache","SwashContent","SwashImage","Three","Transform","TripleClick","Two","UltraCondensed","UltraExpanded","Unindent","Up","Vertical","Weight","Word","Word","WordOrGlyph","Wrap","Zero","action","affinity","apply_change","ascent","attrs_spans","auto_indent","blank","borrow_with","buffer_ref","buffer_ref_mut","cache_key","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","color_opt","color_opt","color_opt","color_opt","content","copy_selection","cursor","data","default_attrs","delete_range","delete_selection","descent","end","end","end","family","family_owned","finish_change","flags","font_id","font_id","font_id","font_monospace_em_width","font_size","font_size","font_size_bits","glyph","glyph_id","glyph_id","glyph_id","glyphs","glyphs","glyphs","height","image_cache","index","insert","insert_at","insert_string","items","layout","layout","left","level","level","line","line","line","line_height","line_i","line_top","line_w","line_y","lines","max_ascent","max_descent","metadata","metadata","metadata","metadata","outline_command_cache","placement","redraw","rtl","rtl","selection","selection_bounds","set_auto_indent","set_cursor","set_redraw","set_selection","set_tab_width","shape_as_needed","source","spans","start","start","start","start_change","stretch","stretch","style","style","tab_width","text","text","text","top","w","w","weight","weight","width","with_buffer","with_buffer_mut","words","x","x","x","x_advance","x_advance","x_bin","x_offset","x_offset","xx","xy","y","y","y","y_advance","y_advance","y_bin","y_offset","y_offset","yx","yy","lines","x","x","x","x","y","y","y","y","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","Binary","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Cursive","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","Database","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraCondensed","ExtraExpanded","FaceInfo","Family","Fantasy","Faroese_FaroeIslands","File","Filipino_Philippines","Finnish_Finland","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","ID","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Inuktitut_Canada","Inuktitut_Latin_Canada","Irish_Ireland","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Monospace","Name","Nepali_Nepal","Normal","Normal","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Pashto_Afghanistan","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","Query","Romanian_Romania","Romansh_Switzerland","Russian_Russia","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","SansSerif","Sanskrit_India","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","Serif","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","SharedFile","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Source","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Stretch","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unknown","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","families","families","id","index","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","monospaced","post_script_name","source","stretch","stretch","style","style","weight","weight","BottomToTop","BufferClusterLevel","BufferFlags","Characters","Direction","Face","Feature","GlyphBuffer","GlyphInfo","GlyphPosition","Invalid","Language","LeftToRight","MonotoneCharacters","MonotoneGraphemes","RightToLeft","Script","SerializeFlags","ShapePlan","Tag","TopToBottom","UnicodeBuffer","Variation","cluster","end","glyph_id","script","shape","shape_with_plan","start","tag","tag","value","value","x_advance","x_offset","y_advance","y_offset","ADLAM","AHOM","ANATOLIAN_HIEROGLYPHS","ARABIC","ARMENIAN","AVESTAN","BALINESE","BAMUM","BASSA_VAH","BATAK","BENGALI","BHAIKSUKI","BOPOMOFO","BRAHMI","BRAILLE","BUGINESE","BUHID","CANADIAN_SYLLABICS","CARIAN","CAUCASIAN_ALBANIAN","CHAKMA","CHAM","CHEROKEE","CHORASMIAN","COMMON","COPTIC","CUNEIFORM","CYPRIOT","CYRILLIC","DESERET","DEVANAGARI","DIVES_AKURU","DOGRA","DUPLOYAN","EGYPTIAN_HIEROGLYPHS","ELBASAN","ELYMAIC","ETHIOPIC","GEORGIAN","GLAGOLITIC","GOTHIC","GRANTHA","GREEK","GUJARATI","GUNJALA_GONDI","GURMUKHI","HAN","HANGUL","HANIFI_ROHINGYA","HANUNOO","HATRAN","HEBREW","HIRAGANA","IMPERIAL_ARAMAIC","INHERITED","INSCRIPTIONAL_PAHLAVI","INSCRIPTIONAL_PARTHIAN","JAVANESE","KAITHI","KANNADA","KATAKANA","KAYAH_LI","KHAROSHTHI","KHITAN_SMALL_SCRIPT","KHMER","KHOJKI","KHUDAWADI","LAO","LATIN","LEPCHA","LIMBU","LINEAR_A","LINEAR_B","LISU","LYCIAN","LYDIAN","MAHAJANI","MAKASAR","MALAYALAM","MANDAIC","MANICHAEAN","MARCHEN","MASARAM_GONDI","MEDEFAIDRIN","MEETEI_MAYEK","MENDE_KIKAKUI","MEROITIC_CURSIVE","MEROITIC_HIEROGLYPHS","MIAO","MODI","MONGOLIAN","MRO","MULTANI","MYANMAR","MYANMAR_ZAWGYI","NABATAEAN","NANDINAGARI","NEWA","NEW_TAI_LUE","NKO","NUSHU","NYIAKENG_PUACHUE_HMONG","OGHAM","OLD_HUNGARIAN","OLD_ITALIC","OLD_NORTH_ARABIAN","OLD_PERMIC","OLD_PERSIAN","OLD_SOGDIAN","OLD_SOUTH_ARABIAN","OLD_TURKIC","OL_CHIKI","ORIYA","OSAGE","OSMANYA","PAHAWH_HMONG","PALMYRENE","PAU_CIN_HAU","PHAGS_PA","PHOENICIAN","PSALTER_PAHLAVI","REJANG","RUNIC","SAMARITAN","SAURASHTRA","SHARADA","SHAVIAN","SIDDHAM","SIGNWRITING","SINHALA","SOGDIAN","SORA_SOMPENG","SOYOMBO","SUNDANESE","SYLOTI_NAGRI","SYRIAC","TAGALOG","TAGBANWA","TAI_LE","TAI_THAM","TAI_VIET","TAKRI","TAMIL","TANGUT","TELUGU","THAANA","THAI","TIBETAN","TIFINAGH","TIRHUTA","UGARITIC","UNKNOWN","VAI","WANCHO","WARANG_CITI","YEZIDI","YI","ZANABAZAR_SQUARE","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","ArgumentsStackLimitReached","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","BboxOverflow","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","BitmapGray2","BitmapGray2Packed","BitmapGray4","BitmapGray4Packed","BitmapGray8","BitmapMono","BitmapMonoPacked","BitmapPremulBgra32","Black","BlendRegionsLimitReached","Bold","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","CFFError","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Custom","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","DataAfterEndChar","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","Editable","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Face","FaceIndexOutOfBounds","FaceParsingError","FaceTables","Faroese_FaroeIslands","Filipino_Philippines","Finnish_Finland","Fixed","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","FromData","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","GlyphId","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Installable","Inuktitut_Canada","Inuktitut_Latin_Canada","InvalidArgumentsStackLength","InvalidItemVariationDataIndex","InvalidNumberOfBlendOperands","InvalidOperator","InvalidSeacCode","InvalidSubroutineIndex","Irish_Ireland","Iso","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","LazyArray16","LazyArray32","LazyArrayIter16","LazyArrayIter32","Light","LineMetrics","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Macintosh","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","MalformedFont","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Medium","MissingEndChar","MissingMoveTo","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Nepali_Nepal","NestingLimitReached","NoGlyph","NoHeadTable","NoHheaTable","NoLocalSubroutines","NoMaxpTable","Normal","Normal","Normal","NormalizedCoordinate","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Other","OutlineBuilder","PNG","Pashto_Afghanistan","Permissions","PlatformId","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","PreviewAndPrint","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","RasterGlyphImage","RasterImageFormat","RawFace","RawFaceTables","ReadOutOfBounds","Rect","Restricted","RgbaColor","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SIZE","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","Sanskrit_India","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","TableRecord","Tag","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Thin","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unicode","UnicodeRanges","Unknown","UnknownMagic","UnsupportedOperator","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Variation","VariationAxis","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Width","Windows","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","ZeroBBox","alpha","ankr","ankr","ankr","apple_layout","avar","avar","avar","axis","bdat","bdat","bloc","blue","cbdt","cbdt","cbdt","cblc","cblc","cff","cff","cff","cff2","cff2","cff2","check_sum","close","cmap","cmap","cmap","colr","colr","colr","cpal","cpal","curve_to","data","data","def_value","ebdt","ebdt","eblc","feat","feat","feat","fonts_in_collection","format","fvar","fvar","fvar","gdef","gdef","gdef","glyf","glyf","glyf","gpos","gpos","gpos","green","gsub","gsub","gsub","gvar","gvar","gvar","head","head","head","height","hhea","hhea","hhea","hidden","hmtx","hmtx","hmtx","hvar","hvar","hvar","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","kern","kern","kern","kerx","kerx","kerx","length","line_to","loca","loca","math","math","math","max_value","maxp","maxp","maxp","min_value","morx","morx","morx","move_to","mvar","mvar","mvar","name","name","name","name_id","name_id","offset","opentype_layout","os2","os2","os2","parse","pixels_per_em","position","post","post","post","quad_to","red","sbix","sbix","sbix","svg","svg","svg","table_records","tag","tag","thickness","trak","trak","trak","value","vhea","vhea","vhea","vmtx","vmtx","vorg","vorg","vorg","vvar","vvar","width","x","x_max","x_min","x_offset","x_size","y","y_max","y_min","y_offset","y_size","Point","Table","x","y","ExtendedStateTable","GenericStateEntry","Lookup","StateEntry","StateTable","ValueOffset","class","extra","extra","flags","flags","new_state","new_state","state","DELETED_GLYPH","END_OF_TEXT","OUT_OF_BOUNDS","START_OF_TEXT","AxisValueMap","SegmentMaps","SegmentMapsIter","Table","from_coordinate","segment_maps","to_coordinate","Table","Table","Matrix","Table","kx","ky","sx","sy","tx","ty","Table","ByteEncodingTable","Format","Found","GlyphVariationResult","HighByteMappingThroughTable","ManyToOneRangeMappings","MixedCoverage","SegmentMappingToDeltaValues","SegmentedCoverage","Subtable","Subtable0","Subtable10","Subtable12","Subtable13","Subtable14","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","TrimmedArray","TrimmedTableMapping","UnicodeVariationSequences","UseDefault","encoding_id","first_code_point","first_code_point","format","glyph_ids","glyphs","glyphs","platform_id","subtables","Painter","Table","outline","paint_color","paint_foreground","Table","FeatureName","FeatureNames","FeatureNamesIter","SettingName","Table","default_setting_index","exclusive","feature","name_index","name_index","names","setting","setting_names","Table","VariationAxis","axes","def_value","hidden","max_value","min_value","name_id","tag","Base","Component","GlyphClass","Ligature","Mark","Table","Table","Anchor","AnchorMatrix","ChainContext","ClassMatrix","Context","Cursive","CursiveAdjustment","CursiveAnchorSet","Device","Format1","Format1","Format2","Format2","Hinting","HintingDevice","LigatureArray","MarkArray","MarkToBase","MarkToBaseAdjustment","MarkToLigature","MarkToLigatureAdjustment","MarkToMark","MarkToMarkAdjustment","Pair","PairAdjustment","PairSet","PairSets","PositioningSubtable","Single","SingleAdjustment","ValueRecord","ValueRecordsArray","Variation","VariationDevice","anchors","base_coverage","cols","coverage","inner_index","ligature_array","ligature_coverage","mark1_coverage","mark2_coverage","mark2_matrix","mark_coverage","mark_coverage","marks","marks","marks","outer_index","rows","sets","x","x_advance","x_advance_device","x_device","x_placement","x_placement_device","y","y_advance","y_advance_device","y_device","y_placement","y_placement_device","classes","coverage","coverage","matrix","sets","coverage","coverage","value","values","Alternate","AlternateSet","AlternateSets","AlternateSubstitution","ChainContext","Context","Format1","Format2","Ligature","Ligature","LigatureSet","LigatureSets","LigatureSubstitution","Multiple","MultipleSubstitution","ReverseChainSingle","ReverseChainSingleSubstitution","Sequence","SequenceList","Single","SingleSubstitution","SubstitutionSubtable","alternate_sets","alternates","backtrack_coverages","components","coverage","coverage","coverage","coverage","glyph","ligature_sets","lookahead_coverages","sequences","substitutes","substitutes","coverage","coverage","delta","substitutes","Table","IndexToLocationFormat","Long","Short","Table","global_bbox","index_to_location_format","units_per_em","Table","ascender","descender","line_gap","number_of_metrics","Metrics","Table","advance","bearings","metrics","number_of_metrics","side_bearing","Table","Format","Format0","Format1","Format2","Format3","KerningPair","Subtable","Subtable0","Subtable2","Subtable3","Subtables","SubtablesIter","Table","format","has_cross_stream","has_state_machine","horizontal","pair","pairs","subtables","value","variable","AnchorPoints","EntryData","Format","Format0","Format1","Format2","Format4","Format6","Subtable","Subtable0","Subtable1","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","action_index","anchor_points","format","has_cross_stream","has_state_machine","horizontal","pairs","state_table","state_table","subtables","tuple_count","variable","Long","Short","Table","Constants","GlyphAssembly","GlyphConstruction","GlyphConstructions","GlyphInfo","GlyphPart","GlyphVariant","Kern","KernInfo","KernInfos","MathValue","MathValues","PartFlags","Table","Variants","advance_measurement","assembly","bottom_left","bottom_right","constants","device","end_connector_length","extended_shapes","full_advance","glyph_id","glyph_info","horizontal_constructions","italic_corrections","italics_correction","kern_infos","min_connector_overlap","part_flags","parts","start_connector_length","top_accent_attachments","top_left","top_right","value","variant_glyph","variants","variants","vertical_constructions","Table","number_of_glyphs","Chain","Chains","ChainsIter","Contextual","ContextualEntryData","ContextualSubtable","Coverage","Feature","Insertion","InsertionEntryData","InsertionSubtable","Ligature","LigatureSubtable","NonContextual","Rearrangement","Subtable","SubtableKind","Subtables","SubtablesIter","Table","chains","components","coverage","current_index","current_insert_index","default_flags","disable_flags","enable_flags","feature_flags","features","glyphs","kind","kind","ligature_actions","ligatures","mark_index","marked_insert_index","setting","state","state","state","subtables","Table","Custom","Iso","Macintosh","Name","Names","NamesIter","PlatformId","Table","Unicode","Windows","encoding_id","language_id","name","name_id","names","platform_id","COMPATIBLE_FULL","COPYRIGHT_NOTICE","DARK_BACKGROUND_PALETTE","DESCRIPTION","DESIGNER","DESIGNER_URL","FAMILY","FULL_NAME","LICENSE","LICENSE_URL","LIGHT_BACKGROUND_PALETTE","MANUFACTURER","POST_SCRIPT_CID","POST_SCRIPT_NAME","SAMPLE_TEXT","SUBFAMILY","TRADEMARK","TYPOGRAPHIC_FAMILY","TYPOGRAPHIC_SUBFAMILY","UNIQUE_ID","VARIATIONS_POST_SCRIPT_NAME_PREFIX","VENDOR_URL","VERSION","WWS_FAMILY","WWS_SUBFAMILY","ChainedContextLookup","ChainedSequenceRule","ChainedSequenceRuleSet","ChainedSequenceRuleSets","Class","ClassDefinition","ContextLookup","Coverage","Feature","FeatureIndex","FeatureList","FeatureVariations","Format1","Format1","Format1","Format1","Format2","Format2","Format2","Format2","Format3","Format3","LanguageIndex","LanguageSystem","LanguageSystemList","LayoutTable","Lookup","LookupFlags","LookupIndex","LookupList","LookupSubtable","LookupSubtables","LookupSubtablesIter","RangeRecord","RecordList","RecordListItem","RecordListIter","Script","ScriptIndex","ScriptList","SequenceLookupRecord","SequenceRule","SequenceRuleSet","SequenceRuleSets","VariationIndex","backtrack","default_language","end","feature_indices","features","flags","input","input","languages","lookahead","lookup_indices","lookup_list_index","lookups","lookups","lookups","mark_filtering_set","parse","parse","required_feature","scripts","sequence_index","start","subtables","tag","tag","tag","value","variations","backtrack_classes","backtrack_coverages","coverage","coverage","coverage","input_classes","input_coverages","lookahead_classes","lookahead_coverages","lookups","sets","sets","classes","records","start","classes","coverage","coverage","coverage","coverages","lookups","sets","sets","glyphs","records","Black","Bold","Condensed","Editable","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Installable","Italic","Light","Medium","Normal","Normal","Normal","Oblique","Other","Permissions","PreviewAndPrint","Restricted","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Style","Table","Thin","UltraCondensed","UltraExpanded","UnicodeRanges","Weight","Width","version","x_offset","x_size","y_offset","y_size","Names","Table","is_monospaced","italic_angle","underline_metrics","Strike","Strikes","StrikesIter","Table","pixels_per_em","ppi","strikes","SvgDocument","SvgDocumentsList","SvgDocumentsListIter","Table","data","documents","end_glyph_id","start_glyph_id","Table","Track","TrackData","Tracks","TracksIter","horizontal","name_index","sizes","tracks","value","values","vertical","Table","ascender","descender","line_gap","number_of_metrics","Table","VerticalOriginMetrics","default_y","glyph_id","metrics","y","Editor","Weak","bounds","Paragraph","Weak","horizontal_alignment","min_bounds","vertical_alignment","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","EventStream","Output","Recipe","hash","stream","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","Appearance","Application","Executor","Flags","Message","Style","StyleSheet","Theme","appearance","background_color","icon_color","new","run","scale_factor","style","subscription","text_color","theme","title","update","view","read","read_data","read_primary","read_primary_data","write","write_primary","Action","Ask","Buffer","Cancelled","Copy","Data","DataWrapper","DndAction","DndDestinationRectangle","DndEvent","DndSurface","Drop","Dropped","Enter","Finished","Icon","Leave","LeaveDestination","Mime","Motion","Move","Offer","OfferEvent","Rectangle","SelectedAction","Sender","Source","SourceEvent","Surface","actions","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","allowed","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_bytes","available","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","difference","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","eq","eq","eq","eq","equivalent","equivalent","equivalent","extend","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_iter","from_name","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_ptr","hash","height","id","init","init","init","init","init","init","init","init","init","insert","intersection","intersects","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_empty","iter","iter_names","mime_types","not","platform","preferred","rectangle","remove","send","set","sub","sub_assign","symmetric_difference","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","width","x","y","data","height","transparent","width","data","mime_type","mime_types","surface","x","x","y","y","AllowedMimeTypes","AsMimeTypes","ClipboardData","ClipboardLoadData","ClipboardStoreData","Error","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","allowed","allowed","allowed","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_bytes","as_bytes","available","available","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","platform","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","linux","Command","channel","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","listen","listen_raw","listen_with","Default","Executor","enter","new","spawn","Black","Bold","Condensed","Cursive","Error","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","load","stretch","style","weight","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","on_key_press","on_key_release","key","key","location","location","modifiers","modifiers","text","Available","Back","Button","ButtonPressed","ButtonReleased","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","delta","position","x","x","y","y","Element","menu","Appearance","Menu","State","Style","StyleSheet","appearance","background","border","selected_background","selected_text_color","text_color","Settings","antialiasing","default_font","default_text_size","exit_on_close_request","flags","fonts","id","window","Subscription","channel","run","run_with_id","unfold","Duration","Instant","every","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Button","Canvas","Checkbox","Column","ComboBox","Component","Container","Custom","Dark","Event","Image","Lazy","Light","MouseArea","PaneGrid","PickList","ProgressBar","Radio","Renderer","Responsive","Row","Rule","Scrollable","Slider","Space","State","Svg","Text","TextEditor","TextInput","Theme","Themer","TinySkia","Toggler","Tooltip","VerticalSlider","button","button","canvas","canvas","checkbox","checkbox","column","column","combo_box","combo_box","component","container","container","focus_next","focus_previous","horizontal_rule","horizontal_space","image","image","keyed","keyed_column","keyed_column","lazy","mouse_area","operate","overlay","pane_grid","pick_list","pick_list","progress_bar","progress_bar","radio","radio","responsive","row","row","rule","scrollable","scrollable","slider","slider","space","svg","svg","text","text","text_editor","text_editor","text_input","text_input","theme","themer","toggler","toggler","tooltip","tooltip","update","vertical_rule","vertical_slider","vertical_slider","vertical_space","view","Appearance","Button","State","Style","StyleSheet","active","background","border","border_color","border_radius","border_width","disabled","draw","focus","hovered","icon_color","layout","mouse_interaction","pressed","shadow","shadow_offset","text_color","update","Bevel","Butt","Cache","Canvas","Event","Fill","Frame","Geometry","Geometry","Gradient","Gradient","Keyboard","LineCap","LineDash","LineJoin","Linear","Miter","Mouse","Path","Program","Renderer","Round","Round","Solid","Square","State","Stroke","Style","Text","TinySkia","TinySkia","Touch","color","content","draw","draw","event","font","horizontal_alignment","line_cap","line_dash","line_height","line_join","mouse_interaction","offset","position","rule","segments","shaping","size","style","style","update","vertical_alignment","width","Captured","Event","Ignored","Keyboard","Mouse","Status","Touch","Appearance","Checkbox","Icon","Style","StyleSheet","active","background","border","code_point","font","hovered","icon_color","line_height","shaping","size","text_color","ComboBox","State","build_matchers","search","Appearance","Container","Style","StyleSheet","appearance","background","border","draw_background","icon_color","layout","shadow","text_color","visible_bounds","FilterMethod","Handle","Image","Linear","Nearest","Viewer","draw","layout","viewer","viewer","State","Viewer","image_size","Column","column","Column","All","Appearance","Axis","Bottom","Canceled","Center","Configuration","Content","Contents","Direction","Down","DragEvent","Draggable","Dropped","Edge","Edge","Edge","Horizontal","Left","Left","Line","Maximized","Node","Pane","Pane","Pane","Pane","PaneGrid","Picked","Region","ResizeEvent","Right","Right","Split","Split","Split","State","Style","StyleSheet","Target","TitleBar","Top","Up","Vertical","background","border","can_be_dragged_at","color","draw","hovered_region","hovered_split","internal","layout","mouse_interaction","panes","picked_split","ratio","split","state","update","width","a","axis","b","ratio","pane","pane","pane","target","a","axis","b","id","ratio","Action","Clicking","Dragging","Idle","Internal","Resizing","State","internal","panes","axis","origin","origin","pane","pane","split","Appearance","Arrow","Dynamic","Handle","Icon","None","PickList","State","Static","Style","StyleSheet","active","background","border","code_point","draw","font","handle_color","hovered","layout","line_height","mouse_interaction","overlay","placeholder_color","shaping","size","text_color","update","closed","open","size","Appearance","ProgressBar","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Radio","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Rule","Style","StyleSheet","appearance","color","fill_mode","radius","width","AbsoluteOffset","Alignment","Both","Direction","End","Horizontal","Properties","RelativeOffset","Scrollable","Scrollbar","Scroller","Start","State","Style","StyleSheet","Vertical","Viewport","active","active_horizontal","background","border","border","color","dragging","dragging_horizontal","draw","hovered","hovered_horizontal","layout","mouse_interaction","scroll_to","scroller","snap_to","update","x","x","y","y","horizontal","vertical","Appearance","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Slider","State","Style","StyleSheet","active","border_color","border_radius","border_width","breakpoint","color","colors","dragging","draw","handle","hovered","mouse_interaction","rail","shape","update","width","border_radius","height","radius","width","auto_angle","gradient","Space","Appearance","Handle","Style","StyleSheet","Svg","appearance","color","hovered","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","Action","Appearance","Backspace","Click","Content","Delete","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","End","Enter","Home","Insert","Left","Motion","Move","PageDown","PageUp","Paste","Right","Scroll","Select","SelectLine","SelectWord","Style","StyleSheet","TextEditor","Up","WordLeft","WordRight","active","background","border","disabled","disabled_color","focused","hovered","placeholder_color","selection_color","value_color","lines","Appearance","Cursor","DEFAULT_PADDING","Icon","Left","Right","Side","State","Style","StyleSheet","TextInput","Value","active","background","border","code_point","cursor","disabled","disabled_color","draw","focus","focused","font","hovered","icon_color","layout","mouse_interaction","move_cursor_to","move_cursor_to_end","move_cursor_to_front","placeholder_color","select_all","selection_color","side","size","spacing","update","value_color","Cursor","Index","Selection","State","end","start","Application","Box","Button","Checkbox","Color","Container","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Dark","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Destructive","Light","Menu","Palette","PaneGrid","PickList","Positive","Primary","Primary","Primary","ProgressBar","Radio","Rule","Scrollable","Secondary","Secondary","Slider","Success","Success","Svg","Text","Text","TextEditor","TextInput","Theme","Toggler","Transparent","background","danger","palette","primary","success","text","Background","Danger","EXTENDED_DARK","EXTENDED_LIGHT","Extended","Pair","Palette","Primary","Secondary","Success","background","background","base","base","base","base","base","color","danger","danger","icon","is_dark","primary","primary","secondary","strong","strong","strong","strong","strong","success","success","text","text","weak","weak","weak","weak","weak","Appearance","Style","StyleSheet","Toggler","active","background","background_border","border_radius","foreground","foreground_border","handle_margin","handle_radius","hovered","Bottom","FollowCursor","Left","Position","Right","Tooltip","Top","Appearance","Circle","Handle","HandleShape","Rectangle","State","Style","StyleSheet","VerticalSlider","active","border_color","border_width","breakpoint","color","dragging","draw","handle","hovered","mouse_interaction","rail","shape","update","border_radius","height","radius","width","Action","AlwaysOnBottom","AlwaysOnTop","At","Centered","ChangeIcon","ChangeLevel","ChangeMode","Close","CloseRequested","Closed","Critical","Default","Drag","Event","FetchId","FetchMaximized","FetchMinimized","FetchMode","FetchSize","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","GainFocus","Hidden","Icon","Id","Informational","Level","Maximize","Minimize","Mode","Move","Moved","NextFrame","Normal","Opened","PlatformSpecific","Position","RedrawRequest","RedrawRequested","RequestUserAttention","Resize","Resized","Screenshot","Screenshot","Settings","ShowWindowMenu","Spawn","Specific","ToggleDecorations","ToggleMaximize","Unfocused","UserAttention","Windowed","application_id","bytes","change_icon","change_level","change_mode","close","decorations","drag","exit_on_close_request","fetch_id","fetch_maximized","fetch_minimized","fetch_mode","fetch_size","frames","gain_focus","icon","icon","level","max_size","maximize","min_size","minimize","move_to","platform_specific","position","request_user_attention","resizable","resize","resize_border","screenshot","screenshot","settings","show_window_menu","size","size","spawn","toggle_decorations","toggle_maximize","transparent","visible","height","position","size","width","x","y","Error","Icon","ImageError","InvalidError","OsError","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","fmt","from","from","from","from","from_angle","from_file","from_file_data","from_rgba","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","source","to_smolstr","to_string","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","CropError","OutOfBounds","Screenshot","Zero","bytes","size","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Compositor","Geometry","Renderer","Settings","TinySkia","TinySkia","TinySkia","antialiasing","compositor","default_font","default_text_size","geometry","Compositor","Surface","TinySkia","TinySkia","Cache","Frame","Geometry","TinySkia","TinySkia","Antialiasing","Backend","BackendError","Cache","Clip","Compositor","Custom","Damage","Editor","Error","Gradient","Gradient","GraphicsAdapterNotFound","Group","Image","Linear","MSAAx16","MSAAx2","MSAAx4","MSAAx8","Mesh","NoAvailablePixelFormat","Paragraph","Primitive","Primitive","Quad","RawText","Renderer","Renderer","Settings","Solid","Surface","Svg","Text","Transformation","Translate","VersionNotSupported","Viewport","backend","bounds","color","compositor","configure_surface","create_renderer","create_surface","damage","fetch_information","geometry","gradient","image","mesh","new","present","renderer","screenshot","text","buffers","buffers","size","size","background","border","border_radius","bounds","bounds","bounds","bounds","bounds","clip_bounds","clip_bounds","clip_bounds","color","color","color","color","content","content","content","content","editor","filter_method","font","handle","handle","horizontal_alignment","line_height","paragraph","position","position","primitives","shadow","shaping","size","translation","vertical_alignment","Backend","Image","Primitive","Svg","Text","dimensions","load_font","viewport_dimensions","GAMMA_CORRECTION","Packed","pack","Compositor","Information","InvalidDimensions","Lost","OutOfMemory","Outdated","Present","Renderer","Resize","Settings","Surface","SurfaceError","Timeout","Window","adapter","backend","configure_surface","create_renderer","create_surface","fetch_information","new","present","screenshot","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","Damage","bounds","group","list","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Bevel","Butt","Fill","Geometry","Gradient","Gradient","LineCap","LineDash","LineJoin","Linear","Miter","Path","Renderer","Round","Round","Solid","Square","Stroke","Style","Text","color","content","draw","fill","font","horizontal_alignment","line_cap","line_dash","line_height","line_join","offset","path","position","rule","segments","shaping","size","stroke","style","style","vertical_alignment","width","EvenOdd","Fill","Gradient","NonZero","Rule","Solid","Style","rule","style","Arc","Builder","Path","arc","center","end_angle","radius","start_angle","Arc","Elliptical","center","center","end_angle","end_angle","radii","radius","rotation","start_angle","start_angle","ArcFlags","AttributeIndex","AttributeSlice","AttributeStore","Attributes","Begin","Begin","Begin","Bevel","Builder","BuilderImpl","BuilderWithAttributes","Butt","ControlPointId","Cubic","Cubic","Cubic","End","End","End","EndpointId","EvenOdd","Event","EventId","FillRule","IdEvent","IdIter","IdPolygon","Iter","IterWithAttributes","Line","Line","Line","LineCap","LineJoin","Miter","MiterClip","NO_ATTRIBUTES","Negative","Negative","NonZero","Path","PathBuffer","PathBufferSlice","PathCommands","PathCommandsSlice","PathEvent","PathSlice","Polygon","Position","PositionStore","Positive","Positive","Quadratic","Quadratic","Quadratic","Reversed","Round","Round","Side","Square","Winding","builder","closed","closed","commands","get","get_control_point","get_endpoint","iterator","large_arc","math","num_attributes","path","path_buffer","points","points","polygon","position","sweep","traits","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","BorderRadii","Build","Flattened","NoAttributes","PathBuilder","PathType","SvgPathBuilder","Transformed","WithSvg","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","bottom_left","bottom_right","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","top_left","top_right","transformed","vertical_line_to","with_svg","CommandsPathSlice","Events","Iter","PathCommands","PathCommandsBuilder","PathCommandsSlice","PointEvents","Angle","Arc","ArcFlags","Box2D","CubicBezierSegment","DIV_EPSILON","EIGHT","EPSILON","FIVE","FOUR","HALF","Line","LineEquation","LineSegment","MAX","MIN","NINE","ONE","Point","QuadraticBezierSegment","Rotation","SEVEN","SIX","Scalar","Scalar","Scale","Segment","Size","SvgArc","TEN","THREE","TWO","Transform","Translation","Triangle","Vector","ZERO","a","after_split","angle","approximate_length","arc","b","before_split","c","center","ctrl","ctrl1","ctrl2","cubic_bezier","derivative","dx","dy","epsilon_for","flags","flip","for_each_flattened_with_t","from","from","from","from","from","height","large_arc","m11","m12","m21","m22","m31","m32","max","min","point","point","quadratic_bezier","radians","radii","radii","sample","size","split","split_range","start_angle","sweep","sweep_angle","to","to","to","to","to","traits","utils","value","vector","vector","width","x","x","x","x","x_rotation","x_rotation","y","y","y","y","Arc","ArcFlags","Flattened","SvgArc","center","flags","from","large_arc","radii","radii","start_angle","sweep","sweep_angle","to","x_rotation","x_rotation","ArrayString","ArrayVec","CapacityError","Drain","IntoIter","CubicBezierSegment","Flattened","ctrl1","ctrl2","from","to","Angle","BoolVector2D","BoolVector3D","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Trig","UnknownUnit","Vector2D","Vector3D","angle","approxeq","approxord","bottom","box3d","bvec2","bvec3","cos","default","degrees_to_radians","depth","fast_atan2","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","num","origin","point2","point3","r","radians","radians_to_degrees","rect","right","rotation","sin","size","size2","size3","tan","top","translation","vec2","vec3","w","width","width","x","x","x","x","x","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","z","z","ApproxEq","approx_epsilon","approx_eq","approx_eq_eps","max","min","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Vector2D","Vector3D","angle","bottom","depth","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","origin","r","right","rotation","size","top","translation","w","width","width","x","x","x","x","x","x","x","y","y","y","y","y","y","y","z","z","z","z","Ceil","Floor","One","Round","Zero","ceil","floor","one","round","zero","Flattened","FlattenedT","FlatteningParameters","QuadraticBezierSegment","ctrl","from","to","Scalar","Segment","Transformation","after_split","approximate_length","before_split","derivative","dx","dy","flip","for_each_flattened_with_t","from","sample","split","split_range","to","transform_point","transform_vector","x","y","cubic_polynomial_roots","directed_angle","directed_angle2","min_max","normalized_tangent","tangent","Flattened","FromPolyline","NoAttributes","PathIterator","Transformed","flattened","transformed","Angle","Box2D","Point","Rotation","Scale","Size","Transform","Translation","Vector","angle","height","m11","m12","m21","m22","m31","m32","max","min","point","radians","size","vector","width","x","x","x","y","y","y","Builder","BuilderImpl","BuilderWithAttributes","IdIter","Iter","IterWithAttributes","Path","PathSlice","Reversed","Builder","BuilderWithAttributes","Iter","PathBuffer","PathBufferSlice","IdPolygon","IdPolygonIter","PathEvents","Polygon","PolygonIdIter","PolygonIter","closed","closed","points","points","Build","PathBuilder","PathIterator","PathType","SvgPathBuilder","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","transformed","transformed","vertical_line_to","with_svg","Bevel","Butt","Gradient","LineCap","LineDash","LineJoin","Miter","Round","Round","Solid","Square","Stroke","Style","line_cap","line_dash","line_join","offset","segments","style","width","Gradient","Linear","Linear","Packed","end","pack","start","stops","load","A8","AnimationDecoder","Avif","Bgr8","Bgra8","Bmp","Bmp","CHANNEL_COUNT","COLOR_MODEL","COLOR_TYPE","Cmyk8","ColorType","DEFAULT_MAX_VALUE","DEFAULT_MIN_VALUE","Dds","Decoding","Delay","DynamicImage","EncodableLayout","Encoding","Err","ExtendedColorType","Farbfeld","Farbfeld","FlatSamples","Frame","Frames","GenericImage","GenericImageView","Gif","Gif","GrayAlphaImage","GrayImage","Hdr","Ico","Ico","ImageBuffer","ImageDecoder","ImageDecoderRect","ImageEncoder","ImageError","ImageFormat","ImageLuma16","ImageLuma8","ImageLumaA16","ImageLumaA8","ImageOutputFormat","ImageResult","ImageRgb16","ImageRgb32F","ImageRgb8","ImageRgba16","ImageRgba32F","ImageRgba8","IoError","Jpeg","Jpeg","L1","L16","L16","L2","L4","L8","L8","La1","La16","La16","La2","La4","La8","La8","Limits","Luma","LumaA","Ok","OpenExr","OpenExr","Parameter","Pixel","Pixel","PixelWithColorType","Pixels","Png","Png","Pnm","Pnm","Primitive","Progress","Qoi","Qoi","Reader","Rgb","Rgb1","Rgb16","Rgb16","Rgb2","Rgb32F","Rgb32F","Rgb32FImage","Rgb4","Rgb8","Rgb8","RgbImage","Rgba","Rgba1","Rgba16","Rgba16","Rgba2","Rgba32F","Rgba32F","Rgba32FImage","Rgba4","Rgba8","Rgba8","RgbaImage","SubImage","Subpixel","Tga","Tga","Tiff","Tiff","Unknown","Unsupported","Unsupported","WebP","WebP","apply","apply2","apply_with_alpha","apply_without_alpha","as_bytes","blend","blend_pixel","bounds","buffer","channels","channels4","channels_mut","codecs","color_hint","color_type","copy_from","copy_within","dimensions","dimensions","error","flat","from_channels","from_slice","from_slice_mut","get_pixel","get_pixel_mut","guess_format","height","icc_profile","image_dimensions","imageops","in_bounds","into_frames","into_reader","invert","io","layout","load","load_from_memory","load_from_memory_with_format","map","map2","map_with_alpha","map_without_alpha","math","open","original_color_type","pixels","put_pixel","read_image","read_image_with_progress","read_rect","read_rect_with_progress","samples","save_buffer","save_buffer_with_format","scanline_bytes","set_limits","sub_image","to_luma","to_luma_alpha","to_rgb","to_rgba","total_bytes","unsafe_get_pixel","unsafe_put_pixel","view","width","write_buffer_with_format","write_image","ConvertBuffer","EnumeratePixels","EnumeratePixelsMut","EnumerateRows","EnumerateRowsMut","Pixels","PixelsMut","Rows","RowsMut","convert","bmp","dds","dxt","farbfeld","gif","hdr","ico","jpeg","openexr","png","pnm","qoi","tga","tiff","webp","BmpDecoder","BmpEncoder","DdsDecoder","DXT1","DXT3","DXT5","DxtDecoder","DxtEncoder","DxtReader","DxtVariant","FarbfeldDecoder","FarbfeldEncoder","FarbfeldReader","Finite","GifDecoder","GifEncoder","GifReader","Infinite","Repeat","HdrAdapter","HdrDecoder","HdrEncoder","HdrImageDecoderIterator","HdrMetadata","HdrReader","Rgbe8Pixel","SIGNATURE","c","color_correction","custom_attributes","e","exposure","height","orientation","pixel_aspect_ratio","read_raw_file","rgbe8","to_rgbe8","width","IcoDecoder","IcoEncoder","IcoFrame","Centimeters","Inches","JpegDecoder","JpegEncoder","PixelAspectRatio","PixelDensity","PixelDensityUnit","density","unit","OpenExrDecoder","OpenExrEncoder","Adaptive","ApngDecoder","Avg","Best","CompressionType","Default","Fast","FilterType","Huffman","NoFilter","Paeth","PngDecoder","PngEncoder","PngReader","Rle","Sub","Up","ArbitraryHeader","ArbitraryMap","ArbitraryTuplType","Ascii","Binary","Bitmap","BitmapHeader","BlackAndWhite","BlackAndWhiteAlpha","Custom","Graymap","GraymapHeader","Grayscale","GrayscaleAlpha","Pixmap","PixmapHeader","PnmDecoder","PnmEncoder","PnmHeader","PnmSubtype","RGB","RGBAlpha","SampleEncoding","depth","encoding","encoding","encoding","height","height","height","height","maxval","maxval","maxwhite","tupltype","width","width","width","width","QoiDecoder","QoiEncoder","TgaDecoder","TgaEncoder","TiffDecoder","TiffEncoder","TiffReader","WebPDecoder","WebPEncoder","WebPQuality","vp8","Frame","Vp8Decoder","for_display","height","keyframe","pixel_type","ubuf","vbuf","width","ybuf","Color","Decoding","DecodingError","DimensionError","DimensionMismatch","Encoding","EncodingError","Err","Exact","FailedAlready","Format","Generic","GenericFeature","ImageError","ImageFormatHint","ImageResult","InsufficientMemory","IoError","LimitError","LimitErrorKind","Limits","Name","NoMoreData","Ok","Parameter","ParameterError","ParameterErrorKind","PathExtension","Unknown","Unsupported","Unsupported","UnsupportedError","UnsupportedErrorKind","limits","supported","ChannelCountMismatch","ColumnMajorPacked","Error","FlatSamples","ImagePacked","NormalForm","NormalFormRequired","PixelPacked","RowMajorPacked","SampleLayout","TooLarge","Unaliased","View","ViewMut","WrongColor","channel_stride","channels","color_hint","height","height_stride","layout","samples","width","width_stride","BiLevel","CatmullRom","Color","ColorMap","FilterType","Gaussian","Lanczos3","Nearest","Triangle","blur","brighten","colorops","contrast","crop","crop_imm","dither","filter3x3","flip_horizontal","flip_horizontal_in","flip_horizontal_in_place","flip_vertical","flip_vertical_in","flip_vertical_in_place","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","horizontal_gradient","huerotate","index_colors","index_of","interpolate_bilinear","interpolate_nearest","invert","lookup","map_color","overlay","overlay_bounds","replace","resize","rotate180","rotate180_in","rotate180_in_place","rotate270","rotate270_in","rotate90","rotate90_in","sample_bilinear","sample_nearest","thumbnail","tile","unsharpen","vertical_gradient","BiLevel","Color","ColorMap","brighten","brighten_in_place","contrast","contrast_in_place","dither","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","huerotate","huerotate_in_place","index_colors","index_of","invert","lookup","map_color","LimitSupport","Limits","Reader","max_alloc","max_image_height","max_image_width","Rect","height","width","x","y","Gradient","GradientVertex2D","Indexed","Mesh","Solid","SolidVertex2D","color","gradient","indices","position","position","vertices","buffers","buffers","size","size","Renderer","Cache","Editor","FontSystem","Paragraph","Raw","Version","buffer","cache","clip_bounds","color","editor","font_system","measure","paragraph","position","to_attributes","to_color","to_shaping","Cache","Entry","Key","KeyHash","bounds","buffer","content","font","line_height","min_bounds","shaping","size","Action","Advanced","Affinity","After","Align","Angle","Arc","Attrs","AttrsList","AttrsOwned","Backspace","Basic","Before","BidiParagraphs","Borrowed","BorrowedWithFontSystem","Buffer","BufferEnd","BufferLine","BufferRef","BufferStart","CacheKey","CacheKeyFlags","Center","Change","ChangeItem","Click","Close","Color","Color","Command","Condensed","Cr","CrLf","Cursive","Cursive","Cursor","CurveTo","Delete","DoubleClick","Down","Drag","Edit","Editor","End","End","Enter","Escape","Expanded","ExtraCondensed","ExtraExpanded","Family","FamilyOwned","Fantasy","Fantasy","Font","FontMatchAttrs","FontMatchKey","FontSystem","Glyph","GotoLine","Home","Indent","Insert","Italic","Justified","LayoutCursor","LayoutCursor","LayoutGlyph","LayoutLine","LayoutRun","LayoutRunIter","Left","Left","LeftWord","Lf","LfCr","Line","LineEnding","LineIter","LineTo","Mask","Metrics","Monospace","Monospace","Motion","Motion","MoveTo","Name","Name","Next","NextWord","None","None","None","Normal","Normal","Normal","Oblique","One","Owned","PageDown","PageUp","ParagraphEnd","ParagraphStart","PhysicalGlyph","Placement","Previous","PreviousWord","QuadTo","Right","Right","RightWord","SansSerif","SansSerif","Scroll","Scroll","Selection","SemiCondensed","SemiExpanded","Serif","Serif","ShapeBuffer","ShapeGlyph","ShapeLine","ShapeRunCache","ShapeRunKey","ShapeSpan","ShapeWord","Shaping","SoftHome","Stretch","Style","SubpixelBin","SubpixelMask","SwashCache","SwashContent","SwashImage","Three","Transform","TripleClick","Two","UltraCondensed","UltraExpanded","Unindent","Up","Vertical","Weight","Word","Word","WordOrGlyph","Wrap","Zero","action","affinity","apply_change","ascent","attrs_spans","auto_indent","blank","borrow_with","buffer_ref","buffer_ref_mut","cache_key","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","color_opt","color_opt","color_opt","color_opt","content","copy_selection","cursor","data","default_attrs","delete_range","delete_selection","descent","end","end","end","family","family_owned","finish_change","flags","font_id","font_id","font_id","font_monospace_em_width","font_size","font_size","font_size_bits","glyph","glyph_id","glyph_id","glyph_id","glyphs","glyphs","glyphs","height","image_cache","index","insert","insert_at","insert_string","items","layout","layout","left","level","level","line","line","line","line_height","line_i","line_top","line_w","line_y","lines","max_ascent","max_descent","metadata","metadata","metadata","metadata","outline_command_cache","placement","redraw","rtl","rtl","selection","selection_bounds","set_auto_indent","set_cursor","set_redraw","set_selection","set_tab_width","shape_as_needed","source","spans","start","start","start","start_change","stretch","stretch","style","style","tab_width","text","text","text","top","w","w","weight","weight","width","with_buffer","with_buffer_mut","words","x","x","x","x_advance","x_advance","x_bin","x_offset","x_offset","xx","xy","y","y","y","y_advance","y_advance","y_bin","y_offset","y_offset","yx","yy","lines","x","x","x","x","y","y","y","y","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","Binary","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Cursive","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","Database","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraCondensed","ExtraExpanded","FaceInfo","Family","Fantasy","Faroese_FaroeIslands","File","Filipino_Philippines","Finnish_Finland","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","ID","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Inuktitut_Canada","Inuktitut_Latin_Canada","Irish_Ireland","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Monospace","Name","Nepali_Nepal","Normal","Normal","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Pashto_Afghanistan","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","Query","Romanian_Romania","Romansh_Switzerland","Russian_Russia","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","SansSerif","Sanskrit_India","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","Serif","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","SharedFile","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Source","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Stretch","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unknown","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","families","families","id","index","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","monospaced","post_script_name","source","stretch","stretch","style","style","weight","weight","BottomToTop","BufferClusterLevel","BufferFlags","Characters","Direction","Face","Feature","GlyphBuffer","GlyphInfo","GlyphPosition","Invalid","Language","LeftToRight","MonotoneCharacters","MonotoneGraphemes","RightToLeft","Script","SerializeFlags","ShapePlan","Tag","TopToBottom","UnicodeBuffer","Variation","cluster","end","glyph_id","script","shape","shape_with_plan","start","tag","tag","value","value","x_advance","x_offset","y_advance","y_offset","ADLAM","AHOM","ANATOLIAN_HIEROGLYPHS","ARABIC","ARMENIAN","AVESTAN","BALINESE","BAMUM","BASSA_VAH","BATAK","BENGALI","BHAIKSUKI","BOPOMOFO","BRAHMI","BRAILLE","BUGINESE","BUHID","CANADIAN_SYLLABICS","CARIAN","CAUCASIAN_ALBANIAN","CHAKMA","CHAM","CHEROKEE","CHORASMIAN","COMMON","COPTIC","CUNEIFORM","CYPRIOT","CYRILLIC","DESERET","DEVANAGARI","DIVES_AKURU","DOGRA","DUPLOYAN","EGYPTIAN_HIEROGLYPHS","ELBASAN","ELYMAIC","ETHIOPIC","GEORGIAN","GLAGOLITIC","GOTHIC","GRANTHA","GREEK","GUJARATI","GUNJALA_GONDI","GURMUKHI","HAN","HANGUL","HANIFI_ROHINGYA","HANUNOO","HATRAN","HEBREW","HIRAGANA","IMPERIAL_ARAMAIC","INHERITED","INSCRIPTIONAL_PAHLAVI","INSCRIPTIONAL_PARTHIAN","JAVANESE","KAITHI","KANNADA","KATAKANA","KAYAH_LI","KHAROSHTHI","KHITAN_SMALL_SCRIPT","KHMER","KHOJKI","KHUDAWADI","LAO","LATIN","LEPCHA","LIMBU","LINEAR_A","LINEAR_B","LISU","LYCIAN","LYDIAN","MAHAJANI","MAKASAR","MALAYALAM","MANDAIC","MANICHAEAN","MARCHEN","MASARAM_GONDI","MEDEFAIDRIN","MEETEI_MAYEK","MENDE_KIKAKUI","MEROITIC_CURSIVE","MEROITIC_HIEROGLYPHS","MIAO","MODI","MONGOLIAN","MRO","MULTANI","MYANMAR","MYANMAR_ZAWGYI","NABATAEAN","NANDINAGARI","NEWA","NEW_TAI_LUE","NKO","NUSHU","NYIAKENG_PUACHUE_HMONG","OGHAM","OLD_HUNGARIAN","OLD_ITALIC","OLD_NORTH_ARABIAN","OLD_PERMIC","OLD_PERSIAN","OLD_SOGDIAN","OLD_SOUTH_ARABIAN","OLD_TURKIC","OL_CHIKI","ORIYA","OSAGE","OSMANYA","PAHAWH_HMONG","PALMYRENE","PAU_CIN_HAU","PHAGS_PA","PHOENICIAN","PSALTER_PAHLAVI","REJANG","RUNIC","SAMARITAN","SAURASHTRA","SHARADA","SHAVIAN","SIDDHAM","SIGNWRITING","SINHALA","SOGDIAN","SORA_SOMPENG","SOYOMBO","SUNDANESE","SYLOTI_NAGRI","SYRIAC","TAGALOG","TAGBANWA","TAI_LE","TAI_THAM","TAI_VIET","TAKRI","TAMIL","TANGUT","TELUGU","THAANA","THAI","TIBETAN","TIFINAGH","TIRHUTA","UGARITIC","UNKNOWN","VAI","WANCHO","WARANG_CITI","YEZIDI","YI","ZANABAZAR_SQUARE","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","ArgumentsStackLimitReached","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","BboxOverflow","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","BitmapGray2","BitmapGray2Packed","BitmapGray4","BitmapGray4Packed","BitmapGray8","BitmapMono","BitmapMonoPacked","BitmapPremulBgra32","Black","BlendRegionsLimitReached","Bold","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","CFFError","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Custom","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","DataAfterEndChar","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","Editable","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Face","FaceIndexOutOfBounds","FaceParsingError","FaceTables","Faroese_FaroeIslands","Filipino_Philippines","Finnish_Finland","Fixed","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","FromData","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","GlyphId","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Installable","Inuktitut_Canada","Inuktitut_Latin_Canada","InvalidArgumentsStackLength","InvalidItemVariationDataIndex","InvalidNumberOfBlendOperands","InvalidOperator","InvalidSeacCode","InvalidSubroutineIndex","Irish_Ireland","Iso","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","LazyArray16","LazyArray32","LazyArrayIter16","LazyArrayIter32","Light","LineMetrics","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Macintosh","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","MalformedFont","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Medium","MissingEndChar","MissingMoveTo","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Nepali_Nepal","NestingLimitReached","NoGlyph","NoHeadTable","NoHheaTable","NoLocalSubroutines","NoMaxpTable","Normal","Normal","Normal","NormalizedCoordinate","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Other","OutlineBuilder","PNG","Pashto_Afghanistan","Permissions","PlatformId","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","PreviewAndPrint","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","RasterGlyphImage","RasterImageFormat","RawFace","RawFaceTables","ReadOutOfBounds","Rect","Restricted","RgbaColor","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SIZE","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","Sanskrit_India","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","TableRecord","Tag","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Thin","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unicode","UnicodeRanges","Unknown","UnknownMagic","UnsupportedOperator","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Variation","VariationAxis","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Width","Windows","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","ZeroBBox","alpha","ankr","ankr","ankr","apple_layout","avar","avar","avar","axis","bdat","bdat","bloc","blue","cbdt","cbdt","cbdt","cblc","cblc","cff","cff","cff","cff2","cff2","cff2","check_sum","close","cmap","cmap","cmap","colr","colr","colr","cpal","cpal","curve_to","data","data","def_value","ebdt","ebdt","eblc","feat","feat","feat","fonts_in_collection","format","fvar","fvar","fvar","gdef","gdef","gdef","glyf","glyf","glyf","gpos","gpos","gpos","green","gsub","gsub","gsub","gvar","gvar","gvar","head","head","head","height","hhea","hhea","hhea","hidden","hmtx","hmtx","hmtx","hvar","hvar","hvar","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","kern","kern","kern","kerx","kerx","kerx","length","line_to","loca","loca","math","math","math","max_value","maxp","maxp","maxp","min_value","morx","morx","morx","move_to","mvar","mvar","mvar","name","name","name","name_id","name_id","offset","opentype_layout","os2","os2","os2","parse","pixels_per_em","position","post","post","post","quad_to","red","sbix","sbix","sbix","svg","svg","svg","table_records","tag","tag","thickness","trak","trak","trak","value","vhea","vhea","vhea","vmtx","vmtx","vorg","vorg","vorg","vvar","vvar","width","x","x_max","x_min","x_offset","x_size","y","y_max","y_min","y_offset","y_size","Point","Table","x","y","ExtendedStateTable","GenericStateEntry","Lookup","StateEntry","StateTable","ValueOffset","class","extra","extra","flags","flags","new_state","new_state","state","DELETED_GLYPH","END_OF_TEXT","OUT_OF_BOUNDS","START_OF_TEXT","AxisValueMap","SegmentMaps","SegmentMapsIter","Table","from_coordinate","segment_maps","to_coordinate","Table","Table","Matrix","Table","kx","ky","sx","sy","tx","ty","Table","ByteEncodingTable","Format","Found","GlyphVariationResult","HighByteMappingThroughTable","ManyToOneRangeMappings","MixedCoverage","SegmentMappingToDeltaValues","SegmentedCoverage","Subtable","Subtable0","Subtable10","Subtable12","Subtable13","Subtable14","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","TrimmedArray","TrimmedTableMapping","UnicodeVariationSequences","UseDefault","encoding_id","first_code_point","first_code_point","format","glyph_ids","glyphs","glyphs","platform_id","subtables","Painter","Table","outline","paint_color","paint_foreground","Table","FeatureName","FeatureNames","FeatureNamesIter","SettingName","Table","default_setting_index","exclusive","feature","name_index","name_index","names","setting","setting_names","Table","VariationAxis","axes","def_value","hidden","max_value","min_value","name_id","tag","Base","Component","GlyphClass","Ligature","Mark","Table","Table","Anchor","AnchorMatrix","ChainContext","ClassMatrix","Context","Cursive","CursiveAdjustment","CursiveAnchorSet","Device","Format1","Format1","Format2","Format2","Hinting","HintingDevice","LigatureArray","MarkArray","MarkToBase","MarkToBaseAdjustment","MarkToLigature","MarkToLigatureAdjustment","MarkToMark","MarkToMarkAdjustment","Pair","PairAdjustment","PairSet","PairSets","PositioningSubtable","Single","SingleAdjustment","ValueRecord","ValueRecordsArray","Variation","VariationDevice","anchors","base_coverage","cols","coverage","inner_index","ligature_array","ligature_coverage","mark1_coverage","mark2_coverage","mark2_matrix","mark_coverage","mark_coverage","marks","marks","marks","outer_index","rows","sets","x","x_advance","x_advance_device","x_device","x_placement","x_placement_device","y","y_advance","y_advance_device","y_device","y_placement","y_placement_device","classes","coverage","coverage","matrix","sets","coverage","coverage","value","values","Alternate","AlternateSet","AlternateSets","AlternateSubstitution","ChainContext","Context","Format1","Format2","Ligature","Ligature","LigatureSet","LigatureSets","LigatureSubstitution","Multiple","MultipleSubstitution","ReverseChainSingle","ReverseChainSingleSubstitution","Sequence","SequenceList","Single","SingleSubstitution","SubstitutionSubtable","alternate_sets","alternates","backtrack_coverages","components","coverage","coverage","coverage","coverage","glyph","ligature_sets","lookahead_coverages","sequences","substitutes","substitutes","coverage","coverage","delta","substitutes","Table","IndexToLocationFormat","Long","Short","Table","global_bbox","index_to_location_format","units_per_em","Table","ascender","descender","line_gap","number_of_metrics","Metrics","Table","advance","bearings","metrics","number_of_metrics","side_bearing","Table","Format","Format0","Format1","Format2","Format3","KerningPair","Subtable","Subtable0","Subtable2","Subtable3","Subtables","SubtablesIter","Table","format","has_cross_stream","has_state_machine","horizontal","pair","pairs","subtables","value","variable","AnchorPoints","EntryData","Format","Format0","Format1","Format2","Format4","Format6","Subtable","Subtable0","Subtable1","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","action_index","anchor_points","format","has_cross_stream","has_state_machine","horizontal","pairs","state_table","state_table","subtables","tuple_count","variable","Long","Short","Table","Constants","GlyphAssembly","GlyphConstruction","GlyphConstructions","GlyphInfo","GlyphPart","GlyphVariant","Kern","KernInfo","KernInfos","MathValue","MathValues","PartFlags","Table","Variants","advance_measurement","assembly","bottom_left","bottom_right","constants","device","end_connector_length","extended_shapes","full_advance","glyph_id","glyph_info","horizontal_constructions","italic_corrections","italics_correction","kern_infos","min_connector_overlap","part_flags","parts","start_connector_length","top_accent_attachments","top_left","top_right","value","variant_glyph","variants","variants","vertical_constructions","Table","number_of_glyphs","Chain","Chains","ChainsIter","Contextual","ContextualEntryData","ContextualSubtable","Coverage","Feature","Insertion","InsertionEntryData","InsertionSubtable","Ligature","LigatureSubtable","NonContextual","Rearrangement","Subtable","SubtableKind","Subtables","SubtablesIter","Table","chains","components","coverage","current_index","current_insert_index","default_flags","disable_flags","enable_flags","feature_flags","features","glyphs","kind","kind","ligature_actions","ligatures","mark_index","marked_insert_index","setting","state","state","state","subtables","Table","Custom","Iso","Macintosh","Name","Names","NamesIter","PlatformId","Table","Unicode","Windows","encoding_id","language_id","name","name_id","names","platform_id","COMPATIBLE_FULL","COPYRIGHT_NOTICE","DARK_BACKGROUND_PALETTE","DESCRIPTION","DESIGNER","DESIGNER_URL","FAMILY","FULL_NAME","LICENSE","LICENSE_URL","LIGHT_BACKGROUND_PALETTE","MANUFACTURER","POST_SCRIPT_CID","POST_SCRIPT_NAME","SAMPLE_TEXT","SUBFAMILY","TRADEMARK","TYPOGRAPHIC_FAMILY","TYPOGRAPHIC_SUBFAMILY","UNIQUE_ID","VARIATIONS_POST_SCRIPT_NAME_PREFIX","VENDOR_URL","VERSION","WWS_FAMILY","WWS_SUBFAMILY","ChainedContextLookup","ChainedSequenceRule","ChainedSequenceRuleSet","ChainedSequenceRuleSets","Class","ClassDefinition","ContextLookup","Coverage","Feature","FeatureIndex","FeatureList","FeatureVariations","Format1","Format1","Format1","Format1","Format2","Format2","Format2","Format2","Format3","Format3","LanguageIndex","LanguageSystem","LanguageSystemList","LayoutTable","Lookup","LookupFlags","LookupIndex","LookupList","LookupSubtable","LookupSubtables","LookupSubtablesIter","RangeRecord","RecordList","RecordListItem","RecordListIter","Script","ScriptIndex","ScriptList","SequenceLookupRecord","SequenceRule","SequenceRuleSet","SequenceRuleSets","VariationIndex","backtrack","default_language","end","feature_indices","features","flags","input","input","languages","lookahead","lookup_indices","lookup_list_index","lookups","lookups","lookups","mark_filtering_set","parse","parse","required_feature","scripts","sequence_index","start","subtables","tag","tag","tag","value","variations","backtrack_classes","backtrack_coverages","coverage","coverage","coverage","input_classes","input_coverages","lookahead_classes","lookahead_coverages","lookups","sets","sets","classes","records","start","classes","coverage","coverage","coverage","coverages","lookups","sets","sets","glyphs","records","Black","Bold","Condensed","Editable","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Installable","Italic","Light","Medium","Normal","Normal","Normal","Oblique","Other","Permissions","PreviewAndPrint","Restricted","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Style","Table","Thin","UltraCondensed","UltraExpanded","UnicodeRanges","Weight","Width","version","x_offset","x_size","y_offset","y_size","Names","Table","is_monospaced","italic_angle","underline_metrics","Strike","Strikes","StrikesIter","Table","pixels_per_em","ppi","strikes","SvgDocument","SvgDocumentsList","SvgDocumentsListIter","Table","data","documents","end_glyph_id","start_glyph_id","Table","Track","TrackData","Tracks","TracksIter","horizontal","name_index","sizes","tracks","value","values","vertical","Table","ascender","descender","line_gap","number_of_metrics","Table","VerticalOriginMetrics","default_y","glyph_id","metrics","y","Editor","Weak","bounds","Paragraph","Weak","horizontal_alignment","min_bounds","vertical_alignment","Command","Debug","Font","Message","Program","Renderer","Theme","UserInterface","clipboard","command","dnd","family","font","keyboard","overlay","program","stretch","style","system","update","user_interface","view","weight","window","Action","Read","ReadData","ReadPrimary","ReadPrimaryData","Write","WriteData","WritePrimary","WritePrimaryData","read","read_data","read_primary","read_primary_data","write","write_data","write_primary","write_primary_data","Action","Clipboard","Command","Dnd","Future","LoadFont","PlatformSpecific","Stream","System","Widget","Window","channel","platform_specific","bytes","tagger","Action","Phantom","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","location","location","modifiers","modifiers","text","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","DndAction","EndDnd","PeekDnd","RegisterDndDestination","SetAction","StartDnd","end_dnd","peek_dnd","register_dnd_destination","set_action","start_dnd","actions","content","icon_surface","internal","rectangles","source_surface","surface","Black","Bold","Condensed","Cursive","Error","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","load","stretch","style","weight","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Nested","Message","Program","Renderer","State","Theme","update","view","Action","Information","QueryInformation","cpu_brand","cpu_cores","graphics_adapter","graphics_backend","memory_total","memory_used","system_kernel","system_name","system_short_version","system_version","Cache","Outdated","State","Updated","UserInterface","redraw_request","Action","ChangeIcon","ChangeLevel","ChangeMode","Close","Drag","FetchId","FetchMaximized","FetchMinimized","FetchMode","FetchSize","GainFocus","Id","Maximize","Minimize","Move","RequestUserAttention","Resize","Screenshot","Screenshot","ShowWindowMenu","Spawn","ToggleDecorations","ToggleMaximize","bytes","change_icon","change_level","change_mode","close","drag","fetch_id","fetch_maximized","fetch_minimized","fetch_mode","fetch_size","frames","gain_focus","maximize","minimize","move_to","request_user_attention","resize","screenshot","screenshot","show_window_menu","size","spawn","toggle_decorations","toggle_maximize","CropError","OutOfBounds","Screenshot","Zero","bytes","size","Custom","Dark","Light","Theme","application","button","checkbox","container","menu","pane_grid","pick_list","progress_bar","radio","rule","scrollable","slider","svg","text_editor","text_input","theme","toggler","Appearance","Style","StyleSheet","appearance","background_color","icon_color","text_color","Appearance","Style","StyleSheet","active","background","border","border_color","border_radius","border_width","disabled","hovered","icon_color","pressed","shadow","shadow_offset","text_color","Appearance","Style","StyleSheet","active","background","border","hovered","icon_color","text_color","Appearance","Style","StyleSheet","appearance","background","border","icon_color","shadow","text_color","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","Appearance","Style","StyleSheet","appearance","background","border","selected_background","selected_text_color","text_color","Appearance","Line","Style","StyleSheet","background","border","color","hovered_region","hovered_split","picked_split","width","Appearance","Style","StyleSheet","active","background","border","handle_color","hovered","placeholder_color","text_color","Appearance","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Style","StyleSheet","appearance","color","fill_mode","radius","width","Scrollbar","Scroller","Style","StyleSheet","active","active_horizontal","background","border","border","color","dragging","dragging_horizontal","hovered","hovered_horizontal","scroller","Appearance","Breakpoint","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Style","StyleSheet","active","border_color","border_radius","border_width","breakpoint","color","color","colors","dragging","handle","hovered","rail","shape","width","border_radius","height","radius","width","auto_angle","gradient","Appearance","Style","StyleSheet","appearance","color","hovered","Appearance","Style","StyleSheet","active","background","border","disabled","disabled_color","focused","hovered","placeholder_color","selection_color","value_color","Appearance","Style","StyleSheet","active","background","border","disabled","disabled_color","focused","hovered","icon_color","placeholder_color","selection_color","value_color","Application","Box","Button","Checkbox","Color","Container","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Dark","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Destructive","Light","Menu","Palette","PaneGrid","PickList","Positive","Primary","Primary","Primary","ProgressBar","Radio","Rule","Scrollable","Secondary","Secondary","Slider","Success","Success","Svg","Text","Text","TextEditor","TextInput","Theme","Toggler","Transparent","background","danger","palette","primary","success","text","Background","Danger","EXTENDED_DARK","EXTENDED_LIGHT","Extended","Pair","Palette","Primary","Secondary","Success","background","background","base","base","base","base","base","color","danger","danger","icon","is_dark","primary","primary","secondary","strong","strong","strong","strong","strong","success","success","text","text","weak","weak","weak","weak","weak","Appearance","Style","StyleSheet","active","background","background_border","border_radius","foreground","foreground_border","handle_margin","handle_radius","hovered","Button","Canvas","Checkbox","Column","ComboBox","Component","Container","Custom","DEFAULT_HEIGHT","DEFAULT_HEIGHT","DEFAULT_PADDING","DEFAULT_SIZE","DEFAULT_SIZE","DEFAULT_SPACING","DEFAULT_WIDTH","Dark","Event","Image","Lazy","Light","MouseArea","PaneGrid","PickList","ProgressBar","Radio","Renderer","Responsive","Row","Rule","Scrollable","Slider","Space","State","Svg","Text","TextEditor","TextInput","Theme","Themer","TinySkia","Toggler","Tooltip","VerticalSlider","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","align_items","align_items","align_x","align_y","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","border_radius","borrow","borrow","borrow","borrow","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","breakpoints","button","button","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","canvas","canvas","center_x","center_y","checkbox","checkbox","children","children","children","children","children","children","children","children","children","children","children","clear","column","column","combo_box","combo_box","component","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","container","container","content_fit","content_fit","default","default","default_font","default_size","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","diff","diff","diff","diff","diff","diff","diff","diff","diff","diff","diff","dimensions","dimensions","direction","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw_mesh","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fill_editor","fill_paragraph","fill_quad","fill_raw","fill_text","filter_method","fmt","fmt","fmt","focus_next","focus_previous","font","font","font","font","font","font","font","font","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_path","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gap","handle","height","height","height","height","height","height","height","height","height","height","height","height","height","highlight","horizontal","horizontal_rule","horizontal_space","icon","icon","icon","id","id","id","id","id","id","id","id","id","id","id","id","id","image","image","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","keyed","keyed_column","keyed_column","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","lazy","line_height","line_height","load_font","max_height","max_width","max_width","mouse_area","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","on_action","on_click","on_close","on_drag","on_drag","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_input","on_input","on_middle_press","on_middle_release","on_mouse_enter","on_mouse_exit","on_option_hovered","on_paste","on_press","on_press","on_press_maybe","on_release","on_release","on_release","on_resize","on_right_press","on_right_release","on_scroll","on_submit","operate","operate","operate","operate","operate","operate","operate","operate","operate","operate","operate","operate","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","padding","padding","padding","padding","padding","padding","padding","padding","padding","pane_grid","password","pick_list","pick_list","placeholder","progress_bar","progress_bar","push","push","radio","radio","responsive","row","row","rule","scrollable","scrollable","set_id","set_id","set_id","set_id","set_id","set_id","set_id","set_id","set_id","set_id","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size_hint","slider","slider","snap_within_viewport","space","spacing","spacing","spacing","spacing","spacing","spacing","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","step","step","style","style","style","style","style","style","style","style","style","style","style","style","style","style","style","style","style","svg","svg","symbolic","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","text","text","text_alignment","text_editor","text_editor","text_input","text_input","text_input_style","text_line_height","text_line_height","text_line_height","text_line_height","text_shaping","text_shaping","text_shaping","text_shaping","text_shaping","text_size","text_size","text_size","text_size","themer","toggler","toggler","tooltip","tooltip","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update","vertical","vertical_rule","vertical_slider","vertical_slider","vertical_space","view","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","with_children","with_children","with_height","with_layer","with_translation","with_width","Appearance","Button","State","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","border_color","border_radius","border_width","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","disabled","draw","drop","eq","equivalent","equivalent","equivalent","fmt","focus","focus","focus","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_focused","is_focused","is_hovered","layout","mouse_interaction","new","pressed","shadow","shadow_offset","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","unfocus","unfocus","update","Bevel","Butt","Cache","Canvas","Event","Fill","Frame","Geometry","Geometry","Gradient","Gradient","Keyboard","LineCap","LineDash","LineJoin","Linear","Miter","Mouse","Path","Program","Renderer","Round","Round","Solid","Square","State","Stroke","Style","Text","TinySkia","TinySkia","Touch","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","color","components_from","content","deref","deref_mut","draw","draw","drop","eq","event","fill","fmt","font","from","from_angle","from_stimulus","gradient","horizontal_alignment","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line_cap","line_dash","line_height","line_join","mouse_interaction","offset","path","position","rule","segments","shaping","size","stroke","style","style","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","update","vertical_alignment","width","Captured","Event","Ignored","Keyboard","Mouse","Status","Touch","EvenOdd","Fill","Gradient","NonZero","Rule","Solid","Style","rule","style","Gradient","Linear","Linear","Packed","end","pack","start","stops","Arc","Builder","Path","arc","center","end_angle","radius","start_angle","Arc","Elliptical","center","center","end_angle","end_angle","radii","radius","rotation","start_angle","start_angle","ArcFlags","AttributeIndex","AttributeSlice","AttributeStore","Attributes","Begin","Begin","Begin","Bevel","Builder","BuilderImpl","BuilderWithAttributes","Butt","ControlPointId","Cubic","Cubic","Cubic","End","End","End","EndpointId","EvenOdd","Event","EventId","FillRule","IdEvent","IdIter","IdPolygon","Iter","IterWithAttributes","Line","Line","Line","LineCap","LineJoin","Miter","MiterClip","NO_ATTRIBUTES","Negative","Negative","NonZero","Path","PathBuffer","PathBufferSlice","PathCommands","PathCommandsSlice","PathEvent","PathSlice","Polygon","Position","PositionStore","Positive","Positive","Quadratic","Quadratic","Quadratic","Reversed","Round","Round","Side","Square","Winding","builder","closed","closed","commands","get","get_control_point","get_endpoint","iterator","large_arc","math","num_attributes","path","path_buffer","points","points","polygon","position","sweep","traits","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","BorderRadii","Build","Flattened","NoAttributes","PathBuilder","PathType","SvgPathBuilder","Transformed","WithSvg","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","bottom_left","bottom_right","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","top_left","top_right","transformed","vertical_line_to","with_svg","CommandsPathSlice","Events","Iter","PathCommands","PathCommandsBuilder","PathCommandsSlice","PointEvents","Angle","Arc","ArcFlags","Box2D","CubicBezierSegment","DIV_EPSILON","EIGHT","EPSILON","FIVE","FOUR","HALF","Line","LineEquation","LineSegment","MAX","MIN","NINE","ONE","Point","QuadraticBezierSegment","Rotation","SEVEN","SIX","Scalar","Scalar","Scale","Segment","Size","SvgArc","TEN","THREE","TWO","Transform","Translation","Triangle","Vector","ZERO","a","after_split","angle","approximate_length","arc","b","before_split","c","center","ctrl","ctrl1","ctrl2","cubic_bezier","derivative","dx","dy","epsilon_for","flags","flip","for_each_flattened_with_t","from","from","from","from","from","height","large_arc","m11","m12","m21","m22","m31","m32","max","min","point","point","quadratic_bezier","radians","radii","radii","sample","size","split","split_range","start_angle","sweep","sweep_angle","to","to","to","to","to","traits","utils","value","vector","vector","width","x","x","x","x","x_rotation","x_rotation","y","y","y","y","Arc","ArcFlags","Flattened","SvgArc","center","flags","from","large_arc","radii","radii","start_angle","sweep","sweep_angle","to","x_rotation","x_rotation","ArrayString","ArrayVec","CapacityError","Drain","IntoIter","CubicBezierSegment","Flattened","ctrl1","ctrl2","from","to","Angle","BoolVector2D","BoolVector3D","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Trig","UnknownUnit","Vector2D","Vector3D","angle","approxeq","approxord","bottom","box3d","bvec2","bvec3","cos","default","degrees_to_radians","depth","fast_atan2","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","num","origin","point2","point3","r","radians","radians_to_degrees","rect","right","rotation","sin","size","size2","size3","tan","top","translation","vec2","vec3","w","width","width","x","x","x","x","x","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","z","z","ApproxEq","approx_epsilon","approx_eq","approx_eq_eps","max","min","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Vector2D","Vector3D","angle","bottom","depth","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","origin","r","right","rotation","size","top","translation","w","width","width","x","x","x","x","x","x","x","y","y","y","y","y","y","y","z","z","z","z","Ceil","Floor","One","Round","Zero","ceil","floor","one","round","zero","Flattened","FlattenedT","FlatteningParameters","QuadraticBezierSegment","ctrl","from","to","Scalar","Segment","Transformation","after_split","approximate_length","before_split","derivative","dx","dy","flip","for_each_flattened_with_t","from","sample","split","split_range","to","transform_point","transform_vector","x","y","cubic_polynomial_roots","directed_angle","directed_angle2","min_max","normalized_tangent","tangent","Flattened","FromPolyline","NoAttributes","PathIterator","Transformed","flattened","transformed","Angle","Box2D","Point","Rotation","Scale","Size","Transform","Translation","Vector","angle","height","m11","m12","m21","m22","m31","m32","max","min","point","radians","size","vector","width","x","x","x","y","y","y","Builder","BuilderImpl","BuilderWithAttributes","IdIter","Iter","IterWithAttributes","Path","PathSlice","Reversed","Builder","BuilderWithAttributes","Iter","PathBuffer","PathBufferSlice","IdPolygon","IdPolygonIter","PathEvents","Polygon","PolygonIdIter","PolygonIter","closed","closed","points","points","Build","PathBuilder","PathIterator","PathType","SvgPathBuilder","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","transformed","transformed","vertical_line_to","with_svg","Bevel","Butt","Gradient","LineCap","LineDash","LineJoin","Miter","Round","Round","Solid","Square","Stroke","Style","line_cap","line_dash","line_join","offset","segments","style","width","Appearance","Checkbox","Icon","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","code_point","components_from","deref","deref_mut","drop","eq","fmt","font","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line_height","shaping","size","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","ComboBox","State","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","build_matchers","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","search","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","with_selection","Appearance","Container","Style","StyleSheet","appearance","background","border","draw_background","icon_color","layout","shadow","text_color","visible_bounds","FilterMethod","Handle","Image","Linear","Nearest","Viewer","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","draw","draw","drop","from","from_angle","from_stimulus","height","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","layout","layout","max_scale","min_scale","mouse_interaction","new","on_event","padding","scale_step","size","state","tag","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","viewer","viewer","width","State","Viewer","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","image_size","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_cursor_grabbed","new","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Column","adapt_into_using","align_items","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","children","column","components_from","default","deref","deref_mut","diff","draw","drop","from","from_angle","from_stimulus","height","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","layout","max_width","mouse_interaction","new","on_event","operate","overlay","padding","push","size","spacing","state","tag","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","with_children","Column","menu","Appearance","Menu","State","Style","StyleSheet","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","new","overlay","padding","selected_background","selected_text_color","style","text_color","text_line_height","text_shaping","text_size","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","All","Appearance","Axis","Bottom","Canceled","Center","Configuration","Content","Contents","Direction","Down","DragEvent","Draggable","Dropped","Edge","Edge","Edge","Horizontal","Left","Left","Line","Maximized","Node","Pane","Pane","Pane","Pane","PaneGrid","Picked","Region","ResizeEvent","Right","Right","Split","Split","Split","State","Style","StyleSheet","Target","TitleBar","Top","Up","Vertical","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adjacent","always_show_controls","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","border","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","can_be_dragged_at","can_be_dragged_at","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","close","cmp","cmp","color","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","controls","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","draw","draw","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get_mut","hash","hash","hash","hash","hovered_region","hovered_split","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","internal","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_over_pick_area","iter","iter","iter_mut","layout","layout","layout","len","maximize","maximized","mouse_interaction","move_to_edge","new","new","new","padding","pane_regions","panes","partial_cmp","partial_cmp","picked_split","ratio","resize","restore","split","split","split","split_line_bounds","split_regions","split_with","splits","state","style","style","swap","title_bar","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update","width","with_configuration","a","axis","b","ratio","pane","pane","pane","target","a","axis","b","id","ratio","Action","Clicking","Dragging","Idle","Internal","Resizing","State","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clicked_pane","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","fmt","fmt","from","from","from_angle","from_angle","from_configuration","from_stimulus","from_stimulus","init","init","internal","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","layout","panes","picked_pane","picked_split","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","axis","origin","origin","pane","pane","split","Appearance","Arrow","Dynamic","Handle","Icon","None","PickList","State","Static","Style","StyleSheet","active","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","code_point","components_from","components_from","components_from","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","draw","drop","drop","drop","eq","eq","fmt","fmt","fmt","font","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","handle_color","hovered","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","layout","line_height","mouse_interaction","overlay","placeholder_color","shaping","size","text_color","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","update","closed","open","size","Appearance","ProgressBar","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Radio","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Compositor","Geometry","Renderer","Settings","TinySkia","TinySkia","TinySkia","adapt_into_using","adapt_into_using","adapt_into_using","antialiasing","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","compositor","configure_surface","create_renderer","create_surface","default","default_font","default_text_size","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","fetch_information","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","geometry","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","new","present","screenshot","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","Compositor","Surface","TinySkia","TinySkia","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Cache","Frame","Geometry","TinySkia","TinySkia","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","center","clear","components_from","components_from","default","deref","deref","deref_mut","deref_mut","draw","drop","drop","fill","fill_rectangle","fill_text","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","height","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_geometry","into_stimulus","into_stimulus","new","new","rotate","scale","scale_nonuniform","size","stroke","translate","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","with_clip","with_save","Antialiasing","Backend","BackendError","Cache","Clip","Compositor","Custom","Damage","Editor","Error","Gradient","Gradient","GraphicsAdapterNotFound","Group","Image","Linear","MSAAx16","MSAAx2","MSAAx4","MSAAx8","Mesh","NoAvailablePixelFormat","Paragraph","Primitive","Primitive","Quad","RawText","Renderer","Renderer","Settings","Solid","Surface","Svg","Text","Transformation","Translate","VersionNotSupported","Viewport","backend","bounds","color","compositor","configure_surface","create_renderer","create_surface","damage","fetch_information","geometry","image","mesh","new","present","renderer","screenshot","text","buffers","buffers","size","size","background","border","border_radius","bounds","bounds","bounds","bounds","bounds","clip_bounds","clip_bounds","clip_bounds","color","color","color","color","content","content","content","content","editor","filter_method","font","handle","handle","horizontal_alignment","line_height","paragraph","position","position","primitives","shadow","shaping","size","translation","vertical_alignment","Backend","Image","Primitive","Svg","Text","dimensions","load_font","viewport_dimensions","GAMMA_CORRECTION","Packed","pack","Compositor","Information","InvalidDimensions","Lost","OutOfMemory","Outdated","Present","Renderer","Resize","Settings","Surface","SurfaceError","Timeout","Window","adapter","backend","configure_surface","create_renderer","create_surface","fetch_information","new","present","screenshot","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","Damage","bounds","group","list","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Bevel","Butt","Fill","Geometry","Gradient","Gradient","LineCap","LineDash","LineJoin","Linear","Miter","Path","Renderer","Round","Round","Solid","Square","Stroke","Style","Text","color","content","draw","font","horizontal_alignment","line_cap","line_dash","line_height","line_join","offset","position","rule","segments","shaping","size","style","style","vertical_alignment","width","load","A8","AnimationDecoder","Avif","Bgr8","Bgra8","Bmp","Bmp","CHANNEL_COUNT","COLOR_MODEL","COLOR_TYPE","Cmyk8","ColorType","DEFAULT_MAX_VALUE","DEFAULT_MIN_VALUE","Dds","Decoding","Delay","DynamicImage","EncodableLayout","Encoding","Err","ExtendedColorType","Farbfeld","Farbfeld","FlatSamples","Frame","Frames","GenericImage","GenericImageView","Gif","Gif","GrayAlphaImage","GrayImage","Hdr","Ico","Ico","ImageBuffer","ImageDecoder","ImageDecoderRect","ImageEncoder","ImageError","ImageFormat","ImageLuma16","ImageLuma8","ImageLumaA16","ImageLumaA8","ImageOutputFormat","ImageResult","ImageRgb16","ImageRgb32F","ImageRgb8","ImageRgba16","ImageRgba32F","ImageRgba8","IoError","Jpeg","Jpeg","L1","L16","L16","L2","L4","L8","L8","La1","La16","La16","La2","La4","La8","La8","Limits","Luma","LumaA","Ok","OpenExr","OpenExr","Parameter","Pixel","Pixel","PixelWithColorType","Pixels","Png","Png","Pnm","Pnm","Primitive","Progress","Qoi","Qoi","Reader","Rgb","Rgb1","Rgb16","Rgb16","Rgb2","Rgb32F","Rgb32F","Rgb32FImage","Rgb4","Rgb8","Rgb8","RgbImage","Rgba","Rgba1","Rgba16","Rgba16","Rgba2","Rgba32F","Rgba32F","Rgba32FImage","Rgba4","Rgba8","Rgba8","RgbaImage","SubImage","Subpixel","Tga","Tga","Tiff","Tiff","Unknown","Unsupported","Unsupported","WebP","WebP","apply","apply2","apply_with_alpha","apply_without_alpha","as_bytes","blend","blend_pixel","bounds","buffer","channels","channels4","channels_mut","codecs","color_hint","color_type","copy_from","copy_within","dimensions","dimensions","error","flat","from_channels","from_slice","from_slice_mut","get_pixel","get_pixel_mut","guess_format","height","icc_profile","image_dimensions","imageops","in_bounds","into_frames","into_reader","invert","io","layout","load","load_from_memory","load_from_memory_with_format","map","map2","map_with_alpha","map_without_alpha","math","open","original_color_type","pixels","put_pixel","read_image","read_image_with_progress","read_rect","read_rect_with_progress","samples","save_buffer","save_buffer_with_format","scanline_bytes","set_limits","sub_image","to_luma","to_luma_alpha","to_rgb","to_rgba","total_bytes","unsafe_get_pixel","unsafe_put_pixel","view","width","write_buffer_with_format","write_image","ConvertBuffer","EnumeratePixels","EnumeratePixelsMut","EnumerateRows","EnumerateRowsMut","Pixels","PixelsMut","Rows","RowsMut","convert","bmp","dds","dxt","farbfeld","gif","hdr","ico","jpeg","openexr","png","pnm","qoi","tga","tiff","webp","BmpDecoder","BmpEncoder","DdsDecoder","DXT1","DXT3","DXT5","DxtDecoder","DxtEncoder","DxtReader","DxtVariant","FarbfeldDecoder","FarbfeldEncoder","FarbfeldReader","Finite","GifDecoder","GifEncoder","GifReader","Infinite","Repeat","HdrAdapter","HdrDecoder","HdrEncoder","HdrImageDecoderIterator","HdrMetadata","HdrReader","Rgbe8Pixel","SIGNATURE","c","color_correction","custom_attributes","e","exposure","height","orientation","pixel_aspect_ratio","read_raw_file","rgbe8","to_rgbe8","width","IcoDecoder","IcoEncoder","IcoFrame","Centimeters","Inches","JpegDecoder","JpegEncoder","PixelAspectRatio","PixelDensity","PixelDensityUnit","density","unit","OpenExrDecoder","OpenExrEncoder","Adaptive","ApngDecoder","Avg","Best","CompressionType","Default","Fast","FilterType","Huffman","NoFilter","Paeth","PngDecoder","PngEncoder","PngReader","Rle","Sub","Up","ArbitraryHeader","ArbitraryMap","ArbitraryTuplType","Ascii","Binary","Bitmap","BitmapHeader","BlackAndWhite","BlackAndWhiteAlpha","Custom","Graymap","GraymapHeader","Grayscale","GrayscaleAlpha","Pixmap","PixmapHeader","PnmDecoder","PnmEncoder","PnmHeader","PnmSubtype","RGB","RGBAlpha","SampleEncoding","depth","encoding","encoding","encoding","height","height","height","height","maxval","maxval","maxwhite","tupltype","width","width","width","width","QoiDecoder","QoiEncoder","TgaDecoder","TgaEncoder","TiffDecoder","TiffEncoder","TiffReader","WebPDecoder","WebPEncoder","WebPQuality","vp8","Frame","Vp8Decoder","for_display","height","keyframe","pixel_type","ubuf","vbuf","width","ybuf","Color","Decoding","DecodingError","DimensionError","DimensionMismatch","Encoding","EncodingError","Err","Exact","FailedAlready","Format","Generic","GenericFeature","ImageError","ImageFormatHint","ImageResult","InsufficientMemory","IoError","LimitError","LimitErrorKind","Limits","Name","NoMoreData","Ok","Parameter","ParameterError","ParameterErrorKind","PathExtension","Unknown","Unsupported","Unsupported","UnsupportedError","UnsupportedErrorKind","limits","supported","ChannelCountMismatch","ColumnMajorPacked","Error","FlatSamples","ImagePacked","NormalForm","NormalFormRequired","PixelPacked","RowMajorPacked","SampleLayout","TooLarge","Unaliased","View","ViewMut","WrongColor","channel_stride","channels","color_hint","height","height_stride","layout","samples","width","width_stride","BiLevel","CatmullRom","Color","ColorMap","FilterType","Gaussian","Lanczos3","Nearest","Triangle","blur","brighten","colorops","contrast","crop","crop_imm","dither","filter3x3","flip_horizontal","flip_horizontal_in","flip_horizontal_in_place","flip_vertical","flip_vertical_in","flip_vertical_in_place","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","horizontal_gradient","huerotate","index_colors","index_of","interpolate_bilinear","interpolate_nearest","invert","lookup","map_color","overlay","overlay_bounds","replace","resize","rotate180","rotate180_in","rotate180_in_place","rotate270","rotate270_in","rotate90","rotate90_in","sample_bilinear","sample_nearest","thumbnail","tile","unsharpen","vertical_gradient","BiLevel","Color","ColorMap","brighten","brighten_in_place","contrast","contrast_in_place","dither","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","huerotate","huerotate_in_place","index_colors","index_of","invert","lookup","map_color","LimitSupport","Limits","Reader","max_alloc","max_image_height","max_image_width","Rect","height","width","x","y","Gradient","GradientVertex2D","Indexed","Mesh","Solid","SolidVertex2D","color","gradient","indices","position","position","vertices","buffers","buffers","size","size","Renderer","Cache","Editor","FontSystem","Paragraph","Raw","Version","buffer","cache","clip_bounds","color","editor","font_system","measure","paragraph","position","to_attributes","to_color","to_shaping","Cache","Entry","Key","KeyHash","bounds","buffer","content","font","line_height","min_bounds","shaping","size","Action","Advanced","Affinity","After","Align","Angle","Arc","Attrs","AttrsList","AttrsOwned","Backspace","Basic","Before","BidiParagraphs","Borrowed","BorrowedWithFontSystem","Buffer","BufferEnd","BufferLine","BufferRef","BufferStart","CacheKey","CacheKeyFlags","Center","Change","ChangeItem","Click","Close","Color","Color","Command","Condensed","Cr","CrLf","Cursive","Cursive","Cursor","CurveTo","Delete","DoubleClick","Down","Drag","Edit","Editor","End","End","Enter","Escape","Expanded","ExtraCondensed","ExtraExpanded","Family","FamilyOwned","Fantasy","Fantasy","Font","FontMatchAttrs","FontMatchKey","FontSystem","Glyph","GotoLine","Home","Indent","Insert","Italic","Justified","LayoutCursor","LayoutCursor","LayoutGlyph","LayoutLine","LayoutRun","LayoutRunIter","Left","Left","LeftWord","Lf","LfCr","Line","LineEnding","LineIter","LineTo","Mask","Metrics","Monospace","Monospace","Motion","Motion","MoveTo","Name","Name","Next","NextWord","None","None","None","Normal","Normal","Normal","Oblique","One","Owned","PageDown","PageUp","ParagraphEnd","ParagraphStart","PhysicalGlyph","Placement","Previous","PreviousWord","QuadTo","Right","Right","RightWord","SansSerif","SansSerif","Scroll","Scroll","Selection","SemiCondensed","SemiExpanded","Serif","Serif","ShapeBuffer","ShapeGlyph","ShapeLine","ShapeRunCache","ShapeRunKey","ShapeSpan","ShapeWord","Shaping","SoftHome","Stretch","Style","SubpixelBin","SubpixelMask","SwashCache","SwashContent","SwashImage","Three","Transform","TripleClick","Two","UltraCondensed","UltraExpanded","Unindent","Up","Vertical","Weight","Word","Word","WordOrGlyph","Wrap","Zero","action","affinity","apply_change","ascent","attrs_spans","auto_indent","blank","borrow_with","buffer_ref","buffer_ref_mut","cache_key","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","color_opt","color_opt","color_opt","color_opt","content","copy_selection","cursor","data","default_attrs","delete_range","delete_selection","descent","end","end","end","family","family_owned","finish_change","flags","font_id","font_id","font_id","font_monospace_em_width","font_size","font_size","font_size_bits","glyph","glyph_id","glyph_id","glyph_id","glyphs","glyphs","glyphs","height","image_cache","index","insert","insert_at","insert_string","items","layout","layout","left","level","level","line","line","line","line_height","line_i","line_top","line_w","line_y","lines","max_ascent","max_descent","metadata","metadata","metadata","metadata","outline_command_cache","placement","redraw","rtl","rtl","selection","selection_bounds","set_auto_indent","set_cursor","set_redraw","set_selection","set_tab_width","shape_as_needed","source","spans","start","start","start","start_change","stretch","stretch","style","style","tab_width","text","text","text","top","w","w","weight","weight","width","with_buffer","with_buffer_mut","words","x","x","x","x_advance","x_advance","x_bin","x_offset","x_offset","xx","xy","y","y","y","y_advance","y_advance","y_bin","y_offset","y_offset","yx","yy","lines","x","x","x","x","y","y","y","y","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","Binary","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Cursive","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","Database","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraCondensed","ExtraExpanded","FaceInfo","Family","Fantasy","Faroese_FaroeIslands","File","Filipino_Philippines","Finnish_Finland","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","ID","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Inuktitut_Canada","Inuktitut_Latin_Canada","Irish_Ireland","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Monospace","Name","Nepali_Nepal","Normal","Normal","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Pashto_Afghanistan","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","Query","Romanian_Romania","Romansh_Switzerland","Russian_Russia","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","SansSerif","Sanskrit_India","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","Serif","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","SharedFile","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Source","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Stretch","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unknown","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","families","families","id","index","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","monospaced","post_script_name","source","stretch","stretch","style","style","weight","weight","BottomToTop","BufferClusterLevel","BufferFlags","Characters","Direction","Face","Feature","GlyphBuffer","GlyphInfo","GlyphPosition","Invalid","Language","LeftToRight","MonotoneCharacters","MonotoneGraphemes","RightToLeft","Script","SerializeFlags","ShapePlan","Tag","TopToBottom","UnicodeBuffer","Variation","cluster","end","glyph_id","script","shape","shape_with_plan","start","tag","tag","value","value","x_advance","x_offset","y_advance","y_offset","ADLAM","AHOM","ANATOLIAN_HIEROGLYPHS","ARABIC","ARMENIAN","AVESTAN","BALINESE","BAMUM","BASSA_VAH","BATAK","BENGALI","BHAIKSUKI","BOPOMOFO","BRAHMI","BRAILLE","BUGINESE","BUHID","CANADIAN_SYLLABICS","CARIAN","CAUCASIAN_ALBANIAN","CHAKMA","CHAM","CHEROKEE","CHORASMIAN","COMMON","COPTIC","CUNEIFORM","CYPRIOT","CYRILLIC","DESERET","DEVANAGARI","DIVES_AKURU","DOGRA","DUPLOYAN","EGYPTIAN_HIEROGLYPHS","ELBASAN","ELYMAIC","ETHIOPIC","GEORGIAN","GLAGOLITIC","GOTHIC","GRANTHA","GREEK","GUJARATI","GUNJALA_GONDI","GURMUKHI","HAN","HANGUL","HANIFI_ROHINGYA","HANUNOO","HATRAN","HEBREW","HIRAGANA","IMPERIAL_ARAMAIC","INHERITED","INSCRIPTIONAL_PAHLAVI","INSCRIPTIONAL_PARTHIAN","JAVANESE","KAITHI","KANNADA","KATAKANA","KAYAH_LI","KHAROSHTHI","KHITAN_SMALL_SCRIPT","KHMER","KHOJKI","KHUDAWADI","LAO","LATIN","LEPCHA","LIMBU","LINEAR_A","LINEAR_B","LISU","LYCIAN","LYDIAN","MAHAJANI","MAKASAR","MALAYALAM","MANDAIC","MANICHAEAN","MARCHEN","MASARAM_GONDI","MEDEFAIDRIN","MEETEI_MAYEK","MENDE_KIKAKUI","MEROITIC_CURSIVE","MEROITIC_HIEROGLYPHS","MIAO","MODI","MONGOLIAN","MRO","MULTANI","MYANMAR","MYANMAR_ZAWGYI","NABATAEAN","NANDINAGARI","NEWA","NEW_TAI_LUE","NKO","NUSHU","NYIAKENG_PUACHUE_HMONG","OGHAM","OLD_HUNGARIAN","OLD_ITALIC","OLD_NORTH_ARABIAN","OLD_PERMIC","OLD_PERSIAN","OLD_SOGDIAN","OLD_SOUTH_ARABIAN","OLD_TURKIC","OL_CHIKI","ORIYA","OSAGE","OSMANYA","PAHAWH_HMONG","PALMYRENE","PAU_CIN_HAU","PHAGS_PA","PHOENICIAN","PSALTER_PAHLAVI","REJANG","RUNIC","SAMARITAN","SAURASHTRA","SHARADA","SHAVIAN","SIDDHAM","SIGNWRITING","SINHALA","SOGDIAN","SORA_SOMPENG","SOYOMBO","SUNDANESE","SYLOTI_NAGRI","SYRIAC","TAGALOG","TAGBANWA","TAI_LE","TAI_THAM","TAI_VIET","TAKRI","TAMIL","TANGUT","TELUGU","THAANA","THAI","TIBETAN","TIFINAGH","TIRHUTA","UGARITIC","UNKNOWN","VAI","WANCHO","WARANG_CITI","YEZIDI","YI","ZANABAZAR_SQUARE","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","ArgumentsStackLimitReached","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","BboxOverflow","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","BitmapGray2","BitmapGray2Packed","BitmapGray4","BitmapGray4Packed","BitmapGray8","BitmapMono","BitmapMonoPacked","BitmapPremulBgra32","Black","BlendRegionsLimitReached","Bold","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","CFFError","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Custom","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","DataAfterEndChar","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","Editable","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Face","FaceIndexOutOfBounds","FaceParsingError","FaceTables","Faroese_FaroeIslands","Filipino_Philippines","Finnish_Finland","Fixed","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","FromData","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","GlyphId","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Installable","Inuktitut_Canada","Inuktitut_Latin_Canada","InvalidArgumentsStackLength","InvalidItemVariationDataIndex","InvalidNumberOfBlendOperands","InvalidOperator","InvalidSeacCode","InvalidSubroutineIndex","Irish_Ireland","Iso","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","LazyArray16","LazyArray32","LazyArrayIter16","LazyArrayIter32","Light","LineMetrics","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Macintosh","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","MalformedFont","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Medium","MissingEndChar","MissingMoveTo","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Nepali_Nepal","NestingLimitReached","NoGlyph","NoHeadTable","NoHheaTable","NoLocalSubroutines","NoMaxpTable","Normal","Normal","Normal","NormalizedCoordinate","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Other","OutlineBuilder","PNG","Pashto_Afghanistan","Permissions","PlatformId","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","PreviewAndPrint","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","RasterGlyphImage","RasterImageFormat","RawFace","RawFaceTables","ReadOutOfBounds","Rect","Restricted","RgbaColor","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SIZE","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","Sanskrit_India","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","TableRecord","Tag","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Thin","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unicode","UnicodeRanges","Unknown","UnknownMagic","UnsupportedOperator","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Variation","VariationAxis","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Width","Windows","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","ZeroBBox","alpha","ankr","ankr","ankr","apple_layout","avar","avar","avar","axis","bdat","bdat","bloc","blue","cbdt","cbdt","cbdt","cblc","cblc","cff","cff","cff","cff2","cff2","cff2","check_sum","close","cmap","cmap","cmap","colr","colr","colr","cpal","cpal","curve_to","data","data","def_value","ebdt","ebdt","eblc","feat","feat","feat","fonts_in_collection","format","fvar","fvar","fvar","gdef","gdef","gdef","glyf","glyf","glyf","gpos","gpos","gpos","green","gsub","gsub","gsub","gvar","gvar","gvar","head","head","head","height","hhea","hhea","hhea","hidden","hmtx","hmtx","hmtx","hvar","hvar","hvar","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","kern","kern","kern","kerx","kerx","kerx","length","line_to","loca","loca","math","math","math","max_value","maxp","maxp","maxp","min_value","morx","morx","morx","move_to","mvar","mvar","mvar","name","name","name","name_id","name_id","offset","opentype_layout","os2","os2","os2","parse","pixels_per_em","position","post","post","post","quad_to","red","sbix","sbix","sbix","svg","svg","svg","table_records","tag","tag","thickness","trak","trak","trak","value","vhea","vhea","vhea","vmtx","vmtx","vorg","vorg","vorg","vvar","vvar","width","x","x_max","x_min","x_offset","x_size","y","y_max","y_min","y_offset","y_size","Point","Table","x","y","ExtendedStateTable","GenericStateEntry","Lookup","StateEntry","StateTable","ValueOffset","class","extra","extra","flags","flags","new_state","new_state","state","DELETED_GLYPH","END_OF_TEXT","OUT_OF_BOUNDS","START_OF_TEXT","AxisValueMap","SegmentMaps","SegmentMapsIter","Table","from_coordinate","segment_maps","to_coordinate","Table","Table","Matrix","Table","kx","ky","sx","sy","tx","ty","Table","ByteEncodingTable","Format","Found","GlyphVariationResult","HighByteMappingThroughTable","ManyToOneRangeMappings","MixedCoverage","SegmentMappingToDeltaValues","SegmentedCoverage","Subtable","Subtable0","Subtable10","Subtable12","Subtable13","Subtable14","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","TrimmedArray","TrimmedTableMapping","UnicodeVariationSequences","UseDefault","encoding_id","first_code_point","first_code_point","format","glyph_ids","glyphs","glyphs","platform_id","subtables","Painter","Table","outline","paint_color","paint_foreground","Table","FeatureName","FeatureNames","FeatureNamesIter","SettingName","Table","default_setting_index","exclusive","feature","name_index","name_index","names","setting","setting_names","Table","VariationAxis","axes","def_value","hidden","max_value","min_value","name_id","tag","Base","Component","GlyphClass","Ligature","Mark","Table","Table","Anchor","AnchorMatrix","ChainContext","ClassMatrix","Context","Cursive","CursiveAdjustment","CursiveAnchorSet","Device","Format1","Format1","Format2","Format2","Hinting","HintingDevice","LigatureArray","MarkArray","MarkToBase","MarkToBaseAdjustment","MarkToLigature","MarkToLigatureAdjustment","MarkToMark","MarkToMarkAdjustment","Pair","PairAdjustment","PairSet","PairSets","PositioningSubtable","Single","SingleAdjustment","ValueRecord","ValueRecordsArray","Variation","VariationDevice","anchors","base_coverage","cols","coverage","inner_index","ligature_array","ligature_coverage","mark1_coverage","mark2_coverage","mark2_matrix","mark_coverage","mark_coverage","marks","marks","marks","outer_index","rows","sets","x","x_advance","x_advance_device","x_device","x_placement","x_placement_device","y","y_advance","y_advance_device","y_device","y_placement","y_placement_device","classes","coverage","coverage","matrix","sets","coverage","coverage","value","values","Alternate","AlternateSet","AlternateSets","AlternateSubstitution","ChainContext","Context","Format1","Format2","Ligature","Ligature","LigatureSet","LigatureSets","LigatureSubstitution","Multiple","MultipleSubstitution","ReverseChainSingle","ReverseChainSingleSubstitution","Sequence","SequenceList","Single","SingleSubstitution","SubstitutionSubtable","alternate_sets","alternates","backtrack_coverages","components","coverage","coverage","coverage","coverage","glyph","ligature_sets","lookahead_coverages","sequences","substitutes","substitutes","coverage","coverage","delta","substitutes","Table","IndexToLocationFormat","Long","Short","Table","global_bbox","index_to_location_format","units_per_em","Table","ascender","descender","line_gap","number_of_metrics","Metrics","Table","advance","bearings","metrics","number_of_metrics","side_bearing","Table","Format","Format0","Format1","Format2","Format3","KerningPair","Subtable","Subtable0","Subtable2","Subtable3","Subtables","SubtablesIter","Table","format","has_cross_stream","has_state_machine","horizontal","pair","pairs","subtables","value","variable","AnchorPoints","EntryData","Format","Format0","Format1","Format2","Format4","Format6","Subtable","Subtable0","Subtable1","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","action_index","anchor_points","format","has_cross_stream","has_state_machine","horizontal","pairs","state_table","state_table","subtables","tuple_count","variable","Long","Short","Table","Constants","GlyphAssembly","GlyphConstruction","GlyphConstructions","GlyphInfo","GlyphPart","GlyphVariant","Kern","KernInfo","KernInfos","MathValue","MathValues","PartFlags","Table","Variants","advance_measurement","assembly","bottom_left","bottom_right","constants","device","end_connector_length","extended_shapes","full_advance","glyph_id","glyph_info","horizontal_constructions","italic_corrections","italics_correction","kern_infos","min_connector_overlap","part_flags","parts","start_connector_length","top_accent_attachments","top_left","top_right","value","variant_glyph","variants","variants","vertical_constructions","Table","number_of_glyphs","Chain","Chains","ChainsIter","Contextual","ContextualEntryData","ContextualSubtable","Coverage","Feature","Insertion","InsertionEntryData","InsertionSubtable","Ligature","LigatureSubtable","NonContextual","Rearrangement","Subtable","SubtableKind","Subtables","SubtablesIter","Table","chains","components","coverage","current_index","current_insert_index","default_flags","disable_flags","enable_flags","feature_flags","features","glyphs","kind","kind","ligature_actions","ligatures","mark_index","marked_insert_index","setting","state","state","state","subtables","Table","Custom","Iso","Macintosh","Name","Names","NamesIter","PlatformId","Table","Unicode","Windows","encoding_id","language_id","name","name_id","names","platform_id","COMPATIBLE_FULL","COPYRIGHT_NOTICE","DARK_BACKGROUND_PALETTE","DESCRIPTION","DESIGNER","DESIGNER_URL","FAMILY","FULL_NAME","LICENSE","LICENSE_URL","LIGHT_BACKGROUND_PALETTE","MANUFACTURER","POST_SCRIPT_CID","POST_SCRIPT_NAME","SAMPLE_TEXT","SUBFAMILY","TRADEMARK","TYPOGRAPHIC_FAMILY","TYPOGRAPHIC_SUBFAMILY","UNIQUE_ID","VARIATIONS_POST_SCRIPT_NAME_PREFIX","VENDOR_URL","VERSION","WWS_FAMILY","WWS_SUBFAMILY","ChainedContextLookup","ChainedSequenceRule","ChainedSequenceRuleSet","ChainedSequenceRuleSets","Class","ClassDefinition","ContextLookup","Coverage","Feature","FeatureIndex","FeatureList","FeatureVariations","Format1","Format1","Format1","Format1","Format2","Format2","Format2","Format2","Format3","Format3","LanguageIndex","LanguageSystem","LanguageSystemList","LayoutTable","Lookup","LookupFlags","LookupIndex","LookupList","LookupSubtable","LookupSubtables","LookupSubtablesIter","RangeRecord","RecordList","RecordListItem","RecordListIter","Script","ScriptIndex","ScriptList","SequenceLookupRecord","SequenceRule","SequenceRuleSet","SequenceRuleSets","VariationIndex","backtrack","default_language","end","feature_indices","features","flags","input","input","languages","lookahead","lookup_indices","lookup_list_index","lookups","lookups","lookups","mark_filtering_set","parse","parse","required_feature","scripts","sequence_index","start","subtables","tag","tag","tag","value","variations","backtrack_classes","backtrack_coverages","coverage","coverage","coverage","input_classes","input_coverages","lookahead_classes","lookahead_coverages","lookups","sets","sets","classes","records","start","classes","coverage","coverage","coverage","coverages","lookups","sets","sets","glyphs","records","Black","Bold","Condensed","Editable","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Installable","Italic","Light","Medium","Normal","Normal","Normal","Oblique","Other","Permissions","PreviewAndPrint","Restricted","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Style","Table","Thin","UltraCondensed","UltraExpanded","UnicodeRanges","Weight","Width","version","x_offset","x_size","y_offset","y_size","Names","Table","is_monospaced","italic_angle","underline_metrics","Strike","Strikes","StrikesIter","Table","pixels_per_em","ppi","strikes","SvgDocument","SvgDocumentsList","SvgDocumentsListIter","Table","data","documents","end_glyph_id","start_glyph_id","Table","Track","TrackData","Tracks","TracksIter","horizontal","name_index","sizes","tracks","value","values","vertical","Table","ascender","descender","line_gap","number_of_metrics","Table","VerticalOriginMetrics","default_y","glyph_id","metrics","y","Editor","Weak","bounds","Paragraph","Weak","horizontal_alignment","min_bounds","vertical_alignment","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Rule","Style","StyleSheet","appearance","color","fill_mode","radius","width","Command","Debug","Font","Message","Program","Renderer","Theme","UserInterface","clipboard","command","dnd","family","font","keyboard","overlay","program","stretch","style","system","update","user_interface","view","weight","window","Action","Read","ReadData","ReadPrimary","ReadPrimaryData","Write","WriteData","WritePrimary","WritePrimaryData","read","read_data","read_primary","read_primary_data","write","write_data","write_primary","write_primary_data","Action","Clipboard","Command","Dnd","Future","LoadFont","PlatformSpecific","Stream","System","Widget","Window","channel","platform_specific","bytes","tagger","Action","Phantom","DndAction","EndDnd","PeekDnd","RegisterDndDestination","SetAction","StartDnd","end_dnd","peek_dnd","register_dnd_destination","set_action","start_dnd","actions","content","icon_surface","internal","rectangles","source_surface","surface","Black","Bold","Condensed","Cursive","Error","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","load","stretch","style","weight","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","location","location","modifiers","modifiers","text","Nested","Message","Program","Renderer","State","Theme","update","view","Action","Information","QueryInformation","cpu_brand","cpu_cores","graphics_adapter","graphics_backend","memory_total","memory_used","system_kernel","system_name","system_short_version","system_version","Cache","Outdated","State","Updated","UserInterface","redraw_request","Action","ChangeIcon","ChangeLevel","ChangeMode","Close","Drag","FetchId","FetchMaximized","FetchMinimized","FetchMode","FetchSize","GainFocus","Id","Maximize","Minimize","Move","RequestUserAttention","Resize","Screenshot","Screenshot","ShowWindowMenu","Spawn","ToggleDecorations","ToggleMaximize","bytes","change_icon","change_level","change_mode","close","drag","fetch_id","fetch_maximized","fetch_minimized","fetch_mode","fetch_size","frames","gain_focus","maximize","minimize","move_to","request_user_attention","resize","screenshot","screenshot","show_window_menu","size","spawn","toggle_decorations","toggle_maximize","CropError","OutOfBounds","Screenshot","Zero","bytes","size","AbsoluteOffset","Alignment","Both","Direction","End","Horizontal","Properties","RelativeOffset","Scrollable","Scrollbar","Scroller","Start","State","Style","StyleSheet","Vertical","Viewport","absolute_offset","absolute_offset_reversed","active","active_horizontal","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","alignment","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_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","border","border","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","components_from","content_bounds","default","default","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dragging","dragging_horizontal","draw","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","horizontal","hovered","hovered_horizontal","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","layout","margin","mouse_interaction","new","new","relative_offset","scroll","scroll_to","scroll_to","scroll_to","scroll_x_to","scroll_y_to","scroller","scroller_width","scrollers_grabbed","snap_to","snap_to","snap_to","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","unsnap","update","vertical","width","x","x","y","y","horizontal","vertical","Appearance","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Slider","State","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","border_color","border_radius","border_width","borrow","borrow_mut","breakpoint","cam16_into_unclamped","clone","clone_into","color","colors","components_from","default","deref","deref_mut","dragging","draw","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","handle","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","mouse_interaction","new","rail","shape","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","update","width","border_radius","height","radius","width","auto_angle","gradient","Space","Custom","Dark","Light","Theme","application","button","checkbox","container","menu","pane_grid","pick_list","progress_bar","radio","rule","scrollable","slider","svg","text_editor","text_input","theme","toggler","Appearance","Style","StyleSheet","appearance","background_color","icon_color","text_color","Appearance","Style","StyleSheet","active","background","border","border_color","border_radius","border_width","disabled","hovered","icon_color","pressed","shadow","shadow_offset","text_color","Appearance","Style","StyleSheet","active","background","border","hovered","icon_color","text_color","Appearance","Style","StyleSheet","appearance","background","border","icon_color","shadow","text_color","Appearance","Style","StyleSheet","appearance","background","border","selected_background","selected_text_color","text_color","Appearance","Line","Style","StyleSheet","background","border","color","hovered_region","hovered_split","picked_split","width","Appearance","Style","StyleSheet","active","background","border","handle_color","hovered","placeholder_color","text_color","Appearance","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Style","StyleSheet","appearance","color","fill_mode","radius","width","Scrollbar","Scroller","Style","StyleSheet","active","active_horizontal","background","border","border","color","dragging","dragging_horizontal","hovered","hovered_horizontal","scroller","Appearance","Breakpoint","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Style","StyleSheet","active","border_color","border_radius","border_width","breakpoint","color","color","colors","dragging","handle","hovered","rail","shape","width","border_radius","height","radius","width","auto_angle","gradient","Appearance","Style","StyleSheet","appearance","color","hovered","Appearance","Style","StyleSheet","active","background","border","disabled","disabled_color","focused","hovered","placeholder_color","selection_color","value_color","Appearance","Style","StyleSheet","active","background","border","disabled","disabled_color","focused","hovered","icon_color","placeholder_color","selection_color","value_color","Application","Box","Button","Checkbox","Color","Container","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Dark","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Destructive","Light","Menu","Palette","PaneGrid","PickList","Positive","Primary","Primary","Primary","ProgressBar","Radio","Rule","Scrollable","Secondary","Secondary","Slider","Success","Success","Svg","Text","Text","TextEditor","TextInput","Theme","Toggler","Transparent","background","danger","palette","primary","success","text","Background","Danger","EXTENDED_DARK","EXTENDED_LIGHT","Extended","Pair","Palette","Primary","Secondary","Success","background","background","base","base","base","base","base","color","danger","danger","icon","is_dark","primary","primary","secondary","strong","strong","strong","strong","strong","success","success","text","text","weak","weak","weak","weak","weak","Appearance","Style","StyleSheet","active","background","background_border","border_radius","foreground","foreground_border","handle_margin","handle_radius","hovered","Appearance","Handle","Style","StyleSheet","Svg","appearance","color","hovered","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","Action","Appearance","Backspace","Click","Content","Delete","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","End","Enter","Home","Insert","Left","Motion","Move","PageDown","PageUp","Paste","Right","Scroll","Select","SelectLine","SelectWord","Style","StyleSheet","TextEditor","Up","WordLeft","WordRight","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","components_from","cursor_position","default","deref","deref_mut","disabled","disabled_color","drop","fmt","focused","from","from_angle","from_stimulus","hovered","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line","line_count","lines","new","perform","placeholder_color","selection","selection_color","text","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","with_text","lines","Appearance","Cursor","DEFAULT_PADDING","Icon","Left","Right","Side","State","Style","StyleSheet","TextInput","Value","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_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","border","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","code_point","components_from","components_from","components_from","components_from","components_from","cursor","cursor","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","disabled","disabled_color","draw","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","focus","focus","focus","focused","focused","font","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hovered","icon_color","init","init","init","init","init","insert","insert_many","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_focused","is_focused","layout","len","mouse_interaction","move_cursor_to","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","move_cursor_to_front","new","new","next_end_of_word","placeholder_color","previous_start_of_word","remove","remove_many","secure","select","select_all","select_all","select_all","selection","selection_color","side","size","spacing","state","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","unfocus","unfocus","until","update","value_color","Cursor","Index","Selection","State","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","end","start","Appearance","Style","StyleSheet","Toggler","active","background","background_border","border_radius","foreground","foreground_border","handle_margin","handle_radius","hovered","Bottom","FollowCursor","Left","Position","Right","Tooltip","Top","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Circle","Handle","HandleShape","Rectangle","State","Style","StyleSheet","VerticalSlider","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","border_color","border_width","borrow","borrow_mut","breakpoint","cam16_into_unclamped","clone","clone_into","color","components_from","default","deref","deref_mut","dragging","draw","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","handle","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","mouse_interaction","new","rail","shape","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","update","border_radius","height","radius","width","Application","Clipboard","Error","ExecutorCreationFailed","Flags","GraphicsCreationFailed","Proxy","Settings","WindowCreationFailed","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","application","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clipboard","clone","clone","clone_into","clone_into","components_from","components_from","components_from","components_from","connect","conversion","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","end_dnd","flags","fmt","fmt","fmt","fmt","fonts","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","id","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","peek_dnd","poll_close","poll_flush","poll_ready","read","read","read_data","read_primary","read_primary","read_primary_data","register_dnd_destination","scale_factor","send","set_action","settings","start_dnd","start_send","style","subscription","theme","title","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","unconnected","window","write","write","write_data","write_primary","write_primary","write_primary_data","Application","Dnd","Flags","Message","StartDnd","State","UserEventWrapper","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow_mut","borrow_mut","build_user_interface","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","cursor","deref","deref","deref_mut","deref_mut","drop","drop","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","icon_color","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","logical_size","modifiers","new","new","physical_size","requests_exit","run","run_command","scale_factor","scale_factor","style","subscription","subscription_map","synchronize","text_color","theme","theme","title","title","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","update","viewport","viewport_version","actions","content","icon_surface","internal","source_surface","Clipboard","cursor_position","fullscreen","icon","key","mode","modifiers","mouse_button","mouse_interaction","position","touch_event","user_attention","visible","window_event","window_level","window_settings","Antialiasing","Backend","BackendError","Cache","Clip","Compositor","Custom","Damage","Editor","Error","Gradient","Gradient","GraphicsAdapterNotFound","Group","Image","Linear","MSAAx16","MSAAx2","MSAAx4","MSAAx8","Mesh","NoAvailablePixelFormat","Paragraph","Primitive","Primitive","Quad","RawText","Renderer","Renderer","Settings","Solid","Surface","Svg","Text","Transformation","Translate","VersionNotSupported","Viewport","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","backend","backend","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","bounds","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clip","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","compositor","configure_surface","create_renderer","create_surface","damage","default_font","default_size","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","dimensions","draw","draw","draw_primitive","drop","drop","drop","drop","drop","drop","drop","drop","end_layer","end_translation","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","fetch_information","fill_editor","fill_paragraph","fill_quad","fill_raw","fill_text","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","geometry","gradient","group","identity","image","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","load_font","logical_size","mesh","mul","new","new","orthographic","pack","physical_height","physical_size","physical_width","present","projection","renderer","sample_count","scale","scale_factor","screenshot","start_layer","start_translation","text","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","translate","translate","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_layer","with_logical_size","with_physical_size","with_primitives","with_translation","buffers","buffers","size","size","background","border","border_radius","bounds","bounds","bounds","bounds","bounds","clip_bounds","clip_bounds","clip_bounds","color","color","color","color","content","content","content","content","editor","filter_method","font","handle","handle","horizontal_alignment","line_height","paragraph","position","position","primitives","shadow","shaping","size","translation","vertical_alignment","Backend","Image","Primitive","Svg","Text","dimensions","load_font","viewport_dimensions","GAMMA_CORRECTION","Packed","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components","components_from","deref","deref_mut","drop","eq","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_valid_bit_pattern","pack","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Compositor","Information","InvalidDimensions","Lost","OutOfMemory","Outdated","Present","Renderer","Resize","Settings","Surface","SurfaceError","Timeout","Window","adapt_into_using","adapt_into_using","adapter","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","backend","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","configure_surface","create_renderer","create_surface","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fetch_information","fmt","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","present","screenshot","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Alignment","BLACK","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","INFINITY","Keyboard","Layout","Length","Linear","Mouse","None","ORIGIN","Overlay","Padding","Pixels","PlatformSpecific","Point","RANGE","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","TRANSPARENT","Text","Touch","UNIT","Vector","WHITE","Widget","Window","ZERO","ZERO","ZERO","a","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add","alignment","are_widgets_invalid","area","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_widget","as_widget_mut","b","blend_alpha","blur_radius","border","borrow","borrow","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","bottom","bounds","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","center","center_x","center_y","children","children","clear","clipboard","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","color","color","color","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","contains_strict","content","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","diff","distance","drag_destinations","draw","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end_dnd","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","event","expand","expand","explain","family","fill_factor","fill_quad","finish","fit","fit","fluid","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","font","font","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_f64","from_i64","from_linear_rgba","from_rgb","from_rgb8","from_rgba","from_rgba8","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_u64","g","gradient","hash","hash","hash","height","height","horizontal","horizontal_alignment","id","id","image","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_linear","into_rgba8","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","invalidate_layout","invalidate_widgets","inverse","invert","is_empty","is_fill","is_layout_invalid","is_over","is_within","is_within_strict","keyboard","layout","layout","layout","left","line_height","map","max","merge","min","mouse","mouse_interaction","mouse_interaction","mul","mul","mul_alpha","new","new","new","new","new","new","new","new","new","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","partial_cmp","partial_cmp","partial_cmp","peek_dnd","position","position","publish","r","radius","read","read_data","read_primary","read_primary_data","redraw_request","register_dnd_destination","renderer","request_redraw","revalidate_layout","right","set_action","set_id","shaping","size","size","size","size_hint","snap","start_dnd","state","stretch","style","sub","sub","sub","sub","sub","svg","tag","text","time","to_distance","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","top","touch","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","vertical","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_offset","with_radius","with_size","with_translation","write","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Border","Radius","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","color","components_from","default","deref","deref_mut","drop","eq","fmt","from","from","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","radius","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","adapt_into_using","adapt_into_using","adapt_into_using","append","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","end_dnd","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_rectangles","into_stimulus","into_stimulus","into_stimulus","new","peek_dnd","peek_dnd","push","read","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_capacity","write","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","merge","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","adapt_into_using","adapt_into_using","add_stop","add_stops","angle","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","offset","stops","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Custom","Id","IdEq","Internal","Set","Unique","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","reset","to_owned","to_owned","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","unique","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","data","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","draw","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_memory","from_path","from_pixels","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","id","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","cmp","compare","components_from","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","hash","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","partial_cmp","serialize","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Layout","Limits","NONE","Node","adapt_into_using","adapt_into_using","align","align_mut","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","atomic","borrow","borrow","borrow_mut","borrow_mut","bounds","cam16_into_unclamped","cam16_into_unclamped","children","clone","clone","clone_into","clone_into","components_from","components_from","contained","container","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","flex","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","height","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","loose","max","max_height","max_width","min","min_height","min_width","move_to","move_to_mut","new","new","next_to_each_other","padded","positioned","resolve","shrink","size","sized","to_owned","to_owned","translate","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","with_children","Axis","Horizontal","Vertical","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","resolve","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","click","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","components_from","components_from","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_over","kind","new","partial_cmp","position","position","position_from","position_in","position_over","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Element","Group","Overlay","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","default","deref","deref","deref_mut","deref_mut","draw","draw","draw","drop","drop","from","from","from","from_angle","from_angle","from_children","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_over","is_over","is_over","layout","layout","layout","map","mouse_interaction","mouse_interaction","mouse_interaction","new","new","on_event","on_event","on_event","operate","operate","operate","overlay","overlay","overlay","overlay","position","push","translate","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","with_children","Null","Quad","Renderer","Style","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","border","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clear","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","default","default","default","default_font","default_size","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","eq","fill_editor","fill_paragraph","fill_quad","fill_quad","fill_raw","fill_text","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","icon_color","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","load_font","new","scale_factor","shadow","text_color","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_layer","with_layer","with_translation","with_translation","Bytes","Data","Handle","Path","Renderer","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","data","deref","deref","deref_mut","deref_mut","dimensions","draw","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_memory","from_path","from_stimulus","from_stimulus","hash","hash","id","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","bounds","bounds","cam16_into_unclamped","cam16_into_unclamped","change_line","clone","clone","clone_into","clone_into","compare","components_from","components_from","content","current_line","cursor","cursor","cursor_position","default_font","default_size","deref","deref","deref_mut","deref_mut","drop","drop","editor","eq","eq","equivalent","equivalent","equivalent","fill_editor","fill_paragraph","fill_raw","fill_text","fmt","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","cursor","cursor_position","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","direction","drop","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","highlight","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_edit","line","line_count","perform","selection","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","update","widen","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","change_line","change_line","clone","clone","clone_into","clone_into","color","components_from","components_from","current_line","current_line","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","fmt","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","highlight_line","highlight_line","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","new","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","update","Duration","Instant","MAX","MICROSECOND","MILLISECOND","NANOSECOND","SECOND","ZERO","abs_diff","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_micros","as_millis","as_millis_f32","as_millis_f64","as_nanos","as_secs","as_secs_f32","as_secs_f64","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","checked_add","checked_add","checked_div","checked_duration_since","checked_mul","checked_sub","checked_sub","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","components_from","components_from","default","deref","deref","deref_mut","deref_mut","deserialize","div","div_assign","div_duration_f32","div_duration_f64","div_f32","div_f64","drop","drop","duration_since","elapsed","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from_angle","from_angle","from_days","from_hours","from_micros","from_millis","from_mins","from_nanos","from_secs","from_secs_f32","from_secs_f64","from_stimulus","from_stimulus","from_weeks","hash","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_zero","mul","mul_assign","mul_f32","mul_f64","new","now","partial_cmp","partial_cmp","saturating_add","saturating_duration_since","saturating_mul","saturating_sub","serialize","sub","sub","sub","sub_assign","sub_assign","subsec_micros","subsec_millis","subsec_nanos","sum","sum","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_from_secs_f32","try_from_secs_f64","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","children","clone","clone_into","components_from","components_from","components_from","container","custom","deref","deref","deref","deref_mut","deref_mut","deref_mut","diff","diff","diff_children","diff_children_custom","drag_destinations","draw","draw","drop","drop","drop","empty","find","finish","fmt","focusable","font","from","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","height","horizontal_alignment","id","id","id","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","layout","layout","line_height","mouse_interaction","new","new","on_event","operate","operation","overlay","scrollable","set_id","set_id","shaping","size","size","size","size_hint","state","state","state","style","tag","tag","tag","text","text_input","to_owned","tree","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","vertical_alignment","width","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","container","container","container","custom","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","finish","finish","fmt","focus","focusable","focusable","focusable","focusable","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","new","scoped","scroll_to","scrollable","scrollable","scrollable","scrollable","select_all","snap_to","text_input","text_input","text_input","text_input","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","unfocus","Count","Focusable","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","count","default","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","find_focused","fmt","focus","focus","focus_next","focus_previous","focused","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_focused","to_owned","total","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","unfocus","AbsoluteOffset","END","RelativeOffset","START","Scrollable","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","scroll_to","scroll_to","snap_to","snap_to","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","default","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","draw","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","layout","to_absolute","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","None","Some","State","Tag","Tree","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","children","clone","clone_into","cmp","compare","components_from","components_from","deref","deref","deref_mut","deref_mut","diff_children_custom_with_search","downcast_mut","downcast_ref","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","id","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","of","partial_cmp","state","stateless","tag","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","decorations","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exit_on_close_request","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","icon","icon","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_raw","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","level","max_size","min_size","partial_cmp","platform_specific","position","resizable","resize_border","settings","size","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transparent","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","fmt","from","from_angle","from_rgba","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_smolstr","to_string","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","adapt_into_using","application_id","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","decorations","default","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","exit_on_close_request","fmt","from","from_angle","from_stimulus","icon","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","to_owned","transparent","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","visible","Damage","bounds","group","list","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","backend","batch","borrow","borrow","borrow_mut","borrow_mut","boxed_stream","broadcast","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","enter","enter","event","executor","fmt","fmt","from","from","from_angle","from_angle","from_recipe","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_recipes","into_stimulus","into_stimulus","keyboard","map","new","new","none","run","spawn","spawn","subscription","track","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","with","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","spawn","time","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","drop","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_raw","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","channel","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","close","close","close_channel","close_channel","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","disconnect","disconnect","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash_receiver","hash_receiver","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_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","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_send_error","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_closed","is_closed","is_connected_to","is_connected_to","is_disconnected","is_disconnected","is_empty","is_full","is_full","is_terminated","is_terminated","len","poll_close","poll_close","poll_close","poll_flush","poll_flush","poll_flush","poll_next","poll_next","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","same_receiver","same_receiver","size_hint","size_hint","start_send","start_send","start_send","start_send","start_send","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_next","try_next","try_poll_next","try_poll_next","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unbounded","unbounded_send","Canceled","Cancellation","Receiver","Sender","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cancellation","channel","clone","clone_into","close","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_canceled","is_connected_to","is_terminated","poll","poll","poll_canceled","send","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_poll","try_recv","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","after_start","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","before_stop","block_on","block_on_stream","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cjk_compat_variants","clone","clone","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","create","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","enter","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","name_prefix","new","new","new","new","next","nfc","nfd","nfkc","nfkd","pool_size","run","run_until","run_until_stalled","size_hint","spawn","spawn_local_obj","spawn_obj","spawn_obj","spawn_obj_ok","spawn_ok","spawner","stack_size","status","status_local","stream_safe","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_run_one","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","advance","advance","advance_slices","advance_slices","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","buffer","buffer","buffer","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cause","chain","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","close","cmp","cmp","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","consume","consume","consume","consume","consume","consume","consume","consume","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","downcast","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","end","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fill_buf","fill_buf","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_raw_os_error","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","hash","hash","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_sink","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_pair_of","is_pair_of","kind","last_os_error","limit","lines","new","new","new","new","new","new","new","new","new","other","partial_cmp","partial_cmp","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_next","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_ready","poll_seek","poll_seek","poll_seek","poll_seek","poll_seek","poll_seek_relative","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","position","raw_os_error","read","read","read_exact","read_exact","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_line","read_to_end","read_to_end","read_to_string","read_to_string","read_until","read_vectored","read_vectored","repeat","reunite","reunite","seek","seek","seek_relative","set","set_limit","set_position","sink","source","split","start","start_send","stream_position","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll_next","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_capacity","with_capacity","with_capacity","write","write","write_all","write_all","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_fmt","write_vectored","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_mut","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_inner","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_terminated","is_terminated","lock","lock_owned","map","map","new","poll","poll","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_lock","try_lock_owned","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","and_then","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_pin_mut","as_pin_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","boxed","boxed_local","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","catch_unwind","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","consume","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","downgrade","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","err","err_into","factor_first","factor_second","flatten","flatten_sink","flatten_stream","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","forget","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_iter","from_iter","from_iter","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","fuse","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inspect","inspect_err","inspect_ok","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_raw","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stream","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","output_mut","output_mut","peek","pending","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll_close","poll_close","poll_close","poll_close","poll_close","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_fn","poll_immediate","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_read","poll_read_vectored","poll_ready","poll_ready","poll_ready","poll_ready","poll_seek","poll_unpin","poll_write","poll_write_vectored","ptr_eq","ptr_hash","ready","remote_handle","right_future","select","select_all","select_ok","shared","size_hint","size_hint","size_hint","size_hint","size_hint","start_send","start_send","start_send","start_send","strong_count","take_output","take_output","terminated","then","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_flatten","try_flatten_stream","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_unpin","try_select","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unit_error","unwrap_or_else","upgrade","weak_count","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","buffer","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","close","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fanout","feed","flush","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_terminated","is_terminated","is_terminated","is_terminated","left_sink","poll","poll","poll","poll","poll","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close_unpin","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next","poll_next","poll_next","poll_next","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","size_hint","size_hint","size_hint","size_hint","size_hint","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send_unpin","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abort","abortable","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","and_then","any","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","boxed","boxed_local","buffer_unordered","buffered","by_ref","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","catch_unwind","chain","chunks","clear","clear","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","collect","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","concat","consume","count","cycle","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","enumerate","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","err_into","extend","extend","extend","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fold","for_each","for_each_concurrent","forward","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_iter","from_iter","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","fuse","futures_unordered","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","handle","hash","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inspect","inspect_err","inspect_ok","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_async_read","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stream","is_aborted","is_aborted","is_done","is_empty","is_empty","is_empty","is_pair_of","is_pair_of","is_stopped","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","iter","iter","iter","iter_mut","iter_mut","iter_pin_mut","iter_pin_ref","left_stream","len","len","len","map","map_err","map_ok","new","new","new","new","new_pair","next","next_if","next_if_eq","once","or_else","peek","peek_mut","peekable","pending","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_fn","poll_immediate","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next_unpin","poll_peek","poll_peek_mut","poll_read","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_write","push","push","push","push_back","push_front","ready_chunks","repeat","repeat_with","reunite","reunite","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","skip","skip_while","spawn_local_obj","spawn_obj","split","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","take","take_future","take_result","take_until","take_while","then","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","to_string","toggle","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_next","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cjk_compat_variants","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","next","next","next","next","next","nfc","nfd","nfkc","nfkd","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","IntoIter","Iter","IterMut","SelectAll","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","next","next","next","select_all","size_hint","size_hint","size_hint","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","ArcWake","AtomicWaker","Context","FINISHED","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","PENDING","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_raw","as_ref","async_gen_ready","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","branch","branch","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_from","clone_into","clone_into","clone_into","cmp","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","data","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_output","from_output","from_raw","from_residual","from_residual","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_waker","hash","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future_obj","into_raw","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_pending","is_ready","is_shutdown","local_waker","map","map_err","map_err","map_ok","map_ok","new","new","new","new","new","new","new_unowned","noop","noop_waker","noop_waker_ref","partial_cmp","poll","poll","register","shutdown","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","take","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_poll","try_poll","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","vtable","wake","wake","wake","wake_by_ref","wake_by_ref","waker","waker","waker_ref","will_wake","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","broadcast","cam16_into_unclamped","channel","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","hash","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","run","run_with_id","stream","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","unfold","update","Bevel","Butt","Fill","Geometry","Gradient","Gradient","LineCap","LineDash","LineJoin","Linear","Miter","Path","Renderer","Round","Round","Solid","Square","Stroke","Style","Text","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","circle","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","content","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","draw","draw_with","drop","drop","drop","drop","drop","drop","drop","drop","eq","fill","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","font","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","horizontal_alignment","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","line","line_cap","line_dash","line_height","line_join","new","offset","path","position","raw","rectangle","rule","segments","shaping","size","stroke","style","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","vertical_alignment","width","with_color","with_line_cap","with_line_join","with_width","EvenOdd","Fill","Gradient","NonZero","Rule","Solid","Style","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","rule","style","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Arc","Builder","Path","adapt_into_using","adapt_into_using","arc","arc","arc_to","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","bezier_curve_to","borrow","borrow","borrow_mut","borrow_mut","build","cam16_into_unclamped","cam16_into_unclamped","center","circle","clone","clone_into","close","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","ellipse","end_angle","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","line_to","move_to","new","quadratic_curve_to","radius","rectangle","start_angle","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Arc","Elliptical","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","center","center","clone","clone_into","components_from","deref","deref_mut","drop","end_angle","end_angle","fmt","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","radii","radius","rotation","start_angle","start_angle","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","ArcFlags","AttributeIndex","AttributeSlice","AttributeStore","Attributes","Begin","Begin","Begin","Bevel","Builder","BuilderImpl","BuilderWithAttributes","Butt","ControlPointId","Cubic","Cubic","Cubic","End","End","End","EndpointId","EvenOdd","Event","EventId","FillRule","INVALID","INVALID","INVALID","IdEvent","IdIter","IdPolygon","Iter","IterWithAttributes","Line","Line","Line","LineCap","LineJoin","Miter","MiterClip","NO_ATTRIBUTES","Negative","Negative","NonZero","Path","PathBuffer","PathBufferSlice","PathCommands","PathCommandsSlice","PathEvent","PathSlice","Polygon","Position","PositionStore","Positive","Positive","Quadratic","Quadratic","Quadratic","Reversed","Round","Round","Side","Square","Winding","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_slice","as_slice","as_slice","attributes","attributes","begin","begin","begin","borrow","borrow","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","build","build","build","builder","builder","builder","builder","builder_with_attributes","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","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","closed","closed","commands","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end","end","end","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","event","event","event","event","events","extend_from_paths","extend_from_paths","first_endpoint","first_endpoint","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_each_flattened","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_iter","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_usize","from_usize","get","get","get","get","get","get","get_control_point","get_control_point","get_control_point","get_control_point","get_endpoint","get_endpoint","get_endpoint","get_endpoint","hash","hash","hash","hash","hash","id_iter","id_iter","id_iter","index","index","index","index","index","indices","indices","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_path","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_edge","is_empty","is_empty","is_empty","is_in","is_negative","is_out","is_positive","iter","iter","iter","iter","iter","iter","iter","iter","iter_with_attributes","iter_with_attributes","iterator","large_arc","last_endpoint","last_endpoint","len","len","line_to","line_to","line_to","math","new","new","new","new","new","next","next","next","next","next_event_id_in_path","next_event_id_in_path","next_event_id_in_sub_path","next_event_id_in_sub_path","num_attributes","num_attributes","num_attributes","num_attributes","num_attributes","num_attributes","num_attributes","offset","offset","opposite","path","path_buffer","path_events","path_slice","points","points","points","polygon","position","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","reserve","reserve","reserve","reserve","reversed","reversed","svg_builder","sweep","to","to_f32","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_usize","to_usize","to_usize","traits","transformed","transformed","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_attributes","with_capacity","with_capacity","with_points","with_svg","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","BorderRadii","Build","Flattened","NoAttributes","PathBuilder","PathType","SvgPathBuilder","Transformed","WithSvg","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add_circle","add_circle","add_ellipse","add_ellipse","add_line_segment","add_line_segment","add_point","add_point","add_polygon","add_polygon","add_polygon","add_rectangle","add_rectangle","add_rounded_rectangle","add_rounded_rectangle","arc","arc_to","arc_to","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","begin","begin","begin","begin","begin","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom_left","bottom_right","build","build","build","build","build","build","build","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","close","close","close","close","close","components_from","components_from","components_from","components_from","components_from","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","current_position","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","end","end","end","end","end","eq","eq","event","extend_from_paths","flattened","flattened","flattened","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","horizontal_line_to","horizontal_line_to","init","init","init","init","init","inner","inner_mut","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","line_to","line_to","line_to","line_to","line_to","line_to","line_to","line_to","move_to","move_to","move_to","new","new","new","new","new","num_attributes","num_attributes","num_attributes","num_attributes","partial_cmp","path_event","path_event","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_arc_to","relative_cubic_bezier_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_horizontal_line_to","relative_line_to","relative_line_to","relative_move_to","relative_move_to","relative_quadratic_bezier_to","relative_quadratic_bezier_to","relative_vertical_line_to","relative_vertical_line_to","reserve","reserve","reserve","reserve","reserve","reserve","reserve","reserve","set_tolerance","set_transform","set_transform","smooth_cubic_bezier_to","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","smooth_relative_quadratic_bezier_to","to_owned","to_owned","to_smolstr","to_string","top_left","top_right","transformed","transformed","transformed","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","vertical_line_to","vertical_line_to","with_capacity","with_svg","with_svg","wrap","CommandsPathSlice","Events","Iter","PathCommands","PathCommandsBuilder","PathCommandsSlice","PointEvents","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","begin","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","cubic_bezier_to","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","end","events","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_control_point","get_endpoint","index","index","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","iter","line_to","new","next","next","next","points","quadratic_bezier_to","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","with_capacity","Angle","Arc","ArcFlags","Box2D","CubicBezierSegment","DIV_EPSILON","EIGHT","EPSILON","FIVE","FOUR","HALF","Line","LineEquation","LineSegment","MAX","MIN","NINE","ONE","Point","QuadraticBezierSegment","Rotation","SEVEN","SIX","Scalar","Scalar","Scale","Segment","Size","SvgArc","TEN","THREE","TWO","Transform","Translation","Triangle","Vector","ZERO","a","a","ab","ac","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add_assign","after_split","after_split","after_split","after_split","after_split","after_split","after_split","after_split","after_split","angle","angle_to","approx_epsilon","approx_eq_eps","approximate_length","approximate_length","approximate_length","approximate_length","approximate_length","approximate_length","approximate_length","arc","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","b","b","ba","baseline","baseline","bc","before_split","before_split","before_split","before_split","before_split","before_split","before_split","before_split","before_split","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounding_box","bounding_box","bounding_box","bounding_box","bounding_box","bounding_range_x","bounding_range_x","bounding_range_x","bounding_range_x","bounding_range_y","bounding_range_y","bounding_range_y","bounding_range_y","bounding_triangle","c","c","ca","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cast","cb","center","circle","clipped","clipped_x","clipped_y","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","closest_point","closest_point","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains_point","contains_segment","ctrl","ctrl1","ctrl2","cubic_bezier","cubic_intersections","cubic_intersections_t","default","degrees","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","derivative","derivative","derivative","derivative","derivative","derivative","derivative","distance_to_point","distance_to_point","distance_to_point","distance_to_point","div","div","div_assign","drag","drag","drag_with_weight","drop","drop","drop","drop","drop","drop","drop","drop","drop","dx","dx","dx","dx","dx","dx","dy","dy","dy","dy","dy","dy","end_angle","epsilon_for","eq","eq","eq","eq","eq","eq","eq","eq","equation","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fast_bounding_box","fast_bounding_box","fast_bounding_box","fast_bounding_range_x","fast_bounding_range_x","fast_bounding_range_x","fast_bounding_range_y","fast_bounding_range_y","fast_bounding_range_y","fat_line","fat_line","flags","flattened","flattened","flattened","flattened_t","flattening_step","flip","flip","flip","flip","flip","flip","flip","flip","flip","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_each_cubic_bezier","for_each_cubic_bezier","for_each_flattened","for_each_flattened","for_each_flattened","for_each_flattened","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_inflection_t","for_each_local_x_extremum_t","for_each_local_x_extremum_t","for_each_local_y_extremum_t","for_each_local_y_extremum_t","for_each_monotonic","for_each_monotonic","for_each_monotonic_range","for_each_monotonic_range","for_each_quadratic_bezier","for_each_quadratic_bezier","for_each_quadratic_bezier","for_each_quadratic_bezier_with_t","for_each_quadratic_bezier_with_t","for_each_quadratic_bezier_with_t","for_each_x_monotonic","for_each_x_monotonic","for_each_x_monotonic_range","for_each_x_monotonic_range","for_each_y_monotonic","for_each_y_monotonic","for_each_y_monotonic_range","for_each_y_monotonic_range","frac_pi_2","frac_pi_3","frac_pi_4","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_svg_arc","get","get_angle","hash","height","horizontal_line_intersection","horizontal_line_intersection_t","init","init","init","init","init","init","init","init","init","intersection","intersection","intersection_t","intersects","intersects","intersects_box","intersects_line","intersects_line_segment","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","invert","is_a_point","is_finite","is_horizontal","is_linear","is_linear","is_monotonic","is_monotonic","is_quadratic","is_straight_line","is_vertical","is_x_monotonic","is_x_monotonic","is_y_monotonic","is_y_monotonic","large_arc","length","length","lerp","line_intersection","line_intersection_t","line_intersections","line_intersections","line_intersections_t","line_intersections_t","line_segment_intersections","line_segment_intersections","line_segment_intersections_t","line_segment_intersections_t","local_x_extremum_t","local_y_extremum_t","m11","m12","m21","m22","m31","m32","max","mid_point","min","mul","mul_assign","neg","new","normal","num_quadratics","offset","overlaps_line","overlaps_segment","parallel_line","partial_cmp","pi","point","point","positive","project_point","quadratic_bezier","quadratic_intersections","quadratic_intersections_t","radians","radians","radii","radii","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample_tangent","set_length","signed","signed_distance_to_point","signed_distance_to_point","sin_cos","size","solve_t_for_x","solve_t_for_x","solve_t_for_y","solve_t_for_y","solve_x_for_y","solve_x_for_y","solve_y_for_x","solve_y_for_x","split","split","split","split","split","split","split","split","split","split_at_x","split_range","split_range","split_range","split_range","split_range","split_range","split_range","split_range","split_range","square_distance_to_point","square_distance_to_point","square_distance_to_point","square_length","start_angle","sub","sub_assign","sum","sum","sweep","sweep_angle","tangent","to","to","to","to","to","to","to","to","to","to","to","to","to","to_arc","to_cubic","to_degrees","to_f32","to_f32","to_f32","to_f32","to_f32","to_f64","to_f64","to_f64","to_f64","to_f64","to_line","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_quadratic","to_quadratic_error","to_svg_arc","to_vector","traits","transform","transformed","transformed","transformed","translate","try_cast","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","two_pi","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","utils","value","vector","vector","vertical_line_intersection","vertical_line_intersection_t","width","x","x","x","x","x","x","x","x","x","x","x","x","x_maximum_t","x_maximum_t","x_minimum_t","x_minimum_t","x_rotation","x_rotation","y","y","y","y","y","y","y","y","y","y","y","y","y_maximum_t","y_maximum_t","y_minimum_t","y_minimum_t","zero","Arc","ArcFlags","Flattened","SvgArc","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","center","components_from","deref","deref_mut","drop","flags","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","large_arc","next","radii","radii","start_angle","sweep","sweep_angle","to","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","x_rotation","x_rotation","ArrayString","ArrayVec","CapacityError","Drain","IntoIter","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut_ptr","as_mut_slice","as_mut_str","as_ptr","as_ref","as_ref","as_slice","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","capacity","capacity","cjk_compat_variants","cjk_compat_variants","clear","clear","clone","clone","clone","clone","clone_from","clone_from","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","components_from","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drain","drop","drop","drop","drop","drop","drop","drop","drop","element","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","flush","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_byte_string","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","ge","ge","ge","gt","gt","gt","hash","hash","init","init","init","init","init","insert","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_inner_unchecked","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_empty","is_full","is_full","le","le","le","len","len","lt","lt","lt","new","new","new","new_const","new_const","next","next","next_back","next_back","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pop","pop","pop_at","push","push","push_str","push_unchecked","remaining_capacity","remaining_capacity","remove","remove","retain","set_len","set_len","simplify","size_hint","size_hint","stream_safe","stream_safe","swap_pop","swap_remove","take","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","truncate","truncate","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_extend_from_slice","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_insert","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_push","try_push","try_push_str","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","write","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_char","write_str","zero_filled","CubicBezierSegment","Flattened","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","ctrl1","ctrl2","deref","deref_mut","drop","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","next","size_hint","to","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Angle","BoolVector2D","BoolVector3D","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Trig","UnknownUnit","Vector2D","Vector3D","abs","abs","abs","abs","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_size","add_size","all","all","and","and","angle","angle_from_x_axis","angle_to","angle_to","any","any","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_eq","approx_eq","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approxeq","approxord","area","area","area","around_axis","around_x","around_y","around_z","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","bottom","box3d","bvec2","bvec3","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","center","center","center","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp_length","clamp_length","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","cmp","cmp","cmp","compare","compare","compare","component_div","component_div","component_mul","component_mul","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","contains","contains","contains","contains","contains_box","contains_box","contains_inclusive","contains_inclusive","contains_rect","cos","cross","cross","decompose_reversed","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","degrees_to_radians","depth","depth","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","determinant","determinant","distance_to","distance_to","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_euclid","div_euclid","dot","dot","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equal","equal","equal","equal","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","euler","extend","extend","fast_atan2","floor","floor","floor","floor","floor","floor","floor","floor","floor","floor","floor","floor","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle_and_length","from_array","from_array","from_arrays","from_arrays","from_length_all_same","from_lengths","from_lengths","from_lengths","from_lengths","from_lengths","from_lengths","from_lengths","from_origin_and_size","from_origin_and_size","from_points","from_points","from_points","from_rotation","from_scale","from_size","from_size","from_size","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_translation","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_vectors_inner","from_vectors_outer","get","get","get_angle","greater_than","greater_than","greater_than","greater_than","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","height","height","height","height","height","horizontal","i","identity","identity","identity","identity","identity","identity","identity","identity","inflate","inflate","inflate","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner_box","inner_rect","intersection","intersection","intersection","intersection_unchecked","intersection_unchecked","intersects","intersects","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","inverse","inverse","inverse","inverse","inverse","inverse","inverse","inverse","is_2d","is_backface_visible","is_empty","is_empty","is_empty","is_empty","is_empty","is_finite","is_finite","is_finite","is_finite","is_finite","is_finite","is_finite","is_finite","is_finite","is_identity","is_identity","is_identity","is_invertible","is_invertible","is_negative","is_negative","is_normalized","is_positive","is_positive","is_zero","j","k","left","length","length","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lower_than","lower_than","lower_than","lower_than","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","map","map","map","map","max","max","max","max","max","max","max","max","max","max","max","max_x","max_y","min","min","min","min","min","min","min","min","min","min","min","min_x","min_y","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_s","neg","neg","neg","neg","neg","neg","neg","neg","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new_2d","new_all_same","new_from_reversed","none","none","norm","normalize","normalize","normalize","not","not","not_equal","not_equal","not_equal","not_equal","num","one","one","one","or","or","origin","origin","origin","ortho","outer_box","outer_rect","outer_transformed_box","outer_transformed_box2d","outer_transformed_box3d","outer_transformed_rect","outer_transformed_rect","partial_cmp","partial_cmp","partial_cmp","perspective","point2","point3","position","pre_rotate","pre_rotate","pre_scale","pre_scale","pre_translate","pre_translate","project_onto_vector","project_onto_vector","project_to_2d","quaternion","r","radians","radians","radians_to_degrees","rect","reflect","reflect","rem_euclid","rem_euclid","right","robust_normalize","robust_normalize","rotation","rotation","rotation","round","round","round","round","round","round","round","round","round","round","round","round","round","round","round","round_in","round_in","round_in","round_out","round_out","round_out","saturating_add","saturating_sub","scale","scale","scale","scale","scale","select_point","select_point","select_size","select_size","select_vector","select_vector","set_size","sin","size","size","size","size2","size3","skew","slerp","splat","splat","splat","splat","splat","splat","splat","splat","square_length","square_length","square_norm","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sum","sum","sum","sum","sum","sum","sum","sum","sum","sum","tan","then","then","then","then","then","then_rotate","then_rotate","then_scale","then_scale","then_translate","then_translate","to_2d","to_2d","to_2d","to_3d","to_3d","to_3d","to_3d","to_array","to_array","to_array","to_array","to_array","to_array","to_array","to_array","to_array","to_array","to_array_4d","to_array_4d","to_array_transposed","to_array_transposed","to_arrays","to_arrays","to_arrays_transposed","to_box2d","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_non_empty","to_non_empty","to_non_empty","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_point","to_point","to_point2d","to_point3d","to_rect","to_size","to_transform","to_transform","to_transform","to_transform","to_transform","to_transform","to_transform","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple_4d","to_tuple_4d","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u64","to_u64","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_vector","to_vector","to_vector","to_vector","to_vector","to_vector","top","transform_box","transform_box2d","transform_box2d","transform_box3d","transform_box3d","transform_point","transform_point","transform_point","transform_point","transform_point","transform_point","transform_point","transform_point","transform_point2d","transform_point2d","transform_point2d","transform_point2d_homogeneous","transform_point3d","transform_point3d","transform_point3d","transform_point3d","transform_point3d_homogeneous","transform_rect","transform_rect","transform_rect","transform_size","transform_size","transform_size","transform_vector","transform_vector","transform_vector","transform_vector","transform_vector","transform_vector","transform_vector","transform_vector2d","transform_vector2d","transform_vector3d","transform_vector3d","translate","translate","translate","translation","translation","translation","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_normalize","try_normalize","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","union","union","unit_quaternion","vec2","vec3","vector_part","vertical","volume","volume","w","width","width","width","width","width","with_destination","with_destination","with_length","with_max_length","with_max_length","with_min_length","with_min_length","with_source","with_source","x","x","x","x","x","x","x","x","x","x_range","x_range","x_range","xy","xy","xy","xy_area","xz","xz","xz","xz_area","y","y","y","y","y","y","y","y","y","y_range","y_range","y_range","yx","yx","yz","yz","yz","yz_area","z","z","z","z","z","z_range","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zip","zip","zip","zip","ApproxEq","approx_epsilon","approx_eq","approx_eq_eps","max","min","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Vector2D","Vector3D","angle","bottom","depth","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","origin","r","right","rotation","size","top","translation","w","width","width","x","x","x","x","x","x","x","y","y","y","y","y","y","y","z","z","z","z","Ceil","Floor","One","Round","Zero","ceil","floor","one","round","zero","Flattened","FlattenedT","FlatteningParameters","QuadraticBezierSegment","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","ctrl","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","new","next","next","size_hint","size_hint","to","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","Scalar","Segment","Transformation","after_split","approximate_length","before_split","derivative","dx","dy","flip","for_each_flattened_with_t","from","sample","split","split_range","to","transform_point","transform_vector","x","y","cubic_polynomial_roots","directed_angle","directed_angle2","min_max","normalized_tangent","tangent","Flattened","FromPolyline","NoAttributes","PathIterator","Transformed","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","closed","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","flattened","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","new","next","next","next","next","open","size_hint","transformed","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","with_attributes","Angle","Box2D","Point","Rotation","Scale","Size","Transform","Translation","Vector","angle","height","m11","m12","m21","m22","m31","m32","max","min","point","radians","size","vector","width","x","x","x","y","y","y","Builder","BuilderImpl","BuilderWithAttributes","IdIter","Iter","IterWithAttributes","Path","PathSlice","Reversed","Builder","BuilderWithAttributes","Iter","PathBuffer","PathBufferSlice","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","begin","begin","begin","begin","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","build","build","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","end","end","end","end","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","line_to","line_to","line_to","line_to","new","next","next_back","num_attributes","num_attributes","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","reserve","reserve","reserve","reserve","size_hint","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_attributes","IdPolygon","IdPolygonIter","PathEvents","Polygon","PolygonIdIter","PolygonIter","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","closed","closed","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","next","next","next","next","par_bridge","points","points","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","Build","PathBuilder","PathIterator","PathType","SvgPathBuilder","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","transformed","transformed","vertical_line_to","with_svg","Bevel","Butt","Gradient","LineCap","LineDash","LineJoin","Miter","Round","Round","Solid","Square","Stroke","Style","line_cap","line_dash","line_join","offset","segments","style","width","Gradient","Linear","Linear","Packed","adapt_into_using","adapt_into_using","add_stop","add_stops","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","end","eq","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_valid_bit_pattern","new","pack","pack","start","stops","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","load","A8","AnimationDecoder","Avif","Bgr8","Bgra8","Bmp","Bmp","CHANNEL_COUNT","COLOR_MODEL","COLOR_TYPE","Cmyk8","ColorType","DEFAULT_MAX_VALUE","DEFAULT_MIN_VALUE","Dds","Decoding","Delay","DynamicImage","EncodableLayout","Encoding","Err","ExtendedColorType","Farbfeld","Farbfeld","FlatSamples","Frame","Frames","GenericImage","GenericImageView","Gif","Gif","GrayAlphaImage","GrayImage","Hdr","Ico","Ico","ImageBuffer","ImageDecoder","ImageDecoderRect","ImageEncoder","ImageError","ImageFormat","ImageLuma16","ImageLuma8","ImageLumaA16","ImageLumaA8","ImageOutputFormat","ImageResult","ImageRgb16","ImageRgb32F","ImageRgb8","ImageRgba16","ImageRgba32F","ImageRgba8","IoError","Jpeg","Jpeg","L1","L16","L16","L2","L4","L8","L8","La1","La16","La16","La2","La4","La8","La8","Limits","Luma","LumaA","Ok","OpenExr","OpenExr","Parameter","Pixel","Pixel","PixelWithColorType","Pixels","Png","Png","Pnm","Pnm","Primitive","Progress","Qoi","Qoi","Reader","Rgb","Rgb1","Rgb16","Rgb16","Rgb2","Rgb32F","Rgb32F","Rgb32FImage","Rgb4","Rgb8","Rgb8","RgbImage","Rgba","Rgba1","Rgba16","Rgba16","Rgba2","Rgba32F","Rgba32F","Rgba32FImage","Rgba4","Rgba8","Rgba8","RgbaImage","SubImage","Subpixel","Tga","Tga","Tiff","Tiff","Unknown","Unsupported","Unsupported","WebP","WebP","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adjust_contrast","all","apply","apply","apply","apply","apply","apply2","apply2","apply2","apply2","apply2","apply_with_alpha","apply_with_alpha","apply_with_alpha","apply_with_alpha","apply_with_alpha","apply_without_alpha","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_bytes","as_bytes","as_flat_samples","as_flat_samples_f32","as_flat_samples_mut","as_flat_samples_u16","as_flat_samples_u8","as_luma16","as_luma8","as_luma_alpha16","as_luma_alpha8","as_mut","as_mut_luma16","as_mut_luma8","as_mut_luma_alpha16","as_mut_luma_alpha8","as_mut_rgb16","as_mut_rgb32f","as_mut_rgb8","as_mut_rgba16","as_mut_rgba32f","as_mut_rgba8","as_mut_slice","as_raw","as_ref","as_rgb16","as_rgb32f","as_rgb8","as_rgba16","as_rgba32f","as_rgba8","as_slice","as_view","as_view_mut","as_view_with_mut_samples","bits_per_pixel","blend","blend","blend","blend","blend","blend_pixel","blend_pixel","blend_pixel","blur","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","bounds","bounds","bounds","bounds","brighten","buffer","buffer","buffer_mut","bytes_per_pixel","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","can_read","can_write","change_bounds","channel_count","channel_count","channels","channels","channels","channels","channels","channels4","channels4","channels4","channels4","channels4","channels_mut","channels_mut","channels_mut","channels_mut","channels_mut","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","codecs","collect_frames","color","color_hint","color_type","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","convert","copy_from","copy_within","copy_within","crop","crop_imm","current","default","default","delay","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","dimensions","dimensions","dimensions","dimensions","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enumerate_pixels","enumerate_pixels_mut","enumerate_rows","enumerate_rows_mut","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","error","expand_palette","extensions_str","extents","filter3x3","fits","flat","fliph","flipv","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_channels","from_channels","from_channels","from_channels","from_channels","from_decoder","from_extension","from_fn","from_mime_type","from_numer_denom_ms","from_parts","from_path","from_pixel","from_raw","from_saturating_duration","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice_mut","from_slice_mut","from_slice_mut","from_slice_mut","from_slice_mut","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_vec","get_mut_sample","get_pixel","get_pixel","get_pixel","get_pixel","get_pixel_checked","get_pixel_mut","get_pixel_mut","get_pixel_mut","get_pixel_mut","get_pixel_mut_checked","get_sample","grayscale","guess_format","has_aliased_samples","has_alpha","has_color","hash","hash","hash","hash","hash","hash","hash","hash","height","height","height","huerotate","icc_profile","image_dimensions","image_mut_slice","image_slice","imageops","in_bounds","in_bounds","in_bounds_index","index","index","index","index","index","index","index","index_ignoring_bounds","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner_mut","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_buffer","into_bytes","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_flat_samples","into_frames","into_iter","into_iter","into_luma16","into_luma8","into_luma_alpha16","into_luma_alpha8","into_raw","into_reader","into_rgb16","into_rgb32f","into_rgb8","into_rgba16","into_rgba32f","into_rgba8","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_vec","invert","invert","invert","invert","invert","invert","io","is_normal","layout","left","load","load_from_memory","load_from_memory_with_format","map","map","map","map","map","map2","map2","map2","map2","map2","map_with_alpha","map_with_alpha","map_with_alpha","map_with_alpha","map_with_alpha","map_without_alpha","math","min_length","new","new","new","new","new","new_luma16","new_luma8","new_luma_a16","new_luma_a8","new_rgb16","new_rgb32f","new_rgb8","new_rgba16","new_rgba32f","new_rgba8","next","next","numer_denom_ms","offsets","open","original_color_type","partial_cmp","pixels","pixels","pixels_mut","put_pixel","put_pixel","put_pixel","put_pixel","read_image","read_image_with_progress","read_rect","read_rect_with_progress","reading_enabled","remaining","resize","resize_exact","resize_to_fill","rotate180","rotate270","rotate90","rows","rows_mut","sample_layout","samples","save","save","save_buffer","save_buffer_with_format","save_with_format","save_with_format","scanline_bytes","set_limits","shrink_to","source","strides_cwh","sub_image","sub_image","thumbnail","thumbnail_exact","to_bytes","to_image","to_luma","to_luma","to_luma","to_luma","to_luma","to_luma16","to_luma32f","to_luma8","to_luma_alpha","to_luma_alpha","to_luma_alpha","to_luma_alpha","to_luma_alpha","to_luma_alpha16","to_luma_alpha32f","to_luma_alpha8","to_mime_type","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_rgb","to_rgb","to_rgb","to_rgb","to_rgb","to_rgb16","to_rgb32f","to_rgb8","to_rgba","to_rgba","to_rgba","to_rgba","to_rgba","to_rgba16","to_rgba32f","to_rgba8","to_smolstr","to_string","to_vec","top","total","total_bytes","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_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_buffer","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unsafe_get_pixel","unsafe_get_pixel","unsafe_put_pixel","unsafe_put_pixel","unsharpen","view","view","width","width","width","with_monocolor","write_buffer_with_format","write_image","write_to","write_to","write_with_encoder","write_with_encoder","writing_enabled","ConvertBuffer","EnumeratePixels","EnumeratePixelsMut","EnumerateRows","EnumerateRowsMut","Pixels","PixelsMut","Rows","RowsMut","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","convert","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","len","len","len","len","len","len","len","len","next","next","next","next","next","next","next","next","next_back","next_back","next_back","next_back","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","bmp","dds","dxt","farbfeld","gif","hdr","ico","jpeg","openexr","png","pnm","qoi","tga","tiff","webp","BmpDecoder","BmpEncoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","deref","deref","deref_mut","deref_mut","dimensions","drop","drop","encode","encode_with_palette","from","from","from_angle","from_angle","from_stimulus","from_stimulus","get_palette","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","new","new","new_without_file_header","read_image","read_rect_with_progress","set_indexed_color","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","write_image","DdsDecoder","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color_type","components_from","deref","deref_mut","dimensions","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_reader","into_stimulus","new","read_image","scanline_bytes","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","DXT1","DXT3","DXT5","DxtDecoder","DxtEncoder","DxtReader","DxtVariant","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","color_type","color_type","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","encode","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_rect_with_progress","scanline_bytes","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","FarbfeldDecoder","FarbfeldEncoder","FarbfeldReader","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","encode","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","new","new","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_rect_with_progress","scanline_bytes","seek","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","write_image","Finite","GifDecoder","GifEncoder","GifReader","Infinite","Repeat","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","color_type","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","encode","encode_frame","encode_frames","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_frames","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","new_with_speed","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_to_end","set_limits","set_repeat","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_encode_frames","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","with_limits","HdrAdapter","HdrDecoder","HdrEncoder","HdrImageDecoderIterator","HdrMetadata","HdrReader","Rgbe8Pixel","SIGNATURE","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_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","c","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color_correction","color_type","components_from","components_from","components_from","components_from","components_from","components_from","components_from","custom_attributes","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","drop","drop","drop","e","encode","eq","equivalent","equivalent","equivalent","exposure","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","height","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_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","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","metadata","new","new","new","new_nonstrict","next","orientation","pixel_aspect_ratio","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_image_hdr","read_image_ldr","read_image_native","read_image_transform","read_raw_file","read_rect_with_progress","read_to_end","rgbe8","size_hint","to_hdr","to_ldr","to_ldr_scale_gamma","to_owned","to_owned","to_rgbe8","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","width","with_strictness","IcoDecoder","IcoEncoder","IcoFrame","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_png","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","encode","encode_images","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","new","new","read_image","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_encoded","write_image","Centimeters","Inches","JpegDecoder","JpegEncoder","PixelAspectRatio","PixelDensity","PixelDensityUnit","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color_type","components_from","components_from","components_from","components_from","default","density","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","dpi","drop","drop","drop","drop","encode","encode_image","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","icc_profile","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","new_with_quality","read_image","scale","set_pixel_density","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","unit","write_image","OpenExrDecoder","OpenExrEncoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","deref","deref","deref_mut","deref_mut","dimensions","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","new","new","original_color_type","read_image_with_progress","scanline_bytes","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","with_alpha_preference","write_image","Adaptive","ApngDecoder","Avg","Best","CompressionType","Default","Fast","FilterType","Huffman","NoFilter","Paeth","PngDecoder","PngEncoder","PngReader","Rle","Sub","Up","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","apng","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color_type","components_from","components_from","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","drop","drop","encode","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gamma_value","icc_profile","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_frames","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_apng","new","new","new_with_quality","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_to_end","scanline_bytes","set_limits","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_limits","write_image","ArbitraryHeader","ArbitraryMap","ArbitraryTuplType","Ascii","Binary","Bitmap","BitmapHeader","BlackAndWhite","BlackAndWhiteAlpha","Custom","Graymap","GraymapHeader","Grayscale","GrayscaleAlpha","Pixmap","PixmapHeader","PnmDecoder","PnmEncoder","PnmHeader","PnmSubtype","RGB","RGBAlpha","SampleEncoding","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_arbitrary","as_bitmap","as_graymap","as_pixmap","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color_type","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","depth","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode","encoding","encoding","encoding","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","height","height","height","height","height","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","magic_constant","maximal_sample","maxval","maxval","maxwhite","new","new","original_color_type","read_image","sample_encoding","subtype","subtype","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","tupltype","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","width","width","width","width","width","with_dynamic_header","with_header","with_subtype","write","write_image","QoiDecoder","QoiEncoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","deref","deref","deref_mut","deref_mut","dimensions","drop","drop","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","new","new","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","write_image","TgaDecoder","TgaEncoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","deref","deref","deref_mut","deref_mut","dimensions","disable_rle","drop","drop","encode","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","new","new","original_color_type","read_image","scanline_bytes","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","write_image","TiffDecoder","TiffEncoder","TiffReader","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","encode","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","icc_profile","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","new","new","original_color_type","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_to_end","set_limits","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","write_image","DEFAULT","MAX","MIN","WebPDecoder","WebPEncoder","WebPQuality","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","color_type","components_from","components_from","components_from","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","encode","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","has_animation","icc_profile","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_frames","into_reader","into_stimulus","into_stimulus","into_stimulus","lossless","lossy","new","new_lossless","read_image","set_background_color","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","vp8","write_image","Frame","Vp8Decoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","decode_frame","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","for_display","from","from","from_angle","from_angle","from_stimulus","from_stimulus","get_buf_size","height","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","keyframe","new","pixel_type","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","ubuf","uints_from","uints_from","uints_into","uints_into","vbuf","width","ybuf","Color","Decoding","DecodingError","DimensionError","DimensionMismatch","Encoding","EncodingError","Err","Exact","FailedAlready","Format","Generic","GenericFeature","ImageError","ImageFormatHint","ImageResult","InsufficientMemory","IoError","LimitError","LimitErrorKind","Limits","Name","NoMoreData","Ok","Parameter","ParameterError","ParameterErrorKind","PathExtension","Unknown","Unsupported","Unsupported","UnsupportedError","UnsupportedErrorKind","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","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_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format_hint","format_hint","format_hint","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_format_and_kind","from_format_hint","from_format_hint","from_kind","from_kind","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","kind","kind","kind","new","new","source","source","source","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","to_string","to_string","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","limits","supported","ChannelCountMismatch","ColumnMajorPacked","Error","FlatSamples","ImagePacked","NormalForm","NormalFormRequired","PixelPacked","RowMajorPacked","SampleLayout","TooLarge","Unaliased","View","ViewMut","WrongColor","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blend_pixel","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","bounds","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","channel_stride","channels","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","color_hint","column_major_packed","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","dimensions","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extents","fits","flat","flat","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_mut_sample","get_mut_sample","get_pixel","get_pixel","get_pixel_mut","get_sample","get_sample","has_aliased_samples","hash","hash","hash","height","height_stride","image_mut_slice","image_mut_slice","image_slice","image_slice","in_bounds","in_bounds","in_bounds","in_bounds_index","index","index_ignoring_bounds","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_inner","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_normal","layout","min_length","min_length","min_length","partial_cmp","put_pixel","row_major_packed","samples","samples","samples","shrink_to","shrink_to","shrink_to","strides_cwh","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_upgrade","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","width","width_stride","BiLevel","CatmullRom","Color","ColorMap","FilterType","Gaussian","Lanczos3","Nearest","Triangle","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","blur","borrow","borrow","borrow_mut","borrow_mut","brighten","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","colorops","components_from","components_from","contrast","crop","crop_imm","deref","deref","deref_mut","deref_mut","dither","drop","drop","eq","filter3x3","flip_horizontal","flip_horizontal_in","flip_horizontal_in_place","flip_vertical","flip_vertical_in","flip_vertical_in_place","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","has_lookup","horizontal_gradient","huerotate","index_colors","index_of","index_of","init","init","interpolate_bilinear","interpolate_nearest","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","invert","lookup","lookup","map_color","map_color","overlay","overlay_bounds","replace","resize","rotate180","rotate180_in","rotate180_in_place","rotate270","rotate270_in","rotate90","rotate90_in","sample_bilinear","sample_nearest","thumbnail","tile","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","unsharpen","vertical_gradient","BiLevel","Color","ColorMap","brighten","brighten_in_place","contrast","contrast_in_place","dither","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","huerotate","huerotate_in_place","index_colors","index_of","invert","lookup","map_color","LimitSupport","Limits","Reader","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","check_dimensions","check_support","clear_format","clone","clone","clone_into","clone_into","components_from","components_from","components_from","decode","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","format","free","free_usize","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","hash","hash","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_dimensions","into_inner","into_stimulus","into_stimulus","into_stimulus","limits","max_alloc","max_image_height","max_image_width","new","no_limits","no_limits","open","reserve","reserve_buffer","reserve_usize","set_format","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_format","with_guessed_format","Rect","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","hash","height","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","x","y","Gradient","GradientVertex2D","Indexed","Mesh","Solid","SolidVertex2D","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","gradient","indices","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","is_valid_bit_pattern","is_valid_bit_pattern","position","position","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","vertices","buffers","buffers","size","size","Renderer","Cache","Editor","FontSystem","Paragraph","Raw","Version","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","allocate","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","bounds","buffer","buffer","buffer","cache","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clip_bounds","clone","clone","clone","clone_into","clone_into","clone_into","cmp","color","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","cursor","cursor_position","default","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","downgrade","downgrade","drop","drop","drop","drop","drop","drop","editor","eq","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","font_system","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","grapheme_position","hash","highlight","hit_test","horizontal_alignment","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","line","line_count","load_font","measure","min_bounds","new","new","new","paragraph","partial_cmp","perform","position","raw","resize","selection","to_attributes","to_color","to_owned","to_owned","to_owned","to_shaping","trim","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update","version","vertical_alignment","with_buffer","with_text","with_text","Cache","Entry","Key","KeyHash","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","bounds","buffer","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","content","deref","deref","deref_mut","deref_mut","drop","drop","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","line_height","min_bounds","shaping","size","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Action","Advanced","Affinity","After","Align","Angle","Arc","Attrs","AttrsList","AttrsOwned","Backspace","Basic","Before","BidiParagraphs","Borrowed","BorrowedWithFontSystem","Buffer","BufferEnd","BufferLine","BufferRef","BufferStart","CacheKey","CacheKeyFlags","Center","Change","ChangeItem","Click","Close","Color","Color","Command","Condensed","Cr","CrLf","Cursive","Cursive","Cursor","CurveTo","Delete","DoubleClick","Down","Drag","Edit","Editor","End","End","Enter","Escape","Expanded","ExtraCondensed","ExtraExpanded","FAKE_ITALIC","Family","FamilyOwned","Fantasy","Fantasy","Font","FontMatchAttrs","FontMatchKey","FontSystem","Glyph","GotoLine","Home","IDENTITY","Indent","Insert","Italic","Justified","LayoutCursor","LayoutCursor","LayoutGlyph","LayoutLine","LayoutRun","LayoutRunIter","Left","Left","LeftWord","Lf","LfCr","Line","LineEnding","LineIter","LineTo","Mask","Metrics","Monospace","Monospace","Motion","Motion","MoveTo","Name","Name","Next","NextWord","None","None","None","Normal","Normal","Normal","Oblique","One","Owned","PageDown","PageUp","ParagraphEnd","ParagraphStart","PhysicalGlyph","Placement","Previous","PreviousWord","QuadTo","Right","Right","RightWord","SansSerif","SansSerif","Scroll","Scroll","Selection","SemiCondensed","SemiExpanded","Serif","Serif","ShapeBuffer","ShapeGlyph","ShapeLine","ShapeRunCache","ShapeRunKey","ShapeSpan","ShapeWord","Shaping","SoftHome","Stretch","Style","SubpixelBin","SubpixelMask","SwashCache","SwashContent","SwashImage","Three","Transform","TripleClick","Two","UltraCondensed","UltraExpanded","Unindent","Up","Vertical","Weight","Word","Word","WordOrGlyph","Wrap","ZERO","Zero","a","action","action","action","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add_span","affinity","after","align","all","append","apply_change","apply_change","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_attrs","as_family","as_float","as_rgba","as_rgba_tuple","as_str","as_swash","ascent","attrs_list","attrs_spans","auto_indent","auto_indent","b","before","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","blank","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_with","borrow_with","buffer_ref","buffer_ref","buffer_ref_mut","buffer_ref_mut","cache_key","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clear_spans","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color_opt","color_opt","color_opt","color_opt","compare","compare","compare","compare","compare","compare","compare","compare","compare","compatible","complement","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","compute","contains","content","copy_selection","copy_selection","cursor","cursor","cursor_motion","cursor_motion","data","data","db","db_mut","default","default","default","default","default","default","default","default","default","default","default","default","default","default_attrs","defaults","delete_range","delete_range","delete_selection","delete_selection","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","descent","determinant","difference","draw","draw","draw","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","end","end","end","ending","eq","eq","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","extend","family","family","family_owned","finish_change","finish_change","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","font_id","font_id","font_id","font_monospace_em_width","font_size","font_size","font_size_bits","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_after","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_before","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_degrees","from_gradians","from_iter","from_name","from_radians","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_turns","g","get","get_font","get_font_matches","get_font_supported_codepoints_in_word","get_image","get_image_uncached","get_monospace_ids_for_scripts","get_outline_commands","get_span","glyph","glyph_id","glyph_id","glyph_id","glyphs","glyphs","glyphs","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","height","highlight","hit","id","image_cache","index","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","insert","insert","insert","insert_at","insert_at","insert_string","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_locale_and_db","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_text","invert","is_all","is_empty","is_monospace","items","iter","iter_names","layout","layout","layout","layout","layout_cursor","layout_in_buffer","layout_opt","layout_runs","layout_to_buffer","left","level","level","line","line","line","line_height","line_i","line_layout","line_layout","line_shape","line_shape","line_top","line_w","line_y","lines","locale","matches","max_ascent","max_descent","metadata","metadata","metadata","metadata","metadata","metadata","metrics","monospace_em_width","monospace_width","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new_empty","new_in_buffer","new_in_buffer","new_in_buffer","new_with_affinity","new_with_fonts","new_with_locale_and_db","next","next","next","not","outline_command_cache","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","physical","placement","pre_rotate","pre_scale","pre_translate","r","redraw","redraw","remove","reset","reset_layout","reset_shaping","reverse","reverse","rgb","rgba","rotation","rotation_about","rtl","rtl","rustybuzz","scale","scale","scripts","scroll","selection","selection","selection_bounds","set","set_align","set_attrs_list","set_auto_indent","set_auto_indent","set_cursor","set_cursor","set_ending","set_metadata","set_metrics","set_metrics","set_metrics_and_size","set_metrics_and_size","set_monospace_width","set_redraw","set_redraw","set_rich_text","set_rich_text","set_scroll","set_selection","set_selection","set_size","set_size","set_tab_width","set_tab_width","set_text","set_text","set_text","set_wrap","set_wrap","shape","shape_as_needed","shape_as_needed","shape_as_needed","shape_in_buffer","shape_opt","shape_until_cursor","shape_until_cursor","shape_until_scroll","shape_until_scroll","size","size_hint","skew","source","spans","spans","split_off","split_off","start","start","start","start_change","start_change","stretch","stretch","stretch","style","style","style","sub","sub_assign","symmetric_difference","tab_width","tab_width","text","text","text","text","then","then_rotate","then_scale","then_translate","to_degrees","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_radians","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","toggle","top","transform","transform_point","transform_vector","translation","trim","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unicode_codepoints","union","verb","visible_lines","w","w","weight","weight","weight","width","with_buffer","with_buffer_mut","with_buffer_mut","with_pixels","words","wrap","x","x","x","x_advance","x_advance","x_bin","x_offset","x_offset","xx","xy","y","y","y","y_advance","y_advance","y_bin","y_offset","y_offset","yx","yy","lines","x","x","x","x","y","y","y","y","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","BLACK","BOLD","Bashkir_Russia","Basque_Basque","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","Binary","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Cursive","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","Database","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","EXTRA_BOLD","EXTRA_LIGHT","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraCondensed","ExtraExpanded","FaceInfo","Family","Fantasy","Faroese_FaroeIslands","File","Filipino_Philippines","Finnish_Finland","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","ID","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Inuktitut_Canada","Inuktitut_Latin_Canada","Irish_Ireland","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","LIGHT","Language","Lao_LaoPDR","Latvian_Latvia","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","MEDIUM","Macedonian_NorthMacedonia","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Monospace","NORMAL","Name","Nepali_Nepal","Normal","Normal","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Pashto_Afghanistan","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","Query","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SEMIBOLD","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","SansSerif","Sanskrit_India","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","Serif","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","SharedFile","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Source","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Stretch","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","THIN","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unknown","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","dummy","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","face","face_source","faces","families","families","family_name","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","hash","id","index","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","len","load_font_data","load_font_file","load_font_source","load_fonts_dir","load_system_fonts","make_face_data_unshared","make_shared_face_data","monospaced","new","partial_cmp","partial_cmp","post_script_name","push_face_info","query","remove_face","set_cursive_family","set_fantasy_family","set_monospace_family","set_sans_serif_family","set_serif_family","source","stretch","stretch","style","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","weight","weight","with_face_data","BEGINNING_OF_TEXT","BottomToTop","BufferClusterLevel","BufferFlags","Characters","DO_NOT_INSERT_DOTTED_CIRCLE","Direction","END_OF_TEXT","Face","Feature","GLYPH_EXTENTS","GLYPH_FLAGS","GlyphBuffer","GlyphInfo","GlyphPosition","Invalid","Language","LeftToRight","MonotoneCharacters","MonotoneGraphemes","NO_ADVANCES","NO_CLUSTERS","NO_GLYPH_NAMES","NO_POSITIONS","PRESERVE_DEFAULT_IGNORABLES","REMOVE_DEFAULT_IGNORABLES","RightToLeft","Script","SerializeFlags","ShapePlan","Tag","TopToBottom","UnicodeBuffer","Variation","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","all","all","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_ref","as_str","as_u32","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clear","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","cluster","cluster_level","cmp","cmp","compare","compare","complement","complement","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","contains","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","difference","difference","direction","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","empty","end","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","flags","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_bytes","from_bytes_lossy","from_face","from_iso15924_tag","from_iter","from_iter","from_name","from_name","from_slice","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","from_str","from_str","from_str","from_str","glyph_id","glyph_infos","glyph_positions","guess_segment_properties","hash","hash","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_all","is_empty","is_empty","is_empty","is_empty","is_null","is_valid_bit_pattern","is_valid_bit_pattern","iter","iter","iter_names","iter_names","language","len","len","new","new","new","not","not","parse","partial_cmp","partial_cmp","push_str","remove","remove","reset_clusters","script","script","serialize","set","set","set_cluster_level","set_direction","set_flags","set_language","set_pixels_per_em","set_points_per_em","set_post_context","set_pre_context","set_script","set_variations","shape","shape_with_plan","start","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","tag","tag","tag","to_bytes","to_chars","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","toggle","toggle","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","union","units_per_em","unsafe_to_break","value","value","x_advance","x_offset","y_advance","y_offset","ADLAM","AHOM","ANATOLIAN_HIEROGLYPHS","ARABIC","ARMENIAN","AVESTAN","BALINESE","BAMUM","BASSA_VAH","BATAK","BENGALI","BHAIKSUKI","BOPOMOFO","BRAHMI","BRAILLE","BUGINESE","BUHID","CANADIAN_SYLLABICS","CARIAN","CAUCASIAN_ALBANIAN","CHAKMA","CHAM","CHEROKEE","CHORASMIAN","COMMON","COPTIC","CUNEIFORM","CYPRIOT","CYRILLIC","DESERET","DEVANAGARI","DIVES_AKURU","DOGRA","DUPLOYAN","EGYPTIAN_HIEROGLYPHS","ELBASAN","ELYMAIC","ETHIOPIC","GEORGIAN","GLAGOLITIC","GOTHIC","GRANTHA","GREEK","GUJARATI","GUNJALA_GONDI","GURMUKHI","HAN","HANGUL","HANIFI_ROHINGYA","HANUNOO","HATRAN","HEBREW","HIRAGANA","IMPERIAL_ARAMAIC","INHERITED","INSCRIPTIONAL_PAHLAVI","INSCRIPTIONAL_PARTHIAN","JAVANESE","KAITHI","KANNADA","KATAKANA","KAYAH_LI","KHAROSHTHI","KHITAN_SMALL_SCRIPT","KHMER","KHOJKI","KHUDAWADI","LAO","LATIN","LEPCHA","LIMBU","LINEAR_A","LINEAR_B","LISU","LYCIAN","LYDIAN","MAHAJANI","MAKASAR","MALAYALAM","MANDAIC","MANICHAEAN","MARCHEN","MASARAM_GONDI","MEDEFAIDRIN","MEETEI_MAYEK","MENDE_KIKAKUI","MEROITIC_CURSIVE","MEROITIC_HIEROGLYPHS","MIAO","MODI","MONGOLIAN","MRO","MULTANI","MYANMAR","MYANMAR_ZAWGYI","NABATAEAN","NANDINAGARI","NEWA","NEW_TAI_LUE","NKO","NUSHU","NYIAKENG_PUACHUE_HMONG","OGHAM","OLD_HUNGARIAN","OLD_ITALIC","OLD_NORTH_ARABIAN","OLD_PERMIC","OLD_PERSIAN","OLD_SOGDIAN","OLD_SOUTH_ARABIAN","OLD_TURKIC","OL_CHIKI","ORIYA","OSAGE","OSMANYA","PAHAWH_HMONG","PALMYRENE","PAU_CIN_HAU","PHAGS_PA","PHOENICIAN","PSALTER_PAHLAVI","REJANG","RUNIC","SAMARITAN","SAURASHTRA","SHARADA","SHAVIAN","SIDDHAM","SIGNWRITING","SINHALA","SOGDIAN","SORA_SOMPENG","SOYOMBO","SUNDANESE","SYLOTI_NAGRI","SYRIAC","TAGALOG","TAGBANWA","TAI_LE","TAI_THAM","TAI_VIET","TAKRI","TAMIL","TANGUT","TELUGU","THAANA","THAI","TIBETAN","TIFINAGH","TIRHUTA","UGARITIC","UNKNOWN","VAI","WANCHO","WARANG_CITI","YEZIDI","YI","ZANABAZAR_SQUARE","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","ArgumentsStackLimitReached","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","BboxOverflow","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","BitmapGray2","BitmapGray2Packed","BitmapGray4","BitmapGray4Packed","BitmapGray8","BitmapMono","BitmapMonoPacked","BitmapPremulBgra32","Black","BlendRegionsLimitReached","Bold","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","CFFError","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Custom","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","DataAfterEndChar","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","Editable","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Face","FaceIndexOutOfBounds","FaceParsingError","FaceTables","Faroese_FaroeIslands","Filipino_Philippines","Finnish_Finland","Fixed","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","FromData","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","GlyphId","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Installable","Inuktitut_Canada","Inuktitut_Latin_Canada","InvalidArgumentsStackLength","InvalidItemVariationDataIndex","InvalidNumberOfBlendOperands","InvalidOperator","InvalidSeacCode","InvalidSubroutineIndex","Irish_Ireland","Iso","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","LazyArray16","LazyArray32","LazyArrayIter16","LazyArrayIter32","Light","LineMetrics","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Macintosh","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","MalformedFont","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Medium","MissingEndChar","MissingMoveTo","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Nepali_Nepal","NestingLimitReached","NoGlyph","NoHeadTable","NoHheaTable","NoLocalSubroutines","NoMaxpTable","Normal","Normal","Normal","NormalizedCoordinate","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Other","OutlineBuilder","PNG","Pashto_Afghanistan","Permissions","PlatformId","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","PreviewAndPrint","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","RasterGlyphImage","RasterImageFormat","RawFace","RawFaceTables","ReadOutOfBounds","Rect","Restricted","RgbaColor","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SIZE","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","Sanskrit_India","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","TableRecord","Tag","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Thin","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unicode","UnicodeRanges","Unknown","UnknownMagic","UnsupportedOperator","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Variation","VariationAxis","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Width","Windows","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","ZeroBBox","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","alpha","ankr","ankr","ankr","apple_layout","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","ascender","avar","avar","avar","axis","bdat","bdat","binary_search","binary_search","binary_search_by","binary_search_by","bloc","blue","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","capital_height","cbdt","cbdt","cbdt","cblc","cblc","cff","cff","cff","cff2","cff2","cff2","check_sum","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","close","cmap","cmap","cmap","cmp","color_palettes","colr","colr","colr","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","count","count","cpal","cpal","curve_to","data","data","def_value","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","descender","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","ebdt","ebdt","eblc","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","feat","feat","feat","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fonts_in_collection","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_raw_tables","from_slice","from_slice","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","fvar","fvar","fvar","gdef","gdef","gdef","get","get","get","global_bounding_box","glyf","glyf","glyf","glyph_bounding_box","glyph_hor_advance","glyph_hor_side_bearing","glyph_index","glyph_index_by_name","glyph_name","glyph_raster_image","glyph_svg_image","glyph_variation_index","glyph_ver_advance","glyph_ver_side_bearing","glyph_y_origin","gpos","gpos","gpos","green","gsub","gsub","gsub","gvar","gvar","gvar","has_non_default_variation_coordinates","hash","head","head","head","height","height","height","hhea","hhea","hhea","hidden","hmtx","hmtx","hmtx","hvar","hvar","hvar","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_bitmap_embedding_allowed","is_bold","is_color_glyph","is_empty","is_empty","is_italic","is_monospaced","is_oblique","is_regular","is_subsetting_allowed","is_variable","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","italic_angle","kern","kern","kern","kerx","kerx","kerx","last","len","len","length","line_gap","line_to","loca","loca","math","math","math","max_value","maxp","maxp","maxp","min_value","morx","morx","morx","move_to","mvar","mvar","mvar","name","name","name","name_id","name_id","names","new","new","new","next","next","number_of_glyphs","offset","opentype_layout","os2","os2","os2","outline_glyph","paint_color_glyph","parse","parse","parse","parse","parse","parse","partial_cmp","permissions","pixels_per_em","position","post","post","post","primary_language","quad_to","range","raw_face","red","region","sbix","sbix","sbix","set_variation","slice","strikeout_metrics","style","subscript_metrics","superscript_metrics","svg","svg","svg","table","table_data","table_records","tables","tag","tag","thickness","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","trak","trak","trak","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","typographic_ascender","typographic_descender","typographic_line_gap","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","underline_metrics","unicode_ranges","units_per_em","value","variation_axes","variation_coordinates","vertical_ascender","vertical_descender","vertical_height","vertical_line_gap","vhea","vhea","vhea","vmtx","vmtx","vorg","vorg","vorg","vvar","vvar","weight","width","width","width","x","x_height","x_max","x_min","x_offset","x_size","y","y_max","y_min","y_offset","y_size","Point","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","parse","parse","points","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","x","y","ExtendedStateTable","GenericStateEntry","Lookup","StateEntry","StateTable","ValueOffset","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","class","class","class","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","entry","entry","extra","extra","flags","flags","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","has_advance","has_mark","has_offset","has_push","has_reset","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","kerning","new_state","new_state","new_state","next","parse","parse","parse","state","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","value","value_offset","DELETED_GLYPH","END_OF_TEXT","OUT_OF_BOUNDS","START_OF_TEXT","AxisValueMap","SegmentMaps","SegmentMapsIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_coordinate","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","len","map_coordinates","next","parse","parse","segment_maps","to_coordinate","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","get","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Matrix","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","glyph_cid","glyph_index","glyph_index_by_name","glyph_name","glyph_width","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","kx","ky","matrix","number_of_glyphs","outline","parse","sx","sy","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","tx","ty","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","outline","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","ByteEncodingTable","Format","Found","GlyphVariationResult","HighByteMappingThroughTable","ManyToOneRangeMappings","MixedCoverage","SegmentMappingToDeltaValues","SegmentedCoverage","Subtable","Subtable0","Subtable10","Subtable12","Subtable13","Subtable14","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","TrimmedArray","TrimmedTableMapping","UnicodeVariationSequences","UseDefault","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","codepoints","codepoints","codepoints","codepoints","codepoints","codepoints","codepoints","codepoints","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encoding_id","eq","equivalent","equivalent","equivalent","first_code_point","first_code_point","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","glyph_ids","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_variation_index","glyphs","glyphs","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_unicode","len","next","parse","parse","parse","parse","parse","parse","parse","parse","parse","platform_id","subtables","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","Painter","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","contains","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","outline","paint","paint_color","paint_foreground","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","get","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","palettes","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","FeatureName","FeatureNames","FeatureNamesIter","SettingName","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","default_setting_index","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","exclusive","feature","find","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","len","name_index","name_index","names","next","parse","parse","setting","setting_names","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","Table","VariationAxis","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","axes","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","def_value","deref","deref","deref_mut","deref_mut","drop","drop","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hidden","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","max_value","min_value","name_id","parse","parse","tag","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Base","Component","GlyphClass","Ligature","Mark","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","cmp","compare","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","glyph_class","glyph_mark_attachment_class","glyph_variation_delta","has_glyph_classes","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_mark_glyph","parse","partial_cmp","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","outline","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Anchor","AnchorMatrix","ChainContext","ClassMatrix","Context","Cursive","CursiveAdjustment","CursiveAnchorSet","Device","Format1","Format1","Format2","Format2","Hinting","HintingDevice","LigatureArray","MarkArray","MarkToBase","MarkToBaseAdjustment","MarkToLigature","MarkToLigatureAdjustment","MarkToMark","MarkToMarkAdjustment","Pair","PairAdjustment","PairSet","PairSets","PositioningSubtable","Single","SingleAdjustment","ValueRecord","ValueRecordsArray","Variation","VariationDevice","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","anchors","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","base_coverage","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","cols","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","coverage","coverage","coverage","coverage","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","entry","exit","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get","get","get","get","get","get","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner_index","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_empty","is_empty","is_empty","is_empty","len","len","len","len","len","ligature_array","ligature_coverage","mark1_coverage","mark2_coverage","mark2_matrix","mark_coverage","mark_coverage","marks","marks","marks","outer_index","parse","rows","sets","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","x","x_advance","x_advance_device","x_delta","x_device","x_placement","x_placement_device","y","y_advance","y_advance_device","y_delta","y_device","y_placement","y_placement_device","classes","coverage","coverage","matrix","sets","coverage","coverage","value","values","Alternate","AlternateSet","AlternateSets","AlternateSubstitution","ChainContext","Context","Format1","Format2","Ligature","Ligature","LigatureSet","LigatureSets","LigatureSubstitution","Multiple","MultipleSubstitution","ReverseChainSingle","ReverseChainSingleSubstitution","Sequence","SequenceList","Single","SingleSubstitution","SubstitutionSubtable","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","alternate_sets","alternates","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","backtrack_coverages","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","coverage","coverage","coverage","coverage","coverage","coverage","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","glyph","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_reverse","ligature_sets","lookahead_coverages","parse","sequences","substitutes","substitutes","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","coverage","coverage","delta","substitutes","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","outline","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","IndexToLocationFormat","Long","Short","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","global_bbox","index_to_location_format","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","parse","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","units_per_em","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","ascender","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","descender","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line_gap","number_of_metrics","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Metrics","Table","adapt_into_using","adapt_into_using","advance","advance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","bearings","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","metrics","number_of_metrics","parse","parse","side_bearing","side_bearing","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Table","adapt_into_using","advance_offset","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","parse","side_bearing_offset","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Format","Format0","Format1","Format2","Format3","KerningPair","Subtable","Subtable0","Subtable2","Subtable3","Subtables","SubtablesIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","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_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","glyphs_kerning","glyphs_kerning","glyphs_kerning","glyphs_kerning","has_cross_stream","has_state_machine","horizontal","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","left","len","next","pair","pairs","parse","parse","parse","parse","parse","right","subtables","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","value","variable","AnchorPoints","EntryData","Format","Format0","Format1","Format2","Format4","Format6","Subtable","Subtable0","Subtable1","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","action_index","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","anchor_points","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","glyphs_kerning","glyphs_kerning","glyphs_kerning","glyphs_kerning","glyphs_kerning","has_cross_stream","has_state_machine","horizontal","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","next","pairs","parse","parse","state_table","state_table","subtables","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","tuple_count","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","variable","Long","Short","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","glyph_range","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_empty","len","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Constants","GlyphAssembly","GlyphConstruction","GlyphConstructions","GlyphInfo","GlyphPart","GlyphVariant","Kern","KernInfo","KernInfos","MathValue","MathValues","PartFlags","Table","Variants","accent_base_height","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","advance_measurement","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","assembly","axis_height","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","bottom_left","bottom_right","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","constants","count","delimited_sub_formula_min_height","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","device","display_operator_min_height","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end_connector_length","extended_shapes","extender","flattened_accent_base_height","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fraction_denom_display_style_gap_min","fraction_denominator_display_style_shift_down","fraction_denominator_gap_min","fraction_denominator_shift_down","fraction_num_display_style_gap_min","fraction_numerator_display_style_shift_up","fraction_numerator_gap_min","fraction_numerator_shift_up","fraction_rule_thickness","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","full_advance","get","get","get","glyph_id","glyph_info","height","horizontal_constructions","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","italic_corrections","italics_correction","kern","kern_infos","lower_limit_baseline_drop_min","lower_limit_gap_min","math_leading","min_connector_overlap","overbar_extra_ascender","overbar_rule_thickness","overbar_vertical_gap","parse","parse","parse","parse","part_flags","parts","radical_degree_bottom_raise_percent","radical_display_style_vertical_gap","radical_extra_ascender","radical_kern_after_degree","radical_kern_before_degree","radical_rule_thickness","radical_vertical_gap","script_percent_scale_down","script_script_percent_scale_down","skewed_fraction_horizontal_gap","skewed_fraction_vertical_gap","space_after_script","stack_bottom_display_style_shift_down","stack_bottom_shift_down","stack_display_style_gap_min","stack_gap_min","stack_top_display_style_shift_up","stack_top_shift_up","start_connector_length","stretch_stack_bottom_shift_down","stretch_stack_gap_above_min","stretch_stack_gap_below_min","stretch_stack_top_shift_up","sub_superscript_gap_min","subscript_baseline_drop_min","subscript_shift_down","subscript_top_max","superscript_baseline_drop_max","superscript_bottom_max_with_subscript","superscript_bottom_min","superscript_shift_up","superscript_shift_up_cramped","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","top_accent_attachments","top_left","top_right","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","underbar_extra_descender","underbar_rule_thickness","underbar_vertical_gap","upper_limit_baseline_rise_min","upper_limit_gap_min","value","variant_glyph","variants","variants","vertical_constructions","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","number_of_glyphs","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Chain","Chains","ChainsIter","Contextual","ContextualEntryData","ContextualSubtable","Coverage","Feature","Insertion","InsertionEntryData","InsertionSubtable","Ligature","LigatureSubtable","NonContextual","Rearrangement","Subtable","SubtableKind","Subtables","SubtablesIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","chains","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","components","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","coverage","current_index","current_insert_index","default_flags","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","disable_flags","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enable_flags","feature_flags","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","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","glyphs","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all_directions","is_backwards","is_logical","is_vertical","kind","kind","ligature_actions","ligatures","lookup","mark_index","marked_insert_index","next","next","parse","parse","parse","parse","setting","state","state","state","subtables","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","metric_offset","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Custom","Iso","Macintosh","Name","Names","NamesIter","PlatformId","Table","Unicode","Windows","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","count","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","encoding_id","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_unicode","language","language_id","len","name","name_id","names","next","parse","parse","platform_id","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","COMPATIBLE_FULL","COPYRIGHT_NOTICE","DARK_BACKGROUND_PALETTE","DESCRIPTION","DESIGNER","DESIGNER_URL","FAMILY","FULL_NAME","LICENSE","LICENSE_URL","LIGHT_BACKGROUND_PALETTE","MANUFACTURER","POST_SCRIPT_CID","POST_SCRIPT_NAME","SAMPLE_TEXT","SUBFAMILY","TRADEMARK","TYPOGRAPHIC_FAMILY","TYPOGRAPHIC_SUBFAMILY","UNIQUE_ID","VARIATIONS_POST_SCRIPT_NAME_PREFIX","VENDOR_URL","VERSION","WWS_FAMILY","WWS_SUBFAMILY","ChainedContextLookup","ChainedSequenceRule","ChainedSequenceRuleSet","ChainedSequenceRuleSets","Class","ClassDefinition","ContextLookup","Coverage","Feature","FeatureIndex","FeatureList","FeatureVariations","Format1","Format1","Format1","Format1","Format2","Format2","Format2","Format2","Format3","Format3","LanguageIndex","LanguageSystem","LanguageSystemList","LayoutTable","Lookup","LookupFlags","LookupIndex","LookupList","LookupSubtable","LookupSubtables","LookupSubtablesIter","RangeRecord","RecordList","RecordListItem","RecordListIter","Script","ScriptIndex","ScriptList","SequenceLookupRecord","SequenceRule","SequenceRuleSet","SequenceRuleSets","VariationIndex","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","backtrack","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","coverage","coverage","default_language","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end","feature_indices","features","find","find_index","find_substitute","flags","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get","get","get","ignore_base_glyphs","ignore_flags","ignore_ligatures","ignore_marks","index","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","input","input","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_empty","languages","len","len","lookahead","lookup_indices","lookup_list_index","lookups","lookups","lookups","mark_attachment_type","mark_filtering_set","next","next","parse","parse","parse","parse","parse","parse","parse","parse","required_feature","right_to_left","scripts","sequence_index","start","subtables","tag","tag","tag","to_owned","to_owned","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","use_mark_filtering_set","value","variations","backtrack_classes","backtrack_coverages","coverage","coverage","coverage","input_classes","input_coverages","lookahead_classes","lookahead_coverages","lookups","sets","sets","classes","records","start","classes","coverage","coverage","coverage","coverages","lookups","sets","sets","glyphs","records","Black","Bold","Condensed","Editable","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Installable","Italic","Light","Medium","Normal","Normal","Normal","Oblique","Other","Permissions","PreviewAndPrint","Restricted","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Style","Table","Thin","UltraCondensed","UltraExpanded","UnicodeRanges","Weight","Width","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","capital_height","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains_char","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","hash","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_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","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_bitmap_embedding_allowed","is_bold","is_subsetting_allowed","parse","partial_cmp","partial_cmp","permissions","strikeout_metrics","style","subscript_metrics","superscript_metrics","to_number","to_number","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","typographic_ascender","typographic_descender","typographic_line_gap","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unicode_ranges","use_typographic_metrics","version","weight","width","windows_ascender","windows_descender","x_height","x_offset","x_size","y_offset","y_size","Names","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","glyph_index_by_name","glyph_name","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","is_monospaced","italic_angle","names","next","parse","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","underline_metrics","Strike","Strikes","StrikesIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","best_strike","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_empty","len","len","next","parse","pixels_per_em","ppi","strikes","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","SvgDocument","SvgDocumentsList","SvgDocumentsListIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","count","data","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","documents","drop","drop","drop","drop","end_glyph_id","find","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","glyphs_range","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","len","next","parse","start_glyph_id","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","Table","Track","TrackData","Tracks","TracksIter","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","horizontal","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","len","name_index","next","parse","sizes","to_owned","to_owned","to_owned","to_owned","tracks","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","value","values","vertical","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","ascender","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","descender","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line_gap","number_of_metrics","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Table","VerticalOriginMetrics","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default_y","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","glyph_id","glyph_y_origin","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","metrics","parse","parse","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","y","Editor","Weak","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","bounds","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","upgrade","Paragraph","Weak","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","fmt","from","from_angle","from_stimulus","horizontal_alignment","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","min_bounds","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","upgrade","vertical_alignment","Command","DEFAULT","Debug","Font","MONOSPACE","Message","Program","Renderer","Theme","UserInterface","actions","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","batch","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clipboard","clone","clone_into","command","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dnd","dnd_rectangles","draw","draw_finished","draw_started","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","event_processing_finished","event_processing_started","family","find","fmt","fmt","fmt","font","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cache","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","keyboard","layout_finished","layout_started","log_message","map","new","none","operate","overlay","overlay","perform","program","relayout","render_finished","render_started","run","single","startup_finished","startup_started","stretch","style","system","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","update","update","update_finished","update_started","user_interface","view","view_finished","view_started","weight","widget","window","with_name","Action","Read","ReadData","ReadPrimary","ReadPrimaryData","Write","WriteData","WritePrimary","WritePrimaryData","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","map","read","read_data","read_primary","read_primary_data","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","write","write_data","write_primary","write_primary_data","Action","Clipboard","Command","Dnd","Future","LoadFont","PlatformSpecific","Stream","System","Widget","Window","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","channel","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","map","platform_specific","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","bytes","tagger","Action","Phantom","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","map","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","DndAction","EndDnd","PeekDnd","RegisterDndDestination","SetAction","StartDnd","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","end_dnd","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","map","peek_dnd","register_dnd_destination","set_action","start_dnd","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","actions","content","icon_surface","internal","rectangles","source_surface","surface","Black","Bold","Condensed","Cursive","Error","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","default","default","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","family","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","load","stretch","style","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","weight","ALT","COMMAND","CTRL","Character","Event","Key","KeyPressed","KeyReleased","LOGO","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","SHIFT","Standard","Unidentified","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","alt","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","command","compare","complement","components_from","components_from","components_from","components_from","contains","control","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","difference","drop","drop","drop","drop","empty","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_iter","from_name","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","init","init","init","init","insert","intersection","intersects","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_empty","iter","iter_names","logo","not","partial_cmp","remove","serialize","set","shift","sub","sub_assign","symmetric_difference","to_owned","to_owned","to_owned","to_owned","toggle","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","union","key","key","location","location","modifiers","modifiers","text","Nested","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","draw","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_over","layout","mouse_interaction","new","on_event","operate","position","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Message","Program","Renderer","State","Theme","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_queue_empty","mouse_interaction","new","operate","program","queue_event","queue_message","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","update","update","view","Action","Information","QueryInformation","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","cpu_brand","cpu_cores","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","graphics_adapter","graphics_backend","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","map","memory_total","memory_used","system_kernel","system_name","system_short_version","system_version","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Cache","Outdated","State","Updated","UserInterface","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","redraw_request","Action","ChangeIcon","ChangeLevel","ChangeMode","Close","Drag","FetchId","FetchMaximized","FetchMinimized","FetchMode","FetchSize","GainFocus","Id","MAIN","Maximize","Minimize","Move","RequestUserAttention","Resize","Screenshot","Screenshot","ShowWindowMenu","Spawn","ToggleDecorations","ToggleMaximize","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bytes","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","change_icon","change_level","change_mode","clone","clone","clone_into","clone_into","close","cmp","compare","components_from","components_from","components_from","crop","deref","deref","deref","deref_mut","deref_mut","deref_mut","drag","drop","drop","drop","eq","equivalent","equivalent","equivalent","fetch_id","fetch_maximized","fetch_minimized","fetch_mode","fetch_size","fmt","fmt","fmt","frames","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","gain_focus","hash","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","map","maximize","minimize","move_to","new","partial_cmp","request_user_attention","resize","screenshot","screenshot","show_window_menu","size","spawn","to_owned","to_owned","toggle_decorations","toggle_maximize","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","unique","CropError","OutOfBounds","Screenshot","Zero","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","bytes","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","size","to_smolstr","to_string","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Settings","flags","fonts","id","window","ALL","Custom","Dark","Light","Theme","active","active","active","active","active","active","active","active","active","active_horizontal","adapt_into_using","appearance","appearance","appearance","appearance","appearance","appearance","appearance","application","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","button","cam16_into_unclamped","checkbox","clone","clone_into","components_from","container","custom","custom_with_fn","default","deref","deref_mut","disabled","disabled","disabled","disabled_color","disabled_color","dragging","dragging","dragging_horizontal","drop","eq","extended_palette","fmt","fmt","focused","focused","from","from_angle","from_stimulus","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered_horizontal","hovered_region","hovered_split","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","menu","palette","pane_grid","pick_list","picked_split","placeholder_color","placeholder_color","pressed","progress_bar","radio","rule","scrollable","selection_color","selection_color","slider","svg","text_editor","text_input","theme","to_owned","to_smolstr","to_string","toggler","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","value_color","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","background_color","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","fmt","from","from_angle","from_stimulus","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","border_color","border_radius","border_width","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","disabled","drop","fmt","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","pressed","shadow","shadow_offset","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","shadow","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","with_background","with_border","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","selected_background","selected_text_color","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Line","Style","StyleSheet","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hovered_region","hovered_split","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","picked_split","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","handle_color","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","placeholder_color","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","background","bar","border_radius","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border_color","border_width","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","dot_color","drop","fmt","from","from_angle","from_stimulus","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Style","StyleSheet","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","fill","fill_mode","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","radius","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","Scrollbar","Scroller","Style","StyleSheet","active","active_horizontal","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color","components_from","components_from","deref","deref","deref_mut","deref_mut","dragging","dragging_horizontal","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hovered","hovered_horizontal","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","scroller","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Appearance","Breakpoint","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Style","StyleSheet","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","border_color","border_radius","border_width","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","breakpoint","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","color","colors","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dragging","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","handle","hovered","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","rail","shape","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","width","border_radius","height","radius","width","auto_angle","gradient","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","color","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","disabled","disabled_color","drop","fmt","focused","from","from_angle","from_stimulus","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","placeholder_color","selection_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","disabled","disabled_color","drop","fmt","focused","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","placeholder_color","selection_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","Application","Box","Button","Checkbox","Color","Container","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","DARK","Danger","Danger","Dark","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Destructive","LIGHT","Light","Menu","Palette","PaneGrid","PickList","Positive","Primary","Primary","Primary","ProgressBar","Radio","Rule","Scrollable","Secondary","Secondary","Slider","Success","Success","Svg","Text","Text","TextEditor","TextInput","Theme","Toggler","Transparent","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","custom","custom","custom_fn","danger","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","palette","primary","success","text","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_fn","Background","Danger","EXTENDED_DARK","EXTENDED_LIGHT","Extended","Pair","Palette","Primary","Secondary","Success","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","background","base","base","base","base","base","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","components_from","components_from","components_from","danger","danger","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","generate","generate","generate","generate","generate","icon","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_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","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_dark","new","new","primary","primary","secondary","strong","strong","strong","strong","strong","success","success","text","text","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","weak","weak","weak","weak","weak","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","background_border","border_radius","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","foreground","foreground_border","from","from_angle","from_stimulus","handle_margin","handle_radius","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","dpi","error","event","event_loop","keyboard","monitor","platform","window","Logical","Logical","LogicalPosition","LogicalSize","Physical","Physical","PhysicalPosition","PhysicalSize","Pixel","Position","Size","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cast","cast","cast","cast","cast","clamp","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","compare","compare","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","default","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","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","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_f64","from_logical","from_logical","from_physical","from_physical","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","height","height","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","new","new","new","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","to_logical","to_logical","to_logical","to_logical","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_physical","to_physical","to_physical","to_physical","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","validate_scale_factor","width","width","x","x","y","y","AlreadyRunning","EventLoopError","ExitFailure","ExternalError","Ignored","NotSupported","NotSupported","NotSupportedError","Os","Os","OsError","RecreationAttempt","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","to_owned","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","AboutToWait","ActivationTokenDone","Added","AxisId","AxisMotion","Back","Button","ButtonId","Calibrated","Cancelled","CloseRequested","Commit","CursorEntered","CursorLeft","CursorMoved","Destroyed","DeviceEvent","DeviceEvent","DeviceId","Disabled","DroppedFile","ElementState","Enabled","Ended","Event","Focused","Force","Forward","HoveredFile","HoveredFileCancelled","Ime","Ime","Init","InnerSizeWriter","Key","KeyEvent","KeyboardInput","Left","LineDelta","LoopExiting","MacOS","MacOS","MemoryWarning","Middle","Modifiers","ModifiersChanged","Motion","MouseButton","MouseInput","MouseMotion","MouseScrollDelta","MouseWheel","MouseWheel","Moved","Moved","NewEvents","Normalized","Occluded","Other","PixelDelta","PlatformSpecific","PlatformSpecific","Poll","Preedit","Pressed","RawKeyEvent","ReceivedUrl","RedrawRequested","Released","Removed","Resized","ResumeTimeReached","Resumed","Right","ScaleFactorChanged","SmartMagnify","StartCause","Started","Suspended","ThemeChanged","Touch","Touch","TouchPhase","TouchpadMagnify","TouchpadPressure","TouchpadRotate","UserEvent","WaitCancelled","WindowEvent","WindowEvent","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","borrow","borrow","borrow","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","cmp","cmp","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","device_id","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dummy","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","hash","hash","hash","id","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_pressed","key_without_modifiers","lalt_state","lcontrol_state","location","location","logical_key","lshift_state","lsuper_state","map_nonuser_event","normalized","partial_cmp","partial_cmp","phase","physical_key","physical_key","ralt_state","rcontrol_state","repeat","request_inner_size","rshift_state","rsuper_state","state","state","state","text","text_with_all_modifiers","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","axis","button","delta","delta","state","value","device_id","event","event","window_id","altitude_angle","force","max_possible_force","requested_resume","requested_resume","start","start","axis","button","delta","delta","delta","device_id","device_id","device_id","device_id","device_id","device_id","device_id","device_id","device_id","device_id","device_id","event","inner_size_writer","is_synthetic","phase","phase","phase","position","pressure","scale_factor","serial","stage","state","token","value","Always","AsyncRequestSerial","ControlFlow","DeviceEvents","EventLoop","EventLoopBuilder","EventLoopClosed","EventLoopProxy","EventLoopWindowTarget","Never","Poll","Wait","WaitUntil","WhenFocused","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_fd","as_raw_fd","available_monitors","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","control_flow","create_proxy","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","display_handle","display_handle","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exit","exiting","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_wayland","is_x11","listen_device_events","new","new","partial_cmp","primary_monitor","pump_events","raw_display_handle","raw_display_handle","read_token_from_env","run","run_on_demand","send_event","set_control_flow","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","wait_duration","with_any_thread","with_any_thread","with_user_event","with_user_event","with_wayland","with_x11","ALT","AVRInput","AVRPower","Abort","Accept","Again","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AltLeft","AltRight","Android","Android","AppSwitch","ArrowDown","ArrowDown","ArrowLeft","ArrowLeft","ArrowRight","ArrowRight","ArrowUp","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeDown","AudioVolumeMute","AudioVolumeMute","AudioVolumeUp","AudioVolumeUp","Backquote","Backslash","Backspace","Backspace","BracketLeft","BracketRight","BrightnessDown","BrightnessUp","BrowserBack","BrowserBack","BrowserFavorites","BrowserFavorites","BrowserForward","BrowserForward","BrowserHome","BrowserHome","BrowserRefresh","BrowserRefresh","BrowserSearch","BrowserSearch","BrowserStop","BrowserStop","CONTROL","Call","Camera","CameraFocus","Cancel","CapsLock","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","Code","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Comma","Compose","ContextMenu","ContextMenu","Control","ControlLeft","ControlRight","Convert","Convert","Copy","Copy","CrSel","Cut","Cut","DVR","Dead","Delete","Delete","Digit0","Digit1","Digit2","Digit3","Digit4","Digit5","Digit6","Digit7","Digit8","Digit9","Dimmer","DisplaySwap","Eisu","Eject","Eject","End","End","EndCall","Enter","Enter","Equal","EraseEof","Escape","Escape","ExSel","Execute","Exit","F1","F1","F10","F10","F11","F11","F12","F12","F13","F13","F14","F14","F15","F15","F16","F16","F17","F17","F18","F18","F19","F19","F2","F2","F20","F20","F21","F21","F22","F22","F23","F23","F24","F24","F25","F25","F26","F26","F27","F27","F28","F28","F29","F29","F3","F3","F30","F30","F31","F31","F32","F32","F33","F33","F34","F34","F35","F35","F4","F4","F5","F5","F6","F6","F7","F7","F8","F8","F9","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Find","Fn","Fn","FnLock","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Help","Hibernate","Hiragana","Hiragana","HiraganaKatakana","Home","Home","Hyper","Hyper","Info","Insert","Insert","InstantReplay","IntlBackslash","IntlRo","IntlYen","JunjaMode","KanaMode","KanaMode","KanjiMode","Katakana","Katakana","Key","Key11","Key12","KeyA","KeyB","KeyC","KeyCode","KeyD","KeyE","KeyF","KeyG","KeyH","KeyI","KeyJ","KeyK","KeyL","KeyLocation","KeyM","KeyN","KeyO","KeyP","KeyQ","KeyR","KeyS","KeyT","KeyU","KeyV","KeyW","KeyX","KeyY","KeyZ","Lang1","Lang2","Lang3","Lang4","Lang5","LastNumberRedial","LaunchApp1","LaunchApp2","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Left","Link","ListProgram","LiveContent","Lock","LogOff","MacOS","MacOS","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaPlayPause","MediaRecord","MediaRewind","MediaSelect","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackNext","MediaTrackPrevious","MediaTrackPrevious","Meta","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","Minus","ModeChange","ModifiersKeyState","ModifiersState","Named","NamedKey","NativeKey","NativeKeyCode","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","NonConvert","Notification","NumLock","NumLock","Numpad","Numpad0","Numpad1","Numpad2","Numpad3","Numpad4","Numpad5","Numpad6","Numpad7","Numpad8","Numpad9","NumpadAdd","NumpadBackspace","NumpadClear","NumpadClearEntry","NumpadComma","NumpadDecimal","NumpadDivide","NumpadEnter","NumpadEqual","NumpadHash","NumpadMemoryAdd","NumpadMemoryClear","NumpadMemoryRecall","NumpadMemoryStore","NumpadMemorySubtract","NumpadMultiply","NumpadParenLeft","NumpadParenRight","NumpadStar","NumpadSubtract","OnDemand","Open","Open","PageDown","PageDown","PageUp","PageUp","Pairing","Paste","Paste","Pause","Pause","Period","PhysicalKey","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","Power","PowerOff","Pressed","PreviousCandidate","Print","PrintScreen","PrintScreen","Process","Props","Props","Quote","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","Resume","RfBypass","Right","Romaji","SHIFT","STBInput","STBPower","SUPER","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","ScrollLock","Select","Select","Semicolon","Settings","Shift","ShiftLeft","ShiftRight","SingleCandidate","Slash","Sleep","SmolStr","Soft1","Soft2","Soft3","Soft4","Space","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standard","Standby","Subtitle","Super","SuperLeft","SuperRight","Suspend","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Tab","Teletext","Turbo","Undo","Undo","Unidentified","Unidentified","Unidentified","Unidentified","Unknown","VideoModeNext","VoiceDial","WakeUp","WakeUp","Web","Windows","Windows","Wink","Xkb","Xkb","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","alt_key","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","as_ref","as_str","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","compare","compare","compare","compare","compare","compare","compare","compare","complement","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","control_key","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","difference","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","eq","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","extend","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_iter","from_iter","from_iter","from_iter","from_iter","from_name","from_scancode","from_scancode","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","hash","hash","hash","hash","hash","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","init","insert","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_empty","is_empty","is_heap_allocated","iter","iter_names","len","new","new_inline","new_inline_from_ascii","new_static","not","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","remove","set","shift_key","sub","sub_assign","super_key","symmetric_difference","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_scancode","to_scancode","to_smolstr","to_string","to_string","to_text","to_text","toggle","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","MonitorHandle","VideoMode","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","bit_depth","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","monitor","name","native_id","native_id","partial_cmp","partial_cmp","position","refresh_rate_millihertz","refresh_rate_millihertz","scale_factor","size","size","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","video_modes","modifier_supplement","pump_events","run_on_demand","scancode","startup_notify","wayland","x11","KeyEventExtModifierSupplement","key_without_modifiers","text_with_all_modifiers","Continue","EventLoopExtPumpEvents","Exit","PumpStatus","UserEvent","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","pump_events","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","EventLoopExtRunOnDemand","UserEvent","run_on_demand","PhysicalKeyExtScancode","from_scancode","to_scancode","EventLoopExtStartupNotify","WindowBuilderExtStartupNotify","WindowExtStartupNotify","read_token_from_env","request_activation_token","reset_activation_token_env","set_activation_token_env","with_activation_token","Dark","EventLoopBuilderExtWayland","EventLoopWindowTargetExtWayland","Light","MonitorHandleExtWayland","Theme","WindowBuilderExtWayland","WindowExtWayland","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_wayland","native_id","to_owned","try_components_into","try_from","try_from","try_into","try_into_color","type_id","uints_from","uints_into","with_any_thread","with_name","with_wayland","Combo","Desktop","Dialog","Dnd","Dock","DropdownMenu","EventLoopBuilderExtX11","EventLoopWindowTargetExtX11","LibraryOpenError","Menu","MonitorHandleExtX11","Normal","Notification","PopupMenu","Splash","Toolbar","Tooltip","Utility","WindowBuilderExtX11","WindowExtX11","XNotSupported","XOpenDisplayFailed","XVisualID","XWindow","XWindowType","XcbConversionError","XlibErrorHook","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_x11","native_id","register_xlib_error_hook","source","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","with_any_thread","with_base_size","with_embed_parent_window","with_name","with_override_redirect","with_x11","with_x11_screen","with_x11_visual","with_x11_window_type","Android","AndroidDisplayHandle","AndroidNdk","AndroidNdkWindowHandle","AppKit","AppKit","AppKitDisplayHandle","AppKitWindowHandle","DisplayHandle","Drm","Drm","DrmDisplayHandle","DrmWindowHandle","Gbm","Gbm","GbmDisplayHandle","GbmWindowHandle","Haiku","Haiku","HaikuDisplayHandle","HaikuWindowHandle","HandleError","HasDisplayHandle","HasRawDisplayHandle","HasRawWindowHandle","HasWindowHandle","NotSupported","Ohos","OhosDisplayHandle","OhosNdk","OhosNdkWindowHandle","Orbital","Orbital","OrbitalDisplayHandle","OrbitalWindowHandle","RawDisplayHandle","RawWindowHandle","UiKit","UiKit","UiKitDisplayHandle","UiKitWindowHandle","Unavailable","Wayland","Wayland","WaylandDisplayHandle","WaylandWindowHandle","Web","Web","WebCanvas","WebCanvasWindowHandle","WebDisplayHandle","WebOffscreenCanvas","WebOffscreenCanvasWindowHandle","WebWindowHandle","Win32","Win32WindowHandle","WinRt","WinRtWindowHandle","WindowHandle","Windows","WindowsDisplayHandle","Xcb","Xcb","XcbDisplayHandle","XcbWindowHandle","Xlib","Xlib","XlibDisplayHandle","XlibWindowHandle","a_native_window","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","android","appkit","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_raw","as_raw","as_ref","as_ref","b_direct_window","b_window","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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_raw","borrow_raw","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","connection","core_window","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","display","display","display_handle","display_handle","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","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","fd","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gbm_device","gbm_surface","get_ptr","haiku","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hinstance","hwnd","id","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","native_window","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","ns_view","obj","obj","ohos","orbital","plane","raw_display_handle","raw_display_handle","raw_window_handle","raw_window_handle","screen","screen","surface","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","ui_view","ui_view_controller","uikit","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","visual_id","visual_id","web","window","window","window","window_handle","window_handle","windows","ActivationToken","Alias","AllScroll","AlwaysOnBottom","AlwaysOnTop","BadIcon","Borderless","ByteCountNotDivisibleBy4","CLOSE","Cell","ColResize","Confined","ContextMenu","Copy","Critical","Crosshair","CursorGrabMode","CursorIcon","CursorIconParseError","Dark","Default","DimensionsVsPixelCount","EResize","East","EwResize","Exclusive","Fullscreen","Grab","Grabbing","Help","Icon","ImePurpose","Informational","Light","Locked","MAXIMIZE","MINIMIZE","Move","NResize","NeResize","NeswResize","NoDrop","None","Normal","Normal","North","NorthEast","NorthWest","NotAllowed","NsResize","NwResize","NwseResize","OsError","Password","Pointer","Progress","ResizeDirection","RowResize","SResize","SeResize","South","SouthEast","SouthWest","SwResize","Terminal","Text","Theme","UserAttentionType","VerticalText","WResize","Wait","West","Window","WindowAttributes","WindowBuilder","WindowButtons","WindowId","WindowLevel","ZoomIn","ZoomOut","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","alt_names","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","available_monitors","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","blur","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","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","cmp","compare","complement","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","content_protected","current_monitor","decorations","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","difference","display_handle","drag_resize_window","drag_window","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dummy","empty","enabled_buttons","enabled_buttons","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","extend","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","focus_window","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_iter","from_name","from_rgba","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","fullscreen","fullscreen","has_focus","hash","hash","hash","hash","hash","id","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner_position","inner_size","inner_size","insert","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_decorated","is_empty","is_maximized","is_minimized","is_resizable","is_visible","iter","iter_names","max_inner_size","maximized","min_inner_size","name","new","new","not","outer_position","outer_size","parent_window","partial_cmp","position","pre_present_notify","preferred_theme","primary_monitor","raw_display_handle","raw_window_handle","remove","request_activation_token","request_inner_size","request_redraw","request_user_attention","reset_dead_keys","resizable","resize_increments","resize_increments","scale_factor","set","set_blur","set_content_protected","set_cursor_grab","set_cursor_hittest","set_cursor_icon","set_cursor_position","set_cursor_visible","set_decorations","set_enabled_buttons","set_fullscreen","set_ime_allowed","set_ime_cursor_area","set_ime_purpose","set_max_inner_size","set_maximized","set_min_inner_size","set_minimized","set_outer_position","set_resizable","set_resize_increments","set_theme","set_title","set_transparent","set_visible","set_window_icon","set_window_level","show_window_menu","sub","sub_assign","symmetric_difference","theme","title","title","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","toggle","transparent","transparent","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","visible","window_attributes","window_handle","window_icon","window_level","with_activation_token","with_active","with_base_size","with_blur","with_content_protected","with_decorations","with_embed_parent_window","with_enabled_buttons","with_fullscreen","with_inner_size","with_max_inner_size","with_maximized","with_min_inner_size","with_name","with_name","with_override_redirect","with_parent_window","with_position","with_resizable","with_resize_increments","with_theme","with_title","with_transparent","with_visible","with_window_icon","with_window_level","with_x11_screen","with_x11_visual","with_x11_window_type","byte_count","height","pixel_count","width","width_x_height","COSMIC","default","set_default","Escape","FocusNext","FocusPrevious","Fullscreen","Message","Search","Unfocus","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","hash","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","subscription","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","unfocus","Also","ApplicationExt","Apply","CollectionWidget","ColorExt","Element","ElementExt","Renderer","Theme","also","append","apply","apply_mut","apply_ref","blend_alpha","debug","extend","extend","push","push_maybe","push_maybe","Accent","AppletIcon","AppletMenu","Application","Background","Button","Card","Checkbox","Color","Container","ContextDrawer","Control","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Default","Default","Default","Default","Default","Destructive","Dialog","Dropdown","EditableText","ExpandableSearch","HeaderBar","HeaderBar","HeavyDivider","Icon","IconVertical","Image","Inline","LightDivider","Link","List","MenuItem","MenuRoot","Primary","Primary","Primary","ProgressBar","Rule","Search","Secondary","Secondary","SegmentedButton","Standard","Success","Success","Suggested","Svg","TabBar","Text","Text","TextInput","Tooltip","Transparent","Transparent","WindowBackground","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","iced","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","menu_bar","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","active","disabled","hovered","pressed","focused","active","disabled","error","focused","hovered","Accent","Application","Background","Button","Card","Card","Checkbox","Color","Container","ContextDrawer","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Deactivated","Default","Default","Default","Default","Default","Default","Destructive","Dialog","Dropdown","HeaderBar","HeavyDivider","LightDivider","Link","LinkActive","List","Minimal","Permanent","Positive","Primary","Primary","Primary","Primary","ProgressBar","Rule","Scrollable","Search","Secondary","Secondary","Secondary","Slider","Standard","Success","Success","Svg","Text","Text","TextEditor","TextInput","Tooltip","Transparent","Transparent","WindowBackground","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","default","default","default","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","active","hover","focused","active","dragging","hovered","Appearance","Custom","Default","MenuBarStyle","Style","StyleSheet","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","background_expand","bar_border_radius","border_color","border_width","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","from","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","menu_border_radius","path","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","COSMIC_DARK","COSMIC_HC_DARK","COSMIC_HC_LIGHT","COSMIC_LIGHT","CosmicColor","CosmicComponent","CosmicTheme","Custom","Dark","HighContrastDark","HighContrastLight","Light","System","TRANSPARENT_COMPONENT","Theme","ThemeType","accent","accent_button","active","active_hint","active_type","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","alpha","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","base","border","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","button","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","color","components_from","components_from","components_from","components_from","components_from","components_from","corner_radii","cosmic","current_container","custom","dark","dark_hc","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","destructive","destructive_button","disabled","disabled_border","divider","drop","drop","drop","drop","drop","drop","eq","fmt","focus","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gaps","hover","icon_button","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_dark","is_dark","is_dark","is_frosted","is_high_contrast","is_high_contrast","is_high_contrast","layer","light","light_hc","link_button","name","on","on_disabled","palette","prefer_dark","pressed","primary","secondary","selected","selected_text","set_theme","shade","spacing","style","subscription","success","success_button","system","system_dark","system_light","system_preference","text_button","theme_type","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","warning","warning_button","window_hint","prefer_dark","theme","Accent","AppletIcon","AppletMenu","Application","Background","Button","Card","Checkbox","Color","Container","ContextDrawer","Control","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Default","Default","Default","Default","Default","Destructive","Dialog","Dropdown","EditableText","ExpandableSearch","HeaderBar","HeaderBar","HeavyDivider","Icon","IconVertical","Image","Inline","LightDivider","Link","List","MenuItem","MenuRoot","Primary","Primary","Primary","ProgressBar","Rule","Search","Secondary","Secondary","SegmentedButton","Standard","Success","Success","Suggested","Svg","TabBar","Text","Text","TextInput","Tooltip","Transparent","Transparent","WindowBackground","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","default","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","iced","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","menu_bar","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","active","disabled","hovered","pressed","focused","active","disabled","error","focused","hovered","Accent","Application","Background","Button","Card","Card","Checkbox","Color","Container","ContextDrawer","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Deactivated","Default","Default","Default","Default","Default","Default","Destructive","Dialog","Dropdown","HeaderBar","HeavyDivider","LightDivider","Link","LinkActive","List","Minimal","Permanent","Positive","Primary","Primary","Primary","Primary","ProgressBar","Rule","Scrollable","Search","Secondary","Secondary","Secondary","Slider","Standard","Success","Success","Svg","Text","Text","TextEditor","TextInput","Tooltip","Transparent","Transparent","WindowBackground","background","custom","custom","custom","custom","custom","primary","secondary","active","hover","focused","active","dragging","hovered","Appearance","Custom","Default","MenuBarStyle","Style","StyleSheet","appearance","background","background_expand","bar_border_radius","border_color","border_width","menu_border_radius","path","Button","Calendar","Checkbox","ColorPicker","ColorPickerModel","Column","ComboBox","Container","ContextDrawer","ContextMenu","Dialog","DndDestination","DndSource","Dropdown","FlexRow","Grid","HeaderBar","Icon","IconButton","Id","Image","LayerContainer","Lazy","LinkButton","ListColumn","MouseArea","NavBarToggle","Operation","PaneGrid","Popover","ProgressBar","Radio","RectangleTracker","Responsive","Row","Slider","Space","SpinButton","Svg","Text","TextButton","TextInput","Tooltip","VerticalSlider","Warning","Widget","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","append","append","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","aspect_ratio","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","build","button","button","calendar","calendar","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","card","center","checkbox","checkbox","children","children","children","children","children","children","children","children","children","clone","clone","clone_into","clone_into","color_picker","column","column","combo_box","combo_box","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","container","container","container","context_drawer","context_drawer","context_menu","context_menu","custom","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dialog","dialog","diff","diff","diff","diff","diff","diff","diff","diff","diff","divider","dnd_destination","dnd_destination","dnd_source","dnd_source","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","draw","draw","draw","draw","draw","draw","draw","draw","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dropdown","dropdown","editable_input","end","finish","flex_row","flex_row","fmt","focusable","focused","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","grid","grid","header_bar","horizontal_space","icon","icon","id","id","id","id","image","image","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inline_input","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_element","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","layer_container","layer_container","layout","layout","layout","layout","layout","layout","layout","layout","layout","lazy","list","list_column","menu","mouse_area","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","nav_bar","nav_bar","nav_bar_dnd","nav_bar_toggle","nav_bar_toggle","on_close","on_drag","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_maximize","on_minimize","on_right_click","operate","operate","operate","operate","operate","operate","operate","operate","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","pane_grid","popover","popover","progress_bar","progress_bar","push","push","radio","radio","rectangle_tracker","rectangle_tracker","responsive","row","row","scrollable","scrollable","search_input","secure_input","segmented_button","segmented_control","set_id","set_id","set_id","set_id","settings","size","size","size","size","size","size","size","size","size","size_hint","slider","slider","space","spin_button","spin_button","start","state","state","state","state","state","state","state","style","svg","svg","tab_bar","tag","tag","tag","tag","tag","tag","tag","text","text","text_input","text_input","text_input","title","to_owned","to_owned","toggler","tooltip","tooltip","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","vertical_slider","vertical_slider","vertical_space","warning","warning","warning_container","Appearance","AspectRatio","Style","StyleSheet","adapt_into_using","align_x","align_y","appearance","arrays_from","arrays_into","as_any","as_any_mut","aspect_ratio_container","background","border","borrow","borrow_mut","cam16_into_unclamped","center_x","center_y","children","components_from","deref","deref_mut","diff","draw","drop","from","from_angle","from_stimulus","height","icon_color","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","layout","max_height","max_width","mouse_interaction","on_event","operate","overlay","padding","shadow","size","style","text_color","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","Appearance","Builder","Button","IconButton","ImageButton","LinkButton","Style","Style","StyleSheet","TextButton","active","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border_color","border_radius","border_width","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","button","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","clone","clone_into","components_from","components_from","components_from","custom_image_button","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","destructive","diff","disabled","draw","draw","drop","drop","drop","drop_target","drop_target","extra_large","extra_large","extra_small","extra_small","fmt","focus","font_size","font_weight","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","height","height","hovered","icon","icon_color","icon_size","id","id","id","image","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","label","large","large","layout","layout","leading_icon","leading_icon","line_height","link","link","medium","medium","mouse_interaction","mouse_interaction","new","new","new","new","new","new","new","new","new_image","on_event","on_press","on_press","on_press_down","on_press_maybe","on_press_maybe","on_remove","on_remove","on_remove_maybe","on_remove_maybe","operate","outline_color","outline_width","overlay","padding","padding","pressed","selected","selected","selected","selected","selected","selection_background","set_id","shadow_offset","size","spacing","standard","state","style","style","suggested","tag","text","text_color","to_owned","tooltip","trailing_icon","trailing_icon","trailing_icon","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","vertical","vertical","width","width","Button","Hyperlink","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","icon","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","link","new","trailing_icon","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Calendar","calendar","get_calender_first","set_day","set_next_month","set_prev_month","style","Appearance","StyleSheet","card_1","card_2","default","Appearance","Checkbox","Icon","Style","StyleSheet","active","background","border","code_point","font","hovered","icon_color","line_height","shaping","size","text_color","ActionFinished","ActivateSegmented","ActiveColor","AppliedColor","Cancel","ColorPicker","ColorPickerBuilder","ColorPickerModel","ColorPickerUpdate","Copied","HSV_RAINBOW","Input","Model","Reset","State","ToggleColorPicker","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","builder","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cancel_label","clone","clone","clone_into","clone_into","color_button","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_applied_color","get_is_active","height","height","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_hex","new","picker_button","reset_label","save_label","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","update","width","width","Column","column","with_capacity","with_children","ComboBox","State","build_matchers","search","Appearance","Container","Style","StyleSheet","appearance","background","border","draw_background","icon_color","layout","shadow","text_color","visible_bounds","ContextDrawer","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","children","components_from","context_drawer","deref","deref_mut","diff","drag_destinations","draw","drop","from","from_angle","from_stimulus","id","id","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","layout","mouse_interaction","new","on_close_maybe","on_event","operate","overlay","set_id","size","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","ContextMenu","LocalState","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","context_menu","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Dialog","body","control","dialog","icon","new","primary_action","secondary_action","tertiary_action","horizontal","vertical","default","heavy","light","default","heavy","light","DndDestination","DragId","DragOffer","State","action","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","data","data_received_for","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","dnd_destination","dnd_destination_for_data","drag_id","drag_offer","drop","drop","drop","dropped","eq","equivalent","equivalent","equivalent","fmt","for_data","forward_drag_as_cursor","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","get_drag_id","hash","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","new","new","new","on_action_selected","on_action_selected","on_data_received","on_data_received","on_drop","on_drop","on_enter","on_enter","on_finish","on_hold","on_leave","on_leave","on_motion","on_motion","preferred_action","selected_action","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_id","x","y","DndSource","action","dnd_source","drag_content","drag_icon","drag_threshold","new","start_dnd","with_id","Appearance","DEFAULT_GAP","DEFAULT_PADDING","Dropdown","Menu","State","Style","StyleSheet","active","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","default","deref","deref","deref_mut","deref_mut","diff","draw","draw","drop","drop","dropdown","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","gap","handle_color","hovered","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","layout","layout","menu","mouse_interaction","mouse_interaction","multi","new","new","on_event","overlay","overlay","padding","placeholder_color","size","state","tag","text_color","text_line_height","text_size","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","width","Appearance","Menu","State","Style","StyleSheet","adapt_into_using","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border_color","border_radius","border_width","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","description_color","drop","drop","drop","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","hovered_background","hovered_text_color","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","new","new","overlay","padding","selected_background","selected_text_color","text_color","text_line_height","text_size","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","width","Appearance","DEFAULT_GAP","DEFAULT_PADDING","Dropdown","List","Menu","Model","Style","StyleSheet","active","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","description","draw","drop","drop","drop","dropdown","font","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","gap","handle_color","hovered","init","init","init","insert","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","layout","list","lists","menu","model","mouse_interaction","new","on_event","options","overlay","padding","placeholder_color","selected","size","state","tag","text_color","text_line_height","text_size","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","width","Appearance","Menu","StyleSheet","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","overlay","padding","text_line_height","text_size","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","FlexRow","flex_row","layout","widget","resolve","FlexRow","column_spacing","max_width","new","padding","row_spacing","width","Grid","grid","layout","widget","resolve","Assignment","Grid","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","column","column_alignment","column_spacing","components_from","deref","deref_mut","drop","fmt","from","from","from","from_angle","from_stimulus","height","height","init","insert_row","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","max_width","new","new","padding","push","push_with","row","row_alignment","row_spacing","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","width","Data","Default","Handle","Icon","IconFallback","Image","Name","Named","Names","Svg","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","content_fit","data","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fallback","fallback","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_name","from_path","from_raster_bytes","from_raster_pixels","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_svg_bytes","handle","hash","hash","hash","hash","height","icon","icon","icon","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_svg_handle","name","new","path","prefer_svg","prefer_svg","scale","scale","size","size","size","style","symbolic","symbolic","symbolic","symbolic","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","width","FilterMethod","Handle","Image","Linear","Nearest","Viewer","draw","layout","viewer","viewer","State","Viewer","image_size","Appearance","LayerContainer","Style","StyleSheet","align_x","align_y","appearance","background","border","center_x","center_y","height","icon_color","layer","layer_container","max_height","max_width","padding","shadow","style","text_color","width","ListColumn","column","container","list_column","ListColumn","add","into_element","list_column","new","padding","spacing","style","Action","Appearance","Button","CheckBox","CloseCondition","Divider","Dynamic","Folder","Full","Item","ItemHeight","ItemWidth","KeyBind","MenuActive","MenuBar","OmitActive","PathHighlight","Static","Static","StyleSheet","Tree","Uniform","Uniform","action","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","bar","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_expand","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","click_inside","click_outside","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","close_condition","components_from","components_from","components_from","components_from","components_from","components_from","components_from","cross_offset","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","diff","draw","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","height","height","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","item_height","item_width","items","key_bind","layout","leave","main_offset","new","new","on_event","overlay","padding","path_highlight","root","size","spacing","state","style","tag","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","width","width","with_children","MenuAction","Message","message","Alt","Ctrl","KeyBind","Modifier","Shift","Super","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","key","matches","modifiers","partial_cmp","partial_cmp","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Id","Model","NavBar","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","close_icon","components_from","context_menu","deref","deref_mut","drag_id","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_container","into_stimulus","nav_bar","nav_bar_dnd","nav_bar_style","on_close","on_context","on_dnd_drop","on_dnd_enter","on_dnd_leave","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","NavBarToggle","active","nav_bar_toggle","on_toggle","selected","style","All","Appearance","Axis","Bottom","Canceled","Center","Configuration","Content","Contents","Direction","Down","DragEvent","Draggable","Dropped","Edge","Edge","Edge","Horizontal","Left","Left","Line","Maximized","Node","Pane","Pane","Pane","Pane","PaneGrid","Picked","Region","ResizeEvent","Right","Right","Split","Split","Split","State","Style","StyleSheet","Target","TitleBar","Top","Up","Vertical","background","border","can_be_dragged_at","color","draw","hovered_region","hovered_split","internal","layout","mouse_interaction","panes","picked_split","ratio","split","state","update","width","a","axis","b","ratio","pane","pane","pane","target","a","axis","b","id","ratio","Action","Clicking","Dragging","Idle","Internal","Resizing","State","internal","panes","axis","origin","origin","pane","pane","split","Appearance","Bottom","Center","Overlay","Point","Popover","Position","Style","StyleSheet","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","draw","drop","drop","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","icon_color","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","layout","modal","mouse_interaction","new","on_event","operate","popover","popup","position","shadow","text_color","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Appearance","ProgressBar","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Radio","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Appearance","Finished","Init","Ready","Rectangle","RectangleTracker","RectangleTrackingContainer","RectangleUpdate","State","Style","StyleSheet","Waiting","adapt_into_using","adapt_into_using","adapt_into_using","align_x","align_y","appearance","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","center_x","center_y","children","clone","clone_into","components_from","components_from","components_from","container","deref","deref","deref","deref_mut","deref_mut","deref_mut","diff","diff","drag_destinations","draw","drop","drop","drop","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","height","icon_color","ignore_bounds","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","layout","max_height","max_width","mouse_interaction","on_event","operate","overlay","padding","rectangle_tracker","rectangle_tracker_subscription","shadow","size","state","style","subscription","text_color","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","width","Row","row","with_capacity","with_children","Appearance","BuilderEntity","Entity","EntityMut","HorizontalSegmentedButton","Id","ItemAppearance","ItemStatusAppearance","Model","ModelBuilder","MultiSelect","MultiSelectEntityMut","MultiSelectModel","SecondaryMap","SegmentedButton","SegmentedVariant","Selectable","SingleSelect","SingleSelectEntityMut","SingleSelectModel","SparseSecondaryMap","Style","StyleSheet","VerticalSegmentedButton","activate","activate","activate","activate","activate","activate","activate_position","active","active","active","active","active","active_data","active_data_mut","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","background","border_bottom","border_bottom","border_end","border_end","border_radius","border_radius","border_start","border_start","border_top","border_top","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","build","builder","button_alignment","button_height","button_padding","button_spacing","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","closable","closable","closable_set","close_icon","cmp","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains_item","context_menu","data","data","data","data","data_mut","data_remove","data_set","deactivate","deactivate","deactivate","deactivate","deactivate","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","diff","dividers","drag_destinations","drag_id","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enable","entity_at","eq","eq","equivalent","equivalent","equivalent","first","fmt","fmt","fmt","fmt","focus","focus","font_active","font_hovered","font_inactive","font_size","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_drag_id","hash","height","horizontal","horizontal","hover","icon","icon","icon","icon_remove","icon_set","id","id","inactive","indent","indent","indent_remove","indent_set","indent_spacing","init","init","init","init","init","init","init","init","init","init","init","init","insert","insert","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_active","is_active","is_active","is_active","is_closable","is_enabled","iter","last","layout","line_height","maximum_button_width","middle","mimes","minimum_button_width","mouse_interaction","new","new","on_activate","on_close","on_context","on_dnd_drop","on_dnd_enter","on_dnd_leave","on_event","operate","overlay","padding","partial_cmp","position","position","position","position_set","position_swap","position_swap","position_swap","remove","scrollable_focus","secondary","secondary","secondary_sparse","secondary_sparse","show_close_icon_on_hover","size","spacing","state","style","tag","text","text","text","text_color","text_remove","text_set","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unique","variant_appearance","variant_appearance","variant_appearance","variant_bounds","variant_bounds","variant_bounds","variant_layout","variant_layout","variant_layout","vertical","vertical","width","with_id","with_id","horizontal","vertical","Section","adapt_into_using","add","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","item","item","item_row","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","view_column","view_section","Item","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","builder","cam16_into_unclamped","components_from","control","deref","deref_mut","description","drop","from","from_angle","from_stimulus","icon","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","item","item_row","title","toggler","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Slider","State","Style","StyleSheet","active","border_color","border_radius","border_width","breakpoint","color","colors","dragging","draw","handle","hovered","mouse_interaction","rail","shape","update","width","border_radius","height","radius","width","auto_angle","gradient","Space","Decrement","Increment","Message","Model","SpinButton","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","default","default","default","default","default","default","default","default","default","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_element","into_stimulus","into_stimulus","max","max","min","min","new","spin_button","step","step","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","value","value","Appearance","StyleSheet","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","card_1","card_2","clone","clone_into","components_from","default","default","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Handle","Style","StyleSheet","Svg","appearance","color","hovered","horizontal","vertical","Body","Caption","CaptionHeading","Heading","Monotext","Text","Title1","Title2","Title3","Title4","Typography","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","body","borrow","borrow_mut","cam16_into_unclamped","caption","caption_heading","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","hash","heading","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","monotext","text","title1","title2","title3","title4","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Cursor","DnDCommand","State","Style","Style","StyleSheet","TextInput","TextInputString","Value","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","border_color","border_offset","border_radius","border_width","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","cursor","cursor","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","diff","dirty","disabled","dnd_icon","draw","draw","draw","drop","drop","drop","drop","editable_input","editor","error","error","fmt","fmt","fmt","focus","focus","focus","focused","focused","font","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","helper_text","helper_text","hovered","hovered","icon_color","id","init","init","init","init","inline_input","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_focused","is_focused","is_read_only","is_secure","label","label","label_color","layout","layout","leading_icon","line_height","mouse_interaction","mouse_interaction","move_cursor_to","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","move_cursor_to_front","new","new","on_clear","on_event","on_input","on_paste","on_submit","on_submit_maybe","on_toggle_edit","operate","overlay","padding","password","placeholder","placeholder_color","search_input","secure_input","select_all","select_all","select_all","selected_fill","selected_text","selected_text_color","size","size","state","style","surface_ids","tag","text_color","text_input","to_owned","to_owned","to_owned","trailing_icon","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","unfocus","unfocus","update","value","value","width","Cursor","Index","Selection","State","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","selection","state","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","end","start","Editor","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","backspace","borrow","borrow_mut","cam16_into_unclamped","components_from","contents","delete","deref","deref_mut","drop","from","from_angle","from_stimulus","init","insert","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","paste","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Value","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","insert","insert_many","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_empty","len","new","next_end_of_word","previous_start_of_word","remove","remove_many","secure","select","to_owned","to_string","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","until","Bottom","FollowCursor","Left","Position","Right","Tooltip","Top","tooltip","Appearance","Circle","Handle","HandleShape","Rectangle","State","Style","StyleSheet","VerticalSlider","active","border_color","border_width","breakpoint","color","dragging","draw","handle","hovered","mouse_interaction","rail","shape","update","border_radius","height","radius","width","Warning","into_widget","on_close","warning","warning_container"],"q":[[0,"cosmic"],[151,"cosmic::app"],[300,"cosmic::app::DbusActivationDetails"],[303,"cosmic::app::command"],[314,"cosmic::app::command::message"],[316,"cosmic::app::cosmic"],[420,"cosmic::app::message"],[465,"cosmic::app::settings"],[512,"cosmic::command"],[521,"cosmic::config"],[571,"cosmic::config::toolkit"],[582,"cosmic::cosmic_config"],[831,"cosmic::cosmic_config::cosmic_config_derive"],[832,"cosmic::cosmic_theme"],[1610,"cosmic::cosmic_theme::composite"],[1611,"cosmic::cosmic_theme::palette"],[5895,"cosmic::cosmic_theme::palette::alpha"],[5949,"cosmic::cosmic_theme::palette::angle"],[5966,"cosmic::cosmic_theme::palette::blend"],[6302,"cosmic::cosmic_theme::palette::bool_mask"],[6313,"cosmic::cosmic_theme::palette::cam16"],[7055,"cosmic::cosmic_theme::palette::cam16::cam16_jch"],[7233,"cosmic::cosmic_theme::palette::cam16::cam16_jmh"],[7413,"cosmic::cosmic_theme::palette::cam16::cam16_jsh"],[7591,"cosmic::cosmic_theme::palette::cam16::cam16_qch"],[7769,"cosmic::cosmic_theme::palette::cam16::cam16_qmh"],[7947,"cosmic::cosmic_theme::palette::cam16::cam16_qsh"],[8125,"cosmic::cosmic_theme::palette::cast"],[8484,"cosmic::cosmic_theme::palette::chromatic_adaptation"],[8565,"cosmic::cosmic_theme::palette::color_difference"],[8594,"cosmic::cosmic_theme::palette::color_theory"],[8605,"cosmic::cosmic_theme::palette::convert"],[8706,"cosmic::cosmic_theme::palette::encoding"],[8888,"cosmic::cosmic_theme::palette::encoding::gamma"],[8935,"cosmic::cosmic_theme::palette::encoding::linear"],[8979,"cosmic::cosmic_theme::palette::encoding::srgb"],[8980,"cosmic::cosmic_theme::palette::hsl"],[9027,"cosmic::cosmic_theme::palette::hsluv"],[9074,"cosmic::cosmic_theme::palette::hsv"],[9121,"cosmic::cosmic_theme::palette::hues"],[9431,"cosmic::cosmic_theme::palette::hwb"],[9478,"cosmic::cosmic_theme::palette::lab"],[9525,"cosmic::cosmic_theme::palette::lch"],[9572,"cosmic::cosmic_theme::palette::lchuv"],[9619,"cosmic::cosmic_theme::palette::luma"],[9901,"cosmic::cosmic_theme::palette::luma::channels"],[9991,"cosmic::cosmic_theme::palette::luv"],[10038,"cosmic::cosmic_theme::palette::named"],[10187,"cosmic::cosmic_theme::palette::num"],[10267,"cosmic::cosmic_theme::palette::okhsl"],[10313,"cosmic::cosmic_theme::palette::okhsv"],[10359,"cosmic::cosmic_theme::palette::okhwb"],[10405,"cosmic::cosmic_theme::palette::oklab"],[10451,"cosmic::cosmic_theme::palette::oklch"],[10497,"cosmic::cosmic_theme::palette::rgb"],[10842,"cosmic::cosmic_theme::palette::rgb::channels"],[11022,"cosmic::cosmic_theme::palette::serde"],[11030,"cosmic::cosmic_theme::palette::serde::as_array"],[11032,"cosmic::cosmic_theme::palette::serde::as_uint"],[11034,"cosmic::cosmic_theme::palette::stimulus"],[11041,"cosmic::cosmic_theme::palette::white_point"],[11714,"cosmic::cosmic_theme::palette::xyz"],[11761,"cosmic::cosmic_theme::palette::yxy"],[11808,"cosmic::cosmic_theme::steps"],[11815,"cosmic::executor"],[11818,"cosmic::executor::multi"],[11854,"cosmic::executor::single"],[11890,"cosmic::font"],[11907,"cosmic::iced"],[12115,"cosmic::iced::advanced"],[12179,"cosmic::iced::advanced::graphics"],[12235,"cosmic::iced::advanced::graphics::Mesh"],[12239,"cosmic::iced::advanced::graphics::Primitive"],[12274,"cosmic::iced::advanced::graphics::backend"],[12282,"cosmic::iced::advanced::graphics::color"],[12285,"cosmic::iced::advanced::graphics::compositor"],[12308,"cosmic::iced::advanced::graphics::core"],[12444,"cosmic::iced::advanced::graphics::core::alignment"],[12456,"cosmic::iced::advanced::graphics::core::border"],[12461,"cosmic::iced::advanced::graphics::core::clipboard"],[12484,"cosmic::iced::advanced::graphics::core::event"],[12498,"cosmic::iced::advanced::graphics::core::font"],[12534,"cosmic::iced::advanced::graphics::core::gradient"],[12542,"cosmic::iced::advanced::graphics::core::id"],[12550,"cosmic::iced::advanced::graphics::core::keyboard"],[12565,"cosmic::iced::advanced::graphics::core::keyboard::Event"],[12572,"cosmic::iced::advanced::graphics::core::keyboard::key"],[12883,"cosmic::iced::advanced::graphics::core::time"],[12885,"cosmic::iced::advanced::graphics::core::touch"],[12891,"cosmic::iced::advanced::graphics::core::touch::Event"],[12899,"cosmic::iced::advanced::graphics::core::window"],[12946,"cosmic::iced::advanced::graphics::core::window::Event"],[12952,"cosmic::iced::advanced::graphics::core::window::icon"],[12957,"cosmic::iced::advanced::graphics::core::window::icon::Error"],[12962,"cosmic::iced::advanced::graphics::damage"],[12966,"cosmic::iced::advanced::graphics::futures"],[12982,"cosmic::iced::advanced::graphics::futures::backend"],[12985,"cosmic::iced::advanced::graphics::futures::backend::default"],[12986,"cosmic::iced::advanced::graphics::futures::backend::native"],[12988,"cosmic::iced::advanced::graphics::futures::backend::native::thread_pool"],[12990,"cosmic::iced::advanced::graphics::futures::backend::native::tokio"],[12992,"cosmic::iced::advanced::graphics::futures::backend::native::tokio::time"],[12993,"cosmic::iced::advanced::graphics::futures::backend::null"],[12995,"cosmic::iced::advanced::graphics::futures::event"],[12998,"cosmic::iced::advanced::graphics::futures::executor"],[13002,"cosmic::iced::advanced::graphics::futures::futures"],[13206,"cosmic::iced::advanced::graphics::futures::futures::channel"],[13208,"cosmic::iced::advanced::graphics::futures::futures::channel::mpsc"],[13217,"cosmic::iced::advanced::graphics::futures::futures::channel::oneshot"],[13222,"cosmic::iced::advanced::graphics::futures::futures::executor"],[13232,"cosmic::iced::advanced::graphics::futures::futures::io"],[13361,"cosmic::iced::advanced::graphics::futures::futures::lock"],[13367,"cosmic::iced::advanced::graphics::futures::futures::never"],[13368,"cosmic::iced::advanced::graphics::futures::futures::prelude"],[13560,"cosmic::iced::advanced::graphics::futures::futures::prelude::future"],[13700,"cosmic::iced::advanced::graphics::futures::futures::prelude::sink"],[13739,"cosmic::iced::advanced::graphics::futures::futures::prelude::stream"],[13940,"cosmic::iced::advanced::graphics::futures::futures::prelude::stream::futures_unordered"],[13946,"cosmic::iced::advanced::graphics::futures::futures::prelude::stream::select_all"],[13951,"cosmic::iced::advanced::graphics::futures::futures::task"],[13985,"cosmic::iced::advanced::graphics::futures::keyboard"],[13987,"cosmic::iced::advanced::graphics::futures::subscription"],[13998,"cosmic::iced::advanced::graphics::geometry"],[14040,"cosmic::iced::advanced::graphics::geometry::fill"],[14049,"cosmic::iced::advanced::graphics::geometry::path"],[14057,"cosmic::iced::advanced::graphics::geometry::path::arc"],[14068,"cosmic::iced::advanced::graphics::geometry::path::lyon_path"],[14149,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::Event"],[14162,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::IdEvent"],[14175,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::PathEvent"],[14188,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::builder"],[14243,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::commands"],[14250,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom"],[14356,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::arc"],[14372,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::arrayvec"],[14377,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::cubic_bezier"],[14383,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid"],[14497,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid::approxeq"],[14501,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid::approxord"],[14503,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid::default"],[14586,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid::num"],[14596,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::quadratic_bezier"],[14603,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::traits"],[14623,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::utils"],[14629,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::iterator"],[14636,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::math"],[14666,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::path"],[14675,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::path_buffer"],[14680,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::polygon"],[14690,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::traits"],[14739,"cosmic::iced::advanced::graphics::geometry::stroke"],[14759,"cosmic::iced::advanced::graphics::gradient"],[14767,"cosmic::iced::advanced::graphics::image"],[14768,"cosmic::iced::advanced::graphics::image::image_rs"],[14964,"cosmic::iced::advanced::graphics::image::image_rs::buffer"],[14974,"cosmic::iced::advanced::graphics::image::image_rs::codecs"],[14989,"cosmic::iced::advanced::graphics::image::image_rs::codecs::bmp"],[14991,"cosmic::iced::advanced::graphics::image::image_rs::codecs::dds"],[14992,"cosmic::iced::advanced::graphics::image::image_rs::codecs::dxt"],[14999,"cosmic::iced::advanced::graphics::image::image_rs::codecs::farbfeld"],[15002,"cosmic::iced::advanced::graphics::image::image_rs::codecs::gif"],[15008,"cosmic::iced::advanced::graphics::image::image_rs::codecs::hdr"],[15028,"cosmic::iced::advanced::graphics::image::image_rs::codecs::ico"],[15031,"cosmic::iced::advanced::graphics::image::image_rs::codecs::jpeg"],[15040,"cosmic::iced::advanced::graphics::image::image_rs::codecs::openexr"],[15042,"cosmic::iced::advanced::graphics::image::image_rs::codecs::png"],[15059,"cosmic::iced::advanced::graphics::image::image_rs::codecs::pnm"],[15098,"cosmic::iced::advanced::graphics::image::image_rs::codecs::qoi"],[15100,"cosmic::iced::advanced::graphics::image::image_rs::codecs::tga"],[15102,"cosmic::iced::advanced::graphics::image::image_rs::codecs::tiff"],[15105,"cosmic::iced::advanced::graphics::image::image_rs::codecs::webp"],[15109,"cosmic::iced::advanced::graphics::image::image_rs::codecs::webp::vp8"],[15119,"cosmic::iced::advanced::graphics::image::image_rs::error"],[15152,"cosmic::iced::advanced::graphics::image::image_rs::error::LimitErrorKind"],[15154,"cosmic::iced::advanced::graphics::image::image_rs::flat"],[15178,"cosmic::iced::advanced::graphics::image::image_rs::imageops"],[15232,"cosmic::iced::advanced::graphics::image::image_rs::imageops::colorops"],[15252,"cosmic::iced::advanced::graphics::image::image_rs::io"],[15258,"cosmic::iced::advanced::graphics::image::image_rs::math"],[15263,"cosmic::iced::advanced::graphics::mesh"],[15275,"cosmic::iced::advanced::graphics::mesh::Mesh"],[15279,"cosmic::iced::advanced::graphics::renderer"],[15280,"cosmic::iced::advanced::graphics::text"],[15298,"cosmic::iced::advanced::graphics::text::cache"],[15310,"cosmic::iced::advanced::graphics::text::cosmic_text"],[15594,"cosmic::iced::advanced::graphics::text::cosmic_text::Action"],[15603,"cosmic::iced::advanced::graphics::text::cosmic_text::fontdb"],[15853,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz"],[15891,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::script"],[16049,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser"],[16509,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::ankr"],[16513,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout"],[16527,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::class"],[16530,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::state"],[16531,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::avar"],[16538,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cbdt"],[16539,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cblc"],[16540,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff"],[16548,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff2"],[16549,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cmap"],[16583,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::colr"],[16588,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cpal"],[16589,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::feat"],[16602,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::fvar"],[16611,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gdef"],[16617,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::glyf"],[16618,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos"],[16682,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::PairAdjustment"],[16687,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::SingleAdjustment"],[16691,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub"],[16727,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub::SingleSubstitution"],[16731,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gvar"],[16732,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::head"],[16739,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::hhea"],[16744,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::hmtx"],[16751,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::hvar"],[16752,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::kern"],[16774,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::kerx"],[16803,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::loca"],[16806,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::math"],[16848,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::maxp"],[16850,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::morx"],[16892,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::mvar"],[16893,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::name"],[16909,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::name_id"],[16934,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout"],[17007,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ChainedContextLookup"],[17019,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ClassDefinition"],[17022,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ContextLookup"],[17030,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::Coverage"],[17032,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::os2"],[17070,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::post"],[17075,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::sbix"],[17082,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::svg"],[17090,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::trak"],[17102,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::vhea"],[17107,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::vorg"],[17113,"cosmic::iced::advanced::graphics::text::editor"],[17116,"cosmic::iced::advanced::graphics::text::paragraph"],[17121,"cosmic::iced::advanced::image"],[17134,"cosmic::iced::advanced::image::Data"],[17137,"cosmic::iced::advanced::layout"],[17147,"cosmic::iced::advanced::layout::flex"],[17151,"cosmic::iced::advanced::mouse"],[17184,"cosmic::iced::advanced::mouse::Event"],[17186,"cosmic::iced::advanced::mouse::ScrollDelta"],[17190,"cosmic::iced::advanced::mouse::click"],[17195,"cosmic::iced::advanced::overlay"],[17206,"cosmic::iced::advanced::renderer"],[17220,"cosmic::iced::advanced::subscription"],[17225,"cosmic::iced::advanced::svg"],[17232,"cosmic::iced::advanced::text"],[17304,"cosmic::iced::advanced::text::editor"],[17350,"cosmic::iced::advanced::text::editor::Action"],[17351,"cosmic::iced::advanced::text::highlighter"],[17364,"cosmic::iced::advanced::widget"],[17400,"cosmic::iced::advanced::widget::operation"],[17436,"cosmic::iced::advanced::widget::operation::focusable"],[17448,"cosmic::iced::advanced::widget::operation::scrollable"],[17459,"cosmic::iced::advanced::widget::operation::text_input"],[17468,"cosmic::iced::advanced::widget::text"],[17483,"cosmic::iced::advanced::widget::tree"],[17493,"cosmic::iced::application"],[17514,"cosmic::iced::clipboard"],[17520,"cosmic::iced::clipboard::dnd"],[17937,"cosmic::iced::clipboard::dnd::Icon"],[17941,"cosmic::iced::clipboard::dnd::OfferEvent"],[17949,"cosmic::iced::clipboard::mime"],[18100,"cosmic::iced::clipboard::mime::platform"],[18101,"cosmic::iced::command"],[18103,"cosmic::iced::event"],[18120,"cosmic::iced::executor"],[18125,"cosmic::iced::font"],[18163,"cosmic::iced::keyboard"],[18179,"cosmic::iced::keyboard::Event"],[18186,"cosmic::iced::mouse"],[18217,"cosmic::iced::mouse::Event"],[18219,"cosmic::iced::mouse::ScrollDelta"],[18223,"cosmic::iced::overlay"],[18225,"cosmic::iced::overlay::menu"],[18236,"cosmic::iced::settings"],[18245,"cosmic::iced::subscription"],[18250,"cosmic::iced::time"],[18253,"cosmic::iced::touch"],[18259,"cosmic::iced::touch::Event"],[18267,"cosmic::iced::widget"],[18365,"cosmic::iced::widget::button"],[18388,"cosmic::iced::widget::canvas"],[18443,"cosmic::iced::widget::canvas::event"],[18450,"cosmic::iced::widget::checkbox"],[18466,"cosmic::iced::widget::combo_box"],[18470,"cosmic::iced::widget::container"],[18483,"cosmic::iced::widget::image"],[18493,"cosmic::iced::widget::image::viewer"],[18496,"cosmic::iced::widget::keyed"],[18498,"cosmic::iced::widget::keyed::column"],[18499,"cosmic::iced::widget::pane_grid"],[18560,"cosmic::iced::widget::pane_grid::Configuration"],[18564,"cosmic::iced::widget::pane_grid::DragEvent"],[18568,"cosmic::iced::widget::pane_grid::Node"],[18573,"cosmic::iced::widget::pane_grid::state"],[18582,"cosmic::iced::widget::pane_grid::state::Action"],[18588,"cosmic::iced::widget::pick_list"],[18616,"cosmic::iced::widget::pick_list::Handle"],[18619,"cosmic::iced::widget::progress_bar"],[18627,"cosmic::iced::widget::radio"],[18638,"cosmic::iced::widget::rule"],[18652,"cosmic::iced::widget::scrollable"],[18690,"cosmic::iced::widget::scrollable::Direction"],[18692,"cosmic::iced::widget::slider"],[18721,"cosmic::iced::widget::slider::HandleShape"],[18725,"cosmic::iced::widget::slider::RailBackground"],[18727,"cosmic::iced::widget::space"],[18728,"cosmic::iced::widget::svg"],[18736,"cosmic::iced::widget::text"],[18751,"cosmic::iced::widget::text_editor"],[18794,"cosmic::iced::widget::text_editor::Action"],[18795,"cosmic::iced::widget::text_input"],[18833,"cosmic::iced::widget::text_input::cursor"],[18837,"cosmic::iced::widget::text_input::cursor::State"],[18839,"cosmic::iced::widget::theme"],[18912,"cosmic::iced::widget::theme::palette"],[18951,"cosmic::iced::widget::toggler"],[18964,"cosmic::iced::widget::tooltip"],[18971,"cosmic::iced::widget::vertical_slider"],[18993,"cosmic::iced::widget::vertical_slider::HandleShape"],[18997,"cosmic::iced::window"],[19095,"cosmic::iced::window::Event"],[19101,"cosmic::iced::window::icon"],[19149,"cosmic::iced::window::screenshot"],[19155,"cosmic::iced::window::settings"],[19171,"cosmic::iced_core"],[19315,"cosmic::iced_core::alignment"],[19327,"cosmic::iced_core::border"],[19332,"cosmic::iced_core::clipboard"],[19355,"cosmic::iced_core::event"],[19369,"cosmic::iced_core::font"],[19405,"cosmic::iced_core::gradient"],[19413,"cosmic::iced_core::id"],[19421,"cosmic::iced_core::image"],[19434,"cosmic::iced_core::image::Data"],[19437,"cosmic::iced_core::keyboard"],[19452,"cosmic::iced_core::keyboard::Event"],[19459,"cosmic::iced_core::keyboard::key"],[19770,"cosmic::iced_core::layout"],[19780,"cosmic::iced_core::layout::flex"],[19784,"cosmic::iced_core::mouse"],[19817,"cosmic::iced_core::mouse::Event"],[19819,"cosmic::iced_core::mouse::ScrollDelta"],[19823,"cosmic::iced_core::mouse::click"],[19828,"cosmic::iced_core::overlay"],[19839,"cosmic::iced_core::renderer"],[19853,"cosmic::iced_core::svg"],[19860,"cosmic::iced_core::text"],[19932,"cosmic::iced_core::text::editor"],[19978,"cosmic::iced_core::text::editor::Action"],[19979,"cosmic::iced_core::text::highlighter"],[19992,"cosmic::iced_core::time"],[19994,"cosmic::iced_core::touch"],[20000,"cosmic::iced_core::touch::Event"],[20008,"cosmic::iced_core::widget"],[20044,"cosmic::iced_core::widget::operation"],[20080,"cosmic::iced_core::widget::operation::focusable"],[20092,"cosmic::iced_core::widget::operation::scrollable"],[20103,"cosmic::iced_core::widget::operation::text_input"],[20112,"cosmic::iced_core::widget::text"],[20127,"cosmic::iced_core::widget::tree"],[20137,"cosmic::iced_core::window"],[20185,"cosmic::iced_core::window::Event"],[20191,"cosmic::iced_core::window::icon"],[20196,"cosmic::iced_core::window::icon::Error"],[20201,"cosmic::iced_core::window::settings"],[20217,"cosmic::iced_futures"],[20233,"cosmic::iced_futures::backend"],[20236,"cosmic::iced_futures::backend::default"],[20237,"cosmic::iced_futures::backend::native"],[20239,"cosmic::iced_futures::backend::native::thread_pool"],[20241,"cosmic::iced_futures::backend::native::tokio"],[20243,"cosmic::iced_futures::backend::native::tokio::time"],[20244,"cosmic::iced_futures::backend::null"],[20246,"cosmic::iced_futures::core"],[20390,"cosmic::iced_futures::core::alignment"],[20402,"cosmic::iced_futures::core::border"],[20407,"cosmic::iced_futures::core::clipboard"],[20430,"cosmic::iced_futures::core::event"],[20444,"cosmic::iced_futures::core::font"],[20480,"cosmic::iced_futures::core::gradient"],[20488,"cosmic::iced_futures::core::id"],[20496,"cosmic::iced_futures::core::image"],[20509,"cosmic::iced_futures::core::image::Data"],[20512,"cosmic::iced_futures::core::keyboard"],[20527,"cosmic::iced_futures::core::keyboard::Event"],[20534,"cosmic::iced_futures::core::keyboard::key"],[20845,"cosmic::iced_futures::core::layout"],[20855,"cosmic::iced_futures::core::layout::flex"],[20859,"cosmic::iced_futures::core::mouse"],[20892,"cosmic::iced_futures::core::mouse::Event"],[20894,"cosmic::iced_futures::core::mouse::ScrollDelta"],[20898,"cosmic::iced_futures::core::mouse::click"],[20903,"cosmic::iced_futures::core::overlay"],[20914,"cosmic::iced_futures::core::renderer"],[20928,"cosmic::iced_futures::core::svg"],[20935,"cosmic::iced_futures::core::text"],[21007,"cosmic::iced_futures::core::text::editor"],[21053,"cosmic::iced_futures::core::text::editor::Action"],[21054,"cosmic::iced_futures::core::text::highlighter"],[21067,"cosmic::iced_futures::core::time"],[21069,"cosmic::iced_futures::core::touch"],[21075,"cosmic::iced_futures::core::touch::Event"],[21083,"cosmic::iced_futures::core::widget"],[21119,"cosmic::iced_futures::core::widget::operation"],[21155,"cosmic::iced_futures::core::widget::operation::focusable"],[21167,"cosmic::iced_futures::core::widget::operation::scrollable"],[21178,"cosmic::iced_futures::core::widget::operation::text_input"],[21187,"cosmic::iced_futures::core::widget::text"],[21202,"cosmic::iced_futures::core::widget::tree"],[21212,"cosmic::iced_futures::core::window"],[21260,"cosmic::iced_futures::core::window::Event"],[21266,"cosmic::iced_futures::core::window::icon"],[21271,"cosmic::iced_futures::core::window::icon::Error"],[21276,"cosmic::iced_futures::core::window::settings"],[21292,"cosmic::iced_futures::event"],[21295,"cosmic::iced_futures::executor"],[21299,"cosmic::iced_futures::futures"],[21503,"cosmic::iced_futures::futures::channel"],[21505,"cosmic::iced_futures::futures::channel::mpsc"],[21514,"cosmic::iced_futures::futures::channel::oneshot"],[21519,"cosmic::iced_futures::futures::executor"],[21529,"cosmic::iced_futures::futures::io"],[21658,"cosmic::iced_futures::futures::lock"],[21664,"cosmic::iced_futures::futures::never"],[21665,"cosmic::iced_futures::futures::prelude"],[21857,"cosmic::iced_futures::futures::prelude::future"],[21997,"cosmic::iced_futures::futures::prelude::sink"],[22036,"cosmic::iced_futures::futures::prelude::stream"],[22237,"cosmic::iced_futures::futures::prelude::stream::futures_unordered"],[22243,"cosmic::iced_futures::futures::prelude::stream::select_all"],[22248,"cosmic::iced_futures::futures::task"],[22282,"cosmic::iced_futures::keyboard"],[22284,"cosmic::iced_futures::subscription"],[22295,"cosmic::iced_renderer"],[22307,"cosmic::iced_renderer::compositor"],[22311,"cosmic::iced_renderer::geometry"],[22316,"cosmic::iced_renderer::graphics"],[22372,"cosmic::iced_renderer::graphics::Mesh"],[22376,"cosmic::iced_renderer::graphics::Primitive"],[22411,"cosmic::iced_renderer::graphics::backend"],[22419,"cosmic::iced_renderer::graphics::color"],[22422,"cosmic::iced_renderer::graphics::compositor"],[22445,"cosmic::iced_renderer::graphics::core"],[22589,"cosmic::iced_renderer::graphics::core::alignment"],[22601,"cosmic::iced_renderer::graphics::core::border"],[22606,"cosmic::iced_renderer::graphics::core::clipboard"],[22629,"cosmic::iced_renderer::graphics::core::event"],[22643,"cosmic::iced_renderer::graphics::core::font"],[22679,"cosmic::iced_renderer::graphics::core::gradient"],[22687,"cosmic::iced_renderer::graphics::core::id"],[22695,"cosmic::iced_renderer::graphics::core::image"],[22708,"cosmic::iced_renderer::graphics::core::image::Data"],[22711,"cosmic::iced_renderer::graphics::core::keyboard"],[22726,"cosmic::iced_renderer::graphics::core::keyboard::Event"],[22733,"cosmic::iced_renderer::graphics::core::keyboard::key"],[23044,"cosmic::iced_renderer::graphics::core::layout"],[23054,"cosmic::iced_renderer::graphics::core::layout::flex"],[23058,"cosmic::iced_renderer::graphics::core::mouse"],[23091,"cosmic::iced_renderer::graphics::core::mouse::Event"],[23093,"cosmic::iced_renderer::graphics::core::mouse::ScrollDelta"],[23097,"cosmic::iced_renderer::graphics::core::mouse::click"],[23102,"cosmic::iced_renderer::graphics::core::overlay"],[23113,"cosmic::iced_renderer::graphics::core::renderer"],[23127,"cosmic::iced_renderer::graphics::core::svg"],[23134,"cosmic::iced_renderer::graphics::core::text"],[23206,"cosmic::iced_renderer::graphics::core::text::editor"],[23252,"cosmic::iced_renderer::graphics::core::text::editor::Action"],[23253,"cosmic::iced_renderer::graphics::core::text::highlighter"],[23266,"cosmic::iced_renderer::graphics::core::time"],[23268,"cosmic::iced_renderer::graphics::core::touch"],[23274,"cosmic::iced_renderer::graphics::core::touch::Event"],[23282,"cosmic::iced_renderer::graphics::core::widget"],[23318,"cosmic::iced_renderer::graphics::core::widget::operation"],[23354,"cosmic::iced_renderer::graphics::core::widget::operation::focusable"],[23366,"cosmic::iced_renderer::graphics::core::widget::operation::scrollable"],[23377,"cosmic::iced_renderer::graphics::core::widget::operation::text_input"],[23386,"cosmic::iced_renderer::graphics::core::widget::text"],[23401,"cosmic::iced_renderer::graphics::core::widget::tree"],[23411,"cosmic::iced_renderer::graphics::core::window"],[23459,"cosmic::iced_renderer::graphics::core::window::Event"],[23465,"cosmic::iced_renderer::graphics::core::window::icon"],[23470,"cosmic::iced_renderer::graphics::core::window::icon::Error"],[23475,"cosmic::iced_renderer::graphics::core::window::settings"],[23491,"cosmic::iced_renderer::graphics::damage"],[23495,"cosmic::iced_renderer::graphics::futures"],[23511,"cosmic::iced_renderer::graphics::futures::backend"],[23514,"cosmic::iced_renderer::graphics::futures::backend::default"],[23515,"cosmic::iced_renderer::graphics::futures::backend::native"],[23517,"cosmic::iced_renderer::graphics::futures::backend::native::thread_pool"],[23519,"cosmic::iced_renderer::graphics::futures::backend::native::tokio"],[23521,"cosmic::iced_renderer::graphics::futures::backend::native::tokio::time"],[23522,"cosmic::iced_renderer::graphics::futures::backend::null"],[23524,"cosmic::iced_renderer::graphics::futures::event"],[23527,"cosmic::iced_renderer::graphics::futures::executor"],[23531,"cosmic::iced_renderer::graphics::futures::futures"],[23735,"cosmic::iced_renderer::graphics::futures::futures::channel"],[23737,"cosmic::iced_renderer::graphics::futures::futures::channel::mpsc"],[23746,"cosmic::iced_renderer::graphics::futures::futures::channel::oneshot"],[23751,"cosmic::iced_renderer::graphics::futures::futures::executor"],[23761,"cosmic::iced_renderer::graphics::futures::futures::io"],[23890,"cosmic::iced_renderer::graphics::futures::futures::lock"],[23896,"cosmic::iced_renderer::graphics::futures::futures::never"],[23897,"cosmic::iced_renderer::graphics::futures::futures::prelude"],[24089,"cosmic::iced_renderer::graphics::futures::futures::prelude::future"],[24229,"cosmic::iced_renderer::graphics::futures::futures::prelude::sink"],[24268,"cosmic::iced_renderer::graphics::futures::futures::prelude::stream"],[24469,"cosmic::iced_renderer::graphics::futures::futures::prelude::stream::futures_unordered"],[24475,"cosmic::iced_renderer::graphics::futures::futures::prelude::stream::select_all"],[24480,"cosmic::iced_renderer::graphics::futures::futures::task"],[24514,"cosmic::iced_renderer::graphics::futures::keyboard"],[24516,"cosmic::iced_renderer::graphics::futures::subscription"],[24527,"cosmic::iced_renderer::graphics::geometry"],[24569,"cosmic::iced_renderer::graphics::geometry::fill"],[24578,"cosmic::iced_renderer::graphics::geometry::path"],[24586,"cosmic::iced_renderer::graphics::geometry::path::arc"],[24597,"cosmic::iced_renderer::graphics::geometry::path::lyon_path"],[24678,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::Event"],[24691,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::IdEvent"],[24704,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::PathEvent"],[24717,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::builder"],[24772,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::commands"],[24779,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom"],[24885,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::arc"],[24901,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::arrayvec"],[24906,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::cubic_bezier"],[24912,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid"],[25026,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid::approxeq"],[25030,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid::approxord"],[25032,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid::default"],[25115,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid::num"],[25125,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::quadratic_bezier"],[25132,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::traits"],[25152,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::utils"],[25158,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::iterator"],[25165,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::math"],[25195,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::path"],[25204,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::path_buffer"],[25209,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::polygon"],[25219,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::traits"],[25268,"cosmic::iced_renderer::graphics::geometry::stroke"],[25288,"cosmic::iced_renderer::graphics::gradient"],[25296,"cosmic::iced_renderer::graphics::image"],[25297,"cosmic::iced_renderer::graphics::image::image_rs"],[25493,"cosmic::iced_renderer::graphics::image::image_rs::buffer"],[25503,"cosmic::iced_renderer::graphics::image::image_rs::codecs"],[25518,"cosmic::iced_renderer::graphics::image::image_rs::codecs::bmp"],[25520,"cosmic::iced_renderer::graphics::image::image_rs::codecs::dds"],[25521,"cosmic::iced_renderer::graphics::image::image_rs::codecs::dxt"],[25528,"cosmic::iced_renderer::graphics::image::image_rs::codecs::farbfeld"],[25531,"cosmic::iced_renderer::graphics::image::image_rs::codecs::gif"],[25537,"cosmic::iced_renderer::graphics::image::image_rs::codecs::hdr"],[25557,"cosmic::iced_renderer::graphics::image::image_rs::codecs::ico"],[25560,"cosmic::iced_renderer::graphics::image::image_rs::codecs::jpeg"],[25569,"cosmic::iced_renderer::graphics::image::image_rs::codecs::openexr"],[25571,"cosmic::iced_renderer::graphics::image::image_rs::codecs::png"],[25588,"cosmic::iced_renderer::graphics::image::image_rs::codecs::pnm"],[25627,"cosmic::iced_renderer::graphics::image::image_rs::codecs::qoi"],[25629,"cosmic::iced_renderer::graphics::image::image_rs::codecs::tga"],[25631,"cosmic::iced_renderer::graphics::image::image_rs::codecs::tiff"],[25634,"cosmic::iced_renderer::graphics::image::image_rs::codecs::webp"],[25638,"cosmic::iced_renderer::graphics::image::image_rs::codecs::webp::vp8"],[25648,"cosmic::iced_renderer::graphics::image::image_rs::error"],[25681,"cosmic::iced_renderer::graphics::image::image_rs::error::LimitErrorKind"],[25683,"cosmic::iced_renderer::graphics::image::image_rs::flat"],[25707,"cosmic::iced_renderer::graphics::image::image_rs::imageops"],[25761,"cosmic::iced_renderer::graphics::image::image_rs::imageops::colorops"],[25781,"cosmic::iced_renderer::graphics::image::image_rs::io"],[25787,"cosmic::iced_renderer::graphics::image::image_rs::math"],[25792,"cosmic::iced_renderer::graphics::mesh"],[25804,"cosmic::iced_renderer::graphics::mesh::Mesh"],[25808,"cosmic::iced_renderer::graphics::renderer"],[25809,"cosmic::iced_renderer::graphics::text"],[25827,"cosmic::iced_renderer::graphics::text::cache"],[25839,"cosmic::iced_renderer::graphics::text::cosmic_text"],[26123,"cosmic::iced_renderer::graphics::text::cosmic_text::Action"],[26132,"cosmic::iced_renderer::graphics::text::cosmic_text::fontdb"],[26382,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz"],[26420,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::script"],[26578,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser"],[27038,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::ankr"],[27042,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout"],[27056,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::class"],[27059,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::state"],[27060,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::avar"],[27067,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cbdt"],[27068,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cblc"],[27069,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff"],[27077,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff2"],[27078,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cmap"],[27112,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::colr"],[27117,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cpal"],[27118,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::feat"],[27131,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::fvar"],[27140,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gdef"],[27146,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::glyf"],[27147,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos"],[27211,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::PairAdjustment"],[27216,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::SingleAdjustment"],[27220,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub"],[27256,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub::SingleSubstitution"],[27260,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gvar"],[27261,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::head"],[27268,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hhea"],[27273,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hmtx"],[27280,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hvar"],[27281,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::kern"],[27303,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::kerx"],[27332,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::loca"],[27335,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::math"],[27377,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::maxp"],[27379,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::morx"],[27421,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::mvar"],[27422,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::name"],[27438,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::name_id"],[27463,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout"],[27536,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ChainedContextLookup"],[27548,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ClassDefinition"],[27551,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ContextLookup"],[27559,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::Coverage"],[27561,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::os2"],[27599,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::post"],[27604,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::sbix"],[27611,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::svg"],[27619,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::trak"],[27631,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::vhea"],[27636,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::vorg"],[27642,"cosmic::iced_renderer::graphics::text::editor"],[27645,"cosmic::iced_renderer::graphics::text::paragraph"],[27650,"cosmic::iced_runtime"],[27674,"cosmic::iced_runtime::clipboard"],[27691,"cosmic::iced_runtime::command"],[27704,"cosmic::iced_runtime::command::Action"],[27706,"cosmic::iced_runtime::command::platform_specific"],[27708,"cosmic::iced_runtime::core"],[27852,"cosmic::iced_runtime::core::alignment"],[27864,"cosmic::iced_runtime::core::border"],[27869,"cosmic::iced_runtime::core::clipboard"],[27892,"cosmic::iced_runtime::core::event"],[27906,"cosmic::iced_runtime::core::font"],[27942,"cosmic::iced_runtime::core::gradient"],[27950,"cosmic::iced_runtime::core::id"],[27958,"cosmic::iced_runtime::core::image"],[27971,"cosmic::iced_runtime::core::image::Data"],[27974,"cosmic::iced_runtime::core::keyboard"],[27988,"cosmic::iced_runtime::core::keyboard::Event"],[27995,"cosmic::iced_runtime::core::layout"],[28005,"cosmic::iced_runtime::core::layout::flex"],[28009,"cosmic::iced_runtime::core::mouse"],[28042,"cosmic::iced_runtime::core::mouse::Event"],[28044,"cosmic::iced_runtime::core::mouse::ScrollDelta"],[28048,"cosmic::iced_runtime::core::mouse::click"],[28053,"cosmic::iced_runtime::core::overlay"],[28064,"cosmic::iced_runtime::core::renderer"],[28078,"cosmic::iced_runtime::core::svg"],[28085,"cosmic::iced_runtime::core::text"],[28157,"cosmic::iced_runtime::core::text::editor"],[28203,"cosmic::iced_runtime::core::text::editor::Action"],[28204,"cosmic::iced_runtime::core::text::highlighter"],[28217,"cosmic::iced_runtime::core::time"],[28219,"cosmic::iced_runtime::core::touch"],[28225,"cosmic::iced_runtime::core::touch::Event"],[28233,"cosmic::iced_runtime::core::widget"],[28269,"cosmic::iced_runtime::core::widget::operation"],[28305,"cosmic::iced_runtime::core::widget::operation::focusable"],[28317,"cosmic::iced_runtime::core::widget::operation::scrollable"],[28328,"cosmic::iced_runtime::core::widget::operation::text_input"],[28337,"cosmic::iced_runtime::core::widget::text"],[28352,"cosmic::iced_runtime::core::widget::tree"],[28362,"cosmic::iced_runtime::core::window"],[28410,"cosmic::iced_runtime::core::window::Event"],[28416,"cosmic::iced_runtime::core::window::icon"],[28421,"cosmic::iced_runtime::core::window::icon::Error"],[28426,"cosmic::iced_runtime::core::window::settings"],[28442,"cosmic::iced_runtime::dnd"],[28453,"cosmic::iced_runtime::dnd::DndAction"],[28460,"cosmic::iced_runtime::font"],[28498,"cosmic::iced_runtime::futures"],[28514,"cosmic::iced_runtime::futures::backend"],[28517,"cosmic::iced_runtime::futures::backend::default"],[28518,"cosmic::iced_runtime::futures::backend::native"],[28520,"cosmic::iced_runtime::futures::backend::native::thread_pool"],[28522,"cosmic::iced_runtime::futures::backend::native::tokio"],[28524,"cosmic::iced_runtime::futures::backend::native::tokio::time"],[28525,"cosmic::iced_runtime::futures::backend::null"],[28527,"cosmic::iced_runtime::futures::event"],[28530,"cosmic::iced_runtime::futures::executor"],[28534,"cosmic::iced_runtime::futures::futures"],[28738,"cosmic::iced_runtime::futures::futures::channel"],[28740,"cosmic::iced_runtime::futures::futures::channel::mpsc"],[28749,"cosmic::iced_runtime::futures::futures::channel::oneshot"],[28754,"cosmic::iced_runtime::futures::futures::executor"],[28764,"cosmic::iced_runtime::futures::futures::io"],[28893,"cosmic::iced_runtime::futures::futures::lock"],[28899,"cosmic::iced_runtime::futures::futures::never"],[28900,"cosmic::iced_runtime::futures::futures::prelude"],[29092,"cosmic::iced_runtime::futures::futures::prelude::future"],[29232,"cosmic::iced_runtime::futures::futures::prelude::sink"],[29271,"cosmic::iced_runtime::futures::futures::prelude::stream"],[29472,"cosmic::iced_runtime::futures::futures::prelude::stream::futures_unordered"],[29478,"cosmic::iced_runtime::futures::futures::prelude::stream::select_all"],[29483,"cosmic::iced_runtime::futures::futures::task"],[29517,"cosmic::iced_runtime::futures::keyboard"],[29519,"cosmic::iced_runtime::futures::subscription"],[29530,"cosmic::iced_runtime::keyboard"],[29545,"cosmic::iced_runtime::keyboard::Event"],[29552,"cosmic::iced_runtime::keyboard::key"],[29863,"cosmic::iced_runtime::overlay"],[29864,"cosmic::iced_runtime::program"],[29871,"cosmic::iced_runtime::system"],[29884,"cosmic::iced_runtime::user_interface"],[29889,"cosmic::iced_runtime::user_interface::State"],[29890,"cosmic::iced_runtime::window"],[29939,"cosmic::iced_runtime::window::screenshot"],[29945,"cosmic::iced_style"],[29966,"cosmic::iced_style::application"],[29973,"cosmic::iced_style::button"],[29989,"cosmic::iced_style::checkbox"],[29998,"cosmic::iced_style::container"],[30007,"cosmic::iced_style::core"],[30151,"cosmic::iced_style::core::alignment"],[30163,"cosmic::iced_style::core::border"],[30168,"cosmic::iced_style::core::clipboard"],[30191,"cosmic::iced_style::core::event"],[30205,"cosmic::iced_style::core::font"],[30241,"cosmic::iced_style::core::gradient"],[30249,"cosmic::iced_style::core::id"],[30257,"cosmic::iced_style::core::image"],[30270,"cosmic::iced_style::core::image::Data"],[30273,"cosmic::iced_style::core::keyboard"],[30288,"cosmic::iced_style::core::keyboard::Event"],[30295,"cosmic::iced_style::core::keyboard::key"],[30606,"cosmic::iced_style::core::layout"],[30616,"cosmic::iced_style::core::layout::flex"],[30620,"cosmic::iced_style::core::mouse"],[30653,"cosmic::iced_style::core::mouse::Event"],[30655,"cosmic::iced_style::core::mouse::ScrollDelta"],[30659,"cosmic::iced_style::core::mouse::click"],[30664,"cosmic::iced_style::core::overlay"],[30675,"cosmic::iced_style::core::renderer"],[30689,"cosmic::iced_style::core::svg"],[30696,"cosmic::iced_style::core::text"],[30768,"cosmic::iced_style::core::text::editor"],[30814,"cosmic::iced_style::core::text::editor::Action"],[30815,"cosmic::iced_style::core::text::highlighter"],[30828,"cosmic::iced_style::core::time"],[30830,"cosmic::iced_style::core::touch"],[30836,"cosmic::iced_style::core::touch::Event"],[30844,"cosmic::iced_style::core::widget"],[30880,"cosmic::iced_style::core::widget::operation"],[30916,"cosmic::iced_style::core::widget::operation::focusable"],[30928,"cosmic::iced_style::core::widget::operation::scrollable"],[30939,"cosmic::iced_style::core::widget::operation::text_input"],[30948,"cosmic::iced_style::core::widget::text"],[30963,"cosmic::iced_style::core::widget::tree"],[30973,"cosmic::iced_style::core::window"],[31021,"cosmic::iced_style::core::window::Event"],[31027,"cosmic::iced_style::core::window::icon"],[31032,"cosmic::iced_style::core::window::icon::Error"],[31037,"cosmic::iced_style::core::window::settings"],[31053,"cosmic::iced_style::menu"],[31062,"cosmic::iced_style::pane_grid"],[31073,"cosmic::iced_style::pick_list"],[31083,"cosmic::iced_style::progress_bar"],[31090,"cosmic::iced_style::radio"],[31100,"cosmic::iced_style::rule"],[31113,"cosmic::iced_style::scrollable"],[31128,"cosmic::iced_style::slider"],[31154,"cosmic::iced_style::slider::HandleShape"],[31158,"cosmic::iced_style::slider::RailBackground"],[31160,"cosmic::iced_style::svg"],[31166,"cosmic::iced_style::text_editor"],[31179,"cosmic::iced_style::text_input"],[31193,"cosmic::iced_style::theme"],[31266,"cosmic::iced_style::theme::palette"],[31305,"cosmic::iced_style::toggler"],[31317,"cosmic::iced_widget"],[32705,"cosmic::iced_widget::button"],[32777,"cosmic::iced_widget::canvas"],[32873,"cosmic::iced_widget::canvas::event"],[32880,"cosmic::iced_widget::canvas::fill"],[32889,"cosmic::iced_widget::canvas::gradient"],[32897,"cosmic::iced_widget::canvas::path"],[32905,"cosmic::iced_widget::canvas::path::arc"],[32916,"cosmic::iced_widget::canvas::path::lyon_path"],[32997,"cosmic::iced_widget::canvas::path::lyon_path::Event"],[33010,"cosmic::iced_widget::canvas::path::lyon_path::IdEvent"],[33023,"cosmic::iced_widget::canvas::path::lyon_path::PathEvent"],[33036,"cosmic::iced_widget::canvas::path::lyon_path::builder"],[33091,"cosmic::iced_widget::canvas::path::lyon_path::commands"],[33098,"cosmic::iced_widget::canvas::path::lyon_path::geom"],[33204,"cosmic::iced_widget::canvas::path::lyon_path::geom::arc"],[33220,"cosmic::iced_widget::canvas::path::lyon_path::geom::arrayvec"],[33225,"cosmic::iced_widget::canvas::path::lyon_path::geom::cubic_bezier"],[33231,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid"],[33345,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid::approxeq"],[33349,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid::approxord"],[33351,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid::default"],[33434,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid::num"],[33444,"cosmic::iced_widget::canvas::path::lyon_path::geom::quadratic_bezier"],[33451,"cosmic::iced_widget::canvas::path::lyon_path::geom::traits"],[33471,"cosmic::iced_widget::canvas::path::lyon_path::geom::utils"],[33477,"cosmic::iced_widget::canvas::path::lyon_path::iterator"],[33484,"cosmic::iced_widget::canvas::path::lyon_path::math"],[33514,"cosmic::iced_widget::canvas::path::lyon_path::path"],[33523,"cosmic::iced_widget::canvas::path::lyon_path::path_buffer"],[33528,"cosmic::iced_widget::canvas::path::lyon_path::polygon"],[33538,"cosmic::iced_widget::canvas::path::lyon_path::traits"],[33587,"cosmic::iced_widget::canvas::stroke"],[33607,"cosmic::iced_widget::checkbox"],[33660,"cosmic::iced_widget::combo_box"],[33701,"cosmic::iced_widget::container"],[33714,"cosmic::iced_widget::image"],[33770,"cosmic::iced_widget::image::viewer"],[33812,"cosmic::iced_widget::keyed"],[33866,"cosmic::iced_widget::keyed::column"],[33867,"cosmic::iced_widget::overlay"],[33868,"cosmic::iced_widget::overlay::menu"],[33953,"cosmic::iced_widget::pane_grid"],[34608,"cosmic::iced_widget::pane_grid::Configuration"],[34612,"cosmic::iced_widget::pane_grid::DragEvent"],[34616,"cosmic::iced_widget::pane_grid::Node"],[34621,"cosmic::iced_widget::pane_grid::state"],[34708,"cosmic::iced_widget::pane_grid::state::Action"],[34714,"cosmic::iced_widget::pick_list"],[34850,"cosmic::iced_widget::pick_list::Handle"],[34853,"cosmic::iced_widget::progress_bar"],[34861,"cosmic::iced_widget::radio"],[34872,"cosmic::iced_widget::renderer"],[34992,"cosmic::iced_widget::renderer::compositor"],[35027,"cosmic::iced_widget::renderer::geometry"],[35116,"cosmic::iced_widget::renderer::graphics"],[35171,"cosmic::iced_widget::renderer::graphics::Mesh"],[35175,"cosmic::iced_widget::renderer::graphics::Primitive"],[35210,"cosmic::iced_widget::renderer::graphics::backend"],[35218,"cosmic::iced_widget::renderer::graphics::color"],[35221,"cosmic::iced_widget::renderer::graphics::compositor"],[35244,"cosmic::iced_widget::renderer::graphics::core"],[35388,"cosmic::iced_widget::renderer::graphics::core::alignment"],[35400,"cosmic::iced_widget::renderer::graphics::core::border"],[35405,"cosmic::iced_widget::renderer::graphics::core::clipboard"],[35428,"cosmic::iced_widget::renderer::graphics::core::event"],[35442,"cosmic::iced_widget::renderer::graphics::core::font"],[35478,"cosmic::iced_widget::renderer::graphics::core::gradient"],[35486,"cosmic::iced_widget::renderer::graphics::core::id"],[35494,"cosmic::iced_widget::renderer::graphics::core::image"],[35507,"cosmic::iced_widget::renderer::graphics::core::image::Data"],[35510,"cosmic::iced_widget::renderer::graphics::core::keyboard"],[35525,"cosmic::iced_widget::renderer::graphics::core::keyboard::Event"],[35532,"cosmic::iced_widget::renderer::graphics::core::keyboard::key"],[35843,"cosmic::iced_widget::renderer::graphics::core::layout"],[35853,"cosmic::iced_widget::renderer::graphics::core::layout::flex"],[35857,"cosmic::iced_widget::renderer::graphics::core::mouse"],[35890,"cosmic::iced_widget::renderer::graphics::core::mouse::Event"],[35892,"cosmic::iced_widget::renderer::graphics::core::mouse::ScrollDelta"],[35896,"cosmic::iced_widget::renderer::graphics::core::mouse::click"],[35901,"cosmic::iced_widget::renderer::graphics::core::overlay"],[35912,"cosmic::iced_widget::renderer::graphics::core::renderer"],[35926,"cosmic::iced_widget::renderer::graphics::core::svg"],[35933,"cosmic::iced_widget::renderer::graphics::core::text"],[36005,"cosmic::iced_widget::renderer::graphics::core::text::editor"],[36051,"cosmic::iced_widget::renderer::graphics::core::text::editor::Action"],[36052,"cosmic::iced_widget::renderer::graphics::core::text::highlighter"],[36065,"cosmic::iced_widget::renderer::graphics::core::time"],[36067,"cosmic::iced_widget::renderer::graphics::core::touch"],[36073,"cosmic::iced_widget::renderer::graphics::core::touch::Event"],[36081,"cosmic::iced_widget::renderer::graphics::core::widget"],[36117,"cosmic::iced_widget::renderer::graphics::core::widget::operation"],[36153,"cosmic::iced_widget::renderer::graphics::core::widget::operation::focusable"],[36165,"cosmic::iced_widget::renderer::graphics::core::widget::operation::scrollable"],[36176,"cosmic::iced_widget::renderer::graphics::core::widget::operation::text_input"],[36185,"cosmic::iced_widget::renderer::graphics::core::widget::text"],[36200,"cosmic::iced_widget::renderer::graphics::core::widget::tree"],[36210,"cosmic::iced_widget::renderer::graphics::core::window"],[36258,"cosmic::iced_widget::renderer::graphics::core::window::Event"],[36264,"cosmic::iced_widget::renderer::graphics::core::window::icon"],[36269,"cosmic::iced_widget::renderer::graphics::core::window::icon::Error"],[36274,"cosmic::iced_widget::renderer::graphics::core::window::settings"],[36290,"cosmic::iced_widget::renderer::graphics::damage"],[36294,"cosmic::iced_widget::renderer::graphics::futures"],[36310,"cosmic::iced_widget::renderer::graphics::futures::backend"],[36313,"cosmic::iced_widget::renderer::graphics::futures::backend::default"],[36314,"cosmic::iced_widget::renderer::graphics::futures::backend::native"],[36316,"cosmic::iced_widget::renderer::graphics::futures::backend::native::thread_pool"],[36318,"cosmic::iced_widget::renderer::graphics::futures::backend::native::tokio"],[36320,"cosmic::iced_widget::renderer::graphics::futures::backend::native::tokio::time"],[36321,"cosmic::iced_widget::renderer::graphics::futures::backend::null"],[36323,"cosmic::iced_widget::renderer::graphics::futures::event"],[36326,"cosmic::iced_widget::renderer::graphics::futures::executor"],[36330,"cosmic::iced_widget::renderer::graphics::futures::futures"],[36534,"cosmic::iced_widget::renderer::graphics::futures::futures::channel"],[36536,"cosmic::iced_widget::renderer::graphics::futures::futures::channel::mpsc"],[36545,"cosmic::iced_widget::renderer::graphics::futures::futures::channel::oneshot"],[36550,"cosmic::iced_widget::renderer::graphics::futures::futures::executor"],[36560,"cosmic::iced_widget::renderer::graphics::futures::futures::io"],[36689,"cosmic::iced_widget::renderer::graphics::futures::futures::lock"],[36695,"cosmic::iced_widget::renderer::graphics::futures::futures::never"],[36696,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude"],[36888,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::future"],[37028,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::sink"],[37067,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::stream"],[37268,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::stream::futures_unordered"],[37274,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::stream::select_all"],[37279,"cosmic::iced_widget::renderer::graphics::futures::futures::task"],[37313,"cosmic::iced_widget::renderer::graphics::futures::keyboard"],[37315,"cosmic::iced_widget::renderer::graphics::futures::subscription"],[37326,"cosmic::iced_widget::renderer::graphics::geometry"],[37365,"cosmic::iced_widget::renderer::graphics::image"],[37366,"cosmic::iced_widget::renderer::graphics::image::image_rs"],[37562,"cosmic::iced_widget::renderer::graphics::image::image_rs::buffer"],[37572,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs"],[37587,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::bmp"],[37589,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::dds"],[37590,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::dxt"],[37597,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::farbfeld"],[37600,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::gif"],[37606,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::hdr"],[37626,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::ico"],[37629,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::jpeg"],[37638,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::openexr"],[37640,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::png"],[37657,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::pnm"],[37696,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::qoi"],[37698,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::tga"],[37700,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::tiff"],[37703,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::webp"],[37707,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::webp::vp8"],[37717,"cosmic::iced_widget::renderer::graphics::image::image_rs::error"],[37750,"cosmic::iced_widget::renderer::graphics::image::image_rs::error::LimitErrorKind"],[37752,"cosmic::iced_widget::renderer::graphics::image::image_rs::flat"],[37776,"cosmic::iced_widget::renderer::graphics::image::image_rs::imageops"],[37830,"cosmic::iced_widget::renderer::graphics::image::image_rs::imageops::colorops"],[37850,"cosmic::iced_widget::renderer::graphics::image::image_rs::io"],[37856,"cosmic::iced_widget::renderer::graphics::image::image_rs::math"],[37861,"cosmic::iced_widget::renderer::graphics::mesh"],[37873,"cosmic::iced_widget::renderer::graphics::mesh::Mesh"],[37877,"cosmic::iced_widget::renderer::graphics::renderer"],[37878,"cosmic::iced_widget::renderer::graphics::text"],[37896,"cosmic::iced_widget::renderer::graphics::text::cache"],[37908,"cosmic::iced_widget::renderer::graphics::text::cosmic_text"],[38192,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::Action"],[38201,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::fontdb"],[38451,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz"],[38489,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::script"],[38647,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser"],[39107,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::ankr"],[39111,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout"],[39125,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::class"],[39128,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::state"],[39129,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::avar"],[39136,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cbdt"],[39137,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cblc"],[39138,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff"],[39146,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff2"],[39147,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cmap"],[39181,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::colr"],[39186,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cpal"],[39187,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::feat"],[39200,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::fvar"],[39209,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gdef"],[39215,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::glyf"],[39216,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos"],[39280,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::PairAdjustment"],[39285,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::SingleAdjustment"],[39289,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub"],[39325,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub::SingleSubstitution"],[39329,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gvar"],[39330,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::head"],[39337,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hhea"],[39342,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hmtx"],[39349,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hvar"],[39350,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::kern"],[39372,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::kerx"],[39401,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::loca"],[39404,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::math"],[39446,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::maxp"],[39448,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::morx"],[39490,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::mvar"],[39491,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::name"],[39507,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::name_id"],[39532,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout"],[39605,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ChainedContextLookup"],[39617,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ClassDefinition"],[39620,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ContextLookup"],[39628,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::Coverage"],[39630,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::os2"],[39668,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::post"],[39673,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::sbix"],[39680,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::svg"],[39688,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::trak"],[39700,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::vhea"],[39705,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::vorg"],[39711,"cosmic::iced_widget::renderer::graphics::text::editor"],[39714,"cosmic::iced_widget::renderer::graphics::text::paragraph"],[39719,"cosmic::iced_widget::rule"],[39733,"cosmic::iced_widget::runtime"],[39757,"cosmic::iced_widget::runtime::clipboard"],[39774,"cosmic::iced_widget::runtime::command"],[39787,"cosmic::iced_widget::runtime::command::Action"],[39789,"cosmic::iced_widget::runtime::command::platform_specific"],[39791,"cosmic::iced_widget::runtime::dnd"],[39802,"cosmic::iced_widget::runtime::dnd::DndAction"],[39809,"cosmic::iced_widget::runtime::font"],[39847,"cosmic::iced_widget::runtime::keyboard"],[39861,"cosmic::iced_widget::runtime::keyboard::Event"],[39868,"cosmic::iced_widget::runtime::overlay"],[39869,"cosmic::iced_widget::runtime::program"],[39876,"cosmic::iced_widget::runtime::system"],[39889,"cosmic::iced_widget::runtime::user_interface"],[39894,"cosmic::iced_widget::runtime::user_interface::State"],[39895,"cosmic::iced_widget::runtime::window"],[39944,"cosmic::iced_widget::runtime::window::screenshot"],[39950,"cosmic::iced_widget::scrollable"],[40200,"cosmic::iced_widget::scrollable::Direction"],[40202,"cosmic::iced_widget::slider"],[40273,"cosmic::iced_widget::slider::HandleShape"],[40277,"cosmic::iced_widget::slider::RailBackground"],[40279,"cosmic::iced_widget::space"],[40280,"cosmic::iced_widget::style"],[40301,"cosmic::iced_widget::style::application"],[40308,"cosmic::iced_widget::style::button"],[40324,"cosmic::iced_widget::style::checkbox"],[40333,"cosmic::iced_widget::style::container"],[40342,"cosmic::iced_widget::style::menu"],[40351,"cosmic::iced_widget::style::pane_grid"],[40362,"cosmic::iced_widget::style::pick_list"],[40372,"cosmic::iced_widget::style::progress_bar"],[40379,"cosmic::iced_widget::style::radio"],[40389,"cosmic::iced_widget::style::rule"],[40402,"cosmic::iced_widget::style::scrollable"],[40417,"cosmic::iced_widget::style::slider"],[40443,"cosmic::iced_widget::style::slider::HandleShape"],[40447,"cosmic::iced_widget::style::slider::RailBackground"],[40449,"cosmic::iced_widget::style::svg"],[40455,"cosmic::iced_widget::style::text_editor"],[40468,"cosmic::iced_widget::style::text_input"],[40482,"cosmic::iced_widget::style::theme"],[40555,"cosmic::iced_widget::style::theme::palette"],[40594,"cosmic::iced_widget::style::toggler"],[40606,"cosmic::iced_widget::svg"],[40614,"cosmic::iced_widget::text"],[40629,"cosmic::iced_widget::text_editor"],[40714,"cosmic::iced_widget::text_editor::Action"],[40715,"cosmic::iced_widget::text_input"],[40969,"cosmic::iced_widget::text_input::cursor"],[41009,"cosmic::iced_widget::text_input::cursor::State"],[41011,"cosmic::iced_widget::toggler"],[41024,"cosmic::iced_widget::tooltip"],[41071,"cosmic::iced_widget::vertical_slider"],[41135,"cosmic::iced_widget::vertical_slider::HandleShape"],[41139,"cosmic::iced_winit"],[41330,"cosmic::iced_winit::application"],[41428,"cosmic::iced_winit::application::UserEventWrapper"],[41433,"cosmic::iced_winit::clipboard"],[41434,"cosmic::iced_winit::conversion"],[41449,"cosmic::iced_winit::graphics"],[41843,"cosmic::iced_winit::graphics::Mesh"],[41847,"cosmic::iced_winit::graphics::Primitive"],[41882,"cosmic::iced_winit::graphics::backend"],[41890,"cosmic::iced_winit::graphics::color"],[41932,"cosmic::iced_winit::graphics::compositor"],[42031,"cosmic::iced_winit::graphics::core"],[43172,"cosmic::iced_winit::graphics::core::alignment"],[43266,"cosmic::iced_winit::graphics::core::border"],[43312,"cosmic::iced_winit::graphics::core::clipboard"],[43451,"cosmic::iced_winit::graphics::core::event"],[43583,"cosmic::iced_winit::graphics::core::font"],[43619,"cosmic::iced_winit::graphics::core::gradient"],[43705,"cosmic::iced_winit::graphics::core::id"],[43802,"cosmic::iced_winit::graphics::core::image"],[43989,"cosmic::iced_winit::graphics::core::image::Data"],[43992,"cosmic::iced_winit::graphics::core::keyboard"],[44007,"cosmic::iced_winit::graphics::core::keyboard::Event"],[44014,"cosmic::iced_winit::graphics::core::keyboard::key"],[44371,"cosmic::iced_winit::graphics::core::layout"],[44479,"cosmic::iced_winit::graphics::core::layout::flex"],[44516,"cosmic::iced_winit::graphics::core::mouse"],[44790,"cosmic::iced_winit::graphics::core::mouse::Event"],[44792,"cosmic::iced_winit::graphics::core::mouse::ScrollDelta"],[44796,"cosmic::iced_winit::graphics::core::mouse::click"],[44837,"cosmic::iced_winit::graphics::core::overlay"],[44934,"cosmic::iced_winit::graphics::core::renderer"],[45073,"cosmic::iced_winit::graphics::core::svg"],[45166,"cosmic::iced_winit::graphics::core::text"],[45316,"cosmic::iced_winit::graphics::core::text::editor"],[45552,"cosmic::iced_winit::graphics::core::text::editor::Action"],[45553,"cosmic::iced_winit::graphics::core::text::highlighter"],[45645,"cosmic::iced_winit::graphics::core::time"],[45807,"cosmic::iced_winit::graphics::core::touch"],[45891,"cosmic::iced_winit::graphics::core::touch::Event"],[45899,"cosmic::iced_winit::graphics::core::widget"],[46058,"cosmic::iced_winit::graphics::core::widget::operation"],[46198,"cosmic::iced_winit::graphics::core::widget::operation::focusable"],[46251,"cosmic::iced_winit::graphics::core::widget::operation::scrollable"],[46340,"cosmic::iced_winit::graphics::core::widget::operation::text_input"],[46349,"cosmic::iced_winit::graphics::core::widget::text"],[46519,"cosmic::iced_winit::graphics::core::widget::tree"],[46610,"cosmic::iced_winit::graphics::core::window"],[46967,"cosmic::iced_winit::graphics::core::window::Event"],[46973,"cosmic::iced_winit::graphics::core::window::icon"],[47014,"cosmic::iced_winit::graphics::core::window::icon::Error"],[47019,"cosmic::iced_winit::graphics::core::window::settings"],[47076,"cosmic::iced_winit::graphics::damage"],[47080,"cosmic::iced_winit::graphics::futures"],[47173,"cosmic::iced_winit::graphics::futures::backend"],[47176,"cosmic::iced_winit::graphics::futures::backend::default"],[47177,"cosmic::iced_winit::graphics::futures::backend::native"],[47179,"cosmic::iced_winit::graphics::futures::backend::native::thread_pool"],[47181,"cosmic::iced_winit::graphics::futures::backend::native::tokio"],[47183,"cosmic::iced_winit::graphics::futures::backend::native::tokio::time"],[47184,"cosmic::iced_winit::graphics::futures::backend::null"],[47221,"cosmic::iced_winit::graphics::futures::event"],[47224,"cosmic::iced_winit::graphics::futures::executor"],[47228,"cosmic::iced_winit::graphics::futures::futures"],[47434,"cosmic::iced_winit::graphics::futures::futures::channel"],[47436,"cosmic::iced_winit::graphics::futures::futures::channel::mpsc"],[47757,"cosmic::iced_winit::graphics::futures::futures::channel::oneshot"],[47919,"cosmic::iced_winit::graphics::futures::futures::executor"],[48207,"cosmic::iced_winit::graphics::futures::futures::io"],[50006,"cosmic::iced_winit::graphics::futures::futures::lock"],[50239,"cosmic::iced_winit::graphics::futures::futures::never"],[50240,"cosmic::iced_winit::graphics::futures::futures::prelude"],[50432,"cosmic::iced_winit::graphics::futures::futures::prelude::future"],[52546,"cosmic::iced_winit::graphics::futures::futures::prelude::sink"],[53113,"cosmic::iced_winit::graphics::futures::futures::prelude::stream"],[57184,"cosmic::iced_winit::graphics::futures::futures::prelude::stream::futures_unordered"],[57376,"cosmic::iced_winit::graphics::futures::futures::prelude::stream::select_all"],[57489,"cosmic::iced_winit::graphics::futures::futures::task"],[57937,"cosmic::iced_winit::graphics::futures::keyboard"],[57939,"cosmic::iced_winit::graphics::futures::subscription"],[57987,"cosmic::iced_winit::graphics::geometry"],[58342,"cosmic::iced_winit::graphics::geometry::fill"],[58391,"cosmic::iced_winit::graphics::geometry::path"],[58480,"cosmic::iced_winit::graphics::geometry::path::arc"],[58528,"cosmic::iced_winit::graphics::geometry::path::lyon_path"],[59671,"cosmic::iced_winit::graphics::geometry::path::lyon_path::Event"],[59684,"cosmic::iced_winit::graphics::geometry::path::lyon_path::IdEvent"],[59697,"cosmic::iced_winit::graphics::geometry::path::lyon_path::PathEvent"],[59710,"cosmic::iced_winit::graphics::geometry::path::lyon_path::builder"],[60032,"cosmic::iced_winit::graphics::geometry::path::lyon_path::commands"],[60235,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom"],[61016,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::arc"],[61066,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::arrayvec"],[61445,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::cubic_bezier"],[61486,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid"],[63448,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid::approxeq"],[63452,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid::approxord"],[63454,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid::default"],[63537,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid::num"],[63547,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::quadratic_bezier"],[63657,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::traits"],[63677,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::utils"],[63683,"cosmic::iced_winit::graphics::geometry::path::lyon_path::iterator"],[63833,"cosmic::iced_winit::graphics::geometry::path::lyon_path::math"],[63863,"cosmic::iced_winit::graphics::geometry::path::lyon_path::path"],[63872,"cosmic::iced_winit::graphics::geometry::path::lyon_path::path_buffer"],[64012,"cosmic::iced_winit::graphics::geometry::path::lyon_path::polygon"],[64172,"cosmic::iced_winit::graphics::geometry::path::lyon_path::traits"],[64221,"cosmic::iced_winit::graphics::geometry::stroke"],[64241,"cosmic::iced_winit::graphics::gradient"],[64328,"cosmic::iced_winit::graphics::image"],[64329,"cosmic::iced_winit::graphics::image::image_rs"],[65557,"cosmic::iced_winit::graphics::image::image_rs::buffer"],[65879,"cosmic::iced_winit::graphics::image::image_rs::codecs"],[65894,"cosmic::iced_winit::graphics::image::image_rs::codecs::bmp"],[65973,"cosmic::iced_winit::graphics::image::image_rs::codecs::dds"],[66012,"cosmic::iced_winit::graphics::image::image_rs::codecs::dxt"],[66214,"cosmic::iced_winit::graphics::image::image_rs::codecs::farbfeld"],[66372,"cosmic::iced_winit::graphics::image::image_rs::codecs::gif"],[66574,"cosmic::iced_winit::graphics::image::image_rs::codecs::hdr"],[66906,"cosmic::iced_winit::graphics::image::image_rs::codecs::ico"],[67016,"cosmic::iced_winit::graphics::image::image_rs::codecs::jpeg"],[67184,"cosmic::iced_winit::graphics::image::image_rs::codecs::openexr"],[67262,"cosmic::iced_winit::graphics::image::image_rs::codecs::png"],[67556,"cosmic::iced_winit::graphics::image::image_rs::codecs::pnm"],[67980,"cosmic::iced_winit::graphics::image::image_rs::codecs::qoi"],[68052,"cosmic::iced_winit::graphics::image::image_rs::codecs::tga"],[68129,"cosmic::iced_winit::graphics::image::image_rs::codecs::tiff"],[68289,"cosmic::iced_winit::graphics::image::image_rs::codecs::webp"],[68411,"cosmic::iced_winit::graphics::image::image_rs::codecs::webp::vp8"],[68493,"cosmic::iced_winit::graphics::image::image_rs::error"],[68883,"cosmic::iced_winit::graphics::image::image_rs::error::LimitErrorKind"],[68885,"cosmic::iced_winit::graphics::image::image_rs::flat"],[69152,"cosmic::iced_winit::graphics::image::image_rs::imageops"],[69282,"cosmic::iced_winit::graphics::image::image_rs::imageops::colorops"],[69302,"cosmic::iced_winit::graphics::image::image_rs::io"],[69444,"cosmic::iced_winit::graphics::image::image_rs::math"],[69490,"cosmic::iced_winit::graphics::mesh"],[69618,"cosmic::iced_winit::graphics::mesh::Mesh"],[69622,"cosmic::iced_winit::graphics::renderer"],[69623,"cosmic::iced_winit::graphics::text"],[69893,"cosmic::iced_winit::graphics::text::cache"],[69973,"cosmic::iced_winit::graphics::text::cosmic_text"],[72507,"cosmic::iced_winit::graphics::text::cosmic_text::Action"],[72516,"cosmic::iced_winit::graphics::text::cosmic_text::fontdb"],[73126,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz"],[73880,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::script"],[74038,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser"],[75405,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::ankr"],[75489,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout"],[75700,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::class"],[75703,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::state"],[75704,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::avar"],[75859,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cbdt"],[75898,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cblc"],[75936,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff"],[76026,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff2"],[76066,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cmap"],[76639,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::colr"],[76683,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cpal"],[76723,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::feat"],[76921,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::fvar"],[77005,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gdef"],[77097,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::glyf"],[77136,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos"],[77946,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::PairAdjustment"],[77951,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::SingleAdjustment"],[77955,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub"],[78319,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub::SingleSubstitution"],[78323,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gvar"],[78362,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::head"],[78446,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::hhea"],[78488,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::hmtx"],[78571,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::hvar"],[78611,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::kern"],[78973,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::kerx"],[79446,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::loca"],[79489,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::math"],[80138,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::maxp"],[80177,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::morx"],[80772,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::mvar"],[80811,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::name"],[81024,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::name_id"],[81049,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout"],[81832,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ChainedContextLookup"],[81844,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ClassDefinition"],[81847,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ContextLookup"],[81855,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::Coverage"],[81857,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::os2"],[82206,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::post"],[82290,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::sbix"],[82448,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::svg"],[82609,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::trak"],[82806,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::vhea"],[82849,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::vorg"],[82930,"cosmic::iced_winit::graphics::text::editor"],[82971,"cosmic::iced_winit::graphics::text::paragraph"],[83014,"cosmic::iced_winit::runtime"],[83213,"cosmic::iced_winit::runtime::clipboard"],[83263,"cosmic::iced_winit::runtime::command"],[83309,"cosmic::iced_winit::runtime::command::Action"],[83311,"cosmic::iced_winit::runtime::command::platform_specific"],[83347,"cosmic::iced_winit::runtime::dnd"],[83391,"cosmic::iced_winit::runtime::dnd::DndAction"],[83398,"cosmic::iced_winit::runtime::font"],[83644,"cosmic::iced_winit::runtime::keyboard"],[83876,"cosmic::iced_winit::runtime::keyboard::Event"],[83883,"cosmic::iced_winit::runtime::overlay"],[83923,"cosmic::iced_winit::runtime::program"],[83969,"cosmic::iced_winit::runtime::system"],[84051,"cosmic::iced_winit::runtime::user_interface"],[84126,"cosmic::iced_winit::runtime::user_interface::State"],[84127,"cosmic::iced_winit::runtime::window"],[84294,"cosmic::iced_winit::runtime::window::screenshot"],[84336,"cosmic::iced_winit::settings"],[84341,"cosmic::iced_winit::style"],[84456,"cosmic::iced_winit::style::application"],[84500,"cosmic::iced_winit::style::button"],[84553,"cosmic::iced_winit::style::checkbox"],[84598,"cosmic::iced_winit::style::container"],[84646,"cosmic::iced_winit::style::menu"],[84691,"cosmic::iced_winit::style::pane_grid"],[84775,"cosmic::iced_winit::style::pick_list"],[84821,"cosmic::iced_winit::style::progress_bar"],[84864,"cosmic::iced_winit::style::radio"],[84910,"cosmic::iced_winit::style::rule"],[84996,"cosmic::iced_winit::style::scrollable"],[85083,"cosmic::iced_winit::style::slider"],[85325,"cosmic::iced_winit::style::slider::HandleShape"],[85329,"cosmic::iced_winit::style::slider::RailBackground"],[85331,"cosmic::iced_winit::style::svg"],[85374,"cosmic::iced_winit::style::text_editor"],[85423,"cosmic::iced_winit::style::text_input"],[85473,"cosmic::iced_winit::style::theme"],[86191,"cosmic::iced_winit::style::theme::palette"],[86496,"cosmic::iced_winit::style::toggler"],[86544,"cosmic::iced_winit::winit"],[86552,"cosmic::iced_winit::winit::dpi"],[86863,"cosmic::iced_winit::winit::error"],[87023,"cosmic::iced_winit::winit::event"],[87856,"cosmic::iced_winit::winit::event::DeviceEvent"],[87862,"cosmic::iced_winit::winit::event::Event"],[87866,"cosmic::iced_winit::winit::event::Force"],[87869,"cosmic::iced_winit::winit::event::StartCause"],[87873,"cosmic::iced_winit::winit::event::WindowEvent"],[87903,"cosmic::iced_winit::winit::event_loop"],[88252,"cosmic::iced_winit::winit::keyboard"],[89324,"cosmic::iced_winit::winit::monitor"],[89428,"cosmic::iced_winit::winit::platform"],[89435,"cosmic::iced_winit::winit::platform::modifier_supplement"],[89438,"cosmic::iced_winit::winit::platform::pump_events"],[89476,"cosmic::iced_winit::winit::platform::run_on_demand"],[89479,"cosmic::iced_winit::winit::platform::scancode"],[89482,"cosmic::iced_winit::winit::platform::startup_notify"],[89490,"cosmic::iced_winit::winit::platform::wayland"],[89544,"cosmic::iced_winit::winit::platform::x11"],[89666,"cosmic::iced_winit::winit::raw_window_handle"],[91221,"cosmic::iced_winit::winit::window"],[92098,"cosmic::iced_winit::winit::window::BadIcon"],[92103,"cosmic::icon_theme"],[92106,"cosmic::keyboard_nav"],[92156,"cosmic::prelude"],[92177,"cosmic::style"],[92487,"cosmic::style::Button"],[92491,"cosmic::style::Container"],[92492,"cosmic::style::TextInput"],[92497,"cosmic::style::iced"],[92729,"cosmic::style::iced::Button"],[92731,"cosmic::style::iced::Container"],[92732,"cosmic::style::iced::Slider"],[92735,"cosmic::style::menu_bar"],[92818,"cosmic::theme"],[93100,"cosmic::theme::ThemeType"],[93102,"cosmic::theme::style"],[93267,"cosmic::theme::style::Button"],[93271,"cosmic::theme::style::Container"],[93272,"cosmic::theme::style::TextInput"],[93277,"cosmic::theme::style::iced"],[93349,"cosmic::theme::style::iced::Button"],[93351,"cosmic::theme::style::iced::Container"],[93352,"cosmic::theme::style::iced::Slider"],[93355,"cosmic::theme::style::menu_bar"],[93369,"cosmic::widget"],[94206,"cosmic::widget::aspect_ratio"],[94267,"cosmic::widget::button"],[94474,"cosmic::widget::button::link"],[94512,"cosmic::widget::calendar"],[94518,"cosmic::widget::card"],[94519,"cosmic::widget::card::style"],[94524,"cosmic::widget::checkbox"],[94540,"cosmic::widget::color_picker"],[94709,"cosmic::widget::column"],[94713,"cosmic::widget::combo_box"],[94717,"cosmic::widget::container"],[94730,"cosmic::widget::context_drawer"],[94778,"cosmic::widget::context_menu"],[94813,"cosmic::widget::dialog"],[94822,"cosmic::widget::divider"],[94824,"cosmic::widget::divider::horizontal"],[94827,"cosmic::widget::divider::vertical"],[94830,"cosmic::widget::dnd_destination"],[94974,"cosmic::widget::dnd_source"],[94983,"cosmic::widget::dropdown"],[95087,"cosmic::widget::dropdown::menu"],[95210,"cosmic::widget::dropdown::multi"],[95346,"cosmic::widget::dropdown::multi::menu"],[95385,"cosmic::widget::flex_row"],[95389,"cosmic::widget::flex_row::layout"],[95390,"cosmic::widget::flex_row::widget"],[95397,"cosmic::widget::grid"],[95401,"cosmic::widget::grid::layout"],[95402,"cosmic::widget::grid::widget"],[95459,"cosmic::widget::icon"],[95650,"cosmic::widget::image"],[95660,"cosmic::widget::image::viewer"],[95663,"cosmic::widget::layer_container"],[95685,"cosmic::widget::list"],[95689,"cosmic::widget::list::column"],[95697,"cosmic::widget::menu"],[95993,"cosmic::widget::menu::action"],[95996,"cosmic::widget::menu::key_bind"],[96096,"cosmic::widget::nav_bar"],[96142,"cosmic::widget::nav_bar_toggle"],[96148,"cosmic::widget::pane_grid"],[96209,"cosmic::widget::pane_grid::Configuration"],[96213,"cosmic::widget::pane_grid::DragEvent"],[96217,"cosmic::widget::pane_grid::Node"],[96222,"cosmic::widget::pane_grid::state"],[96231,"cosmic::widget::pane_grid::state::Action"],[96237,"cosmic::widget::popover"],[96330,"cosmic::widget::progress_bar"],[96338,"cosmic::widget::radio"],[96349,"cosmic::widget::rectangle_tracker"],[96493,"cosmic::widget::row"],[96497,"cosmic::widget::segmented_button"],[97090,"cosmic::widget::segmented_control"],[97092,"cosmic::widget::settings"],[97130,"cosmic::widget::settings::item"],[97170,"cosmic::widget::slider"],[97199,"cosmic::widget::slider::HandleShape"],[97203,"cosmic::widget::slider::RailBackground"],[97205,"cosmic::widget::space"],[97206,"cosmic::widget::spin_button"],[97302,"cosmic::widget::style"],[97343,"cosmic::widget::svg"],[97351,"cosmic::widget::tab_bar"],[97353,"cosmic::widget::text"],[97415,"cosmic::widget::text_input"],[97658,"cosmic::widget::text_input::cursor"],[97737,"cosmic::widget::text_input::cursor::State"],[97739,"cosmic::widget::text_input::editor"],[97778,"cosmic::widget::text_input::value"],[97828,"cosmic::widget::tooltip"],[97836,"cosmic::widget::vertical_slider"],[97858,"cosmic::widget::vertical_slider::HandleShape"],[97862,"cosmic::widget::warning"],[97867,"core::ops::function"],[97868,"core::any"],[97869,"core::fmt"],[97870,"core::fmt"],[97871,"core::marker"],[97872,"core::default"],[97873,"core::convert"],[97874,"core::cmp"],[97875,"core::option"],[97876,"alloc::boxed"],[97877,"alloc::sync"],[97878,"alloc::rc"],[97879,"core::result"],[97880,"core::any"],[97881,"core::fmt"],[97882,"core::convert"],[97883,"alloc::borrow"],[97884,"core::marker"],[97885,"core::fmt"],[97886,"ron::error"],[97887,"notify::error"],[97888,"serde::de"],[97889,"serde::ser"],[97890,"notify::inotify"],[97891,"core::ops::function"],[97892,"cosmic_theme::output"],[97893,"serde::de"],[97894,"core::ops::arith"],[97895,"core::ops::arith"],[97896,"core::ops::range"],[97897,"core::iter::traits::collect"],[97898,"core::convert"],[97899,"approx::ulps_eq"],[97900,"core::iter::traits::iterator"],[97901,"core::iter::traits::exact_size"],[97902,"core::iter::traits::double_ended"],[97903,"core::ops::function"],[97904,"core::error"],[97905,"core::num::nonzero"],[97906,"core::pin"],[97907,"core::marker"],[97908,"core::convert"],[97909,"std::io"],[97910,"std::path"],[97911,"image::color"],[97912,"image::traits"],[97913,"image::traits"],[97914,"smithay_clipboard::mime"],[97915,"wayland_client::protocol::wl_data_device_manager"],[97916,"core::ffi"],[97917,"core::hash"],[97918,"bitflags::iter"],[97919,"core::convert"],[97920,"core::cmp"],[97921,"std::collections::hash::map"],[97922,"core::ops::deref"],[97923,"iced_widget::overlay::menu"],[97924,"tokio::time::instant"],[97925,"core::time"],[97926,"core::borrow"],[97927,"core::borrow"],[97928,"unicode_normalization::recompose"],[97929,"unicode_normalization::decompose"],[97930,"unicode_normalization::stream_safe"],[97931,"core::cmp"],[97932,"png::encoder"],[97933,"alloc::collections"],[97934,"alloc::ffi::c_str"],[97935,"png::decoder::stream"],[97936,"std::io::buffered"],[97937,"flate2::mem"],[97938,"tokio::time::error"],[97939,"calloop::error"],[97940,"tokio::runtime::blocking::pool"],[97941,"rustix::backend::io::errno"],[97942,"calloop::error"],[97943,"flate2::mem"],[97944,"tempfile::file"],[97945,"tempfile::file"],[97946,"core::fmt"],[97947,"futures_util::fns"],[97948,"futures_util::fns"],[97949,"core::ops::control_flow"],[97950,"alloc::task"],[97951,"alloc::task"],[97952,"core::ops::arith"],[97953,"num_traits::float"],[97954,"core::str::error"],[97955,"num_traits::sign"],[97956,"num_traits::ops::euclid"],[97957,"num_traits::ops::saturating"],[97958,"rayon::iter::par_bridge"],[97959,"image::codecs::webp::decoder"],[97960,"image::codecs::ico::decoder"],[97961,"image::codecs::bmp::decoder"],[97962,"image::codecs::webp::lossless"],[97963,"image::codecs::webp::extended"],[97964,"image::codecs::dds"],[97965,"image::codecs::hdr::decoder"],[97966,"image::codecs::webp::vp8"],[97967,"image::codecs::pnm::decoder"],[97968,"image::codecs::tga::encoder"],[97969,"image::codecs::ico::decoder"],[97970,"core::ops::index"],[97971,"core::ops::index"],[97972,"std::fs"],[97973,"std::io::buffered::bufreader"],[97974,"swash::font"],[97975,"zeno::geometry"],[97976,"zeno::geometry"],[97977,"zeno::command"],[97978,"tinyvec::tinyvec"],[97979,"ttf_parser::parser"],[97980,"std::os::fd::owned"],[97981,"winit::platform_impl::platform::common::xkb_state"],[97982,"x11_dl::error"],[97983,"core::ptr::non_null"],[97984,"winit::platform_impl"],[97985,"chrono::naive::date"],[97986,"chrono::weekday"],[97987,"slotmap"],[97988,"slotmap::secondary"],[97989,"slotmap::sparse_secondary"],[97990,"fraction::prelude"]],"d":["Represents a type that you can apply arbitrary functions …","","","Represents a type which can have functions applied to it …","A set of asynchronous actions to be performed by some …","","","","","","","","","","","","","","","","","","Apply a function to this value and return the (possibly) …","Build interactive cross-platform COSMIC applications.","","","","","","","","","","Apply a function which takes the parameter by value.","Apply a function which takes the parameter by mutable …","Apply a function which takes the parameter by reference.","","","","","","","","","","Create asynchronous actions to be performed in the …","","Configurations available to libcosmic applications.","","","","","","","","","","","","","","","","","","Select the preferred async executor for an application.","","","","","Select preferred fonts.","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Select the preferred icon theme.","","Calls U::from(self).","","","","","","","","","Subscribe to common application keyboard shortcuts.","","This macro creates a button for a MenuTree.","","","","Recommended default imports.","","","","","","Stylesheet implements for crate::Theme","Contains the Theme type and its widget stylesheet …","","","","","","","","","","","","","The COSMIC widget library","An ID that uniquely identifies the application. The …","","action can be deserialized as Flags","An interactive cross-platform COSMIC application.","Methods automatically derived for all types implementing …","","","COSMIC-specific application settings","","","Default async executor to use with the app.","Argument received [Application::new].","","Message type specific to our app.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Displays a context drawer on the side of the application …","Grants access to the COSMIC Core.","Grants access to the COSMIC Core.","","Enables debug features in cosmic/iced.","","","","","","Displays a dialog in the center of the application window …","Initiates a window drag.","","","","Get the current focused window if it exists","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Attaches elements to the center of the header.","Attaches elements to the end section of the header.","Attaches elements to the start section of the header.","Creates the application, and optionally emits command on …","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Whether the window is too small for the nav bar + main …","Enable or disable keyboard navigation","Get the main window::Id, which is window::Id::MAIN by …","Maximizes the window.","","Minimizes the window.","Allows overriding the default nav bar widget.","Whether the nav panel is visible or not","","","","Shows a context menu for the active nav bar item.","Allows COSMIC to integrate with your application’s …","Called before closing the application. Returning a message …","Called when a window requests to be closed.","","Called when the escape key is pressed.","Called when a context menu is requested for a navigation …","Called when a navigation item is selected.","Called when the search function is requested.","Called when a window is resized.","Launch a COSMIC application with the given Settings.","The scaling factor used by the application.","Set the context drawer title.","Set context drawer header title","Set the header bar title.","Set header bar title","Enable or disable keyboard navigation","Set the title of the main window.","Configure a new COSMIC application.","Overrides the default style for applications","Event sources that are to be listened to.","Whether the application should use a dark theme, according …","Get the current system theme","Get the current system theme mode","Respond to a system theme mode change","Respond to a system theme change","Get the title of the main window.","","","","","","","","","","","","","","","","","Respond to an application-specific message.","Constructs the view for the main window.","View template for the main window.","Constructs views for other windows.","","","","","","","Commands for COSMIC applications.","","","Convenience methods for building message-based commands.","Creates a command which yields a crate::app::Message.","","","","","","","Creates a command which yields an application message.","Creates a command which yields a cosmic message.","Activate the application","Application requests theme change.","Requests to close the window.","Closes or shows the context drawer.","","Requests to drag the window.","Window focus changed","Keyboard shortcuts managed by libcosmic.","Requests to maximize the window.","A message managed internally by COSMIC.","Requests to minimize the window.","Activates a navigation element from the nav bar.","Activates a context menu for an item from the nav bar.","Set scaling factor","","Notifies that a surface was closed. Any data relating to …","Notification of system theme changes.","Notification of system theme mode changes.","Toggles visibility of the nav bar.","Toggles the condensed status of the nav bar.","Toolkit configuration update","Window focus lost","Updates the window maximized state","Updates the tracked window geometry.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Messages from the application, for the application.","Internal messages to be handled by libcosmic.","","Do nothing","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Configure a new COSMIC application.","","Produces a smoother result in some widgets, at a …","","","","","","","","Whether the window should have a border, a title bar, etc. …","","Enables debug features in cosmic/iced.","","The default Font to be used.","Sets the default icon theme, passing an empty string will …","Default size of fonts.","","","","Whether the application should exit when there are no open …","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Whether the window should be resizable or not. and the …","Scale factor to use by default.","Initial size of the window.","Limitations of the window size","The theme to apply to the application.","Whether the window should be transparent.","","","","","","","","Yields a command which contains a batch of commands.","Initiates a window drag.","Yields a command which will run the future on the runtime …","Maximizes the window.","Yields a command which will return a message.","Minimizes the window.","Sets the title of a window.","Sets the window mode to windowed.","Toggles the windows’ maximize state.","","","Apply the theme to other toolkits.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Preferred icon theme.","","Calls U::from(self).","","","","","","","","","Show maximize button in window header.","Show minimize button in window header.","","Configurations for the libcosmic toolkit.","","","","","","","","","","","ID for the CosmicTk config.","Apply the theme to other toolkits.","","Preferred icon theme.","Sets CosmicTk::apply_theme_global and writes to …","Sets CosmicTk::icon_theme and writes to …","Sets CosmicTk::show_maximize and writes to …","Sets CosmicTk::show_minimize and writes to …","Show maximize button in window header.","Show minimize button in window header.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Apply all pending changes from ConfigTransaction","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","Get a configuration value","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the config for the libcosmic toolkit","Get config for the given application name and config …","Get state for the given application name and config …","Set a configuration value","","","Get a system config for the given name and config version","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the keys that were updated","","Get config for the given application name and config …","","","Background layer","The colors for a widget of the Cosmic theme","Theme Container colors of a theme, can be a theme …","Corner radii variables for the Cosmic theme","Palette type","The palette for Cosmic Theme, from which all color …","built in dark palette","ID for the current dark ThemeBuilder config","ID for the current dark Theme config","Dark mode","High contrast dark mode","High contrast light mode","built in light palette","ID for the current light `ThemeBuilder`` config","ID for the current light Theme config","Theme layer type","Trait for layered themes","Light mode","name of cosmic theme","Primary Layer","Secondary Layer","Spacing variables for the Cosmic theme","ID for the ThemeMode config","Cosmic Theme data structure with all colors and its name","Helper for building customized themes","The config for cosmic theme dark / light settings","apply a accent color to the palette","accent element colors","override the accent color for the builder","Potential Accent Color Combos","accent button element colors","get @accent_color","Potential Accent Color Combos","Potential Accent Color Combos","Potential Accent Color Combos","Potential Accent Color Combos","Potential Accent Color Combos","Potential Accent Color Combos","get @accent_text_color","Potential Accent Color Combos","Potential Accent Color Combos","cosmic-comp active hint window outline width","cosmic-comp active hint window outline width","","","","","","","","","","","","","","Apply gtk color variable settings","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","turn the theme into css","","","The theme auto-switch dark and light mode setting.","background element colors","the color of the container","The base color of the widget","get @bg_color","apply a background color to the palette","override bg_color for the builder","get @bg_component_color","get @bg_component_divider","get @bg_divider","basic palette blue: colors used for various points of …","the color of the border for the widget","","","","","","","","","","","","","","","","","","","","","","","","","Utility bright green","Utility bright orange","Utility bright red","build the theme","button component styling","get @button_bg_color","get @button_color","get @button_divider","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","helper for producing a button component","helper for producing a component from a base color a …","helper for producing a component color theme","the color of components in the container","","","","","","","","","","","","","composite colors in srgb","Get the config for the theme mode","set the corner radii of the builder","corner radii","override corner radii for the builder","Get a builder that is initialized with the default dark …","Get the config for the current dark theme","Get the builder for the dark config","get the built in dark theme","Get a builder that is initialized with the default dark …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","apply a destructive color to the palette","destructive element colors","override the destructive color for the builder","destructive button element colors","get @destructive_color","get @destructive_text_color","the color of the widget when it is disabled","the color of the border for the widget when it is disabled","the color of dividers in the container","the color of dividers for this widget","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Colors used for themes, app icons, illustrations, and …","Colors used for themes, app icons, illustrations, and …","Colors used for themes, app icons, illustrations, and …","Colors used for themes, app icons, illustrations, and …","Colors used for themes, app icons, illustrations, and …","Extended Color Palette Colors used for themes, app icons, …","Colors used for themes, app icons, illustrations, and …","","","","","","","","","","","the color of the widget when it is focused","get @focus_color","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","cosmic-comp window gaps size (outer, inner)","cosmic-comp window gaps size (outer, inner)","get the active theme","","","","surface grays colors used for three levels of surfaces in …","colors used for three levels of surfaces in the UI","colors used for three levels of surfaces in the UI","green: colors used for various points of emphasis in the UI","choose default color palette based on preferred GTK color …","get the built in high contrast dark theme","get the built in high contrast light theme","The color of the widget when it is hovered","get @hover_state_color","icon button element colors","id of the theme","","","","","","","","","","","","","extract the inner palette","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","check if the palette is dark","Check if the theme is currently using dark mode","The theme dark mode setting.","is dark","enables blurred transparency","enabled blurred transparency","check if the palette is high_contrast","is high contrast","Get a builder that is initialized with the default light …","Get the config for the current light theme","Get the builder for the light config","get the built in light theme","Get a builder that is initialized with the default light …","link button element colors","name of the palette","name of the palette","name of the theme","System Neutrals A wider spread of dark colors for more …","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","apply a neutral tint to the palette","override neutral_tint for the builder","the color of text in the container","the color of text for this widget","get @on_accent_color","get @on_bg_color","get @on_bg_component_color","get @on_destructive_color","the color of text in the widget when it is disabled","get @on_primary_component_color","get @on_primary_color","get @on_secondary_component_color","get @on_secondary_color","get @on_success_color","get @on_warning_color","Get a builder that is initialized with the provided palette","palette","override the palette for the builder","check current desktop environment and preferred color …","the color of the widget when it is pressed","get @pressed_state_color","primary element colors","get @primary_component_color","get @primary_component_divider","apply a primary container background color to the palette","override the primary container bg color for the builder","get @primary_container_color","get @primary_container_divider","get @radius_0","corner radii of 0","get @radius_l","large corner radii","get @radius_m","medium corner radii","get @radius_s","small corner radii","get @radius_xl","extra large corner radii","get @radius_xs","smallest size of corner radii that can be non-zero","red: colors used for various points of emphasis in the UI","","Reset the applied gtk css","","secondary element colors","get @secondary_component_color","override the secontary container bg color for the builder","get @secondary_container_color","get @secondary_container_divider","the color of the widget when it is selected","get @selected_state_color","get @selected_state_text_color","the color of the widget when it is selected","","","","","","","","","","Sets Theme::accent and writes to cosmic_config::Config if …","Sets ThemeBuilder::accent and writes to …","Sets Theme::accent_button and writes to …","Sets Theme::active_hint and writes to cosmic_config::Config…","Sets ThemeBuilder::active_hint and writes to …","Sets ThemeMode::auto_switch and writes to …","Sets Theme::background and writes to cosmic_config::Config …","Sets ThemeBuilder::bg_color and writes to …","Sets Theme::button and writes to cosmic_config::Config if …","Sets Theme::corner_radii and writes to …","Sets ThemeBuilder::corner_radii and writes to …","Sets Theme::destructive and writes to cosmic_config::Config…","Sets ThemeBuilder::destructive and writes to …","Sets Theme::destructive_button and writes to …","Sets Theme::gaps and writes to cosmic_config::Config if …","Sets ThemeBuilder::gaps and writes to cosmic_config::Config…","Sets Theme::icon_button and writes to cosmic_config::Config…","Sets ThemeMode::is_dark and writes to cosmic_config::Config…","Sets Theme::is_dark and writes to cosmic_config::Config if …","Sets Theme::is_frosted and writes to cosmic_config::Config …","Sets ThemeBuilder::is_frosted and writes to …","Sets Theme::is_high_contrast and writes to …","Set the layer of the theme","Sets Theme::link_button and writes to cosmic_config::Config…","Sets Theme::name and writes to cosmic_config::Config if …","Sets ThemeBuilder::neutral_tint and writes to …","Sets Theme::palette and writes to cosmic_config::Config if …","Sets ThemeBuilder::palette and writes to …","Sets Theme::primary and writes to cosmic_config::Config if …","Sets ThemeBuilder::primary_container_bg and writes to …","Sets Theme::secondary and writes to cosmic_config::Config …","Sets ThemeBuilder::secondary_container_bg and writes to …","Sets Theme::shade and writes to cosmic_config::Config if …","Sets Theme::spacing and writes to cosmic_config::Config if …","Sets ThemeBuilder::spacing and writes to …","Sets Theme::success and writes to cosmic_config::Config if …","Sets ThemeBuilder::success and writes to …","Sets Theme::success_button and writes to …","Sets Theme::text_button and writes to cosmic_config::Config…","Sets ThemeBuilder::text_tint and writes to …","Sets Theme::warning and writes to cosmic_config::Config if …","Sets ThemeBuilder::warning and writes to …","Sets Theme::warning_button and writes to …","Sets Theme::window_hint and writes to cosmic_config::Config…","Sets ThemeBuilder::window_hint and writes to …","shade color for dialogs","get @shade_color","the color of @small_widget_container","get @small_widget_divider","get @space_l","large spacing","get @space_m","medium spacing","get @space_none","No spacing","get @space_s","small spacing","get @space_xl","extra large spacing","get @space_xs","extra small spacing","get @space_xxl","extra extra large spacing","get @space_xxs","extra extra small spacing","get @space_xxxl","largest possible spacing","get @space_xxxs","smallest spacing that can be non-zero","set the spacing of the builder","spacing","override spacing for the builder","get color steps","apply a success color to the palette","suggested element colors","override the success color for the builder","suggested button element colors","get @success_color","get @success_text_color","text button element colors","apply a text tint to the palette","override the text tint for the builder","Convert the theme to a high-contrast variant","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","apply a warning color to the palette","warning element colors","override the warning color for the builder","warning button element colors","get @warning_color","get @warning_text_color","get @window_header_bg","cosmic-comp custom window hint color","cosmic-comp custom window hint color","Rebuild the current theme with the provided accent","","","","","write the CSS to the appropriate directory Should be …","yellow: colors used for various points of emphasis in the …","straight alpha “A over B” operator on non-linear srgba","An alpha component wrapper for colors, for adding …","Extension trait for fixed size arrays.","An operator for restricting a color’s components to …","An assigning operator for restricting a color’s …","The opaque color type, without any transparency.","A trait for calculating the color difference between two …","Operators for darkening a color;","Assigning operators for darkening a color;","Operator for decreasing the saturation (or chroma) of a …","Assigning operator for decreasing the saturation (or …","A trait for converting one color from another, in a …","Temporarily convert colors in place.","A scope guard that restores the guarded colors to their …","Gamma 2.2 encoded luminance.","Gamma 2.2 encoded luminance with an alpha component.","Gamma 2.2 encoded sRGB.","Gamma 2.2 encoded sRGB with an alpha component.","A trait for colors where a hue may be calculated.","HSL color space.","Linear HSL with an alpha component. See the Hsla …","HSLuv color space.","HSLuv with an alpha component. See the Hsluva …","HSV color space.","Linear HSV with an alpha component. See the Hsva …","The kind of hue unit this color space uses.","HWB color space.","Linear HWB with an alpha component. See the Hwba …","A trait for converting a color into another, in a possibly …","Temporarily convert colors in place. The Into counterpart …","Checks if color components are within their expected range …","The type of the array’s items.","The number of items in the array.","The CIE L*a*b* (CIELAB) color space.","A hue type for the CIE L*a*b* family of color spaces.","CIE L*a*b* (CIELAB) with an alpha component. See the Laba …","CIE L*C*h°, a polar version of CIE L*a*b*.","CIE L*C*h° with an alpha component. See the Lcha …","CIE L*C*uv h°uv, a polar version of CIE L*u*v*.","CIE L*C*uv h°uv with an alpha component. See the Lchuva …","Operators for lightening a color.","Assigning operators for lightening a color.","Linear luminance.","Linear luminance with an alpha component.","Linear sRGB.","Linear sRGB with an alpha component.","The CIE L*u*v* (CIELUV) color space.","A hue type for the CIE L*u*v* family of color spaces.","CIE L*u*v* (CIELUV) with an alpha component. See the Luva …","A 9 element array representing a 3x3 matrix.","Linear color interpolation of two colors.","Assigning linear color interpolation of two colors.","An array of size N + 1.","Temporary helper trait for getting an array type of size …","A Hue/Saturation/Lightness representation of Oklab in the …","Okhsl with an alpha component.","A Hue/Saturation/Value representation of Oklab in the sRGB …","Okhsv with an alpha component. See the Okhsva …","A Hue/Whiteness/Blackness representation of Oklab in the …","Okhwb with an alpha component. See the Okhwba …","The Oklab color space.","A hue type for the Oklab color space.","Oklab with an alpha component.","Oklch, a polar version of Oklab.","Oklch with an alpha component. See the Oklcha …","A trait for calculating relative contrast between two …","A hue type for the RGB family of color spaces.","Operator for increasing the saturation (or chroma) of a …","Assigning operator for increasing the saturation (or …","The type of the calculated color difference.","The type of the contrast ratio.","The type of the mixing factor.","The type of the mixing factor.","The type of the lighten modifier.","The type of the lighten modifier.","The type of the darken modifier.","The type of the darken modifier.","The type of the hue modifier.","The type of the hue modifier.","The type of the saturation modifier.","The type of the saturation modifier.","The type of the desaturation modifier.","The type of the desaturation modifier.","Change the hue of a color to a specific value without …","Operator for increasing or decreasing the hue by an amount.","Assigning operator for increasing or decreasing the hue by …","Non-linear sRGB, the most common RGB input/output format.","sRGB encoded luminance.","sRGB encoded luminance with an alpha component.","Non-linear sRGB with an alpha component.","A trait for color types that can have or be given …","The color type with transparency applied.","","Change the hue of a color to a specific value.","The CIE 1931 XYZ color space.","CIE 1931 XYZ with an alpha component. See the Xyza …","The CIE 1931 Yxy (xyY) color space.","CIE 1931 Yxy (xyY) with an alpha component. See the Yxya …","a* goes from red at -128 to green at 127.","a changes the hue from reddish to greenish, when moving …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Types related to transparent colors.","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","Traits for working with angular values, such as for in …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Borrow this hue’s value as shared references.","Borrow this hue’s value as shared references.","Borrow this hue’s value as shared references.","Borrow this hue’s value as shared references.","","","","","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","","","","","","","b* goes from yellow at -128 to blue at 127.","b changes the hue from yellowish to blueish, when moving …","The blackness of the color. It specifies the amount black …","The amount of black, mixed in the pure hue, ranging from …","Color blending and blending equations.","","","","","","","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","Traits for abstracting over Boolean types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Types for the CIE CAM16 color appearance model.","","","","","","","","","","","","","","","","","","","","","","Traits and functions for casting colors to and from other …","C* is the colorfulness of the color. It’s similar to …","C*uv is the colorfulness of the color. It’s similar to …","chroma is the colorfulness of the color. A color with …","Convert colors from one reference white point to another","Return a new color where out-of-bounds components have …","","","","","","","","","","","","","","","","","Changes out-of-bounds components to the nearest valid …","","","","","","","","","","","","","","","","","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the hue vector. See Vec::clear for details.","Clear the hue vector. See Vec::clear for details.","Clear the hue vector. See Vec::clear for details.","Clear the hue vector. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","Algorithms for calculating the difference between colors.","Traits related to traditional color theory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calculate the ratio between two luma values.","Traits for converting between color spaces.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Scale the color towards the minimum lightness by factor, a …","","","Scale the color towards the minimum lightness by factor, a …","Darken the color by amount, a value ranging from 0.0 to 1.0…","Darken the color by amount, a value ranging from 0.0 to 1.0…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Scale the color towards the minimum saturation by factor, …","Scale the color towards the minimum saturation by factor, …","Increase the saturation by amount, a value ranging from 0.0…","Increase the saturation by amount, a value ranging from 0.0…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves hues out of the specified …","Return an iterator that moves hues out of the specified …","Return an iterator that moves hues out of the specified …","Return an iterator that moves hues out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","","","","","","","","","","","","","","","","","","","","","","","Number and color encoding traits, types and standards.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a hue from a and b, normalized to [0°, 360°).","Returns a hue from a and b, normalized to [0°, 360°).","Returns a hue from a and b, normalized to [0°, 360°).","Returns a hue from a and b, normalized to [0°, 360°).","Convert from T with values clamped to the color defined …","","","","","","","","","","","","","","","","","Temporarily convert from another color type in place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts lab to Okhwb in the bounds of sRGB.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert from a (lightness, chroma, hue, alpha) tuple.","Convert from a (brightness, saturation, hue, alpha) tuple.","Convert from a (hue, whiteness, blackness, alpha) tuple.","Convert from a (L\\\\*, C\\\\*, h°, alpha) tuple.","Convert from a (hue, saturation, lightness, alpha) tuple.","Convert from a (J', M', h', a) tuple.","Convert from a (hue, whiteness, blackness, alpha) tuple.","Convert from a (red, green, blue, alpha) tuple.","Convert from a (lightness, colorfulness, hue, alpha) tuple.","Convert from a (x, y, luma), a.k.a. (x, y, Y) tuple.","Convert from a (hue, saturation, l, alpha) tuple.","Convert from a (luma, alpha) tuple.","Convert from a (L, a, b, alpha) tuple.","Convert from a (brightness, chroma, hue, alpha) tuple.","Convert from a (J', a', b', a) tuple.","Convert from a (hue, saturation, lightness, alpha) tuple.","Convert from a (brightness, colorfulness, hue, alpha) …","Convert from a (lightness, saturation, hue, alpha) tuple.","Convert from a (L\\\\*, a\\\\*, b\\\\*, alpha) tuple.","Convert from a (L, C, h, alpha) tuple.","Convert from a (hue, saturation, value, alpha) tuple.","Convert from u (L\\\\*, u\\\\*, v\\\\*, alpha) tuple.","Convert from a (hue, saturation, value, alpha) tuple.","Convert from a (X, Y, Z, alpha) tuple.","Convert from a (L\\\\*, C\\\\*uv, h°uv, alpha) tuple.","Convert from a (hue, saturation, lightness) tuple.","Convert from a (hue, saturation, l) tuple.","Convert from a (hue, saturation, value) tuple.","Convert from a (hue, whiteness, blackness) tuple.","Convert from a (L\\\\*, a\\\\*, b\\\\*) tuple.","Convert from a (L\\\\*, C\\\\*, h°) tuple.","Convert from a (L\\\\*, C\\\\*uv, h°uv) tuple.","Convert from a (L\\\\*, u\\\\*, v\\\\*) tuple.","Convert from a (h, s, l) tuple.","Convert from a (h, s, v) tuple.","Convert from a (h, w, b) tuple.","Convert from a (L, a, b) tuple.","Convert from a (L, C, h) tuple.","Convert from a (X, Y, Z) tuple.","Convert from a (x, y, luma), a.k.a. (x, y, Y) tuple.","Create a new hue from degrees. This is an alias for new.","Create a new hue from degrees. This is an alias for new.","Create a new hue from degrees. This is an alias for new.","Create a new hue from degrees. This is an alias for new.","Convert RGB from a different encoding to linear with …","Convert to linear luminance from a different encoding with …","Convert the RGBA components from other number types.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another angle type.","Convert from another angle type.","Convert from another angle type.","Convert from another angle type.","Convert from another component type.","Convert from another component type.","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","","","","","","","","","","","","","","","","","Convert linear RGB to non-linear RGB with transparency.","Convert linear luminance to non-linear luminance with …","Create a new hue from radians, instead of degrees.","Create a new hue from radians, instead of degrees.","Create a new hue from radians, instead of degrees.","Create a new hue from radians, instead of degrees.","","","","","","","","","","","","","","","","","","","","","","Parses a color hex code of format ‘#ff00bbff’ or ‘…","Convert from a packed u16 with a specific component order.","Convert from a packed u32 with specifiable component order.","Derive partial CIE CAM16 attributes with transparency, for …","Derive partial CIE CAM16 attributes with transparency, for …","Derive CIE CAM16 attributes with transparency for the …","Derive partial CIE CAM16 attributes with transparency, for …","Derive partial CIE CAM16 attributes with transparency, for …","Derive partial CIE CAM16 attributes with transparency, for …","Derive partial CIE CAM16 attributes with transparency, for …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a hue, or slice of hues, with references to the values …","Get a hue, or slice of hues, with references to the values …","Get a hue, or slice of hues, with references to the values …","Get a hue, or slice of hues, with references to the values …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Return the difference or distance between two colors.","","","Calculate the contrast ratio between two colors.","","","","","","","","","","","","","","","Calculate a hue if possible.","","","","","","","","","","","","","","","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a hue, or slice of hues, that allows modifying the …","Get a hue, or slice of hues, that allows modifying the …","Get a hue, or slice of hues, that allows modifying the …","Get a hue, or slice of hues, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","","","Verify the contrast between two colors satisfies SC 1.4.6 …","Verify the contrast between two colors satisfies SC 1.4.6. …","Verify the contrast between two colors satisfies SC 1.4.11 …","Verify the contrast between two colors satisfies SC 1.4.3 …","Verify the contrast between two colors satisfies SC 1.4.3. …","Types for the HSL color space.","Types for the HSLuv color space.","Types for the HSV color space.","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees of a circle.","The hue of the color, in degrees of a circle.","The hue of the color, in degrees of a circle.","h is the hue of the color, in degrees. Decides if it’s …","Hues and hue related types.","Types for the HWB color space.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a and b values for this hue, normalized to [-1, 1].","Returns a and b values for this hue, normalized to [-1, 1].","Returns a and b values for this hue, normalized to [-1, 1].","Returns a and b values for this hue, normalized to [-1, 1].","Convert into T with values clamped to the color defined …","","","","","","","","","","","","","","","","","","","","","","Temporarily convert to another color type in place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert to a (L, a, b, alpha) tuple.","Convert to a (hue, saturation, value, alpha) tuple.","Convert to a (brightness, saturation, hue, alpha) tuple.","Convert to a (brightness, colorfulness, hue, alpha) tuple.","Convert to a (L, C, h, alpha) tuple.","Convert to a (hue, saturation, lightness, alpha) tuple.","Convert to a (L\\\\*, C\\\\*, h°, alpha) tuple.","Convert to a (brightness, chroma, hue, alpha) tuple.","Convert to a (hue, whiteness, blackness, alpha) tuple.","Convert to a (hue, saturation, l, alpha) tuple.","Convert to a (lightness, chroma, hue, alpha) tuple.","Convert to a (L\\\\*, C\\\\*uv, h°uv, alpha) tuple.","Convert to a (J', M', h', a) tuple.","Convert to a (hue, whiteness, blackness, alpha) tuple.","Convert to u (L\\\\*, u\\\\*, v\\\\*, alpha) tuple.","Convert to a (lightness, saturation, hue, alpha) tuple.","Convert to a (hue, saturation, value, alpha) tuple.","Convert to a (hue, saturation, lightness, alpha) tuple.","Convert to a (J', a', b', a) tuple.","Convert to a (luma, alpha) tuple.","Convert to a (lightness, colorfulness, hue, alpha) tuple.","Convert to a (X, Y, Z, alpha) tuple.","Convert to a (x, y, luma), a.k.a. (x, y, Y) tuple.","Convert to a (L\\\\*, a\\\\*, b\\\\*, alpha) tuple.","Convert to a (red, green, blue, alpha) tuple.","Convert to a (hue, saturation, lightness) tuple.","Convert to a (hue, saturation, l) tuple.","Convert to a (hue, saturation, value) tuple.","Convert to a (hue, whiteness, blackness) tuple.","Convert to a (L\\\\*, a\\\\*, b\\\\*) tuple.","Convert to a (L\\\\*, C\\\\*, h°) tuple.","Convert to a (L\\\\*, C\\\\*uv, h°uv) tuple.","Convert to a (L\\\\*, u\\\\*, v\\\\*) tuple.","Convert to a (h, s, l) tuple.","Convert to a (h, s, v) tuple.","Convert to a (h, w, b) tuple.","Convert to a (L, a, b) tuple.","Convert to a (L, C, h) tuple.","Convert to a (X, Y, Z) tuple.","Convert to a (x, y, luma), a.k.a. (x, y, Y) tuple.","Get the hue as degrees, in the range (-180, 180].","Get the hue as degrees, in the range (-180, 180].","Get the hue as degrees, in the range (-180, 180].","Get the hue as degrees, in the range (-180, 180].","Convert a linear color to a different encoding with …","Convert a linear color to a different encoding with …","Convert into another component type.","Convert into another component type.","Convert the RGBA components into other number types.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another angle type.","Convert into another angle type.","Convert into another angle type.","Convert into another angle type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Get the internal representation without normalizing or …","Get the internal representation without normalizing or …","Get the internal representation without normalizing or …","Get the internal representation without normalizing or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert the color to linear luminance with transparency.","Convert the color to linear RGB with transparency.","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to radians, in the range (-π, π].","Convert the hue to radians, in the range (-π, π].","Convert the hue to radians, in the range (-π, π].","Convert the hue to radians, in the range (-π, π].","Get the internal representation as degrees, without …","Get the internal representation as degrees, without …","Get the internal representation as degrees, without …","Get the internal representation as degrees, without …","Get the internal representation as radians, without …","Get the internal representation as radians, without …","Get the internal representation as radians, without …","Get the internal representation as radians, without …","","","","","","","","","","","","","","","","","","","","","","Convert to a packed u16 with with a specific component …","Convert to a packed u32 with with specifiable component …","Replace this guard with a guard that does not clamp the …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, that matches …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, from these CIE …","","Check if the color’s components are within the expected …","","","","","","","","","","","","","","","","","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the hues in the wrapped collection.","Return an iterator over the hues in the wrapped collection.","Return an iterator over the hues in the wrapped collection.","Return an iterator over the hues in the wrapped collection.","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the hues in the …","Return an iterator that allows modifying the hues in the …","Return an iterator that allows modifying the hues in the …","Return an iterator that allows modifying the hues in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Decides how light the color will look. 0.0 will be black, …","L* is the lightness of the color. 0.0 gives absolute black …","L* is the lightness of the color. 0.0 gives absolute black …","L* is the lightness of the color. 0.0 gives absolute black …","L* is the lightness of the color. 0.0 gives absolute black …","l is the lightness of the color. 0 gives absolute black …","L is the lightness of the color. 0 gives absolute black …","Types for the CIE L*a*b* (CIELAB) color space.","Types for the CIE L*C*h° color space.","Types for the CIE L*C*uv h°uv color space.","Scale the color towards the maximum lightness by factor, a …","","","","","","","","","","","","","","","","","","","Scale the color towards the maximum lightness by factor, a …","","","","","","","","","","","","","","","","","Lighten the color by amount, a value ranging from 0.0 to …","","","","","","","","","","","","","","","","","Lighten the color by amount, a value ranging from 0.0 to …","","","","","","","","","","","","","","","","","Decides how light the color will look. 0.0 will be black, …","The relative luminance of the color, where","Types for luma and luminance (grayscale) values.","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","luma (Y) was a measure of the brightness or luminance of a …","Types for the CIE L*u*v* (CIELUV) color space.","Return the a value maximum.","Return the alpha value maximum.","Return the b value maximum.","Return the blackness value maximum.","Return the blackness value maximum.","Return the chroma value maximum. This value does not cover …","Return the chroma value maximum.","Return the chroma extended maximum value. This value …","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the lightness value maximum.","Return the lightness value maximum.","Return the luma value maximum.","Return the saturation value maximum.","Return the saturation value maximum.","Return the saturation value maximum.","Return the saturation value maximum.","Return the saturation value maximum.","Return the u value maximum.","Return the v value maximum.","Return the value value maximum.","Return the value value maximum.","Return the whiteness value maximum.","Return the whiteness value maximum.","Return the x value maximum.","Return the x value maximum.","Return the y value maximum.","Return the y value maximum.","Return the z value maximum.","Return the a value minimum.","Return the alpha value minimum.","Return the b value minimum.","Return the blackness value minimum.","Return the blackness value minimum.","Return the chroma value minimum.","Return the chroma value minimum.","Return the chroma value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the lightness value minimum.","Return the lightness value minimum.","Return the luma value minimum.","Return the saturation value minimum.","Return the saturation value minimum.","Return the saturation value minimum.","Return the saturation value minimum.","Return the saturation value minimum.","Return the u value minimum.","Return the v value minimum.","Return the value value minimum.","Return the value value minimum.","Return the whiteness value minimum.","Return the whiteness value minimum.","Return the x value minimum.","Return the x value minimum.","Return the y value minimum.","Return the y value minimum.","Return the z value minimum.","Mix the color with an other color, by factor.","","","","","","","","","","","","","","","","","Mix the color with an other color, by factor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A collection of named color constants. Can be toggled with …","Create an Okhsv color with transparency.","Create a CIE Yxy color with transparency.","Create a partial CIE CAM16 color with transparency.","Create a CAM16-UCS J’ M’ h’ color with transparency.","Non-linear RGB.","Create a CIE XYZ color with transparency.","Create a CAM16-UCS J’ a’ b’ color with transparency.","Create an Okhsl color with transparency.","Create a partial CIE CAM16 color with transparency.","Create an Okhwb color with transparency.","Create a partial CIE CAM16 color with transparency.","Create an Oklab color with transparency.","Create a CIE L*C*h° color with transparency.","Create a partial CIE CAM16 color with transparency.","Create an HSL color with transparency.","Create a luminance color with transparency.","Create a CIE L*u*v* color with transparency.","Create an HSLuv color with transparency.","Create an Oklch color with transparency.","Create an HSV color with transparency.","Create a partial CIE CAM16 color with transparency.","Create a CIE L*a*b* with transparency.","Create an HWB color with transparency.","Create a CIE L*C*uv h°uv color with transparency.","Create a partial CIE CAM16 color with transparency.","Create an HSL color.","Create an HSLuv color.","Create an HSV color.","Create a new hue, specified in the default unit for the …","Create a new hue, specified in the default unit for the …","Create a new hue, specified in the default unit for the …","Create a new hue, specified in the default unit for the …","Create an HWB color.","Create a CIE L*a*b* color.","Create a CIE L*C*h° color.","Create a CIE L*C*uv h°uv color.","Create a CIE L*u*v* color.","Create an Okhsl color.","Create an Okhsv color.","Create an Okhwb color.","Create an Oklab color.","Create an Oklch color.","Create a CIE XYZ color.","Create a CIE Yxy color.","Create a CIE L*C*uv h°uv color with transparency. This is …","Create a partial CIE CAM16 color with transparency. This …","Create an Okhwba color. This is the same as Okhwba::new …","Create an HSLuv color with transparency. This is the same …","Create a partial CIE CAM16 color with transparency. This …","Create an HWB color with transparency. This is the same as …","Create a CIE L*C*h° color with transparency. This is the …","Create an HSV color with transparency. This is the same as …","Create a partial CIE CAM16 color with transparency. This …","Create an HSL color with transparency. This is the same as …","Create an Okhsva color. This is the same as Okhsva::new …","Create an Okhsla color. This is the same as Okhsla::new …","Create a partial CIE CAM16 color with transparency. This …","Create a partial CIE CAM16 color with transparency. This …","Create a CAM16-UCS J’ M’ h’ color with transparency. …","Create an Oklcha color. This is the same as Oklcha::new …","Create a partial CIE CAM16 color with transparency. This …","Create an HSL color. This is the same as Hsl::new without …","Create an HSLuv color. This is the same as Hsluv::new …","Create an HSV color. This is the same as Hsv::new without …","Create an HWB color. This is the same as Hwb::new without …","Create a CIE L*C*h° color. This is the same as Lch::new …","Create a CIE L*C*uv h°uv color. This is the same as …","Create an Okhsl color. This is the same as Okhsl::new …","Create an Okhsv color. This is the same as Okhsv::new …","Create an Okhwb color. This is the same as Okhwb::new …","Create an Oklch color. This is the same as Oklch::new …","Create an sRGB HSV color with transparency. This method …","Create an sRGB HWB color with transparency. This method …","Create an sRGB HSL color with transparency. This method …","Create an sRGB HSL color. This method can be used instead …","Create an sRGB HSV color. This method can be used instead …","Create an sRGB HWB color. This method can be used instead …","Create an sRGB HWB color with transparency. This is the …","Create an sRGB HSV color with transparency. This is the …","Create an sRGB HSL color with transparency. This is the …","Create an sRGB HSL color. This is the same as Hsl::new_srgb…","Create an sRGB HSV color. This is the same as Hsv::new_srgb…","Create an sRGB HWB color. This is the same as Hwb::new_srgb…","Traits for abstracting over numeric types.","Types for the Okhsl color space.","Types for the Okhsv color space.","Types for the Okhwb color space.","Types for the Oklab color space.","Types for the Oklch color space.","Transforms the color into a fully opaque color with a …","","","","","","","","","","","","","","","","","","","","","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a hue from the hue vector. See Vec::pop for details.","Pop a hue from the hue vector. See Vec::pop for details.","Pop a hue from the hue vector. See Vec::pop for details.","Pop a hue from the hue vector. See Vec::pop for details.","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Alpha mask the color by its transparency.","","","","","","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional hue onto the hue vector. See Vec::push …","Push an additional hue onto the hue vector. See Vec::push …","Push an additional hue onto the hue vector. See Vec::push …","Push an additional hue onto the hue vector. See Vec::push …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Immediately restore the colors to their original type.","Types for the RGB color space, including spaces and …","Scale the color towards the maximum saturation by factor, …","","","","","","","","","Scale the color towards the maximum saturation by factor, …","","","","","","","","","Increase the saturation by amount, a value ranging from 0.0…","","","","","","","","","Increase the saturation by amount, a value ranging from 0.0…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The colorfulness of the color. 0.0 gives gray scale colors …","The colorfulness of the color, as a percentage of the …","The colorfulness of the color. 0.0 gives gray scale colors …","The saturation (freedom of black or white) of the color.","The saturation (freedom of whitishness) of the color.","","","Utilities for serializing and deserializing with serde.","","","","","","","","","","","","","","","","","","","","","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this hue with a new value.","Update this hue with a new value.","Update this hue with a new value.","Update this hue with a new value.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Change the hue to a specific value.","","","","","","","","","","","","Return a copy of self with the hue shifted by amount.","","","","","","","","","","","","Shifts the hue by amount.","","","","","","","","","","","","","","Splits the color into separate color and transparency …","","","","","","","","","","","","","","","","","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The white point and RGB primaries this color is adapted …","The white point and RGB primaries this color is adapted …","The white point and RGB primaries this color is adapted …","Traits for working with stimulus colors and values, such …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert the colors to another type and replace this guard.","Convert the colors to another type, without clamping, and …","","","","","","","","","","","","","","","","","","","","","Transforms the color into a fully transparent color. If …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The range of valid u* varies depending on the values of L* …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The range of valid v* varies depending on the values of L* …","Decides how bright the color will look. 0.0 will be black, …","The monochromatic brightness of the color.","Defines the tristimulus values of the CIE Illuminants.","The white point and RGB primaries this color is adapted …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The whiteness of the color. It specifies the amount white …","The amount of white, mixed in the pure hue, ranging from …","Transforms the color into a transparent color with the …","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct with a vector with a minimum capacity. See …","Create a struct with a vector with a minimum capacity. See …","Create a struct with a vector with a minimum capacity. See …","Create a struct with a vector with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Return a copy of self with a specific hue.","","","","","","","","","","","","Changes the reference white point without changing the …","Changes the reference white point without changing the …","Changes the reference white point without changing the …","Changes the reference white point without changing the …","Removes the transparency from the color. If Self::Color has","","","","","","","","","","","","","","","","","X is the scale of what can be seen as a response curve for …","x chromaticity co-ordinate derived from XYZ color space as …","","","","","","","Types for the CIE 1931 XYZ color space.","Y is the luminance of the color, where 0.0 is black and …","y chromaticity co-ordinate derived from XYZ color space as …","Types for the CIE 1931 Yxy (xyY) color space.","Z is the scale of what can be seen as the blue …","An alpha component wrapper for colors, for adding …","The opaque color type, without any transparency.","An iterator for transparent colors.","Premultiplied alpha wrapper.","A trait for color types that can have or be given …","The color type with transparency applied.","","","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 is fully transparent and …","","","","","","","","The color.","The premultiplied color components (…","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","Transforms the color into a fully opaque color with a …","","Splits the color into separate color and transparency …","Transforms the color into a fully transparent color. If …","","","","","","","","Transforms the color into a transparent color with the …","Removes the transparency from the color. If Self::Color has","Angular equality, where 0 degrees and 360 degrees are …","Performs value-to-value conversion between angle types. …","Represents types that can express a full rotation (i.e. …","Represents types that can express half of a rotation (i.e. …","Performs value-to-value conversion between angle types. …","Angle values that are real numbers and can represent both …","Angle types that can represent the full circle using …","Angle types that can represent the full circle as positive …","Check if self and other represent the same angle on a …","Consider self to be degrees and convert it to radians.","Performs a conversion from angle.","Return a value that represents a full rotation (i.e. 360 …","Return a value that represents half of a rotation (i.e. …","Performs a conversion into T.","Normalize self to a range corresponding to -180 to 180 …","Normalize self to a range corresponding to 0 to 360 …","Consider self to be radians and convert it to degrees.","Add the source and destination, according to …","A trait for different ways of mixing colors together.","A trait for custom blend functions.","Blending with a custom blend function.","The base color type of Self.","The Porter Duff composition operators, as described by W3C.","The destination alpha.","The destination color, or alpha.","A blending equation.","A pair of blending equations and corresponding parameters.","Create a color where each component is the largest of each …","Create a color where each component is the smallest of …","A simple 1.","One minus the destination alpha.","One minus the destination color, or alpha.","One minus the source alpha.","One minus the source color, or alpha.","A blending parameter.","A pair of source and destination parameters.","Premultiplied alpha wrapper.","Alpha masking and unmasking.","Subtract the source from the destination, according to …","The color’s component type.","The source alpha.","The source color, or alpha.","Subtract the destination from the source, according to …","A simple 0.","","","","","","","","","","","","","The transparency component. 0.0 is fully transparent and …","The equation for the alpha component.","The parameters for the alpha component.","Apply this blend function to a pair of colors.","","","","","","","","","","","","","","","","","","","","","","","","","","Place self over only the visible parts of other.","","Blend self, as the source color, with destination, using …","","","","","","","","","","","","Darken other to reflect self. Results in other if self is …","","","","","","","","","","","","","","","","","The premultiplied color components (…","The equation for the color components.","The parameters for the color components.","","","","","","Return the darkest parts of self and other.","","","","","","","","","","","","","","","","","","","The destination parameter.","Return the absolute difference between self and other. It…","","","","","","","","Lighten other to reflect self. Results in other if self is …","","","","","","","","","","","","","","","","","","","","","","","","","","","Similar to difference, but appears to result in a lower …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Create a pair of blending equations, where all the …","Create a pair of additive blending equations with the …","","","","","","Multiply self or other if other is dark, or screen them if …","","","","","","","Results in the parts of self that overlaps the visible …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the lightest parts of self and other.","","","","","","","","","","Multiply self with other. This uses the alpha component to …","","Alpha mask color with alpha.","Create an opaque alpha masked color.","Results in the parts of self that lies outside the visible …","","Place self over other. This is the good old common alpha …","","Multiply self or other if other is dark, or screen them if …","","Add self and other. This uses the alpha component to …","","Alpha mask the color.","","Make a color which is at least as light as self or other.","","","Lighten other if self is light, or darken other as if it’…","","The source parameter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Alpha unmask the color, resulting in a color and …","Alpha unmask the color.","Results in either self or other, where they do not overlap.","","A helper trait that collects bit traits under one name.","Basic methods for boolean masks.","Associates a Boolean type to the implementing type.","Like Select, but can avoid evaluating the input.","The mask type to use for selecting Self values.","Makes a mask bale to select between two values.","Create a new mask where each lane is set to value.","Checks if all lanes in the mask are false.","Checks if all lanes in the mask are true.","Select lanes from the output of a when corresponding lanes …","Select lanes from a when corresponding lanes in self are …","Uses luminance levels and surround conditions to calculate …","Represents a surface color, such as a print on a 20% …","Pre-calculated variables for CAM16, that only depend on …","The CIE CAM16 color appearance model.","A trait for converting into a CAM16 color type from C …","A trait for converting from a CAM16 color type into C …","Partial CIE CAM16, with lightness and chroma.","Partial CIE CAM16 with lightness, chroma, and an alpha …","Partial CIE CAM16, with lightness and colorfulness.","Partial CIE CAM16 with lightness, colorfulness, and an …","Partial CIE CAM16, with lightness and saturation.","Partial CIE CAM16 with lightness, saturation, and an alpha …","Partial CIE CAM16, with brightness and chroma.","Partial CIE CAM16 with brightness, chroma, and an alpha …","Partial CIE CAM16, with brightness and colorfulness.","Partial CIE CAM16 with brightness, colorfulness, and an …","Partial CIE CAM16, with brightness and saturation.","Partial CIE CAM16 with brightness, saturation, and an …","The Cartesian form of CAM16-UCS, or J’ a’ b’.","An iterator for Cam16UcsJab values.","Cartesian CAM16-UCS with an alpha component.","The polar form of CAM16-UCS, or J’M’h’.","An iterator for Cam16UcsJmh values.","Polar CAM16-UCS with an alpha component.","CIE CAM16 with an alpha component.","A value between 0.0 and 1.0, where 0.0 represents no …","Represents a dark room, such as a movie theatre. …","Represents a dimly lit room with a bright TV or monitor. …","The degree of discounting of (or adaptation to) the …","A trait for converting from a CAM16 color type C without …","A trait for converting into a CAM16 color type C without …","Parameters for CAM16 that describe the viewing conditions.","Any custom value from 0% to 20%. Any value outside that …","The number type that’s used in parameters when …","The number type that’s used in parameters when …","The number type that’s used in parameters when …","The number type that’s used in parameters when …","Represents a static white point in Parameters, as opposed …","The static representation of this white point, or …","A description of the peripheral area.","A trait for types that can be used as white point …","The redness/greenness (a’) of the color.","","","","","","","","","","","","","","","","","The average luminance of the environment (test adapting …","","","","","","","","","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","","The yellowness/blueness (b’) of the color.","The luminance factor of the background (Yb), on a scale …","Pre-bakes the parameters to avoid repeating parts of the …","","","","","","","","","","","","","","","","","","","","","","The brightness (Q) of the color.","The brightness (Q) of the color.","The brightness (Q) of the color.","The brightness (Q) of the color.","Converts color into Self, using the provided parameters.","","","","","","","","Converts self into C, using the provided parameters.","","","","","","","","","","","Partial CIE CAM16, with lightness and chroma, and helper …","Partial CIE CAM16, with lightness and colorfulness, and …","Partial CIE CAM16, with lightness and saturation, and …","Partial CIE CAM16, with brightness and chroma, and helper …","Partial CIE CAM16, with brightness and colorfulness, and …","Partial CIE CAM16, with brightness and saturation, and …","The chroma (C) of the color.","The chroma (C) of the color.","The chroma (C) of the color.","","","","","","","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","","","","","","","","","","","","","","","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The colorfulness (M) of the color.","The colorfulness (M’) of the color.","The colorfulness (M) of the color.","The colorfulness (M) of the color.","","","","","","","","","","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","Creates a new set of parameters with a dynamic white point …","","","","","","","","","","Creates a new set of parameters with a static white point …","","","","","","","","","","","","","","","","","","","","","","","","","The degree of discounting of (or adaptation to) the …","","","","","","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","","","","","","","Converts cam16 into Self, using the provided parameters.","","","","","","","","","","","","","","","","","","","","","","","Convert from a (J', a', b') tuple.","Convert from a (J', M', h') tuple.","","","","","","","","","","","","","Derive CIE CAM16 attributes for the provided color, under …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","","","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","The hue (h’) of the color.","The hue (h) of the color.","The hue (h) of the color.","The hue (h) of the color.","The hue (h) of the color.","The hue (h) of the color.","The hue (h) of the color.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts self into C, using the provided parameters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert to a (J', a', b') tuple.","Convert to a (J', M', h') tuple.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the XYZ value for this white point.","","Construct an XYZ color that matches these CIE CAM16 …","","","","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","","","","","","","","","","","The lightness (J) of the color.","The lightness (J’) of the color.","The lightness (J’) of the color.","The lightness (J) of the color.","The lightness (J) of the color.","The lightness (J) of the color.","Return the lightness value maximum.","Return the lightness value maximum.","Return an a value maximum that includes the sRGB gamut.","Return a b value maximum that includes the sRGB gamut.","Return a colorfulness value maximum that includes the sRGB …","Return the colorfulness value minimum.","Return the lightness value minimum.","Return the lightness value minimum.","Return an a value minimum that includes the sRGB gamut.","Return a b value minimum that includes the sRGB gamut.","","","","","","","","","Create a CAM16-UCS J’ a’ b’ color.","Create a CAM16-UCS J’ M’ h’ color.","Create a CAM16-UCS J’ M’ h’ color. This is the same …","","","","","","","","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","","","","","","","","","","","","","","","","","","","The saturation (s) of the color.","The saturation (s) of the color.","The saturation (s) of the color.","","","Update this color with new values.","Update this color with new values.","","","","","","","","","","","","","","","","","A description of the peripheral area, with a value from 0% …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","White point of the test illuminant, Xw Yw Zw. Yw should be …","","","","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","","","","","","Partial CIE CAM16, with lightness and chroma.","An iterator for Cam16Jch values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","","","","The chroma (C) of the color.","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","","","","","","Convert from a (lightness, chroma, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (lightness, chroma, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","The lightness (J) of the color.","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with lightness and colorfulness.","An iterator for Cam16Jmh values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","","","","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The colorfulness (M) of the color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","","Convert from a (lightness, colorfulness, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (lightness, colorfulness, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","The lightness (J) of the color.","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with lightness and saturation.","An iterator for Cam16Jsh values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","","","","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","","Convert from a (lightness, saturation, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (lightness, saturation, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","The lightness (J) of the color.","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","The saturation (s) of the color.","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with brightness and chroma.","An iterator for Cam16Qch values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","The brightness (Q) of the color.","","","","The chroma (C) of the color.","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","","","","","","Convert from a (brightness, chroma, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (brightness, chroma, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with brightness and colorfulness.","An iterator for Cam16Qmh values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","The brightness (Q) of the color.","","","","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The colorfulness (M) of the color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","","","","","","Convert from a (brightness, colorfulness, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (brightness, colorfulness, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with brightness and saturation.","An iterator for Cam16Qsh values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","The brightness (Q) of the color.","","","","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","","Convert from a (brightness, saturation, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (brightness, saturation, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","The saturation (s) of the color.","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","The output type of a cast to an array.","Marker trait for types that can be represented as a fixed …","","Trait for casting a reference to collection of arrays into …","Trait for casting a mutable reference to collection of …","Trait for casting a collection of arrays from a collection …","Trait for casting a collection of arrays into a collection …","Trait for casting a reference to a collection of colors …","Trait for casting a mutable reference to a collection of …","Trait for casting a reference to a collection of colors …","Trait for casting a mutable reference to a collection of …","Trait for casting a reference to a collection of colors …","Trait for casting a mutable reference to a collection of …","The error type returned when casting a boxed slice of …","The type of error returned when the capacity of a Vec didn…","Packs and unpacks color types with some component order.","Trait for casting a reference to collection of color …","Trait for casting a mutable reference to collection of …","Trait for casting a collection of color components into a …","Trait for casting a collection of color components from a …","The error for when try_components_as fails to cast.","The error for when try_components_as_mut fails to cast.","The error for when try_from_components fails to cast.","The error for when try_into_colors fails to cast.","Trait for casting a collection of colors from a collection …","Trait for casting a collection of colors from a collection …","Trait for casting a collection of colors from a collection …","Trait for casting a collection of colors into a collection …","Trait for casting a collection of colors into a collection …","Trait for casting a collection of colors into a collection …","The type of error returned when the length of a Vec didn’…","A color packed into a compact format, such as an unsigned …","The error type returned when casting a slice of components …","Trait for trying to cast a reference to collection of …","Trait for trying to cast a mutable reference to collection …","Trait for trying to cast a collection of color components …","Trait for trying to cast a collection of colors from a …","An unsigned integer with the same size as Self.","Marker trait for types that can be represented as an …","Trait for casting a reference to a collection of unsigned …","Trait for casting a mutable reference to a collection of …","Trait for casting a collection of unsigned integers from a …","Trait for casting a collection of unsigned integers into a …","The error type returned when casting a Vec of components …","The type of error that is returned when casting a Vec of …","","","","","","Cast this collection of arrays into a collection of colors.","Cast this collection of arrays into a mutable collection …","Cast a collection of colors into a collection of arrays.","","","","","","Cast this collection of arrays into a collection of colors.","","","","","","","","","","","","","","","","Cast this collection of colors into a collection of arrays.","Cast this collection of colors into a mutable collection …","Cast this collection of colors into a collection of color …","Cast this collection of colors into a mutable collection …","","","","","","","Cast this collection of colors into a collection of …","Cast this collection of colors into a mutable collection …","","","","","","","","","","","","","","","","The channel order for the color components in the packed …","","","","","","","","","","","The color packed into a type P, such as u32 or [u8; 4].","Cast this collection of color components into a reference …","Cast this collection of color components into a mutable …","Cast a collection of colors into a collection of color …","","","","","","Cast this collection of color components into a collection …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","","","","","","","Cast from an array to a color type.","Cast from an array of arrays to an array of colors.","Cast from a boxed array to a boxed color type.","Cast from a mutable array reference to a mutable color …","Cast from an array reference to a color type reference.","Cast from a slice of arrays to a slice of colors.","Cast from a boxed slice of arrays to a boxed slice of …","Cast from a mutable slice of arrays to a mutable slice of …","Cast from a Vec of arrays to a Vec of colors.","Cast a collection of arrays into an collection of colors.","Cast from an array of color components to an array of …","The same as try_from_component_slice but panics on error.","The same as try_from_component_slice_box but panics on …","The same as try_from_component_slice_mut but panics on …","The same as try_from_component_vec but panics on error.","Cast a collection of color components into an collection …","","","","","","Cast from an unsigned integer to a color type.","Cast from an array of unsigned integers to an array of …","Cast from a mutable unsigned integer reference to a …","Cast from an unsigned integer reference to a color type …","Cast from a slice of unsigned integers to a slice of …","Cast from a boxed slice of unsigned integers to a boxed …","Cast from a mutable slice of unsigned integers to a …","Cast from a Vec of unsigned integers to a Vec of colors.","Cast a collection of unsigned integers into an collection …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Cast from a color type to an array.","Cast from an array of colors to an array of arrays.","Cast from a boxed color type to a boxed array.","Cast from a mutable color type reference to a mutable …","Cast from a color type reference to an array reference.","Cast from a slice of colors to a slice of arrays.","Cast from a boxed slice of colors to a boxed slice of …","Cast from a mutable slice of colors to a mutable slice of …","Cast from a Vec of colors to a Vec of arrays.","Cast this collection of colors into a collection of arrays.","","","","","","","","","","","","","","","","Cast from an array of colors to an array of color …","Cast from a slice of colors to a slice of color components.","Cast from a boxed slice of colors to a boxed slice of …","Cast from a slice of colors to a slice of color components.","Cast from a Vec of colors to a Vec of color components.","Cast this collection of colors into a collection of color …","","","","","","Cast from a color type to an unsigned integer.","Cast from an array of colors to an array of unsigned …","Cast from a mutable color type reference to a mutable …","Cast from a color type reference to an unsigned integer …","Cast from a slice of colors to a slice of unsigned …","Cast from a boxed slice of colors to a boxed slice of …","Cast from a mutable slice of colors to a mutable slice of …","Cast from a Vec of colors to a Vec of unsigned integers.","Cast this collection of colors into a collection of …","The type of error that occurred.","Map values of color A to values of color B without …","Map values of color A to values of color B without …","Combine the components of a color into the packed format.","Transform a color value into a packed memory …","","","","","","","","","","","","Try to cast this collection of color components into a …","Try to cast this collection of color components into a …","Try to cast this collection of color components into a …","","","","","","","","","","","","","Cast from a slice of color components to a slice of colors.","Cast from a boxed slice of color components to a boxed …","Cast from a mutable slice of color components to a slice …","Cast from a Vec of color components to a Vec of colors.","Try to cast a collection of color components into an …","","","","","","","","","","","","","","","","Cast this collection of unsigned integers into a …","Cast this collection of unsigned integers into a mutable …","Cast a collection of colors into a collection of unsigned …","","","","","","Cast this collection of unsigned integers into a …","","","","","","Split the packed color into its separate components.","Transform a packed color into a regular color value.","The original values.","The original values.","Trait to convert color from one reference white point to …","Trait to convert color with one reference white point into …","Bradford chromatic adaptation method","Holds the matrix coefficients for the chromatic adaptation …","Chromatic adaptation methods implemented in the library","Generates a conversion matrix to convert the Xyz …","VonKries chromatic adaptation method","XyzScaling chromatic adaptation method","Convert the source color to the destination color using …","Convert the source color to the destination color using …","Convert the source color to the destination color using …","Convert the source color to the destination color using …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Generates a 3x3 transformation matrix to convert color …","Get the cone response functions for the chromatic …","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","3x3 matrix for the inverse of the cone response domains","3x3 matrix for the cone response domains","","","","","","","","","","","","","","","Calculate the CIEDE2000 ΔE* (Delta E) color difference …","A trait for calculating the color difference between two …","Calculate the ΔE color difference between two colors.","Calculate the distance between two colors as if they were …","Calculate a combination of Euclidean and …","Calculate the CIEDE2000 ΔE’ (improved IEDE2000 ΔE*) …","Calculate the ΔE’ (improved ΔE) color difference …","The type of the calculated color difference.","The type for the ΔE* (Delta E).","The type for the distance value.","The scalar type used for luminance and contrast.","The type for the distance value.","The type for the distance value.","Calculate and check the WCAG 2.1 relative contrast and …","Calculate the ΔE color difference metric for self and …","Calculate the CIEDE2000 ΔE* (Delta E) color difference …","Calculate the Euclidean distance from self to other.","Calculate the squared Euclidean distance from self to other…","Return the difference or distance between two colors.","Verify the contrast between two colors satisfies SC 1.4.6 …","Verify the contrast between two colors satisfies SC 1.4.6. …","Verify the contrast between two colors satisfies SC 1.4.11 …","Verify the contrast between two colors satisfies SC 1.4.3 …","Verify the contrast between two colors satisfies SC 1.4.3. …","Calculate the hybrid distance between self and other.","Calculate the ΔE’ (improved ΔE) color difference …","Calculate the CIEDE2000 ΔE’ (improved IEDE2000 ΔE*) …","Returns the WCAG 2.1 relative luminance contrast between …","Returns the WCAG 2.1 relative luminance of self.","Represents the analogous color scheme on a 12 color wheel.","Represents the complementary color scheme.","Represents the split complementary color scheme.","Represents the tetradic, or square, color scheme.","Represents the triadic color scheme.","Return the two additional colors of an analogous color …","Return the next two analogous colors, after the colors …","Return the complementary color of self.","Return the two split complementary colors of self.","Return the three additional colors of a tetradic color …","Return the two additional colors of a triadic color scheme.","A trait for converting one color from another, in a …","Temporarily convert colors in place.","A scope guard that restores the guarded colors to their …","A trait for unchecked conversion of one color from another.","","Temporarily convert colors in place, without clamping.","A scope guard that restores the guarded colors to their …","A trait for converting a color into another, in a possibly …","Temporarily convert colors in place. The Into counterpart …","A trait for unchecked conversion of a color into another.","Temporarily convert colors in place. The Into counterpart …","The error type for a color conversion that converted a …","A trait for fallible conversion of one color from another.","A trait for fallible conversion of a color into another.","","","","","","","","","","","","","","","","","Consume this error and return the wrapped color","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Convert from T with values clamped to the color defined …","Temporarily convert from another color type in place.","Convert from T. The resulting color might be invalid in …","Temporarily convert from another color type in place, …","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Replace this guard with a guard that clamps the colors …","Convert into T with values clamped to the color defined …","","","Temporarily convert to another color type in place.","Convert into T. The resulting color might be invalid in …","","","Temporarily convert to another color type in place, …","","","Immediately restore the colors to their original type.","Convert the colors to another type and replace this guard.","Convert the colors to another type, without clamping, and …","","","","","","","Convert from T, returning ok if the color is inside of its …","","","Convert into T, returning ok if the color is inside of its …","","","","","","","","","Represents 2.2f64.","A transfer function from linear space.","Gamma encoding.","A transfer function to linear space.","A generic standard with linear components.","The sRGB standard, color space, and transfer function.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Convert the color component linear from linear space.","","","","","","","","Gamma encoding.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert the color component encoded into linear space.","","","","","","","","Linear encoding","","","The sRGB standard.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents 2.2f64.","Gamma encoding.","The transfer function for gamma encoded colors.","A type level float constant.","The represented number.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","A generic standard with linear components.","Linear color component encoding.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","The sRGB standard, color space, and transfer function.","HSL color space.","Linear HSL with an alpha component. See the Hsla …","An iterator for Hsl values.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","","Decides how light the color will look. 0.0 will be black, …","","","The colorfulness of the color. 0.0 gives gray scale colors …","","The white point and RGB primaries this color is adapted …","","","","","","","","HSLuv color space.","HSLuv with an alpha component. See the Hsluva …","An iterator for Hsluv values.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","Decides how light the color will look. 0.0 will be black, …","","","","The colorfulness of the color, as a percentage of the …","","","","","","","","","The white point and RGB primaries this color is adapted …","HSV color space.","Linear HSV with an alpha component. See the Hsva …","An iterator for Hsv values.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","","","","The colorfulness of the color. 0.0 gives gray scale colors …","","The white point and RGB primaries this color is adapted …","","","","","","","","Decides how bright the color will look. 0.0 will be black, …","A hue type for the CAM16 color appearance model.","Iterator over Cam16Hue values.","A hue type for the CIE L*a*b* family of color spaces.","Iterator over LabHue values.","A hue type for the CIE L*u*v* family of color spaces.","Iterator over LuvHue values.","A hue type for the Oklab color space.","Iterator over OklabHue values.","A hue type for the RGB family of color spaces.","Iterator over RgbHue values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Borrow this hue’s value as shared references.","","","","","","","","","","","","","","","","","","","Clear the hue vector. See Vec::clear for details.","","","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","","","","","","","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","","","","","","","","","","","","","","","","","","","","","","","Return an iterator that moves hues out of the specified …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns a hue from a and b, normalized to [0°, 360°).","Create a new hue from degrees. This is an alias for new.","Convert from another angle type.","Create a new hue from radians, instead of degrees.","","","","","","","Get a hue, or slice of hues, with references to the values …","Get a hue, or slice of hues, that allows modifying the …","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a and b values for this hue, normalized to [-1, 1].","","","","","","","","","","","","","Get the hue as degrees, in the range (-180, 180].","Convert into another angle type.","Get the internal representation without normalizing or …","","","","","","","","","","","","","","","","","","","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to radians, in the range (-π, π].","Get the internal representation as degrees, without …","Get the internal representation as radians, without …","","","","","","","Return an iterator over the hues in the wrapped collection.","Return an iterator that allows modifying the hues in the …","","","","","","Create a new hue, specified in the default unit for the …","","","","","","","","","","","Pop a hue from the hue vector. See Vec::pop for details.","Push an additional hue onto the hue vector. See Vec::push …","","","","","","","","Update this hue with a new value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct with a vector with a minimum capacity. See …","HWB color space.","Linear HWB with an alpha component. See the Hwba …","An iterator for Hwb values.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","The blackness of the color. It specifies the amount black …","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","","","","","The white point and RGB primaries this color is adapted …","","","","","","","","The whiteness of the color. It specifies the amount white …","An iterator for Lab values.","The CIE L*a*b* (CIELAB) color space.","CIE L*a*b* (CIELAB) with an alpha component. See the Laba …","a* goes from red at -128 to green at 127.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","b* goes from yellow at -128 to blue at 127.","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","L* is the lightness of the color. 0.0 gives absolute black …","","","","","","","","","","","","The white point associated with the color’s illuminant …","An iterator for Lch values.","CIE L*C*h°, a polar version of CIE L*a*b*.","CIE L*C*h° with an alpha component. See the Lcha …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","C* is the colorfulness of the color. It’s similar to …","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","L* is the lightness of the color. 0.0 gives absolute black …","","","","","","","","","","","","The white point associated with the color’s illuminant …","An iterator for Lchuv values.","CIE L*C*uv h°uv, a polar version of CIE L*u*v*.","CIE L*C*uv h°uv with an alpha component. See the Lchuva …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","C*uv is the colorfulness of the color. It’s similar to …","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","L* is the lightness of the color. 0.0 gives absolute black …","","","","","","","","","","","","The white point associated with the color’s illuminant …","Gamma 2.2 encoded luminance.","Gamma 2.2 encoded luminance with an alpha component.","An iterator for Luma values.","Linear luminance.","Linear luminance with an alpha component.","Luminance.","A white point and a transfer function.","Luminance with an alpha component. See the Lumaa …","A packed representation of Luma+Alpha in AL order.","A packed representation of Luma+Alpha in LA order.","sRGB encoded luminance.","sRGB encoded luminance with an alpha component.","The transfer function for the luminance component.","The white point of the color space.","","","","","","","","","","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","","","","","","The channel order for the color components in the packed …","The channel order for the color components in the packed …","Channel orders for packed Luma types.","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The color.","The color.","The color.","The color.","The color packed into a type P, such as u32 or [u8; 4].","The color packed into a type P, such as u32 or [u8; 4].","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","Convert from a (luma,) tuple.","Convert from linear luminance from a different encoding.","Convert from another component type.","","Convert linear luminance to non-linear luminance.","","","Convert from a packed u16 with specifiable component order.","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (luma,) tuple.","Convert a linear color to a different encoding.","Convert into another component type.","","","","","","","","","","","","","","","Convert the color to linear luminance.","","","Convert to a packed u16 with with specifiable component …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","","","","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","Return the luma value maximum.","Return the luma value minimum.","","","","","","","","Create a luminance color.","","","","","","","Pop a color’s components from the component vectors. See …","","Push an additional color’s components onto the component …","","","","","","","","","","Update this color with new values.","","","","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Luma+Alpha color packed in AL order.","Luma+Alpha color packed in LA order.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An iterator for Luv values.","The CIE L*u*v* (CIELUV) color space.","CIE L*u*v* (CIELUV) with an alpha component. See the Luva …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","L* is the lightness of the color. 0.0 gives absolute black …","","","","","","","","","","The range of valid u* varies depending on the values of L* …","","","The range of valid v* varies depending on the values of L* …","The white point associated with the color’s illuminant …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a SVG/CSS3 color by name. Can be toggled with the …","Method for getting the absolute value of a number.","A helper trait that collects arithmetic traits under one …","Method for getting the cube root of a number.","Trait for clamping a value.","Assigning trait for clamping a value.","Methods for calculating e ^ x,","Trait for creating a vectorized value from a scalar value.","Conversion from an array of scalars to a vectorized value.","Methods for calculating the lengths of a hypotenuse.","Conversion from a vectorized value to an array of scalars.","Methods for checking if a number can be used as a divisor.","Trait for getting the natural logarithm of self.","Methods for getting the largest or smallest of two values.","Combined multiplication and addition operation.","Combined multiplication and subtraction operation.","Methods for the value 1.","The resulting type.","The resulting type.","Trait for lanewise comparison of two values.","Method for raising a number by a real number exponent.","Method for raising a number by a signed integer exponent.","Method for raising a number by a n unsigned integer …","Numbers that belong to the real number set. It’s both a …","Method for calculating 1 / x.","Methods for rounding numbers to integers.","Saturating addition operation.","Saturating subtraction operation.","The scalar type that is stored in each lane of Self. …","Trait for getting a number that represents the sign of self…","Method for getting the square root of a number.","Trigonometry methods and their inverses.","Methods for the value 0.","Returns the absolute value of self.","Compute the arccosine in radians of self.","Compute the arcsine in radians of self.","Compute the arctangent in radians of self.","Compute the arctangent in radians of self (y) and other …","Returns the cube root of self.","Return the smallest integer greater than or equal to self.","Clamp self to be within the range [min, max].","Clamp self to be within the range [min, max].","Clamp self to be within the range (-∞, max].","Clamp self to be within the range (-∞, max].","Clamp self to be within the range [min, ∞).","Clamp self to be within the range [min, ∞).","Compute the cosine of self (in radians).","Compares self == other.","Return e ^ self.","Return the largest integer less than or equal to self.","Creates a vectorized value from an array of scalars.","Create a number from an f64 value, mainly for converting …","Create a new vectorized value where each lane is scalar. …","Compares self > other.","Compares self >= other.","Returns the length of the hypotenuse formed by self and …","Creates an array of scalars from a vectorized value.","Return true if self can be used as a divisor in x / self.","Returns the natural logarithm of self.","Compares self < other.","Compares self <= other.","Return the largest of self and other.","Return the smallest of self and other.","Return a pair of self and other, where the smallest is the …","Multiplies self with m and add a, as in (self * m) + a.","Multiplies self with m and subtract s, as in (self * m) - s…","Compares self != other.","Create a new 1 value.","Return self raised to the power of exp.","Return self raised to the power of exp.","Return self raised to the power of exp.","Return 1 / self.","Return the nearest integer to self. Round half-way cases …","Returns the sum of self and other, but saturates instead …","Returns the difference of self and other, but saturates …","Returns a number that represents the sign of self. For …","Compute the sine of self (in radians).","Simultaneously compute the sine and cosine of self (in …","Returns the square root of self.","Compute the tangent of self (in radians).","Create a new 0 value.","An iterator for Okhsl values.","A Hue/Saturation/Lightness representation of Oklab in the …","Okhsl with an alpha component.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees of a circle.","","Calls U::from(self).","","","","","","","","","","","The relative luminance of the color, where","","","The saturation (freedom of black or white) of the color.","","","","","","","","","An iterator for Okhsv values.","A Hue/Saturation/Value representation of Oklab in the sRGB …","Okhsv with an alpha component. See the Okhsva …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees of a circle.","","Calls U::from(self).","","","","","","","","","","","","","The saturation (freedom of whitishness) of the color.","","","","","","","","","The monochromatic brightness of the color.","An iterator for Okhwb values.","A Hue/Whiteness/Blackness representation of Oklab in the …","Okhwb with an alpha component. See the Okhwba …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","The amount of black, mixed in the pure hue, ranging from …","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees of a circle.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The amount of white, mixed in the pure hue, ranging from …","An iterator for Oklab values.","The Oklab color space.","Oklab with an alpha component.","a changes the hue from reddish to greenish, when moving …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","b changes the hue from yellowish to blueish, when moving …","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","l is the lightness of the color. 0 gives absolute black …","","","","","","","","","","","","An iterator for Oklch values.","Oklch, a polar version of Oklab.","Oklch with an alpha component. See the Oklcha …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","chroma is the colorfulness of the color. A color with …","The color.","","","","","","Returns the argument unchanged.","","","h is the hue of the color, in degrees. Decides if it’s …","","Calls U::from(self).","","","","","","","","","","L is the lightness of the color. 0 gives absolute black …","","","","","","","","","","","","Error type for parsing a string of hexadecimal characters …","Gamma 2.2 encoded sRGB.","Gamma 2.2 encoded sRGB with an alpha component.","The hex value was not in a valid 3 or 6 character format.","An iterator for Rgb values.","Linear sRGB.","Linear sRGB with an alpha component.","A packed representation of RGBA in ABGR order.","A packed representation of RGBA in ARGB order.","A packed representation of RGBA in BGRA order.","A packed representation of RGBA in RGBA order.","An error occurred while parsing the string into a valid …","Represents the red, green and blue primaries of an RGB …","The primaries of the RGB color space.","Generic RGB.","A set of primaries and a white point.","An RGB space and a transfer function.","Generic RGB with an alpha component. See the Rgba …","The hex value was not in a valid 4 or 8 character format.","The RGB color space.","Non-linear sRGB, the most common RGB input/output format.","Non-linear sRGB with an alpha component.","The transfer function for the color components.","The white point of the RGB color space.","","","","","","","","","","","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","Primary blue.","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","","","","","","","","","","","The channel order for the color components in the packed …","The channel order for the color components in the packed …","The channel order for the color components in the packed …","The channel order for the color components in the packed …","Channel orders for packed RGBA types.","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The color.","The color.","The color.","The color.","The color packed into a type P, such as u32 or [u8; 4].","The color packed into a type P, such as u32 or [u8; 4].","The color packed into a type P, such as u32 or [u8; 4].","The color packed into a type P, such as u32 or [u8; 4].","","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","","","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","Convert from a (red, green, blue) tuple.","Convert linear RGB from a different encoding.","Convert the RGB components from another number type.","","Convert linear RGB to non-linear RGB.","","","","Parses a color hex code of format ‘#ff00bb’ or ‘#abc…","Convert from a packed u32 with specifiable component order.","Get a color, or slice of colors, with references to the …","","","Get a color, or slice of colors, that allows modifying the …","Primary green.","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Convert to a (red, green, blue) tuple.","Convert a linear color to a different encoding.","Convert the RGB components into another number type.","","","","","","","","","","","","","","","Convert the color to linear RGB.","","","","Convert to a packed u32 with with specifiable component …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","","","","Return the blue value maximum.","Return the green value maximum.","Return the red value maximum.","Return the blue value minimum.","Return the green value minimum.","Return the red value minimum.","","","","","","","","Create an RGB color.","","","","","","","Pop a color’s components from the component vectors. See …","","Push an additional color’s components onto the component …","Primary red.","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","","","","Get a pre-defined matrix for converting an RGB value with …","","","","","","","Update this color with new values.","","","","","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Get a pre-defined matrix for converting an XYZ value into …","RGBA color packed in ABGR order.","RGBA color packed in ARGB order.","RGBA color packed in BGRA order.","RGBA color packed in RGBA order.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Combines serialize_as_array and deserialize_as_array as a …","Combines serialize_as_uint and deserialize_as_uint as a …","Deserialize a value from an array of its components.","Deserialize a value from an unsigned integer.","Deserialize a transparent color without requiring the …","Deserialize a premultiplied transparent color without …","Serialize the value as an array of its components.","Serialize the value as an unsigned integer.","Deserialize a value from an array of its components.","Serialize the value as an array of its components.","Deserialize a value from an unsigned integer.","Serialize the value as an unsigned integer.","Converts from a stimulus color component type, while …","Converts into a stimulus color component type, while …","Color components that represent a stimulus intensity.","A marker trait for colors where all components are stimuli.","Converts other into Self, while performing the appropriate …","Converts self into T, while performing the appropriate …","The highest displayable value this component type can …","CIE standard illuminant A","Represents an unspecified reference white point.","CIE standard illuminant B","CIE standard illuminant C","CIE D series standard illuminant - D50","CIE D series standard illuminant - D50","CIE D series standard illuminant - D55","CIE D series standard illuminant - D55","CIE D series standard illuminant - D65","CIE D series standard illuminant - D65","CIE D series standard illuminant - D75","CIE D series standard illuminant - D75","CIE standard illuminant E","CIE fluorescent illuminant series - F11","CIE fluorescent illuminant series - F2","CIE fluorescent illuminant series - F7","WhitePoint defines the Xyz color co-ordinates for a given …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the Xyz chromaticity co-ordinates for the white point.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An iterator for Xyz values.","The CIE 1931 XYZ color space.","CIE 1931 XYZ with an alpha component. See the Xyza …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The white point associated with the color’s illuminant …","X is the scale of what can be seen as a response curve for …","Y is the luminance of the color, where 0.0 is black and …","Z is the scale of what can be seen as the blue …","An iterator for Yxy values.","The CIE 1931 Yxy (xyY) color space.","CIE 1931 Yxy (xyY) with an alpha component. See the Yxya …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","luma (Y) was a measure of the brightness or luminance of a …","","","","","","","","","","","The white point associated with the color’s illuminant …","x chromaticity co-ordinate derived from XYZ color space as …","y chromaticity co-ordinate derived from XYZ color space as …","get the index into the steps array for a given color the …","get the index for a new color some steps away from a base …","get surface color given a base and some steps","get text color given a base background color","checks that the color is valid srgb","find the nearest chroma which makes our color a valid …","Get an array of 100 colors with a specific hue and chroma …","Uses the single thread executor by default.","An async executor that schedules tasks across a pol …","An async executor that schedules tasks on the same …","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font.","The Family of the Font.","","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","Alignment on the axis of a container.","An interactive cross-platform application.","The background of some element.","A border.","Align at the center of the axis.","A color in the sRGB color space.","A solid color.","A set of asynchronous actions to be performed by some …","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","A Theme that uses a Custom palette.","The built-in dark variant.","Degrees","A DnD event.","A generic widget.","Align at the end of the axis.","Contains the error value","An error that occurred while running an application.","A user interface event.","A type that can run futures.","The Executor that will run commands and subscriptions.","The futures executor could not be created.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","The data needed to initialize your Application.","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The application graphics context could not be created.","A keyboard event","The strategy used to fill space in a specific dimension.","The built-in light variant.","A set of size constraints for layouting.","A linear gradient interpolates colors along a direction at …","The type of messages your Application will produce.","The type of messages your Sandbox will produce.","A mouse event","Don’t resize or scale the image at all.","Contains the success value","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","The border radii for the corners of a graphics primitive …","A rectangle.","The default graphics renderer for iced.","The result of running an application.","A sandboxed Application.","Scale the image down if it’s too big for the space, but …","The settings of an application.","Fill the least amount of space","An amount of space in 2 dimensions.","Align at the start of the axis.","A request to listen to external events.","A built-in theme.","The theme of your Application.","","A touch event","A 2D vector.","A window event","The application window could not be created.","Transparency, 0.0 - 1.0","","","Leverage advanced concepts like custom widgets.","If set to true, the renderer will try to perform …","Build interactive cross-platform applications.","","","","","","","","","Blue component, 0.0 - 1.0","","","","","Bottom padding","","","Access the clipboard.","The color of the border.","Creates a Color with shorter and cleaner syntax.","Run asynchronous actions.","","","","The default Font to be used.","The text size that will be used by default.","","","","","","","Runs the given closure inside the Executor.","Handle events of a user interface.","Choose your preferred executor to power your application.","If set to true the application will exit when the main …","The Family of the Font.","The data needed to initialize the Application.","","","","Load and use fonts.","The fonts to load on boot.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Green component, 0.0 - 1.0","Height of the rectangle.","The height.","The identifier of the application.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Listen and react to keyboard events.","Left padding","Listen and react to mouse events.","Initializes the Application with the flags provided to run …","Initializes the Sandbox.","Creates a new Executor.","Display interactive elements on top of other widgets.","Red component, 0.0 - 1.0","The radius of the border.","Right padding","Runs the Application.","Runs the Sandbox.","Returns the scale factor of the Application.","Returns the scale factor of the Sandbox.","Configure your application","Spawns a future in the Executor.","The Stretch of the Font.","Returns the current Style of the Theme.","Returns the current style variant of theme::Application.","The Style of the Font.","Listen to external events in your application.","Returns the event Subscription for the current state of the","Returns the current Theme of the Application.","Returns the current Theme of the Sandbox.","Listen and react to time.","Returns the current title of the Application.","Returns the current title of the Sandbox.","","","Top padding","Listen and react to touch events.","","","","","","","","","","","","","","","Handles a message and updates the state of the Application.","Handles a message and updates the state of the Sandbox.","Returns the widgets to display in the Application.","Returns the widgets to display in the Sandbox.","The Weight of the Font.","Use the built-in widgets or create your own.","The width of the border.","Width of the rectangle.","The width.","Configure the window of your application in native …","The window settings.","Initialize Application settings using the given data.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","A buffer for short-term storage and transfer within and …","The hasher used to compare layouts.","The bounds of a Node and its children, using absolute …","An interactive component that can be displayed on top of …","A component that can be used by widgets to draw themselves …","A connection to the state of a shell.","A paragraph.","A component that displays information and allows …","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Fills a Quad with the provided Background.","The font of the Text.","The horizontal alignment of the Text.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","Write your own subscriptions.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","The vertical alignment of the Text.","Create custom widgets and operate on them.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","An antialiasing strategy.","The graphics backend of a Renderer.","An error occured in the context’s internal backend","A cached primitive.","A clip primitive","A graphics compositor that can draw to windows.","A backend-specific primitive.","A type that has some damage bounds.","An editor primitive","An error that occurred while creating an application’s …","A fill which linearly interpolates colors along a …","A mesh with a gradient.","A suitable graphics adapter or device could not be found.","A group of primitives","An image primitive","A linear gradient interpolates colors along a direction …","Multisample AA with 16 samples","Multisample AA with 2 samples","Multisample AA with 4 samples","Multisample AA with 8 samples","A low-level primitive to render a mesh of triangles.","Failed to find any pixel format that matches the criteria.","A paragraph primitive","A rendering primitive.","The custom kind of primitives this Backend supports.","A quad primitive","A raw cosmic-text primitive","A backend-agnostic renderer that supports all the built-in …","The iced renderer of the backend.","The settings of the backend.","A mesh with a solid color.","The surface of the backend.","An SVG primitive","A text primitive","A 2D transformation matrix.","A primitive that applies a translation","The requested backend version is not supported.","A viewing region for displaying computer graphics.","Write a graphics backend.","Returns the bounds of the Damage.","Manage colors for shaders.","A compositor is responsible for initializing a renderer …","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Track and compute the damage of graphical primitives.","Returns Information used by this Compositor.","Build and draw geometry.","A gradient that can be used as a fill for some geometry.","Load and operate on images.","Draw triangles!","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Create a renderer from a Backend.","Screenshots the current Renderer primitives to an …","Draw text.","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","The background of the quad","The Border of the quad","The border radii of the image","The bounds of the text.","The bounds of the quad","The bounds of the image","The bounds of the viewport","The bounds of the clip","The clip bounds of the text.","The clip bounds of the paragraph.","The clip bounds of the editor.","The color of the text.","The color of the paragraph.","The color of the editor.","The Color filter","The contents of the text.","The content of the clip","The primitive to translate","The cached primitive","The editor::Weak reference.","The filter method of the image","The font of the text.","The handle of the image","The path of the SVG file","The horizontal alignment of the text.","The line height of the text.","The paragraph::Weak reference.","The position of the paragraph.","The position of the editor.","The primitives of the group","The Shadow of the quad","The shaping strategy of the text.","The size of the text in logical pixels.","The translation vector","The vertical alignment of the text.","The graphics backend of a Renderer.","A graphics backend that supports image rendering.","The custom kind of primitives this Backend supports.","A graphics backend that supports SVG rendering.","A graphics backend that supports text rendering.","Returns the dimensions of the provided image.","Loads a font from its bytes.","Returns the viewport dimensions of the provided SVG.","A flag that indicates whether the renderer should perform …","A color packed as 4 floats representing RGBA channels.","Packs a Color.","A graphics compositor that can draw to windows.","Contains information about the graphics (e.g. graphics …","Invalid dimensions","The swap chain has been lost and needs to be recreated.","There is no more memory left to allocate a new frame.","The underlying surface has changed, and therefore the …","Present Error","The iced renderer of the backend.","Resize Error","The settings of the backend.","The surface of the backend.","Result of an unsuccessful call to Compositor::present.","A timeout was encountered while trying to acquire the next …","A window that can be used in a Compositor.","Contains the graphics adapter.","Contains the graphics backend.","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Returns Information used by this Compositor.","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Screenshots the current Renderer primitives to an …","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Returns the Tag of the Widget.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","A type that has some damage bounds.","Returns the bounds of the Damage.","Groups the given damage regions that are close together …","Computes the damage regions between the two given lists of …","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait for Futures that provides a variety of …","Adapters specific to Result-returning streams","An extension trait which adds utility methods to …","An extension trait which adds utility methods to AsyncRead …","Adapters specific to Result-returning futures","An extension trait for Sinks that provides a variety of …","An extension trait which adds utility methods to AsyncSeek …","An extension trait which adds utility methods to AsyncWrite…","An extension trait for Streams that provides a variety of …","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","The style used to fill geometry.","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","An immutable set of points that may or may not be …","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","The color of the text","The contents of the text","Draws the given layers of Self::Geometry.","Fill Geometry with a certain style.","The font of the text","The horizontal alignment of the text","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","Build different kinds of 2D shapes.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","Create lines from a Path and assigns them various …","The color or gradient of the fill.","The color or gradient of the stroke.","The vertical alignment of the text","The distance between the two edges of the stroke.","","The style used to fill geometry.","A Gradient color.","","The fill rule defines how to determine what is inside and …","A solid Color.","The coloring style of some drawing.","The fill rule defines how to determine what is inside and …","The color or gradient of the fill.","A segment of a differentiable curve.","A Path builder.","An immutable set of points that may or may not be …","Build and draw curves.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The radius of the arc.","The start of the segment’s angle in radians, clockwise …","A segment of a differentiable curve.","An elliptical Arc.","The center of the arc.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The end of the segment’s angle in radians, clockwise …","The radii of the arc’s ellipse. The horizontal and …","The radius of the arc.","The clockwise rotation of the arc’s ellipse.","The start of the segment’s angle in radians, clockwise …","The start of the segment’s angle in radians, clockwise …","Flag parameters for arcs as described by the SVG …","An alias for usize.","A view over a contiguous storage of custom attributes.","Interface for objects storing custom attributes associated …","An alias for a slice of f32 values.","","","","A beveled corner is to be used to join path segments. The …","","The default builder for Path.","A builder for Path with custom attributes.","The stroke for each sub-path does not extend beyond its …","ID of a control point in a path.","","","","","","","ID of an endpoint point in a path.","","Represents an event or edge of path.","Refers to an event in a path.","The fill rule defines how to determine what is inside and …","A path event representing endpoints and control points as …","An iterator of endpoint and control point ids for Path and …","A view over a sequence of endpoint IDs forming a polygon.","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","","","","Line cap as defined by the SVG specification.","Line join as defined by the SVG specification.","A sharp corner is to be used to join path segments.","Same as a miter join, but if the miter limit is exceeded, …","An empty attribute slice.","","","","A simple path data structure.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","The commands of a path encoded in a single array using IDs …","A view over PathCommands.","A path event representing endpoints and control points as …","A view on a Path.","A view over a sequence of endpoints forming a polygon.","Interface for types types (typically endpoints and control …","Interface for objects storing endpoints and control points …","","","","","","An iterator of over a Path traversing the path in reverse.","At each end of each sub-path, the shape representing the …","A round corner is to be used to join path segments.","The positive or negative side of a vector or segment.","At the end of each sub-path, the shape representing the …","The two possible orientations for the edges of a shape to …","Path building utilities.","","","A generic representation for paths that allow more control …","Returns the endpoint’s custom attributes as a slice of …","","","Tools to iterate over paths.","Of the four candidate arc sweeps, two will represent an …","f32 version of the lyon_geom types used everywhere. Most …","Returns the number of float attributes per endpoint.","The default path data structure.","A container to store multiple paths contiguously.","","","Specific path types for polygons.","","If sweep is true, then the arc will be drawn in a “…","lyon_path traits reexported here for convenience.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The radius of each corner of a rounded rectangle.","Builds a path.","A Builder that approximates curves with successions of …","A convenience wrapper for PathBuilder without custom …","The base path building interface.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Builds a path with a transformation applied.","Implements an SVG-like building interface on top of a …","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","","","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","","","Returns a builder that applies the given transformation to …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A view on a PathCommands buffer and two slices for …","An iterator of Event<&Endpoint, &ControlPoint>.","An iterator of Event<&Endpoint, &ControlPoint>.","The commands of a path encoded in a single array using IDs …","Builds path commands.","A view over PathCommands.","An iterator of PathEvent.","An angle in radians","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","","A 2d curve segment defined by four points: the beginning …","","","","","","","An infinite line defined by a point and a vector.","A line defined by the equation …","A linear segment.","","","","","","A 2d curve segment defined by three points: the beginning …","Alias for euclid::default::Rotation2D","","","","","","Common APIs to segment types.","","An elliptic arc curve segment using the SVG’s end-point …","","","","Alias for euclid::default::Transform2D","Alias for euclid::default::Translation2D","A 2D triangle defined by three points a, b and c.","","","","Return the curve after the split point.","Angle in radians","Compute the length of the segment using a flattened …","Elliptic arc related maths and tools.","","Return the curve before the split point.","","","","","","","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Epsilon constants are usually not a good way to deal with …","","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","","","","","The extent of the element in the U units along the y axis …","Of the four candidate arc sweeps, two will represent an …","","","","","","","","","Shorthand for Point::new(x, y).","","","","","","Sample the curve at t (expecting t between 0 and 1).","Shorthand for Size::new(x, y).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","","If sweep is true, then the arc will be drawn in a “…","","End of the curve.","","","","","","","","Shorthand for Vector::new(x, y).","","The extent of the element in the U units along the x axis …","Sample x at t (expecting t between 0 and 1).","","","The x (traditionally, horizontal) coordinate.","","","Sample y at t (expecting t between 0 and 1).","","","The y (traditionally, vertical) coordinate.","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","Flattening iterator for arcs.","An elliptic arc curve segment using the SVG’s end-point …","","","","Of the four candidate arc sweeps, two will represent an …","","","","If sweep is true, then the arc will be drawn in a “…","","","","","A string with a fixed capacity.","A vector with a fixed capacity.","Error value indicating insufficient capacity","A draining iterator for ArrayVec.","By-value iterator for ArrayVec.","A 2d curve segment defined by four points: the beginning …","","","","","","An angle in radians","A 2d vector of booleans, useful for component-wise logic …","A 3d vector of booleans, useful for component-wise logic …","A 2d axis aligned rectangle represented by its minimum and …","An axis aligned 3D box represented by its minimum and …","Homogeneous vector in 3D space.","A one-dimensional distance, with value represented by T …","A 2d Point tagged with a unit.","A 3d Point tagged with a unit.","A 2d Rectangle optionally tagged with a unit.","A rigid transformation. All lengths are preserved under …","A transform that can represent rotations in 2d, …","A transform that can represent rotations in 3d, …","A scaling factor between two different units of …","A group of 2D side offsets, which correspond to …","A 2d size tagged with a unit.","A 3d size tagged with a unit.","A 2d transform represented by a column-major 3 by 3 …","A 3d transform stored as a column-major 4 by 4 matrix.","A 2d transformation from a space to another that can only …","A 3d transformation from a space to another that can only …","Trait for basic trigonometry functions, so they can be …","The default unit.","A 2d Vector tagged with a unit.","A 3d Vector tagged with a unit.","Angle in radians","","Utilities for testing approximate ordering - especially …","","Shorthand for …","Shorthand for BoolVector2D { x, y }.","Shorthand for BoolVector3D { x, y, z }.","","A set of aliases for all types, tagged with the default …","","The extent of the element in the U units along the z axis.","","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","A one-dimensional length, tagged with its units.","","Shorthand for Point2D::new(x, y).","Shorthand for Point3D::new(x, y).","The real part.","","","Shorthand for …","","","","","Shorthand for Size2D::new(w, h).","Shorthand for Size3D::new(w, h, d).","","","","Convenience constructor.","Convenience constructor.","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","","The z (traditionally, depth) coordinate.","","Trait for testing approximate equality","Default epsilon value","Returns true is this object is approximately equal to the …","Returns true is this object is approximately equal to the …","","","","","","","","","","","","","","","","","","","","","","","Angle in radians","","The extent of the element in the U units along the z axis.","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The real part.","","","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","The z (traditionally, depth) coordinate.","","","Defines the smallest integer equal or greater than the …","Defines the biggest integer equal or lower than the …","","Defines the nearest integer value to the original value.","","Rounds to the smallest integer equal or greater than the …","Rounds to the biggest integer equal or lower than the …","","Rounds to the nearest integer value.","","A flattening iterator for quadratic bézier segments.","A flattening iterator for quadratic bézier segments.","","A 2d curve segment defined by three points: the beginning …","","","","","Common APIs to segment types.","","Return the curve after the split point.","Compute the length of the segment using a flattened …","Return the curve before the split point.","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","Sample the curve at t (expecting t between 0 and 1).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","End of the curve.","","","Sample x at t (expecting t between 0 and 1).","Sample y at t (expecting t between 0 and 1).","","Angle between vectors v1 and v2 (oriented clockwise …","","","","","An iterator that consumes Event iterator and yields …","An iterator that consumes an iterator of Points and …","","An extension trait for PathEvent iterators.","Applies a 2D transform to a path iterator and yields the …","Returns an iterator that turns curves into line segments.","Returns an iterator applying a 2D transform to all of its …","An angle in radians (f32).","Alias for euclid::default::Box2D<f32>","Alias for euclid::default::Point2D<f32>.","Alias for euclid::default::Rotation2D<f32>","Alias for euclid::default::Scale<f32>","Alias for euclid::default::Size2D<f32>.","Alias for euclid::default::Transform2D<f32>","Alias for euclid::default::Translation2D<f32>","Alias for euclid::default::Point2D<f32>.","Angle in radians","The extent of the element in the U units along the y axis …","","","","","","","","","Shorthand for Point::new(x, y).","","Shorthand for Size::new(x, y).","Shorthand for Vector::new(x, y).","The extent of the element in the U units along the x axis …","","The x (traditionally, horizontal) coordinate.","","","The y (traditionally, vertical) coordinate.","","","The default builder for Path.","A builder for Path with custom attributes.","An iterator of endpoint and control point ids for Path and …","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","A simple path data structure.","A view on a Path.","An iterator of over a Path traversing the path in reverse.","A Builder that appends a path to an existing PathBuffer.","A Builder that appends a path to an existing PathBuffer, …","Iterator over the paths in a PathBufferSlice.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","A view over a sequence of endpoint IDs forming a polygon.","An iterator of Event<EndpointId, ()>.","An iterator of PathEvent.","A view over a sequence of endpoints forming a polygon.","An iterator of IdEvent for Polygon.","An iterator of Event<&Endpoint, ()>.","","","","","Builds a path.","The base path building interface.","An extension trait for PathEvent iterators.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Returns an iterator that turns curves into line segments.","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","Returns a builder that applies the given transformation to …","Returns an iterator applying a 2D transform to all of its …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A sharp corner.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The alternating lengths of lines and gaps which describe …","The color or gradient of the stroke.","The distance between the two edges of the stroke.","A fill which linearly interpolates colors along a …","A linear gradient.","A linear gradient interpolates colors along a direction …","Packed Gradient data for use in shader code.","The absolute ending position of the gradient.","Creates a new Packed gradient for use in shader code.","The absolute starting position of the gradient.","ColorStops along the linear gradient direction.","Tries to load an image by its Handle.","Pixel is 8-bit alpha","AnimationDecoder trait","An Image in AVIF format.","Pixel contains 8-bit B, G and R channels","Pixel is 8-bit BGR with an alpha channel","An Image in BMP Format","An Image in BMP Format","The number of channels of this pixel type.","A string that can help to interpret the meaning each …","This pixel has the format of one of the predefined …","Pixel is 8-bit CMYK","An enumeration over supported color types and bit depths","The maximum value for this type of primitive within the …","The minimum value for this type of primitive within the …","An Image in DDS Format","An error was encountered while decoding.","The delay of a frame relative to the previous one.","A Dynamic Image","Types which are safe to treat as an immutable byte slice …","An error was encountered while encoding.","Contains the error value","An enumeration of color types encountered in image formats.","An Image in farbfeld Format","An Image in farbfeld Format","A flat buffer over a (multi channel) image.","A single animation frame","An implementation dependent iterator, reading the frames …","A trait for manipulating images.","Trait to inspect an image.","An Image in GIF Format","An Image in GIF Format","Sendable grayscale + alpha channel image buffer","Sendable grayscale image buffer","An Image in Radiance HDR Format","An Image in ICO Format","An Image in ICO Format","Generic image buffer","The trait that all decoders implement","Specialized image decoding not be supported by all formats","The trait all encoders implement","The generic error type for image operations.","An enumeration of supported image formats. Not all formats …","Each pixel in this image is 16-bit Luma","Each pixel in this image is 8-bit Luma","Each pixel in this image is 16-bit Luma with alpha","Each pixel in this image is 8-bit Luma with alpha","An enumeration of supported image formats for encoding.","Result of an image decoding/encoding process","Each pixel in this image is 16-bit Rgb","Each pixel in this image is 32-bit float Rgb","Each pixel in this image is 8-bit Rgb","Each pixel in this image is 16-bit Rgb with alpha","Each pixel in this image is 32-bit float Rgb with alpha","Each pixel in this image is 8-bit Rgb with alpha","An error occurred while interacting with the environment.","An Image in JPEG Format","An Image in JPEG Format with specified quality, up to 100","Pixel is 1-bit luminance","Pixel is 16-bit luminance","Pixel is 16-bit luminance","Pixel is 2-bit luminance","Pixel is 4-bit luminance","Pixel is 8-bit luminance","Pixel is 8-bit luminance","Pixel is 1-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 2-bit luminance with an alpha channel","Pixel is 4-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Completing the operation would have required more …","Grayscale colors.","Grayscale colors + alpha channel","Contains the success value","An Image in OpenEXR Format","An Image in OpenEXR Format","An error was encountered in input arguments.","A generalized pixel.","The type of pixel.","The pixel with an associated ColorType. Not all possible …","Immutable pixel iterator","An Image in PNG Format","An Image in PNG Format","An Image in general PNM Format","An Image in one of the PNM Formats","The type of each channel in a pixel. For example, this can …","Represents the progress of an image operation.","An Image in QOI format.","An image in QOI Format","The type of reader produced by into_reader.","RGB colors.","Pixel contains 1-bit R, G and B channels","Pixel is 16-bit RGB","Pixel contains 16-bit R, G and B channels","Pixel contains 2-bit R, G and B channels","Pixel is 32-bit float RGB","Pixel is 32-bit float RGB","An image buffer for 32-bit float RGB pixels, where the …","Pixel contains 4-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Sendable Rgb image buffer","RGB colors + alpha channel","Pixel is 1-bit RGB with an alpha channel","Pixel is 16-bit RGBA","Pixel is 16-bit RGB with an alpha channel","Pixel is 2-bit RGB with an alpha channel","Pixel is 32-bit float RGBA","Pixel is 32-bit float RGBA","An image buffer for 32-bit float RGBA pixels, where the …","Pixel is 4-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Sendable Rgb + alpha channel image buffer","A View into another image","The scalar type that is used to store each channel in this …","An Image in TGA Format","An Image in TGA Format","An Image in TIFF Format","An Image in TIFF Format","Pixel is of unknown color type with the specified bits per …","An operation can not be completed by the chosen …","A value for signalling an error: An unsupported format was …","An Image in WEBP Format","An image in WebP Format.","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Get the bytes of this value.","Blend the color of a given pixel into ourself, taking into …","Put a pixel at location (x, y), taking into account alpha …","The bounding rectangle of this image.","Iterators and other auxiliary structure for the ImageBuffer…","Returns the components as a slice.","Returns the channels of this pixel as a 4 tuple. If the …","Returns the components as a mutable slice","Encoding and decoding for various image file formats.","Supplementary color information.","Returns the color type of the image data produced by this …","Copies all of the pixels from another image into this …","Copies all of the pixels from one part of this image to …","Returns a tuple containing the width and height of the …","The width and height of this image.","Contains detailed error representation.","Image representations for ffi.","Construct a pixel from the 4 channels a, b, c and d. If …","Returns a view into a slice.","Returns mutable view into a mutable slice.","Returns the pixel located at (x, y). Indexed from top left.","Gets a reference to the mutable pixel at location (x, y). …","Guess image format from memory block","The height of this image.","Returns the ICC color profile embedded in the image","Read a tuple containing the (width, height) of the image …","Image Processing Functions","Returns true if this x, y coordinate is contained inside …","Consume the decoder producing a series of frames.","Returns a reader that can be used to obtain the bytes of …","Invert this pixel","Input and output of images.","A repr(C) description of the layout of buffer samples.","Create a new image from a Reader.","Create a new image from a byte slice","Create a new image from a byte slice","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Mathematical helper functions and types.","Open the image located at the path specified. The image’…","Returns the color type of the image file before decoding","Returns an Iterator over the pixels of this image. The …","Put a pixel at location (x, y). Indexed from top left.","Returns all the bytes in the image.","Same as read_image but periodically calls the provided …","Decode a rectangular section of the image; see …","Decode a rectangular section of the image, periodically …","Underlying linear container holding sample values.","Saves the supplied buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified …","Returns the minimum number of bytes that can be …","Set decoding limits for this decoder. See Limits for the …","Returns a mutable subimage that is a view into this image. …","Convert this pixel to luma","Convert this pixel to luma with an alpha channel","Convert this pixel to RGB","Convert this pixel to RGB with an alpha channel","Returns the total number of bytes in the decoded image.","Returns the pixel located at (x, y). Indexed from top left.","Puts a pixel at location (x, y). Indexed from top left.","Returns a subimage that is an immutable view into this …","The width of this image.","Writes the supplied buffer to a writer in the specified …","Writes all the bytes in an image to the encoder.","Provides color conversions for whole image buffers.","Enumerate the pixels of an image.","Enumerate the pixels of an image.","Enumerate the rows of an image.","Enumerate the rows of an image.","Iterate over pixel refs.","Iterate over mutable pixel refs.","Iterate over rows of an image","Iterate over mutable rows of an image","Converts self to a buffer of type T","Decoding and Encoding of BMP Images","Decoding of DDS images","Decoding of DXT (S3TC) compression","Decoding of farbfeld images","Decoding of GIF Images","Decoding of Radiance HDR Images","Decoding and Encoding of ICO files","Decoding and Encoding of JPEG Images","Decoding of OpenEXR (.exr) Images","Decoding and Encoding of PNG Images","Decoding of netpbm image formats (pbm, pgm, ppm and pam).","Decoding and encoding of QOI images","Decoding of TGA Images","Decoding and Encoding of TIFF Images","Decoding and Encoding of WebP Images","A bmp decoder","The representation of a BMP encoder.","The representation of a DDS decoder","The DXT1 format. 48 bytes of RGB data in a 4x4 pixel …","The DXT3 format. 64 bytes of RGBA data in a 4x4 pixel …","The DXT5 format. 64 bytes of RGBA data in a 4x4 pixel …","DXT decoder","DXT encoder","DXT reader","What version of DXT compression are we using? Note that …","farbfeld decoder","farbfeld encoder","farbfeld Reader","Finite number of repetitions","GIF decoder","GIF encoder.","Wrapper struct around a Cursor<Vec<u8>>","Looping GIF","Number of repetitions for a GIF animation","Adapter to conform to ImageDecoder trait","An Radiance HDR decoder","Radiance HDR encoder","Scanline buffered pixel by pixel iterator","Metadata for Radiance HDR image","Wrapper struct around a Cursor<Vec<u8>>","Refer to wikipedia","Radiance HDR file signature","Color components","Divide color values by corresponding tuple member (r, g, …","All lines contained in image header are put here. Ordering …","Exponent","Divide color values by exposure to get to get physical …","Height of decoded image. It depends on orientation too.","Orientation matrix. For standard orientation it is …","Pixel height divided by pixel width","Helper function for reading raw 3-channel f32 images","Creates Rgbe8Pixel from components","Converts Rgb<f32> into Rgbe8Pixel","Width of decoded image. It could be either scanline length,","An ico decoder","ICO encoder","An ICO image entry","Pixels per centimeter","Pixels per inch (2.54 cm)","JPEG decoder","The representation of a JPEG encoder","Represents the absence of a unit, the values indicate only …","Represents the pixel density of an image","Represents a unit in which the density of an image is …","A couple of values for (Xdensity, Ydensity)","The unit in which the density is measured","An OpenEXR decoder. Immediately reads the meta data from …","A thin wrapper that implements ImageEncoder for OpenEXR …","Uses a heuristic to select one of the preceding filters …","An AnimationDecoder adapter of PngDecoder.","Filters based on the average of left and right neighbor …","High compression level","Compression level of a PNG encoder. The default setting is …","Default compression level","Fast, minimal compression","Filter algorithms used to process image data to improve …","Huffman coding compression","No processing done, best used for low bit depth grayscale …","Algorithm that takes into account the left, upper left, …","PNG decoder","PNG encoder","Png Reader","Run-length encoding compression","Filters based on previous pixel in the same scanline","Filters based on the scanline above","Header produced by a pam file (“Portable Arbitrary Map”…","Magic number P7","Standardized tuple type specifiers in the header of a pam.","Samples are encoded as decimal ascii strings separated by …","Samples are unsigned binary integers in big endian","Magic numbers P1 and P4","Header produced by a pbm file (“Portable Bit Map”)","Pixels are either black (0) or white (1)","Pixels are either black (0) or white (1) and a second …","An image format which is not standardized","Magic numbers P2 and P5","Header produced by a pgm file (“Portable Gray Map”)","Pixels represent the amount of white","Grayscale with an additional alpha channel","Magic numbers P3 and P6","Header produced by a ppm file (“Portable Pixel Map”)","PNM decoder","Encodes images to any of the pnm image formats.","Stores the complete header data of a file.","Denotes the category of the magic number","Three channels: Red, Green, Blue","Four channels: Red, Green, Blue, Alpha","The kind of encoding used to store sample values","Number of color channels","Binary or Ascii encoded file","Binary or Ascii encoded file","Binary or Ascii encoded file","Height of the image file","Height of the image file","Height of the image file","Height of the image file","Maximum sample value within the image","Maximum sample value within the image","Maximum sample value within the image","Color interpretation of image pixels","Width of the image file","Width of the image file","Width of the image file","Width of the image file","QOI decoder","QOI encoder","The representation of a TGA decoder","TGA encoder.","Decoder for TIFF images.","Encoder for tiff images","Wrapper struct around a Cursor<Vec<u8>>","WebP Image format decoder. Currently only supports lossy …","WebP Encoder.","WebP encoder quality.","An implementation of the VP8 Video Codec","A Representation of the last decoded video frame","VP8 Decoder","Indicates whether this frame is intended for display","The height of the luma plane","Indicates whether this frame is a keyframe","The pixel type of the frame as defined by Section 9.2 of …","The blue plane of the frame","The red plane of the frame","The width of the luma plane","The luma plane of the frame","The required color type can not be handled.","An error was encountered while decoding.","An error was encountered while decoding an image.","The resulting image exceed dimension limits in either …","The dimensions passed are wrong.","An error was encountered while encoding.","An error was encountered while encoding an image.","Contains the error value","The format is known exactly.","Repeated an operation for which error that could not be …","An image format is not supported.","A string describing the parameter. This is discouraged and …","Some feature specified by string. This is discouraged and …","The generic error type for image operations.","A best effort representation for image formats.","Result of an image decoding/encoding process","The operation would have performed an allocation larger …","An error occurred while interacting with the environment.","Completing the operation would have required more …","Indicates the limit that prevented an operation from …","Completing the operation would have required more …","The format can be identified by a name.","The end of the image has been reached.","Contains the success value","An error was encountered in input arguments.","An error was encountered in inputs arguments.","Details how a parameter is malformed.","A common path extension for the format is known.","The format is not known or could not be determined.","An operation can not be completed by the chosen …","The specified strict limits are not supported for this …","The implementation for an operation was not provided.","Details what feature is not supported.","The given limits","The supported strict limits","The color format did not match the channel count.","The samples are in column-major form and all samples are …","Denotes invalid flat sample buffers when trying to convert …","A flat buffer over a (multi channel) image.","All samples are packed.","Different normal forms of buffers.","The represented image can not use this representation.","At least pixels are packed.","The samples are in row-major form and all samples are …","A ffi compatible description of a sample buffer.","The represented image was too large.","No pixel aliases another.","A flat buffer that can be used as an image view.","A mutable owning version of a flat buffer.","Deprecated - ChannelCountMismatch is used instead","Add this to an index to get to the sample in the next …","The number of channels in the color representation of the …","Supplementary color information.","The height of the represented image.","Add this to an index to get to the next sample in …","A repr(C) description of the layout of buffer samples.","Underlying linear container holding sample values.","The width of the represented image.","Add this to an index to get to the next sample in …","A bi-level color map","Cubic Filter","The color type on which the map operates on","A color map","Available Sampling Filters.","Gaussian Filter","Lanczos with window 3","Nearest Neighbor","Linear Filter","Performs a Gaussian blur on the supplied image. sigma is a …","Brighten the supplied image. value is the amount to …","Functions for altering and converting the color of …","Adjust the contrast of the supplied image. contrast is the …","Return a mutable view into an image The coordinates set …","Return an immutable view into an image The coordinates set …","Reduces the colors of the image using the supplied …","Perform a 3x3 box filter on the supplied image. kernel is …","Flip an image horizontally","Flip an image horizontally and put the result into the …","Flip an image horizontally in place.","Flip an image vertically","Flip an image vertically and put the result into the …","Flip an image vertically in place.","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Fill the image with a linear horizontal gradient","Hue rotate the supplied image. value is the degrees to …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Linearly sample from an image using coordinates in [0, w-1]…","Sample from an image using coordinates in [0, w-1] and [0, …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Overlay an image at a given coordinate (x, y)","Calculate the region that can be copied from top to bottom.","Replace the contents of an image at a given coordinate (x, …","Resize the supplied image to the specified dimensions. …","Rotate an image 180 degrees clockwise.","Rotate an image 180 degrees clockwise and put the result …","Rotate an image 180 degrees clockwise in place.","Rotate an image 270 degrees clockwise.","Rotate an image 270 degrees clockwise and put the result …","Rotate an image 90 degrees clockwise.","Rotate an image 90 degrees clockwise and put the result …","Linearly sample from an image using coordinates in [0, 1].","Sample from an image using coordinates in [0, 1], taking …","Resize the supplied image to the specific dimensions.","Tile an image by repeating it multiple times","Performs an unsharpen mask on the supplied image. sigma is …","Fill the image with a linear vertical gradient","A bi-level color map","The color type on which the map operates on","A color map","Brighten the supplied image. value is the amount to …","Brighten the supplied image in place. value is the amount …","Adjust the contrast of the supplied image. contrast is the …","Adjust the contrast of the supplied image in place. …","Reduces the colors of the image using the supplied …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Hue rotate the supplied image. value is the degrees to …","Hue rotate the supplied image in place. value is the …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Set of supported strict limits for a decoder.","Resource limits for decoding.","A multi-format image reader.","The maximum allowed sum of allocations allocated by the …","The maximum allowed image height. This limit is strict. …","The maximum allowed image width. This limit is strict. The …","A Rectangle defined by its top left corner, width and …","The rectangle’s height.","The rectangle’s width.","The x coordinate of the top left corner.","The y coordinate of the top left corner.","A mesh with a gradient.","A vertex which contains 2D position & packed gradient data.","A set of vertices and indices representing a list of …","A low-level primitive to render a mesh of triangles.","A mesh with a solid color.","A two-dimensional vertex with a color.","The color of the vertex in linear RGBA.","The packed vertex data of the gradient.","The list of vertex indices that defines the triangles of …","The vertex position in 2D space.","The vertex position in 2D space.","The vertices of the mesh","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","A backend-agnostic renderer that supports all the built-in …","A store of recently used sections of text.","A multi-line text editor.","A set of system fonts.","A bunch of text.","A weak reference to a [cosmic-text::Buffer] that can be …","A version number.","A weak reference to a cosmic_text::Buffer.","Cache text.","The clip bounds of the text.","The color of the text.","Draw and edit text.","Returns the global FontSystem.","Measures the dimensions of the given cosmic_text::Buffer.","Draw paragraphs.","The position of the text.","Returns the attributes of the given Font.","Converts some Color to a cosmic_text::Color.","Converts some Shaping strategy to a cosmic_text::Shaping …","A store of recently used sections of text.","A cache entry.","A cache key representing a section of text.","The hash of a Key.","The bounds of the text.","The buffer of text, ready for drawing.","The content of the text.","The Font of the text.","The line height of the text.","The minimum bounds of the text.","The shaping strategy of the text.","The size of the text.","An action to perform on an Editor","Advanced text shaping and font fallback.","Whether to associate cursors placed at a boundary between …","","Align or justify","Represents an angle in degrees or radians.","","Text attributes","List of text attributes to apply to a line","An owned version of Attrs","Delete text behind cursor","Basic shaping with no font fallback.","","An iterator over the paragraphs in the input text. It is …","","A value borrowed together with an FontSystem","A buffer of text that is shaped and laid out","Move cursor to the end of the document","A line (or paragraph) of text that is shaped and laid out","","Move cursor to the start of the document","Key for building a glyph cache","Flags that change rendering","","A set of change items grouped into one logical change","A unique change to an editor","Mouse click at specified position","Closes a subpath, connecting the final point to the …","Text color","32-bit RGBA bitmap.","Path command.","","Use \\\\r for line ending (many legacy systems)","Use \\\\r\\\\n for line ending (Windows-style)","Glyphs in cursive fonts generally use a more informal …","","Current cursor location","A cubic bezier curve from the previous point to the final …","Delete text in front of cursor","Mouse double click at specified position","Move cursor down","Mouse drag to specified position","A trait to allow easy replacements of Editor, like …","A wrapper of [Buffer] for easy editing","Move cursor to end of line","","Create new line","Escape, clears selection","","","","A font family.","An owned version of Family","Fantasy fonts are primarily decorative or expressive fonts …","","A font","Font-specific part of Attrs to be used for matching","","Access to the system fonts.","Wraps at a glyph level","Move cursor to specific line","Move cursor to start of line","","Insert character at cursor","A form that is generally cursive in nature.","","The position of a cursor within a [Buffer].","Apply specific LayoutCursor","A laid out glyph","A line of laid out glyphs","A line of visible text for rendering","An iterator of visible text lines, see LayoutRun","Move cursor left","","Move cursor to next word boundary to the left","Use \\\\n for line ending (POSIX-style)","Use \\\\n\\\\r for line ending (some legacy systems)","Select by lines","Line ending","Iterator over lines terminated by LineEnding","A straight line from the previous point to the specified …","8-bit alpha mask.","Metrics of text","The sole criterion of a monospace font is that all glyphs …","","A motion to perform on a Cursor","Move the cursor with some motion","Begins a new subpath at the specified point.","The name of a font family of choice.","","Move cursor to next character (Self::Right in LTR, …","Move cursor to next word boundary","No selection","No wrapping","No line ending","A face that is neither italic not obliqued.","Normal selection","","A typically-sloped version of the regular face.","","","Move cursor down one page","Move cursor up one page","Move cursor to end of paragraph","Move cursor to start of paragraph","","Describes the offset and dimensions of a rendered mask.","Move cursor to previous character (Self::Left in LTR, …","Move cursor to previous word boundary","A quadratic curve from the previous point to the final …","Move cursor right","","Move cursor to next word boundary to the right","Glyphs in sans-serif fonts, as the term is used in CSS, …","","Scroll position in [Buffer]","Scroll specified number of lines","Selection mode","","","Serif fonts represent the formal text style for a script.","","A set of buffers containing allocations for shaped text.","A shaped glyph","A shaped line (or paragraph)","A helper structure for caching shape runs.","Key for caching shape runs.","A shaped span (for bidirectional processing)","A shaped word (for word wrapping)","The shaping strategy of some text.","Move cursor to start of line, skipping whitespace","A face width.","Allows italic or oblique faces to be selected.","Binning of subpixel position for cache optimization","32-bit RGBA subpixel mask.","Cache for rasterizing with the swash scaler","Content of a scaled glyph image.","Scaled glyph image.","","Two dimensional transformation matrix.","Mouse triple click at specified position","","","","","Move cursor up","Move cursor up or down by a number of pixels","Specifies the weight of glyphs in the font, their degree …","Select by words","Wraps at the word level","Wraps at the word level, or fallback to glyph level if a …","Wrapping mode","","Perform an Action on the editor","Whether to associate the cursor with the run before it or …","Apply a change","","","Get the current automatic indentation setting","","Mutably borrows self together with an FontSystem for more …","Get the internal BufferRef","Get the internal BufferRef","Cache key, see CacheKey","","","CacheKeyFlags","","","","Optional color override","","Content of the image.","Copy selection","Get the current cursor","Raw image data.","","Delete text starting at start Cursor and ending at end …","Delete selection, adjusting cursor and returning true if …","","Cursor indicating end of change","End index of cluster in original line","","","","Get completed change","CacheKeyFlags","Font ID","Font id of the glyph","","","Font size in pixels","Font size of the glyph","f32 bits of font size","Index of [LayoutGlyph] in [LayoutLine::glyphs]","Glyph ID","Font id of the glyph","","The array of layout glyphs to draw","Glyphs in line","","Height in pixels.","","First-byte-index of glyph at cursor (will insert behind …","Insert if true, delete if false","Insert text at specified cursor with specified attrs_list","Insert a string at the current cursor or replacing the …","Change items grouped into one change","Index of [LayoutLine] in [BufferLine::layout]","Index of [LayoutLine] in [BufferLine::layout]. This will …","Horizontal offset with respect to the origin specified …","Unicode BiDi embedding level, character is left-to-right …","","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]. This will be …","Line height in pixels","The index of the original text line","Y offset to top of line","Width of line","Y offset to baseline of line","BufferLines (or paragraphs) of text in the buffer","Maximum ascent of the glyphs in line","Maximum descent of the glyphs in line","","","Metadata from Attrs","","","Offset and size of the image.","Get the Buffer redraw flag","True if the original paragraph direction is RTL","","Get the current selection position","Get the bounds of the current selection","Enable or disable automatic indentation","Set the current cursor","Set the Buffer redraw flag","Set the current selection position","Set the current tab width. A tab_width of 0 is not …","Shape lines until scroll, after adjusting scroll if the …","Source of the image.","","Cursor indicating start of change","Start index of cluster in original line","","Start collecting change","","","","","Get the current tab width","The original text line","Text to be inserted or deleted","","Vertical offset with respect to the origin specified when …","Width of hitbox","Width of the line","","","Width in pixels.","Get the internal Buffer","Get the internal Buffer, mutably","","","X offset of hitbox","Integer component of X offset in line","","","Binning of fractional X offset","X offset in line","","","","","Y offset of hitbox","Integer component of Y offset in line","","","Binning of fractional Y offset","Y offset in line","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font’s raw data, typically backed by a Vec.","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","A font database.","","","","","","","","","","","","","","","","","","","","","","","","A single font face info.","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","","A font’s path.","","","","","","","","","","","","","","","","","","","","","","","","A unique per database face ID.","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","","","","","","","","","","","","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","A face that is neither italic not obliqued.","","","","A typically-sloped version of the regular face.","","","","","","","","","","","A database query.","","","","","","","","","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","","","","","Serif fonts represent the formal text style for a script.","","","A font’s raw data originating from a shared file mapping.","","","","A font source.","","","","","","","","","","","","","","","","","","","","","","A face width.","Allows italic or oblique faces to be selected.","","","","","","","","","","","","","","","","","","","","","","","Specifies the weight of glyphs in the font, their degree …","","","","","","A list of family names.","A prioritized list of font family names or generic family …","An unique ID.","A face index in the source.","","","Indicates that the font face is monospaced.","A PostScript name.","A font source.","A font face stretch.","Selects a normal, condensed, or expanded face from a font …","A font face style.","Allows italic or oblique faces to be selected.","A font face weight.","Specifies the weight of glyphs in the font, their degree …","Text is set vertically from bottom to top.","A cluster level.","Flags for buffers.","","Defines the direction in which text is to be read.","A font face handle.","A feature tag with an accompanying range specifying on …","A buffer that contains the results of the shaping process.","A glyph info.","Holds the positions of the glyph in both horizontal and …","Initial, unset direction.","A script language.","Text is set horizontally from left to right.","","","Text is set horizontally from right to left.","A text script.","Flags used for serialization with a BufferSerializer.","A reusable plan for shaping a text buffer.","A 4-byte tag.","Text is set vertically from top to bottom.","A buffer that contains an input string ready for shaping.","A font variation.","An index to the start of the grapheme cluster in the …","","A selected glyph.","Predefined scripts.","Shapes the buffer content using provided font and features.","Shapes the buffer content using the provided font and plan.","","","","","","How much the line advances after drawing this glyph when …","How much the glyph moves on the X-axis before drawing it, …","How much the line advances after drawing this glyph when …","How much the glyph moves on the Y-axis before drawing it, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A grayscale bitmap with 2 bits per pixel.","A packed grayscale bitmap with 2 bits per pixel.","A grayscale bitmap with 4 bits per pixel.","A packed grayscale bitmap with 4 bits per pixel.","A grayscale bitmap with 8 bits per pixel.","A monochrome bitmap.","A packed monochrome bitmap.","A color bitmap with 32 bits per pixel.","","","","","","","","A list of errors that can occur during a CFF glyph …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face.","The face index is larger than the number of faces in the …","A list of font face parsing errors.","Parsed face tables.","","","","A 32-bit signed fixed-point number (16.16).","","","","","","","","A trait for parsing raw binary data of fixed size.","","","","","","","","A type-safe wrapper for glyph ID.","","","","","","","","","","","","","","","","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","A slice-like container that converts internal binary data …","A slice-like container that converts internal binary data …","An iterator over LazyArray16.","An iterator over LazyArray32.","","A line metrics.","","","","","","","","","An attempt to read out of bounds detected.","","","","","","","","","","","","","","The head table is missing or malformed.","The hhea table is missing or malformed.","","The maxp table is missing or malformed.","","","A face that is neither italic not obliqued.","A variation coordinate in a normalized coordinate system.","","","A typically-sloped version of the regular face.","","","","A trait for glyph outline construction.","","","Face permissions.","A platform ID.","","","","","","","","","A glyph’s raster image.","A glyph raster image format.","A raw font face.","A list of all supported tables as raw data.","","A rectangle.","","A RGBA color in the sRGB color space.","","","","Object’s raw data size.","","","","","","","","","","","A script metrics used by subscript and superscript.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A face style.","","","","A raw table record.","A 4-byte tag.","","","","","","","","","","","","","","","","Unicode Ranges.","","Face data must start with 0x00010000, 0x74727565, …","","","","","","A font variation value.","A variation axis.","","A face weight.","","A face width.","","","","","","","","An Anchor Point Table implementation.","","","This module contains Apple Advanced Typography Layout …","An Axis Variations Table implementation.","","","An axis tag name.","","","","","A Color Bitmap Data Table implementation.","","","A Color Bitmap Location Table implementation.","","A Compact Font Format Table implementation.","","","A Compact Font Format 2 Table implementation.","","","","Appends a ClosePath segment.","A Character to Glyph Index Mapping Table implementation.","","","A Color Table implementation.","","","A Color Palette Table implementation.","","Appends a CurveTo segment.","A raw image data. It’s up to the caller to decode it.","The input font file data.","","","","","A Feature Name Table implementation.","","","Returns the number of fonts stored in a TrueType font …","An image format.","A Font Variations Table implementation.","","","A Glyph Definition Table implementation.","","","A Glyph Data Table implementation.","","","A Glyph Positioning Table implementation.","","","","A Glyph Substitution Table implementation.","","","A Glyph Variations Table implementation.","","","A Font Header Table implementation.","","","Image height.","A Horizontal Header Table implementation.","","","","A Horizontal/Vertical Metrics Table implementation.","","","A Horizontal/Vertical Metrics Variations Table …","","","","","A Kerning Table implementation.","","","An Extended Kerning Table implementation.","","","","Appends a LineTo segment.","An Index to Location Table implementation.","","A Math Table implementation.","","","","A Maximum Profile Table implementation.","","","","An Extended Glyph Metamorphosis Table implementation.","","","Appends a MoveTo segment.","A Metrics Variations Table implementation.","","","A Naming Table implementation.","","","A list of name ID’s.","An axis name in the name table.","","This module contains OpenType Layout supplementary tables …","A OS/2 and Windows Metrics Table implementation.","","","Parses an object from a raw data.","A pixels per em of the selected strike.","Line position.","A PostScript Table implementation.","","","Appends a QuadTo segment.","","A Standard Bitmap Graphics Table implementation.","","","An SVG Table implementation.","","","An array of table records.","","","Line thickness.","A Tracking Table implementation.","","","An axis value.","A Vertical Header Table implementation.","","","","","A Vertical Origin Table implementation.","","","","","Image width.","Horizontal offset.","","","X offset.","Horizontal face size.","Vertical offset.","","","Y offset.","Vertical face size.","An anchor point.","An Anchor Point Table.","","","An Extended State Table.","A State Table entry.","A lookup table.","A legacy state entry used by StateTable.","A State Table.","A type-safe wrapper for a kerning value offset.","Predefined classes.","Additional data.","Additional data.","Entry flags.","Entry flags.","A new state.","A new state.","Predefined states.","","","","","An axis value map.","A list of segment maps.","An iterator over maps.","An Axis Variations Table.","A normalized coordinate value obtained using default …","The segment maps array — one segment map for each axis …","The modified, normalized coordinate value.","A Color Bitmap Data Table.","A Color Bitmap Location Table.","An affine transformation matrix.","A Compact Font Format Table.","","","","","","","A Compact Font Format 2 Table.","","A character encoding subtable variant.","Glyph was found in the variation encoding table.","A result of a variation glyph mapping.","","","","","","A character encoding subtable.","A format 0 subtable.","A format 10 subtable.","A format 12 subtable.","A format 13 subtable.","A format 14 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of subtables.","An iterator over Subtables.","A Character to Glyph Index Mapping Table.","","","","Glyph should be looked in other, non-variation tables.","Subtable encoding.","First character code covered.","First character code of subrange.","A subtable format.","Just a list of 256 8bit glyph IDs.","Array of glyph indices for the character codes covered.","Array of glyph indexes for character codes in the range.","Subtable platform.","A list of subtables.","A trait for color glyph painting.","A Color Table.","Outlines a glyph and stores it until the next paint …","Paints the current glyph outline using the provided color.","Paints the current glyph outline using the application …","A Color Palette Table.","A feature names.","A list fo feature names.","An iterator over FeatureNames.","A setting name.","A Feature Name Table.","The index of the default setting in the setting_names.","The feature’s exclusive settings. If set, the feature …","The feature’s ID.","The name table index for the feature’s name in a …","The name table index for the feature’s name in a …","A list of feature names. Sorted by FeatureName.feature.","The setting.","The feature’s setting names.","A Font Variations Table.","A variation axis.","A list of variation axes.","","","","","An axis name in the name table.","","","","A glyph class.","","","A Glyph Definition Table.","A Glyph Data Table.","An Anchor Table.","An Anchor parsing helper.","","A ValueRecord pairs matrix used by PairAdjustment.","","","A Cursive Attachment Positioning Subtable.","A list of entry and exit Anchor pairs.","A Device Table.","","","","","","A Device Table hinting values.","An array or ligature anchor matrices.","A Mark Array.","","A Mark-to-Base Attachment Positioning Subtable.","","A Mark-to-Ligature Attachment Positioning Subtable.","","A Mark-to-Mark Attachment Positioning Subtable.","","A Pair Adjustment Positioning Subtable.","A ValueRecord pairs set used by PairAdjustment.","A list of PairSets.","A glyph positioning lookup subtable enumeration.","","A Single Adjustment Positioning Subtable.","A Value Record.","An array of Value Records.","","A Device Table indexes into Item Variation Store.","An anchors matrix.","A base coverage.","Number of columns in the matrix.","","","","","","","","A mark coverage.","","A list of mark anchors.","","","","Number of rows in the matrix.","","Horizontal value, in design units.","Horizontal adjustment for advance, in design units — …","A Device table with horizontal adjustment for advance.","A Device table with horizontal value.","Horizontal adjustment for placement, in design units.","A Device table with horizontal adjustment for placement.","Vertical value, in design units.","Vertical adjustment for advance, in design units — only …","A Device table with vertical adjustment for advance.","A Device table with vertical value.","Vertical adjustment for placement, in design units.","A Device table with vertical adjustment for placement.","","","","","","","","","","","A list of glyphs for Alternate Substitution Subtable.","A set of AlternateSet.","A Alternate Substitution Subtable.","","","","","Glyph components for one ligature.","","A Ligature set.","A list of Ligature sets.","A Ligature Substitution Subtable.","","A Multiple Substitution Subtable.","","A Reverse Chaining Contextual Single Substitution Subtable.","A sequence of glyphs for Multiple Substitution Subtable.","A list of Sequence tables.","","A Single Substitution Subtable.","A glyph substitution lookup subtable enumeration.","","Array of alternate glyph IDs, in arbitrary order.","","Glyph components for one ligature.","","","","","Ligature to substitute.","","","","A list of substitute glyphs.","","","","","","A Glyph Variations Table.","An index format used by the Index to Location Table.","","","A Font Header Table.","A bounding box that large enough to enclose any glyph from …","An index format used by the Index to Location Table.","Units per EM.","A Horizontal Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the hmtx table.","Horizontal/Vertical Metrics.","A Horizontal/Vertical Metrics Table.","Width/Height advance for hmtx/vmtx.","Side bearings for glyph IDs greater than or equal to the …","A list of metrics indexed by glyph ID.","Sum of long metrics + bearings.","Left/Top side bearing for hmtx/vmtx.","A Horizontal/Vertical Metrics Variations Table.","A kerning subtable format.","","","","","A kerning pair.","A kerning subtable.","A format 0 subtable.","A format 2 subtable.","A format 3 subtable.","A list of subtables.","An iterator over kerning subtables.","A Kerning Table.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","Glyphs pair.","A list of kerning pairs.","A list of subtables.","Kerning value.","Indicates that subtable is variable.","A container of Anchor Points used by Subtable4.","A state machine entry.","An extended kerning subtable format.","","","","","","A kerning subtable.","A format 0 subtable.","A format 1 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of extended kerning subtables.","An iterator over extended kerning subtables.","An Extended Kerning Table.","An action index.","Anchor points.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","A list of kerning pairs.","A state table.","A state table.","A list of subtables.","The tuple count.","Indicates that subtable is variable.","Long offsets.","Short offsets.","An Index to Location Table.","A Math Constants Table.","A Glyph Assembly Table.","A Math Glyph Construction Table.","A mapping from glyphs to Math Glyph Construction Tables.","A Math Glyph Info Table.","Details for a glyph part in an assembly.","Description of math glyph variants.","A Math Kern Table.","An entry in a Math Kern Info Table.","A Math Kern Info Table.","A Math Value with optional device corrections.","A mapping from glyphs to Math Values.","Glyph part flags.","A Math Table.","A Math Variants Table.","Advance width/height, in design units, of the variant …","A general recipe on how to construct a variant with large …","The kerning data for the bottom-left corner.","The kerning data for the bottom-right corner.","Math positioning constants.","Device corrections for this value.","Lengths of the connectors on the end of the glyph, in font …","Glyphs which are extended shapes.","The full advance of the part, in font design units.","Glyph ID for the part.","Per-glyph positioning information.","Constructions for shapes growing in the horizontal …","Per-glyph italics correction values.","The italics correction of the assembled glyph.","Per-glyph information for mathematical kerning.","Minimum overlap of connecting glyphs during glyph …","Part flags.","Parts the assembly is composed of.","Lengths of the connectors on the start of the glyph, in …","Per-glyph horizontal positions for attaching mathematical …","The kerning data for the top-left corner.","The kerning data for the top-right corner.","The X or Y value in font design units.","The ID of the variant glyph.","Prepared variants of the glyph with varying advances.","Variants and assembly recipes for growable glyphs.","Constructions for shapes growing in the vertical direction.","A Maximum Profile Table.","The total number of glyphs in the face.","A metamorphosis chain.","A list of metamorphosis chains.","An iterator over metamorphosis chains.","","A contextual subtable state table trailing data.","A contextual subtable.","A subtable coverage.","The feature table is used to compute the sub-feature flags …","","A contextual subtable state table trailing data.","An insertion subtable.","","A ligature subtable.","","","A subtable in a metamorphosis chain.","A subtable kind.","A list of subtables in a metamorphosis chain.","An iterator over a metamorphosis chain subtables.","An Extended Glyph Metamorphosis Table.","A list of metamorphosis chains.","Ligature components.","A subtable coverage.","A current index.","A current insert index.","Default chain features.","Complement of flags for the settings that this feature and …","Flags for the settings that this feature and setting …","Subtable feature flags.","A list of chain features.","Insertion glyphs.","The type of feature.","A subtable kind.","Ligature actions.","Ligatures.","A mark index.","A marked insert index.","The feature’s setting (aka selector).","The contextual glyph substitution state table.","A state table.","A state table.","A list of chain subtables.","A Metrics Variations Table.","","","","A Name Record.","A list of face names.","An iterator over face names.","A platform ID.","A Naming Table.","","","A platform-specific encoding ID.","A language ID.","A raw name data.","A Name ID.","A list of names.","A platform ID.","","","","","","","","","","","","","","","","","","","","","","","","","","A Chained Contextual Lookup Subtable.","A Chained Sequence Rule.","A set of ChainedSequenceRule.","A list of ChainedSequenceRule sets.","A value of Class Definition Table.","A Class Definition Table.","A Contextual Lookup Subtable.","A Coverage Table.","A Feature.","An index in FeatureList.","A list of Feature records.","A Feature Variations Table.","Simple glyph contexts.","Simple glyph contexts.","","","Class-based glyph contexts.","Class-based glyph contexts.","","","Coverage-based glyph contexts.","Coverage-based glyph contexts.","An index in LanguageSystemList.","A Language System Table.","A list of LanguageSystem records.","A Layout Table.","A Lookup Table.","Lookup table flags.","An index in LookupList.","A list of Lookup values.","A trait for parsing Lookup subtables.","A list of lookup subtables.","An iterator over lookup subtables.","A record that describes a range of glyph IDs.","A data storage used by ScriptList, LanguageSystemList and …","A trait to parse item in RecordList.","An iterator over RecordList values.","A Script Table.","An index in ScriptList.","A list of Script records.","A sequence rule record.","A sequence rule.","A set of SequenceRules.","A list of SequenceRuleSets.","An index in FeatureVariations.","Contains either glyph IDs or glyph Classes.","Default language.","Last glyph ID in the range","Array of indices into the FeatureList, in arbitrary order.","A list of all supported features.","Lookup qualifiers.","","","List of supported languages, excluding the default one. …","Contains either glyph IDs or glyph Classes.","","","","","A list of all lookups.","Index into GDEF mark glyph sets structure.","Parses raw data.","Parses raw data.","Index of a feature required for this language system.","A list of all supported scripts.","","First glyph ID in the range","Available subtables.","Script tag.","Language tag.","","Coverage Index of first glyph ID in range.","Used to substitute an alternate set of lookup tables to …","","","","","","","","","","","","","","","","","","","","","","","","Array of glyph IDs. Sorted.","Array of glyph ranges. Ordered by RangeRecord.start.","","","","","","","","","","","A form that is generally cursive in nature.","","","","","A face that is neither italic not obliqued.","A typically-sloped version of the regular face.","","Face permissions.","","","A script metrics used by subscript and superscript.","","","","A face style.","A OS/2 and Windows Metrics Table.","","","","Unicode Ranges.","A face weight.","A face width.","Table version.","X offset.","Horizontal face size.","Y offset.","Vertical face size.","An iterator over glyph names.","A PostScript Table.","Flag that indicates that the font is monospaced.","Italic angle in counter-clockwise degrees from the …","Underline metrics.","A strike of glyphs.","A list of Strikes.","An iterator over Strikes.","A Standard Bitmap Graphics Table.","The pixels per EM size for which this strike was designed.","The device pixel density (in PPI) for which this strike …","A list of Strikes.","An SVG documents.","A list of SVG documents.","An iterator over SvgDocumentsList values.","An SVG Table.","The SVG document data.","A list of SVG documents.","The last glyph ID, inclusive, for the range covered by …","The first glyph ID for the range covered by this record.","A Tracking Table.","A single track.","A track data.","A list of tracks.","An iterator over Tracks.","Horizontal track data.","The name table index for the track’s name.","A list of sizes.","A list of tracks.","A track value.","A list of tracking values for each size.","Vertical track data.","A Vertical Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the vmtx table.","A Vertical Origin Table.","Vertical origin metrics for the Vertical Origin Table.","Default origin.","Glyph ID.","A list of metrics for each glyph.","Y coordinate, in the font’s design coordinate system, of …","A multi-line text editor.","A weak reference to an Editor.","The bounds of the Editor.","A bunch of text.","A weak reference to a Paragraph.","The horizontal alignment of the Paragraph.","The minimum bounds of the Paragraph.","The vertical alignment of the Paragraph.","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","Hashes the Recipe.","Executes the Recipe and produces the stream of events of …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The appearance of an application.","An interactive cross-platform application.","The Executor that will run commands and subscriptions.","The data needed to initialize your Application.","The type of messages your Application will produce.","The supported style of the StyleSheet.","A set of rules that dictate the style of an application.","The theme of your Application.","Returns the Appearance of the application for the provided …","The background Color of the application.","The default icon Color of the application.","Initializes the Application with the flags provided to run …","Runs the Application.","Returns the scale factor of the Application.","Returns the current Style of the Theme.","Returns the event Subscription for the current state of the","The default text Color of the application.","Returns the current Theme of the Application.","Returns the current title of the Application.","Handles a message and updates the state of the Application.","Returns the widgets to display in the Application.","Read the current contents of the clipboard.","Reads the current content of the Clipboard.","Read the current contents of primary.","Reads the current content of the primary Clipboard.","Write the given contents to the clipboard.","Write the given contents to primary.","DnD action chosen by the compositor.","","Xrgb8888 or Argb8888 image data with premultiplied alpha","DnD Cancelled.","","","","","A rectangle with a logical location and size relative to a …","","","An offer was dropped","DnD Dropped. The operation is still ongoing until …","","DnD operation ended.","","The offer has left the surface.","The offer is no longer on a DnD destination.","Mime accepted by destination. If None, no mime types are …","","","Dnd Offer event with the corresponding destination …","","A rectangle with a logical location and size relative to a …","If the selected action is ASK, the user must be presented …","","Dnd Source event.","","","Accepted actions in this rectangle","","","","","","","","","","Get a flags value with all known bits set.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","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 negation (!) of the bits in a flags value, …","","","","","","","","","","Whether all set bits in a source flags value are also set …","","","","","","","","","","","","","","","","","","","","The intersection of a source flags value with the …","","","","","","","","","","Get a flags value with all bits unset.","","","","","","","","The bitwise or (|) of the bits in each flags value.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 exactly.","","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","","","","","","","","","","","","","A unique ID","","","","","","","","","","The bitwise or (|) 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 …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 bits in this flags value are unset.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Accepted mime types in this rectangle","The bitwise negation (!) of the bits in a flags value, …","","Prefered action in this rectangle","The rectangle representing this destination.","The intersection of a source flags value with the …","Send an event in the channel","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 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.","","","","","","","","","","","","","","","","Describes the mime types which are accepted.","Can be converted to data with the available mime types.","Raw data from the clipboard","Data that can be loaded from the clipboard.","Data that can be stored to the clipboard.","","","","","","List allowed mime types for the type to convert from a …","","","","","","","","","","","","","","","","","","","Converts a type to a byte slice for the given mime type if …","","List available mime types for this data to convert to a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A set of asynchronous actions to be performed by some …","Creates a Command that produces the Messages published …","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A default cross-platform executor.","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","","","","Glyphs in cursive fonts generally use a more informal …","An error while loading a font.","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","Load a font from its bytes.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A generic overlay.","Build and show dropdown menus.","The appearance of a menu.","A list of selectable options.","The local state of a Menu.","The supported style of the StyleSheet.","The style sheet of a menu.","Produces the Appearance of a menu.","The Background of the menu.","The Border of the menu.","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","The text Color of the menu.","The settings of an application.","If set to true, the renderer will try to perform …","The default Font to be used.","The text size that will be used by default.","If set to true the application will exit when the main …","The data needed to initialize the Application.","The fonts to load on boot.","The identifier of the application.","The window settings.","A request to listen to external events.","Creates a Subscription that publishes the events sent from …","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Returns a Subscription that will create and asynchronously …","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","Returns a Subscription that produces messages at a set …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","A generic widget that produces a message when pressed.","A widget capable of drawing 2D graphics.","A box that can be checked.","A container that distributes its contents vertically.","A widget for searching and selecting a single value from a …","A reusable, custom widget that uses The Elm Architecture.","An element decorating some content.","A Theme that uses a Custom palette.","The built-in dark variant.","The type of event this Component handles internally.","A frame that displays an image while keeping aspect ratio.","A widget that only rebuilds its contents when necessary.","The built-in light variant.","Emit messages on mouse events.","A collection of panes distributed using either vertical or …","A widget for selecting a single value from a list of …","A bar that displays progress.","A circular button representing a choice.","The default graphics renderer for iced.","A widget that is aware of its dimensions.","A container that distributes its contents horizontally.","Display a horizontal or vertical rule for dividing content.","A widget that can vertically display an infinite amount of …","An horizontal bar and a handle that selects a single value …","An amount of empty space.","The internal state of this Component.","A vector graphics image.","A paragraph.","A multi-line text input.","A field that can be filled with text.","A built-in theme.","A widget that applies any Theme to its contents.","","A toggler widget.","An element to display a widget over another.","An vertical bar and a handle that selects a single value …","Allow your users to perform actions by pressing a button.","Creates a new Button with the provided content.","Draw 2D graphics for your users.","Creates a new Canvas.","Show toggle controls using checkboxes.","Creates a new Checkbox.","Creates a new Column with the given children.","Creates a Column with the given children.","Display a dropdown list of searchable and selectable …","Creates a new ComboBox.","Turns an implementor of Component into an Element that can …","Decorate content and apply alignment.","Creates a new Container with the provided content.","Focuses the next focusable widget.","Focuses the previous focusable widget.","Creates a horizontal Rule with the given height.","Creates a new horizontal Space with the given Length.","Display images in your user interface.","Creates a new Image.","Use widgets that can provide hints to ensure continuity.","Creates a new keyed::Column with the given children.","Creates a Column with the given children.","Creates a new Lazy widget with the given data Dependency …","A container intercepting mouse events.","Update the Component state based on the provided Operation","Display interactive elements on top of other widgets.","Let your users split regions of your application and …","Display a dropdown list of selectable values.","Creates a new PickList.","Provide progress feedback to your users.","Creates a new ProgressBar.","Create choices using radio buttons.","Creates a new Radio.","Creates a new Responsive widget with a closure that …","Creates a new Row with the given children.","Creates a Row with the given children.","Display a horizontal or vertical rule for dividing content.","Navigate an endless amount of content with a scrollbar.","Creates a new Scrollable with the provided content.","Display an interactive selector of a single value from a …","Creates a new Slider.","Distribute content vertically.","Display vector graphics in your application.","Creates a new Svg widget from the given Handle.","Draw and interact with text.","Creates a new Text widget with the provided content.","Display a multi-line text input for text editing.","Creates a new TextEditor.","Display fields that can be filled with text.","Creates a new TextInput.","Use the built-in theme and styles.","A widget that applies any Theme to its contents.","Show toggle controls using togglers.","Creates a new Toggler.","Display a widget over another.","Creates a new Tooltip with the provided content, tooltip …","Processes an Event and updates the Component state …","Creates a vertical Rule with the given width.","Display an interactive selector of a single value from a …","Creates a new VerticalSlider.","Creates a new vertical Space with the given Length.","Produces the widgets of the Component, which may trigger …","The appearance of a button.","A generic widget that produces a message when pressed.","The local state of a Button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","Produces the disabled Appearance of a button.","Draws a Button.","Produces a Command that focuses the Button with the given …","Produces the hovered Appearance of a button.","The icon Color of the button.","Computes the layout of a Button.","Returns the mouse::Interaction of a Button.","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","Processes the given Event and updates the State of a Button","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A simple cache that stores generated Geometry to avoid …","A widget capable of drawing 2D graphics.","A Canvas event.","The style used to fill geometry.","","","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","A keyboard event.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","A mouse event.","An immutable set of points that may or may not be …","The state and logic of a Canvas.","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The internal state mutated by the Program.","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","","","A touch event.","The color of the text","The contents of the text","Draws the given layers of Self::Geometry.","Draws the state of the Program, producing a bunch of …","Handle events of a canvas.","The font of the text","The horizontal alignment of the text","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","Returns the current mouse interaction of the Program.","The offset of LineDash::segments to start the pattern.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","The color or gradient of the fill.","The color or gradient of the stroke.","Updates the State of the Program.","The vertical alignment of the text","The distance between the two edges of the stroke.","The Event was handled and processed by a widget.","A Canvas event.","The Event was NOT handled by any widget.","A keyboard event.","A mouse event.","The status of an Event after being processed.","A touch event.","The appearance of a checkbox.","A box that can be checked.","The icon in a Checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","The Background of the checkbox.","The Border of hte checkbox.","The unicode code point that will be used as the icon.","Font that will be used to display the code_point,","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","The line height of the icon.","The shaping strategy of the icon.","Font size of the content.","The text Color of the checkbox.","A widget for searching and selecting a single value from a …","The local state of a ComboBox.","Build matchers from given list of options.","Search list of options for a given query.","The appearance of a container.","An element decorating some content.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","Draws the background of a Container given its Appearance …","The icon Color of the container.","Computes the layout of a Container.","The Shadow of the container.","The text Color of the container.","Produces a Command that queries the visible screen bounds …","Image filtering strategy.","A handle of some image data.","A frame that displays an image while keeping aspect ratio.","Bilinear interpolation.","Nearest neighbor.","A frame that displays an image with the ability to zoom …","Draws an Image","Computes the layout of an Image.","Zoom and pan on an image.","Creates a new Viewer with the given image Handle.","The local state of a Viewer.","A frame that displays an image with the ability to zoom …","Returns the bounds of the underlying image, given the …","A container that distributes its contents vertically.","Distribute content vertically.","A container that distributes its contents vertically.","All panes are visible","The appearance of the hovered region of a pane grid.","A fixed reference line for the measurement of coordinates.","Bottom edge.","A Pane was picked and then dropped outside of other Pane …","Center region.","The arrangement of a PaneGrid.","The content of a Pane.","The visible contents of the PaneGrid","A four cardinal direction.","↓","An event produced during a drag and drop interaction of a …","A pane that can be dragged.","A Pane was dropped on top of another Pane.","The edges of an area.","An Edge of the full PaneGrid.","Edge region.","The horizontal axis: —","←","Left edge.","A line.","A maximized pane is visible","A layout node of a PaneGrid.","A rectangular region in a PaneGrid used to display widgets.","A Pane.","The region of this Node is taken by a Pane.","A single Pane of the PaneGrid.","A collection of panes distributed using either vertical or …","A Pane was picked for dragging.","The region of a Pane.","An event produced during a resize interaction of a PaneGrid…","→","Right edge.","A divider that splits a region in a PaneGrid into two …","A split of the available space.","The region of this Node is split into two.","The state of a PaneGrid.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Target area a pane can be dropped on.","The title bar of a Pane.","Top edge.","↑","The vertical axis: |","The Background of the pane region.","The Border of the pane region.","Returns whether the Draggable with the given Layout can be …","The Color of the Line.","Draws a PaneGrid.","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","The internal state of the PaneGrid.","Calculates the Layout of a PaneGrid.","Returns the current mouse::Interaction of a PaneGrid.","The panes of the PaneGrid.","The Line to draw when a split is picked.","The new ratio of the Split.","The Split that is being dragged for resizing.","The state of a PaneGrid.","Processes an Event and updates the state of a PaneGrid …","The width of the Line.","The left/top Configuration of the split.","The direction of the split.","The right/bottom Configuration of the split.","The ratio of the split in [0.0, 1.0].","The picked Pane.","The picked Pane.","The picked Pane.","The Target where the picked Pane was dropped on.","The left/top Node of the split.","The direction of the split.","The right/bottom Node of the split.","The Split of this Node.","The ratio of the split in [0.0, 1.0].","The current action of a PaneGrid.","A Pane in the PaneGrid is being clicked.","A Pane in the PaneGrid is being dragged.","The PaneGrid is idle.","The internal state of a PaneGrid.","A Split in the PaneGrid is being dragged.","The state of a PaneGrid.","The internal state of the PaneGrid.","The panes of the PaneGrid.","The Axis of the Split.","The starting Point of the click interaction.","The starting Point of the drag interaction.","The Pane being clicked.","The Pane being dragged.","The Split being dragged.","The appearance of a pick list.","Displays an arrow icon (▼).","A custom dynamic handle.","The handle to the right side of the PickList.","The icon of a Handle.","No handle will be shown.","A widget for selecting a single value from a list of …","The state of a PickList.","A custom static handle.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","The Background of the pick list.","The Border of the pick list.","The unicode code point that will be used as the icon.","Draws a PickList.","Font that will be used to display the code_point,","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","Computes the layout of a PickList.","Line height of the content.","Returns the current mouse::Interaction of a PickList.","Returns the current overlay of a PickList.","The placeholder Color of the pick list.","The shaping strategy of the icon.","Font size of the content.","The text Color of the pick list.","Processes an Event and updates the State of a PickList …","The Icon used when PickList is closed.","The Icon used when PickList is open.","Font size of the content.","The appearance of a progress bar.","A bar that displays progress.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","A circular button representing a choice.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","Display a horizontal or vertical rule for dividing content.","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","Produces the style of a rule.","The color of the rule.","The FillMode of the rule.","The radius of the line corners.","The width (thickness) of the rule line.","The amount of absolute offset in each direction of a …","Alignment of the scrollable’s content relative to it’s …","Both vertical and horizontal scrolling","The direction of Scrollable.","Content is aligned to the end of the Viewport","Horizontal scrolling","Properties of a scrollbar within a Scrollable.","The amount of relative offset in each direction of a …","A widget that can vertically display an infinite amount of …","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","Content is aligned to the start of the Viewport.","The local state of a Scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Vertical scrolling","The current Viewport of the Scrollable.","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","The Color of the scroller.","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","Draws a Scrollable.","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","Computes the layout of a Scrollable.","Computes the current mouse::Interaction of a Scrollable.","Produces a Command that scrolls the Scrollable with the …","The appearance of the Scroller of a scrollable.","Produces a Command that snaps the Scrollable with the …","Processes an Event and updates the State of a Scrollable …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The properties of the horizontal scrollbar.","The properties of the vertical scrollbar.","The appearance of a slider.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","An horizontal bar and a handle that selects a single value …","The local state of a Slider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","The appearance of breakpoints.","The Color of the handle.","The colors of the rail of the slider.","Produces the style of a slider that is being dragged.","Draws a Slider.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","Computes the current mouse::Interaction of a Slider.","The colors of the rail of the slider.","The shape of the handle.","Processes an Event and updates the State of a Slider …","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","An amount of empty space.","The appearance of an SVG.","A handle of Svg data.","The supported style of the StyleSheet.","The stylesheet of a svg.","A vector graphics image.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","An interaction with an Editor.","The appearance of a text input.","Delete the previous character.","Click the Editor at the given Point.","The content of a TextEditor.","Delete the next character.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","Move to the end of the line.","Break the current line.","Move to the start of the line.","Insert the given character.","Move left.","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A multi-line text input.","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Produces the style of an active text input.","The Background of the text editor.","The Border of the text editor.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The amount of lines to scroll.","The appearance of a text input.","The cursor of a text input.","The default Padding of a TextInput.","The content of the Icon.","The left side of a TextInput.","The right side of a TextInput.","The side of a TextInput.","The state of a TextInput.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A field that can be filled with text.","The value of a TextInput.","Produces the style of an active text input.","The Background of the text input.","The Border of the text input.","The unicode code point that will be used as the icon.","Track the cursor of a text input.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Draws the TextInput with the given Renderer, overriding its","Produces a Command that focuses the TextInput with the …","Produces the style of a focused text input.","The font that will be used to display the code_point.","Produces the style of an hovered text input.","The icon Color of the text input.","Computes the layout of a TextInput.","Computes the current mouse::Interaction of the TextInput.","Produces a Command that moves the cursor of the TextInput …","Produces a Command that moves the cursor of the TextInput …","Produces a Command that moves the cursor of the TextInput …","Produces the Color of the placeholder of a text input.","Produces a Command that selects all the content of the …","Produces the Color of the selection of a text input.","The side of a TextInput where to display the Icon.","The font size of the content.","The spacing between the Icon and the text in a TextInput.","Processes an Event and updates the State of a TextInput …","Produces the Color of the value of a text input.","The cursor of a text input.","Cursor without a selection","Cursor selecting a range of text","The state of a Cursor.","The end of the selection","The start of the selection","The style of an application.","A simple box.","The style of a button.","The style of a checkbox.","Colored text.","The style of a container.","A Theme with a customized Palette.","A Theme that uses a Custom palette.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","The danger style.","The danger style.","The built-in dark variant.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","No filtering to the rendered SVG.","The default style.","The default style.","The default style.","The default style.","The destructive style.","The built-in light variant.","The style of a menu.","A color palette.","The style of a pane grid.","The style of a pick list.","The positive style.","The primary style.","The primary style.","The primary style.","The style of a progress bar.","The style of a radio button.","The style of a rule.","The style of a scrollable.","The secondary style.","The secondary style.","The style of a slider.","The success style.","The success style.","Svg","The style of text.","The text style.","The style of a text input.","The style of a text input.","A built-in theme.","The style of a toggler.","No style.","The background Color of the Palette.","The danger Color of the Palette.","Define the colors of a theme.","The primary Color of the Palette.","The success Color of the Palette.","The text Color of the Palette.","A set of background colors.","A set of danger colors.","The built-in dark variant of an Extended palette.","The built-in light variant of an Extended palette.","An extended set of colors generated from a Palette.","Recommended background, icon, and text Color.","A color palette.","A set of primary colors.","A set of secondary colors.","A set of success colors.","The background Color of the Palette.","The set of background colors.","The base background color.","The base primary color.","The base secondary color.","The base success color.","The base danger color.","The background color.","The danger Color of the Palette.","The set of danger colors.","The icon color, which defaults to the text color.","Whether the palette is dark or not.","The primary Color of the Palette.","The set of primary colors.","The set of secondary colors.","A stronger version of the base background color.","A stronger version of the base primary color.","A stronger version of the base secondary color.","A stronger version of the base success color.","A stronger version of the base danger color.","The success Color of the Palette.","The set of success colors.","The text Color of the Palette.","The text color.","A weaker version of the base background color.","A weaker version of the base primary color.","A weaker version of the base secondary color.","A weaker version of the base success color.","A weaker version of the base danger color.","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","A toggler widget.","Returns the active Appearance of the toggler for the …","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","The tooltip will appear on the bottom of the widget.","The tooltip will follow the cursor.","The tooltip will appear on the left of the widget.","The position of the tooltip. Defaults to following the …","The tooltip will appear on the right of the widget.","An element to display a widget over another.","The tooltip will appear on the top of the widget.","The appearance of a slider.","A circular handle.","The appearance of the handle of a slider.","The shape of the handle of a slider.","A rectangular shape.","The local state of a VerticalSlider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","An vertical bar and a handle that selects a single value …","Produces the style of an active slider.","The border Color of the handle.","The border width of the handle.","The appearance of breakpoints.","The Color of the handle.","Produces the style of a slider that is being dragged.","Draws a VerticalSlider.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","Computes the current mouse::Interaction of a VerticalSlider…","The colors of the rail of the slider.","The shape of the handle.","Processes an Event and updates the State of a …","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","An operation to be performed on some window.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","Change the window Icon.","Change the window Level.","Change the Mode of the window.","Close the window and exits the application.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","Move the window with the left mouse button until the …","A window-related event.","Fetch the raw identifier unique to the window.","Fetch if the current window is maximized or not.","Fetch if the current window is minimized or not.","Fetch the current Mode of the window.","Fetch the current logical dimensions of the window.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","Bring the window to the front and sets input focus. Has no …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","Set the window to maximized or back","Set the window to minimized or back","The mode of a window-based application.","Move the window to the given logical coordinates.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The platform specific window settings of an application.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","Request user attention to the window, this has no effect …","Resize the window to the given logical dimensions.","A window was resized.","Data of a screenshot, captured with window::screenshot().","Screenshot the viewport of the window.","The window settings of an application.","Show window menu at cursor position.","Spawns a new window with some Settings.","The window is positioned with specific coordinates: (X, Y).","Toggle whether window has decorations.","Toggle the window to maximized or back","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Sets the application id of the window.","The bytes of the Screenshot.","Changes the Icon of the window.","Changes the window Level.","Changes the Mode of the window.","Closes the window with id.","Whether the window should have a border, a title bar, etc. …","Begins dragging the window while the left mouse button is …","Whether the window will close when the user requests it, …","Fetches an identifier unique to the window, provided by …","Fetches if the window is maximized.","Fetches if the window is minimized.","Fetches the current Mode of the window.","Fetches the window’s size in logical dimensions.","Subscribes to the frames of the window of the running …","Brings the window to the front and sets input focus. Has …","Attach an icon to the window of your application.","The icon of the window.","The window Level.","The maximum size of the window.","Maximizes the window.","The minimum size of the window.","Minimizes the window.","Moves the window to the given logical coordinates.","Platform specific settings.","The initial position of the window.","Request user attention to the window. This has no effect …","Whether the window should be resizable or not.","Resizes the window to the given logical dimensions.","The border area for the drag resize handle.","Take screenshots of a window.","Captures a Screenshot from the window.","Configure your windows.","Show window menu at cursor position.","The size of the Screenshot.","The initial logical dimensions of the window.","Spawns a new window with the given settings.","Toggles the window decorations.","Toggles the window to maximized or back.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","An error produced when creating an Icon.","An window icon normally used for the titlebar or taskbar.","The image crate reported an error.","The Icon is not valid.","The underlying OS failed to create the icon.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Creates an icon from an image file.","Creates an icon from the content of an image file.","Builds an Icon from its RGBA pixels in the sRGB color …","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Errors that can occur when cropping a Screenshot.","The cropped region’s size is out of bounds.","Data of a screenshot, captured with window::screenshot().","The cropped region’s size is zero.","The bytes of the Screenshot.","The size of the Screenshot.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait which adds utility methods to AsyncWrite…","An extension trait for Futures that provides a variety of …","An extension trait which adds utility methods to AsyncSeek …","An extension trait which adds utility methods to AsyncRead …","Adapters specific to Result-returning futures","An extension trait for Sinks that provides a variety of …","An extension trait which adds utility methods to …","An extension trait for Streams that provides a variety of …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","","","The default graphics renderer for iced.","The settings of a Backend.","","","","The antialiasing strategy that will be used for triangle …","","The default Font to use.","The default size of text.","","","","","","A simple cache that stores generated Geometry to avoid …","","","","","An antialiasing strategy.","The graphics backend of a Renderer.","An error occured in the context’s internal backend","A cached primitive.","A clip primitive","A graphics compositor that can draw to windows.","A backend-specific primitive.","A type that has some damage bounds.","An editor primitive","An error that occurred while creating an application’s …","A fill which linearly interpolates colors along a …","A mesh with a gradient.","A suitable graphics adapter or device could not be found.","A group of primitives","An image primitive","A linear gradient interpolates colors along a direction …","Multisample AA with 16 samples","Multisample AA with 2 samples","Multisample AA with 4 samples","Multisample AA with 8 samples","A low-level primitive to render a mesh of triangles.","Failed to find any pixel format that matches the criteria.","A paragraph primitive","A rendering primitive.","The custom kind of primitives this Backend supports.","A quad primitive","A raw cosmic-text primitive","A backend-agnostic renderer that supports all the built-in …","The iced renderer of the backend.","The settings of the backend.","A mesh with a solid color.","The surface of the backend.","An SVG primitive","A text primitive","A 2D transformation matrix.","A primitive that applies a translation","The requested backend version is not supported.","A viewing region for displaying computer graphics.","Write a graphics backend.","Returns the bounds of the Damage.","Manage colors for shaders.","A compositor is responsible for initializing a renderer …","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Track and compute the damage of graphical primitives.","Returns Information used by this Compositor.","Build and draw geometry.","A gradient that can be used as a fill for some geometry.","Load and operate on images.","Draw triangles!","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Create a renderer from a Backend.","Screenshots the current Renderer primitives to an …","Draw text.","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","The background of the quad","The Border of the quad","The border radii of the image","The bounds of the text.","The bounds of the quad","The bounds of the image","The bounds of the viewport","The bounds of the clip","The clip bounds of the text.","The clip bounds of the paragraph.","The clip bounds of the editor.","The color of the text.","The color of the paragraph.","The color of the editor.","The Color filter","The contents of the text.","The content of the clip","The primitive to translate","The cached primitive","The editor::Weak reference.","The filter method of the image","The font of the text.","The handle of the image","The path of the SVG file","The horizontal alignment of the text.","The line height of the text.","The paragraph::Weak reference.","The position of the paragraph.","The position of the editor.","The primitives of the group","The Shadow of the quad","The shaping strategy of the text.","The size of the text in logical pixels.","The translation vector","The vertical alignment of the text.","The graphics backend of a Renderer.","A graphics backend that supports image rendering.","The custom kind of primitives this Backend supports.","A graphics backend that supports SVG rendering.","A graphics backend that supports text rendering.","Returns the dimensions of the provided image.","Loads a font from its bytes.","Returns the viewport dimensions of the provided SVG.","A flag that indicates whether the renderer should perform …","A color packed as 4 floats representing RGBA channels.","Packs a Color.","A graphics compositor that can draw to windows.","Contains information about the graphics (e.g. graphics …","Invalid dimensions","The swap chain has been lost and needs to be recreated.","There is no more memory left to allocate a new frame.","The underlying surface has changed, and therefore the …","Present Error","The iced renderer of the backend.","Resize Error","The settings of the backend.","The surface of the backend.","Result of an unsuccessful call to Compositor::present.","A timeout was encountered while trying to acquire the next …","A window that can be used in a Compositor.","Contains the graphics adapter.","Contains the graphics backend.","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Returns Information used by this Compositor.","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Screenshots the current Renderer primitives to an …","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","A type that has some damage bounds.","Returns the bounds of the Damage.","Groups the given damage regions that are close together …","Computes the damage regions between the two given lists of …","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","Adapters specific to Result-returning futures","An extension trait which adds utility methods to AsyncSeek …","An extension trait which adds utility methods to AsyncRead …","An extension trait which adds utility methods to AsyncWrite…","An extension trait which adds utility methods to …","An extension trait for Sinks that provides a variety of …","An extension trait for Futures that provides a variety of …","An extension trait for Streams that provides a variety of …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","The style used to fill geometry.","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","An immutable set of points that may or may not be …","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","The color of the text","The contents of the text","Draws the given layers of Self::Geometry.","Fill Geometry with a certain style.","The font of the text","The horizontal alignment of the text","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","Build different kinds of 2D shapes.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","Create lines from a Path and assigns them various …","The color or gradient of the fill.","The color or gradient of the stroke.","The vertical alignment of the text","The distance between the two edges of the stroke.","","The style used to fill geometry.","A Gradient color.","","The fill rule defines how to determine what is inside and …","A solid Color.","The coloring style of some drawing.","The fill rule defines how to determine what is inside and …","The color or gradient of the fill.","A segment of a differentiable curve.","A Path builder.","An immutable set of points that may or may not be …","Build and draw curves.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The radius of the arc.","The start of the segment’s angle in radians, clockwise …","A segment of a differentiable curve.","An elliptical Arc.","The center of the arc.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The end of the segment’s angle in radians, clockwise …","The radii of the arc’s ellipse. The horizontal and …","The radius of the arc.","The clockwise rotation of the arc’s ellipse.","The start of the segment’s angle in radians, clockwise …","The start of the segment’s angle in radians, clockwise …","Flag parameters for arcs as described by the SVG …","An alias for usize.","A view over a contiguous storage of custom attributes.","Interface for objects storing custom attributes associated …","An alias for a slice of f32 values.","","","","A beveled corner is to be used to join path segments. The …","","The default builder for Path.","A builder for Path with custom attributes.","The stroke for each sub-path does not extend beyond its …","ID of a control point in a path.","","","","","","","ID of an endpoint point in a path.","","Represents an event or edge of path.","Refers to an event in a path.","The fill rule defines how to determine what is inside and …","A path event representing endpoints and control points as …","An iterator of endpoint and control point ids for Path and …","A view over a sequence of endpoint IDs forming a polygon.","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","","","","Line cap as defined by the SVG specification.","Line join as defined by the SVG specification.","A sharp corner is to be used to join path segments.","Same as a miter join, but if the miter limit is exceeded, …","An empty attribute slice.","","","","A simple path data structure.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","The commands of a path encoded in a single array using IDs …","A view over PathCommands.","A path event representing endpoints and control points as …","A view on a Path.","A view over a sequence of endpoints forming a polygon.","Interface for types types (typically endpoints and control …","Interface for objects storing endpoints and control points …","","","","","","An iterator of over a Path traversing the path in reverse.","At each end of each sub-path, the shape representing the …","A round corner is to be used to join path segments.","The positive or negative side of a vector or segment.","At the end of each sub-path, the shape representing the …","The two possible orientations for the edges of a shape to …","Path building utilities.","","","A generic representation for paths that allow more control …","Returns the endpoint’s custom attributes as a slice of …","","","Tools to iterate over paths.","Of the four candidate arc sweeps, two will represent an …","f32 version of the lyon_geom types used everywhere. Most …","Returns the number of float attributes per endpoint.","The default path data structure.","A container to store multiple paths contiguously.","","","Specific path types for polygons.","","If sweep is true, then the arc will be drawn in a “…","lyon_path traits reexported here for convenience.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The radius of each corner of a rounded rectangle.","Builds a path.","A Builder that approximates curves with successions of …","A convenience wrapper for PathBuilder without custom …","The base path building interface.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Builds a path with a transformation applied.","Implements an SVG-like building interface on top of a …","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","","","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","","","Returns a builder that applies the given transformation to …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A view on a PathCommands buffer and two slices for …","An iterator of Event<&Endpoint, &ControlPoint>.","An iterator of Event<&Endpoint, &ControlPoint>.","The commands of a path encoded in a single array using IDs …","Builds path commands.","A view over PathCommands.","An iterator of PathEvent.","An angle in radians","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","","A 2d curve segment defined by four points: the beginning …","","","","","","","An infinite line defined by a point and a vector.","A line defined by the equation …","A linear segment.","","","","","","A 2d curve segment defined by three points: the beginning …","Alias for euclid::default::Rotation2D","","","","","","Common APIs to segment types.","","An elliptic arc curve segment using the SVG’s end-point …","","","","Alias for euclid::default::Transform2D","Alias for euclid::default::Translation2D","A 2D triangle defined by three points a, b and c.","","","","Return the curve after the split point.","Angle in radians","Compute the length of the segment using a flattened …","Elliptic arc related maths and tools.","","Return the curve before the split point.","","","","","","","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Epsilon constants are usually not a good way to deal with …","","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","","","","","The extent of the element in the U units along the y axis …","Of the four candidate arc sweeps, two will represent an …","","","","","","","","","Shorthand for Point::new(x, y).","","","","","","Sample the curve at t (expecting t between 0 and 1).","Shorthand for Size::new(x, y).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","","If sweep is true, then the arc will be drawn in a “…","","End of the curve.","","","","","","","","Shorthand for Vector::new(x, y).","","The extent of the element in the U units along the x axis …","Sample x at t (expecting t between 0 and 1).","","","The x (traditionally, horizontal) coordinate.","","","Sample y at t (expecting t between 0 and 1).","","","The y (traditionally, vertical) coordinate.","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","Flattening iterator for arcs.","An elliptic arc curve segment using the SVG’s end-point …","","","","Of the four candidate arc sweeps, two will represent an …","","","","If sweep is true, then the arc will be drawn in a “…","","","","","A string with a fixed capacity.","A vector with a fixed capacity.","Error value indicating insufficient capacity","A draining iterator for ArrayVec.","By-value iterator for ArrayVec.","A 2d curve segment defined by four points: the beginning …","","","","","","An angle in radians","A 2d vector of booleans, useful for component-wise logic …","A 3d vector of booleans, useful for component-wise logic …","A 2d axis aligned rectangle represented by its minimum and …","An axis aligned 3D box represented by its minimum and …","Homogeneous vector in 3D space.","A one-dimensional distance, with value represented by T …","A 2d Point tagged with a unit.","A 3d Point tagged with a unit.","A 2d Rectangle optionally tagged with a unit.","A rigid transformation. All lengths are preserved under …","A transform that can represent rotations in 2d, …","A transform that can represent rotations in 3d, …","A scaling factor between two different units of …","A group of 2D side offsets, which correspond to …","A 2d size tagged with a unit.","A 3d size tagged with a unit.","A 2d transform represented by a column-major 3 by 3 …","A 3d transform stored as a column-major 4 by 4 matrix.","A 2d transformation from a space to another that can only …","A 3d transformation from a space to another that can only …","Trait for basic trigonometry functions, so they can be …","The default unit.","A 2d Vector tagged with a unit.","A 3d Vector tagged with a unit.","Angle in radians","","Utilities for testing approximate ordering - especially …","","Shorthand for …","Shorthand for BoolVector2D { x, y }.","Shorthand for BoolVector3D { x, y, z }.","","A set of aliases for all types, tagged with the default …","","The extent of the element in the U units along the z axis.","","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","A one-dimensional length, tagged with its units.","","Shorthand for Point2D::new(x, y).","Shorthand for Point3D::new(x, y).","The real part.","","","Shorthand for …","","","","","Shorthand for Size2D::new(w, h).","Shorthand for Size3D::new(w, h, d).","","","","Convenience constructor.","Convenience constructor.","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","","The z (traditionally, depth) coordinate.","","Trait for testing approximate equality","Default epsilon value","Returns true is this object is approximately equal to the …","Returns true is this object is approximately equal to the …","","","","","","","","","","","","","","","","","","","","","","","Angle in radians","","The extent of the element in the U units along the z axis.","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The real part.","","","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","The z (traditionally, depth) coordinate.","","","Defines the smallest integer equal or greater than the …","Defines the biggest integer equal or lower than the …","","Defines the nearest integer value to the original value.","","Rounds to the smallest integer equal or greater than the …","Rounds to the biggest integer equal or lower than the …","","Rounds to the nearest integer value.","","A flattening iterator for quadratic bézier segments.","A flattening iterator for quadratic bézier segments.","","A 2d curve segment defined by three points: the beginning …","","","","","Common APIs to segment types.","","Return the curve after the split point.","Compute the length of the segment using a flattened …","Return the curve before the split point.","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","Sample the curve at t (expecting t between 0 and 1).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","End of the curve.","","","Sample x at t (expecting t between 0 and 1).","Sample y at t (expecting t between 0 and 1).","","Angle between vectors v1 and v2 (oriented clockwise …","","","","","An iterator that consumes Event iterator and yields …","An iterator that consumes an iterator of Points and …","","An extension trait for PathEvent iterators.","Applies a 2D transform to a path iterator and yields the …","Returns an iterator that turns curves into line segments.","Returns an iterator applying a 2D transform to all of its …","An angle in radians (f32).","Alias for euclid::default::Box2D<f32>","Alias for euclid::default::Point2D<f32>.","Alias for euclid::default::Rotation2D<f32>","Alias for euclid::default::Scale<f32>","Alias for euclid::default::Size2D<f32>.","Alias for euclid::default::Transform2D<f32>","Alias for euclid::default::Translation2D<f32>","Alias for euclid::default::Point2D<f32>.","Angle in radians","The extent of the element in the U units along the y axis …","","","","","","","","","Shorthand for Point::new(x, y).","","Shorthand for Size::new(x, y).","Shorthand for Vector::new(x, y).","The extent of the element in the U units along the x axis …","","The x (traditionally, horizontal) coordinate.","","","The y (traditionally, vertical) coordinate.","","","The default builder for Path.","A builder for Path with custom attributes.","An iterator of endpoint and control point ids for Path and …","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","A simple path data structure.","A view on a Path.","An iterator of over a Path traversing the path in reverse.","A Builder that appends a path to an existing PathBuffer.","A Builder that appends a path to an existing PathBuffer, …","Iterator over the paths in a PathBufferSlice.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","A view over a sequence of endpoint IDs forming a polygon.","An iterator of Event<EndpointId, ()>.","An iterator of PathEvent.","A view over a sequence of endpoints forming a polygon.","An iterator of IdEvent for Polygon.","An iterator of Event<&Endpoint, ()>.","","","","","Builds a path.","The base path building interface.","An extension trait for PathEvent iterators.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Returns an iterator that turns curves into line segments.","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","Returns a builder that applies the given transformation to …","Returns an iterator applying a 2D transform to all of its …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A sharp corner.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The alternating lengths of lines and gaps which describe …","The color or gradient of the stroke.","The distance between the two edges of the stroke.","A fill which linearly interpolates colors along a …","A linear gradient.","A linear gradient interpolates colors along a direction …","Packed Gradient data for use in shader code.","The absolute ending position of the gradient.","Creates a new Packed gradient for use in shader code.","The absolute starting position of the gradient.","ColorStops along the linear gradient direction.","Tries to load an image by its Handle.","Pixel is 8-bit alpha","AnimationDecoder trait","An Image in AVIF format.","Pixel contains 8-bit B, G and R channels","Pixel is 8-bit BGR with an alpha channel","An Image in BMP Format","An Image in BMP Format","The number of channels of this pixel type.","A string that can help to interpret the meaning each …","This pixel has the format of one of the predefined …","Pixel is 8-bit CMYK","An enumeration over supported color types and bit depths","The maximum value for this type of primitive within the …","The minimum value for this type of primitive within the …","An Image in DDS Format","An error was encountered while decoding.","The delay of a frame relative to the previous one.","A Dynamic Image","Types which are safe to treat as an immutable byte slice …","An error was encountered while encoding.","Contains the error value","An enumeration of color types encountered in image formats.","An Image in farbfeld Format","An Image in farbfeld Format","A flat buffer over a (multi channel) image.","A single animation frame","An implementation dependent iterator, reading the frames …","A trait for manipulating images.","Trait to inspect an image.","An Image in GIF Format","An Image in GIF Format","Sendable grayscale + alpha channel image buffer","Sendable grayscale image buffer","An Image in Radiance HDR Format","An Image in ICO Format","An Image in ICO Format","Generic image buffer","The trait that all decoders implement","Specialized image decoding not be supported by all formats","The trait all encoders implement","The generic error type for image operations.","An enumeration of supported image formats. Not all formats …","Each pixel in this image is 16-bit Luma","Each pixel in this image is 8-bit Luma","Each pixel in this image is 16-bit Luma with alpha","Each pixel in this image is 8-bit Luma with alpha","An enumeration of supported image formats for encoding.","Result of an image decoding/encoding process","Each pixel in this image is 16-bit Rgb","Each pixel in this image is 32-bit float Rgb","Each pixel in this image is 8-bit Rgb","Each pixel in this image is 16-bit Rgb with alpha","Each pixel in this image is 32-bit float Rgb with alpha","Each pixel in this image is 8-bit Rgb with alpha","An error occurred while interacting with the environment.","An Image in JPEG Format","An Image in JPEG Format with specified quality, up to 100","Pixel is 1-bit luminance","Pixel is 16-bit luminance","Pixel is 16-bit luminance","Pixel is 2-bit luminance","Pixel is 4-bit luminance","Pixel is 8-bit luminance","Pixel is 8-bit luminance","Pixel is 1-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 2-bit luminance with an alpha channel","Pixel is 4-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Completing the operation would have required more …","Grayscale colors.","Grayscale colors + alpha channel","Contains the success value","An Image in OpenEXR Format","An Image in OpenEXR Format","An error was encountered in input arguments.","A generalized pixel.","The type of pixel.","The pixel with an associated ColorType. Not all possible …","Immutable pixel iterator","An Image in PNG Format","An Image in PNG Format","An Image in general PNM Format","An Image in one of the PNM Formats","The type of each channel in a pixel. For example, this can …","Represents the progress of an image operation.","An Image in QOI format.","An image in QOI Format","The type of reader produced by into_reader.","RGB colors.","Pixel contains 1-bit R, G and B channels","Pixel is 16-bit RGB","Pixel contains 16-bit R, G and B channels","Pixel contains 2-bit R, G and B channels","Pixel is 32-bit float RGB","Pixel is 32-bit float RGB","An image buffer for 32-bit float RGB pixels, where the …","Pixel contains 4-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Sendable Rgb image buffer","RGB colors + alpha channel","Pixel is 1-bit RGB with an alpha channel","Pixel is 16-bit RGBA","Pixel is 16-bit RGB with an alpha channel","Pixel is 2-bit RGB with an alpha channel","Pixel is 32-bit float RGBA","Pixel is 32-bit float RGBA","An image buffer for 32-bit float RGBA pixels, where the …","Pixel is 4-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Sendable Rgb + alpha channel image buffer","A View into another image","The scalar type that is used to store each channel in this …","An Image in TGA Format","An Image in TGA Format","An Image in TIFF Format","An Image in TIFF Format","Pixel is of unknown color type with the specified bits per …","An operation can not be completed by the chosen …","A value for signalling an error: An unsupported format was …","An Image in WEBP Format","An image in WebP Format.","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Get the bytes of this value.","Blend the color of a given pixel into ourself, taking into …","Put a pixel at location (x, y), taking into account alpha …","The bounding rectangle of this image.","Iterators and other auxiliary structure for the ImageBuffer…","Returns the components as a slice.","Returns the channels of this pixel as a 4 tuple. If the …","Returns the components as a mutable slice","Encoding and decoding for various image file formats.","Supplementary color information.","Returns the color type of the image data produced by this …","Copies all of the pixels from another image into this …","Copies all of the pixels from one part of this image to …","Returns a tuple containing the width and height of the …","The width and height of this image.","Contains detailed error representation.","Image representations for ffi.","Construct a pixel from the 4 channels a, b, c and d. If …","Returns a view into a slice.","Returns mutable view into a mutable slice.","Returns the pixel located at (x, y). Indexed from top left.","Gets a reference to the mutable pixel at location (x, y). …","Guess image format from memory block","The height of this image.","Returns the ICC color profile embedded in the image","Read a tuple containing the (width, height) of the image …","Image Processing Functions","Returns true if this x, y coordinate is contained inside …","Consume the decoder producing a series of frames.","Returns a reader that can be used to obtain the bytes of …","Invert this pixel","Input and output of images.","A repr(C) description of the layout of buffer samples.","Create a new image from a Reader.","Create a new image from a byte slice","Create a new image from a byte slice","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Mathematical helper functions and types.","Open the image located at the path specified. The image’…","Returns the color type of the image file before decoding","Returns an Iterator over the pixels of this image. The …","Put a pixel at location (x, y). Indexed from top left.","Returns all the bytes in the image.","Same as read_image but periodically calls the provided …","Decode a rectangular section of the image; see …","Decode a rectangular section of the image, periodically …","Underlying linear container holding sample values.","Saves the supplied buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified …","Returns the minimum number of bytes that can be …","Set decoding limits for this decoder. See Limits for the …","Returns a mutable subimage that is a view into this image. …","Convert this pixel to luma","Convert this pixel to luma with an alpha channel","Convert this pixel to RGB","Convert this pixel to RGB with an alpha channel","Returns the total number of bytes in the decoded image.","Returns the pixel located at (x, y). Indexed from top left.","Puts a pixel at location (x, y). Indexed from top left.","Returns a subimage that is an immutable view into this …","The width of this image.","Writes the supplied buffer to a writer in the specified …","Writes all the bytes in an image to the encoder.","Provides color conversions for whole image buffers.","Enumerate the pixels of an image.","Enumerate the pixels of an image.","Enumerate the rows of an image.","Enumerate the rows of an image.","Iterate over pixel refs.","Iterate over mutable pixel refs.","Iterate over rows of an image","Iterate over mutable rows of an image","Converts self to a buffer of type T","Decoding and Encoding of BMP Images","Decoding of DDS images","Decoding of DXT (S3TC) compression","Decoding of farbfeld images","Decoding of GIF Images","Decoding of Radiance HDR Images","Decoding and Encoding of ICO files","Decoding and Encoding of JPEG Images","Decoding of OpenEXR (.exr) Images","Decoding and Encoding of PNG Images","Decoding of netpbm image formats (pbm, pgm, ppm and pam).","Decoding and encoding of QOI images","Decoding of TGA Images","Decoding and Encoding of TIFF Images","Decoding and Encoding of WebP Images","A bmp decoder","The representation of a BMP encoder.","The representation of a DDS decoder","The DXT1 format. 48 bytes of RGB data in a 4x4 pixel …","The DXT3 format. 64 bytes of RGBA data in a 4x4 pixel …","The DXT5 format. 64 bytes of RGBA data in a 4x4 pixel …","DXT decoder","DXT encoder","DXT reader","What version of DXT compression are we using? Note that …","farbfeld decoder","farbfeld encoder","farbfeld Reader","Finite number of repetitions","GIF decoder","GIF encoder.","Wrapper struct around a Cursor<Vec<u8>>","Looping GIF","Number of repetitions for a GIF animation","Adapter to conform to ImageDecoder trait","An Radiance HDR decoder","Radiance HDR encoder","Scanline buffered pixel by pixel iterator","Metadata for Radiance HDR image","Wrapper struct around a Cursor<Vec<u8>>","Refer to wikipedia","Radiance HDR file signature","Color components","Divide color values by corresponding tuple member (r, g, …","All lines contained in image header are put here. Ordering …","Exponent","Divide color values by exposure to get to get physical …","Height of decoded image. It depends on orientation too.","Orientation matrix. For standard orientation it is …","Pixel height divided by pixel width","Helper function for reading raw 3-channel f32 images","Creates Rgbe8Pixel from components","Converts Rgb<f32> into Rgbe8Pixel","Width of decoded image. It could be either scanline length,","An ico decoder","ICO encoder","An ICO image entry","Pixels per centimeter","Pixels per inch (2.54 cm)","JPEG decoder","The representation of a JPEG encoder","Represents the absence of a unit, the values indicate only …","Represents the pixel density of an image","Represents a unit in which the density of an image is …","A couple of values for (Xdensity, Ydensity)","The unit in which the density is measured","An OpenEXR decoder. Immediately reads the meta data from …","A thin wrapper that implements ImageEncoder for OpenEXR …","Uses a heuristic to select one of the preceding filters …","An AnimationDecoder adapter of PngDecoder.","Filters based on the average of left and right neighbor …","High compression level","Compression level of a PNG encoder. The default setting is …","Default compression level","Fast, minimal compression","Filter algorithms used to process image data to improve …","Huffman coding compression","No processing done, best used for low bit depth grayscale …","Algorithm that takes into account the left, upper left, …","PNG decoder","PNG encoder","Png Reader","Run-length encoding compression","Filters based on previous pixel in the same scanline","Filters based on the scanline above","Header produced by a pam file (“Portable Arbitrary Map”…","Magic number P7","Standardized tuple type specifiers in the header of a pam.","Samples are encoded as decimal ascii strings separated by …","Samples are unsigned binary integers in big endian","Magic numbers P1 and P4","Header produced by a pbm file (“Portable Bit Map”)","Pixels are either black (0) or white (1)","Pixels are either black (0) or white (1) and a second …","An image format which is not standardized","Magic numbers P2 and P5","Header produced by a pgm file (“Portable Gray Map”)","Pixels represent the amount of white","Grayscale with an additional alpha channel","Magic numbers P3 and P6","Header produced by a ppm file (“Portable Pixel Map”)","PNM decoder","Encodes images to any of the pnm image formats.","Stores the complete header data of a file.","Denotes the category of the magic number","Three channels: Red, Green, Blue","Four channels: Red, Green, Blue, Alpha","The kind of encoding used to store sample values","Number of color channels","Binary or Ascii encoded file","Binary or Ascii encoded file","Binary or Ascii encoded file","Height of the image file","Height of the image file","Height of the image file","Height of the image file","Maximum sample value within the image","Maximum sample value within the image","Maximum sample value within the image","Color interpretation of image pixels","Width of the image file","Width of the image file","Width of the image file","Width of the image file","QOI decoder","QOI encoder","The representation of a TGA decoder","TGA encoder.","Decoder for TIFF images.","Encoder for tiff images","Wrapper struct around a Cursor<Vec<u8>>","WebP Image format decoder. Currently only supports lossy …","WebP Encoder.","WebP encoder quality.","An implementation of the VP8 Video Codec","A Representation of the last decoded video frame","VP8 Decoder","Indicates whether this frame is intended for display","The height of the luma plane","Indicates whether this frame is a keyframe","The pixel type of the frame as defined by Section 9.2 of …","The blue plane of the frame","The red plane of the frame","The width of the luma plane","The luma plane of the frame","The required color type can not be handled.","An error was encountered while decoding.","An error was encountered while decoding an image.","The resulting image exceed dimension limits in either …","The dimensions passed are wrong.","An error was encountered while encoding.","An error was encountered while encoding an image.","Contains the error value","The format is known exactly.","Repeated an operation for which error that could not be …","An image format is not supported.","A string describing the parameter. This is discouraged and …","Some feature specified by string. This is discouraged and …","The generic error type for image operations.","A best effort representation for image formats.","Result of an image decoding/encoding process","The operation would have performed an allocation larger …","An error occurred while interacting with the environment.","Completing the operation would have required more …","Indicates the limit that prevented an operation from …","Completing the operation would have required more …","The format can be identified by a name.","The end of the image has been reached.","Contains the success value","An error was encountered in input arguments.","An error was encountered in inputs arguments.","Details how a parameter is malformed.","A common path extension for the format is known.","The format is not known or could not be determined.","An operation can not be completed by the chosen …","The specified strict limits are not supported for this …","The implementation for an operation was not provided.","Details what feature is not supported.","The given limits","The supported strict limits","The color format did not match the channel count.","The samples are in column-major form and all samples are …","Denotes invalid flat sample buffers when trying to convert …","A flat buffer over a (multi channel) image.","All samples are packed.","Different normal forms of buffers.","The represented image can not use this representation.","At least pixels are packed.","The samples are in row-major form and all samples are …","A ffi compatible description of a sample buffer.","The represented image was too large.","No pixel aliases another.","A flat buffer that can be used as an image view.","A mutable owning version of a flat buffer.","Deprecated - ChannelCountMismatch is used instead","Add this to an index to get to the sample in the next …","The number of channels in the color representation of the …","Supplementary color information.","The height of the represented image.","Add this to an index to get to the next sample in …","A repr(C) description of the layout of buffer samples.","Underlying linear container holding sample values.","The width of the represented image.","Add this to an index to get to the next sample in …","A bi-level color map","Cubic Filter","The color type on which the map operates on","A color map","Available Sampling Filters.","Gaussian Filter","Lanczos with window 3","Nearest Neighbor","Linear Filter","Performs a Gaussian blur on the supplied image. sigma is a …","Brighten the supplied image. value is the amount to …","Functions for altering and converting the color of …","Adjust the contrast of the supplied image. contrast is the …","Return a mutable view into an image The coordinates set …","Return an immutable view into an image The coordinates set …","Reduces the colors of the image using the supplied …","Perform a 3x3 box filter on the supplied image. kernel is …","Flip an image horizontally","Flip an image horizontally and put the result into the …","Flip an image horizontally in place.","Flip an image vertically","Flip an image vertically and put the result into the …","Flip an image vertically in place.","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Fill the image with a linear horizontal gradient","Hue rotate the supplied image. value is the degrees to …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Linearly sample from an image using coordinates in [0, w-1]…","Sample from an image using coordinates in [0, w-1] and [0, …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Overlay an image at a given coordinate (x, y)","Calculate the region that can be copied from top to bottom.","Replace the contents of an image at a given coordinate (x, …","Resize the supplied image to the specified dimensions. …","Rotate an image 180 degrees clockwise.","Rotate an image 180 degrees clockwise and put the result …","Rotate an image 180 degrees clockwise in place.","Rotate an image 270 degrees clockwise.","Rotate an image 270 degrees clockwise and put the result …","Rotate an image 90 degrees clockwise.","Rotate an image 90 degrees clockwise and put the result …","Linearly sample from an image using coordinates in [0, 1].","Sample from an image using coordinates in [0, 1], taking …","Resize the supplied image to the specific dimensions.","Tile an image by repeating it multiple times","Performs an unsharpen mask on the supplied image. sigma is …","Fill the image with a linear vertical gradient","A bi-level color map","The color type on which the map operates on","A color map","Brighten the supplied image. value is the amount to …","Brighten the supplied image in place. value is the amount …","Adjust the contrast of the supplied image. contrast is the …","Adjust the contrast of the supplied image in place. …","Reduces the colors of the image using the supplied …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Hue rotate the supplied image. value is the degrees to …","Hue rotate the supplied image in place. value is the …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Set of supported strict limits for a decoder.","Resource limits for decoding.","A multi-format image reader.","The maximum allowed sum of allocations allocated by the …","The maximum allowed image height. This limit is strict. …","The maximum allowed image width. This limit is strict. The …","A Rectangle defined by its top left corner, width and …","The rectangle’s height.","The rectangle’s width.","The x coordinate of the top left corner.","The y coordinate of the top left corner.","A mesh with a gradient.","A vertex which contains 2D position & packed gradient data.","A set of vertices and indices representing a list of …","A low-level primitive to render a mesh of triangles.","A mesh with a solid color.","A two-dimensional vertex with a color.","The color of the vertex in linear RGBA.","The packed vertex data of the gradient.","The list of vertex indices that defines the triangles of …","The vertex position in 2D space.","The vertex position in 2D space.","The vertices of the mesh","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","A backend-agnostic renderer that supports all the built-in …","A store of recently used sections of text.","A multi-line text editor.","A set of system fonts.","A bunch of text.","A weak reference to a [cosmic-text::Buffer] that can be …","A version number.","A weak reference to a cosmic_text::Buffer.","Cache text.","The clip bounds of the text.","The color of the text.","Draw and edit text.","Returns the global FontSystem.","Measures the dimensions of the given cosmic_text::Buffer.","Draw paragraphs.","The position of the text.","Returns the attributes of the given Font.","Converts some Color to a cosmic_text::Color.","Converts some Shaping strategy to a cosmic_text::Shaping …","A store of recently used sections of text.","A cache entry.","A cache key representing a section of text.","The hash of a Key.","The bounds of the text.","The buffer of text, ready for drawing.","The content of the text.","The Font of the text.","The line height of the text.","The minimum bounds of the text.","The shaping strategy of the text.","The size of the text.","An action to perform on an Editor","Advanced text shaping and font fallback.","Whether to associate cursors placed at a boundary between …","","Align or justify","Represents an angle in degrees or radians.","","Text attributes","List of text attributes to apply to a line","An owned version of Attrs","Delete text behind cursor","Basic shaping with no font fallback.","","An iterator over the paragraphs in the input text. It is …","","A value borrowed together with an FontSystem","A buffer of text that is shaped and laid out","Move cursor to the end of the document","A line (or paragraph) of text that is shaped and laid out","","Move cursor to the start of the document","Key for building a glyph cache","Flags that change rendering","","A set of change items grouped into one logical change","A unique change to an editor","Mouse click at specified position","Closes a subpath, connecting the final point to the …","Text color","32-bit RGBA bitmap.","Path command.","","Use \\\\r for line ending (many legacy systems)","Use \\\\r\\\\n for line ending (Windows-style)","Glyphs in cursive fonts generally use a more informal …","","Current cursor location","A cubic bezier curve from the previous point to the final …","Delete text in front of cursor","Mouse double click at specified position","Move cursor down","Mouse drag to specified position","A trait to allow easy replacements of Editor, like …","A wrapper of [Buffer] for easy editing","Move cursor to end of line","","Create new line","Escape, clears selection","","","","A font family.","An owned version of Family","Fantasy fonts are primarily decorative or expressive fonts …","","A font","Font-specific part of Attrs to be used for matching","","Access to the system fonts.","Wraps at a glyph level","Move cursor to specific line","Move cursor to start of line","","Insert character at cursor","A form that is generally cursive in nature.","","The position of a cursor within a [Buffer].","Apply specific LayoutCursor","A laid out glyph","A line of laid out glyphs","A line of visible text for rendering","An iterator of visible text lines, see LayoutRun","Move cursor left","","Move cursor to next word boundary to the left","Use \\\\n for line ending (POSIX-style)","Use \\\\n\\\\r for line ending (some legacy systems)","Select by lines","Line ending","Iterator over lines terminated by LineEnding","A straight line from the previous point to the specified …","8-bit alpha mask.","Metrics of text","The sole criterion of a monospace font is that all glyphs …","","A motion to perform on a Cursor","Move the cursor with some motion","Begins a new subpath at the specified point.","The name of a font family of choice.","","Move cursor to next character (Self::Right in LTR, …","Move cursor to next word boundary","No selection","No wrapping","No line ending","A face that is neither italic not obliqued.","Normal selection","","A typically-sloped version of the regular face.","","","Move cursor down one page","Move cursor up one page","Move cursor to end of paragraph","Move cursor to start of paragraph","","Describes the offset and dimensions of a rendered mask.","Move cursor to previous character (Self::Left in LTR, …","Move cursor to previous word boundary","A quadratic curve from the previous point to the final …","Move cursor right","","Move cursor to next word boundary to the right","Glyphs in sans-serif fonts, as the term is used in CSS, …","","Scroll position in [Buffer]","Scroll specified number of lines","Selection mode","","","Serif fonts represent the formal text style for a script.","","A set of buffers containing allocations for shaped text.","A shaped glyph","A shaped line (or paragraph)","A helper structure for caching shape runs.","Key for caching shape runs.","A shaped span (for bidirectional processing)","A shaped word (for word wrapping)","The shaping strategy of some text.","Move cursor to start of line, skipping whitespace","A face width.","Allows italic or oblique faces to be selected.","Binning of subpixel position for cache optimization","32-bit RGBA subpixel mask.","Cache for rasterizing with the swash scaler","Content of a scaled glyph image.","Scaled glyph image.","","Two dimensional transformation matrix.","Mouse triple click at specified position","","","","","Move cursor up","Move cursor up or down by a number of pixels","Specifies the weight of glyphs in the font, their degree …","Select by words","Wraps at the word level","Wraps at the word level, or fallback to glyph level if a …","Wrapping mode","","Perform an Action on the editor","Whether to associate the cursor with the run before it or …","Apply a change","","","Get the current automatic indentation setting","","Mutably borrows self together with an FontSystem for more …","Get the internal BufferRef","Get the internal BufferRef","Cache key, see CacheKey","","","CacheKeyFlags","","","","Optional color override","","Content of the image.","Copy selection","Get the current cursor","Raw image data.","","Delete text starting at start Cursor and ending at end …","Delete selection, adjusting cursor and returning true if …","","Cursor indicating end of change","End index of cluster in original line","","","","Get completed change","CacheKeyFlags","Font ID","Font id of the glyph","","","Font size in pixels","Font size of the glyph","f32 bits of font size","Index of [LayoutGlyph] in [LayoutLine::glyphs]","Glyph ID","Font id of the glyph","","The array of layout glyphs to draw","Glyphs in line","","Height in pixels.","","First-byte-index of glyph at cursor (will insert behind …","Insert if true, delete if false","Insert text at specified cursor with specified attrs_list","Insert a string at the current cursor or replacing the …","Change items grouped into one change","Index of [LayoutLine] in [BufferLine::layout]","Index of [LayoutLine] in [BufferLine::layout]. This will …","Horizontal offset with respect to the origin specified …","Unicode BiDi embedding level, character is left-to-right …","","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]. This will be …","Line height in pixels","The index of the original text line","Y offset to top of line","Width of line","Y offset to baseline of line","BufferLines (or paragraphs) of text in the buffer","Maximum ascent of the glyphs in line","Maximum descent of the glyphs in line","","","Metadata from Attrs","","","Offset and size of the image.","Get the Buffer redraw flag","True if the original paragraph direction is RTL","","Get the current selection position","Get the bounds of the current selection","Enable or disable automatic indentation","Set the current cursor","Set the Buffer redraw flag","Set the current selection position","Set the current tab width. A tab_width of 0 is not …","Shape lines until scroll, after adjusting scroll if the …","Source of the image.","","Cursor indicating start of change","Start index of cluster in original line","","Start collecting change","","","","","Get the current tab width","The original text line","Text to be inserted or deleted","","Vertical offset with respect to the origin specified when …","Width of hitbox","Width of the line","","","Width in pixels.","Get the internal Buffer","Get the internal Buffer, mutably","","","X offset of hitbox","Integer component of X offset in line","","","Binning of fractional X offset","X offset in line","","","","","Y offset of hitbox","Integer component of Y offset in line","","","Binning of fractional Y offset","Y offset in line","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font’s raw data, typically backed by a Vec.","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","A font database.","","","","","","","","","","","","","","","","","","","","","","","","A single font face info.","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","","A font’s path.","","","","","","","","","","","","","","","","","","","","","","","","A unique per database face ID.","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","","","","","","","","","","","","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","A face that is neither italic not obliqued.","","","","A typically-sloped version of the regular face.","","","","","","","","","","","A database query.","","","","","","","","","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","","","","","Serif fonts represent the formal text style for a script.","","","A font’s raw data originating from a shared file mapping.","","","","A font source.","","","","","","","","","","","","","","","","","","","","","","A face width.","Allows italic or oblique faces to be selected.","","","","","","","","","","","","","","","","","","","","","","","Specifies the weight of glyphs in the font, their degree …","","","","","","A list of family names.","A prioritized list of font family names or generic family …","An unique ID.","A face index in the source.","","","Indicates that the font face is monospaced.","A PostScript name.","A font source.","A font face stretch.","Selects a normal, condensed, or expanded face from a font …","A font face style.","Allows italic or oblique faces to be selected.","A font face weight.","Specifies the weight of glyphs in the font, their degree …","Text is set vertically from bottom to top.","A cluster level.","Flags for buffers.","","Defines the direction in which text is to be read.","A font face handle.","A feature tag with an accompanying range specifying on …","A buffer that contains the results of the shaping process.","A glyph info.","Holds the positions of the glyph in both horizontal and …","Initial, unset direction.","A script language.","Text is set horizontally from left to right.","","","Text is set horizontally from right to left.","A text script.","Flags used for serialization with a BufferSerializer.","A reusable plan for shaping a text buffer.","A 4-byte tag.","Text is set vertically from top to bottom.","A buffer that contains an input string ready for shaping.","A font variation.","An index to the start of the grapheme cluster in the …","","A selected glyph.","Predefined scripts.","Shapes the buffer content using provided font and features.","Shapes the buffer content using the provided font and plan.","","","","","","How much the line advances after drawing this glyph when …","How much the glyph moves on the X-axis before drawing it, …","How much the line advances after drawing this glyph when …","How much the glyph moves on the Y-axis before drawing it, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A grayscale bitmap with 2 bits per pixel.","A packed grayscale bitmap with 2 bits per pixel.","A grayscale bitmap with 4 bits per pixel.","A packed grayscale bitmap with 4 bits per pixel.","A grayscale bitmap with 8 bits per pixel.","A monochrome bitmap.","A packed monochrome bitmap.","A color bitmap with 32 bits per pixel.","","","","","","","","A list of errors that can occur during a CFF glyph …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face.","The face index is larger than the number of faces in the …","A list of font face parsing errors.","Parsed face tables.","","","","A 32-bit signed fixed-point number (16.16).","","","","","","","","A trait for parsing raw binary data of fixed size.","","","","","","","","A type-safe wrapper for glyph ID.","","","","","","","","","","","","","","","","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","A slice-like container that converts internal binary data …","A slice-like container that converts internal binary data …","An iterator over LazyArray16.","An iterator over LazyArray32.","","A line metrics.","","","","","","","","","An attempt to read out of bounds detected.","","","","","","","","","","","","","","The head table is missing or malformed.","The hhea table is missing or malformed.","","The maxp table is missing or malformed.","","","A face that is neither italic not obliqued.","A variation coordinate in a normalized coordinate system.","","","A typically-sloped version of the regular face.","","","","A trait for glyph outline construction.","","","Face permissions.","A platform ID.","","","","","","","","","A glyph’s raster image.","A glyph raster image format.","A raw font face.","A list of all supported tables as raw data.","","A rectangle.","","A RGBA color in the sRGB color space.","","","","Object’s raw data size.","","","","","","","","","","","A script metrics used by subscript and superscript.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A face style.","","","","A raw table record.","A 4-byte tag.","","","","","","","","","","","","","","","","Unicode Ranges.","","Face data must start with 0x00010000, 0x74727565, …","","","","","","A font variation value.","A variation axis.","","A face weight.","","A face width.","","","","","","","","An Anchor Point Table implementation.","","","This module contains Apple Advanced Typography Layout …","An Axis Variations Table implementation.","","","An axis tag name.","","","","","A Color Bitmap Data Table implementation.","","","A Color Bitmap Location Table implementation.","","A Compact Font Format Table implementation.","","","A Compact Font Format 2 Table implementation.","","","","Appends a ClosePath segment.","A Character to Glyph Index Mapping Table implementation.","","","A Color Table implementation.","","","A Color Palette Table implementation.","","Appends a CurveTo segment.","A raw image data. It’s up to the caller to decode it.","The input font file data.","","","","","A Feature Name Table implementation.","","","Returns the number of fonts stored in a TrueType font …","An image format.","A Font Variations Table implementation.","","","A Glyph Definition Table implementation.","","","A Glyph Data Table implementation.","","","A Glyph Positioning Table implementation.","","","","A Glyph Substitution Table implementation.","","","A Glyph Variations Table implementation.","","","A Font Header Table implementation.","","","Image height.","A Horizontal Header Table implementation.","","","","A Horizontal/Vertical Metrics Table implementation.","","","A Horizontal/Vertical Metrics Variations Table …","","","","","A Kerning Table implementation.","","","An Extended Kerning Table implementation.","","","","Appends a LineTo segment.","An Index to Location Table implementation.","","A Math Table implementation.","","","","A Maximum Profile Table implementation.","","","","An Extended Glyph Metamorphosis Table implementation.","","","Appends a MoveTo segment.","A Metrics Variations Table implementation.","","","A Naming Table implementation.","","","A list of name ID’s.","An axis name in the name table.","","This module contains OpenType Layout supplementary tables …","A OS/2 and Windows Metrics Table implementation.","","","Parses an object from a raw data.","A pixels per em of the selected strike.","Line position.","A PostScript Table implementation.","","","Appends a QuadTo segment.","","A Standard Bitmap Graphics Table implementation.","","","An SVG Table implementation.","","","An array of table records.","","","Line thickness.","A Tracking Table implementation.","","","An axis value.","A Vertical Header Table implementation.","","","","","A Vertical Origin Table implementation.","","","","","Image width.","Horizontal offset.","","","X offset.","Horizontal face size.","Vertical offset.","","","Y offset.","Vertical face size.","An anchor point.","An Anchor Point Table.","","","An Extended State Table.","A State Table entry.","A lookup table.","A legacy state entry used by StateTable.","A State Table.","A type-safe wrapper for a kerning value offset.","Predefined classes.","Additional data.","Additional data.","Entry flags.","Entry flags.","A new state.","A new state.","Predefined states.","","","","","An axis value map.","A list of segment maps.","An iterator over maps.","An Axis Variations Table.","A normalized coordinate value obtained using default …","The segment maps array — one segment map for each axis …","The modified, normalized coordinate value.","A Color Bitmap Data Table.","A Color Bitmap Location Table.","An affine transformation matrix.","A Compact Font Format Table.","","","","","","","A Compact Font Format 2 Table.","","A character encoding subtable variant.","Glyph was found in the variation encoding table.","A result of a variation glyph mapping.","","","","","","A character encoding subtable.","A format 0 subtable.","A format 10 subtable.","A format 12 subtable.","A format 13 subtable.","A format 14 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of subtables.","An iterator over Subtables.","A Character to Glyph Index Mapping Table.","","","","Glyph should be looked in other, non-variation tables.","Subtable encoding.","First character code covered.","First character code of subrange.","A subtable format.","Just a list of 256 8bit glyph IDs.","Array of glyph indices for the character codes covered.","Array of glyph indexes for character codes in the range.","Subtable platform.","A list of subtables.","A trait for color glyph painting.","A Color Table.","Outlines a glyph and stores it until the next paint …","Paints the current glyph outline using the provided color.","Paints the current glyph outline using the application …","A Color Palette Table.","A feature names.","A list fo feature names.","An iterator over FeatureNames.","A setting name.","A Feature Name Table.","The index of the default setting in the setting_names.","The feature’s exclusive settings. If set, the feature …","The feature’s ID.","The name table index for the feature’s name in a …","The name table index for the feature’s name in a …","A list of feature names. Sorted by FeatureName.feature.","The setting.","The feature’s setting names.","A Font Variations Table.","A variation axis.","A list of variation axes.","","","","","An axis name in the name table.","","","","A glyph class.","","","A Glyph Definition Table.","A Glyph Data Table.","An Anchor Table.","An Anchor parsing helper.","","A ValueRecord pairs matrix used by PairAdjustment.","","","A Cursive Attachment Positioning Subtable.","A list of entry and exit Anchor pairs.","A Device Table.","","","","","","A Device Table hinting values.","An array or ligature anchor matrices.","A Mark Array.","","A Mark-to-Base Attachment Positioning Subtable.","","A Mark-to-Ligature Attachment Positioning Subtable.","","A Mark-to-Mark Attachment Positioning Subtable.","","A Pair Adjustment Positioning Subtable.","A ValueRecord pairs set used by PairAdjustment.","A list of PairSets.","A glyph positioning lookup subtable enumeration.","","A Single Adjustment Positioning Subtable.","A Value Record.","An array of Value Records.","","A Device Table indexes into Item Variation Store.","An anchors matrix.","A base coverage.","Number of columns in the matrix.","","","","","","","","A mark coverage.","","A list of mark anchors.","","","","Number of rows in the matrix.","","Horizontal value, in design units.","Horizontal adjustment for advance, in design units — …","A Device table with horizontal adjustment for advance.","A Device table with horizontal value.","Horizontal adjustment for placement, in design units.","A Device table with horizontal adjustment for placement.","Vertical value, in design units.","Vertical adjustment for advance, in design units — only …","A Device table with vertical adjustment for advance.","A Device table with vertical value.","Vertical adjustment for placement, in design units.","A Device table with vertical adjustment for placement.","","","","","","","","","","","A list of glyphs for Alternate Substitution Subtable.","A set of AlternateSet.","A Alternate Substitution Subtable.","","","","","Glyph components for one ligature.","","A Ligature set.","A list of Ligature sets.","A Ligature Substitution Subtable.","","A Multiple Substitution Subtable.","","A Reverse Chaining Contextual Single Substitution Subtable.","A sequence of glyphs for Multiple Substitution Subtable.","A list of Sequence tables.","","A Single Substitution Subtable.","A glyph substitution lookup subtable enumeration.","","Array of alternate glyph IDs, in arbitrary order.","","Glyph components for one ligature.","","","","","Ligature to substitute.","","","","A list of substitute glyphs.","","","","","","A Glyph Variations Table.","An index format used by the Index to Location Table.","","","A Font Header Table.","A bounding box that large enough to enclose any glyph from …","An index format used by the Index to Location Table.","Units per EM.","A Horizontal Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the hmtx table.","Horizontal/Vertical Metrics.","A Horizontal/Vertical Metrics Table.","Width/Height advance for hmtx/vmtx.","Side bearings for glyph IDs greater than or equal to the …","A list of metrics indexed by glyph ID.","Sum of long metrics + bearings.","Left/Top side bearing for hmtx/vmtx.","A Horizontal/Vertical Metrics Variations Table.","A kerning subtable format.","","","","","A kerning pair.","A kerning subtable.","A format 0 subtable.","A format 2 subtable.","A format 3 subtable.","A list of subtables.","An iterator over kerning subtables.","A Kerning Table.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","Glyphs pair.","A list of kerning pairs.","A list of subtables.","Kerning value.","Indicates that subtable is variable.","A container of Anchor Points used by Subtable4.","A state machine entry.","An extended kerning subtable format.","","","","","","A kerning subtable.","A format 0 subtable.","A format 1 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of extended kerning subtables.","An iterator over extended kerning subtables.","An Extended Kerning Table.","An action index.","Anchor points.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","A list of kerning pairs.","A state table.","A state table.","A list of subtables.","The tuple count.","Indicates that subtable is variable.","Long offsets.","Short offsets.","An Index to Location Table.","A Math Constants Table.","A Glyph Assembly Table.","A Math Glyph Construction Table.","A mapping from glyphs to Math Glyph Construction Tables.","A Math Glyph Info Table.","Details for a glyph part in an assembly.","Description of math glyph variants.","A Math Kern Table.","An entry in a Math Kern Info Table.","A Math Kern Info Table.","A Math Value with optional device corrections.","A mapping from glyphs to Math Values.","Glyph part flags.","A Math Table.","A Math Variants Table.","Advance width/height, in design units, of the variant …","A general recipe on how to construct a variant with large …","The kerning data for the bottom-left corner.","The kerning data for the bottom-right corner.","Math positioning constants.","Device corrections for this value.","Lengths of the connectors on the end of the glyph, in font …","Glyphs which are extended shapes.","The full advance of the part, in font design units.","Glyph ID for the part.","Per-glyph positioning information.","Constructions for shapes growing in the horizontal …","Per-glyph italics correction values.","The italics correction of the assembled glyph.","Per-glyph information for mathematical kerning.","Minimum overlap of connecting glyphs during glyph …","Part flags.","Parts the assembly is composed of.","Lengths of the connectors on the start of the glyph, in …","Per-glyph horizontal positions for attaching mathematical …","The kerning data for the top-left corner.","The kerning data for the top-right corner.","The X or Y value in font design units.","The ID of the variant glyph.","Prepared variants of the glyph with varying advances.","Variants and assembly recipes for growable glyphs.","Constructions for shapes growing in the vertical direction.","A Maximum Profile Table.","The total number of glyphs in the face.","A metamorphosis chain.","A list of metamorphosis chains.","An iterator over metamorphosis chains.","","A contextual subtable state table trailing data.","A contextual subtable.","A subtable coverage.","The feature table is used to compute the sub-feature flags …","","A contextual subtable state table trailing data.","An insertion subtable.","","A ligature subtable.","","","A subtable in a metamorphosis chain.","A subtable kind.","A list of subtables in a metamorphosis chain.","An iterator over a metamorphosis chain subtables.","An Extended Glyph Metamorphosis Table.","A list of metamorphosis chains.","Ligature components.","A subtable coverage.","A current index.","A current insert index.","Default chain features.","Complement of flags for the settings that this feature and …","Flags for the settings that this feature and setting …","Subtable feature flags.","A list of chain features.","Insertion glyphs.","The type of feature.","A subtable kind.","Ligature actions.","Ligatures.","A mark index.","A marked insert index.","The feature’s setting (aka selector).","The contextual glyph substitution state table.","A state table.","A state table.","A list of chain subtables.","A Metrics Variations Table.","","","","A Name Record.","A list of face names.","An iterator over face names.","A platform ID.","A Naming Table.","","","A platform-specific encoding ID.","A language ID.","A raw name data.","A Name ID.","A list of names.","A platform ID.","","","","","","","","","","","","","","","","","","","","","","","","","","A Chained Contextual Lookup Subtable.","A Chained Sequence Rule.","A set of ChainedSequenceRule.","A list of ChainedSequenceRule sets.","A value of Class Definition Table.","A Class Definition Table.","A Contextual Lookup Subtable.","A Coverage Table.","A Feature.","An index in FeatureList.","A list of Feature records.","A Feature Variations Table.","Simple glyph contexts.","Simple glyph contexts.","","","Class-based glyph contexts.","Class-based glyph contexts.","","","Coverage-based glyph contexts.","Coverage-based glyph contexts.","An index in LanguageSystemList.","A Language System Table.","A list of LanguageSystem records.","A Layout Table.","A Lookup Table.","Lookup table flags.","An index in LookupList.","A list of Lookup values.","A trait for parsing Lookup subtables.","A list of lookup subtables.","An iterator over lookup subtables.","A record that describes a range of glyph IDs.","A data storage used by ScriptList, LanguageSystemList and …","A trait to parse item in RecordList.","An iterator over RecordList values.","A Script Table.","An index in ScriptList.","A list of Script records.","A sequence rule record.","A sequence rule.","A set of SequenceRules.","A list of SequenceRuleSets.","An index in FeatureVariations.","Contains either glyph IDs or glyph Classes.","Default language.","Last glyph ID in the range","Array of indices into the FeatureList, in arbitrary order.","A list of all supported features.","Lookup qualifiers.","","","List of supported languages, excluding the default one. …","Contains either glyph IDs or glyph Classes.","","","","","A list of all lookups.","Index into GDEF mark glyph sets structure.","Parses raw data.","Parses raw data.","Index of a feature required for this language system.","A list of all supported scripts.","","First glyph ID in the range","Available subtables.","Script tag.","Language tag.","","Coverage Index of first glyph ID in range.","Used to substitute an alternate set of lookup tables to …","","","","","","","","","","","","","","","","","","","","","","","","Array of glyph IDs. Sorted.","Array of glyph ranges. Ordered by RangeRecord.start.","","","","","","","","","","","A form that is generally cursive in nature.","","","","","A face that is neither italic not obliqued.","A typically-sloped version of the regular face.","","Face permissions.","","","A script metrics used by subscript and superscript.","","","","A face style.","A OS/2 and Windows Metrics Table.","","","","Unicode Ranges.","A face weight.","A face width.","Table version.","X offset.","Horizontal face size.","Y offset.","Vertical face size.","An iterator over glyph names.","A PostScript Table.","Flag that indicates that the font is monospaced.","Italic angle in counter-clockwise degrees from the …","Underline metrics.","A strike of glyphs.","A list of Strikes.","An iterator over Strikes.","A Standard Bitmap Graphics Table.","The pixels per EM size for which this strike was designed.","The device pixel density (in PPI) for which this strike …","A list of Strikes.","An SVG documents.","A list of SVG documents.","An iterator over SvgDocumentsList values.","An SVG Table.","The SVG document data.","A list of SVG documents.","The last glyph ID, inclusive, for the range covered by …","The first glyph ID for the range covered by this record.","A Tracking Table.","A single track.","A track data.","A list of tracks.","An iterator over Tracks.","Horizontal track data.","The name table index for the track’s name.","A list of sizes.","A list of tracks.","A track value.","A list of tracking values for each size.","Vertical track data.","A Vertical Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the vmtx table.","A Vertical Origin Table.","Vertical origin metrics for the Vertical Origin Table.","Default origin.","Glyph ID.","A list of metrics for each glyph.","Y coordinate, in the font’s design coordinate system, of …","A multi-line text editor.","A weak reference to an Editor.","The bounds of the Editor.","A bunch of text.","A weak reference to a Paragraph.","The horizontal alignment of the Paragraph.","The minimum bounds of the Paragraph.","The vertical alignment of the Paragraph.","A set of asynchronous actions to be performed by some …","","A font.","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The theme used to draw the Program.","A set of interactive graphical elements with a specific …","Access the clipboard.","Run asynchronous actions.","Access the clipboard.","The Family of the Font.","Load and use fonts.","Track keyboard events.","Overlays for user interfaces.","Build interactive programs using The Elm Architecture.","The Stretch of the Font.","The Style of the Font.","Access the native system.","Handles a message and updates the state of the Program.","Implement your own event loop to drive a user interface.","Returns the widgets to display in the Program.","The Weight of the Font.","Build window-based GUI applications.","A clipboard action to be performed by some Command.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Read the current contents of the clipboard.","Read the current contents of the clipboard.","Read the current contents of primary.","Read the current contents of the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to primary.","Write the given contents to the clipboard.","An action that a Command can perform.","Run a clipboard action.","A set of asynchronous actions to be performed by some …","Run a Dnd action.","Run a Future to completion.","Load a font from its bytes.","Run a platform specific action","Run a Stream to completion.","Run a system action.","Run a widget action.","Run a window action.","Creates a Command that produces the Messages published …","A set of asynchronous actions to be performed by some …","The bytes of the font to load.","The message to produce when the font has been loaded.","Platform specific actions defined for wayland","phantom data variant in case the platform has not specific …","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","An action to be performed on the system.","End a Dnd operation.","Peek the current Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","End a Dnd operation.","Read the current contents of the Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","The actions of the Dnd operation.","The content of the Dnd operation.","The icon surface of the Dnd operation.","Whether the Dnd operation is internal.","The rectangles to register.","The source surface of the Dnd operation.","The surface to register.","","","","Glyphs in cursive fonts generally use a more informal …","An error while loading a font.","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","Load a font from its bytes.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait which adds utility methods to …","An extension trait which adds utility methods to AsyncWrite…","An extension trait for Futures that provides a variety of …","Adapters specific to Result-returning streams","An extension trait which adds utility methods to AsyncRead …","Adapters specific to Result-returning futures","An extension trait for Sinks that provides a variety of …","An extension trait for Streams that provides a variety of …","An extension trait which adds utility methods to AsyncSeek …","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","An overlay container that displays nested overlays","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The execution state of a Program. It leverages caching, …","The theme used to draw the Program.","Handles a message and updates the state of the Program.","Returns the widgets to display in the Program.","An operation to be performed on the system.","Contains informations about the system (e.g. system name, …","Query system information and produce T with the result.","Detailed processor model information","The number of physical cores on the processor","Model information for the active graphics adapter","Underlying graphics backend for rendering","Total RAM size, KB","Memory used by this process, KB","Operating system kernel version","The operating system name","Short operating system version number","Long operating system version","Reusable data of a specific UserInterface.","The UserInterface is outdated and needs to be rebuilt.","The resulting state after updating a UserInterface.","The UserInterface is up-to-date and can be reused without …","A set of interactive graphical elements with a specific …","The window::RedrawRequest when a redraw should be …","An operation to be performed on some window.","Change the window Icon.","Change the window Level.","Change the Mode of the window.","Close the window and exits the application.","Move the window with the left mouse button until the …","Fetch the raw identifier unique to the window.","Fetch if the current window is maximized or not.","Fetch if the current window is minimized or not.","Fetch the current Mode of the window.","Fetch the current logical dimensions of the window.","Bring the window to the front and sets input focus. Has no …","The id of the window.","Set the window to maximized or back","Set the window to minimized or back","Move the window to the given logical coordinates.","Request user attention to the window, this has no effect …","Resize the window to the given logical dimensions.","Data of a screenshot, captured with window::screenshot().","Screenshot the viewport of the window.","Show window menu at cursor position.","Spawns a new window with some Settings.","Toggle whether window has decorations.","Toggle the window to maximized or back","The bytes of the Screenshot.","Changes the Icon of the window.","Changes the window Level.","Changes the Mode of the window.","Closes the window with id.","Begins dragging the window while the left mouse button is …","Fetches an identifier unique to the window, provided by …","Fetches if the window is maximized.","Fetches if the window is minimized.","Fetches the current Mode of the window.","Fetches the window’s size in logical dimensions.","Subscribes to the frames of the window of the running …","Brings the window to the front and sets input focus. Has …","Maximizes the window.","Minimizes the window.","Moves the window to the given logical coordinates.","Request user attention to the window. This has no effect …","Resizes the window to the given logical dimensions.","Take screenshots of a window.","Captures a Screenshot from the window.","Show window menu at cursor position.","The size of the Screenshot.","Spawns a new window with the given settings.","Toggles the window decorations.","Toggles the window to maximized or back.","Errors that can occur when cropping a Screenshot.","The cropped region’s size is out of bounds.","Data of a screenshot, captured with window::screenshot().","The cropped region’s size is zero.","The bytes of the Screenshot.","The size of the Screenshot.","A Theme that uses a Custom palette.","The built-in dark variant.","The built-in light variant.","A built-in theme.","Change the appearance of an application.","Change the apperance of a button.","Change the appearance of a checkbox.","Change the appearance of a container.","Change the appearance of menus.","Change the appearance of a pane grid.","Change the appearance of a pick list.","Change the appearance of a progress bar.","Change the appearance of radio buttons.","Change the appearance of a rule.","Change the appearance of a scrollable.","Change the apperance of a slider.","Change the appearance of a svg.","Change the appearance of a text editor.","Change the appearance of a text input.","Use the built-in theme and styles.","Change the appearance of a toggler.","The appearance of an application.","The supported style of the StyleSheet.","A set of rules that dictate the style of an application.","Returns the Appearance of the application for the provided …","The background Color of the application.","The default icon Color of the application.","The default text Color of the application.","The appearance of a button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","Produces the disabled Appearance of a button.","Produces the hovered Appearance of a button.","The icon Color of the button.","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","The appearance of a checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","The Background of the checkbox.","The Border of hte checkbox.","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","The text Color of the checkbox.","The appearance of a container.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","The icon Color of the container.","The Shadow of the container.","The text Color of the container.","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The appearance of a menu.","The supported style of the StyleSheet.","The style sheet of a menu.","Produces the Appearance of a menu.","The Background of the menu.","The Border of the menu.","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","The text Color of the menu.","The appearance of the hovered region of a pane grid.","A line.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Background of the pane region.","The Border of the pane region.","The Color of the Line.","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","The Line to draw when a split is picked.","The width of the Line.","The appearance of a pick list.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","The Background of the pick list.","The Border of the pick list.","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","The placeholder Color of the pick list.","The text Color of the pick list.","The appearance of a progress bar.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","Produces the style of a rule.","The color of the rule.","The FillMode of the rule.","The radius of the line corners.","The width (thickness) of the rule line.","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","The Color of the scroller.","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","The appearance of the Scroller of a scrollable.","The appearance of a slider.","The appearance of slider breakpoints.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","The appearance of breakpoints.","The color of the slider breakpoint.","The Color of the handle.","The colors of the rail of the slider.","Produces the style of a slider that is being dragged.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","The colors of the rail of the slider.","The shape of the handle.","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","The appearance of an SVG.","The supported style of the StyleSheet.","The stylesheet of a svg.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","The Background of the text editor.","The Border of the text editor.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","The Background of the text input.","The Border of the text input.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","The icon Color of the text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The style of an application.","A simple box.","The style of a button.","The style of a checkbox.","Colored text.","The style of a container.","A Theme with a customized Palette.","A Theme that uses a Custom palette.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","The danger style.","The danger style.","The built-in dark variant.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","No filtering to the rendered SVG.","The default style.","The default style.","The default style.","The default style.","The destructive style.","The built-in light variant.","The style of a menu.","A color palette.","The style of a pane grid.","The style of a pick list.","The positive style.","The primary style.","The primary style.","The primary style.","The style of a progress bar.","The style of a radio button.","The style of a rule.","The style of a scrollable.","The secondary style.","The secondary style.","The style of a slider.","The success style.","The success style.","Svg","The style of text.","The text style.","The style of a text input.","The style of a text input.","A built-in theme.","The style of a toggler.","No style.","The background Color of the Palette.","The danger Color of the Palette.","Define the colors of a theme.","The primary Color of the Palette.","The success Color of the Palette.","The text Color of the Palette.","A set of background colors.","A set of danger colors.","The built-in dark variant of an Extended palette.","The built-in light variant of an Extended palette.","An extended set of colors generated from a Palette.","Recommended background, icon, and text Color.","A color palette.","A set of primary colors.","A set of secondary colors.","A set of success colors.","The background Color of the Palette.","The set of background colors.","The base background color.","The base primary color.","The base secondary color.","The base success color.","The base danger color.","The background color.","The danger Color of the Palette.","The set of danger colors.","The icon color, which defaults to the text color.","Whether the palette is dark or not.","The primary Color of the Palette.","The set of primary colors.","The set of secondary colors.","A stronger version of the base background color.","A stronger version of the base primary color.","A stronger version of the base secondary color.","A stronger version of the base success color.","A stronger version of the base danger color.","The success Color of the Palette.","The set of success colors.","The text Color of the Palette.","The text color.","A weaker version of the base background color.","A weaker version of the base primary color.","A weaker version of the base secondary color.","A weaker version of the base success color.","A weaker version of the base danger color.","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","Returns the active Appearance of the toggler for the …","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","A generic widget that produces a message when pressed.","A widget capable of drawing 2D graphics.","A box that can be checked.","A container that distributes its contents vertically.","A widget for searching and selecting a single value from a …","A reusable, custom widget that uses The Elm Architecture.","An element decorating some content.","A Theme that uses a Custom palette.","The default height of a ProgressBar.","The default height of a Slider.","The default padding of a PickList.","The default size of a Radio button.","The default size of a Toggler.","The default spacing of a Radio button.","The default width of a VerticalSlider.","The built-in dark variant.","The type of event this Component handles internally.","A frame that displays an image while keeping aspect ratio.","A widget that only rebuilds its contents when necessary.","The built-in light variant.","Emit messages on mouse events.","A collection of panes distributed using either vertical or …","A widget for selecting a single value from a list of …","A bar that displays progress.","A circular button representing a choice.","The default graphics renderer for iced.","A widget that is aware of its dimensions.","A container that distributes its contents horizontally.","Display a horizontal or vertical rule for dividing content.","A widget that can vertically display an infinite amount of …","An horizontal bar and a handle that selects a single value …","An amount of empty space.","The internal state of this Component.","A vector graphics image.","A paragraph.","A multi-line text input.","A field that can be filled with text.","A built-in theme.","A widget that applies any Theme to its contents.","","A toggler widget.","An element to display a widget over another.","An vertical bar and a handle that selects a single value …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the horizontal alignment of the contents of the Column…","Sets the vertical alignment of the contents of the Row .","Sets the content alignment for the horizontal axis of the …","Sets the content alignment for the vertical axis of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the border radius of the image.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Defines breakpoints to visibly mark on the slider.","Allow your users to perform actions by pressing a button.","Creates a new Button with the provided content.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Draw 2D graphics for your users.","Creates a new Canvas.","Centers the contents in the horizontal axis of the …","Centers the contents in the vertical axis of the Container.","Show toggle controls using checkboxes.","Creates a new Checkbox.","","","","","","","","","","","","","Creates a new Column with the given children.","Creates a Column with the given children.","Display a dropdown list of searchable and selectable …","Creates a new ComboBox.","Turns an implementor of Component into an Element that can …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decorate content and apply alignment.","Creates a new Container with the provided content.","Sets the ContentFit of the Svg.","Sets the ContentFit of the Image.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the Direction of the Scrollable .","","","","","","","","","","","","","","","","","","","","","","","","","","","","Draws the TextInput with the given Renderer, overriding its","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the FilterMethod of the Image.","","","","Focuses the next focusable widget.","Focuses the previous focusable widget.","Sets the Renderer::Font of the text of the Checkbox.","Sets the Renderer::Font of the ComboBox.","Sets the font of the PickList.","Sets the text font of the Radio button.","Sets the Font of the TextEditor.","Sets the Font of the TextInput.","Sets the Renderer::Font of the text of the Toggler","Sets the font of the Tooltip.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Svg that will display the contents of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the gap between the content and its Tooltip.","Sets the Handle of the PickList.","Sets the height of the Column.","Sets the height of the Row.","Sets the height of the Button.","Sets the height of the Container.","Sets the height of the PaneGrid.","Sets the height of the ProgressBar.","Set the height of the rule Will not be applied if it is …","Sets the height of the Scrollable.","Sets the height of the Slider.","Sets the height of the VerticalSlider.","Sets the height of the Svg.","Sets the height of the Image boundaries.","Sets the height of the Canvas.","Highlights the TextEditor with the given Highlighter and a …","Creates a horizontal Rule with the given height.","Creates a horizontal Rule with the given height.","Creates a new horizontal Space with the given Length.","Sets the Icon of the Checkbox.","Sets the text_input::Icon of the ComboBox.","Sets the Icon of the TextInput.","","Sets the Id of the Button.","","","Sets the Id of the Scrollable.","","","Sets the Id of the TextInput.","","","","","","Display images in your user interface.","Creates a new Image.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Use widgets that can provide hints to ensure continuity.","Creates a new keyed::Column with the given children.","Creates a Column with the given children.","","","","","","","","","","","","","","","","","","Lays out the TextInput, overriding its Value if provided.","","","","","","","","","","Creates a new Lazy widget with the given data Dependency …","Sets the LineHeight of the ComboBox.","Sets the text::LineHeight of the TextInput.","","Sets the maximum height of the Container.","Sets the maximum width of the Column.","Sets the maximum width of the Container.","A container intercepting mouse events.","","","","","","","","","","","","","","","","","","","","","","Creates an empty Column.","Creates a MouseArea with the given content.","Creates an empty Row.","Creates an empty Themer that applies the given Theme to …","Creates a new Button with the given content.","Creates a new Checkbox.","Creates a new ComboBox with the given list of options, a …","Creates an empty Container.","Creates a PaneGrid with the given State and view function.","Creates a new PickList with the given list of options, the …","Creates a new ProgressBar.","Creates a new Radio button.","Creates a new Scrollable.","Creates a new Slider.","Creates new TextEditor with the given Content.","Creates a new TextInput.","Creates a new Toggler.","Creates a new Tooltip.","Creates a new VerticalSlider.","Creates a new Responsive widget with a closure that …","Creates a new Lazy widget with the given data Dependency …","Creates a new Svg from the given Handle.","Creates an amount of empty Space with the given width and …","Creates a new Image with the given path.","Creates a new Canvas.","Sets the message that should be produced when some action …","Sets the message that will be produced when a Pane of the …","Sets the message that will be produced when the outside …","The message to emit when a drag is initiated.","Enables the drag and drop interactions of the PaneGrid, …","","","","","","","","","","","","","","","","","","","","","","Sets the message that should be produced when some text is …","Sets the message that should be produced when some text is …","The message to emit on a middle button press.","The message to emit on a middle button release.","The message to emit on mouse enter.","The message to emit on mouse exit.","Sets the message that will be produced when an option of …","Sets the message that should be produced when some text is …","The message to emit on a left button press.","Sets the message that will be produced when the Button is …","Sets the message that will be produced when the Button is …","The message to emit on a left button release.","Sets the release message of the Slider. This is called …","Sets the release message of the VerticalSlider. This is …","Enables the resize interactions of the PaneGrid, which will","The message to emit on a right button press.","The message to emit on a right button release.","Sets a function to call when the Scrollable is scrolled.","Sets the message that should be produced when the TextInput…","","","","","","","","","","Update the Component state based on the provided Operation","","","Display interactive elements on top of other widgets.","","","","","","","","","","","","","","Sets the Padding of the Column.","Sets the Padding of the Row.","Sets the Padding of the Button.","Sets the Padding of the ComboBox.","Sets the Padding of the Container.","Sets the Padding of the PickList.","Sets the Padding of the TextEditor.","Sets the Padding of the TextInput.","Sets the padding of the Tooltip.","Let your users split regions of your application and …","Converts the TextInput into a secure password input.","Display a dropdown list of selectable values.","Creates a new PickList.","Sets the placeholder of the PickList.","Provide progress feedback to your users.","Creates a new ProgressBar.","Adds an element to the Column.","Adds an Element to the Row.","Create choices using radio buttons.","Creates a new Radio.","Creates a new Responsive widget with a closure that …","Creates a new Row with the given children.","Creates a Row with the given children.","Display a horizontal or vertical rule for dividing content.","Navigate an endless amount of content with a scrollbar.","Creates a new Scrollable with the provided content.","","","","","","","","","","","","","","","","Sets the size of the Checkbox.","","Sets the text sixe of the ComboBox.","","","","","","Sets the size of the Radio button.","","","","","","Sets the text size of the TextInput.","","Sets the size of the Toggler.","","Sets the size of the text of the Tooltip.","","","","","","","","","","Display an interactive selector of a single value from a …","Creates a new Slider.","Sets whether the Tooltip is snapped within the viewport.","Distribute content vertically.","Sets the vertical spacing between elements.","Sets the horizontal spacing between elements.","Sets the spacing between the Checkbox and the text.","Sets the spacing between the panes of the PaneGrid.","Sets the spacing between the Radio button and the text.","Sets the spacing between the Toggler and the text.","","","","","","","","","","","","","","","","","","","","Sets the step size of the Slider.","Sets the step size of the VerticalSlider.","Sets the style variant of this Button.","Sets the style of the Checkbox.","Sets the style of the ComboBox.","Sets the style of the Container.","Sets the style of the PaneGrid.","Sets the style of the PickList.","Sets the style of the ProgressBar.","Sets the style of the Radio button.","Sets the style of the Rule.","Sets the style of the Scrollable .","Sets the style of the Slider.","Sets the style of the TextEditor.","Sets the style of the TextInput.","Sets the style of the Toggler.","Sets the style of the Tooltip.","Sets the style of the VerticalSlider.","Sets the style variant of this Svg.","Display vector graphics in your application.","Creates a new Svg widget from the given Handle.","Symbolic icons inherit their color from the renderer if a …","","","","","","","","","","","","","","","","","","","","Draw and interact with text.","Creates a new Text widget with the provided content.","Sets the horizontal alignment of the text of the Toggler","Display a multi-line text input for text editing.","Creates a new TextEditor.","Display fields that can be filled with text.","Creates a new TextInput.","Sets the style of the TextInput of the ComboBox.","Sets the text text::LineHeight of the Checkbox.","Sets the text text::LineHeight of the PickList.","Sets the text text::LineHeight of the Radio button.","Sets the text text::LineHeight of the Toggler.","Sets the text::Shaping strategy of the Checkbox.","Sets the text::Shaping strategy of the PickList.","Sets the text::Shaping strategy of the Radio button.","Sets the text::Shaping strategy of the Toggler.","Sets the text::Shaping strategy of the Tooltip.","Sets the text size of the Checkbox.","Sets the text size of the PickList.","Sets the text size of the Radio button.","Sets the text size o the Toggler.","A widget that applies any Theme to its contents.","Show toggle controls using togglers.","Creates a new Toggler.","Display a widget over another.","Creates a new Tooltip with the provided content, tooltip …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Processes an Event and updates the Component state …","Creates a vertical Rule with the given width.","Creates a vertical Rule with the given width.","Display an interactive selector of a single value from a …","Creates a new VerticalSlider.","Creates a new vertical Space with the given Length.","Produces the widgets of the Component, which may trigger …","Sets the width of the Column.","Sets the width of the Row.","Sets the width of the Button.","Sets the width of the Checkbox.","Sets the width of the ComboBox.","Sets the width of the Container.","Sets the width of the PaneGrid.","Sets the width of the PickList.","Sets the width of the ProgressBar.","Sets the width of the Radio button.","Set the width of the rule Will not be applied if it is …","Sets the width of the Scrollable.","Sets the width of the Slider.","Sets the width of the TextInput.","Sets the width of the Toggler.","Sets the width of the VerticalSlider.","Sets the width of the Svg.","Sets the width of the Image boundaries.","Sets the width of the Canvas.","Creates a Column with the given elements.","Creates a Row with the given elements.","Creates an amount of vertical Space.","","","Creates an amount of horizontal Space.","The appearance of a button.","A generic widget that produces a message when pressed.","The local state of a Button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","","","","","","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","","","","","","","","","","Produces the disabled Appearance of a button.","Draws a Button.","","","","","","","Produces a Command that focuses the Button with the given …","Focuses the Button.","","Returns the argument unchanged.","","","Produces the hovered Appearance of a button.","The icon Color of the button.","","Calls U::from(self).","","","","","","","","","Returns whether the Button is currently focused or not.","","Returns whether the Button is currently hovered or not.","Computes the layout of a Button.","Returns the mouse::Interaction of a Button.","Creates a new State.","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","","","","","","","","","","Unfocuses the Button.","Processes the given Event and updates the State of a Button","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A simple cache that stores generated Geometry to avoid …","A widget capable of drawing 2D graphics.","A Canvas event.","The style used to fill geometry.","","","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","A keyboard event.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","A mouse event.","An immutable set of points that may or may not be …","The state and logic of a Canvas.","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The internal state mutated by the Program.","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","","","A touch event.","","","","","","","","","","","The color of the text","","The contents of the text","","","Draws the given layers of Self::Geometry.","Draws the state of the Program, producing a bunch of …","","","Handle events of a canvas.","Fill Geometry with a certain style.","","The font of the text","Returns the argument unchanged.","","","A gradient that can be used as a fill for some geometry.","The horizontal alignment of the text","","Calls U::from(self).","","","","","","","","","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","Returns the current mouse interaction of the Program.","The offset of LineDash::segments to start the pattern.","Build different kinds of 2D shapes.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","Create lines from a Path and assigns them various …","The color or gradient of the fill.","The color or gradient of the stroke.","","","","","","","","","Updates the State of the Program.","The vertical alignment of the text","The distance between the two edges of the stroke.","The Event was handled and processed by a widget.","A Canvas event.","The Event was NOT handled by any widget.","A keyboard event.","A mouse event.","The status of an Event after being processed.","A touch event.","","The style used to fill geometry.","A Gradient color.","","The fill rule defines how to determine what is inside and …","A solid Color.","The coloring style of some drawing.","The fill rule defines how to determine what is inside and …","The color or gradient of the fill.","A fill which linearly interpolates colors along a …","A linear gradient.","A linear gradient interpolates colors along a direction …","Packed Gradient data for use in shader code.","The absolute ending position of the gradient.","Creates a new Packed gradient for use in shader code.","The absolute starting position of the gradient.","ColorStops along the linear gradient direction.","A segment of a differentiable curve.","A Path builder.","An immutable set of points that may or may not be …","Build and draw curves.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The radius of the arc.","The start of the segment’s angle in radians, clockwise …","A segment of a differentiable curve.","An elliptical Arc.","The center of the arc.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The end of the segment’s angle in radians, clockwise …","The radii of the arc’s ellipse. The horizontal and …","The radius of the arc.","The clockwise rotation of the arc’s ellipse.","The start of the segment’s angle in radians, clockwise …","The start of the segment’s angle in radians, clockwise …","Flag parameters for arcs as described by the SVG …","An alias for usize.","A view over a contiguous storage of custom attributes.","Interface for objects storing custom attributes associated …","An alias for a slice of f32 values.","","","","A beveled corner is to be used to join path segments. The …","","The default builder for Path.","A builder for Path with custom attributes.","The stroke for each sub-path does not extend beyond its …","ID of a control point in a path.","","","","","","","ID of an endpoint point in a path.","","Represents an event or edge of path.","Refers to an event in a path.","The fill rule defines how to determine what is inside and …","A path event representing endpoints and control points as …","An iterator of endpoint and control point ids for Path and …","A view over a sequence of endpoint IDs forming a polygon.","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","","","","Line cap as defined by the SVG specification.","Line join as defined by the SVG specification.","A sharp corner is to be used to join path segments.","Same as a miter join, but if the miter limit is exceeded, …","An empty attribute slice.","","","","A simple path data structure.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","The commands of a path encoded in a single array using IDs …","A view over PathCommands.","A path event representing endpoints and control points as …","A view on a Path.","A view over a sequence of endpoints forming a polygon.","Interface for types types (typically endpoints and control …","Interface for objects storing endpoints and control points …","","","","","","An iterator of over a Path traversing the path in reverse.","At each end of each sub-path, the shape representing the …","A round corner is to be used to join path segments.","The positive or negative side of a vector or segment.","At the end of each sub-path, the shape representing the …","The two possible orientations for the edges of a shape to …","Path building utilities.","","","A generic representation for paths that allow more control …","Returns the endpoint’s custom attributes as a slice of …","","","Tools to iterate over paths.","Of the four candidate arc sweeps, two will represent an …","f32 version of the lyon_geom types used everywhere. Most …","Returns the number of float attributes per endpoint.","The default path data structure.","A container to store multiple paths contiguously.","","","Specific path types for polygons.","","If sweep is true, then the arc will be drawn in a “…","lyon_path traits reexported here for convenience.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The radius of each corner of a rounded rectangle.","Builds a path.","A Builder that approximates curves with successions of …","A convenience wrapper for PathBuilder without custom …","The base path building interface.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Builds a path with a transformation applied.","Implements an SVG-like building interface on top of a …","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","","","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","","","Returns a builder that applies the given transformation to …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A view on a PathCommands buffer and two slices for …","An iterator of Event<&Endpoint, &ControlPoint>.","An iterator of Event<&Endpoint, &ControlPoint>.","The commands of a path encoded in a single array using IDs …","Builds path commands.","A view over PathCommands.","An iterator of PathEvent.","An angle in radians","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","","A 2d curve segment defined by four points: the beginning …","","","","","","","An infinite line defined by a point and a vector.","A line defined by the equation …","A linear segment.","","","","","","A 2d curve segment defined by three points: the beginning …","Alias for euclid::default::Rotation2D","","","","","","Common APIs to segment types.","","An elliptic arc curve segment using the SVG’s end-point …","","","","Alias for euclid::default::Transform2D","Alias for euclid::default::Translation2D","A 2D triangle defined by three points a, b and c.","","","","Return the curve after the split point.","Angle in radians","Compute the length of the segment using a flattened …","Elliptic arc related maths and tools.","","Return the curve before the split point.","","","","","","","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Epsilon constants are usually not a good way to deal with …","","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","","","","","The extent of the element in the U units along the y axis …","Of the four candidate arc sweeps, two will represent an …","","","","","","","","","Shorthand for Point::new(x, y).","","","","","","Sample the curve at t (expecting t between 0 and 1).","Shorthand for Size::new(x, y).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","","If sweep is true, then the arc will be drawn in a “…","","End of the curve.","","","","","","","","Shorthand for Vector::new(x, y).","","The extent of the element in the U units along the x axis …","Sample x at t (expecting t between 0 and 1).","","","The x (traditionally, horizontal) coordinate.","","","Sample y at t (expecting t between 0 and 1).","","","The y (traditionally, vertical) coordinate.","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","Flattening iterator for arcs.","An elliptic arc curve segment using the SVG’s end-point …","","","","Of the four candidate arc sweeps, two will represent an …","","","","If sweep is true, then the arc will be drawn in a “…","","","","","A string with a fixed capacity.","A vector with a fixed capacity.","Error value indicating insufficient capacity","A draining iterator for ArrayVec.","By-value iterator for ArrayVec.","A 2d curve segment defined by four points: the beginning …","","","","","","An angle in radians","A 2d vector of booleans, useful for component-wise logic …","A 3d vector of booleans, useful for component-wise logic …","A 2d axis aligned rectangle represented by its minimum and …","An axis aligned 3D box represented by its minimum and …","Homogeneous vector in 3D space.","A one-dimensional distance, with value represented by T …","A 2d Point tagged with a unit.","A 3d Point tagged with a unit.","A 2d Rectangle optionally tagged with a unit.","A rigid transformation. All lengths are preserved under …","A transform that can represent rotations in 2d, …","A transform that can represent rotations in 3d, …","A scaling factor between two different units of …","A group of 2D side offsets, which correspond to …","A 2d size tagged with a unit.","A 3d size tagged with a unit.","A 2d transform represented by a column-major 3 by 3 …","A 3d transform stored as a column-major 4 by 4 matrix.","A 2d transformation from a space to another that can only …","A 3d transformation from a space to another that can only …","Trait for basic trigonometry functions, so they can be …","The default unit.","A 2d Vector tagged with a unit.","A 3d Vector tagged with a unit.","Angle in radians","","Utilities for testing approximate ordering - especially …","","Shorthand for …","Shorthand for BoolVector2D { x, y }.","Shorthand for BoolVector3D { x, y, z }.","","A set of aliases for all types, tagged with the default …","","The extent of the element in the U units along the z axis.","","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","A one-dimensional length, tagged with its units.","","Shorthand for Point2D::new(x, y).","Shorthand for Point3D::new(x, y).","The real part.","","","Shorthand for …","","","","","Shorthand for Size2D::new(w, h).","Shorthand for Size3D::new(w, h, d).","","","","Convenience constructor.","Convenience constructor.","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","","The z (traditionally, depth) coordinate.","","Trait for testing approximate equality","Default epsilon value","Returns true is this object is approximately equal to the …","Returns true is this object is approximately equal to the …","","","","","","","","","","","","","","","","","","","","","","","Angle in radians","","The extent of the element in the U units along the z axis.","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The real part.","","","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","The z (traditionally, depth) coordinate.","","","Defines the smallest integer equal or greater than the …","Defines the biggest integer equal or lower than the …","","Defines the nearest integer value to the original value.","","Rounds to the smallest integer equal or greater than the …","Rounds to the biggest integer equal or lower than the …","","Rounds to the nearest integer value.","","A flattening iterator for quadratic bézier segments.","A flattening iterator for quadratic bézier segments.","","A 2d curve segment defined by three points: the beginning …","","","","","Common APIs to segment types.","","Return the curve after the split point.","Compute the length of the segment using a flattened …","Return the curve before the split point.","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","Sample the curve at t (expecting t between 0 and 1).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","End of the curve.","","","Sample x at t (expecting t between 0 and 1).","Sample y at t (expecting t between 0 and 1).","","Angle between vectors v1 and v2 (oriented clockwise …","","","","","An iterator that consumes Event iterator and yields …","An iterator that consumes an iterator of Points and …","","An extension trait for PathEvent iterators.","Applies a 2D transform to a path iterator and yields the …","Returns an iterator that turns curves into line segments.","Returns an iterator applying a 2D transform to all of its …","An angle in radians (f32).","Alias for euclid::default::Box2D<f32>","Alias for euclid::default::Point2D<f32>.","Alias for euclid::default::Rotation2D<f32>","Alias for euclid::default::Scale<f32>","Alias for euclid::default::Size2D<f32>.","Alias for euclid::default::Transform2D<f32>","Alias for euclid::default::Translation2D<f32>","Alias for euclid::default::Point2D<f32>.","Angle in radians","The extent of the element in the U units along the y axis …","","","","","","","","","Shorthand for Point::new(x, y).","","Shorthand for Size::new(x, y).","Shorthand for Vector::new(x, y).","The extent of the element in the U units along the x axis …","","The x (traditionally, horizontal) coordinate.","","","The y (traditionally, vertical) coordinate.","","","The default builder for Path.","A builder for Path with custom attributes.","An iterator of endpoint and control point ids for Path and …","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","A simple path data structure.","A view on a Path.","An iterator of over a Path traversing the path in reverse.","A Builder that appends a path to an existing PathBuffer.","A Builder that appends a path to an existing PathBuffer, …","Iterator over the paths in a PathBufferSlice.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","A view over a sequence of endpoint IDs forming a polygon.","An iterator of Event<EndpointId, ()>.","An iterator of PathEvent.","A view over a sequence of endpoints forming a polygon.","An iterator of IdEvent for Polygon.","An iterator of Event<&Endpoint, ()>.","","","","","Builds a path.","The base path building interface.","An extension trait for PathEvent iterators.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Returns an iterator that turns curves into line segments.","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","Returns a builder that applies the given transformation to …","Returns an iterator applying a 2D transform to all of its …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A sharp corner.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The alternating lengths of lines and gaps which describe …","The color or gradient of the stroke.","The distance between the two edges of the stroke.","The appearance of a checkbox.","A box that can be checked.","The icon in a Checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","","","","","","The Background of the checkbox.","The Border of hte checkbox.","","","","","","The unicode code point that will be used as the icon.","","","","","","","Font that will be used to display the code_point,","Returns the argument unchanged.","","","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","","Calls U::from(self).","","","","","","","","","The line height of the icon.","The shaping strategy of the icon.","Font size of the content.","The text Color of the checkbox.","","","","","","","","","A widget for searching and selecting a single value from a …","The local state of a ComboBox.","","","","","","","","Build matchers from given list of options.","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Creates a new State for a ComboBox with the given list of …","Search list of options for a given query.","","","","","","","","","Creates a new State for a ComboBox with the given list of …","The appearance of a container.","An element decorating some content.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","Draws the background of a Container given its Appearance …","The icon Color of the container.","Computes the layout of a Container.","The Shadow of the container.","The text Color of the container.","Produces a Command that queries the visible screen bounds …","Image filtering strategy.","A handle of some image data.","A frame that displays an image while keeping aspect ratio.","Bilinear interpolation.","Nearest neighbor.","A frame that displays an image with the ability to zoom …","","","","","","","","","","","","Draws an Image","","","Returns the argument unchanged.","","","Sets the height of the Viewer.","","Calls U::from(self).","","","","","","","","","Computes the layout of an Image.","","Sets the max scale applied to the image of the Viewer.","Sets the min scale applied to the image of the Viewer.","","Creates a new Viewer with the given State.","","Sets the padding of the Viewer.","Sets the percentage the image of the Viewer will be scaled …","","","","","","","","","","","Zoom and pan on an image.","Creates a new Viewer with the given image Handle.","Sets the width of the Viewer.","The local state of a Viewer.","A frame that displays an image with the ability to zoom …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the bounds of the underlying image, given the …","","Calls U::from(self).","","","","","","","","","Returns if the cursor is currently grabbed by the Viewer.","Creates a new State.","","","","","","","","","A container that distributes its contents vertically.","","Sets the horizontal alignment of the contents of the Column…","","","","","","","","","Distribute content vertically.","","","","","","","","Returns the argument unchanged.","","","Sets the height of the Column.","","Calls U::from(self).","","","","","","","","","Sets the maximum width of the Column.","","Creates an empty Column.","","","","Sets the Padding of the Column.","Adds an element to the Column.","","Sets the vertical spacing between elements.","","","","","","","","","","Sets the width of the Column.","Creates a Column with the given elements.","A container that distributes its contents vertically.","Build and show dropdown menus.","The appearance of a menu.","A list of selectable options.","The local state of a Menu.","The supported style of the StyleSheet.","The style sheet of a menu.","","","Produces the Appearance of a menu.","","","","","","","","","The Background of the menu.","The Border of the menu.","","","","","","","","","","","","","","","","","Sets the font of the Menu.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Creates a new Menu with the given State, a list of …","Creates a new State for a Menu.","Turns the Menu into an overlay Element at the given target …","Sets the Padding of the Menu.","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","Sets the style of the Menu.","The text Color of the menu.","Sets the text text::LineHeight of the Menu.","Sets the text::Shaping strategy of the Menu.","Sets the text size of the Menu.","","","","","","","","","","","","","","","Sets the width of the Menu.","All panes are visible","The appearance of the hovered region of a pane grid.","A fixed reference line for the measurement of coordinates.","Bottom edge.","A Pane was picked and then dropped outside of other Pane …","Center region.","The arrangement of a PaneGrid.","The content of a Pane.","The visible contents of the PaneGrid","A four cardinal direction.","↓","An event produced during a drag and drop interaction of a …","A pane that can be dragged.","A Pane was dropped on top of another Pane.","The edges of an area.","An Edge of the full PaneGrid.","Edge region.","The horizontal axis: —","←","Left edge.","A line.","A maximized pane is visible","A layout node of a PaneGrid.","A rectangular region in a PaneGrid used to display widgets.","A Pane.","The region of this Node is taken by a Pane.","A single Pane of the PaneGrid.","A collection of panes distributed using either vertical or …","A Pane was picked for dragging.","The region of a Pane.","An event produced during a resize interaction of a PaneGrid…","→","Right edge.","A divider that splits a region in a PaneGrid into two …","A split of the available space.","The region of this Node is split into two.","The state of a PaneGrid.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Target area a pane can be dropped on.","The title bar of a Pane.","Top edge.","↑","The vertical axis: |","","","","","","","","","","","","","","","","Returns the adjacent Pane of another Pane in the given …","Sets whether or not the controls attached to this TitleBar …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Background of the pane region.","The Border of the pane region.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the Draggable with the given Layout can be …","","","","","","","","","","","","","","","","","","","","","","","","","","Closes the given Pane and returns its internal state and …","","","The Color of the Line.","","","","","","","","","","","","","","","","","","Sets the controls of the TitleBar.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Draws a PaneGrid.","Draws the Content with the provided Renderer and Layout.","Draws the TitleBar with the provided Renderer and Layout.","","","","","","","","","","Drops the given Pane into the provided Target.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the internal state of the given Pane, if it exists.","Returns the internal state of the given Pane with …","","","","","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","","","","","","","","","","","","","","","","The internal state of the PaneGrid.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 amount of panes in the State is 0.","Returns whether the mouse cursor is over the pick area of …","Returns an iterator over all the panes of the State, …","Returns an iterator over the values of the Contents","Returns a mutable iterator over all the panes of the State,","Calculates the Layout of a PaneGrid.","Returns the layout of the State.","Returns the layout Node of the Contents","Returns the total amount of panes in the State.","Maximize the given Pane. Only this pane will be rendered …","Returns the maximized Pane of the PaneGrid.","Returns the current mouse::Interaction of a PaneGrid.","Move Pane to an Edge of the PaneGrid.","Creates a new Content with the provided body.","Creates a new TitleBar with the given content.","Creates a new State, initializing the first pane with the …","Sets the Padding of the TitleBar.","Returns the rectangular region for each Pane in the Node …","The panes of the PaneGrid.","","","The Line to draw when a split is picked.","The new ratio of the Split.","Resizes two panes by setting the position of the provided …","Restore the currently maximized Pane to it’s normal …","Splits the provided Rectangle on the current Axis with the …","Splits the given Pane into two in the given Axis and …","The Split that is being dragged for resizing.","Calculates the bounds of the split line in a Rectangle …","Returns the axis, rectangular region, and ratio for each …","Split a target Pane with a given Pane on a given Region.","Returns an iterator over each Split in this Node.","The state of a PaneGrid.","Sets the style of the Content.","Sets the style of the TitleBar.","Swaps the position of the provided panes in the State.","Sets the TitleBar of this Content.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Processes an Event and updates the state of a PaneGrid …","The width of the Line.","Creates a new State with the given Configuration.","The left/top Configuration of the split.","The direction of the split.","The right/bottom Configuration of the split.","The ratio of the split in [0.0, 1.0].","The picked Pane.","The picked Pane.","The picked Pane.","The Target where the picked Pane was dropped on.","The left/top Node of the split.","The direction of the split.","The right/bottom Node of the split.","The Split of this Node.","The ratio of the split in [0.0, 1.0].","The current action of a PaneGrid.","A Pane in the PaneGrid is being clicked.","A Pane in the PaneGrid is being dragged.","The PaneGrid is idle.","The internal state of a PaneGrid.","A Split in the PaneGrid is being dragged.","The state of a PaneGrid.","","","","","","","","","","","","","","","","","Returns the current Pane that is being clicked, if any.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Initializes the Internal state of a PaneGrid from a …","","","","","The internal state of the PaneGrid.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The layout Node of the Internal state","The panes of the PaneGrid.","Returns the current Pane that is being dragged, if any.","Returns the current Split that is being dragged, if any.","","","","","","","","","","","","","","","","","The Axis of the Split.","The starting Point of the click interaction.","The starting Point of the drag interaction.","The Pane being clicked.","The Pane being dragged.","The Split being dragged.","The appearance of a pick list.","Displays an arrow icon (▼).","A custom dynamic handle.","The handle to the right side of the PickList.","The icon of a Handle.","No handle will be shown.","A widget for selecting a single value from a list of …","The state of a PickList.","A custom static handle.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","","","","","","","","","","","","","","","","The Background of the pick list.","The Border of the pick list.","","","","","","","","","","","","","","The unicode code point that will be used as the icon.","","","","","","","","","","","","Draws a PickList.","","","","","","","","","Font that will be used to display the code_point,","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Computes the layout of a PickList.","Line height of the content.","Returns the current mouse::Interaction of a PickList.","Returns the current overlay of a PickList.","The placeholder Color of the pick list.","The shaping strategy of the icon.","Font size of the content.","The text Color of the pick list.","","","","","","","","","","","","","","","","","","","","","","","","Processes an Event and updates the State of a PickList …","The Icon used when PickList is closed.","The Icon used when PickList is open.","Font size of the content.","The appearance of a progress bar.","A bar that displays progress.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","A circular button representing a choice.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","","","The default graphics renderer for iced.","The settings of a Backend.","","","","","","","The antialiasing strategy that will be used for triangle …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The default Font to use.","The default size of text.","","","","","","","","","","","","","Returns the argument unchanged.","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).","","","","","","","","","","","","","","","A simple cache that stores generated Geometry to avoid …","","","","","","","","","","","","","","","","","","","","","Returns the coordinate of the center of the Frame.","Clears the Cache, forcing a redraw the next time it is …","","","","","","","","Draws Geometry using the provided closure and stores it in …","","","Draws the given Path on the Frame by filling it with the …","Draws an axis-aligned rectangle given its top-left corner …","Draws the characters of the given Text on the Frame, …","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the height of the Frame.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Creates a new empty Cache.","Applies a rotation in radians to the current transform of …","Applies a uniform scaling to the current transform of the …","Applies a non-uniform scaling to the current transform of …","Returns the dimensions of the Frame.","Draws the stroke of the given Path on the Frame with the …","Applies a translation to the current transform of the Frame…","","","","","","","","","","","","","","","Returns the width of the Frame.","Executes the given drawing operations within a Rectangle …","Stores the current transform of the Frame and executes the …","An antialiasing strategy.","The graphics backend of a Renderer.","An error occured in the context’s internal backend","A cached primitive.","A clip primitive","A graphics compositor that can draw to windows.","A backend-specific primitive.","A type that has some damage bounds.","An editor primitive","An error that occurred while creating an application’s …","A fill which linearly interpolates colors along a …","A mesh with a gradient.","A suitable graphics adapter or device could not be found.","A group of primitives","An image primitive","A linear gradient interpolates colors along a direction …","Multisample AA with 16 samples","Multisample AA with 2 samples","Multisample AA with 4 samples","Multisample AA with 8 samples","A low-level primitive to render a mesh of triangles.","Failed to find any pixel format that matches the criteria.","A paragraph primitive","A rendering primitive.","The custom kind of primitives this Backend supports.","A quad primitive","A raw cosmic-text primitive","A backend-agnostic renderer that supports all the built-in …","The iced renderer of the backend.","The settings of the backend.","A mesh with a solid color.","The surface of the backend.","An SVG primitive","A text primitive","A 2D transformation matrix.","A primitive that applies a translation","The requested backend version is not supported.","A viewing region for displaying computer graphics.","Write a graphics backend.","Returns the bounds of the Damage.","Manage colors for shaders.","A compositor is responsible for initializing a renderer …","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Track and compute the damage of graphical primitives.","Returns Information used by this Compositor.","Build and draw geometry.","Load and operate on images.","Draw triangles!","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Create a renderer from a Backend.","Screenshots the current Renderer primitives to an …","Draw text.","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","The background of the quad","The Border of the quad","The border radii of the image","The bounds of the text.","The bounds of the quad","The bounds of the image","The bounds of the viewport","The bounds of the clip","The clip bounds of the text.","The clip bounds of the paragraph.","The clip bounds of the editor.","The color of the text.","The color of the paragraph.","The color of the editor.","The Color filter","The contents of the text.","The content of the clip","The primitive to translate","The cached primitive","The editor::Weak reference.","The filter method of the image","The font of the text.","The handle of the image","The path of the SVG file","The horizontal alignment of the text.","The line height of the text.","The paragraph::Weak reference.","The position of the paragraph.","The position of the editor.","The primitives of the group","The Shadow of the quad","The shaping strategy of the text.","The size of the text in logical pixels.","The translation vector","The vertical alignment of the text.","The graphics backend of a Renderer.","A graphics backend that supports image rendering.","The custom kind of primitives this Backend supports.","A graphics backend that supports SVG rendering.","A graphics backend that supports text rendering.","Returns the dimensions of the provided image.","Loads a font from its bytes.","Returns the viewport dimensions of the provided SVG.","A flag that indicates whether the renderer should perform …","A color packed as 4 floats representing RGBA channels.","Packs a Color.","A graphics compositor that can draw to windows.","Contains information about the graphics (e.g. graphics …","Invalid dimensions","The swap chain has been lost and needs to be recreated.","There is no more memory left to allocate a new frame.","The underlying surface has changed, and therefore the …","Present Error","The iced renderer of the backend.","Resize Error","The settings of the backend.","The surface of the backend.","Result of an unsuccessful call to Compositor::present.","A timeout was encountered while trying to acquire the next …","A window that can be used in a Compositor.","Contains the graphics adapter.","Contains the graphics backend.","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Returns Information used by this Compositor.","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Screenshots the current Renderer primitives to an …","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","A type that has some damage bounds.","Returns the bounds of the Damage.","Groups the given damage regions that are close together …","Computes the damage regions between the two given lists of …","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait which adds utility methods to AsyncRead …","An extension trait for Streams that provides a variety of …","Adapters specific to Result-returning futures","An extension trait which adds utility methods to AsyncWrite…","An extension trait which adds utility methods to AsyncSeek …","An extension trait for Futures that provides a variety of …","An extension trait which adds utility methods to …","An extension trait for Sinks that provides a variety of …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","The style used to fill geometry.","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","An immutable set of points that may or may not be …","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","The color of the text","The contents of the text","Draws the given layers of Self::Geometry.","The font of the text","The horizontal alignment of the text","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","The color or gradient of the fill.","The color or gradient of the stroke.","The vertical alignment of the text","The distance between the two edges of the stroke.","Tries to load an image by its Handle.","Pixel is 8-bit alpha","AnimationDecoder trait","An Image in AVIF format.","Pixel contains 8-bit B, G and R channels","Pixel is 8-bit BGR with an alpha channel","An Image in BMP Format","An Image in BMP Format","The number of channels of this pixel type.","A string that can help to interpret the meaning each …","This pixel has the format of one of the predefined …","Pixel is 8-bit CMYK","An enumeration over supported color types and bit depths","The maximum value for this type of primitive within the …","The minimum value for this type of primitive within the …","An Image in DDS Format","An error was encountered while decoding.","The delay of a frame relative to the previous one.","A Dynamic Image","Types which are safe to treat as an immutable byte slice …","An error was encountered while encoding.","Contains the error value","An enumeration of color types encountered in image formats.","An Image in farbfeld Format","An Image in farbfeld Format","A flat buffer over a (multi channel) image.","A single animation frame","An implementation dependent iterator, reading the frames …","A trait for manipulating images.","Trait to inspect an image.","An Image in GIF Format","An Image in GIF Format","Sendable grayscale + alpha channel image buffer","Sendable grayscale image buffer","An Image in Radiance HDR Format","An Image in ICO Format","An Image in ICO Format","Generic image buffer","The trait that all decoders implement","Specialized image decoding not be supported by all formats","The trait all encoders implement","The generic error type for image operations.","An enumeration of supported image formats. Not all formats …","Each pixel in this image is 16-bit Luma","Each pixel in this image is 8-bit Luma","Each pixel in this image is 16-bit Luma with alpha","Each pixel in this image is 8-bit Luma with alpha","An enumeration of supported image formats for encoding.","Result of an image decoding/encoding process","Each pixel in this image is 16-bit Rgb","Each pixel in this image is 32-bit float Rgb","Each pixel in this image is 8-bit Rgb","Each pixel in this image is 16-bit Rgb with alpha","Each pixel in this image is 32-bit float Rgb with alpha","Each pixel in this image is 8-bit Rgb with alpha","An error occurred while interacting with the environment.","An Image in JPEG Format","An Image in JPEG Format with specified quality, up to 100","Pixel is 1-bit luminance","Pixel is 16-bit luminance","Pixel is 16-bit luminance","Pixel is 2-bit luminance","Pixel is 4-bit luminance","Pixel is 8-bit luminance","Pixel is 8-bit luminance","Pixel is 1-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 2-bit luminance with an alpha channel","Pixel is 4-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Completing the operation would have required more …","Grayscale colors.","Grayscale colors + alpha channel","Contains the success value","An Image in OpenEXR Format","An Image in OpenEXR Format","An error was encountered in input arguments.","A generalized pixel.","The type of pixel.","The pixel with an associated ColorType. Not all possible …","Immutable pixel iterator","An Image in PNG Format","An Image in PNG Format","An Image in general PNM Format","An Image in one of the PNM Formats","The type of each channel in a pixel. For example, this can …","Represents the progress of an image operation.","An Image in QOI format.","An image in QOI Format","The type of reader produced by into_reader.","RGB colors.","Pixel contains 1-bit R, G and B channels","Pixel is 16-bit RGB","Pixel contains 16-bit R, G and B channels","Pixel contains 2-bit R, G and B channels","Pixel is 32-bit float RGB","Pixel is 32-bit float RGB","An image buffer for 32-bit float RGB pixels, where the …","Pixel contains 4-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Sendable Rgb image buffer","RGB colors + alpha channel","Pixel is 1-bit RGB with an alpha channel","Pixel is 16-bit RGBA","Pixel is 16-bit RGB with an alpha channel","Pixel is 2-bit RGB with an alpha channel","Pixel is 32-bit float RGBA","Pixel is 32-bit float RGBA","An image buffer for 32-bit float RGBA pixels, where the …","Pixel is 4-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Sendable Rgb + alpha channel image buffer","A View into another image","The scalar type that is used to store each channel in this …","An Image in TGA Format","An Image in TGA Format","An Image in TIFF Format","An Image in TIFF Format","Pixel is of unknown color type with the specified bits per …","An operation can not be completed by the chosen …","A value for signalling an error: An unsupported format was …","An Image in WEBP Format","An image in WebP Format.","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Get the bytes of this value.","Blend the color of a given pixel into ourself, taking into …","Put a pixel at location (x, y), taking into account alpha …","The bounding rectangle of this image.","Iterators and other auxiliary structure for the ImageBuffer…","Returns the components as a slice.","Returns the channels of this pixel as a 4 tuple. If the …","Returns the components as a mutable slice","Encoding and decoding for various image file formats.","Supplementary color information.","Returns the color type of the image data produced by this …","Copies all of the pixels from another image into this …","Copies all of the pixels from one part of this image to …","Returns a tuple containing the width and height of the …","The width and height of this image.","Contains detailed error representation.","Image representations for ffi.","Construct a pixel from the 4 channels a, b, c and d. If …","Returns a view into a slice.","Returns mutable view into a mutable slice.","Returns the pixel located at (x, y). Indexed from top left.","Gets a reference to the mutable pixel at location (x, y). …","Guess image format from memory block","The height of this image.","Returns the ICC color profile embedded in the image","Read a tuple containing the (width, height) of the image …","Image Processing Functions","Returns true if this x, y coordinate is contained inside …","Consume the decoder producing a series of frames.","Returns a reader that can be used to obtain the bytes of …","Invert this pixel","Input and output of images.","A repr(C) description of the layout of buffer samples.","Create a new image from a Reader.","Create a new image from a byte slice","Create a new image from a byte slice","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Mathematical helper functions and types.","Open the image located at the path specified. The image’…","Returns the color type of the image file before decoding","Returns an Iterator over the pixels of this image. The …","Put a pixel at location (x, y). Indexed from top left.","Returns all the bytes in the image.","Same as read_image but periodically calls the provided …","Decode a rectangular section of the image; see …","Decode a rectangular section of the image, periodically …","Underlying linear container holding sample values.","Saves the supplied buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified …","Returns the minimum number of bytes that can be …","Set decoding limits for this decoder. See Limits for the …","Returns a mutable subimage that is a view into this image. …","Convert this pixel to luma","Convert this pixel to luma with an alpha channel","Convert this pixel to RGB","Convert this pixel to RGB with an alpha channel","Returns the total number of bytes in the decoded image.","Returns the pixel located at (x, y). Indexed from top left.","Puts a pixel at location (x, y). Indexed from top left.","Returns a subimage that is an immutable view into this …","The width of this image.","Writes the supplied buffer to a writer in the specified …","Writes all the bytes in an image to the encoder.","Provides color conversions for whole image buffers.","Enumerate the pixels of an image.","Enumerate the pixels of an image.","Enumerate the rows of an image.","Enumerate the rows of an image.","Iterate over pixel refs.","Iterate over mutable pixel refs.","Iterate over rows of an image","Iterate over mutable rows of an image","Converts self to a buffer of type T","Decoding and Encoding of BMP Images","Decoding of DDS images","Decoding of DXT (S3TC) compression","Decoding of farbfeld images","Decoding of GIF Images","Decoding of Radiance HDR Images","Decoding and Encoding of ICO files","Decoding and Encoding of JPEG Images","Decoding of OpenEXR (.exr) Images","Decoding and Encoding of PNG Images","Decoding of netpbm image formats (pbm, pgm, ppm and pam).","Decoding and encoding of QOI images","Decoding of TGA Images","Decoding and Encoding of TIFF Images","Decoding and Encoding of WebP Images","A bmp decoder","The representation of a BMP encoder.","The representation of a DDS decoder","The DXT1 format. 48 bytes of RGB data in a 4x4 pixel …","The DXT3 format. 64 bytes of RGBA data in a 4x4 pixel …","The DXT5 format. 64 bytes of RGBA data in a 4x4 pixel …","DXT decoder","DXT encoder","DXT reader","What version of DXT compression are we using? Note that …","farbfeld decoder","farbfeld encoder","farbfeld Reader","Finite number of repetitions","GIF decoder","GIF encoder.","Wrapper struct around a Cursor<Vec<u8>>","Looping GIF","Number of repetitions for a GIF animation","Adapter to conform to ImageDecoder trait","An Radiance HDR decoder","Radiance HDR encoder","Scanline buffered pixel by pixel iterator","Metadata for Radiance HDR image","Wrapper struct around a Cursor<Vec<u8>>","Refer to wikipedia","Radiance HDR file signature","Color components","Divide color values by corresponding tuple member (r, g, …","All lines contained in image header are put here. Ordering …","Exponent","Divide color values by exposure to get to get physical …","Height of decoded image. It depends on orientation too.","Orientation matrix. For standard orientation it is …","Pixel height divided by pixel width","Helper function for reading raw 3-channel f32 images","Creates Rgbe8Pixel from components","Converts Rgb<f32> into Rgbe8Pixel","Width of decoded image. It could be either scanline length,","An ico decoder","ICO encoder","An ICO image entry","Pixels per centimeter","Pixels per inch (2.54 cm)","JPEG decoder","The representation of a JPEG encoder","Represents the absence of a unit, the values indicate only …","Represents the pixel density of an image","Represents a unit in which the density of an image is …","A couple of values for (Xdensity, Ydensity)","The unit in which the density is measured","An OpenEXR decoder. Immediately reads the meta data from …","A thin wrapper that implements ImageEncoder for OpenEXR …","Uses a heuristic to select one of the preceding filters …","An AnimationDecoder adapter of PngDecoder.","Filters based on the average of left and right neighbor …","High compression level","Compression level of a PNG encoder. The default setting is …","Default compression level","Fast, minimal compression","Filter algorithms used to process image data to improve …","Huffman coding compression","No processing done, best used for low bit depth grayscale …","Algorithm that takes into account the left, upper left, …","PNG decoder","PNG encoder","Png Reader","Run-length encoding compression","Filters based on previous pixel in the same scanline","Filters based on the scanline above","Header produced by a pam file (“Portable Arbitrary Map”…","Magic number P7","Standardized tuple type specifiers in the header of a pam.","Samples are encoded as decimal ascii strings separated by …","Samples are unsigned binary integers in big endian","Magic numbers P1 and P4","Header produced by a pbm file (“Portable Bit Map”)","Pixels are either black (0) or white (1)","Pixels are either black (0) or white (1) and a second …","An image format which is not standardized","Magic numbers P2 and P5","Header produced by a pgm file (“Portable Gray Map”)","Pixels represent the amount of white","Grayscale with an additional alpha channel","Magic numbers P3 and P6","Header produced by a ppm file (“Portable Pixel Map”)","PNM decoder","Encodes images to any of the pnm image formats.","Stores the complete header data of a file.","Denotes the category of the magic number","Three channels: Red, Green, Blue","Four channels: Red, Green, Blue, Alpha","The kind of encoding used to store sample values","Number of color channels","Binary or Ascii encoded file","Binary or Ascii encoded file","Binary or Ascii encoded file","Height of the image file","Height of the image file","Height of the image file","Height of the image file","Maximum sample value within the image","Maximum sample value within the image","Maximum sample value within the image","Color interpretation of image pixels","Width of the image file","Width of the image file","Width of the image file","Width of the image file","QOI decoder","QOI encoder","The representation of a TGA decoder","TGA encoder.","Decoder for TIFF images.","Encoder for tiff images","Wrapper struct around a Cursor<Vec<u8>>","WebP Image format decoder. Currently only supports lossy …","WebP Encoder.","WebP encoder quality.","An implementation of the VP8 Video Codec","A Representation of the last decoded video frame","VP8 Decoder","Indicates whether this frame is intended for display","The height of the luma plane","Indicates whether this frame is a keyframe","The pixel type of the frame as defined by Section 9.2 of …","The blue plane of the frame","The red plane of the frame","The width of the luma plane","The luma plane of the frame","The required color type can not be handled.","An error was encountered while decoding.","An error was encountered while decoding an image.","The resulting image exceed dimension limits in either …","The dimensions passed are wrong.","An error was encountered while encoding.","An error was encountered while encoding an image.","Contains the error value","The format is known exactly.","Repeated an operation for which error that could not be …","An image format is not supported.","A string describing the parameter. This is discouraged and …","Some feature specified by string. This is discouraged and …","The generic error type for image operations.","A best effort representation for image formats.","Result of an image decoding/encoding process","The operation would have performed an allocation larger …","An error occurred while interacting with the environment.","Completing the operation would have required more …","Indicates the limit that prevented an operation from …","Completing the operation would have required more …","The format can be identified by a name.","The end of the image has been reached.","Contains the success value","An error was encountered in input arguments.","An error was encountered in inputs arguments.","Details how a parameter is malformed.","A common path extension for the format is known.","The format is not known or could not be determined.","An operation can not be completed by the chosen …","The specified strict limits are not supported for this …","The implementation for an operation was not provided.","Details what feature is not supported.","The given limits","The supported strict limits","The color format did not match the channel count.","The samples are in column-major form and all samples are …","Denotes invalid flat sample buffers when trying to convert …","A flat buffer over a (multi channel) image.","All samples are packed.","Different normal forms of buffers.","The represented image can not use this representation.","At least pixels are packed.","The samples are in row-major form and all samples are …","A ffi compatible description of a sample buffer.","The represented image was too large.","No pixel aliases another.","A flat buffer that can be used as an image view.","A mutable owning version of a flat buffer.","Deprecated - ChannelCountMismatch is used instead","Add this to an index to get to the sample in the next …","The number of channels in the color representation of the …","Supplementary color information.","The height of the represented image.","Add this to an index to get to the next sample in …","A repr(C) description of the layout of buffer samples.","Underlying linear container holding sample values.","The width of the represented image.","Add this to an index to get to the next sample in …","A bi-level color map","Cubic Filter","The color type on which the map operates on","A color map","Available Sampling Filters.","Gaussian Filter","Lanczos with window 3","Nearest Neighbor","Linear Filter","Performs a Gaussian blur on the supplied image. sigma is a …","Brighten the supplied image. value is the amount to …","Functions for altering and converting the color of …","Adjust the contrast of the supplied image. contrast is the …","Return a mutable view into an image The coordinates set …","Return an immutable view into an image The coordinates set …","Reduces the colors of the image using the supplied …","Perform a 3x3 box filter on the supplied image. kernel is …","Flip an image horizontally","Flip an image horizontally and put the result into the …","Flip an image horizontally in place.","Flip an image vertically","Flip an image vertically and put the result into the …","Flip an image vertically in place.","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Fill the image with a linear horizontal gradient","Hue rotate the supplied image. value is the degrees to …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Linearly sample from an image using coordinates in [0, w-1]…","Sample from an image using coordinates in [0, w-1] and [0, …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Overlay an image at a given coordinate (x, y)","Calculate the region that can be copied from top to bottom.","Replace the contents of an image at a given coordinate (x, …","Resize the supplied image to the specified dimensions. …","Rotate an image 180 degrees clockwise.","Rotate an image 180 degrees clockwise and put the result …","Rotate an image 180 degrees clockwise in place.","Rotate an image 270 degrees clockwise.","Rotate an image 270 degrees clockwise and put the result …","Rotate an image 90 degrees clockwise.","Rotate an image 90 degrees clockwise and put the result …","Linearly sample from an image using coordinates in [0, 1].","Sample from an image using coordinates in [0, 1], taking …","Resize the supplied image to the specific dimensions.","Tile an image by repeating it multiple times","Performs an unsharpen mask on the supplied image. sigma is …","Fill the image with a linear vertical gradient","A bi-level color map","The color type on which the map operates on","A color map","Brighten the supplied image. value is the amount to …","Brighten the supplied image in place. value is the amount …","Adjust the contrast of the supplied image. contrast is the …","Adjust the contrast of the supplied image in place. …","Reduces the colors of the image using the supplied …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Hue rotate the supplied image. value is the degrees to …","Hue rotate the supplied image in place. value is the …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Set of supported strict limits for a decoder.","Resource limits for decoding.","A multi-format image reader.","The maximum allowed sum of allocations allocated by the …","The maximum allowed image height. This limit is strict. …","The maximum allowed image width. This limit is strict. The …","A Rectangle defined by its top left corner, width and …","The rectangle’s height.","The rectangle’s width.","The x coordinate of the top left corner.","The y coordinate of the top left corner.","A mesh with a gradient.","A vertex which contains 2D position & packed gradient data.","A set of vertices and indices representing a list of …","A low-level primitive to render a mesh of triangles.","A mesh with a solid color.","A two-dimensional vertex with a color.","The color of the vertex in linear RGBA.","The packed vertex data of the gradient.","The list of vertex indices that defines the triangles of …","The vertex position in 2D space.","The vertex position in 2D space.","The vertices of the mesh","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","A backend-agnostic renderer that supports all the built-in …","A store of recently used sections of text.","A multi-line text editor.","A set of system fonts.","A bunch of text.","A weak reference to a [cosmic-text::Buffer] that can be …","A version number.","A weak reference to a cosmic_text::Buffer.","Cache text.","The clip bounds of the text.","The color of the text.","Draw and edit text.","Returns the global FontSystem.","Measures the dimensions of the given cosmic_text::Buffer.","Draw paragraphs.","The position of the text.","Returns the attributes of the given Font.","Converts some Color to a cosmic_text::Color.","Converts some Shaping strategy to a cosmic_text::Shaping …","A store of recently used sections of text.","A cache entry.","A cache key representing a section of text.","The hash of a Key.","The bounds of the text.","The buffer of text, ready for drawing.","The content of the text.","The Font of the text.","The line height of the text.","The minimum bounds of the text.","The shaping strategy of the text.","The size of the text.","An action to perform on an Editor","Advanced text shaping and font fallback.","Whether to associate cursors placed at a boundary between …","","Align or justify","Represents an angle in degrees or radians.","","Text attributes","List of text attributes to apply to a line","An owned version of Attrs","Delete text behind cursor","Basic shaping with no font fallback.","","An iterator over the paragraphs in the input text. It is …","","A value borrowed together with an FontSystem","A buffer of text that is shaped and laid out","Move cursor to the end of the document","A line (or paragraph) of text that is shaped and laid out","","Move cursor to the start of the document","Key for building a glyph cache","Flags that change rendering","","A set of change items grouped into one logical change","A unique change to an editor","Mouse click at specified position","Closes a subpath, connecting the final point to the …","Text color","32-bit RGBA bitmap.","Path command.","","Use \\\\r for line ending (many legacy systems)","Use \\\\r\\\\n for line ending (Windows-style)","Glyphs in cursive fonts generally use a more informal …","","Current cursor location","A cubic bezier curve from the previous point to the final …","Delete text in front of cursor","Mouse double click at specified position","Move cursor down","Mouse drag to specified position","A trait to allow easy replacements of Editor, like …","A wrapper of [Buffer] for easy editing","Move cursor to end of line","","Create new line","Escape, clears selection","","","","A font family.","An owned version of Family","Fantasy fonts are primarily decorative or expressive fonts …","","A font","Font-specific part of Attrs to be used for matching","","Access to the system fonts.","Wraps at a glyph level","Move cursor to specific line","Move cursor to start of line","","Insert character at cursor","A form that is generally cursive in nature.","","The position of a cursor within a [Buffer].","Apply specific LayoutCursor","A laid out glyph","A line of laid out glyphs","A line of visible text for rendering","An iterator of visible text lines, see LayoutRun","Move cursor left","","Move cursor to next word boundary to the left","Use \\\\n for line ending (POSIX-style)","Use \\\\n\\\\r for line ending (some legacy systems)","Select by lines","Line ending","Iterator over lines terminated by LineEnding","A straight line from the previous point to the specified …","8-bit alpha mask.","Metrics of text","The sole criterion of a monospace font is that all glyphs …","","A motion to perform on a Cursor","Move the cursor with some motion","Begins a new subpath at the specified point.","The name of a font family of choice.","","Move cursor to next character (Self::Right in LTR, …","Move cursor to next word boundary","No selection","No wrapping","No line ending","A face that is neither italic not obliqued.","Normal selection","","A typically-sloped version of the regular face.","","","Move cursor down one page","Move cursor up one page","Move cursor to end of paragraph","Move cursor to start of paragraph","","Describes the offset and dimensions of a rendered mask.","Move cursor to previous character (Self::Left in LTR, …","Move cursor to previous word boundary","A quadratic curve from the previous point to the final …","Move cursor right","","Move cursor to next word boundary to the right","Glyphs in sans-serif fonts, as the term is used in CSS, …","","Scroll position in [Buffer]","Scroll specified number of lines","Selection mode","","","Serif fonts represent the formal text style for a script.","","A set of buffers containing allocations for shaped text.","A shaped glyph","A shaped line (or paragraph)","A helper structure for caching shape runs.","Key for caching shape runs.","A shaped span (for bidirectional processing)","A shaped word (for word wrapping)","The shaping strategy of some text.","Move cursor to start of line, skipping whitespace","A face width.","Allows italic or oblique faces to be selected.","Binning of subpixel position for cache optimization","32-bit RGBA subpixel mask.","Cache for rasterizing with the swash scaler","Content of a scaled glyph image.","Scaled glyph image.","","Two dimensional transformation matrix.","Mouse triple click at specified position","","","","","Move cursor up","Move cursor up or down by a number of pixels","Specifies the weight of glyphs in the font, their degree …","Select by words","Wraps at the word level","Wraps at the word level, or fallback to glyph level if a …","Wrapping mode","","Perform an Action on the editor","Whether to associate the cursor with the run before it or …","Apply a change","","","Get the current automatic indentation setting","","Mutably borrows self together with an FontSystem for more …","Get the internal BufferRef","Get the internal BufferRef","Cache key, see CacheKey","","","CacheKeyFlags","","","","Optional color override","","Content of the image.","Copy selection","Get the current cursor","Raw image data.","","Delete text starting at start Cursor and ending at end …","Delete selection, adjusting cursor and returning true if …","","Cursor indicating end of change","End index of cluster in original line","","","","Get completed change","CacheKeyFlags","Font ID","Font id of the glyph","","","Font size in pixels","Font size of the glyph","f32 bits of font size","Index of [LayoutGlyph] in [LayoutLine::glyphs]","Glyph ID","Font id of the glyph","","The array of layout glyphs to draw","Glyphs in line","","Height in pixels.","","First-byte-index of glyph at cursor (will insert behind …","Insert if true, delete if false","Insert text at specified cursor with specified attrs_list","Insert a string at the current cursor or replacing the …","Change items grouped into one change","Index of [LayoutLine] in [BufferLine::layout]","Index of [LayoutLine] in [BufferLine::layout]. This will …","Horizontal offset with respect to the origin specified …","Unicode BiDi embedding level, character is left-to-right …","","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]. This will be …","Line height in pixels","The index of the original text line","Y offset to top of line","Width of line","Y offset to baseline of line","BufferLines (or paragraphs) of text in the buffer","Maximum ascent of the glyphs in line","Maximum descent of the glyphs in line","","","Metadata from Attrs","","","Offset and size of the image.","Get the Buffer redraw flag","True if the original paragraph direction is RTL","","Get the current selection position","Get the bounds of the current selection","Enable or disable automatic indentation","Set the current cursor","Set the Buffer redraw flag","Set the current selection position","Set the current tab width. A tab_width of 0 is not …","Shape lines until scroll, after adjusting scroll if the …","Source of the image.","","Cursor indicating start of change","Start index of cluster in original line","","Start collecting change","","","","","Get the current tab width","The original text line","Text to be inserted or deleted","","Vertical offset with respect to the origin specified when …","Width of hitbox","Width of the line","","","Width in pixels.","Get the internal Buffer","Get the internal Buffer, mutably","","","X offset of hitbox","Integer component of X offset in line","","","Binning of fractional X offset","X offset in line","","","","","Y offset of hitbox","Integer component of Y offset in line","","","Binning of fractional Y offset","Y offset in line","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font’s raw data, typically backed by a Vec.","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","A font database.","","","","","","","","","","","","","","","","","","","","","","","","A single font face info.","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","","A font’s path.","","","","","","","","","","","","","","","","","","","","","","","","A unique per database face ID.","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","","","","","","","","","","","","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","A face that is neither italic not obliqued.","","","","A typically-sloped version of the regular face.","","","","","","","","","","","A database query.","","","","","","","","","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","","","","","Serif fonts represent the formal text style for a script.","","","A font’s raw data originating from a shared file mapping.","","","","A font source.","","","","","","","","","","","","","","","","","","","","","","A face width.","Allows italic or oblique faces to be selected.","","","","","","","","","","","","","","","","","","","","","","","Specifies the weight of glyphs in the font, their degree …","","","","","","A list of family names.","A prioritized list of font family names or generic family …","An unique ID.","A face index in the source.","","","Indicates that the font face is monospaced.","A PostScript name.","A font source.","A font face stretch.","Selects a normal, condensed, or expanded face from a font …","A font face style.","Allows italic or oblique faces to be selected.","A font face weight.","Specifies the weight of glyphs in the font, their degree …","Text is set vertically from bottom to top.","A cluster level.","Flags for buffers.","","Defines the direction in which text is to be read.","A font face handle.","A feature tag with an accompanying range specifying on …","A buffer that contains the results of the shaping process.","A glyph info.","Holds the positions of the glyph in both horizontal and …","Initial, unset direction.","A script language.","Text is set horizontally from left to right.","","","Text is set horizontally from right to left.","A text script.","Flags used for serialization with a BufferSerializer.","A reusable plan for shaping a text buffer.","A 4-byte tag.","Text is set vertically from top to bottom.","A buffer that contains an input string ready for shaping.","A font variation.","An index to the start of the grapheme cluster in the …","","A selected glyph.","Predefined scripts.","Shapes the buffer content using provided font and features.","Shapes the buffer content using the provided font and plan.","","","","","","How much the line advances after drawing this glyph when …","How much the glyph moves on the X-axis before drawing it, …","How much the line advances after drawing this glyph when …","How much the glyph moves on the Y-axis before drawing it, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A grayscale bitmap with 2 bits per pixel.","A packed grayscale bitmap with 2 bits per pixel.","A grayscale bitmap with 4 bits per pixel.","A packed grayscale bitmap with 4 bits per pixel.","A grayscale bitmap with 8 bits per pixel.","A monochrome bitmap.","A packed monochrome bitmap.","A color bitmap with 32 bits per pixel.","","","","","","","","A list of errors that can occur during a CFF glyph …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face.","The face index is larger than the number of faces in the …","A list of font face parsing errors.","Parsed face tables.","","","","A 32-bit signed fixed-point number (16.16).","","","","","","","","A trait for parsing raw binary data of fixed size.","","","","","","","","A type-safe wrapper for glyph ID.","","","","","","","","","","","","","","","","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","A slice-like container that converts internal binary data …","A slice-like container that converts internal binary data …","An iterator over LazyArray16.","An iterator over LazyArray32.","","A line metrics.","","","","","","","","","An attempt to read out of bounds detected.","","","","","","","","","","","","","","The head table is missing or malformed.","The hhea table is missing or malformed.","","The maxp table is missing or malformed.","","","A face that is neither italic not obliqued.","A variation coordinate in a normalized coordinate system.","","","A typically-sloped version of the regular face.","","","","A trait for glyph outline construction.","","","Face permissions.","A platform ID.","","","","","","","","","A glyph’s raster image.","A glyph raster image format.","A raw font face.","A list of all supported tables as raw data.","","A rectangle.","","A RGBA color in the sRGB color space.","","","","Object’s raw data size.","","","","","","","","","","","A script metrics used by subscript and superscript.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A face style.","","","","A raw table record.","A 4-byte tag.","","","","","","","","","","","","","","","","Unicode Ranges.","","Face data must start with 0x00010000, 0x74727565, …","","","","","","A font variation value.","A variation axis.","","A face weight.","","A face width.","","","","","","","","An Anchor Point Table implementation.","","","This module contains Apple Advanced Typography Layout …","An Axis Variations Table implementation.","","","An axis tag name.","","","","","A Color Bitmap Data Table implementation.","","","A Color Bitmap Location Table implementation.","","A Compact Font Format Table implementation.","","","A Compact Font Format 2 Table implementation.","","","","Appends a ClosePath segment.","A Character to Glyph Index Mapping Table implementation.","","","A Color Table implementation.","","","A Color Palette Table implementation.","","Appends a CurveTo segment.","A raw image data. It’s up to the caller to decode it.","The input font file data.","","","","","A Feature Name Table implementation.","","","Returns the number of fonts stored in a TrueType font …","An image format.","A Font Variations Table implementation.","","","A Glyph Definition Table implementation.","","","A Glyph Data Table implementation.","","","A Glyph Positioning Table implementation.","","","","A Glyph Substitution Table implementation.","","","A Glyph Variations Table implementation.","","","A Font Header Table implementation.","","","Image height.","A Horizontal Header Table implementation.","","","","A Horizontal/Vertical Metrics Table implementation.","","","A Horizontal/Vertical Metrics Variations Table …","","","","","A Kerning Table implementation.","","","An Extended Kerning Table implementation.","","","","Appends a LineTo segment.","An Index to Location Table implementation.","","A Math Table implementation.","","","","A Maximum Profile Table implementation.","","","","An Extended Glyph Metamorphosis Table implementation.","","","Appends a MoveTo segment.","A Metrics Variations Table implementation.","","","A Naming Table implementation.","","","A list of name ID’s.","An axis name in the name table.","","This module contains OpenType Layout supplementary tables …","A OS/2 and Windows Metrics Table implementation.","","","Parses an object from a raw data.","A pixels per em of the selected strike.","Line position.","A PostScript Table implementation.","","","Appends a QuadTo segment.","","A Standard Bitmap Graphics Table implementation.","","","An SVG Table implementation.","","","An array of table records.","","","Line thickness.","A Tracking Table implementation.","","","An axis value.","A Vertical Header Table implementation.","","","","","A Vertical Origin Table implementation.","","","","","Image width.","Horizontal offset.","","","X offset.","Horizontal face size.","Vertical offset.","","","Y offset.","Vertical face size.","An anchor point.","An Anchor Point Table.","","","An Extended State Table.","A State Table entry.","A lookup table.","A legacy state entry used by StateTable.","A State Table.","A type-safe wrapper for a kerning value offset.","Predefined classes.","Additional data.","Additional data.","Entry flags.","Entry flags.","A new state.","A new state.","Predefined states.","","","","","An axis value map.","A list of segment maps.","An iterator over maps.","An Axis Variations Table.","A normalized coordinate value obtained using default …","The segment maps array — one segment map for each axis …","The modified, normalized coordinate value.","A Color Bitmap Data Table.","A Color Bitmap Location Table.","An affine transformation matrix.","A Compact Font Format Table.","","","","","","","A Compact Font Format 2 Table.","","A character encoding subtable variant.","Glyph was found in the variation encoding table.","A result of a variation glyph mapping.","","","","","","A character encoding subtable.","A format 0 subtable.","A format 10 subtable.","A format 12 subtable.","A format 13 subtable.","A format 14 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of subtables.","An iterator over Subtables.","A Character to Glyph Index Mapping Table.","","","","Glyph should be looked in other, non-variation tables.","Subtable encoding.","First character code covered.","First character code of subrange.","A subtable format.","Just a list of 256 8bit glyph IDs.","Array of glyph indices for the character codes covered.","Array of glyph indexes for character codes in the range.","Subtable platform.","A list of subtables.","A trait for color glyph painting.","A Color Table.","Outlines a glyph and stores it until the next paint …","Paints the current glyph outline using the provided color.","Paints the current glyph outline using the application …","A Color Palette Table.","A feature names.","A list fo feature names.","An iterator over FeatureNames.","A setting name.","A Feature Name Table.","The index of the default setting in the setting_names.","The feature’s exclusive settings. If set, the feature …","The feature’s ID.","The name table index for the feature’s name in a …","The name table index for the feature’s name in a …","A list of feature names. Sorted by FeatureName.feature.","The setting.","The feature’s setting names.","A Font Variations Table.","A variation axis.","A list of variation axes.","","","","","An axis name in the name table.","","","","A glyph class.","","","A Glyph Definition Table.","A Glyph Data Table.","An Anchor Table.","An Anchor parsing helper.","","A ValueRecord pairs matrix used by PairAdjustment.","","","A Cursive Attachment Positioning Subtable.","A list of entry and exit Anchor pairs.","A Device Table.","","","","","","A Device Table hinting values.","An array or ligature anchor matrices.","A Mark Array.","","A Mark-to-Base Attachment Positioning Subtable.","","A Mark-to-Ligature Attachment Positioning Subtable.","","A Mark-to-Mark Attachment Positioning Subtable.","","A Pair Adjustment Positioning Subtable.","A ValueRecord pairs set used by PairAdjustment.","A list of PairSets.","A glyph positioning lookup subtable enumeration.","","A Single Adjustment Positioning Subtable.","A Value Record.","An array of Value Records.","","A Device Table indexes into Item Variation Store.","An anchors matrix.","A base coverage.","Number of columns in the matrix.","","","","","","","","A mark coverage.","","A list of mark anchors.","","","","Number of rows in the matrix.","","Horizontal value, in design units.","Horizontal adjustment for advance, in design units — …","A Device table with horizontal adjustment for advance.","A Device table with horizontal value.","Horizontal adjustment for placement, in design units.","A Device table with horizontal adjustment for placement.","Vertical value, in design units.","Vertical adjustment for advance, in design units — only …","A Device table with vertical adjustment for advance.","A Device table with vertical value.","Vertical adjustment for placement, in design units.","A Device table with vertical adjustment for placement.","","","","","","","","","","","A list of glyphs for Alternate Substitution Subtable.","A set of AlternateSet.","A Alternate Substitution Subtable.","","","","","Glyph components for one ligature.","","A Ligature set.","A list of Ligature sets.","A Ligature Substitution Subtable.","","A Multiple Substitution Subtable.","","A Reverse Chaining Contextual Single Substitution Subtable.","A sequence of glyphs for Multiple Substitution Subtable.","A list of Sequence tables.","","A Single Substitution Subtable.","A glyph substitution lookup subtable enumeration.","","Array of alternate glyph IDs, in arbitrary order.","","Glyph components for one ligature.","","","","","Ligature to substitute.","","","","A list of substitute glyphs.","","","","","","A Glyph Variations Table.","An index format used by the Index to Location Table.","","","A Font Header Table.","A bounding box that large enough to enclose any glyph from …","An index format used by the Index to Location Table.","Units per EM.","A Horizontal Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the hmtx table.","Horizontal/Vertical Metrics.","A Horizontal/Vertical Metrics Table.","Width/Height advance for hmtx/vmtx.","Side bearings for glyph IDs greater than or equal to the …","A list of metrics indexed by glyph ID.","Sum of long metrics + bearings.","Left/Top side bearing for hmtx/vmtx.","A Horizontal/Vertical Metrics Variations Table.","A kerning subtable format.","","","","","A kerning pair.","A kerning subtable.","A format 0 subtable.","A format 2 subtable.","A format 3 subtable.","A list of subtables.","An iterator over kerning subtables.","A Kerning Table.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","Glyphs pair.","A list of kerning pairs.","A list of subtables.","Kerning value.","Indicates that subtable is variable.","A container of Anchor Points used by Subtable4.","A state machine entry.","An extended kerning subtable format.","","","","","","A kerning subtable.","A format 0 subtable.","A format 1 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of extended kerning subtables.","An iterator over extended kerning subtables.","An Extended Kerning Table.","An action index.","Anchor points.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","A list of kerning pairs.","A state table.","A state table.","A list of subtables.","The tuple count.","Indicates that subtable is variable.","Long offsets.","Short offsets.","An Index to Location Table.","A Math Constants Table.","A Glyph Assembly Table.","A Math Glyph Construction Table.","A mapping from glyphs to Math Glyph Construction Tables.","A Math Glyph Info Table.","Details for a glyph part in an assembly.","Description of math glyph variants.","A Math Kern Table.","An entry in a Math Kern Info Table.","A Math Kern Info Table.","A Math Value with optional device corrections.","A mapping from glyphs to Math Values.","Glyph part flags.","A Math Table.","A Math Variants Table.","Advance width/height, in design units, of the variant …","A general recipe on how to construct a variant with large …","The kerning data for the bottom-left corner.","The kerning data for the bottom-right corner.","Math positioning constants.","Device corrections for this value.","Lengths of the connectors on the end of the glyph, in font …","Glyphs which are extended shapes.","The full advance of the part, in font design units.","Glyph ID for the part.","Per-glyph positioning information.","Constructions for shapes growing in the horizontal …","Per-glyph italics correction values.","The italics correction of the assembled glyph.","Per-glyph information for mathematical kerning.","Minimum overlap of connecting glyphs during glyph …","Part flags.","Parts the assembly is composed of.","Lengths of the connectors on the start of the glyph, in …","Per-glyph horizontal positions for attaching mathematical …","The kerning data for the top-left corner.","The kerning data for the top-right corner.","The X or Y value in font design units.","The ID of the variant glyph.","Prepared variants of the glyph with varying advances.","Variants and assembly recipes for growable glyphs.","Constructions for shapes growing in the vertical direction.","A Maximum Profile Table.","The total number of glyphs in the face.","A metamorphosis chain.","A list of metamorphosis chains.","An iterator over metamorphosis chains.","","A contextual subtable state table trailing data.","A contextual subtable.","A subtable coverage.","The feature table is used to compute the sub-feature flags …","","A contextual subtable state table trailing data.","An insertion subtable.","","A ligature subtable.","","","A subtable in a metamorphosis chain.","A subtable kind.","A list of subtables in a metamorphosis chain.","An iterator over a metamorphosis chain subtables.","An Extended Glyph Metamorphosis Table.","A list of metamorphosis chains.","Ligature components.","A subtable coverage.","A current index.","A current insert index.","Default chain features.","Complement of flags for the settings that this feature and …","Flags for the settings that this feature and setting …","Subtable feature flags.","A list of chain features.","Insertion glyphs.","The type of feature.","A subtable kind.","Ligature actions.","Ligatures.","A mark index.","A marked insert index.","The feature’s setting (aka selector).","The contextual glyph substitution state table.","A state table.","A state table.","A list of chain subtables.","A Metrics Variations Table.","","","","A Name Record.","A list of face names.","An iterator over face names.","A platform ID.","A Naming Table.","","","A platform-specific encoding ID.","A language ID.","A raw name data.","A Name ID.","A list of names.","A platform ID.","","","","","","","","","","","","","","","","","","","","","","","","","","A Chained Contextual Lookup Subtable.","A Chained Sequence Rule.","A set of ChainedSequenceRule.","A list of ChainedSequenceRule sets.","A value of Class Definition Table.","A Class Definition Table.","A Contextual Lookup Subtable.","A Coverage Table.","A Feature.","An index in FeatureList.","A list of Feature records.","A Feature Variations Table.","Simple glyph contexts.","Simple glyph contexts.","","","Class-based glyph contexts.","Class-based glyph contexts.","","","Coverage-based glyph contexts.","Coverage-based glyph contexts.","An index in LanguageSystemList.","A Language System Table.","A list of LanguageSystem records.","A Layout Table.","A Lookup Table.","Lookup table flags.","An index in LookupList.","A list of Lookup values.","A trait for parsing Lookup subtables.","A list of lookup subtables.","An iterator over lookup subtables.","A record that describes a range of glyph IDs.","A data storage used by ScriptList, LanguageSystemList and …","A trait to parse item in RecordList.","An iterator over RecordList values.","A Script Table.","An index in ScriptList.","A list of Script records.","A sequence rule record.","A sequence rule.","A set of SequenceRules.","A list of SequenceRuleSets.","An index in FeatureVariations.","Contains either glyph IDs or glyph Classes.","Default language.","Last glyph ID in the range","Array of indices into the FeatureList, in arbitrary order.","A list of all supported features.","Lookup qualifiers.","","","List of supported languages, excluding the default one. …","Contains either glyph IDs or glyph Classes.","","","","","A list of all lookups.","Index into GDEF mark glyph sets structure.","Parses raw data.","Parses raw data.","Index of a feature required for this language system.","A list of all supported scripts.","","First glyph ID in the range","Available subtables.","Script tag.","Language tag.","","Coverage Index of first glyph ID in range.","Used to substitute an alternate set of lookup tables to …","","","","","","","","","","","","","","","","","","","","","","","","Array of glyph IDs. Sorted.","Array of glyph ranges. Ordered by RangeRecord.start.","","","","","","","","","","","A form that is generally cursive in nature.","","","","","A face that is neither italic not obliqued.","A typically-sloped version of the regular face.","","Face permissions.","","","A script metrics used by subscript and superscript.","","","","A face style.","A OS/2 and Windows Metrics Table.","","","","Unicode Ranges.","A face weight.","A face width.","Table version.","X offset.","Horizontal face size.","Y offset.","Vertical face size.","An iterator over glyph names.","A PostScript Table.","Flag that indicates that the font is monospaced.","Italic angle in counter-clockwise degrees from the …","Underline metrics.","A strike of glyphs.","A list of Strikes.","An iterator over Strikes.","A Standard Bitmap Graphics Table.","The pixels per EM size for which this strike was designed.","The device pixel density (in PPI) for which this strike …","A list of Strikes.","An SVG documents.","A list of SVG documents.","An iterator over SvgDocumentsList values.","An SVG Table.","The SVG document data.","A list of SVG documents.","The last glyph ID, inclusive, for the range covered by …","The first glyph ID for the range covered by this record.","A Tracking Table.","A single track.","A track data.","A list of tracks.","An iterator over Tracks.","Horizontal track data.","The name table index for the track’s name.","A list of sizes.","A list of tracks.","A track value.","A list of tracking values for each size.","Vertical track data.","A Vertical Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the vmtx table.","A Vertical Origin Table.","Vertical origin metrics for the Vertical Origin Table.","Default origin.","Glyph ID.","A list of metrics for each glyph.","Y coordinate, in the font’s design coordinate system, of …","A multi-line text editor.","A weak reference to an Editor.","The bounds of the Editor.","A bunch of text.","A weak reference to a Paragraph.","The horizontal alignment of the Paragraph.","The minimum bounds of the Paragraph.","The vertical alignment of the Paragraph.","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","Display a horizontal or vertical rule for dividing content.","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","Produces the style of a rule.","The color of the rule.","The FillMode of the rule.","The radius of the line corners.","The width (thickness) of the rule line.","A set of asynchronous actions to be performed by some …","","A font.","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The theme used to draw the Program.","A set of interactive graphical elements with a specific …","Access the clipboard.","Run asynchronous actions.","Access the clipboard.","The Family of the Font.","Load and use fonts.","Track keyboard events.","Overlays for user interfaces.","Build interactive programs using The Elm Architecture.","The Stretch of the Font.","The Style of the Font.","Access the native system.","Handles a message and updates the state of the Program.","Implement your own event loop to drive a user interface.","Returns the widgets to display in the Program.","The Weight of the Font.","Build window-based GUI applications.","A clipboard action to be performed by some Command.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Read the current contents of the clipboard.","Read the current contents of the clipboard.","Read the current contents of primary.","Read the current contents of the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to primary.","Write the given contents to the clipboard.","An action that a Command can perform.","Run a clipboard action.","A set of asynchronous actions to be performed by some …","Run a Dnd action.","Run a Future to completion.","Load a font from its bytes.","Run a platform specific action","Run a Stream to completion.","Run a system action.","Run a widget action.","Run a window action.","Creates a Command that produces the Messages published …","A set of asynchronous actions to be performed by some …","The bytes of the font to load.","The message to produce when the font has been loaded.","Platform specific actions defined for wayland","phantom data variant in case the platform has not specific …","An action to be performed on the system.","End a Dnd operation.","Peek the current Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","End a Dnd operation.","Read the current contents of the Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","The actions of the Dnd operation.","The content of the Dnd operation.","The icon surface of the Dnd operation.","Whether the Dnd operation is internal.","The rectangles to register.","The source surface of the Dnd operation.","The surface to register.","","","","Glyphs in cursive fonts generally use a more informal …","An error while loading a font.","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","Load a font from its bytes.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","An overlay container that displays nested overlays","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The execution state of a Program. It leverages caching, …","The theme used to draw the Program.","Handles a message and updates the state of the Program.","Returns the widgets to display in the Program.","An operation to be performed on the system.","Contains informations about the system (e.g. system name, …","Query system information and produce T with the result.","Detailed processor model information","The number of physical cores on the processor","Model information for the active graphics adapter","Underlying graphics backend for rendering","Total RAM size, KB","Memory used by this process, KB","Operating system kernel version","The operating system name","Short operating system version number","Long operating system version","Reusable data of a specific UserInterface.","The UserInterface is outdated and needs to be rebuilt.","The resulting state after updating a UserInterface.","The UserInterface is up-to-date and can be reused without …","A set of interactive graphical elements with a specific …","The window::RedrawRequest when a redraw should be …","An operation to be performed on some window.","Change the window Icon.","Change the window Level.","Change the Mode of the window.","Close the window and exits the application.","Move the window with the left mouse button until the …","Fetch the raw identifier unique to the window.","Fetch if the current window is maximized or not.","Fetch if the current window is minimized or not.","Fetch the current Mode of the window.","Fetch the current logical dimensions of the window.","Bring the window to the front and sets input focus. Has no …","The id of the window.","Set the window to maximized or back","Set the window to minimized or back","Move the window to the given logical coordinates.","Request user attention to the window, this has no effect …","Resize the window to the given logical dimensions.","Data of a screenshot, captured with window::screenshot().","Screenshot the viewport of the window.","Show window menu at cursor position.","Spawns a new window with some Settings.","Toggle whether window has decorations.","Toggle the window to maximized or back","The bytes of the Screenshot.","Changes the Icon of the window.","Changes the window Level.","Changes the Mode of the window.","Closes the window with id.","Begins dragging the window while the left mouse button is …","Fetches an identifier unique to the window, provided by …","Fetches if the window is maximized.","Fetches if the window is minimized.","Fetches the current Mode of the window.","Fetches the window’s size in logical dimensions.","Subscribes to the frames of the window of the running …","Brings the window to the front and sets input focus. Has …","Maximizes the window.","Minimizes the window.","Moves the window to the given logical coordinates.","Request user attention to the window. This has no effect …","Resizes the window to the given logical dimensions.","Take screenshots of a window.","Captures a Screenshot from the window.","Show window menu at cursor position.","The size of the Screenshot.","Spawns a new window with the given settings.","Toggles the window decorations.","Toggles the window to maximized or back.","Errors that can occur when cropping a Screenshot.","The cropped region’s size is out of bounds.","Data of a screenshot, captured with window::screenshot().","The cropped region’s size is zero.","The bytes of the Screenshot.","The size of the Screenshot.","The amount of absolute offset in each direction of a …","Alignment of the scrollable’s content relative to it’s …","Both vertical and horizontal scrolling","The direction of Scrollable.","Content is aligned to the end of the Viewport","Horizontal scrolling","Properties of a scrollbar within a Scrollable.","The amount of relative offset in each direction of a …","A widget that can vertically display an infinite amount of …","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","Content is aligned to the start of the Viewport.","The local state of a Scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Vertical scrolling","The current Viewport of the Scrollable.","Returns the AbsoluteOffset of the current Viewport.","Returns the AbsoluteOffset of the current Viewport, but …","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","","","","","","Sets the alignment of the Scrollable .","","","","","","","","","","","","","","","","","","","","","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","","","","","","","","","","","Returns the bounds of the current Viewport.","","","","","","","","","","","","","","","","The Color of the scroller.","","","","","","Returns the content bounds of the current Viewport.","","","","","","","","","","","","","","","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","Draws a Scrollable.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Returns the Properties of the horizontal scrollbar, if any.","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes the layout of a Scrollable.","Sets the scrollbar margin of the Scrollable .","Computes the current mouse::Interaction of a Scrollable.","Creates new Properties for use in a Scrollable.","Creates a new State with the scrollbar(s) at the beginning.","Returns the RelativeOffset of the current Viewport.","Apply a scrolling offset to the current State, given the …","Produces a Command that scrolls the Scrollable with the …","","Scroll to the provided AbsoluteOffset.","Scrolls the Scrollable to a relative amount along the x …","Scrolls the Scrollable to a relative amount along the y …","The appearance of the Scroller of a scrollable.","Sets the scroller width of the Scrollable .","Returns whether any scroller is currently grabbed or not.","Produces a Command that snaps the Scrollable with the …","","Snaps the scroll position to a RelativeOffset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unsnaps the current scroll position, if snapped, given the …","Processes an Event and updates the State of a Scrollable …","Returns the Properties of the vertical scrollbar, if any.","Sets the scrollbar width of the Scrollable .","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The properties of the horizontal scrollbar.","The properties of the vertical scrollbar.","The appearance of a slider.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","An horizontal bar and a handle that selects a single value …","The local state of a Slider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","","","","","","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","","","The appearance of breakpoints.","","","","The Color of the handle.","The colors of the rail of the slider.","","","","","Produces the style of a slider that is being dragged.","Draws a Slider.","","","","","","","Returns the argument unchanged.","","","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","","Calls U::from(self).","","","","","","","","","Computes the current mouse::Interaction of a Slider.","Creates a new State.","The colors of the rail of the slider.","The shape of the handle.","","","","","","","","","Processes an Event and updates the State of a Slider …","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","An amount of empty space.","A Theme that uses a Custom palette.","The built-in dark variant.","The built-in light variant.","A built-in theme.","Change the appearance of an application.","Change the apperance of a button.","Change the appearance of a checkbox.","Change the appearance of a container.","Change the appearance of menus.","Change the appearance of a pane grid.","Change the appearance of a pick list.","Change the appearance of a progress bar.","Change the appearance of radio buttons.","Change the appearance of a rule.","Change the appearance of a scrollable.","Change the apperance of a slider.","Change the appearance of a svg.","Change the appearance of a text editor.","Change the appearance of a text input.","Use the built-in theme and styles.","Change the appearance of a toggler.","The appearance of an application.","The supported style of the StyleSheet.","A set of rules that dictate the style of an application.","Returns the Appearance of the application for the provided …","The background Color of the application.","The default icon Color of the application.","The default text Color of the application.","The appearance of a button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","Produces the disabled Appearance of a button.","Produces the hovered Appearance of a button.","The icon Color of the button.","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","The appearance of a checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","The Background of the checkbox.","The Border of hte checkbox.","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","The text Color of the checkbox.","The appearance of a container.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","The icon Color of the container.","The Shadow of the container.","The text Color of the container.","The appearance of a menu.","The supported style of the StyleSheet.","The style sheet of a menu.","Produces the Appearance of a menu.","The Background of the menu.","The Border of the menu.","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","The text Color of the menu.","The appearance of the hovered region of a pane grid.","A line.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Background of the pane region.","The Border of the pane region.","The Color of the Line.","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","The Line to draw when a split is picked.","The width of the Line.","The appearance of a pick list.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","The Background of the pick list.","The Border of the pick list.","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","The placeholder Color of the pick list.","The text Color of the pick list.","The appearance of a progress bar.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","Produces the style of a rule.","The color of the rule.","The FillMode of the rule.","The radius of the line corners.","The width (thickness) of the rule line.","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","The Color of the scroller.","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","The appearance of the Scroller of a scrollable.","The appearance of a slider.","The appearance of slider breakpoints.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","The appearance of breakpoints.","The color of the slider breakpoint.","The Color of the handle.","The colors of the rail of the slider.","Produces the style of a slider that is being dragged.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","The colors of the rail of the slider.","The shape of the handle.","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","The appearance of an SVG.","The supported style of the StyleSheet.","The stylesheet of a svg.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","The Background of the text editor.","The Border of the text editor.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","The Background of the text input.","The Border of the text input.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","The icon Color of the text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The style of an application.","A simple box.","The style of a button.","The style of a checkbox.","Colored text.","The style of a container.","A Theme with a customized Palette.","A Theme that uses a Custom palette.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","The danger style.","The danger style.","The built-in dark variant.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","No filtering to the rendered SVG.","The default style.","The default style.","The default style.","The default style.","The destructive style.","The built-in light variant.","The style of a menu.","A color palette.","The style of a pane grid.","The style of a pick list.","The positive style.","The primary style.","The primary style.","The primary style.","The style of a progress bar.","The style of a radio button.","The style of a rule.","The style of a scrollable.","The secondary style.","The secondary style.","The style of a slider.","The success style.","The success style.","Svg","The style of text.","The text style.","The style of a text input.","The style of a text input.","A built-in theme.","The style of a toggler.","No style.","The background Color of the Palette.","The danger Color of the Palette.","Define the colors of a theme.","The primary Color of the Palette.","The success Color of the Palette.","The text Color of the Palette.","A set of background colors.","A set of danger colors.","The built-in dark variant of an Extended palette.","The built-in light variant of an Extended palette.","An extended set of colors generated from a Palette.","Recommended background, icon, and text Color.","A color palette.","A set of primary colors.","A set of secondary colors.","A set of success colors.","The background Color of the Palette.","The set of background colors.","The base background color.","The base primary color.","The base secondary color.","The base success color.","The base danger color.","The background color.","The danger Color of the Palette.","The set of danger colors.","The icon color, which defaults to the text color.","Whether the palette is dark or not.","The primary Color of the Palette.","The set of primary colors.","The set of secondary colors.","A stronger version of the base background color.","A stronger version of the base primary color.","A stronger version of the base secondary color.","A stronger version of the base success color.","A stronger version of the base danger color.","The success Color of the Palette.","The set of success colors.","The text Color of the Palette.","The text color.","A weaker version of the base background color.","A weaker version of the base primary color.","A weaker version of the base secondary color.","A weaker version of the base success color.","A weaker version of the base danger color.","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","Returns the active Appearance of the toggler for the …","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","The appearance of an SVG.","A handle of Svg data.","The supported style of the StyleSheet.","The stylesheet of a svg.","A vector graphics image.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","An interaction with an Editor.","The appearance of a text input.","Delete the previous character.","Click the Editor at the given Point.","The content of a TextEditor.","Delete the next character.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","Move to the end of the line.","Break the current line.","Move to the start of the line.","Insert the given character.","Move left.","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A multi-line text input.","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Produces the style of an active text input.","","","","","","The Background of the text editor.","The Border of the text editor.","","","","","Returns the current cursor position of the Content.","","","","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","","","Produces the style of a focused text input.","Returns the argument unchanged.","","","Produces the style of an hovered text input.","","Calls U::from(self).","","","","","","","","Returns the text of the line at the given index, if it …","Returns the amount of lines of the Content.","Returns an iterator of the text of the lines in the Content…","Creates an empty Content.","Performs an Action on the Content.","Produces the Color of the placeholder of a text input.","Returns the selected text of the Content.","Produces the Color of the selection of a text input.","Returns the text of the Content.","","","","","","","","Produces the Color of the value of a text input.","Creates a Content with the given text.","The amount of lines to scroll.","The appearance of a text input.","The cursor of a text input.","The default Padding of a TextInput.","The content of the Icon.","The left side of a TextInput.","The right side of a TextInput.","The side of a TextInput.","The state of a TextInput.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A field that can be filled with text.","The value of a TextInput.","Produces the style of an active text input.","","","","","","","","","","","","","","","","","","","","","","","","","","The Background of the text input.","The Border of the text input.","","","","","","","","","","","","","","","","","","","","","","","","","","The unicode code point that will be used as the icon.","","","","","","Track the cursor of a text input.","Returns the Cursor of the TextInput.","","","","","","","","","","","","","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Draws the TextInput with the given Renderer, overriding its","","","","","","","","","","","","Produces a Command that focuses the TextInput with the …","","Focuses the TextInput.","Produces the style of a focused text input.","Creates a new State, representing a focused TextInput.","The font that will be used to display the code_point.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Produces the style of an hovered text input.","The icon Color of the text input.","","","","","","Inserts a new char at the given grapheme index.","Inserts a bunch of graphemes at the given grapheme index.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the Value is empty or not.","Returns whether the TextInput is currently focused or not.","","Computes the layout of a TextInput.","Returns the total amount of graphemes in the Value.","Computes the current mouse::Interaction of the TextInput.","Produces a Command that moves the cursor of the TextInput …","","Moves the Cursor of the TextInput to an arbitrary location.","Produces a Command that moves the cursor of the TextInput …","Moves the Cursor of the TextInput to the end of the input …","","Produces a Command that moves the cursor of the TextInput …","Moves the Cursor of the TextInput to the front of the …","","Creates a new Value from a string slice.","Creates a new State, representing an unfocused TextInput.","Returns the position of the next end of a word from the …","Produces the Color of the placeholder of a text input.","Returns the position of the previous start of a word from …","Removes the grapheme at the given index.","Removes the graphemes from start to end.","Returns a new Value with all its graphemes replaced with …","Returns a new Value containing the graphemes from start …","Produces a Command that selects all the content of the …","Selects all the content of the TextInput.","","Returns the current selection of the Cursor for the given …","Produces the Color of the selection of a text input.","The side of a TextInput where to display the Icon.","The font size of the content.","The spacing between the Icon and the text in a TextInput.","Returns the State of the Cursor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unfocuses the TextInput.","","Returns a new Value containing the graphemes until the …","Processes an Event and updates the State of a TextInput …","Produces the Color of the value of a text input.","The cursor of a text input.","Cursor without a selection","Cursor selecting a range of text","The state of a Cursor.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","The end of the selection","The start of the selection","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","A toggler widget.","Returns the active Appearance of the toggler for the …","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","The tooltip will appear on the bottom of the widget.","The tooltip will follow the cursor.","The tooltip will appear on the left of the widget.","The position of the tooltip. Defaults to following the …","The tooltip will appear on the right of the widget.","An element to display a widget over another.","The tooltip will appear on the top of the widget.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of a slider.","A circular handle.","The appearance of the handle of a slider.","The shape of the handle of a slider.","A rectangular shape.","The local state of a VerticalSlider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","An vertical bar and a handle that selects a single value …","Produces the style of an active slider.","","","","","","The border Color of the handle.","The border width of the handle.","","","The appearance of breakpoints.","","","","The Color of the handle.","","","","","Produces the style of a slider that is being dragged.","Draws a VerticalSlider.","","","","","","","Returns the argument unchanged.","","","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","","Calls U::from(self).","","","","","","","","","Computes the current mouse::Interaction of a VerticalSlider…","Creates a new State.","The colors of the rail of the slider.","The shape of the handle.","","","","","","","","","Processes an Event and updates the State of a …","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","An interactive, native cross-platform application.","A buffer for short-term storage and transfer within and …","An error that occurred while running an application.","The futures executor could not be created.","The data needed to initialize your Application.","The application graphics context could not be created.","An event loop proxy that implements Sink.","The settings of an application.","The application window could not be created.","","","","","Create interactive, native cross-platform applications.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Access the clipboard.","","","","","","","","","Creates a new Clipboard for the given window.","Convert winit types into iced_runtime types, and viceversa.","","","","","","","","","","","","","","","The data needed to initialize an Application.","","","","","The fonts to load on boot.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","The identifier of the application.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Initializes the Application with the flags provided to run …","Creates a new Proxy from an EventLoopProxy.","","","","","","Reads the current content of the Clipboard as text.","","","Reads the current content of the Primary as text.","","","Returns the scale factor of the Application.","","","Configure your application.","","","Returns the Style variation of the Theme.","Returns the event Subscription for the current state of the","Returns the current Theme of the Application.","Returns the current title of the Application.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Clipboard that isn’t associated with a …","The window::Settings.","","Writes the given text contents to the Clipboard.","","","Writes the given text contents to the Primary.","","An interactive, native cross-platform application.","Dnd Event","The data needed to initialize your Application.","Application Message","CLipboard Message","The state of a windowed Application.","Wrapper aroun application Messages to allow for more …","","","","","","","","","","","Returns the current background Color of the State.","","","","","Builds a UserInterface for the provided Application, …","","","","","Returns the current cursor position of the State.","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the current icon Color of the State.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the logical Size of the Viewport of the State.","Returns the current keyboard modifiers of the State.","Initializes the Application with the flags provided to run …","Creates a new State for the provided Application and …","Returns the physical Size of the Viewport of the State.","Returns true if the provided event should cause an …","Runs an Application with an executor, compositor, and the …","Runs the actions of a Command.","Returns the current scale factor of the Viewport of the …","Returns the scale factor of the Application.","Returns the Style variation of the Theme.","Returns the event Subscription for the current state of the","subscription mapper helper","Synchronizes the State with its Application and its …","Returns the current text Color of the State.","Returns the current Theme of the Application.","Returns the current theme of the State.","Returns the current title of the Application.","Returns the current title of the State.","","","","","","","","","","","","","","","Updates an Application by feeding it the provided …","Processes the provided window event and updates the State …","Returns the current Viewport of the State.","Returns the version of the Viewport of the State.","the actions of the dnd","the content of the dnd","the icon if any This is actually an Element","internal dnd","the surface the dnd is started from","A buffer for short-term storage and transfer within and …","Converts a physical cursor position to a logical Point.","Converts a window::Mode to a winit fullscreen mode.","Converts some window::Icon into it’s winit counterpart.","Converts a VirtualKeyCode from winit to an iced key code.","Converts a winit fullscreen mode to a window::Mode.","Converts some ModifiersState from winit to an iced …","Converts a MouseButton from winit to an iced mouse button.","Converts a mouse::Interaction to a winit cursor icon.","Converts a window::Position to a winit logical position …","Converts a Touch from winit to an iced touch event.","Converts some UserAttention into it’s winit counterpart.","Converts a window::Mode to a visibility flag.","Converts a winit window event into an iced event.","Converts a window::Level to a winit window level.","Converts some window::Settings into a WindowBuilder from …","An antialiasing strategy.","The graphics backend of a Renderer.","An error occured in the context’s internal backend","A cached primitive.","A clip primitive","A graphics compositor that can draw to windows.","A backend-specific primitive.","A type that has some damage bounds.","An editor primitive","An error that occurred while creating an application’s …","A fill which linearly interpolates colors along a …","A mesh with a gradient.","A suitable graphics adapter or device could not be found.","A group of primitives","An image primitive","A linear gradient interpolates colors along a direction …","Multisample AA with 16 samples","Multisample AA with 2 samples","Multisample AA with 4 samples","Multisample AA with 8 samples","A low-level primitive to render a mesh of triangles.","Failed to find any pixel format that matches the criteria.","A paragraph primitive","A rendering primitive.","The custom kind of primitives this Backend supports.","A quad primitive","A raw cosmic-text primitive","A backend-agnostic renderer that supports all the built-in …","The iced renderer of the backend.","The settings of the backend.","A mesh with a solid color.","The surface of the backend.","An SVG primitive","A text primitive","A 2D transformation matrix.","A primitive that applies a translation","The requested backend version is not supported.","A viewing region for displaying computer graphics.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Write a graphics backend.","Returns a reference to the Backend of the Renderer.","","","","","","","","","","","","","","","","","Returns the bounds of the Damage.","","","","","","","","","","","","Creates a Primitive::Clip.","","","","","","","","","","","","","Manage colors for shaders.","","","","","","","","","A compositor is responsible for initializing a renderer …","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Track and compute the damage of graphical primitives.","","","","","","","","","","","","","","","","","","","","","","","Enqueues the given Primitive in the Renderer for drawing.","","","","","","","","","Ends the recording of a layer.","Ends the recording of a translation.","","","","","","","","","Returns Information used by this Compositor.","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Build and draw geometry.","A gradient that can be used as a fill for some geometry.","Creates a Primitive::Group.","Get the identity transformation.","Load and operate on images.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls 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 logical size of the Viewport.","Draw triangles!","","Creates a new Compositor.","Creates a new Renderer from the given Backend.","Creates an orthographic projection.","Packs the Gradient for use in shader code.","Returns the physical height of the Viewport.","Returns the physical size of the Viewport.","Returns the physical width of the Viewport.","Presents the Renderer primitives to the next frame of the …","Returns the projection transformation of the Viewport.","Create a renderer from a Backend.","Returns the amount of samples of the Antialiasing.","Creates a scale transformation.","Returns the scale factor of the Viewport.","Screenshots the current Renderer primitives to an …","Starts recording a new layer.","Starts recording a translation.","Draw text.","","","","","","","","","Creates a Primitive::Translate.","Creates a translate transformation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Viewport with the given logical dimensions …","Creates a new Viewport with the given physical dimensions …","Runs the given closure with the Backend and the recorded …","","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","The background of the quad","The Border of the quad","The border radii of the image","The bounds of the text.","The bounds of the quad","The bounds of the image","The bounds of the viewport","The bounds of the clip","The clip bounds of the text.","The clip bounds of the paragraph.","The clip bounds of the editor.","The color of the text.","The color of the paragraph.","The color of the editor.","The Color filter","The contents of the text.","The content of the clip","The primitive to translate","The cached primitive","The editor::Weak reference.","The filter method of the image","The font of the text.","The handle of the image","The path of the SVG file","The horizontal alignment of the text.","The line height of the text.","The paragraph::Weak reference.","The position of the paragraph.","The position of the editor.","The primitives of the group","The Shadow of the quad","The shaping strategy of the text.","The size of the text in logical pixels.","The translation vector","The vertical alignment of the text.","The graphics backend of a Renderer.","A graphics backend that supports image rendering.","The custom kind of primitives this Backend supports.","A graphics backend that supports SVG rendering.","A graphics backend that supports text rendering.","Returns the dimensions of the provided image.","Loads a font from its bytes.","Returns the viewport dimensions of the provided SVG.","A flag that indicates whether the renderer should perform …","A color packed as 4 floats representing RGBA channels.","","","","","","","","","","","Returns the internal components of the Packed color.","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","Packs a Color.","","","","","","","","","A graphics compositor that can draw to windows.","Contains information about the graphics (e.g. graphics …","Invalid dimensions","The swap chain has been lost and needs to be recreated.","There is no more memory left to allocate a new frame.","The underlying surface has changed, and therefore the …","Present Error","The iced renderer of the backend.","Resize Error","The settings of the backend.","The surface of the backend.","Result of an unsuccessful call to Compositor::present.","A timeout was encountered while trying to acquire the next …","A window that can be used in a Compositor.","","","Contains the graphics adapter.","","","","","","","","","Contains the graphics backend.","","","","","","","","","","","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","","","","","","","","","","","Returns Information used by this Compositor.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Screenshots the current Renderer primitives to an …","","","","","","","","","","","","","","","","","","Alignment on the axis of a container.","The black color.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A Size with infinite width and height.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","The origin (i.e. a Point at (0, 0)).","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","The range of radians of a circle.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A color with no opacity.","A paragraph.","A touch event","A Size with a width and height of 1 unit.","A 2D vector.","The white color.","A component that displays information and allows …","A window event","Padding of zero","A Size with zero width and height.","The zero Vector.","Transparency, 0.0 - 1.0","","","","","","","","","","","","","","","","","","","","","","","","","","Align and position widgets.","Returns whether the widgets of the current application …","Returns the area of the Rectangle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the Widget of the Element,","Returns a mutable reference to the Widget of the Element,","Blue component, 0.0 - 1.0","","The blur radius of the shadow.","Draw lines around containers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bottom padding","Returns the bounds of the Layout.","The bounds of the paragraph.","","","","","","","","","","","","","","","","","","","","","","","Returns the Point at the center of the Rectangle.","Returns the X coordinate of the Point at the center of the …","Returns the Y coordinate of the Point at the center of the …","Returns the state Tree of the children of the Widget.","Returns an iterator over the Layout of the children of a …","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","","","","","","","","","","","","","","","","","","","","","","","Returns true if the given Point is contained in the …","Returns true if the given Point is contained in the …","The content of the paragraph.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Reconciliates the Widget with the provided Tree.","Computes the distance to another Point.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","","","","","","","","","","","","","","","","","","","","","","","Ends a DnD operation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Handle events of a user interface.","Expands the Rectangle a given amount.","Expands this Size by the given amount.","Marks the Element as to-be-explained.","The Family of the Font.","Returns the fill factor of the Length.","Fills a Quad with the provided Background.","","Attempt to apply the given fit for a content size within …","Fits the Padding between the provided inner and outer Size.","Returns the “fluid” variant of the Length.","","","","","","","","","","","","","","","","","","","","","","Load and use fonts.","The font of the Text.","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Color from its linear RGBA components.","Creates a Color from its RGB components.","Creates a Color from its RGB8 components.","Creates a Color from its RGBA components.","Creates a Color from its RGB8 components and an alpha …","","","","","","","","","","","","","","","","","","","","","","","","Green component, 0.0 - 1.0","Colors that transition progressively.","","","","Height of the rectangle.","The height.","Returns the total amount of horizontal Padding.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","","","","","","","","","","","","","","","","","","","","","","","Computes the intersection with the given Rectangle.","Returns whether the Rectangle intersects with the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts the Color into its linear values.","Converts the Color into its RGBA8 equivalent.","","","","","","","","","","","","","","","","","","","","","","","Invalidates the current application layout.","Invalidates the current application widgets.","Returns the inverted Color.","Inverts the Color in-place.","Returns true if the Shell contains no published messages","Returns true iff the Length is either Length::Fill or","Returns whether the current layout is invalid or not.","Returns true if the cursor is over the Overlay.","Returns true if the current Rectangle is completely within …","Returns true if the current Rectangle is completely within …","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Applies a transformation to the produced message of the …","Returns the maximum of each component of this size and …","Merges the current Shell with another one by applying the …","Returns the minimum of each component of this size and …","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","","","Adjust the opacity of the gradient by a multiplier applied …","Creates a new Element containing the given Widget.","Creates a new Layout for the given Node at the origin.","Creates a new Color.","Create a Padding that is equal on all sides","Creates a new Point with the given coordinates.","Creates a new Rectangle with its top-left corner in the …","Creates a new Shell with the provided buffer of messages.","Creates a new Size with the given width and height.","Creates a new Vector with the given components.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","","","","Consider using peek_dnd instead Peeks the data on the DnD …","Returns the position of the Layout.","Returns the position of the top left corner of the …","Publish the given Message for an application to process it.","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Returns the request a redraw should happen, if any.","Starts a DnD operation.","Write your own renderer.","Requests a new frame to be drawn.","Triggers the given function if the layout is invalid, …","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","Returns the Size of the Rectangle.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Snaps the Rectangle to unsigned integer coordinates.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","","","","","","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Calculates the line in which the angle intercepts the …","","","","","","","","","","","","","","","","","","","","","","Top padding","Build touch events.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes the union with the given Rectangle.","Returns the total amount of vertical Padding.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Creates a new Layout for the given Node with the provided …","Creates a new default Border with the given Radius.","Creates a new Rectangle with its top-left corner at the …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A border.","The border radii for the corners of a graphics primitive …","","","","","","","","","","","The color of the border.","","","","","","","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","","","","","","","","","The radius of the border.","","","","","","","","","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","","","","Appends the list of DnD destination rectangles to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Ends a DnD operation.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the list of DnD destination rectangles. This …","","","","Creates a new DndDestinationRectangles.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Pushes a new rectangle to the list of DnD destination …","Reads the current content of the Clipboard as text.","","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new DndDestinationRectangles with the given …","Writes the given text contents to the Clipboard.","","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Merges two Status into one.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","","","Adds a new ColorStop, defined by an offset and a color, to …","Adds multiple ColorStops to the gradient.","How the Gradient is angled within its bounds.","","","","","","","","","","","","","","","","","","","The color of the gradient at the specified offset.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Creates a new Linear gradient with the given angle in …","Offset along the gradient vector.","ColorStops along the linear gradient path.","","","","","","","","","","","","","","","","","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Compare two Ids for equality based on their number or name","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Creates a custom Id.","resets the id counter","","","","","","","","","","","","","","","","","","Creates a unique Id.","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the image Data.","","","","","","","","","","","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Creates an image Handle containing the image data directly.","Creates an image Handle pointing to the image of the given …","Creates an image Handle containing the image pixels …","","","","","","","","","Returns the unique identifier of the Handle.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates new Bytes around data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","No limits","The bounds of an element and its children.","","","Aligns the Node in the given space.","Mutable reference version of Self::align.","","","","","","","","","Computes the resulting Node that fits the Limits given …","","","","","Returns the bounds of the Node.","","","Returns the children of the Node.","","","","","","","Computes the resulting Node that fits the Limits given …","Creates a new Node that wraps a single child with some …","","","","","","","","","Distribute elements using a flex-based layout.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Applies a height constraint to the current Limits.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Removes the minimum width constraint for the current Limits…","Returns the maximum Size of the Limits.","Applies a maximum height constraint to the current Limits.","Applies a maximum width constraint to the current Limits.","Returns the minimum Size of the Limits.","Applies a minimum height constraint to the current Limits.","Applies a minimum width constraint to the current Limits.","Moves the Node to the given position.","Mutable reference version of Self::move_to.","Creates new Limits with the given minimum and maximum Size.","Creates a new Node with the given Size.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Size that fits the Limits given …","Shrinks the current Limits by the given Size.","Returns the Size of the Node.","Computes the resulting Node that fits the Limits given …","","","Translates the Node by the given translation.","","","","","","","","","","","","","","","Applies a width constraint to the current Limits.","Creates a new Node with the given Size and children.","The main axis of a flex layout.","The horizontal axis","The vertical axis","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Computes the flex layout with the given axis and limits, …","","","","","","","","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Track mouse clicks.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","Calls 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 Cursor is over the given bounds.","Returns the Kind of Click.","Creates a new Click with the given position and previous …","","Returns the position of the Click.","Returns the absolute position of the Cursor, if available.","Returns the relative position of the Cursor from the given …","Returns the relative position of the Cursor inside the …","Returns the absolute position of the Cursor, if available …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","","","","","","","","","","","","","","","","","","","","","","","","Draws the Overlay using the associated Renderer.","Draws the Element and its children using the given Layout.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns a Group of overlay Element children.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if the cursor is over the Element.","","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Computes the layout of the Element in the given bounds.","","Applies a transformation to the produced message of the …","Returns the current mouse::Interaction of the Element.","","Returns the current mouse::Interaction of the Overlay.","Creates a new Element containing the given Overlay.","Creates an empty Group.","Processes a runtime Event.","","Processes a runtime Event.","Applies a widget::Operation to the Element.","","Applies an Operation to the Overlay.","Returns the nested overlay of the Element, if there is any.","Turns the Group into an overlay overlay::Element.","","Returns the nested overlay of the Overlay, if there is any.","Returns the position of the Element.","Adds an overlay::Element to the Group.","Translates the Element.","","","","","","","","","","","","","","","Creates a Group with the given elements.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","","","","","","","","","","","","","","","","The Border of the Quad.","","","","","","","The bounds of the Quad.","","","","Clears all of the recorded primitives in the Renderer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Fills a Quad with the provided Background.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","The color to apply to symbolic icons.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Null renderer.","The scale factor","The Shadow of the Quad.","The text color","","","","","","","","","","","","","","","","","","","","","","","","","Draws the primitives recorded in the given closure in a …","","Applies a translation to the primitives recorded in the …","","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the SVG Data.","","","","","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Creates an SVG Handle from raw bytes containing either an …","Creates an SVG Handle pointing to the vector image of the …","","","","","Returns the unique identifier of the Handle.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","","","","","","","","","","","","","","","Returns the current boundaries of the Editor.","The bounds of the paragraph.","","","Notifies the Highlighter that the line at the given index …","","","","","Compares the Paragraph with some desired Text and returns …","","","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Computes the cursor position of the Hit .","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","","","","","","","Edit text.","","","","","","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","","","The font of the Text.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","","","","","","","","","","","","","","","","","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the current boundaries of the Editor.","","","","","","","","","","","","","","","","","","","","","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","","","","","","","","","","","Returns the Direction of the Motion.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Runs a text Highlighter in the Editor.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the Action is an editing action.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Updates the Editor with some new attributes.","Widens the Motion, if possible.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","","","","","","","","","","","","","","","","","Notifies the Highlighter that the line at the given index …","","","","","","The Color of the text.","","","Returns the current line of the Highlighter.","","","","","","","","","","","","The Font of the text.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Highlights the given line.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Creates a new Highlighter from its Self::Settings.","","","","","","","","","","","","","","","","","","Updates the Highlighter with some new Self::Settings.","","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","The maximum duration.","The duration of one microsecond.","The duration of one millisecond.","The duration of one nanosecond.","The duration of one second.","A duration of zero time.","Computes the absolute difference between self and other.","","","Panics","","","","","","","","","","","","Returns the total number of whole microseconds contained …","Returns the total number of whole milliseconds contained …","Returns the number of milliseconds contained by this …","Returns the number of milliseconds contained by this …","Returns the total number of nanoseconds contained by this …","Returns the number of whole seconds contained by this …","Returns the number of seconds contained by this Duration …","Returns the number of seconds contained by this Duration …","","","","","","","Returns Some(t) where t is the time self + duration if t …","Checked Duration addition. Computes self + other, …","Checked Duration division. Computes self / other, …","Returns the amount of time elapsed from another instant to …","Checked Duration multiplication. Computes self * other, …","Returns Some(t) where t is the time self - duration if t …","Checked Duration subtraction. Computes self - other, …","","","","","","","","","","","","","","","","","","","Divide Duration by Duration and return f32.","Divide Duration by Duration and return f64.","Divide Duration by f32.","Divide Duration by f64.","","","Returns the amount of time elapsed from another instant to …","Returns the amount of time elapsed since this instant.","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Creates a new Duration from the specified number of days.","Creates a new Duration from the specified number of hours.","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of whole …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","","","Creates a new Duration from the specified number of weeks.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns true if this Duration spans no time.","","","Multiplies Duration by f32.","Multiplies Duration by f64.","Creates a new Duration from the specified number of whole …","Returns an instant corresponding to “now”.","","","Saturating Duration addition. Computes self + other, …","Returns the amount of time elapsed from another instant to …","Saturating Duration multiplication. Computes self * other, …","Saturating Duration subtraction. Computes self - other, …","","","Returns the amount of time elapsed from another instant to …","","","","Returns the fractional part of this Duration, in whole …","Returns the fractional part of this Duration, in whole …","Returns the fractional part of this Duration, in …","","","","","","","","","The checked version of from_secs_f32.","The checked version of from_secs_f64.","","","","","","","","","","","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","","","","","","Operates on a widget that contains other widgets.","Operates on a custom widget.","","","","","","","Reconciliates the Widget with the provided Tree.","Reconciliates the current tree with the provided Widget.","Reconciles the children of the tree with the provided list …","Reconciliates the children of the tree with the provided …","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","","","","","Creates an empty, stateless Tree with no children.","Finds a widget state in the tree by its id.","Finishes the Operation and returns its Outcome.","","Operates on a widget that can be focused.","Sets the Font of the Text.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Sets the height of the Text boundaries.","Sets the alignment::Horizontal of the Text.","","Returns the id of the widget","the Id of the Tree","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Returns the layout::Node of the Widget.","","Sets the LineHeight of the Text.","Returns the current mouse::Interaction of the Widget.","Create a new fragment of Text with the given contents.","Creates a new Tree for the provided Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","","Sets the id of the widget This may be called while diffing …","Sets the Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","Sets the size of the Text.","","Returns a Size hint for laying out the Widget.","","Returns the State of the Widget.","The State of the Tree.","Sets the style of the Text.","","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","","Store internal widget state in a state tree to ensure …","","","","","","","","","","","","","","","","","","","","","","Sets the alignment::Vertical of the Text.","Sets the width of the Text boundaries.","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","","","","","","","","","","","","","","","","","","","","","","","","","","","","Operates on a widget that contains other widgets.","","","Operates on a custom widget.","","","","","","","","","","","Finishes the Operation and returns its Outcome.","","Focuses the widget.","Operate on widgets that can be focused.","","","Operates on a widget that can be focused.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Creates a new MapOperation.","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","","","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","","","Operates on a widget that has text input.","","","","","","","","","","","","","","","","","","","","","","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","","","","","","","","","","","","Produces an Operation that generates a Count and chains it …","","","","","","","","","Produces an Operation that searches for the current …","","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Returns whether the widget is focused or not.","","The total amount of focusable widgets.","","","","","","","","Unfocuses the widget.","The amount of absolute offset in each direction of a …","A relative offset that points to the bottom-right of a …","The amount of relative offset in each direction of a …","A relative offset that points to the top-left of a …","The internal state of a widget that can be scrolled.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","","","","","","","","","","","","","","","","","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","","","","","Produces the Appearance of some text.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Color of the text.","","","","","","","","","","","","","","","","","Draws text using the same logic as the Text widget.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Produces the layout::Node of a Text widget.","Returns the LineHeight in absolute logical pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","","","","","","","","","","","","","","","","","The children of the root widget of the Tree.","","","","","","","","","","","Reconciliates the current_children with the provided list …","Downcasts the State to T and returns a mutable reference …","Downcasts the State to T and returns a reference to it.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","the Id of the Tree","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Creates a new State.","Creates a Tag for a state of type T.","","The State of the Tree.","Creates a Tag for a stateless widget.","The tag of the Tree.","","","","","","","","","","","","","","","","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether the window should have a border, a title bar, etc. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether the window will close when the user requests it, …","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Change the icon of a window.","The icon of the window.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls 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 raw data of the Icon.","","","","","","","","","The window Level.","The maximum size of the window.","The minimum size of the window.","","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","","","","","","","","","Whether the window should be transparent.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","","","","","","","","","","","","","","","Returns the argument unchanged.","","Builds an Icon from its RGBA pixels in the sRGB color …","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","","Sets the application id of the window.","","","","","","","","","","","Whether the window should have a border, a title bar, etc. …","","","","","","","","","Whether the window will close when the user requests it, …","","Returns the argument unchanged.","","","The icon of the window.","","Calls U::from(self).","","","","","","","","","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","","Whether the window should be transparent.","","","","","","","","Whether the window should be visible or not.","A type that has some damage bounds.","Returns the bounds of the Damage.","Groups the given damage regions that are close together …","Computes the damage regions between the two given lists of …","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","","","","","","","","","","","The underlying implementations of the iced_futures …","Batches all the provided subscriptions and returns the …","","","","","Boxes a stream.","Broadcasts an event to all the subscriptions currently …","","","","","","","","","","","Runs the given closure inside the Executor.","Runs the given closure inside the Executor of the Runtime.","Listen to runtime events.","Choose your preferred executor to power a runtime.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Creates a Subscription from a Recipe describing it.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns the different recipes of the Subscription.","","","Listen to keyboard events.","Transforms the Subscription output with the given function.","Creates a new Executor.","Creates a new empty Runtime.","Returns an empty Subscription that will not produce any …","Runs a Stream in the Runtime until completion.","Spawns a future in the Executor.","Spawns a Future in the Runtime.","Listen to external events in your application.","Tracks a Subscription in the Runtime.","","","","","","","","","","","","","","","Adds a value to the Subscription context.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","Listen and react to time.","","","","","","","","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a bounded mpsc channel for communicating between …","","","","","","","","","Closes the receiving half of a channel, without dropping …","Closes the receiving half of a channel, without dropping …","Closes this channel from the sender side, preventing any …","Closes this channel from the sender side, preventing any …","","","","","","","","","","","","","","","","","","","","","","Disconnects this sender from the channel, closing it if …","Disconnects this sender from the channel, closing it if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Hashes the receiver into the provided hasher","Hashes the receiver into the provided hasher","","","","","","","","Calls U::from(self).","Calls 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 message that was attempted to be sent but …","Drops the message and converts into a SendError.","","","","","","","","Returns whether this channel is closed without needing a …","Returns whether this channel is closed without needing a …","Returns whether the sender send to this receiver.","Returns whether the sender send to this receiver.","Returns true if this error is a result of the receiver …","Returns true if this error is a result of the receiver …","Return false is channel has no queued messages, true …","Returns true if this error is a result of the channel …","Returns true if this error is a result of the channel …","","","Return the number of messages in the queue or 0 if channel …","","","","","","","","","Polls the channel to determine if there is guaranteed …","","","","Check if the channel is ready to receive a message.","Returns whether the senders send to the same receiver.","Returns whether the senders send to the same receiver.","","","Send a message on the channel.","","","","Send a message on the channel.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tries to receive the next message without notifying a …","Tries to receive the next message without notifying a …","","","Attempts to send a message on this Sender, returning the …","","","","","","","","","","","","","","","","","","","","","","Creates an unbounded mpsc channel for communicating …","Sends a message along this channel.","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a future that resolves when this Sender’s …","Creates a new one-shot channel for sending a single value …","","","Gracefully close this receiver, preventing any subsequent …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tests to see whether this Sender’s corresponding Receiver","Tests to see whether this Sender is connected to the given …","","","","Polls this Sender half to detect whether its associated …","Completes this oneshot with a successful result.","","","","","","","","","","","","","","","","","","","","","Attempts to receive a message outside of the context of a …","","","","","","","","","","","","","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","","","","","","","","Execute the closure f immediately after each worker thread …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Execute closure f just prior to shutting down each worker …","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","","","","","","","","","","","","","","","Create a default thread pool configuration, which can then …","","","","","","","","","","","","","","","","","","","","Create a ThreadPool with the given configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Marks the current thread as being within the dynamic …","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert this BlockingStream into the inner Stream type.","","","","","","","","","Set thread name prefix of a future ThreadPool.","","Creates a new thread pool with the default configuration.","Create a default thread pool configuration.","Create a new, empty pool of tasks.","","","","","","Set size of a future ThreadPool","Run all tasks in the pool to completion.","Runs all the tasks in the pool until the given future …","Runs all tasks in the pool and returns if no more progress …","","","","","","Spawns a future that will be run to completion.","Spawns a task that polls the given future with output () to","Get a clonable handle to the pool as a Spawn.","Set stack size of threads in the pool, in bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runs all tasks and returns after completing one future or …","","","","","","","","","","","","","","","","","","","","","","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Advance the internal cursor of the slice.","Advance the internal cursor of the slice.","Advance a slice of slices.","Advance a slice of slices.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the internally buffered data.","Returns a reference to the internally buffered data.","Returns a reference to buf_writer’s internally buffered …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an adaptor which will chain this stream with …","","","","","","","","","","","Creates a future which will entirely close this AsyncWrite.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tells this buffer that amt bytes have been consumed from …","","","","","","","","","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to downcast the inner error to E if any.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Constructs a new handle to an empty reader.","Returns the end index of this window into the underlying …","","","","","","","","","","","","","Creates a future which will wait for a non-empty buffer to …","","Creates a future which will entirely flush this AsyncWrite.","","","","","","","","","","","Shows a human-readable description of the ErrorKind.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts TryReserveError to an error with …","Converts a alloc::ffi::NulError into a Error.","","Returns the argument unchanged.","","Converts an ErrorKind into an Error.","","","Converts Calloop’s error type into a std::io::Error.","","","Converts Calloop’s error type into a std::io::Error.","Convert a serde_json::Error into an io::Error.","","","","","","Convert the Error to an io::Error, preserving the original …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new instance of an Error from a particular OS …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a mutable reference to the inner error wrapped by …","Returns a mutable reference to the contained IO object.","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Gets mutable references to the underlying readers in this …","Gets a mutable reference to the underlying value in this …","Acquires a mutable reference to the underlying sink or …","Gets a mutable reference to the underlying buffer inside …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Gets pinned mutable references to the underlying readers …","Acquires a pinned mutable reference to the underlying sink …","Returns a reference to the inner error wrapped by this …","Returns a reference to the contained IO object.","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Gets references to the underlying readers in this Chain.","Gets a reference to the underlying value in this cursor.","Acquires a reference to the underlying sink or stream that …","Gets a shared reference to the underlying buffer inside of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes the Error, returning its inner error (if any).","Consumes self and returns the contained IO object.","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes the Chain, returning the wrapped readers.","Consumes this cursor, returning the underlying value.","Consumes this combinator, returning the underlying sink or …","Consumes this Window, returning the underlying buffer.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if this ReadHalf and some WriteHalf were split from …","Checks if this WriteHalf and some ReadHalf were split from …","Returns the corresponding ErrorKind for this error.","Returns an error representing the last OS error which …","Returns the remaining number of bytes that can be read …","Returns a stream over the lines of this reader. This …","Creates a new I/O error from a known kind of error as well …","Creates a new IoSliceMut wrapping a byte slice.","Creates a new IoSlice wrapping a byte slice.","Creates a new AllowStdIo from an existing IO object.","Creates a new BufReader with a default buffer capacity. …","Creates a new BufWriter with a default buffer capacity. …","Create a new LineWriter with default buffer capacity. The …","Creates a new cursor wrapping the provided underlying …","Creates a new window around the buffer t defaulting to the …","Creates a new I/O error from an arbitrary error payload.","","","","","","","","","","","","","","","","","","","","","Attempt to close the object.","","","","","Forward to buf_writer ’s BufWriter::poll_close()","","","","","","","Attempt to return the contents of the internal buffer, …","","","","","","","","Attempt to flush the object, ensuring that any buffered …","","","","","Forward to buf_writer ’s BufWriter::poll_flush()","","","","","","","","Attempt to read from the AsyncRead into buf.","","","","","","","","","","Attempt to read from the AsyncRead into bufs using vectored","","","","","","","","","Attempt to seek to an offset, in bytes, in a stream.","","Seek to an offset, in bytes, in the underlying reader.","Seek to the offset, in bytes, in the underlying writer.","","Attempts to seek relative to the current position. If the …","Attempt to write bytes from buf into the object.","","","","","","","","","","","Attempt to write bytes from bufs into the object using …","","","","","","","","","","","Returns the current position of this cursor.","Returns the OS error that this error represents (if any).","Tries to read some bytes directly into the given buf in …","","Creates a future which will read exactly enough bytes to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","","Creates a future which will read all the bytes from this …","","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","","Creates an instance of a reader that infinitely repeats …","Attempts to put the two “halves” of a split …","Attempts to put the two “halves” of a split …","Creates a future which will seek an IO object, and then …","","Seeks relative to the current position. If the new …","Changes the range of this window to the range specified.","Sets the number of bytes that can be read before this …","Sets the position of this cursor.","Creates an instance of a writer which will successfully …","","Helper method for splitting this read/write object into …","Returns the starting index of this window into the …","","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new BufReader with the specified buffer capacity.","Creates a new BufWriter with the specified buffer capacity.","Creates a new LineWriter with the specified buffer …","Creates a future which will write bytes from buf into the …","","Write data into this object.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a future which will write bytes from bufs into the …","","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Returns a mutable reference to the underlying data.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes this mutex, returning the underlying data.","","","","","","","","","Acquire the lock asynchronously.","Acquire the lock asynchronously.","Returns a locked view over a portion of the locked data.","Returns a locked view over a portion of the locked data.","Creates a new futures-aware mutex.","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to acquire the lock immediately.","Attempt to acquire the lock immediately.","","","","","","","","","","","","","","","","","","","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait which adds utility methods to AsyncRead …","An extension trait for Streams that provides a variety of …","An extension trait which adds utility methods to …","Adapters specific to Result-returning streams","An extension trait for Futures that provides a variety of …","An extension trait for Sinks that provides a variety of …","An extension trait which adds utility methods to AsyncSeek …","Adapters specific to Result-returning futures","An extension trait which adds utility methods to AsyncWrite…","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes another future after this one resolves …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert Pin<&mut Either<A, B>> to …","Convert Pin<&Either<A, B>> to Either<Pin<&A>, Pin<&B>>, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Catches unwinding panics while polling the future.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new WeakShared for this Shared.","Drops the future represented by the given fat pointer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Factor out a homogeneous type from an either of pairs.","Factor out a homogeneous type from an either of pairs.","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Drops this handle without canceling the underlying future.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Fuse a future such that poll will never again be called …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wraps a TryFuture into a type that implements Future.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unwraps the value from this immediately ready future.","Consumes this combinator, returning the underlying futures.","Extract the value of an either over two equivalent types.","Convert an owned instance into a (conceptually owned) fat …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Returns an Option containing a mutable reference to the …","Returns an Option containing a mutable reference to the …","Returns Some containing a reference to this Shared’s …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","","","","","","","","","","","","","","A convenience for calling Future::poll on Unpin future …","","","Returns true if the two Shareds point to the same future …","Hashes the internal state of this Shared in a way that’s …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","","","","","","","","","","Gets the number of strong pointers to this allocation.","Attempt to take the output of a MaybeDone without driving …","Attempt to take the output of a TryMaybeDone without …","Creates a new Fuse-wrapped future which is already …","Chain on a computation for when a future finished, passing …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Attempts to upgrade this WeakShared into a Shared.","Gets the number of weak pointers to this allocation.","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a fixed-size buffer to the current sink.","","","","","","","","","","","","","","","","","","","","Close the sink.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a sink that will just discard all items given to it.","","","","","","","","","","","","","","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a mutable reference to the inner sinks.","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Get a pinned mutable reference to the inner sinks.","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Get a shared reference to the inner sinks.","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes this combinator, returning the underlying sinks.","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","","","","","","","","","","","","","","","","","","Wrap this sink in an Either sink, making it the left-hand …","","","","","","Flush any remaining output and close this sink, if …","","","","","","","","","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","","","","","","","","","A convenience method for calling Sink::poll_flush on Unpin …","","","","","","Attempts to prepare the Sink to receive a value.","","","","","","","","","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","","","","","","Begin the process of sending a value to the sink. Each …","","","","","","","","","A convenience method for calling Sink::start_send on Unpin …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Abort the Abortable stream/future associated with this …","Creates a new Abortable stream and an AbortHandle which …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Clears the set, removing all futures.","Clears the set, removing all streams.","","","","","","","","","","","","","","","","","","","","","Transforms a stream into a collection, returning a future …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Concatenate all items of a stream into a single extendable …","","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","","","","","","","","","","","","","","","","","Wraps the current stream in a new stream which converts …","","","","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying stream that …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying streams …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying streams …","Acquires a mutable reference to the underlying streams …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying …","Acquires a pinned mutable reference to the underlying …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying stream that this …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying streams that this …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying streams that this …","Acquires a reference to the underlying streams that this …","Create an AbortHandle from the given AbortRegistration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adapter that converts this stream into an AsyncBufRead.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts this stream into a future of …","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying stream.","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying streams.","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying streams.","Consumes this combinator, returning the underlying streams.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wraps a TryStream into a type that implements Stream","Checks whether the task has been aborted. Note that all …","Checks whether AbortHandle::abort was called on any …","Returns whether the underlying stream has finished or not.","Returns true if the queue contains no futures","Returns true if the set contains no futures.","Returns true if the set contains no streams","Returns true if the SplitStream<S> and SplitSink<S> …","Returns true if the SplitStream<S> and SplitSink<S> …","Whether the stream was stopped yet by the stopping future …","Returns true if the stream should no longer be polled.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts an Iterator into a Stream which is always ready …","Returns an iterator that allows inspecting each future in …","Returns an iterator that allows inspecting each stream in …","Returns an iterator that allows modifying each future in …","Returns an iterator that allows modifying each stream in …","Returns an iterator that allows modifying each future in …","Returns an iterator that allows inspecting each future in …","Wrap this stream in an Either stream, making it the …","Returns the number of futures contained in the queue.","Returns the number of futures contained in the set.","Returns the number of streams contained in the set.","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Constructs a new, empty FuturesOrdered","Constructs a new, empty FuturesUnordered.","Constructs a new, empty SelectAll","Creates a new Abortable future/stream using an existing …","Creates an (AbortHandle, AbortRegistration) pair which can …","Creates a future that resolves to the next item in the …","Creates a future which will consume and return the next …","Creates a future which will consume and return the next …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Produces a future which retrieves a reference to the next …","Produces a future which retrieves a mutable reference to …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A convenience method for calling Stream::poll_next on Unpin","Peek retrieves a reference to the next item in the stream.","Peek retrieves a mutable reference to the next item in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Push a future into the queue.","Push a future into the set.","Push a stream into the set.","Pushes a future to the back of the queue.","Pushes a future to the front of the queue.","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Attempts to put the two “halves” of a split …","Attempts to put the two “halves” of a split …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","","","Splits this Stream + Sink object into separate Sink and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new stream of at most n items of the underlying …","Extract the stopping future out of the combinator. The …","Once the stopping future is resolved, this method can be …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","","","","","","","","","","","","","","","","","","","Toggle the value and return the old one.","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a future that attempts to resolve the next item in …","","","","","","","","","","","","","","Poll this TryStream as if it were a Stream.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert a list of streams into a Stream of results from …","","","","","","","","","","","","","","","","","","","","","","","","","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A helper constant for internal desugaring – produces …","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","A helper constant for internal desugaring – produces …","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a reference to the underlying RawWaker.","","A helper function for internal desugaring – produces …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the data pointer used to create this RawWaker.","","","","","","","","","","","","","","","","","","","","","","","Drops the future represented by the given fat pointer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Use a Wake-able type as a Waker.","Returns the argument unchanged.","","Returns the argument unchanged.","Moves the value into a Poll::Ready to make a Poll<T>.","Use a Wake-able type as a RawWaker.","Use a Wake-able type as a RawWaker.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Creates a new Waker from RawWaker.","","","","","","","","","","","","","Create a new Context from a &Waker.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts the LocalFutureObj into a FutureObj.","Convert an owned instance into a (conceptually owned) fat …","","","","","","","","","","","Returns true if the poll is a Pending value.","Returns true if the poll is a Poll::Ready value.","Check whether spawning failed to the executor being shut …","Returns a reference to the LocalWaker for the current task.","Maps a Poll<T> to Poll<U> by applying a function to a …","Maps a Poll::Ready<Result<T, E>> to …","Maps a Poll::Ready<Option<Result<T, E>>> to …","Maps a Poll<Option<Result<T, E>>> to …","Maps a Poll<Result<T, E>> to Poll<Result<U, E>> by …","Create a LocalFutureObj from a custom trait object …","Create an AtomicWaker.","Create a FutureObj from a custom trait object …","Create a new WakerRef from a Waker reference.","Creates a new RawWaker from the provided data pointer and …","Creates a new RawWakerVTable from the provided clone, wake,","Create a new WakerRef from a Waker that must not be …","Returns a reference to a Waker that does nothing when used.","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","","","","Registers the waker to be notified on calls to wake.","Spawning failed because the executor has been shut down.","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Returns the last Waker passed to register, so that the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the vtable pointer used to create this RawWaker.","Indicates that the associated task is ready to make …","Calls wake on the last Waker passed to register.","Wake up the task associated with this Waker.","Indicates that the associated task is ready to make …","Wake up the task associated with this Waker without …","Creates a Waker from an Arc<impl ArcWake>.","Returns a reference to the Waker for the current task.","Creates a reference to a Waker from a reference to …","Returns true if this Waker and another Waker would awake …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","","","","","","","","Broadcasts an event to the subscriptions currently alive.","","Creates a Subscription that publishes the events sent from …","","","","","","","Returns the argument unchanged.","","","Hashes the Recipe.","","Calls U::from(self).","","","","","","","","","Creates a new empty Tracker.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","","","","","","","","Returns a Subscription that will create and asynchronously …","Updates the Tracker with the given Subscription.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","The style used to fill geometry.","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","An immutable set of points that may or may not be …","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Path representing a circle given its center …","","","","","","","","","","","","","","","","","The color of the text","","","","","","","","","The contents of the text","","","","","","","","","","","","","","","","","","","","","","","Draws the given layers of Self::Geometry.","Computes the Paths of the Text and draws them using the …","","","","","","","","","","Fill Geometry with a certain style.","","","","","","","","","The font of the text","","","Returns the argument unchanged.","","Returns the argument unchanged.","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 horizontal alignment of the text","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Path representing a line segment given its …","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","Creates a new Path with the provided closure.","The offset of LineDash::segments to start the pattern.","Build different kinds of 2D shapes.","The position of the text relative to the alignment …","Returns the internal lyon_path::Path.","Creates a new Path representing a rectangle given its …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","Create lines from a Path and assigns them various …","The color or gradient of the fill.","The color or gradient of the stroke.","","","","","","","","","Returns the current Path with the given transform applied …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The vertical alignment of the text","The distance between the two edges of the stroke.","Sets the color of the Stroke.","Sets the LineCap of the Stroke.","Sets the LineJoin of the Stroke.","Sets the width of the Stroke.","","The style used to fill geometry.","A Gradient color.","","The fill rule defines how to determine what is inside and …","A solid Color.","The coloring style of some drawing.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The fill rule defines how to determine what is inside and …","The color or gradient of the fill.","","","","","","","","","A segment of a differentiable curve.","A Path builder.","An immutable set of points that may or may not be …","","","Build and draw curves.","Adds an Arc to the Path from start_angle to end_angle in a …","Adds a circular arc to the Path with the given control …","","","","","","","","","Adds a cubic Bézier curve to the Path given its two …","","","","","Builds the Path of this Builder.","","","The center of the arc.","Adds a circle to the Path given its center coordinate and …","","","Closes the current sub-path in the Path with a straight …","","","","","","","","","","Adds an ellipse to the Path using a clockwise direction.","The end of the segment’s angle in radians, clockwise …","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Connects the last point in the Path to the given Point …","Moves the starting point of a new sub-path to the given …","Creates a new Builder.","Adds a quadratic Bézier curve to the Path given its …","The radius of the arc.","Adds a rectangle to the Path given its top-left corner …","The start of the segment’s angle in radians, clockwise …","","","","","","","","","","","","","","","","A segment of a differentiable curve.","An elliptical Arc.","","","","","","","","","The center of the arc.","The center of the arc.","","","","","","","The end of the segment’s angle in radians, clockwise …","The end of the segment’s angle in radians, clockwise …","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The radii of the arc’s ellipse. The horizontal and …","The radius of the arc.","The clockwise rotation of the arc’s ellipse.","The start of the segment’s angle in radians, clockwise …","The start of the segment’s angle in radians, clockwise …","","","","","","","","","Flag parameters for arcs as described by the SVG …","An alias for usize.","A view over a contiguous storage of custom attributes.","Interface for objects storing custom attributes associated …","An alias for a slice of f32 values.","","","","A beveled corner is to be used to join path segments. The …","","The default builder for Path.","A builder for Path with custom attributes.","The stroke for each sub-path does not extend beyond its …","ID of a control point in a path.","","","","","","","ID of an endpoint point in a path.","","Represents an event or edge of path.","Refers to an event in a path.","The fill rule defines how to determine what is inside and …","","","","A path event representing endpoints and control points as …","An iterator of endpoint and control point ids for Path and …","A view over a sequence of endpoint IDs forming a polygon.","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","","","","Line cap as defined by the SVG specification.","Line join as defined by the SVG specification.","A sharp corner is to be used to join path segments.","Same as a miter join, but if the miter limit is exceeded, …","An empty attribute slice.","","","","A simple path data structure.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","The commands of a path encoded in a single array using IDs …","A view over PathCommands.","A path event representing endpoints and control points as …","A view on a Path.","A view over a sequence of endpoints forming a polygon.","Interface for types types (typically endpoints and control …","Interface for objects storing endpoints and control points …","","","","","","An iterator of over a Path traversing the path in reverse.","At each end of each sub-path, the shape representing the …","A round corner is to be used to join path segments.","The positive or negative side of a vector or segment.","At the end of each sub-path, the shape representing the …","The two possible orientations for the edges of a shape to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a view on the path commands.","Returns a view on this Path.","","Returns a slice over an endpoint’s custom attributes.","Returns a slice over an endpoint’s custom attributes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Path building utilities.","Creates a PathCommandsBuilder to create path commands.","Creates a Builder to build a path.","","Creates a BuilderWithAttributes to build a path with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A generic representation for paths that allow more control …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the event for a given event ID.","Returns the event for a given event ID.","Returns the event for a given event ID.","Returns the event for a given event ID.","Returns an iterator over the path, with endpoints and …","","","Returns the first endpoint and its custom attributes if …","","","","","","","","","","","","","","","","","","","Iterate on a flattened approximation of the path with …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the endpoint’s custom attributes as a slice of …","","","","","","","","","","","","","","","","","","","Iterates over the endpoint and control point ids of the …","Iterates over the endpoint and control point ids of the …","Returns an iterator of IdEvent.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Builds a Path from This iterator.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the path buffer is empty.","Returns whether the path buffer is empty.","","","","","Returns an iterator over the path commands.","Returns an iterator over the path commands.","Iterates over the entire Path, ignoring custom attributes.","Iterates over the path.","","","Returns an iterator of Event<&T>.","","Iterates over the entire Path with custom attributes.","Iterates over the entire Path with custom attributes.","Tools to iterate over paths.","Of the four candidate arc sweeps, two will represent an …","Returns the last endpoint and its custom attributes if any.","","Returns the number of paths in the path buffer.","Returns the number of paths in the path buffer.","","","","f32 version of the lyon_geom types used everywhere. Most …","","Creates an Empty Path.","","","","","","","","Returns the next event id within the path.","Returns the next event id within the path.","Returns the next event id within the sub-path.","Returns the next event id within the path.","Returns the number of float attributes per endpoint.","","","","","","","","","","The default path data structure.","A container to store multiple paths contiguously.","Returns an iterator of PathEvent.","Returns a view on a path made of these commands with …","","","","Specific path types for polygons.","","","","","","","","","Returns a reversed version of this path in the form of an …","Returns a reversed version of this path in the form of an …","Creates an WithSvg to build a path with a rich set of …","If sweep is true, then the arc will be drawn in a “…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","lyon_path traits reexported here for convenience.","","Applies a transform to all endpoints and control points of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The radius of each corner of a rounded rectangle.","Builds a path.","A Builder that approximates curves with successions of …","A convenience wrapper for PathBuilder without custom …","The base path building interface.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Builds a path with a transformation applied.","Implements an SVG-like building interface on top of a …","","","","","","Adds a sub-path containing a circle.","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","","Adds an elliptical arc.","","","","","","","","","","","","","","","","","","","","","","Starts a new sub-path at a given position.","","","Starts a new sub-path at a given position.","","","","","","","","","","","","","","Builds a path object, consuming the builder.","","","","","","Builds a path object, consuming the builder.","","","","","","","","","","","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","","","Closes the current sub path.","","","","","","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","","","","","","Adds a cubic bézier curve to the current sub-path.","","","","","","","","","","","","","","","","","","","Ends the current sub path.","","","Ends the current sub path.","","","","","","Returns a builder that approximates all curves with …","","Returns a builder that approximates all curves with …","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Adds an horizontal line segment.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","","","","","","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","","","","","","","","","","","","Applies the provided path event.","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","","","","","","Adds a quadratic bézier curve to the current sub-path.","Equivalent to arc_to in relative coordinates.","","Equivalent to cubic_bezier_to in relative coordinates.","","Adds an horizontal line segment in relative coordinates.","","Equivalent to line_to in relative coordinates.","","Equivalent to move_to in relative coordinates.","","Equivalent to quadratic_bezier_to in relative coordinates.","","Adds a vertical line segment in relative coordinates.","","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","","","","","Hints at the builder that a certain number of endpoints …","","","","","Equivalent to cubic_bezier_to with implicit first control …","","Equivalent to quadratic_bezier_to with implicit control …","","Equivalent to smooth_cubic_bezier_to in relative …","","Equivalent to smooth_quadratic_bezier_to in relative …","","","","","","","","Returns a builder that applies the given transformation to …","","Returns a builder that applies the given transformation to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a vertical line segment.","","","Returns a builder that support SVG commands.","Returns a builder that support SVG commands.","","A view on a PathCommands buffer and two slices for …","An iterator of Event<&Endpoint, &ControlPoint>.","An iterator of Event<&Endpoint, &ControlPoint>.","The commands of a path encoded in a single array using IDs …","Builds path commands.","A view over PathCommands.","An iterator of PathEvent.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes the builder and returns path commands.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator over the events of the path using …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 an iterator over the events of the path using IDs.","","Creates a builder without allocating memory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a pre-allocated builder.","An angle in radians","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","","A 2d curve segment defined by four points: the beginning …","","","","","","","An infinite line defined by a point and a vector.","A line defined by the equation …","A linear segment.","","","","","","A 2d curve segment defined by three points: the beginning …","Alias for euclid::default::Rotation2D","","","","","","Common APIs to segment types.","","An elliptic arc curve segment using the SVG’s end-point …","","","","Alias for euclid::default::Transform2D","Alias for euclid::default::Translation2D","A 2D triangle defined by three points a, b and c.","","","","","","","","","","","","","","","","","","","Return the curve after the split point.","Return the curve after the split point.","","","Return the curve after the split point.","Return the segment after the split point.","","","Return the curve after the split point.","Angle in radians","Returns the shortest signed angle between two angles.","","","Compute the length of the segment using a flattened …","","","Compute the length of the segment using a flattened …","","","","Elliptic arc related maths and tools.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the curve before the split point.","Return the curve before the split point.","","","Return the curve before the split point.","","Return the segment before the split point.","Return the curve before the split point.","","","","","","","","","","","","","","","","","","","","Returns a conservative rectangle that contains the curve.","Returns a conservative rectangle that contains the curve.","Return the smallest rectangle containing this segment.","Returns the smallest rectangle the curve is contained in","Returns the smallest rectangle that contains this triangle.","","Returns the smallest range of x that contains this curve.","Returns the smallest range of x that contains this curve.","Returns a conservative range of x that contains this …","","Returns the smallest range of y that contains this curve.","Returns the smallest range of y that contains this curve.","Returns a conservative range of y that contains this …","Returns a triangle containing this curve segment.","","","","","","","","","","","","","Cast from one numeric representation to another.","","","Create simple circle.","Clip this segment against a rectangle.","Horizontally clip this segment against a range of the x …","Vertically clip this segment against a range of the y axis.","","","","","","","","","","","","","","","","","","","Computes the closest point on this segment to p.","Analytic solution to finding the closest point on the …","","","","","","","","","","","","","","","","Computes the intersection points (if any) between this …","Computes the intersections (if any) between this segment …","","","","","","","","","","","","","","","","","","","","","Sample the derivative at t (expecting t between 0 and 1).","","Sample the curve’s derivative at t (expecting t between …","","","","Sample the curve’s derivative at t (expecting t between …","Computes the distance between this segment and a point.","","","Returns the shortest distance between this segment and a …","","","","","","","","","","","","","","","","Sample x derivative at t (expecting t between 0 and 1).","Sample the x coordinate of the curve’s derivative at t …","","","","Sample the x coordinate of the curve’s derivative at t …","Sample y derivative at t (expecting t between 0 and 1).","Sample the y coordinate of the curve’s derivative at t …","","","Sample the y coordinate of the curve’s derivative at t …","","","Epsilon constants are usually not a good way to deal with …","","","","","","","","","","","","","","","","Returns a conservative rectangle that contains the curve.","Returns a conservative rectangle the curve is contained in.","Returns a conservative rectangle that contains the curve.","","Returns a conservative range of x that contains this curve.","Returns a conservative range of x that contains this curve.","","Returns a conservative range of y that contains this curve.","Returns a conservative range of y that contains this curve.","Computes a “fat line” of this segment.","Computes a “fat line” of this segment.","","Returns the flattened representation of the curve as an …","Returns the flattened representation of the curve as an …","Returns the flattened representation of the curve as an …","Returns the flattened representation of the curve as an …","Find the interval of the beginning of the curve that can …","Swap the direction of the segment.","Swap the direction of the segment.","","","Swap the beginning and the end of the segment.","Returns an inverted version of this segment where the …","","","Swap the beginning and the end of the segment.","","","","","","","","","","Approximate the arc with a sequence of cubic bézier …","Approximates the arc with a sequence of cubic bézier …","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","","Approximates the curve with sequence of line segments.","","Approximates the curve with sequence of line segments.","","Compute a flattened approximation of the curve, invoking a …","","Invokes a callback at each inflection point if any.","","Return local x extrema or None if this curve is monotonic.","","Return local y extrema or None if this curve is monotonic.","Invokes a callback for each monotonic part of the segment.","Invokes a callback for each monotonic part of the segment.","Invokes a callback for each monotonic part of the segment.","Invokes a callback for each monotonic part of the segment.","Approximate the arc with a sequence of quadratic bézier …","Approximates the arc with a sequence of quadratic bézier …","Approximates the cubic bézier curve with sequence of …","Approximate the arc with a sequence of quadratic bézier …","Approximates the arc with a sequence of quadratic bézier …","Approximates the cubic bézier curve with sequence of …","Invokes a callback for each x-monotonic part of the …","Invokes a callback for each x-monotonic part of the …","Invokes a callback for each x-monotonic part of the …","Invokes a callback for each x-monotonic part of the …","Invokes a callback for each y-monotonic part of the …","Invokes a callback for each y-monotonic part of the …","Invokes a callback for each y-monotonic part of the …","Invokes a callback for each y-monotonic part of the …","","","","Start of the curve.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","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 the SVG arc notation.","","Sample the curve’s angle at t (expecting t between 0 and …","","The extent of the element in the U units along the y axis …","","","","","","","","","","","","","","Computes the intersection (if any) between this segment …","","Test for triangle-triangle intersection.","","","Test for triangle-segment intersection.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the curve can be approximated with a …","Returns true if the angle is a finite number.","","Returns true if the curve can be approximated with a …","Returns true if the curve can be approximated with a …","Returns whether this segment is fully monotonic.","Returns whether this segment is fully monotonic.","Returns true if the curve can be safely approximated with …","Per SVG spec, this arc should be rendered as a line_to …","","Returns whether this segment is monotonic on the x axis.","Returns whether this segment is monotonic on the x axis.","Returns whether this segment is monotonic on the y axis.","Returns whether this segment is monotonic on the y axis.","Of the four candidate arc sweeps, two will represent an …","Computes the length of this segment.","Computes the length of this segment.","Linear interpolation between two angles, using the …","","","Computes the intersection points (if any) between this …","Computes the intersection points (if any) between this …","Computes the intersections (if any) between this segment …","Computes the intersections (if any) between this segment a …","","Computes the intersection points (if any) between this …","Computes the intersections (if any) between this segment …","Computes the intersections (if any) between this segment …","Return the x inflection point or None if this curve is …","Return the y inflection point or None if this curve is …","","","","","","","","Computes third mid-point of this segment.","","","","","","","Computes the number of quadratic bézier segments required …","","","","","","","Shorthand for Point::new(x, y).","","Returns this angle in the [0..2*PI[ range.","","","Computes the intersection points (if any) between this …","Computes the intersections (if any) between this segment a …","","","","","Sample the curve at t (expecting t between 0 and 1).","","Sample the curve at t (expecting t between 0 and 1).","Sample the curve at t (expecting t between 0 and 1).","","","Sample the segment at t (expecting t between 0 and 1).","Sample the curve at t (expecting t between 0 and 1).","","Sample the curve’s tangent at t (expecting t between 0 …","Changes the segment’s length, moving destination point.","Returns this angle in the ]-PI..PI] range.","","","Returns (sin(self), cos(self)).","Shorthand for Size::new(x, y).","Return the parameter values corresponding to a given x …","","Return the parameter values corresponding to a given y …","","","","","","Split this curve into two sub-curves.","Split this curve into two sub-curves.","","","Split this curve into two sub-curves.","","Split this curve into two sub-segments.","Split this curve into two sub-curves.","","","Return the curve inside a given range of t.","Return the sub-curve inside a given range of t.","","","Return the sub-curve inside a given range of t.","","Return the sub-segment inside a given range of t.","","Return the sub-curve inside a given range of t.","Computes the squared distance between this segment and a …","Returned the squared distance to a point.","Returns the shortest squared distance between this segment …","Computes the squared length of this segment.","","","","","","If sweep is true, then the arc will be drawn in a “…","","","End of the curve.","","","","","","","","","","","","","Converts this arc from endpoints to center notation.","Elevate this curve to a third order bézier.","","","","","","Cast angle to f32.","","","","","Cast angle f64.","Returns the line containing this segment.","","","","","","","","","","Approximate the curve with a single quadratic bézier …","Evaluates an upper bound on the maximum distance between …","Convert to the SVG arc notation.","Returns the vector between this segment’s from and to …","","[Not implemented] Applies the transform to this triangle …","Applies the transform to this curve and returns the …","Applies the transform to this segment and returns the …","Applies the transform to this curve and returns the …","","Fallible cast from one numeric representation to another.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Shorthand for Vector::new(x, y).","","","","The extent of the element in the U units along the x axis …","Sample x at t (expecting t between 0 and 1).","","","","Sample the x coordinate of the curve at t (expecting t …","","Sample the x coordinate of the segment at t (expecting t …","Sample the x coordinate of the curve at t (expecting t …","","","","The x (traditionally, horizontal) coordinate.","Find the advancement of the x-most position in the curve.","Find the advancement of the x-most position in the curve.","Find the x-least position in the curve.","Find the advancement of the x-least position in the curve.","","","Sample y at t (expecting t between 0 and 1).","","","","Sample the y coordinate of the curve at t (expecting t …","","Sample the y coordinate of the segment at t (expecting t …","Sample the y coordinate of the curve at t (expecting t …","","","","The y (traditionally, vertical) coordinate.","Find the advancement of the y-most position in the curve.","Find the advancement of the y-most position in the curve.","Find the advancement of the y-least position in the curve.","Find the advancement of the y-least position in the curve.","","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","Flattening iterator for arcs.","An elliptic arc curve segment using the SVG’s end-point …","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","Of the four candidate arc sweeps, two will represent an …","","","","","If sweep is true, then the arc will be drawn in a “…","","","","","","","","","","","","A string with a fixed capacity.","A vector with a fixed capacity.","Error value indicating insufficient capacity","A draining iterator for ArrayVec.","By-value iterator for ArrayVec.","","","","","","","","","","","","","","","","","","","","","","","","","","","Return a raw mutable pointer to the vector’s buffer.","Return a mutable slice containing all elements of the …","Return a mutable string slice of the whole ArrayString.","Return a raw pointer to the vector’s buffer.","","","Return a slice containing all elements of the vector.","Return a string slice of the whole ArrayString.","","","","","","","","","","","","","","","","","","","","Return the capacity of the ArrayVec.","Return the capacity of the ArrayString.","","","Remove all elements in the vector.","Make the string empty.","","","","","","","","","","","","","","","","","","","","","","Return an empty array","Return an empty ArrayString","","","","","","","","","","","","","","","Create a draining iterator that removes the specified …","","","","","","","","","Extract the overflowing element","","","","","","","","","","","","","","","Extend the ArrayVec with an iterator.","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Create a new ArrayString from a str.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Create a new ArrayString from a byte string literal.","Create an ArrayVec from an iterator.","","","","","","","","","","","","","","","","","","","","Insert element at position index.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the inner fixed size array, if it is full to its …","Return the inner fixed size array.","","","","","","","","","","","Returns whether the ArrayVec is empty.","Returns whether the string is empty.","Return true if the ArrayVec is completely filled to its …","Return if the ArrayString is completely filled.","","","","Return the number of elements in the ArrayVec.","Return the length of the string.","","","","Create a new empty ArrayVec.","Create a new empty ArrayString.","Create a new CapacityError from element.","Create a new empty ArrayVec (const fn).","Create a new empty ArrayString (const fn).","","","","","","","","","","","","","","","","","Remove the last element in the vector and return it.","Removes the last character from the string and returns it.","Remove the element at index and shift down the following …","Push element to the end of the vector.","Adds the given char to the end of the string.","Adds the given string slice to the end of the string.","Push element to the end of the vector without checking the …","Returns the capacity left in the ArrayVec.","Returns the capacity left in the ArrayString.","Remove the element at index and shift down the following …","Removes a char from this ArrayString at a byte position …","Retains only the elements specified by the predicate.","Set the vector’s length without dropping or moving out …","Set the strings’s length.","Convert into a CapacityError that does not carry an …","","","","","Remove the element at index and swap the last element into …","Remove the element at index and swap the last element into …","Returns the ArrayVec, replacing the original with a new …","","","","","","","","","Shortens the vector, keeping the first len elements and …","Shortens this ArrayString to the specified length.","","","","","","Copy all elements from the slice and append to the ArrayVec…","","","","","","","","","Insert element at position index.","","","","","","","","","","","Push element to the end of the vector.","Adds the given char to the end of the string.","Adds the given string slice to the end of the string.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new ArrayString value fully filled with ASCII …","A 2d curve segment defined by four points: the beginning …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","An angle in radians","A 2d vector of booleans, useful for component-wise logic …","A 3d vector of booleans, useful for component-wise logic …","A 2d axis aligned rectangle represented by its minimum and …","An axis aligned 3D box represented by its minimum and …","Homogeneous vector in 3D space.","A one-dimensional distance, with value represented by T …","A 2d Point tagged with a unit.","A 3d Point tagged with a unit.","A 2d Rectangle optionally tagged with a unit.","A rigid transformation. All lengths are preserved under …","A transform that can represent rotations in 2d, …","A transform that can represent rotations in 3d, …","A scaling factor between two different units of …","A group of 2D side offsets, which correspond to …","A 2d size tagged with a unit.","A 3d size tagged with a unit.","A 2d transform represented by a column-major 3 by 3 …","A 3d transform stored as a column-major 4 by 4 matrix.","A 2d transformation from a space to another that can only …","A 3d transformation from a space to another that can only …","Trait for basic trigonometry functions, so they can be …","The default unit.","A 2d Vector tagged with a unit.","A 3d Vector tagged with a unit.","Computes the absolute value of each component.","Computes the absolute value of each component.","Computes the vector with absolute values of each component.","Computes the vector with absolute values of each component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns true if all components are true and false …","Returns true if all components are true and false …","Returns new vector with by-component AND operation applied.","Returns new vector with by-component AND operation applied.","Angle in radians","Returns the signed angle between this vector and the x …","Returns the signed angle between this vector and another …","Returns the positive angle between this vector and another …","Returns true if any component are true and false otherwise.","Returns true if any component are true and false otherwise.","","","","","","","","","Returns true is this transform is approximately equal to …","Returns true is this transform is approximately equal to …","","","","","","","Returns true is this transform is approximately equal to …","Returns true is this transform is approximately equal to …","Returns true is this transform is approximately equal to …","","","Utilities for testing approximate ordering - especially …","","","Returns result of multiplication of both components","Creates a rotation around a given axis.","Creates a rotation around the x axis.","Creates a rotation around the y axis.","Creates a rotation around the z axis.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Shorthand for …","Shorthand for BoolVector2D { x, y }.","Shorthand for BoolVector3D { x, y, z }.","","","","","","","","","","","","","","","","","","","","","","","","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast the unit","Cast the unit","Cast the unit","Cast the unit, preserving the numeric value.","Cast the unit, preserving the numeric value.","Cast the unit","","Cast the unit, preserving the numeric value.","Cast the unit, preserving the numeric value.","Cast the unit","Cast the unit","Cast the unit.","Cast the unit.","See Point2D::ceil()","Rounds each component to the smallest integer equal or …","See Point3D::ceil()","Rounds each component to the smallest integer equal or …","Rounds each component to the smallest integer equal or …","See Size2D::ceil().","Rounds each component to the smallest integer equal or …","See Size3D::ceil().","See Vector2D::ceil()","Rounds each component to the smallest integer equal or …","Rounds each component to the smallest integer equal or …","See Vector3D::ceil()","","","","Returns the point each component of which clamped by …","Returns the point each component of which clamped by …","Returns the point each component of which clamped by …","Returns the size each component of which clamped by …","Returns the size each component of which clamped by …","Returns the vector each component of which is clamped by …","Returns the vector each component of which is clamped by …","Return this vector with minimum and maximum lengths …","Return this vector with minimum and maximum lengths …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the component-wise division of the two vectors.","Returns the component-wise division of the two vectors.","Returns the component-wise multiplication of the two …","Returns the component-wise multiplication of the two …","","","","","","","","","","","","","","","","","","","","","","","","Returns true if this box2d contains the point p. A point …","Returns true if this box3d contains the point p. A point …","Returns true if this rectangle contains the point. Points …","","","Returns true if this box contains the interior of the …","Returns true if this box3d contains the interior of the …","Returns true if this box contains the point p. A point is …","Returns true if this box3d contains the point p. A point …","Returns true if this rectangle contains the interior of …","","Returns the norm of the cross product [self.x, self.y, 0] …","Cross product.","Decompose this into a translation and an rotation to be …","A set of aliases for all types, tagged with the default …","","","","","","","","","","","","","","","Returns the identity transform.","Returns the identity transform.","","","","The extent of the element in the U units along the z axis.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes and returns the determinant of this transform.","Compute the determinant of the transform.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calculates Euclidean division, the matching method for …","Calculates Euclidean division, the matching method for …","Dot product.","Dot product.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns vector with results of “equal” operation on …","Returns vector with results of “equal” operation on …","Returns vector with results of “equal” operation on …","Returns vector with results of “equal” operation on …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a rotation from Euler angles.","Create a 3d point from this one, using the specified z …","Create a 3d vector from this one, using the specified z …","","Rounds each component to the biggest integer equal or …","See Point2D::floor()","See Point3D::floor()","Rounds each component to the biggest integer equal or …","Rounds each component to the biggest integer equal or …","See Size2D::floor().","Rounds each component to the biggest integer equal or …","See Size3D::floor().","Rounds each component to the biggest integer equal or …","See Vector2D::floor()","Rounds each component to the biggest integer equal or …","See Vector3D::floor()","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","Constructor taking angle and length","Create a transform providing its components via an array …","Create a transform providing its components via an array …","Equivalent to from_array with elements packed two at a time","Equivalent to from_array with elements packed four at a …","Constructor setting the same value to all sides, taking a …","Constructor taking properly Lengths instead of scalar …","Constructor taking properly Lengths instead of scalar …","Constructor taking a typed Length for each side.","Constructor taking scalar strongly typed lengths.","Constructor taking scalar strongly typed lengths.","Constructor taking properly Lengths instead of scalar …","Constructor taking properly Lengths instead of scalar …","Constructor.","Constructor.","Returns the smallest box containing all of the provided …","Returns the smallest box containing all of the provided …","Returns the smallest rectangle defined by the …","","Convenience function to create a scale transform from a …","Creates a Box2D of the given size, at offset zero.","Creates a Box3D of the given size, at offset zero.","Creates a rect of the given size, at offset zero.","","","","","","","","","","","","","","","","","","","","","","","","","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unit-less value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Construct side offsets from min and a max vector offsets.","Construct side offsets from min and a max vector offsets.","Unpack the underlying value from the wrapper.","Returns the underlying scalar scale factor.","Returns self.angle as a strongly typed Angle<T>.","Returns vector with results of “greater then” …","Returns vector with results of “greater than” …","Returns vector with results of “greater than” …","Returns vector with results of “greater than” …","","","","","","","","","","","","","","","","","","","","","","","","","","","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","","Component multiplied by the imaginary number i.","Construct an identity transform","Creates the identity rotation.","Creates the identity rotation.","Creates an identity scale (1.0).","Creates no-op translation (both x and y is zero()).","Creates no-op translation (x, y and z is zero()).","Create an identity matrix:","Creates an identity matrix:","Inflates the box by the specified sizes on each side …","Inflates the box by the specified sizes on each side …","","","","","","","","","","","","","","","","","","","","","","","","","Calculate the size and position of an inner box.","Calculate the size and position of an inner rectangle.","Computes the intersection of two boxes, returning None if …","","","Computes the intersection of two boxes without check …","","Returns true if the two boxes intersect.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inverts the transformation","Returns the inverse of this rotation.","Returns the inverse of this rotation.","The inverse Scale (1.0 / self).","Return the inverse transformation.","Return the inverse transformation.","Returns the inverse transform if possible.","Returns the inverse transform if possible.","Returns true if this transform can be represented with a …","Check whether shapes on the XY plane with Z pointing …","Returns true if the size is zero, negative or NaN.","Returns true if the size is zero, negative or NaN.","","Returns true if any component of size is zero, negative, …","Returns true if any component of size is zero, negative or …","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if this scale has no effect.","Check if translation does nothing (both x and y is zero()).","Check if translation does nothing (x, y and z is zero()).","Returns whether it is possible to compute the inverse …","Returns whether it is possible to compute the inverse …","Returns true if the box has a negative area.","Returns true if the box has a negative volume.","Returns true if norm of this quaternion is (approximately) …","Returns true if both components is positive and false any …","Returns true if all components is positive and false any …","Returns true if all side offsets are zero.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","Returns the vector length.","Returns the vector length.","Linearly interpolate between this box and another box.","Linearly interpolate between this box3d and another box3d.","Linearly interpolate between this length and another …","Linearly interpolate between this point and another point.","Linearly interpolate between this point and another point.","Linearly interpolate between this rectangle and another …","Basic Linear interpolation between this rotation and …","Linearly interpolate each component between this size and …","Linearly interpolate between this size and another size.","Linearly interpolate each component between this vector …","Linearly interpolate each component between this vector …","Returns vector with results of “lower then” operation …","Returns vector with results of “lower than” operation …","Returns vector with results of “lower than” operation …","Returns vector with results of “lower than” operation …","","","","","","","","","","","","","","","","","","","","","","","Apply the function f to each component of this point.","Apply the function f to each component of this point.","Apply the function f to each component of this vector.","Apply the function f to each component of this vector.","Returns maximum between this length and another length.","","","","","Returns the size each component of which are maximum of …","Returns the size each component of which are maximum of …","Returns the vector each component of which are maximum of …","Returns the vector each component of which are maximum of …","","","","","Returns minimum between this length and another length.","","","","","Returns the size each component of which are minimum of …","Returns the size each component of which are minimum of …","Returns the vector each component of which are minimum of …","Returns the vector each component of which are minimum of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Multiplies all of the transform’s component by a scalar …","","","","","","","","","Constructor.","Constructor.","Constructor taking scalar values directly.","Associate a value with a unit of measure.","Constructor taking scalar values directly.","Constructor taking scalar values directly.","Constructor.","Construct a new rigid transformation, where the rotation …","Creates a rotation from an angle in radians.","","Constructor taking a scalar for each side.","Constructor taking scalar values.","Constructor taking scalar values.","","","Constructor taking scalar values directly.","Constructor taking scalar values directly.","Create a transform specifying its components in using the …","Create a transform specifying all of it’s component as a …","Create a transform representing a 2d transformation from …","Constructor setting the same value to all sides, taking a …","Construct a new rigid transformation, where the translation…","Returns true if all components are false and false …","Returns true if all components are false and false …","Computes the norm of this quaternion.","Returns a unit quaternion from this one.","Returns the vector with length of one unit.","Returns the vector with length of one unit","Returns new vector with results of negation operation on …","Returns new vector with results of negation operation on …","Returns vector with results of “not equal” operation …","Returns vector with results of “not equal” operation …","Returns vector with results of “not equal” operation …","Returns vector with results of “not equal” operation …","A one-dimensional length, tagged with its units.","","Constructor, setting all components to one.","Constructor, setting all components to one.","Returns new vector with by-component OR operation applied.","Returns new vector with by-component OR operation applied.","Constructor, setting all components to zero.","Constructor, setting all components to zero.","","Create an orthogonal projection transform.","Calculate the b and position of an outer box.","Calculate the size and position of an outer rectangle.","Returns a box that encompasses the result of transforming …","Returns a 2d box that encompasses the result of …","Returns a 3d box that encompasses the result of …","Returns a rectangle that encompasses the result of …","Returns a rectangle that encompasses the result of …","","","","Create a simple perspective transform, projecting to the …","Shorthand for Point2D::new(x, y).","Shorthand for Point3D::new(x, y).","","Applies a rotation before self’s transformation and …","Returns a transform with a rotation applied before self’…","Applies a scale before self’s transformation and returns …","Returns a transform with a scale applied before self’s …","Applies a translation before self’s transformation and …","Returns a transform with a translation applied before self…","Returns this vector projected onto another one.","Returns this vector projected onto another one.","Returns a projection of this transform in 2d space.","Creates a rotation around from a quaternion representation.","The real part.","Creates a rotation from an angle in radians.","","","Shorthand for …","Returns a reflection vector using an incident ray and a …","Returns a reflection vector using an incident ray and a …","Calculates the least nonnegative remainder of …","Calculates the least nonnegative remainder of …","","Return the normalized vector even if the length is larger …","Return the normalized vector even if the length is larger …","Returns a rotation transform.","Create a 3d rotation transform from an angle / axis. The …","","Return a box with edges rounded to integer coordinates, …","Return a box3d with edges rounded to integer coordinates, …","See Point2D::round()","Rounds each component to the nearest integer value.","See Point3D::round()","Rounds each component to the nearest integer value.","Return a rectangle with edges rounded to integer …","Rounds each component to the nearest integer value.","See Size2D::round().","See Size3D::round().","Rounds each component to the nearest integer value.","Rounds each component to the nearest integer value.","See Vector2D::round()","See Vector3D::round()","Rounds each component to the nearest integer value.","Return a box with faces/edges rounded to integer …","Return a box3d with faces/edges rounded to integer …","Return a rectangle with edges rounded to integer …","Return a box with faces/edges rounded to integer …","Return a box3d with faces/edges rounded to integer …","Return a rectangle with edges rounded to integer …","","","","","","Create a 2d scale transform:","Create a 3d scale transform:","Returns point, each component of which or from a, or from b…","Returns point, each component of which or from a, or from b…","Returns size, each component of which or from a, or from b …","Returns size, each component of which or from a, or from b …","Returns vector, each component of which or from a, or from …","Returns vector, each component of which or from a, or from …","Change the size of the box by adjusting the max endpoint …","","","","","Shorthand for Size2D::new(w, h).","Shorthand for Size3D::new(w, h, d).","Create a 2d skew transform.","Spherical linear interpolation between this rotation and …","Constructor setting all components to the same value.","Constructor setting all components to the same value.","Constructor setting all components to the same value.","Constructor setting all components to the same value.","","","Constructor setting all components to the same value.","Constructor setting all components to the same value.","Returns the vector’s length squared.","Returns the vector’s length squared.","Computes the squared norm of this quaternion.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the multiplication of the two transforms such that …","Returns a rotation representing the other rotation …","Returns a rotation representing this rotation followed by …","Returns the multiplication of the two matrices such that …","Returns the multiplication of the two matrices such that …","Applies a rotation after self’s transformation and …","Returns a transform with a rotation applied after self’s …","Applies a scale after self’s transformation and returns …","Returns a transform with a scale applied after self’s …","Applies a translation after self’s transformation and …","Returns a transform with a translation applied after self…","Convert into a 2d point.","Convert into a 2d vector.","Create a 2D transform picking the relevant terms from this …","Convert into a 3d point with z-coordinate equals to zero.","Creates a 3d rotation (around the z axis) from this 2d …","Convert into a 3d vector with z coordinate equals to …","Create a 3D transform from the current transform","Cast into an array with x and y.","Cast into an array with x, y and z.","Return this size as an array of two elements (width, then …","Return this size as an array of three elements (width, …","Cast into an array with x and y.","Cast into an array with x, y and z.","Cast into an array with x and y.","Cast into an array with x, y and z.","Returns an array containing this transform’s terms.","Returns an array containing this transform’s terms.","","Cast into an array with x, y, z and 0.","Returns an array containing this transform’s terms …","Returns an array containing this transform’s terms …","Equivalent to to_array with elements packed two at a time …","Equivalent to to_array with elements packed four at a time …","Equivalent to to_array_transposed with elements packed …","","Cast into an f32 box.","Cast into an f32 box3d.","Cast into an f32 point.","Cast into an f32 point.","Cast into an f32 rectangle.","Cast into an f32 size.","Cast into an f32 size.","Cast into an f32 vector.","Cast into an f32 vector.","Cast into an f32 vector.","Cast into an f32 vector.","Cast into an f64 box.","Cast into an f64 box3d.","Cast into an f64 point.","Cast into an f64 point.","Cast into an f64 rectangle.","Cast into an f64 size.","Cast into an f64 size.","Cast into an f64 vector.","Cast into an f64 vector.","Cast into an f64 vector.","Cast into an f64 vector.","Cast into an i32 box, truncating decimals if any.","Cast into an i32 box3d, truncating decimals if any.","Cast into an i32 point, truncating decimals if any.","Cast into an i32 point, truncating decimals if any.","Cast into an i32 rectangle, truncating decimals if any.","Cast into an i32 size, truncating decimals if any.","Cast into an i32 size, truncating decimals if any.","Cast into an i32 vector, truncating decimals if any.","Cast into an i32 vector, truncating decimals if any.","Cast into an i32 vector, truncating decimals if any.","Cast into an i32 vector, truncating decimals if any.","Cast into an i64 box, truncating decimals if any.","Cast into an i64 box3d, truncating decimals if any.","Cast into an i64 point, truncating decimals if any.","Cast into an i64 point, truncating decimals if any.","Cast into an i64 rectangle, truncating decimals if any.","Cast into an i64 size, truncating decimals if any.","Cast into an i64 size, truncating decimals if any.","Cast into an i64 vector, truncating decimals if any.","Cast into an i64 vector, truncating decimals if any.","Cast into an i64 vector, truncating decimals if any.","Cast into an i64 vector, truncating decimals if any.","","","","","","","","","","","","","","","","","","","","","","","","","","","Cast this vector into a point.","Cast this vector into a point.","Convert into Cartesian 2D point.","Convert into Cartesian 3D point.","","Cast this vector into a size.","","Returns the matrix representation of this rotation.","Returns the matrix representation of this rotation.","Returns the matrix representation of this translation.","Returns the matrix representation of this translation.","Creates translation by this vector in vector units.","Creates translation by this vector in vector units","Cast into a tuple with x and y.","Cast into a tuple with x, y and z.","Return this size as a tuple of two elements (width, then …","Return this size as an array of three elements (width, …","Cast into a tuple with x and y.","Cast into a tuple with x, y and z.","Cast into a tuple with x and y.","Cast into a tuple with x, y and z.","","Cast into a tuple with x, y, z and 0.","Cast into an u32 box, truncating decimals if any.","Cast into an u32 box3d, truncating decimals if any.","Cast into an u32 point, truncating decimals if any.","Cast into an u32 point, truncating decimals if any.","Cast into an u32 rectangle, truncating decimals if any.","Cast into an u32 size, truncating decimals if any.","Cast into an u32 size, truncating decimals if any.","Cast into an u32 vector, truncating decimals if any.","Cast into an u32 vector, truncating decimals if any.","Cast into an u32 vector, truncating decimals if any.","Cast into an u32 vector, truncating decimals if any.","Cast into an u64 rectangle, truncating decimals if any.","Cast into an u64 size, truncating decimals if any.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Cast into an usize box, truncating decimals if any.","Cast into an usize box3d, truncating decimals if any.","Cast into an usize point, truncating decimals if any.","Cast into an usize point, truncating decimals if any.","Cast into an usize rectangle, truncating decimals if any.","Cast into an uint size, truncating decimals if any.","Cast into an uint size, truncating decimals if any.","Cast into an usize vector, truncating decimals if any.","Cast into an usize vector, truncating decimals if any.","Cast into an usize vector, truncating decimals if any.","Cast into an usize vector, truncating decimals if any.","Cast this point into a vector.","Cast this point into a vector.","Return this size as a vector with width and height.","Return this size as a vector with width, height and depth.","Cast into a 2D vector.","Cast into a 3D vector.","","Translate a 2D box and cast its unit.","Returns the given box transformed by this scale.","Translate a 2D box and cast its unit.","Returns the given box transformed by this scale.","Translate a 3D box and cast its unit.","Returns the given 2d point transformed by this rotation.","","Returns the given point transformed by this scale.","","Translate a point and cast its unit.","","","Returns the given point transformed by this transform.","Returns the given 2d point transformed by this rotation …","Translate a point and cast its unit.","Returns the given 2d point transformed by this transform, …","Returns the homogeneous vector corresponding to the …","Returns the given 3d point transformed by this rotation.","Returns the given point transformed by this scale.","Translate a point and cast its unit.","Returns the given 3d point transformed by this transform, …","Returns the homogeneous vector corresponding to the …","Returns the given rect transformed by this scale.","Translate a rectangle and cast its unit.","Translate a rectangle and cast its unit.","Returns the given size transformed by this scale.","No-op, just cast the unit.","No-op, just cast the unit.","Returns the given 2d vector transformed by this rotation.","","","Returns the given vector transformed by this scale.","","","Returns the given vector transformed by this matrix.","Returns the given 2d vector transformed by this rotation …","Returns the given 2d vector transformed by this matrix.","Returns the given 3d vector transformed by this rotation.","Returns the given 3d vector transformed by this matrix.","Returns the same box, translated by a vector.","Returns the same box3d, translated by a vector.","Returns the same rectangle, translated by a vector.","Create a 2d translation transform:","Create a 3d translation transform:","","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the vector with length of one unit.","Returns the vector with length of one unit.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes the union of two boxes.","Computes the union of two boxes.","","Creates a rotation around from a quaternion representation …","Convenience constructor.","Convenience constructor.","Returns the vector part (i, j, k) of this quaternion.","","","Returns result of multiplication of all components","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","Returns the same transform with a different destination …","Returns the same transform with a different destination …","Return this vector scaled to fit the provided length.","Return this vector capped to a maximum length.","Return this vector capped to a maximum length.","Return this vector with a minimum length applied.","Return this vector with a minimum length applied.","Returns the same transform with a different source unit.","Returns the same transform with a different source unit.","","","","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","Returns a 2d point using this point’s x and y coordinates","Returns a 2d vector using this vector’s x and y …","Returns a 2d vector using this vector’s x and y …","","Returns a 2d point using this point’s x and z coordinates","Returns a 2d vector using this vector’s x and z …","Returns a 2d vector using this vector’s x and z …","","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","","Swap x and y.","Swap x and y.","Returns a 2d point using this point’s x and z coordinates","Returns a 2d vector using this vector’s x and z …","Returns a 2d vector using this vector’s y and z …","","","","","The z (traditionally, depth) coordinate.","","","Constructor, setting all sides to zero.","Constructor, setting all sides to zero.","","The same as origin().","","","The same as origin().","Constructor, setting all sides to zero.","Constructor, setting all sides to zero.","The same as Zero::zero() but available without importing …","","","The same as Zero::zero() but available without importing …","Constructor, setting all components to zero.","Constructor, setting all components to zero.","Constructor, setting all components to zero.","Constructor, setting all components to zero.","Apply the function f to each pair of components of this …","Apply the function f to each pair of components of this …","Apply the function f to each pair of components of this …","Apply the function f to each pair of components of this …","Trait for testing approximate equality","Default epsilon value","Returns true is this object is approximately equal to the …","Returns true is this object is approximately equal to the …","","","","","","","","","","","","","","","","","","","","","","","Angle in radians","","The extent of the element in the U units along the z axis.","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The real part.","","","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","The z (traditionally, depth) coordinate.","","","Defines the smallest integer equal or greater than the …","Defines the biggest integer equal or lower than the …","","Defines the nearest integer value to the original value.","","Rounds to the smallest integer equal or greater than the …","Rounds to the biggest integer equal or lower than the …","","Rounds to the nearest integer value.","","A flattening iterator for quadratic bézier segments.","A flattening iterator for quadratic bézier segments.","","A 2d curve segment defined by three points: the beginning …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Common APIs to segment types.","","Return the curve after the split point.","Compute the length of the segment using a flattened …","Return the curve before the split point.","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","Sample the curve at t (expecting t between 0 and 1).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","End of the curve.","","","Sample x at t (expecting t between 0 and 1).","Sample y at t (expecting t between 0 and 1).","","Angle between vectors v1 and v2 (oriented clockwise …","","","","","An iterator that consumes Event iterator and yields …","An iterator that consumes an iterator of Points and …","","An extension trait for PathEvent iterators.","Applies a 2D transform to a path iterator and yields the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator that turns curves into line segments.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create the iterator.","Creates a new transformed path iterator from a path …","","","","","","","","Returns an iterator applying a 2D transform to all of its …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An angle in radians (f32).","Alias for euclid::default::Box2D<f32>","Alias for euclid::default::Point2D<f32>.","Alias for euclid::default::Rotation2D<f32>","Alias for euclid::default::Scale<f32>","Alias for euclid::default::Size2D<f32>.","Alias for euclid::default::Transform2D<f32>","Alias for euclid::default::Translation2D<f32>","Alias for euclid::default::Point2D<f32>.","Angle in radians","The extent of the element in the U units along the y axis …","","","","","","","","","Shorthand for Point::new(x, y).","","Shorthand for Size::new(x, y).","Shorthand for Vector::new(x, y).","The extent of the element in the U units along the x axis …","","The x (traditionally, horizontal) coordinate.","","","The y (traditionally, vertical) coordinate.","","","The default builder for Path.","A builder for Path with custom attributes.","An iterator of endpoint and control point ids for Path and …","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","A simple path data structure.","A view on a Path.","An iterator of over a Path traversing the path in reverse.","A Builder that appends a path to an existing PathBuffer.","A Builder that appends a path to an existing PathBuffer, …","Iterator over the paths in a PathBufferSlice.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A view over a sequence of endpoint IDs forming a polygon.","An iterator of Event<EndpointId, ()>.","An iterator of PathEvent.","A view over a sequence of endpoints forming a polygon.","An iterator of IdEvent for Polygon.","An iterator of Event<&Endpoint, ()>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Builds a path.","The base path building interface.","An extension trait for PathEvent iterators.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Returns an iterator that turns curves into line segments.","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","Returns a builder that applies the given transformation to …","Returns an iterator applying a 2D transform to all of its …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A sharp corner.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The alternating lengths of lines and gaps which describe …","The color or gradient of the stroke.","The distance between the two edges of the stroke.","A fill which linearly interpolates colors along a …","A linear gradient.","A linear gradient interpolates colors along a direction …","Packed Gradient data for use in shader code.","","","Adds a new ColorStop, defined by an offset and a color, to …","Adds multiple ColorStops to the gradient.","","","","","","","","","","","","","","","","","","","","","","","","","","","The absolute ending position of the gradient.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Creates a new Linear builder.","Creates a new Packed gradient for use in shader code.","Packs the Gradient for use in shader code.","The absolute starting position of the gradient.","ColorStops along the linear gradient direction.","","","","","","","","","","","","","","","","","Tries to load an image by its Handle.","Pixel is 8-bit alpha","AnimationDecoder trait","An Image in AVIF format.","Pixel contains 8-bit B, G and R channels","Pixel is 8-bit BGR with an alpha channel","An Image in BMP Format","An Image in BMP Format","The number of channels of this pixel type.","A string that can help to interpret the meaning each …","This pixel has the format of one of the predefined …","Pixel is 8-bit CMYK","An enumeration over supported color types and bit depths","The maximum value for this type of primitive within the …","The minimum value for this type of primitive within the …","An Image in DDS Format","An error was encountered while decoding.","The delay of a frame relative to the previous one.","A Dynamic Image","Types which are safe to treat as an immutable byte slice …","An error was encountered while encoding.","Contains the error value","An enumeration of color types encountered in image formats.","An Image in farbfeld Format","An Image in farbfeld Format","A flat buffer over a (multi channel) image.","A single animation frame","An implementation dependent iterator, reading the frames …","A trait for manipulating images.","Trait to inspect an image.","An Image in GIF Format","An Image in GIF Format","Sendable grayscale + alpha channel image buffer","Sendable grayscale image buffer","An Image in Radiance HDR Format","An Image in ICO Format","An Image in ICO Format","Generic image buffer","The trait that all decoders implement","Specialized image decoding not be supported by all formats","The trait all encoders implement","The generic error type for image operations.","An enumeration of supported image formats. Not all formats …","Each pixel in this image is 16-bit Luma","Each pixel in this image is 8-bit Luma","Each pixel in this image is 16-bit Luma with alpha","Each pixel in this image is 8-bit Luma with alpha","An enumeration of supported image formats for encoding.","Result of an image decoding/encoding process","Each pixel in this image is 16-bit Rgb","Each pixel in this image is 32-bit float Rgb","Each pixel in this image is 8-bit Rgb","Each pixel in this image is 16-bit Rgb with alpha","Each pixel in this image is 32-bit float Rgb with alpha","Each pixel in this image is 8-bit Rgb with alpha","An error occurred while interacting with the environment.","An Image in JPEG Format","An Image in JPEG Format with specified quality, up to 100","Pixel is 1-bit luminance","Pixel is 16-bit luminance","Pixel is 16-bit luminance","Pixel is 2-bit luminance","Pixel is 4-bit luminance","Pixel is 8-bit luminance","Pixel is 8-bit luminance","Pixel is 1-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 2-bit luminance with an alpha channel","Pixel is 4-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Completing the operation would have required more …","Grayscale colors.","Grayscale colors + alpha channel","Contains the success value","An Image in OpenEXR Format","An Image in OpenEXR Format","An error was encountered in input arguments.","A generalized pixel.","The type of pixel.","The pixel with an associated ColorType. Not all possible …","Immutable pixel iterator","An Image in PNG Format","An Image in PNG Format","An Image in general PNM Format","An Image in one of the PNM Formats","The type of each channel in a pixel. For example, this can …","Represents the progress of an image operation.","An Image in QOI format.","An image in QOI Format","The type of reader produced by into_reader.","RGB colors.","Pixel contains 1-bit R, G and B channels","Pixel is 16-bit RGB","Pixel contains 16-bit R, G and B channels","Pixel contains 2-bit R, G and B channels","Pixel is 32-bit float RGB","Pixel is 32-bit float RGB","An image buffer for 32-bit float RGB pixels, where the …","Pixel contains 4-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Sendable Rgb image buffer","RGB colors + alpha channel","Pixel is 1-bit RGB with an alpha channel","Pixel is 16-bit RGBA","Pixel is 16-bit RGB with an alpha channel","Pixel is 2-bit RGB with an alpha channel","Pixel is 32-bit float RGBA","Pixel is 32-bit float RGBA","An image buffer for 32-bit float RGBA pixels, where the …","Pixel is 4-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Sendable Rgb + alpha channel image buffer","A View into another image","The scalar type that is used to store each channel in this …","An Image in TGA Format","An Image in TGA Format","An Image in TIFF Format","An Image in TIFF Format","Pixel is of unknown color type with the specified bits per …","An operation can not be completed by the chosen …","A value for signalling an error: An unsupported format was …","An Image in WEBP Format","An image in WebP Format.","","","","","","","","","","","","","","","","","","","Adjust the contrast of this image. contrast is the amount …","Return all ImageFormats","Apply the function f to each channel of this pixel.","","","","","Apply the function f to each channel of this pixel and …","","","","","Apply the function f to each channel except the alpha …","","","","","Apply the function f to each channel except the alpha …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the bytes of this value.","Return this image’s pixels as a native endian byte slice.","Return a view on the raw sample buffer.","Return a view on the raw sample buffer for 32bit per …","Return a mutable view on the raw sample buffer.","Return a view on the raw sample buffer for 16 bit per …","Return a view on the raw sample buffer for 8 bit per …","Return a reference to an 16bit Grayscale image","Return a reference to an 8bit Grayscale image","Return a reference to an 16bit Grayscale image with an …","Return a reference to an 8bit Grayscale image with an …","Get a mutable reference based version.","Return a mutable reference to an 16bit Grayscale image","Return a mutable reference to an 8bit Grayscale image","Return a mutable reference to an 16bit Grayscale image …","Return a mutable reference to an 8bit Grayscale image with …","Return a mutable reference to an 16bit RGB image","Return a mutable reference to an 32bit RGB image","Return a mutable reference to an 8bit RGB image","Return a mutable reference to an 16bit RGBA image","Return a mutable reference to an 16bit RGBA image","Return a mutable reference to an 8bit RGBA image","View the samples as a slice.","Returns the underlying raw buffer","Get a reference based version.","Return a reference to an 16bit RGB image","Return a reference to an 32bit RGB image","Return a reference to an 8bit RGB image","Return a reference to an 16bit RGBA image","Return a reference to an 32bit RGBA image","Return a reference to an 8bit RGBA image","View the samples as a slice.","View this buffer as an image over some type of pixel.","Interpret this buffer as a mutable image.","View this buffer but keep mutability at a sample level.","Returns the number of bits contained in a pixel of …","Blend the color of a given pixel into ourself, taking into …","","","","","Put a pixel at location (x, y), taking into account alpha …","Put a pixel at location (x, y), taking into account alpha …","","Performs a Gaussian blur on this image. sigma is a measure …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bounding rectangle of this image.","Tuple of bounds in the order of coordinate inputs.","","","Brighten the pixels of this image. value is the amount to …","Iterators and other auxiliary structure for the ImageBuffer…","Returns the image buffer","Returns a mutable image buffer","Returns the number of bytes contained in a pixel of …","","","","","","","","","","","","","","","","","","","Return if the ImageFormat can be decoded by the lib.","Return if the ImageFormat can be encoded by the lib.","Change the coordinates of this subimage.","Returns the number of color channels that make up this …","Get the number of channels for colors of this type.","Returns the components as a slice.","","","","","Returns the channels of this pixel as a 4 tuple. If the …","","","","","Returns the components as a mutable slice","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encoding and decoding for various image file formats.","Steps through the iterator from the current frame until …","Return this image’s color type.","Supplementary color information.","Returns the color type of the image data produced by this …","","","","","","","","","","","","","","","","","","","Examples","Copies all of the pixels from another image into this …","Copies all of the pixels from one part of this image to …","","Return a cut-out of this image delimited by the bounding …","Return a cut-out of this image delimited by the bounding …","A measure of completed decoding.","","","Delay of this frame","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a tuple containing the width and height of the …","The width and height of this image.","The width and height of this image.","","","","","","","","","","","","","","","","","","","","","Enumerates over the pixels of the image. The iterator …","Enumerates over the pixels of the image. The iterator …","Enumerates over the rows of the image. The iterator yields …","Enumerates over the rows of the image. The iterator yields …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains detailed error representation.","Expands a color palette by re-using the existing buffer. …","Return a list of applicable extensions for this format.","Get the dimensions (channels, width, height).","Filters this image with the specified 3x3 kernel.","Check if a buffer of length len is large enough.","Image representations for ffi.","Flip this image horizontally","Flip this image vertically","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Construct a pixel from the 4 channels a, b, c and d. If …","","","","","Decodes an encoded image into a dynamic image.","Return the image format specified by a path’s file …","Constructs a new ImageBuffer by repeated application of …","Return the image format specified by a MIME type.","Create a delay from a ratio of milliseconds.","Constructs a new frame","Return the image format specified by the path’s file …","Constructs a new ImageBuffer by copying a pixel","Constructs a buffer from a generic container (for example …","Convert from a duration, clamped between 0 and an …","Returns a view into a slice.","","","","","Returns mutable view into a mutable slice.","","","","","","","","","","","","","","","","","","","","","","","Creates an image buffer out of an existing buffer. Returns …","Get a mutable reference to a single sample.","Returns the pixel located at (x, y). Indexed from top left.","","Gets a reference to the pixel at location (x, y)","","Gets a reference to the pixel at location (x, y) or …","Gets a reference to the mutable pixel at location (x, y). …","","Gets a reference to the mutable pixel at location (x, y)","Do not use is function: It is unimplemented!","Gets a reference to the mutable pixel at location (x, y) …","Get a reference to a single sample.","Return a grayscale version of this image. Returns Luma …","Guess image format from memory block","If there are any samples aliasing each other.","Returns if there is an alpha channel.","Returns false if the color scheme is grayscale, true …","","","","","","","","","The height of this image.","The height of this image.","Returns the height of the underlying image","Hue rotate the supplied image. value is the degrees to …","Returns the ICC color profile embedded in the image","Read a tuple containing the (width, height) of the image …","Mutable portion of the buffer that holds sample values.","Return the portion of the buffer that holds sample values.","Image Processing Functions","Returns true if this x, y coordinate is contained inside …","Check that the pixel and the channel index are in bounds.","Get an index provided it is inbouds.","Return a reference to a single sample at specified …","Resolve the index of a particular sample.","","","","","","Get the theoretical position of sample (x, y, channel).","Return a mutable reference to a single sample at specified …","","","","","","","","","","","","","","","","","","","","","","","","Get a reference to the underlying image.","Get a mutable reference to the underlying image.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 image buffer","Return this image’s pixels as a byte vector. If the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the raw sample buffer with its stride an dimension …","Consume the decoder producing a series of frames.","","","Consume the image and returns a Luma image.","Consume the image and returns a Luma image.","Consume the image and returns a LumaA image.","Consume the image and returns a LumaA image.","Returns the underlying raw buffer","Returns a reader that can be used to obtain the bytes of …","Consume the image and returns a RGB image.","Consume the image and returns a RGB image.","Consume the image and returns a RGB image.","Consume the image and returns a RGBA image.","Consume the image and returns a RGBA image.","Consume the image and returns a RGBA image.","","","","","","","","","","","","","","","","","","","Consumes the image buffer and returns the underlying data …","Invert this pixel","","","","","Invert the colors of this image. This method operates …","Input and output of images.","Check if a buffer fulfills the requirements of a normal …","A repr(C) description of the layout of buffer samples.","Returns the x offset","Create a new image from a Reader.","Create a new image from a byte slice","Create a new image from a byte slice","Apply the function f to each channel of this pixel.","","","","","Apply the function f to each channel of this pixel and …","","","","","Apply the function f to each channel except the alpha …","","","","","Apply the function f to each channel except the alpha …","Mathematical helper functions and types.","Get the minimum length of a buffer such that all in-bounds …","Creates a new Frames from an implementation specific …","Constructs a new frame without any delay.","Creates a new image buffer based on a Vec<P::Subpixel>.","Creates a dynamic image backed by a buffer depending on …","Construct a new subimage The coordinates set the position …","Creates a dynamic image backed by a buffer of gray pixels.","Creates a dynamic image backed by a buffer of gray pixels.","Creates a dynamic image backed by a buffer of gray pixels …","Creates a dynamic image backed by a buffer of gray pixels …","Creates a dynamic image backed by a buffer of RGB pixels.","Creates a dynamic image backed by a buffer of RGB pixels.","Creates a dynamic image backed by a buffer of RGB pixels.","Creates a dynamic image backed by a buffer of RGBA pixels.","Creates a dynamic image backed by a buffer of RGBA pixels.","Creates a dynamic image backed by a buffer of RGBA pixels.","","","The numerator and denominator of the delay in milliseconds.","The offsets of this subimage relative to the underlying …","Open the image located at the path specified. The image’…","Returns the color type of the image file before decoding","","Returns an Iterator over the pixels of this image. The …","Returns an iterator over the pixels of this image. The …","Returns an iterator over the mutable pixels of this image.","Put a pixel at location (x, y). Indexed from top left.","Puts a pixel at location (x, y)","","","Returns all the bytes in the image.","Same as read_image but periodically calls the provided …","Decode a rectangular section of the image; see …","Decode a rectangular section of the image, periodically …","Return the ImageFormats which are enabled for reading.","Calculate a measure for remaining decoding work.","Resize this image using the specified filter algorithm. …","Resize this image using the specified filter algorithm. …","Resize this image using the specified filter algorithm. …","Rotate this image 180 degrees clockwise.","Rotate this image 270 degrees clockwise.","Rotate this image 90 degrees clockwise.","Returns an iterator over the rows of this image.","Returns an iterator over the mutable rows of this image.","Get the format of the buffer when viewed as a matrix of …","Underlying linear container holding sample values.","Saves the buffer to a file at the path specified.","Saves the buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified …","Saves the buffer to a file at the specified path in the …","Saves the buffer to a file at the specified path in the …","Returns the minimum number of bytes that can be …","Set decoding limits for this decoder. See Limits for the …","Shrink the image to the minimum of current and given …","","Get the strides for indexing matrix-like [(c, w, h)].","Returns a mutable subimage that is a view into this image. …","Create a mutable sub-view of the image.","Scale this image down to fit within a specific size. …","Scale this image down to a specific size. Returns a new …","Return a copy of this image’s pixels as a byte vector. …","Convert this subimage to an ImageBuffer","Convert this pixel to luma","","","","","Returns a copy of this image as a Luma image.","Returns a copy of this image as a Luma image.","Returns a copy of this image as a Luma image.","Convert this pixel to luma with an alpha channel","","","","","Returns a copy of this image as a LumaA image.","Returns a copy of this image as a LumaA image.","Returns a copy of this image as a LumaA image.","Return the MIME type for this image format or “…","","","","","","","","","","","","","","","","","Convert this pixel to RGB","","","","","Returns a copy of this image as an RGB image.","Returns a copy of this image as an RGB image.","Returns a copy of this image as an RGB image.","Convert this pixel to RGB with an alpha channel","","","","","Returns a copy of this image as an RGBA image.","Returns a copy of this image as an RGBA image.","Returns a copy of this image as an RGBA image.","","","Copy the data into an owned vector.","Returns the y offset","A measure of all necessary decoding work.","Returns the total number of bytes in the decoded image.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Move the data into an image buffer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the pixel located at (x, y). Indexed from top left.","Returns the pixel located at (x, y), ignoring bounds …","Puts a pixel at location (x, y). Indexed from top left.","Puts a pixel at location (x, y), ignoring bounds checking.","Performs an unsharpen mask on this image. sigma is the …","Returns a subimage that is an immutable view into this …","Create a sub-view of the image.","The width of this image.","The width of this image.","Returns the width of the underlying image","Create a monocolor image from a single pixel.","Writes the supplied buffer to a writer in the specified …","Writes all the bytes in an image to the encoder.","Writes the buffer to a writer in the specified format.","Encode this image and write it to w.","Writes the buffer with the given encoder.","Encode this image with the provided encoder.","Return the ImageFormats which are enabled for writing.","Provides color conversions for whole image buffers.","Enumerate the pixels of an image.","Enumerate the pixels of an image.","Enumerate the rows of an image.","Enumerate the rows of an image.","Iterate over pixel refs.","Iterate over mutable pixel refs.","Iterate over rows of an image","Iterate over mutable rows of an image","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts self to a buffer of type T","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decoding and Encoding of BMP Images","Decoding of DDS images","Decoding of DXT (S3TC) compression","Decoding of farbfeld images","Decoding of GIF Images","Decoding of Radiance HDR Images","Decoding and Encoding of ICO files","Decoding and Encoding of JPEG Images","Decoding of OpenEXR (.exr) Images","Decoding and Encoding of PNG Images","Decoding of netpbm image formats (pbm, pgm, ppm and pam).","Decoding and encoding of QOI images","Decoding of TGA Images","Decoding and Encoding of TIFF Images","Decoding and Encoding of WebP Images","A bmp decoder","The representation of a BMP encoder.","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image image that has dimensions width and …","Same as encode, but allow a palette to be passed in. The …","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Get the palette that is embedded in the BMP image, if any.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Create a new decoder that decodes from the stream r","Create a new encoder that writes its output to w.","Create a new decoder that decodes from the stream r …","","","If true, the palette in BMP does not apply to the image …","","","","","","","","","","","","","","","","The representation of a DDS decoder","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","Create a new decoder that decodes from the stream r","","","","","","","","","","The DXT1 format. 48 bytes of RGB data in a 4x4 pixel …","The DXT3 format. 64 bytes of RGBA data in a 4x4 pixel …","The DXT5 format. 64 bytes of RGBA data in a 4x4 pixel …","DXT decoder","DXT encoder","DXT reader","What version of DXT compression are we using? Note that …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the color type that is stored in this DXT variant","","","","","","","","","","","","","","","","","","Encodes the image data data that has dimensions width and …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new DXT decoder that decodes from the stream r. …","Create a new encoder that writes its output to w","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","farbfeld decoder","farbfeld encoder","farbfeld Reader","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image data (native endian) that has dimensions …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes from the stream r","Create a new encoder that writes its output to w. The …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finite number of repetitions","GIF decoder","GIF encoder.","Wrapper struct around a Cursor<Vec<u8>>","Looping GIF","Number of repetitions for a GIF animation","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encode a single image.","Encode one frame of animation.","Encodes Frames. Consider using try_encode_frames instead …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes the input steam r","Creates a new GIF encoder with a speed of 1. This …","Create a new GIF encoder, and has the speed parameter speed…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set the repeat behaviour of the encoded GIF","","","","","","Try to encode a collection of ImageResult<animation::Frame>…","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes the input steam r, …","Adapter to conform to ImageDecoder trait","An Radiance HDR decoder","Radiance HDR encoder","Scanline buffered pixel by pixel iterator","Metadata for Radiance HDR image","Wrapper struct around a Cursor<Vec<u8>>","Refer to wikipedia","Radiance HDR file signature","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Color components","","","","","","","","","","","","Divide color values by corresponding tuple member (r, g, …","","","","","","","","","All lines contained in image header are put here. Ordering …","","","","","","","","","","","","","","","","","","","","","","","","Exponent","Encodes the image data that has dimensions width and height","","","","","Divide color values by exposure to get to get physical …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Height of decoded image. It depends on orientation too.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns file metadata. Refer to HdrMetadata for details.","Creates encoder","Creates adapter","Reads Radiance HDR image header from stream r if the …","Allows reading old Radiance HDR images","","Orientation matrix. For standard orientation it is …","Pixel height divided by pixel width","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes decoder and returns a vector of Rgb<f32> pixels.","Consumes decoder and returns a vector of Rgb<u8> pixels. …","Consumes decoder and returns a vector of RGBE8 pixels","Consumes decoder and returns a vector of transformed pixels","Helper function for reading raw 3-channel f32 images","","","Creates Rgbe8Pixel from components","","Converts Rgbe8Pixel into Rgb<f32> linearly","Converts Rgbe8Pixel into Rgb<T> with scale=1 and gamma=2.2","Converts Rgbe8Pixel into Rgb<T> using provided scale and …","","","Converts Rgb<f32> into Rgbe8Pixel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Width of decoded image. It could be either scanline length,","Reads Radiance HDR image header from stream reader, if the …","An ico decoder","ICO encoder","An ICO image entry","","","","","","","","","","","","","","","","Construct a new IcoFrame by encoding buf as a PNG","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image image that has dimensions width and …","Takes some IcoFrames and encodes them into an ICO.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new decoder that decodes from the stream r","Create a new encoder that writes its output to w.","","","","","","","","","","","","","","","","","","","","","","","Construct a new IcoFrame using a pre-encoded PNG or BMP","Write an ICO image with the specified width, height, and …","Pixels per centimeter","Pixels per inch (2.54 cm)","JPEG decoder","The representation of a JPEG encoder","Represents the absence of a unit, the values indicate only …","Represents the pixel density of an image","Represents a unit in which the density of an image is …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a pixel density with a pixel aspect ratio of 1","A couple of values for (Xdensity, Ydensity)","","","","","","","","","","Creates the most common pixel density type: the horizontal …","","","","","Encodes the image stored in the raw byte buffer image that …","Encodes the given image.","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new decoder that decodes from the stream r","Create a new encoder that writes its output to w","Create a new encoder that writes its output to w, and has …","","Configure the decoder to scale the image during decoding.","Set the pixel density of the images the encoder will …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The unit in which the density is measured","","An OpenEXR decoder. Immediately reads the meta data from …","A thin wrapper that implements ImageEncoder for OpenEXR …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Use read_image instead if possible, as this method creates …","","","Create a decoder. Consumes the first few bytes of the …","Create an ImageEncoder. Does not write anything yet. …","","","","","","","","","","","","","","","","","","Create a decoder. Consumes the first few bytes of the …","Writes the complete image.","Uses a heuristic to select one of the preceding filters …","An AnimationDecoder adapter of PngDecoder.","Filters based on the average of left and right neighbor …","High compression level","Compression level of a PNG encoder. The default setting is …","Default compression level","Fast, minimal compression","Filter algorithms used to process image data to improve …","Huffman coding compression","No processing done, best used for low bit depth grayscale …","Algorithm that takes into account the left, upper left, …","PNG decoder","PNG encoder","Png Reader","Run-length encoding compression","Filters based on previous pixel in the same scanline","Filters based on the scanline above","","","","","","","Turn this into an iterator over the animation frames.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image data that has dimensions width and height…","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Returns the gamma value of the image or None if no gamma …","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns if the image contains an animation.","Creates a new decoder that decodes from the stream r","Create a new encoder that writes its output to w","Create a new encoder that writes its output to w with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes from the stream r with …","Write a PNG image with the specified width, height, and …","Header produced by a pam file (“Portable Arbitrary Map”…","Magic number P7","Standardized tuple type specifiers in the header of a pam.","Samples are encoded as decimal ascii strings separated by …","Samples are unsigned binary integers in big endian","Magic numbers P1 and P4","Header produced by a pbm file (“Portable Bit Map”)","Pixels are either black (0) or white (1)","Pixels are either black (0) or white (1) and a second …","An image format which is not standardized","Magic numbers P2 and P5","Header produced by a pgm file (“Portable Gray Map”)","Pixels represent the amount of white","Grayscale with an additional alpha channel","Magic numbers P3 and P6","Header produced by a ppm file (“Portable Pixel Map”)","PNM decoder","Encodes images to any of the pnm image formats.","Stores the complete header data of a file.","Denotes the category of the magic number","Three channels: Red, Green, Blue","Four channels: Red, Green, Blue, Alpha","The kind of encoding used to store sample values","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Retrieve the underlying arbitrary header if any","Retrieve the underlying bitmap header if any","Retrieve the underlying graymap header if any","Retrieve the underlying pixmap header if any","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Number of color channels","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encode an image whose samples are represented as u8.","Binary or Ascii encoded file","Binary or Ascii encoded file","Binary or Ascii encoded file","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","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 height of the image this header is for.","Height of the image file","Height of the image file","Height of the image file","Height of the image file","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extract the reader and header after an image has been read.","","","","","","","","","","","","Get the two magic constant bytes corresponding to this …","The biggest value a sample can have. In other words, the …","Maximum sample value within the image","Maximum sample value within the image","Maximum sample value within the image","Create a new decoder that decodes from the stream read","Create new PnmEncoder from the writer.","","","Whether samples are stored as binary or as decimal ascii","Get the pnm subtype, depending on the magic constant …","Retrieve the format subtype from which the header was …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Color interpretation of image pixels","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The width of the image this header is for.","Width of the image file","Width of the image file","Width of the image file","Width of the image file","Create the header dynamically for each image.","Enforce the use of a chosen header.","Encode a specific pnm subtype image.","Write the header back into a binary stream","","QOI decoder","QOI encoder","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes from the stream reader","Creates a new encoder that writes its output to writer","","","","","","","","","","","","","","","","The representation of a TGA decoder","TGA encoder.","","","","","","","","","","","","","","","","","","","","","","","","","Disables run-length encoding","","","Encodes the image buf that has dimensions width and height …","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Create a new decoder that decodes from the stream r","Create a new encoder that writes its output to w.","","","","","","","","","","","","","","","","","","","Decoder for TIFF images.","Encoder for tiff images","Wrapper struct around a Cursor<Vec<u8>>","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image image that has dimensions width and …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new TiffDecoder.","Create a new encoder that writes its output to w","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Default lossy quality (80), providing a balance of quality …","Maximum lossy quality value (100).","Minimum lossy quality value (0).","WebP Image format decoder. Currently only supports lossy …","WebP Encoder.","WebP encoder quality.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encode image data with the indicated color type.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns true if the image as described by the bitstream is …","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Lossless encoding.","Lossy encoding. 0 = low quality, small size; 100 = high …","Create a new WebPDecoder from the Reader r. This function …","Create a new encoder that writes its output to w.","","Sets the background color if the image is an extended and …","","","","","","","","","","","","","","","","","","","","","","","An implementation of the VP8 Video Codec","","A Representation of the last decoded video frame","VP8 Decoder","","","","","","","","","","","","","","","","","","","","","Decodes the current frame","","","","","","","","","Indicates whether this frame is intended for display","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Gets the buffer size","The height of the luma plane","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Indicates whether this frame is a keyframe","Create a new decoder. The reader must present a raw vp8 …","The pixel type of the frame as defined by Section 9.2 of …","","","","","","","","","","","","The blue plane of the frame","","","","","The red plane of the frame","The width of the luma plane","The luma plane of the frame","The required color type can not be handled.","An error was encountered while decoding.","An error was encountered while decoding an image.","The resulting image exceed dimension limits in either …","The dimensions passed are wrong.","An error was encountered while encoding.","An error was encountered while encoding an image.","Contains the error value","The format is known exactly.","Repeated an operation for which error that could not be …","An image format is not supported.","A string describing the parameter. This is discouraged and …","Some feature specified by string. This is discouraged and …","The generic error type for image operations.","A best effort representation for image formats.","Result of an image decoding/encoding process","The operation would have performed an allocation larger …","An error occurred while interacting with the environment.","Completing the operation would have required more …","Indicates the limit that prevented an operation from …","Completing the operation would have required more …","The format can be identified by a name.","The end of the image has been reached.","Contains the success value","An error was encountered in input arguments.","An error was encountered in inputs arguments.","Details how a parameter is malformed.","A common path extension for the format is known.","The format is not known or could not be determined.","An operation can not be completed by the chosen …","The specified strict limits are not supported for this …","The implementation for an operation was not provided.","Details what feature is not supported.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the image format associated with this error.","Return the image format associated with this error.","Returns the image format associated with this error.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","Create an UnsupportedError for an image with details on …","Create an EncodingError for an image format.","Create a DecodingError for an image format.","Construct a ParameterError directly from a corresponding …","Construct a generic LimitError directly from a …","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 corresponding UnsupportedErrorKind of the …","Returns the corresponding ParameterErrorKind of the error.","Returns the corresponding LimitErrorKind of the error.","Create an EncodingError that stems from an arbitrary error …","Create a DecodingError that stems from an arbitrary error …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The given limits","The supported strict limits","The color format did not match the channel count.","The samples are in column-major form and all samples are …","Denotes invalid flat sample buffers when trying to convert …","A flat buffer over a (multi channel) image.","All samples are packed.","Different normal forms of buffers.","The represented image can not use this representation.","At least pixels are packed.","The samples are in row-major form and all samples are …","A ffi compatible description of a sample buffer.","The represented image was too large.","No pixel aliases another.","A flat buffer that can be used as an image view.","A mutable owning version of a flat buffer.","Deprecated - ChannelCountMismatch is used instead","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tuple of bounds in the order of coordinate inputs.","","","","","","","","Add this to an index to get to the sample in the next …","The number of channels in the color representation of the …","","","","","","","","","","","Supplementary color information.","Describe a column-major image packed in all directions.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the dimensions (channels, width, height).","Check if a buffer of length len is large enough.","Get a reference on the inner sample descriptor.","Get a reference on the sample buffer descriptor.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Get a mutable reference to a selected subpixel if it is …","Get a mutable reference to a selected sample.","","","","Get a reference to a selected subpixel if it is in-bounds.","Get a reference to a selected subpixel.","If there are any samples aliasing each other.","","","","The height of the represented image.","Add this to an index to get to the next sample in …","Return the mutable portion of the buffer that holds sample …","Return the mutable buffer that holds sample values.","Return the portion of the buffer that holds sample values.","Return the portion of the buffer that holds sample values.","Check that the pixel and the channel index are in bounds.","","","Get an index provided it is inbouds.","Resolve the index of a particular sample.","Get the theoretical position of sample (channel, x, y).","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Take out the sample buffer.","Take out the sample buffer.","","","","","","Check if a buffer fulfills the requirements of a normal …","A repr(C) description of the layout of buffer samples.","Get the minimum length of a buffer such that all in-bounds …","Get the minimum length of a buffer such that all in-bounds …","Get the minimum length of a buffer such that all in-bounds …","Compares the logical preconditions.","","Describe a row-major image packed in all directions.","Get a reference on the inner buffer.","Get a reference on the inner buffer.","Underlying linear container holding sample values.","Shrink the image to the minimum of current and given …","Shrink the inner image.","Shrink the inner image.","Get the strides for indexing matrix-like [(c, w, h)].","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to convert this into an image with mutable pixels.","","","","","","","","","","","","","","","","The width of the represented image.","Add this to an index to get to the next sample in …","A bi-level color map","Cubic Filter","The color type on which the map operates on","A color map","Available Sampling Filters.","Gaussian Filter","Lanczos with window 3","Nearest Neighbor","Linear Filter","","","","","","","","","","","Performs a Gaussian blur on the supplied image. sigma is a …","","","","","Brighten the supplied image. value is the amount to …","","","","","","","Functions for altering and converting the color of …","","","Adjust the contrast of the supplied image. contrast is the …","Return a mutable view into an image The coordinates set …","Return an immutable view into an image The coordinates set …","","","","","Reduces the colors of the image using the supplied …","","","","Perform a 3x3 box filter on the supplied image. kernel is …","Flip an image horizontally","Flip an image horizontally and put the result into the …","Flip an image horizontally in place.","Flip an image vertically","Flip an image vertically and put the result into the …","Flip an image vertically in place.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Indicate NeuQuant implements lookup.","Fill the image with a linear horizontal gradient","Hue rotate the supplied image. value is the degrees to …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","","","","Linearly sample from an image using coordinates in [0, w-1]…","Sample from an image using coordinates in [0, w-1] and [0, …","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","","Maps color to the closest color in the color map.","","Overlay an image at a given coordinate (x, y)","Calculate the region that can be copied from top to bottom.","Replace the contents of an image at a given coordinate (x, …","Resize the supplied image to the specified dimensions. …","Rotate an image 180 degrees clockwise.","Rotate an image 180 degrees clockwise and put the result …","Rotate an image 180 degrees clockwise in place.","Rotate an image 270 degrees clockwise.","Rotate an image 270 degrees clockwise and put the result …","Rotate an image 90 degrees clockwise.","Rotate an image 90 degrees clockwise and put the result …","Linearly sample from an image using coordinates in [0, 1].","Sample from an image using coordinates in [0, 1], taking …","Resize the supplied image to the specific dimensions.","Tile an image by repeating it multiple times","","","","","","","","","","","","","","","","","Performs an unsharpen mask on the supplied image. sigma is …","Fill the image with a linear vertical gradient","A bi-level color map","The color type on which the map operates on","A color map","Brighten the supplied image. value is the amount to …","Brighten the supplied image in place. value is the amount …","Adjust the contrast of the supplied image. contrast is the …","Adjust the contrast of the supplied image in place. …","Reduces the colors of the image using the supplied …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Hue rotate the supplied image. value is the degrees to …","Hue rotate the supplied image in place. value is the …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Set of supported strict limits for a decoder.","Resource limits for decoding.","A multi-format image reader.","","","","","","","","","","","","","","","","","","","","","","","","","This function checks the max_image_width and …","This function checks that all currently set strict limits …","Remove the current information on the image format.","","","","","","","","Read the image (replaces load).","","","","","","","","","","","","","","","","","","","","","","Get the currently determined format.","This function increases the max_alloc limit with amount. …","This function acts identically to [free], but takes a usize…","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Read the image dimensions.","Unwrap the reader.","","","","Set a custom set of decoding limits.","The maximum allowed sum of allocations allocated by the …","The maximum allowed image height. This limit is strict. …","The maximum allowed image width. This limit is strict. The …","Create a new image reader without a preset format.","Disable all decoding limits.","Disable all limits.","Open a file to read, format will be guessed from path.","This function checks that the current limit allows for …","This function acts identically to [reserve], but accepts …","This function acts identically to [reserve], but takes a …","Supply the format as which to interpret the read image.","","","","","","","","","","","","","","","","","","","","","","","","Construct a reader with specified format.","Make a format guess based on the content, replacing it on …","A Rectangle defined by its top left corner, width and …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","The rectangle’s height.","","Calls U::from(self).","","","","","","","","","","","","","","","","","The rectangle’s width.","The x coordinate of the top left corner.","The y coordinate of the top left corner.","A mesh with a gradient.","A vertex which contains 2D position & packed gradient data.","A set of vertices and indices representing a list of …","A low-level primitive to render a mesh of triangles.","A mesh with a solid color.","A two-dimensional vertex with a color.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The color of the vertex in linear RGBA.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","The packed vertex data of the gradient.","The list of vertex indices that defines the triangles of …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","The vertex position in 2D space.","The vertex position in 2D space.","","","","","","","","","","","","","","","","","","","","","","","","","The vertices of the mesh","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","A backend-agnostic renderer that supports all the built-in …","A store of recently used sections of text.","A multi-line text editor.","A set of system fonts.","A bunch of text.","A weak reference to a [cosmic-text::Buffer] that can be …","A version number.","","","","","","","Allocates a text Entry if it is not already present in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the buffer of the Paragraph.","Returns the buffer of the Paragraph.","A weak reference to a cosmic_text::Buffer.","Cache text.","","","","","","","The clip bounds of the text.","","","","","","","","The color of the text.","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Weak reference to the Editor.","Creates a Weak reference to the Paragraph.","","","","","","","Draw and edit text.","","","","","","","","","","","","Returns the global FontSystem.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Gets the text Entry with the given KeyHash.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Loads a font from its bytes.","Measures the dimensions of the given cosmic_text::Buffer.","","Creates a new empty Cache.","Creates a new empty Editor.","Creates a new empty Paragraph.","Draw paragraphs.","","","The position of the text.","Returns the raw cosmic_text::FontSystem.","","","Returns the attributes of the given Font.","Converts some Color to a cosmic_text::Color.","","","","Converts some Shaping strategy to a cosmic_text::Shaping …","Trims the Cache.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the current Version of the FontSystem.","","Runs a closure with the buffer of the Editor.","","","A store of recently used sections of text.","A cache entry.","A cache key representing a section of text.","The hash of a Key.","","","","","","","","","","","","","","","The bounds of the text.","The buffer of text, ready for drawing.","","","","","","","The content of the text.","","","","","","","","The Font of the text.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The line height of the text.","The minimum bounds of the text.","The shaping strategy of the text.","The size of the text.","","","","","","","","","","","","","","","","An action to perform on an Editor","Advanced text shaping and font fallback.","Whether to associate cursors placed at a boundary between …","","Align or justify","Represents an angle in degrees or radians.","","Text attributes","List of text attributes to apply to a line","An owned version of Attrs","Delete text behind cursor","Basic shaping with no font fallback.","","An iterator over the paragraphs in the input text. It is …","","A value borrowed together with an FontSystem","A buffer of text that is shaped and laid out","Move cursor to the end of the document","A line (or paragraph) of text that is shaped and laid out","","Move cursor to the start of the document","Key for building a glyph cache","Flags that change rendering","","A set of change items grouped into one logical change","A unique change to an editor","Mouse click at specified position","Closes a subpath, connecting the final point to the …","Text color","32-bit RGBA bitmap.","Path command.","","Use \\\\r for line ending (many legacy systems)","Use \\\\r\\\\n for line ending (Windows-style)","Glyphs in cursive fonts generally use a more informal …","","Current cursor location","A cubic bezier curve from the previous point to the final …","Delete text in front of cursor","Mouse double click at specified position","Move cursor down","Mouse drag to specified position","A trait to allow easy replacements of Editor, like …","A wrapper of [Buffer] for easy editing","Move cursor to end of line","","Create new line","Escape, clears selection","","","","Skew by 14 degrees to synthesize italic","A font family.","An owned version of Family","Fantasy fonts are primarily decorative or expressive fonts …","","A font","Font-specific part of Attrs to be used for matching","","Access to the system fonts.","Wraps at a glyph level","Move cursor to specific line","Move cursor to start of line","Identity matrix.","","Insert character at cursor","A form that is generally cursive in nature.","","The position of a cursor within a [Buffer].","Apply specific LayoutCursor","A laid out glyph","A line of laid out glyphs","A line of visible text for rendering","An iterator of visible text lines, see LayoutRun","Move cursor left","","Move cursor to next word boundary to the left","Use \\\\n for line ending (POSIX-style)","Use \\\\n\\\\r for line ending (some legacy systems)","Select by lines","Line ending","Iterator over lines terminated by LineEnding","A straight line from the previous point to the specified …","8-bit alpha mask.","Metrics of text","The sole criterion of a monospace font is that all glyphs …","","A motion to perform on a Cursor","Move the cursor with some motion","Begins a new subpath at the specified point.","The name of a font family of choice.","","Move cursor to next character (Self::Right in LTR, …","Move cursor to next word boundary","No selection","No wrapping","No line ending","A face that is neither italic not obliqued.","Normal selection","","A typically-sloped version of the regular face.","","","Move cursor down one page","Move cursor up one page","Move cursor to end of paragraph","Move cursor to start of paragraph","","Describes the offset and dimensions of a rendered mask.","Move cursor to previous character (Self::Left in LTR, …","Move cursor to previous word boundary","A quadratic curve from the previous point to the final …","Move cursor right","","Move cursor to next word boundary to the right","Glyphs in sans-serif fonts, as the term is used in CSS, …","","Scroll position in [Buffer]","Scroll specified number of lines","Selection mode","","","Serif fonts represent the formal text style for a script.","","A set of buffers containing allocations for shaped text.","A shaped glyph","A shaped line (or paragraph)","A helper structure for caching shape runs.","Key for caching shape runs.","A shaped span (for bidirectional processing)","A shaped word (for word wrapping)","The shaping strategy of some text.","Move cursor to start of line, skipping whitespace","A face width.","Allows italic or oblique faces to be selected.","Binning of subpixel position for cache optimization","32-bit RGBA subpixel mask.","Cache for rasterizing with the swash scaler","Content of a scaled glyph image.","Scaled glyph image.","","Two dimensional transformation matrix.","Mouse triple click at specified position","","","","","Move cursor up","Move cursor up or down by a number of pixels","Specifies the weight of glyphs in the font, their degree …","Select by words","Wraps at the word level","Wraps at the word level, or fallback to glyph level if a …","Wrapping mode","Angle of zero degrees.","","Get the alpha component","Perform an Action on the editor","","Perform an Action on the editor","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Add an attribute span, removes any previous matching parts …","Whether to associate the cursor with the run before it or …","","Get the Text alignment","Get a flags value with all known bits set.","Append line at end of this line","Apply a change","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get an array over all of the components, in [r, g, b, a] …","Get a tuple over all of the attributes, in (r, g, b, a) …","Get the line ending as a str","","","Get attributes list","","Get the current automatic indentation setting","","Get the blue component","","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.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Mutably borrows self together with an FontSystem for more …","Mutably borrows the buffer together with an FontSystem for …","Get the internal BufferRef","","Get the internal BufferRef","","Cache key, see CacheKey","Set CacheKeyFlags","","","CacheKeyFlags","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Resets the image to a default state.","Clear the current attribute spans","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set Color","","","Optional color override","","","","","","","","","","","Check if this set of attributes can be shaped with another","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Given an origin, offset and bounding box, computes the …","Whether all set bits in a source flags value are also set …","Content of the image.","Copy selection","","Get the current cursor","","Apply a Motion to a Cursor","Apply a Motion to a Cursor","","Raw image data.","Get the database.","Get a mutable reference to the database.","","","","","","","","","","","","","","","Get the default Attrs","Delete text starting at start Cursor and ending at end …","","Delete selection, adjusting cursor and returning true if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the determinant of the transform.","The intersection of a source flags value with the …","Draw the buffer","Draw the editor","","Draw the buffer","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a flags value with all bits unset.","Cursor indicating end of change","End index of cluster in original line","","Get line ending","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","Set Family","","","Get completed change","","CacheKeyFlags","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Font ID","Font id of the glyph","","","Font size in pixels","Font size of the glyph","f32 bits of font size","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 exactly.","Convert from a bits value, unsetting any unknown bits.","Creates a new angle from degrees.","Creates a new angle from gradians.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Creates a new angle from radians.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new angle from turns.","Get the green component","Get cache item, updating age if found","Get a font by its ID.","","","Create a swash Image from a cache key, caching results","Create a swash Image from a cache key, without caching …","","","Get the attribute span for an index","Index of [LayoutGlyph] in [LayoutLine::glyphs]","Glyph ID","Font id of the glyph","","The array of layout glyphs to draw","Glyphs in line","","","","","","","","","","","","Height in pixels.","Return the pixel span Some((x_left, x_width)) of the …","Convert x, y position to Cursor (hit detection)","","","First-byte-index of glyph at cursor (will insert behind …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","Insert cache item with current age","Insert if true, delete if false","Insert text at specified cursor with specified attrs_list","","Insert a string at the current cursor or replacing the …","The bitwise and (&) of the bits in two flags values.","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).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consume this FontSystem and return the locale and database.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consume this line, returning only its text contents as a …","Returns the inverse of the transform, if any.","Whether all known bits in this flags value are set.","Whether all bits in this flags value are unset.","","Change items grouped into one change","Yield a set of contained flags values.","Yield a set of contained named flags values.","Layout line, will cache results","","Index of [LayoutLine] in [BufferLine::layout]","Index of [LayoutLine] in [BufferLine::layout]. This will …","Convert a Cursor to a LayoutCursor","Layout a line using a pre-existing shape buffer, will …","Get line layout cache","Get the visible layout runs for rendering and other tasks","","Horizontal offset with respect to the origin specified …","Unicode BiDi embedding level, character is left-to-right …","","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]. This will be …","Line height in pixels","The index of the original text line","Lay out the provided line index and return the result","Lay out the provided line index and return the result","Shape the provided line index and return the result","Shape the provided line index and return the result","Y offset to top of line","Width of line","Y offset to baseline of line","BufferLines (or paragraphs) of text in the buffer","Get the locale.","Check if font matches","Maximum ascent of the glyphs in line","Maximum descent of the glyphs in line","Set metadata","Get line metadata. This will be None if …","","","Metadata from Attrs","","Get the current Metrics","","Get the current monospace_width","Create a new FontSystem, that allows access to any …","","Create a new swash cache","","Create a new set of attributes with sane defaults","","Create a new attributes list with a set of default Attrs","Create an iterator to split the input text into paragraphs …","Creates a new transform.","","","Create a new Buffer with the provided FontSystem and …","Create a new line with the given text and attributes list …","","","Create a new cursor","Create a new LayoutCursor","Create a new cursor","Create a new Editor with the provided [Buffer]","Create an iterator of lines in a string slice","","","Panics","Creates a new empty scaled image.","Create an empty Buffer with the provided Metrics. This is …","Shape a word into a set of glyphs, using a scratch buffer.","Shape a span into a set of words, using a scratch buffer.","Shape a line into a set of spans, using a scratch buffer. …","Create a new cursor, specifying the affinity","Create a new FontSystem with a pre-specified set of fonts.","Create a new FontSystem with a pre-specified locale and …","","","","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","","","","Offset and size of the image.","Returns a new transform that represents a rotation …","Returns a new transform that represents a scale followed …","Returns a new transform that represents a translation …","Get the red component","Get the Buffer redraw flag","True if a redraw is needed","The intersection of a source flags value with the …","Reset shaping, layout, and metadata caches","Reset only layout cache","Reset shaping and layout caches","","","Create new color with red, green, and blue components","Create new color with red, green, blue, and alpha …","Creates a rotation transform.","Creates a rotation transform around a point.","True if the original paragraph direction is RTL","","","Creates a scale transform.","","","Get the current scroll location","Get the current selection position","","Get the bounds of the current selection","Call insert when value is true or remove when value is …","Set the text alignment","Set attributes list","Enable or disable automatic indentation","","Set the current cursor","","Set line ending","Set line metadata. This is stored until the next line reset","Set the current Metrics","Set the current Metrics","Set the current Metrics and buffer dimensions at the same …","Set the current Metrics and buffer dimensions at the same …","Set monospace width monospace glyphs should be resized to …","Set the Buffer redraw flag","Set redraw needed flag","Set text of buffer, using an iterator of styled spans …","Set text of buffer, using an iterator of styled spans …","Set the current scroll location","Set the current selection position","","Set the current buffer dimensions","Set the current buffer dimensions","Set the current tab width. A tab_width of 0 is not …","","Set text of buffer, using provided attributes for each …","Set text and attributes list","Set text of buffer, using provided attributes for each …","Set the current Wrap","Set the current Wrap","Shape line, will cache results","Shape lines until scroll, after adjusting scroll if the …","","Shape lines until scroll, after adjusting scroll if the …","Shape a line using a pre-existing shape buffer, will cache …","Get line shaping cache","Shape lines until cursor, also scrolling to include cursor …","Shape lines until cursor, also scrolling to include cursor …","Shape lines until scroll","Shape lines until scroll","Get the current buffer dimensions (width, height)","","Creates a skew transform.","Source of the image.","Get the current attribute spans","","Split attributes list at an offset","Split off new line at index","Cursor indicating start of change","Start index of cluster in original line","","Start collecting change","","Set Stretch","","","Set Style","","","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 …","Get the current tab width","","Get current text","The original text line","Text to be inserted or deleted","","Returns a new transform that represents the application of …","Returns a new transform that represents this transform …","Returns a new transform that represents this transform …","Returns a new transform that represents this transform …","Returns the angle in degrees.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the angle in radians.","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","Vertical offset with respect to the origin specified when …","Returns the result of a transformation matrix applied to …","Returns the result of applying this transform to a point.","Returns the result of applying this transform to a vector.","Creates a translation transform.","Remove anything in the cache with an age older than …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","Returns the associated verb for the command.","Get the number of lines that can be viewed in the buffer","Width of hitbox","Width of the line","Set Weight","","","Width in pixels.","Get the internal Buffer","Get the internal Buffer, mutably","Get the internal Buffer, mutably","Enumerate pixels in an Image, use with_image for better …","","Get the current Wrap","","X offset of hitbox","Integer component of X offset in line","","","Binning of fractional X offset","X offset in line","","","","","Y offset of hitbox","Integer component of Y offset in line","","","Binning of fractional Y offset","Y offset in line","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Black weight (900), the thickest value.","Bold weight (700).","","","","","","A font’s raw data, typically backed by a Vec.","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","A font database.","","","","Extra-bold weight (800).","Extra light weight (200).","","","","","","","","","","","","","","","","","","","","","A single font face info.","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","","A font’s path.","","","","","","","","","","","","","","","","","","","","","","","","A unique per database face ID.","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","Light weight (300).","A Name language.","","","","","","Medium weight (500, higher than normal).","","","","","","","","","","","","The sole criterion of a monospace font is that all glyphs …","Normal (400).","The name of a font family of choice.","","A face that is neither italic not obliqued.","","","","A typically-sloped version of the regular face.","","","","","","","","","","","A database query.","","","","Semibold weight (600).","","","","","","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","","","","","Serif fonts represent the formal text style for a script.","","","A font’s raw data originating from a shared file mapping.","","","","A font source.","","","","","","","","","","","","","","","","","","","","","","A face width.","Allows italic or oblique faces to be selected.","","","","Thin weight (100), the thinnest value.","","","","","","","","","","","","","","","","","","","","Specifies the weight of glyphs in the font, their degree …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a dummy ID.","","","","","","","","","","","","","","","","","","","","","Selects a FaceInfo by id.","Returns font face storage and the face index by ID.","Returns an iterator over the internal storage.","A list of family names.","A prioritized list of font family names or generic family …","Returns the generic family name or the Family::Name itself.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","An unique ID.","A face index in the source.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls 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 Database contains no font faces.","","","Returns the number of font faces in the Database.","Loads a font data into the Database.","Loads a font file into the Database.","Loads a font from the given source into the Database and …","Loads font files from the selected directory into the …","Attempts to load system fonts.","Transfers ownership of shared font data back to the font …","Makes the font data that backs the specified face id …","Indicates that the font face is monospaced.","Create a new, empty Database.","","","A PostScript name.","Pushes a user-provided FaceInfo to the database.","Performs a CSS-like query and returns the best matched …","Removes a font face by id from the database.","Sets the family that will be used by Family::Cursive.","Sets the family that will be used by Family::Fantasy.","Sets the family that will be used by Family::Monospace.","Sets the family that will be used by Family::SansSerif.","Sets the family that will be used by Family::Serif.","A font source.","A font face stretch.","Selects a normal, condensed, or expanded face from a font …","A font face style.","Allows italic or oblique faces to be selected.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face weight.","Specifies the weight of glyphs in the font, their degree …","Executes a closure with a font’s data.","Indicates that special handling of the beginning of text …","Text is set vertically from bottom to top.","A cluster level.","Flags for buffers.","","Indicates that a dotted circle should not be inserted in …","Defines the direction in which text is to be read.","Indicates that special handling of the end of text …","A font face handle.","A feature tag with an accompanying range specifying on …","Serialize glyph extents.","Serialize glyph flags.","A buffer that contains the results of the shaping process.","A glyph info.","Holds the positions of the glyph in both horizontal and …","Initial, unset direction.","A script language.","Text is set horizontally from left to right.","","","Do not serialize glyph advances, glyph offsets will …","Do not serialize glyph cluster.","Do no serialize glyph name.","Do not serialize glyph position information.","Indicates that characters with Default_Ignorable Unicode …","Indicates that characters with Default_Ignorable Unicode …","Text is set horizontally from right to left.","A text script.","Flags used for serialization with a BufferSerializer.","A reusable plan for shaping a text buffer.","A 4-byte tag.","Text is set vertically from top to bottom.","A buffer that contains an input string ready for shaping.","A font variation.","","","","","","","","","","","","","","","","Appends a character to a buffer with the given cluster …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the language as a string.","Returns tag value as u32 number.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Clear the contents of the buffer.","Clears the content of the glyph buffer and returns an empty","","","","","","","","","","","","","","","","","","","","","","","An index to the start of the grapheme cluster in the …","Retrieve the cluster level of the buffer.","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","","","","","","","","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Returns the Buffer’s text direction.","","","","","","","","","","","","","","","","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.","Get the flags for this buffer.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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.","Creates a Tag from bytes.","Creates a Tag from bytes.","Creates a new Face from ttf_parser::Face.","Converts an ISO 15924 script tag to a corresponding Script.","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 …","Creates a new Face from data.","","","","","","","","","","","","","","","","","","","Parses a Feature form a string.","","A selected glyph.","Get the glyph infos.","Get the glyph positions.","Guess the segment properties (direction, language, script) …","","","","","","","","","","","","","","","","","","","","","","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).","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 buffer contains no elements.","Returns true if the buffer contains no elements.","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","Checks if tag is null / [0, 0, 0, 0].","","","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.","Get the buffer language.","Returns the length of the data of the buffer.","Returns the length of the data of the buffer.","Create a new UnicodeBuffer.","Returns a plan that can be used for shaping any buffer …","Create a new Feature struct.","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","","","Pushes a string to a buffer.","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Resets clusters.","Predefined scripts.","Get the ISO15924 script tag.","Converts the glyph buffer content into a string.","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","Set the cluster level of the buffer.","Set the text direction of the Buffer’s contents.","Set the flags for this buffer.","Set the buffer language.","Sets pixels per EM.","Sets point size per EM.","Sets the post-context for this buffer.","Sets the pre-context for this buffer.","Set the script from an ISO15924 tag.","Sets font variations.","Shapes the buffer content using provided font and features.","Shapes the buffer content using the provided font and plan.","","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 …","Returns script’s tag.","","","Returns tag as 4-element byte array.","Returns tag as 4-element byte array.","","","","","","","","","","","","","","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.","Returns face’s units per EM.","Indicates that if input text is broken at the beginning of …","","","How much the line advances after drawing this glyph when …","How much the glyph moves on the X-axis before drawing it, …","How much the line advances after drawing this glyph when …","How much the glyph moves on the Y-axis before drawing it, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A grayscale bitmap with 2 bits per pixel.","A packed grayscale bitmap with 2 bits per pixel.","A grayscale bitmap with 4 bits per pixel.","A packed grayscale bitmap with 4 bits per pixel.","A grayscale bitmap with 8 bits per pixel.","A monochrome bitmap.","A packed monochrome bitmap.","A color bitmap with 32 bits per pixel.","","","","","","","","A list of errors that can occur during a CFF glyph …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face.","The face index is larger than the number of faces in the …","A list of font face parsing errors.","Parsed face tables.","","","","A 32-bit signed fixed-point number (16.16).","","","","","","","","A trait for parsing raw binary data of fixed size.","","","","","","","","A type-safe wrapper for glyph ID.","","","","","","","","","","","","","","","","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","A slice-like container that converts internal binary data …","A slice-like container that converts internal binary data …","An iterator over LazyArray16.","An iterator over LazyArray32.","","A line metrics.","","","","","","","","","An attempt to read out of bounds detected.","","","","","","","","","","","","","","The head table is missing or malformed.","The hhea table is missing or malformed.","","The maxp table is missing or malformed.","","","A face that is neither italic not obliqued.","A variation coordinate in a normalized coordinate system.","","","A typically-sloped version of the regular face.","","","","A trait for glyph outline construction.","","","Face permissions.","A platform ID.","","","","","","","","","A glyph’s raster image.","A glyph raster image format.","A raw font face.","A list of all supported tables as raw data.","","A rectangle.","","A RGBA color in the sRGB color space.","","","","Object’s raw data size.","","","","","","","","","","","A script metrics used by subscript and superscript.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A face style.","","","","A raw table record.","A 4-byte tag.","","","","","","","","","","","","","","","","Unicode Ranges.","","Face data must start with 0x00010000, 0x74727565, …","","","","","","A font variation value.","A variation axis.","","A face weight.","","A face width.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An Anchor Point Table implementation.","","","This module contains Apple Advanced Typography Layout …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a horizontal face ascender.","An Axis Variations Table implementation.","","","An axis tag name.","","","Performs a binary search by specified key.","Performs a binary search by specified key.","Performs a binary search using specified closure.","Performs a binary search using specified closure.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns face’s capital height.","A Color Bitmap Data Table implementation.","","","A Color Bitmap Location Table implementation.","","A Compact Font Format Table implementation.","","","A Compact Font Format 2 Table implementation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Appends a ClosePath segment.","A Character to Glyph Index Mapping Table implementation.","","","","Returns the number of palettes stored in the COLR+CPAL …","A Color Table implementation.","","","","","","","","","","","","","","","","","","","","","","","","","","","A Color Palette Table implementation.","","Appends a CurveTo segment.","A raw image data. It’s up to the caller to decode it.","The input font file data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a horizontal face descender.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Feature Name Table implementation.","","","","","","","","","","","","","","","","","","","","","","Returns the number of fonts stored in a TrueType font …","An image format.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Creates a new coordinate.","Creates a new coordinate.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Creates a new Face from provided RawFaceTables.","Creates a new RawFace from a raw data.","Creates a new Face from a raw data.","","","","","","","","","","","","","","","","","","","","","","A Font Variations Table implementation.","","","A Glyph Definition Table implementation.","","","Returns a value at index.","Returns a value at index.","Returns the coordinate value as f2.14.","Returns a bounding box that large enough to enclose any …","A Glyph Data Table implementation.","","","Returns a tight glyph bounding box.","Returns glyph’s horizontal advance.","Returns glyph’s horizontal side bearing.","Resolves a Glyph ID for a code point.","Resolves a Glyph ID for a glyph name.","Returns glyph’s name.","Returns a reference to a glyph’s raster image.","Returns a reference to a glyph’s SVG image.","Resolves a variation of a Glyph ID from two code points.","Returns glyph’s vertical advance.","Returns glyph’s vertical side bearing.","Returns glyph’s vertical origin according to Vertical …","A Glyph Positioning Table implementation.","","","","A Glyph Substitution Table implementation.","","","A Glyph Variations Table implementation.","","","Checks that face has non-default variation coordinates.","","A Font Header Table implementation.","","","Returns rect’s height.","Returns face’s height.","Image height.","A Horizontal Header Table implementation.","","","","A Horizontal/Vertical Metrics Table implementation.","","","A Horizontal/Vertical Metrics Variations Table …","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the face bitmaps embedding is allowed.","Checks that face is marked as Bold.","Returns true if the glyph can be colored/painted using the …","Checks if array is empty.","Checks if the array is empty.","Checks that face is marked as Italic.","Checks that face is marked as Monospaced.","Checks that face is marked as Oblique.","Checks that face is marked as Regular.","Checks if the face subsetting is allowed.","Checks that face is variable.","","","Returns face’s italic angle.","A Kerning Table implementation.","","","An Extended Kerning Table implementation.","","","Returns the last value.","Returns array’s length.","Returns array’s length.","","Returns a horizontal face line gap.","Appends a LineTo segment.","An Index to Location Table implementation.","","A Math Table implementation.","","","","A Maximum Profile Table implementation.","","","","An Extended Glyph Metamorphosis Table implementation.","","","Appends a MoveTo segment.","A Metrics Variations Table implementation.","","","A Naming Table implementation.","","","A list of name ID’s.","An axis name in the name table.","Returns a list of names.","Creates a new LazyArray.","Creates a new LazyArray.","Creates a new RgbaColor.","","","Returns a total number of glyphs in the face.","","This module contains OpenType Layout supplementary tables …","A OS/2 and Windows Metrics Table implementation.","","","Outlines a glyph and returns its tight bounding box.","Paints a color glyph from the COLR table.","Parses an object from a raw data.","","","","Creates a new RawFace from a raw data.","Creates a new Face from a raw data.","","Returns face permissions.","A pixels per em of the selected strike.","Line position.","A PostScript Table implementation.","","","Returns the primary language.","Appends a QuadTo segment.","Returns a RangeRecord for a glyph.","Returns the RawFace used to create this Face.","","Returns a language region.","A Standard Bitmap Graphics Table implementation.","","","Sets a variation axis coordinate.","Returns sub-array.","Returns face’s strikeout metrics.","Returns face style.","Returns face’s subscript metrics.","Returns face’s superscript metrics.","An SVG Table implementation.","","","Returns the raw data of a selected table.","Returns the raw data of a selected table.","An array of table records.","Returns low-level face tables.","","","Line thickness.","","","","","","","","","","","","","","","","","","","","","","","","","","A Tracking Table implementation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a horizontal typographic face ascender.","Returns a horizontal typographic face descender.","Returns a horizontal typographic face line gap.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns face’s underline metrics.","Checks if the face bitmaps embedding is allowed.","Returns face’s units per EM.","An axis value.","Returns an iterator over variation axes.","Returns the current normalized variation coordinates.","Returns a vertical face ascender.","Returns a vertical face descender.","Returns a vertical face height.","Returns a vertical face line gap.","A Vertical Header Table implementation.","","","","","A Vertical Origin Table implementation.","","","","","Returns face’s weight.","Returns rect’s width.","Returns face’s width.","Image width.","Horizontal offset.","Returns face’s x height.","","","X offset.","Horizontal face size.","Vertical offset.","","","Y offset.","Vertical face size.","An anchor point.","An Anchor Point Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Parses a table from raw data.","Returns a list of anchor points for the specified glyph.","","","","","","","","","","","","","","","","","","","An Extended State Table.","A State Table entry.","A lookup table.","A legacy state entry used by StateTable.","A State Table.","A type-safe wrapper for a kerning value offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Predefined classes.","Returns a glyph class.","Returns a glyph class.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a class entry.","Returns a class entry.","Additional data.","Additional data.","Entry flags.","Entry flags.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","If set, advance to the next glyph before going to the new …","If set, remember this glyph as the marked glyph.","Checks that entry has an offset.","If set, push this glyph on the kerning stack.","If set, reset the kerning data (clear the stack).","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns kerning at offset.","Produces a new state.","A new state.","A new state.","Returns the next offset.","","Parses an Extended State Table from a stream.","Parses a lookup table from raw data.","Predefined states.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a value associated with the specified glyph.","Returns a value offset.","","","","","An axis value map.","A list of segment maps.","An iterator over maps.","An Axis Variations Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","A normalized coordinate value obtained using default …","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any segments.","Returns the number of segments.","Maps coordinates.","","","Parses a table from raw data.","The segment maps array — one segment map for each axis …","The modified, normalized coordinate value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Color Bitmap Data Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns a raster image for the glyph.","","Calls U::from(self).","","","","","","","","","Parses a table from raw data.","","","","","","","","","A Color Bitmap Location Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Parses a table from raw data.","","","","","","","","","An affine transformation matrix.","A Compact Font Format Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the CID corresponding to a glyph ID.","Resolves a Glyph ID for a code point.","Returns a glyph ID by a name.","Returns a glyph name.","Returns a glyph width.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Returns a font transformation matrix.","Returns a total number of glyphs in the font.","Outlines a glyph.","Parses a table from raw data.","","","","","","","","","","","","","","","","","","","","","A Compact Font Format 2 Table.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Outlines a glyph.","Parses a table from raw data.","","","","","","","","","","A character encoding subtable variant.","Glyph was found in the variation encoding table.","A result of a variation glyph mapping.","","","","","","A character encoding subtable.","A format 0 subtable.","A format 10 subtable.","A format 12 subtable.","A format 13 subtable.","A format 14 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of subtables.","An iterator over Subtables.","A Character to Glyph Index Mapping Table.","","","","Glyph should be looked in other, non-variation tables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for all codepoints contained in this subtable.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Subtable encoding.","","","","","First character code covered.","First character code of subrange.","","","","","","","","","","","","","","A subtable format.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a subtable at an index.","Just a list of 256 8bit glyph IDs.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Maps a character to a glyph ID.","Resolves a variation of a glyph ID from two code points.","Array of glyph indices for the character codes covered.","Array of glyph indexes for character codes in the range.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any subtables.","Checks that the current encoding is Unicode compatible.","Returns the number of subtables.","","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a table from raw data.","Subtable platform.","A list of subtables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A trait for color glyph painting.","A Color Table.","","","","","","","","","","","","Whether the table contains a definition for the given …","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Outlines a glyph and stores it until the next paint …","Paints the color glyph.","Paints the current glyph outline using the provided color.","Paints the current glyph outline using the application …","Parses a table from raw data.","","","","","","","","","A Color Palette Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the color at the given index into the given …","","Calls U::from(self).","","","","","","","","","Returns the number of palettes.","Parses a table from raw data.","","","","","","","","","A feature names.","A list fo feature names.","An iterator over FeatureNames.","A setting name.","A Feature Name Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The index of the default setting in the setting_names.","","","","","","","","","","","","","","","","The feature’s exclusive settings. If set, the feature …","The feature’s ID.","Finds a feature name by ID.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Returns a feature name at an index.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any feature names.","Returns the number of feature names.","The name table index for the feature’s name in a …","The name table index for the feature’s name in a …","A list of feature names. Sorted by FeatureName.feature.","","","Parses a table from raw data.","The setting.","The feature’s setting names.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Font Variations Table.","A variation axis.","","","","","","","","","","","A list of variation axes.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","An axis name in the name table.","","Parses a table from raw data.","","","","","","","","","","","","","","","","","","","","A glyph class.","","","A Glyph Definition Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns glyph’s class according to Glyph Class …","Returns glyph’s mark attachment class according to Mark …","Returns glyph’s variation delta at a specified index …","Checks that face has Glyph Class Definition Table.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Checks that glyph is a mark according to Mark Glyph Sets …","Parses a table from raw data.","","","","","","","","","","","","","","","","","","A Glyph Data Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Outlines a glyph.","Parses a table from raw data.","","","","","","","","","An Anchor Table.","An Anchor parsing helper.","","A ValueRecord pairs matrix used by PairAdjustment.","","","A Cursive Attachment Positioning Subtable.","A list of entry and exit Anchor pairs.","A Device Table.","","","","","","A Device Table hinting values.","An array or ligature anchor matrices.","A Mark Array.","","A Mark-to-Base Attachment Positioning Subtable.","","A Mark-to-Ligature Attachment Positioning Subtable.","","A Mark-to-Mark Attachment Positioning Subtable.","","A Pair Adjustment Positioning Subtable.","A ValueRecord pairs set used by PairAdjustment.","A list of PairSets.","A glyph positioning lookup subtable enumeration.","","A Single Adjustment Positioning Subtable.","A Value Record.","An array of Value Records.","","A Device Table indexes into Item Variation Store.","","","","","","","","","","","","","","","","","","","","","An anchors matrix.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A base coverage.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Number of columns in the matrix.","","","","","","","","","","","","","","","","","","","","","Returns the subtable coverage.","Returns the subtable coverage.","Returns the subtable coverage.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an entry Anchor at index.","Returns an exit Anchor at index.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a ValueRecord at index.","Returns a ValueRecord pair using the second glyph.","Returns a value at index.","Returns a ValueRecord pair using specified classes.","Returns an AnchorMatrix at index.","Returns contained data at index.","Returns an Anchor at position.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the array is empty.","Checks if the array is empty.","Checks if the set is empty.","Checks if the array is empty.","Checks if the array is empty.","Returns array’s length.","Returns array’s length.","Returns the number of items.","Returns the array length.","Returns the array length.","","","","","","A mark coverage.","","A list of mark anchors.","","","","","Number of rows in the matrix.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Horizontal value, in design units.","Horizontal adjustment for advance, in design units — …","A Device table with horizontal adjustment for advance.","Returns X-axis delta.","A Device table with horizontal value.","Horizontal adjustment for placement, in design units.","A Device table with horizontal adjustment for placement.","Vertical value, in design units.","Vertical adjustment for advance, in design units — only …","A Device table with vertical adjustment for advance.","Returns Y-axis delta.","A Device table with vertical value.","Vertical adjustment for placement, in design units.","A Device table with vertical adjustment for placement.","","","","","","","","","","","A list of glyphs for Alternate Substitution Subtable.","A set of AlternateSet.","A Alternate Substitution Subtable.","","","","","Glyph components for one ligature.","","A Ligature set.","A list of Ligature sets.","A Ligature Substitution Subtable.","","A Multiple Substitution Subtable.","","A Reverse Chaining Contextual Single Substitution Subtable.","A sequence of glyphs for Multiple Substitution Subtable.","A list of Sequence tables.","","A Single Substitution Subtable.","A glyph substitution lookup subtable enumeration.","","","","","","","","","","","Array of alternate glyph IDs, in arbitrary order.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Glyph components for one ligature.","","","","","","","","","","Returns the subtable coverage.","Returns the subtable coverage.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Ligature to substitute.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks that the current subtable is Reverse Chaining …","","","","","A list of substitute glyphs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Glyph Variations Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Outlines a glyph.","Parses a table from raw data.","","","","","","","","","An index format used by the Index to Location Table.","","","A Font Header Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","A bounding box that large enough to enclose any glyph from …","An index format used by the Index to Location Table.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Parses a table from raw data.","","","","","","","","","","","","","","","","","Units per EM.","A Horizontal Header Table.","","","","","","Face ascender.","","","","","","","","","Face descender.","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Face line gap.","Number of metrics in the hmtx table.","Parses a table from raw data.","","","","","","","","","Horizontal/Vertical Metrics.","A Horizontal/Vertical Metrics Table.","","","Returns advance for a glyph.","Width/Height advance for hmtx/vmtx.","","","","","","","","","Side bearings for glyph IDs greater than or equal to the …","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","A list of metrics indexed by glyph ID.","Sum of long metrics + bearings.","","Parses a table from raw data.","Returns side bearing for a glyph.","Left/Top side bearing for hmtx/vmtx.","","","","","","","","","","","","","","","","","A Horizontal/Vertical Metrics Variations Table.","","Returns advance offset for a glyph.","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Parses a table from raw data.","Returns side bearing offset for a glyph.","","","","","","","","","A kerning subtable format.","","","","","A kerning pair.","A kerning subtable.","A format 0 subtable.","A format 2 subtable.","A format 3 subtable.","A list of subtables.","An iterator over kerning subtables.","A Kerning Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Subtable format.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any subtables.","Returns left glyph ID.","Returns the number of subtables.","","Glyphs pair.","A list of kerning pairs.","","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a table from raw data.","Returns right glyph ID.","A list of subtables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Kerning value.","Indicates that subtable is variable.","A container of Anchor Points used by Subtable4.","A state machine entry.","An extended kerning subtable format.","","","","","","A kerning subtable.","A format 0 subtable.","A format 1 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of extended kerning subtables.","An iterator over extended kerning subtables.","An Extended Kerning Table.","An action index.","","","","","","","","","","","","","Anchor points.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Subtable format.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","Returns a mark and current anchor points at action index.","Returns kerning for a pair of glyphs.","Returns kerning at action index.","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A list of kerning pairs.","","Parses a table from raw data.","A state table.","A state table.","A list of subtables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tuple count.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Indicates that subtable is variable.","Long offsets.","Short offsets.","An Index to Location Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns glyph’s range in the glyf table.","","Calls U::from(self).","","","","","","","","","Checks if there are any offsets.","Returns the number of offsets.","Parses a table from raw data.","","","","","","","","","A Math Constants Table.","A Glyph Assembly Table.","A Math Glyph Construction Table.","A mapping from glyphs to Math Glyph Construction Tables.","A Math Glyph Info Table.","Details for a glyph part in an assembly.","Description of math glyph variants.","A Math Kern Table.","An entry in a Math Kern Info Table.","A Math Kern Info Table.","A Math Value with optional device corrections.","A mapping from glyphs to Math Values.","Glyph part flags.","A Math Table.","A Math Variants Table.","Maximum (ink) height of accent base that does not require …","","","","","","","","","","","","","","","","Advance width/height, in design units, of the variant …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A general recipe on how to construct a variant with large …","Axis height of the font.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The kerning data for the bottom-left corner.","The kerning data for the bottom-right corner.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Math positioning constants.","Number of heights at which the kern value changes.","Minimum height required for a delimited expression …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Device corrections for this value.","Minimum height of n-ary operators (such as integral and …","","","","","","","","","","","","","","","","Lengths of the connectors on the end of the glyph, in font …","Glyphs which are extended shapes.","","Maximum (ink) height of accent base that does not require …","","","","","","","","","","","","","","","","Minimum tolerated gap between the (ink) top of the …","Standard shift down applied to the denominator in display …","Minimum tolerated gap between the (ink) top of the …","Standard shift down applied to the denominator.","Minimum tolerated gap between the (ink) bottom of the …","Standard shift up applied to the numerator in display …","Minimum tolerated gap between the (ink) bottom of the …","Standard shift up applied to the numerator.","Thickness of the fraction bar.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 full advance of the part, in font design units.","Returns the value for the glyph or None if it is not …","Returns the kerning info for the glyph or None if it is …","Returns the construction for the glyph or None if it is …","Glyph ID for the part.","Per-glyph positioning information.","The correction height at the given index.","Constructions for shapes growing in the horizontal …","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Per-glyph italics correction values.","The italics correction of the assembled glyph.","The kern value at the given index.","Per-glyph information for mathematical kerning.","Minimum distance between baseline of the lower limit and …","Minimum gap between (ink) top of the lower limit, and …","White space to be left between math formulas to ensure …","Minimum overlap of connecting glyphs during glyph …","Extra white space reserved above the overbar.","Thickness of overbar.","Distance between the overbar and the (ink) top of he base.","","","","Parses a table from raw data.","Part flags.","Parts the assembly is composed of.","Height of the bottom of the radical degree, if such is …","Space between the (ink) top of the expression and the bar …","Extra white space reserved above the radical.","Negative kern after the degree of a radical, if such is …","Extra horizontal kern before the degree of a radical, if …","Thickness of the radical rule.","Space between the (ink) top of the expression and the bar …","Percentage of scaling down for level 1 superscripts and …","Percentage of scaling down for level 2 (scriptScript) …","Horizontal distance between the top and bottom elements of …","Vertical distance between the ink of the top and bottom …","Extra white space to be added after each subscript and …","Standard shift down applied to the bottom element of a …","Standard shift down applied to the bottom element of a …","Minimum gap between (ink) bottom of the top element of a …","Minimum gap between (ink) bottom of the top element of a …","Standard shift up applied to the top element of a stack in …","Standard shift up applied to the top element of a stack.","Lengths of the connectors on the start of the glyph, in …","Standard shift down applied to the bottom element of the …","Minimum gap between the ink of the stretched element, and …","Minimum gap between the ink of the stretched element, and …","Standard shift up applied to the top element of the …","Minimum gap between the superscript and subscript ink.","Minimum allowed drop of the baseline of subscripts …","The standard shift down applied to subscript elements.","Maximum allowed height of the (ink) top of subscripts that …","Maximum allowed drop of the baseline of superscripts …","The maximum level to which the (ink) bottom of superscript …","Minimum allowed height of the (ink) bottom of superscripts …","Standard shift up applied to superscript elements.","Standard shift of superscripts relative to the base, in …","","","","","","","","","","","","","","","","Per-glyph horizontal positions for attaching mathematical …","The kerning data for the top-left corner.","The kerning data for the top-right corner.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extra white space reserved below the underbar.","Thickness of underbar.","Distance between underbar and (ink) bottom of the base.","Minimum distance between baseline of upper limit and (ink) …","Minimum gap between the (ink) bottom of the upper limit, …","The X or Y value in font design units.","The ID of the variant glyph.","Prepared variants of the glyph with varying advances.","Variants and assembly recipes for growable glyphs.","Constructions for shapes growing in the vertical direction.","A Maximum Profile Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The total number of glyphs in the face.","Parses a table from raw data.","","","","","","","","","A metamorphosis chain.","A list of metamorphosis chains.","An iterator over metamorphosis chains.","","A contextual subtable state table trailing data.","A contextual subtable.","A subtable coverage.","The feature table is used to compute the sub-feature flags …","","A contextual subtable state table trailing data.","An insertion subtable.","","A ligature subtable.","","","A subtable in a metamorphosis chain.","A subtable kind.","A list of subtables in a metamorphosis chain.","An iterator over a metamorphosis chain subtables.","An Extended Glyph Metamorphosis Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A list of metamorphosis chains.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Ligature components.","","","","","","","","","","","","","","","","A subtable coverage.","A current index.","A current insert index.","Default chain features.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Complement of flags for the settings that this feature and …","","","","","","","","","","","","","","","","Flags for the settings that this feature and setting …","Subtable feature flags.","A list of chain features.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Insertion glyphs.","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If true, this subtable will be applied to both horizontal …","If true, this subtable will process glyphs in descending …","If true, this subtable will process glyphs in logical order","If true, this subtable will only be applied to vertical …","The type of feature.","A subtable kind.","Ligature actions.","Ligatures.","Returns a Lookup at index.","A mark index.","A marked insert index.","","","","","","Parses a table from raw data.","The feature’s setting (aka selector).","The contextual glyph substitution state table.","A state table.","A state table.","A list of chain subtables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Metrics Variations Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Returns a metric offset by tag.","Parses a table from raw data.","","","","","","","","","","","","A Name Record.","A list of face names.","An iterator over face names.","A platform ID.","A Naming Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A platform-specific encoding ID.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Returns a name at index.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any name records.","Checks that the current Name data has a Unicode encoding.","Returns a Name language.","A language ID.","Returns a number of name records.","A raw name data.","A Name ID.","A list of names.","","","Parses a table from raw data.","A platform ID.","","","","","","Returns the Name’s data as a UTF-8 string.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Chained Contextual Lookup Subtable.","A Chained Sequence Rule.","A set of ChainedSequenceRule.","A list of ChainedSequenceRule sets.","A value of Class Definition Table.","A Class Definition Table.","A Contextual Lookup Subtable.","A Coverage Table.","A Feature.","An index in FeatureList.","A list of Feature records.","A Feature Variations Table.","Simple glyph contexts.","Simple glyph contexts.","","","Class-based glyph contexts.","Class-based glyph contexts.","","","Coverage-based glyph contexts.","Coverage-based glyph contexts.","An index in LanguageSystemList.","A Language System Table.","A list of LanguageSystem records.","A Layout Table.","A Lookup Table.","Lookup table flags.","An index in LookupList.","A list of Lookup values.","A trait for parsing Lookup subtables.","A list of lookup subtables.","An iterator over lookup subtables.","A record that describes a range of glyph IDs.","A data storage used by ScriptList, LanguageSystemList and …","A trait to parse item in RecordList.","An iterator over RecordList values.","A Script Table.","An index in ScriptList.","A list of Script records.","A sequence rule record.","A sequence rule.","A set of SequenceRules.","A list of SequenceRuleSets.","An index in FeatureVariations.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either glyph IDs or glyph Classes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks that glyph is present.","Returns the subtable coverage.","Returns the subtable coverage.","Default language.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Last glyph ID in the range","Array of indices into the FeatureList, in arbitrary order.","A list of all supported features.","Returns RecordList value by Tag.","Returns a VariationIndex for variation coordinates.","Returns a Feature at specified indices.","Lookup qualifiers.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns RecordList value by index.","Parses a subtable at index.","Returns the coverage index of the glyph or None if it is …","Returns the glyph class of the glyph (zero if it is not …","","","","","Returns RecordList value index by Tag.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an iterator over subtables.","","","","","","","","","","","","","","","","","","","","Checks that RecordList is empty.","Checks if there are any items.","List of supported languages, excluding the default one. …","Returns a number of items in the RecordList.","Returns a number of items in the LookupSubtables.","Contains either glyph IDs or glyph Classes.","","","","","A list of all lookups.","","Index into GDEF mark glyph sets structure.","","","Parses raw data.","Parses raw data.","","","","","","","Index of a feature required for this language system.","","A list of all supported scripts.","","First glyph ID in the range","Available subtables.","Script tag.","Language tag.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Coverage Index of first glyph ID in range.","Used to substitute an alternate set of lookup tables to …","","","","","","","","","","","","","","","","","","","","","","","","Array of glyph IDs. Sorted.","Array of glyph ranges. Ordered by RangeRecord.start.","","","","","","","","","","","A form that is generally cursive in nature.","","","","","A face that is neither italic not obliqued.","A typically-sloped version of the regular face.","","Face permissions.","","","A script metrics used by subscript and superscript.","","","","A face style.","A OS/2 and Windows Metrics Table.","","","","Unicode Ranges.","A face weight.","A face width.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns capital height.","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if ranges contain the specified character.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the face bitmaps embedding is allowed.","Checks if face is bold.","Checks if the face subsetting is allowed.","Parses a table from raw data.","","","Returns face permissions.","Returns strikeout metrics.","Returns style.","Returns subscript metrics.","Returns superscript metrics.","Returns a numeric representation of a weight.","Returns a numeric representation of a width.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns typographic ascender.","Returns typographic descender.","Returns typographic line gap.","","","","","","","","","","","","","","","Returns Unicode ranges.","Checks if typographic metrics should be used.","Table version.","Returns weight class.","Returns face width.","Returns Windows ascender.","Returns Windows descender.","Returns x height.","X offset.","Horizontal face size.","Y offset.","Vertical face size.","An iterator over glyph names.","A PostScript Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns a glyph ID by a name.","Returns a glyph name by ID.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Flag that indicates that the font is monospaced.","Italic angle in counter-clockwise degrees from the …","Returns an iterator over glyph names.","","Parses a table from raw data.","","","","","","","","","","","","","","","","","Underline metrics.","A strike of glyphs.","A list of Strikes.","An iterator over Strikes.","A Standard Bitmap Graphics Table.","","","","","","","","","","","","","","","","","","","","","Selects the best matching Strike based on pixels_per_em.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns a glyph data.","Returns a strike at the index.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any glyphs.","Checks if there are any strikes.","Returns the number of glyphs in this strike.","Returns the number of strikes.","","Parses a table from raw data.","The pixels per EM size for which this strike was designed.","The device pixel density (in PPI) for which this strike …","A list of Strikes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An SVG documents.","A list of SVG documents.","An iterator over SvgDocumentsList values.","An SVG Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The SVG document data.","","","","","","","","","A list of SVG documents.","","","","","The last glyph ID, inclusive, for the range covered by …","Returns a SVG document data by glyph ID.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns SVG document data at index.","Returns the glyphs range.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the list is empty.","Returns the number of SVG documents in the list.","","Parses a table from raw data.","The first glyph ID for the range covered by this record.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Tracking Table.","A single track.","A track data.","A list of tracks.","An iterator over Tracks.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Returns a track at index.","Horizontal track data.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any tracks.","Returns the number of tracks.","The name table index for the track’s name.","","Parses a table from raw data.","A list of sizes.","","","","","A list of tracks.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A track value.","A list of tracking values for each size.","Vertical track data.","A Vertical Header Table.","","","","","","Face ascender.","","","","","","","","","","Face descender.","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Face line gap.","Number of metrics in the vmtx table.","Parses a table from raw data.","","","","","","","","","A Vertical Origin Table.","Vertical origin metrics for the Vertical Origin Table.","","","","","","","","","","","","","","","","","","","","","","","Default origin.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Glyph ID.","Returns glyph’s Y origin.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","A list of metrics for each glyph.","","Parses a table from raw data.","","","","","","","","","","","","","","","","","Y coordinate, in the font’s design coordinate system, of …","A multi-line text editor.","A weak reference to an Editor.","","","","","","","","The bounds of the Editor.","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Tries to update the reference into an Editor.","A bunch of text.","A weak reference to a Paragraph.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","The horizontal alignment of the Paragraph.","","Calls U::from(self).","","","","","","","","","The minimum bounds of the Paragraph.","","","","","","","","","Tries to update the reference into a Paragraph.","The vertical alignment of the Paragraph.","A set of asynchronous actions to be performed by some …","A non-monospaced sans-serif font with normal Weight.","","A font.","A monospaced font with normal Weight.","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The theme used to draw the Program.","A set of interactive graphical elements with a specific …","Returns all of the actions of the Command.","","","","","","","","","","","","","","","","","","","","","Creates a Command that performs the actions of all the …","","","","","","","","","Builds a user interface for an Element.","","","","","Access the clipboard.","","","Run asynchronous actions.","","","","","","","","","","","","","","","Access the clipboard.","Get the destination rectangles for the user interface.","Draws the UserInterface with the provided Renderer.","","","","","","","","","","","","","The Family of the Font.","Find widget with given id","","","","Load and use fonts.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Extract the Cache of the UserInterface, consuming it in the","","","","","","","","","","","","","","","","","Track keyboard events.","","","","Applies a transformation to the result of a Command.","","Creates an empty Command.","Applies a widget::Operation to the UserInterface.","Overlays for user interfaces.","","Creates a Command that performs the action of the given …","Build interactive programs using The Elm Architecture.","Relayouts and returns a new UserInterface using the …","","","Creates a Command that runs the given stream to completion.","Creates a Command that performs a single Action.","","","The Stretch of the Font.","The Style of the Font.","Access the native system.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Handles a message and updates the state of the Program.","Updates the UserInterface by processing each provided Event…","","","Implement your own event loop to drive a user interface.","Returns the widgets to display in the Program.","","","The Weight of the Font.","Creates a Command that performs a widget::Operation.","Build window-based GUI applications.","Creates a non-monospaced Font with the given Family::Name …","A clipboard action to be performed by some Command.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Maps the output of a clipboard Action using the provided …","Read the current contents of the clipboard.","Read the current contents of the clipboard.","Read the current contents of primary.","Read the current contents of the clipboard.","","","","","","","","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to primary.","Write the given contents to the clipboard.","An action that a Command can perform.","Run a clipboard action.","A set of asynchronous actions to be performed by some …","Run a Dnd action.","Run a Future to completion.","Load a font from its bytes.","Run a platform specific action","Run a Stream to completion.","Run a system action.","Run a widget action.","Run a window action.","","","","","","","","","Creates a Command that produces the Messages published …","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Applies a transformation to the result of a Command.","A set of asynchronous actions to be performed by some …","","","","","","","","The bytes of the font to load.","The message to produce when the font has been loaded.","Platform specific actions defined for wayland","phantom data variant in case the platform has not specific …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Maps the output of an Action using the given function.","","","","","","","","An action to be performed on the system.","End a Dnd operation.","Peek the current Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","","","","","","","","","","","","","End a Dnd operation.","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Maps the output of a DndAction using the provided closure.","Read the current contents of the Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","","","","","","","","The actions of the Dnd operation.","The content of the Dnd operation.","The icon surface of the Dnd operation.","Whether the Dnd operation is internal.","The rectangles to register.","The source surface of the Dnd operation.","The surface to register.","","","","Glyphs in cursive fonts generally use a more informal …","An error while loading a font.","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Family of the Font.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Load a font from its bytes.","The Stretch of the Font.","The Style of the Font.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Weight of the Font.","The “alt” key.","The “command” key.","The “control” key.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The “windows” key on Windows, “command” key on …","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The “shift” key.","The standard group of keys on the keyboard.","An unidentified key.","","","","","Get a flags value with all known bits set.","Returns true if the ALT key is pressed in the Modifiers.","","","","","","","","","","","","","","","","","Convert Key::Character(SmolStr) to Key::Character(&str) so …","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.","","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 …","","","","","","","","","","","","","","","","","","","","","","Returns true if a “command key” is pressed in the …","","The bitwise negation (!) of the bits in a flags value, …","","","","","Whether all set bits in a source flags value are also set …","Returns true if the CTRL key is pressed in the Modifiers.","","","","","","","","","","","The intersection of a source flags value with the …","","","","","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","","","","","","","","","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 exactly.","","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","","","","","","","","","","The bitwise or (|) 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 …","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 bits in this flags value are unset.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Returns true if the LOGO key is pressed in the Modifiers.","The bitwise negation (!) of the bits in a flags value, …","","The intersection of a source flags value with the …","","Call insert when value is true or remove when value is …","Returns true if the SHIFT key is pressed in the Modifiers.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","An overlay container that displays nested overlays","","","","","","","","","","","","Draws the Nested overlay using the associated Renderer.","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Returns true if the cursor is over the Nested overlay.","Returns the layout Node of the Nested overlay.","Returns the current mouse::Interaction of the Nested …","Creates a nested overlay from the provided overlay::Element","Processes a runtime Event.","Applies a widget::Operation to the Nested overlay.","Returns the position of the Nested overlay.","","","","","","","","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The execution state of a Program. It leverages caching, …","The theme used to draw the Program.","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Returns whether the event queue of the State is empty or …","Returns the current mouse::Interaction of the State.","Creates a new State with the provided Program, …","Applies Operations to the State","Returns a reference to the Program of the State.","Queues an event in the State for processing during an …","Queues a message in the State for processing during an …","","","","","","","","Handles a message and updates the state of the Program.","Processes all the queued events and messages, rebuilding …","Returns the widgets to display in the Program.","An operation to be performed on the system.","Contains informations about the system (e.g. system name, …","Query system information and produce T with the result.","","","","","","","","","","","","","","","","","","","","","Detailed processor model information","The number of physical cores on the processor","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Model information for the active graphics adapter","Underlying graphics backend for rendering","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Maps the output of a system Action using the provided …","Total RAM size, KB","Memory used by this process, KB","Operating system kernel version","The operating system name","Short operating system version number","Long operating system version","","","","","","","","","","","","","","","","Reusable data of a specific UserInterface.","The UserInterface is outdated and needs to be rebuilt.","The resulting state after updating a UserInterface.","The UserInterface is up-to-date and can be reused without …","A set of interactive graphical elements with a specific …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Creates an empty Cache.","","","","","","","","","","","","","","","","The window::RedrawRequest when a redraw should be …","An operation to be performed on some window.","Change the window Icon.","Change the window Level.","Change the Mode of the window.","Close the window and exits the application.","Move the window with the left mouse button until the …","Fetch the raw identifier unique to the window.","Fetch if the current window is maximized or not.","Fetch if the current window is minimized or not.","Fetch the current Mode of the window.","Fetch the current logical dimensions of the window.","Bring the window to the front and sets input focus. Has no …","The id of the window.","The reserved window Id for the first window in an Iced …","Set the window to maximized or back","Set the window to minimized or back","Move the window to the given logical coordinates.","Request user attention to the window, this has no effect …","Resize the window to the given logical dimensions.","Data of a screenshot, captured with window::screenshot().","Screenshot the viewport of the window.","Show window menu at cursor position.","Spawns a new window with some Settings.","Toggle whether window has decorations.","Toggle the window to maximized or back","","","","","","","","","","","","","","","","","","","","","","","The bytes of the Screenshot.","","","","Changes the Icon of the window.","Changes the window Level.","Changes the Mode of the window.","","","","","Closes the window with id.","","","","","","Crops a Screenshot to the provided region. This will …","","","","","","","Begins dragging the window while the left mouse button is …","","","","","","","","Fetches an identifier unique to the window, provided by …","Fetches if the window is maximized.","Fetches if the window is minimized.","Fetches the current Mode of the window.","Fetches the window’s size in logical dimensions.","","","","Subscribes to the frames of the window of the running …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Brings the window to the front and sets input focus. Has …","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Maps the output of a window Action using the provided …","Maximizes the window.","Minimizes the window.","Moves the window to the given logical coordinates.","Creates a new Screenshot.","","Request user attention to the window. This has no effect …","Resizes the window to the given logical dimensions.","Take screenshots of a window.","Captures a Screenshot from the window.","Show window menu at cursor position.","The size of the Screenshot.","Spawns a new window with the given settings.","","","Toggles the window decorations.","Toggles the window to maximized or back.","","","","","","","","","","","","","","","","","","","","","","Creates a new unique window Id.","Errors that can occur when cropping a Screenshot.","The cropped region’s size is out of bounds.","Data of a screenshot, captured with window::screenshot().","The cropped region’s size is zero.","","","","","","","","The bytes of the Screenshot.","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The size of the Screenshot.","","","","","","","","","","The settings of an application.","The data needed to initialize an Application.","The fonts to load on boot.","The identifier of the application.","The window::Settings.","A list with all the defined themes.","A Theme that uses a Custom palette.","The built-in dark variant.","The built-in light variant.","A built-in theme.","","","","","","","","","","","","","","","","","","","Change the appearance of an application.","","","","","","","Change the apperance of a button.","","Change the appearance of a checkbox.","","","","Change the appearance of a container.","Creates a new custom Theme from the given Palette.","Creates a new custom Theme from the given Palette, with a …","","","","","","","","","","","","","","Returns the palette::Extended of the Theme.","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","Change the appearance of menus.","Returns the Palette of the Theme.","Change the appearance of a pane grid.","Change the appearance of a pick list.","","","","","Change the appearance of a progress bar.","Change the appearance of radio buttons.","Change the appearance of a rule.","Change the appearance of a scrollable.","","","Change the apperance of a slider.","Change the appearance of a svg.","Change the appearance of a text editor.","Change the appearance of a text input.","Use the built-in theme and styles.","","","","Change the appearance of a toggler.","","","","","","","","","","The appearance of an application.","The supported style of the StyleSheet.","A set of rules that dictate the style of an application.","","Returns the Appearance of the application for the provided …","","","","","The background Color of the application.","","","","","","","","","","","","Returns the argument unchanged.","","","The default icon Color of the application.","","Calls U::from(self).","","","","","","","","","The default text Color of the application.","","","","","","","","","The appearance of a button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","","","","","","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","","","","","","","","","","Produces the disabled Appearance of a button.","","","Returns the argument unchanged.","","","Produces the hovered Appearance of a button.","The icon Color of the button.","","Calls U::from(self).","","","","","","","","","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","","","","","","","","","The appearance of a checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","","","","","","The Background of the checkbox.","The Border of hte checkbox.","","","","","","","","","","","Returns the argument unchanged.","","","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","","Calls U::from(self).","","","","","","","","","The text Color of the checkbox.","","","","","","","","","The appearance of a container.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","","Produces the Appearance of a container.","","","","","The Background of the container.","The Border of the container.","","","","","","","","","","","","Returns the argument unchanged.","","","The icon Color of the container.","","Calls U::from(self).","","","","","","","","","The Shadow of the container.","The text Color of the container.","","","","","","","","","Derives a new Appearance with the given Background.","Derives a new Appearance with a border of the given Color …","The appearance of a menu.","The supported style of the StyleSheet.","The style sheet of a menu.","","Produces the Appearance of a menu.","","","","","The Background of the menu.","The Border of the menu.","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","The text Color of the menu.","","","","","","","","","The appearance of the hovered region of a pane grid.","A line.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","","","","","","","","","","","The Background of the pane region.","The Border of the pane region.","","","","","","","","","","","The Color of the Line.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The Line to draw when a split is picked.","","","","","","","","","","","","","","","","","The width of the Line.","The appearance of a pick list.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","","","","","","The Background of the pick list.","The Border of the pick list.","","","","","","","","","","","Returns the argument unchanged.","","","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","","Calls U::from(self).","","","","","","","","","The placeholder Color of the pick list.","The text Color of the pick list.","","","","","","","","","The appearance of a progress bar.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","","Produces the Appearance of the progress bar.","","","","","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of a radio button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","","","","","","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","","","","","","","","","The Color of the dot of the radio button.","","","Returns the argument unchanged.","","","Produces the hovered Appearance of a radio button.","","Calls U::from(self).","","","","","","","","","The text Color of the radio button.","","","","","","","","","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","","","Produces the style of a rule.","","","","","","","","","","","","","","","","","","","The color of the rule.","","","","","","","","","Return the starting offset and length of the rule.","The FillMode of the rule.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The radius of the line corners.","","","","","","","","","","","","","","","","","The width (thickness) of the rule line.","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","","","","","","","","","","","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","","","","","","","","","","","The Color of the scroller.","","","","","","","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of the Scroller of a scrollable.","","","","","","","","","","","","","","","","","The appearance of a slider.","The appearance of slider breakpoints.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","","","","","","","","","","","","","The appearance of breakpoints.","","","","","","","","","","","","","","","","","","","The color of the slider breakpoint.","The Color of the handle.","The colors of the rail of the slider.","","","","","","","","","","","","","","","","","","","Produces the style of a slider that is being dragged.","","","","","","","","","","","","","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 appearance of the Handle of the slider.","Produces the style of an hovered slider.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The colors of the rail of the slider.","The shape of the handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","The appearance of an SVG.","The supported style of the StyleSheet.","The stylesheet of a svg.","","Produces the Appearance of the svg.","","","","","","","","","","The Color filter of an SVG.","","","","","","","Returns the argument unchanged.","","","Produces the hovered Appearance of a svg content.","","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","","","","","","The Background of the text editor.","The Border of the text editor.","","","","","","","","","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","","","Produces the style of a focused text input.","Returns the argument unchanged.","","","Produces the style of an hovered text input.","","Calls U::from(self).","","","","","","","","","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","","","","","","","","","Produces the Color of the value of a text input.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","","","","","","The Background of the text input.","The Border of the text input.","","","","","","","","","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","","","Produces the style of a focused text input.","Returns the argument unchanged.","","","Produces the style of an hovered text input.","The icon Color of the text input.","","Calls U::from(self).","","","","","","","","","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","","","","","","","","","Produces the Color of the value of a text input.","The style of an application.","A simple box.","The style of a button.","The style of a checkbox.","Colored text.","The style of a container.","A Theme with a customized Palette.","A Theme that uses a Custom palette.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","The built-in dark variant of a Palette.","The danger style.","The danger style.","The built-in dark variant.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","No filtering to the rendered SVG.","The default style.","The default style.","The default style.","The default style.","The destructive style.","The built-in light variant of a Palette.","The built-in light variant.","The style of a menu.","A color palette.","The style of a pane grid.","The style of a pick list.","The positive style.","The primary style.","The primary style.","The primary style.","The style of a progress bar.","The style of a radio button.","The style of a rule.","The style of a scrollable.","The secondary style.","The secondary style.","The style of a slider.","The success style.","The success style.","Svg","The style of text.","The text style.","The style of a text input.","The style of a text input.","A built-in theme.","The style of a toggler.","No style.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The background Color of the Palette.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a custom Button style variant.","Creates a custom Scrollable theme.","Creates a custom Svg style.","The danger Color of the Palette.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Custom theme from the given Palette.","Define the colors of a theme.","The primary Color of the Palette.","The success Color of the Palette.","The text Color of the Palette.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Custom theme from the given Palette with a …","A set of background colors.","A set of danger colors.","The built-in dark variant of an Extended palette.","The built-in light variant of an Extended palette.","An extended set of colors generated from a Palette.","Recommended background, icon, and text Color.","A color palette.","A set of primary colors.","A set of secondary colors.","A set of success colors.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The background Color of the Palette.","The set of background colors.","The base background color.","The base primary color.","The base secondary color.","The base success color.","The base danger color.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The background color.","","","","","","","","The danger Color of the Palette.","The set of danger colors.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Generates an Extended palette from a simple Palette.","Generates a set of Primary colors from the base, …","Generates a set of Secondary colors from the base and text …","Generates a set of Success colors from the base, …","Generates a set of Danger colors from the base, …","The icon color, which defaults to the text color.","","","","","","","","Calls U::from(self).","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 the palette is dark or not.","Creates a new Pair from a background Color and some text …","Generates a set of Background colors from the base and …","The primary Color of the Palette.","The set of primary colors.","The set of secondary colors.","A stronger version of the base background color.","A stronger version of the base primary color.","A stronger version of the base secondary color.","A stronger version of the base success color.","A stronger version of the base danger color.","The success Color of the Palette.","The set of success colors.","The text Color of the Palette.","The text color.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A weaker version of the base background color.","A weaker version of the base primary color.","A weaker version of the base secondary color.","A weaker version of the base success color.","A weaker version of the base danger color.","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","Returns the active Appearance of the toggler for the …","","","","","","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","","","","","","","","","","","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","Returns the argument unchanged.","","","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","","Calls U::from(self).","","","","","","","","","","","","","","","","","UI scaling is important, so read the docs for this module …","","The Event enum and assorted supporting types.","The EventLoop struct and assorted supporting types, …","Types related to the keyboard.","Types useful for interacting with a user’s monitors.","Contains traits with platform-specific methods in them.","The Window struct and associated types.","","","A position represented in logical pixels.","A size represented in logical pixels.","","","A position represented in physical pixels.","A size represented in physical pixels.","","A position that’s either physical or logical.","A size that’s either physical or logical.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks that the scale factor is a normal positive f64.","","","","","","","The event loop can’t be re-run while it’s already …","A general error that may occur while running the Winit …","Application has exit with an error status.","An error that may be generated when requesting Winit state","The operation was ignored.","The operation is not supported by the backend.","The operation is not supported by the backend.","The error type for when the requested operation is not …","The OS cannot perform the operation.","The OS cannot perform the operation.","The error type for when the OS cannot perform the …","The event loop can’t be re-created.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Emitted when the event loop is about to block and wait for …","The activation token was delivered back and now could be …","","Identifier for a specific analog axis on some device.","Motion on some analog axis. May report data redundant to …","","","Identifier for a specific button on some device.","On iOS, the force is calibrated so that the same number …","","The window has been requested to close.","Notifies when text should be inserted into the editor …","The cursor has entered the window.","The cursor has left the window.","The cursor has moved on the window.","The window has been destroyed.","Represents raw hardware events that are not associated …","Emitted when the OS sends an event to a device.","Identifier of an input device.","Notifies when the IME was disabled.","A file has been dropped into the window.","Describes the input state of a key.","Notifies when the IME was enabled.","","Describes a generic event.","The window gained or lost focus.","Describes the force of a touch event","","A file is being hovered over the window.","A file was hovered, but has exited the window.","Describes input method events.","An event from an input method.","Sent once, immediately after run is called. Indicates that …","Handle to synchroniously change the size of the window …","","Describes a keyboard input targeting a window.","An event from the keyboard has been received.","","Amount in lines or rows to scroll in the horizontal and …","Emitted when the event loop is being shut down.","Describes an event that only happens in MacOS.","","Emitted when the application has received a memory warning.","","Describes keyboard modifiers event.","The keyboard modifiers have changed.","Motion on some analog axis. This event will be reported …","Describes a button of a mouse controller.","An mouse button press has been received.","Change in physical position of a pointing device.","Describes a difference in the mouse scroll wheel state.","A mouse wheel movement or touchpad scroll occurred.","Physical scroll event","The position of the window has changed. Contains the window…","","Emitted when new events arrive from the OS to be processed.","If the platform reports the force as normalized, we have …","The window has been occluded (completely hidden from view).","","Amount in pixels to scroll in the horizontal and vertical …","Describes an event from some specific platform.","Emitted when the event loop receives an event that only …","Sent if the event loop is being resumed after the loop’s …","Notifies when a new composing text should be set at the …","","Describes a keyboard input as a raw device event.","","Emitted when a window should be redrawn.","","","The size of the window has changed. Contains the client …","Sent if the time specified by ControlFlow::WaitUntil has …","Emitted when the application has been resumed.","","The window’s scale factor has changed.","Smart magnification event.","Describes the reason the event loop is resuming.","","Emitted when the application has been suspended.","The system window theme has changed.","Represents a touch event","Touch event has been received","Describes touch-screen input state.","Touchpad magnification event with two-finger pinch gesture.","Touchpad pressure event.","Touchpad rotation event with two-finger rotation gesture.","Emitted when an event is sent from …","Sent if the OS has new events to send to the window, after …","Describes an event from a [Window].","Emitted when the OS sends an event to a winit window.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a dummy id, useful for unit testing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Describes how hard the screen was pressed. May be None if …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unique identifier of a finger.","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","True if self == Pressed.","","The state of the left alt key.","The state of the left control key.","Contains the location of this key on the keyboard.","","This value is affected by all modifiers except Ctrl.","The state of the left shift key.","The state of the left super key.","","Returns the force normalized to the range between 0.0 and …","","","","","Represents the position of a key independent of the …","The state of the right alt key.","The state of the right control key.","Whether or not this key is a key repeat event.","Try to request inner size which will be set synchroniously …","The state of the right shift key.","The state of the right super key.","The state of the modifiers.","","Whether the key is being pressed or released.","Contains the text produced by this keypress.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","(x, y) change in position in unspecified units.","","","","","","","","The altitude (in radians) of the stylus.","The force of the touch, where a value of 1.0 represents …","The maximum possible force for a touch.","","","","","","","","","","","","","","","","","","","","","","Handle to update inner size during scale changes.","If true, the event was generated synthetically by winit in …","","","","(x,y) coords in pixels relative to the top-left corner of …","","","","","","","","Report device events regardless of window focus.","A unique identifier of the winit’s async request.","Set through EventLoopWindowTarget::set_control_flow().","Control when device events are captured.","Provides a way to retrieve events from the system and from …","Object that allows building the event loop.","The error that is returned when an EventLoopProxy attempts …","Used to send custom events to EventLoop.","Target that associates windows with an EventLoop.","Never capture device events.","When the current loop iteration finishes, immediately …","When the current loop iteration finishes, suspend the …","When the current loop iteration finishes, suspend the …","Only capture device events while the window is focused.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the underlying EventLoop’s fd which you can register …","Get the underlying EventLoop’s raw fd which you can …","Returns the list of all the monitors available on the …","","","","","","","","","","","","","","","","","Builds a new event loop.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Gets the current ControlFlow.","Creates an EventLoopProxy that can be used to dispatch …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This exits the event loop.","Returns if the EventLoop is about to stop.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Change if or when DeviceEvents are captured.","Alias for EventLoopBuilder::new().build().","Start building a new event loop.","","Returns the primary monitor of the system.","","","","","Runs the event loop in the calling thread and calls the …","","Send an event to the EventLoop from which this proxy was …","Sets the ControlFlow.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a ControlFlow that waits until a timeout has …","","","","Start building a new event loop, with the given type as …","","","The “alt” key.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","","The Accept (Commit, OK) key. Accept current option or …","Found on Sun’s USB keyboard.","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","Alt, Option, or ⌥.","Alt, Option, or ⌥. This is labeled AltGr on many …","An Android “scancode”.","An Android “keycode”, which is similar to a “…","The Application switch key, which provides a list of …","↓","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","←","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","→","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","↑","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","","Toggle between muted state and prior volume level. (…","","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","` on a US keyboard. This is also called a backtick or …","Used for both the US \\\\ (on the 101-key layout) and also …","Backspace or ⌫. Labeled Delete on Apple keyboards.","Used to remove the character to the left of the cursor. …","[ on a US keyboard.","] on a US keyboard.","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Some laptops place this key to the left of the ↑ key.","Navigate to previous content or page in current history. (…","","Open the list of browser favorites. (…","Some laptops place this key to the right of the ↑ key.","Navigate to next content or page in current history. (…","The “home” button on Android.","Go to the user’s preferred home page. (…","","Refresh the current page or content. (…","","Call up the user’s preferred search page. (…","","Stop loading the current page or content. (…","The “control” key.","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","CapsLock or ⇪","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","A known key code","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …",", on a US keyboard.","The Compose key, also known as “Multi_key” on the X …","The application context menu key, which is typically found …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Control or ⌃","Control or ⌃","Japanese: 変 (henkan)","Convert the current input method sequence.","Found on Sun’s USB keyboard.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Found on Sun’s USB keyboard.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Contains the text representation of the dead-key when …","⌦. The forward delete key. Note that on Apple keyboards, …","Used to delete the character to the right of the cursor. …","0 on a US keyboard.","1 on a US keyboard.","2 on a US keyboard.","3 on a US keyboard.","4 on a US keyboard.","5 on a US keyboard.","6 on a US keyboard.","7 on a US keyboard.","8 on a US keyboard.","9 on a US keyboard.","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Eject or ⏏. This key is placed in the function section …","Toggle removable media to eject (open) and insert (close) …","Page Down, End, or ↘","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","Enter or ↵. Labeled Return on Apple keyboards.","The Enter or key. Used to activate current selection …","= on a US keyboard.","The Erase to End of Field key. This key deletes all …","Esc or ⎋","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Found on Sun’s USB keyboard.","Open the Find dialog. (APPCOMMAND_FIND)","Fn This is typically a hardware key that does not generate …","The Function switch Fn key. Activating this key …","FLock or FnLock. Function Lock key. Found on the Microsoft …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Help. Not present on standard PC keyboards.","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","Use for dedicated ひらがな key found on some Japanese …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","Home or ↖","The Home key, used with keyboard entry, to go to start of …","","","Toggle display of information about currently selected …","Insert or Ins. Not present on Apple keyboards.","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","Located between the left Shift and Z keys. Labeled \\\\ on a …","Located between the / and right Shift keys. Labeled \\\\ (ro) …","Located between the = and Backspace keys. Labeled ¥ (yen) …","","Japanese: カタカナ/ひらがな/ローマ字 …","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","Use for dedicated カタカナ key found on some Japanese …","The Katakana (Japanese Kana characters) key.","Key represents the meaning of a keypress.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","a on a US keyboard. Labeled q on an AZERTY (e.g., French) …","b on a US keyboard.","c on a US keyboard.","Code representing the location of a physical key","d on a US keyboard.","e on a US keyboard.","f on a US keyboard.","g on a US keyboard.","h on a US keyboard.","i on a US keyboard.","j on a US keyboard.","k on a US keyboard.","l on a US keyboard.","The location of the key on the keyboard.","m on a US keyboard.","n on a US keyboard.","o on a US keyboard.","p on a US keyboard.","q on a US keyboard. Labeled a on an AZERTY (e.g., French) …","r on a US keyboard.","s on a US keyboard.","t on a US keyboard.","u on a US keyboard.","v on a US keyboard.","w on a US keyboard. Labeled z on an AZERTY (e.g., French) …","x on a US keyboard.","y on a US keyboard. Labeled z on a QWERTZ (e.g., German) …","z on a US keyboard. Labeled w on an AZERTY (e.g., French) …","Korean: HangulMode 한/영 (han/yeong)","Korean: Hanja 한 (hanja)","Japanese (word-processing keyboard): Katakana","Japanese (word-processing keyboard): Hiragana","Japanese (word-processing keyboard): Zenkaku/Hankaku","","Sometimes labelled My Computer on the keyboard","Sometimes labelled Calculator on the keyboard","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","The key is on the left side of the keyboard.","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","A macOS “scancode”.","A macOS “scancode”. There does not appear to be any …","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","","Seek to next media or program track. (…","","Seek to previous media or program track. (…","","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","- on a US keyboard.","Toggle between or cycle through input modes of IMEs.","The state of the particular modifiers key.","Represents the current state of the keyboard modifiers","A simple (unparameterised) action","A Key::Named value","Contains the platform-native logical key identifier","Contains the platform-native physical key identifier","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Japanese: 無変換 (muhenkan)","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","On the Mac, this is used for the numpad Clear key.","The NumLock or Number Lock key. Used to toggle numpad mode …","The key is on the numpad.","0 Ins on a keyboard. 0 on a phone or remote control","1 End on a keyboard. 1 or 1 QZ on a phone or remote control","2 ↓ on a keyboard. 2 ABC on a phone or remote control","3 PgDn on a keyboard. 3 DEF on a phone or remote control","4 ← on a keyboard. 4 GHI on a phone or remote control","5 on a keyboard. 5 JKL on a phone or remote control","6 → on a keyboard. 6 MNO on a phone or remote control","7 Home on a keyboard. 7 PQRS or 7 PRS on a phone or remote …","8 ↑ on a keyboard. 8 TUV on a phone or remote control","9 PgUp on a keyboard. 9 WXYZ or 9 WXY on a phone or remote …","+","Found on the Microsoft Natural Keyboard.","C or A (All Clear). Also for use with numpads that have a …","C (Clear Entry)",", (thousands separator). For locales where the thousands …",". Del. For locales where the decimal separator is “,” …","/","","=","# on a phone or remote control device. This key is …","M Add current entry to the value stored in memory.","M Clear the value stored in memory.","M Replace the current entry with the value stored in …","M Replace the value stored in memory with the current …","M Subtract current entry from the value stored in memory."," on a keyboard. For use with numpads that provide …","( Found on the Microsoft Natural Keyboard.",") Found on the Microsoft Natural Keyboard.","* on a phone or remote control device.","-","Access on-demand content or programs. (VK_ON_DEMAND)","Found on Sun’s USB keyboard.","Open an existing document or message. (APPCOMMAND_OPEN)","Page Down, PgDn, or ⇟","Scroll down or display next page of content.","Page Up, PgUp, or ⇞","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","Found on Sun’s USB keyboard.","The Paste key. (APPCOMMAND_PASTE)","Pause Break","Pause the current state or application (as appropriate).",". on a US keyboard.","Represents the location of a physical key.","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","This key is placed in the function section on some Apple …","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","The particular key is pressed.","","Print the current document or message. (APPCOMMAND_PRINT)","PrtScr SysRq or Print Screen","Initiate print-screen function.","","Found on Sun’s USB keyboard.","The properties (Props) key.","’ on a US keyboard.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","","Toggle RF (radio frequency) input bypass mode (pass RF …","The key is on the right side of the keyboard.","The Roman characters function key.","The “shift” key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","This is the “windows” key on PC and “command” key …","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Scroll Lock","Toggle between scrolling and cursor movement modes.","Found on Sun’s USB keyboard.","","; on a US keyboard.","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","Shift or ⇧","Shift or ⇧","","/ on a US keyboard.","","A SmolStr is a string type that has the following …","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","  (space)","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The key is in its “normal” location on the keyboard.","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Windows, ⌘, Command, or other OS symbol key.","The Windows, ⌘, Command, or other OS symbol key.","","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","Tab or ⇥","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","","Found on Sun’s USB keyboard.","Undo the last action. (APPCOMMAND_UNDO)","","","This variant is used when the key cannot be translated to …","This variant is used when the key cannot be translated to …","The state of the key is unknown.","Advance video mode to next available mode. (…","","","The WakeUp key. (KEYCODE_WAKEUP)","A “key value string”.","A Windows “scancode”.","A Windows “virtual-key code”.","Cause device to identify itself in some manner, e.g., …","An XKB “keycode”.","An XKB “keysym”.","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","","","","","","","","","","","Get a flags value with all known bits set.","Returns true if the alt key is pressed.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert Key::Character(SmolStr) to Key::Character(&str) so …","","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.","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 negation (!) of the bits in a flags value, …","","","","","","","","","","","Whether all set bits in a source flags value are also set …","Returns true if the control key is pressed.","","","","","","","","","","","","","","","","","","","","","","","","","The intersection of a source flags value with the …","","","","","","","","","","","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","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 exactly.","","Convert from a bits value, unsetting any unknown bits.","","","","","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) 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 …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 bits in this flags value are unset.","","Yield a set of contained flags values.","Yield a set of contained named flags values.","","","Constructs inline variant of SmolStr.","","Constructs a SmolStr from a statically allocated string.","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","The intersection of a source flags value with the …","Call insert when value is true or remove when value is …","Returns true if the shift key is pressed.","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Returns true if the super key is pressed.","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","Convert an action to its approximate textual equivalent.","Convert a key to its approximate textual equivalent.","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","Handle to a monitor.","Describes a fullscreen video mode of a monitor.","","","","","","","","","","","Returns the bit depth of this video mode, as in how many …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the monitor that this video mode is valid for. …","Returns a human-readable name of the monitor.","","","","","Returns the top-left corner position of the monitor …","Returns the refresh rate of this video mode in mHz.","The monitor refresh rate used by the system.","Returns the scale factor of the underlying monitor. To map …","Returns the resolution of this video mode.","Returns the monitor’s resolution.","","","","","","","","","","","","","","","","","","","Returns all fullscreen video modes supported by this …","","","","","Window startup notification to handle window raising.","","","Additional methods for the KeyEvent which cannot be …","This value ignores all modifiers including, but not …","Identical to KeyEvent::text but this is affected by Ctrl.","Continue running external loop.","Additional methods on EventLoop for pumping events within …","Exit external loop.","The return status for pump_events","A type provided by the user that can be passed through …","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Pump the EventLoop to check for and dispatch pending …","","","","","","","","Additional methods on EventLoop to return control flow to …","A type provided by the user that can be passed through …","Runs the event loop in the calling thread and calls the …","Additional methods for the PhysicalKey type that allow the …","Constructs a PhysicalKey from a platform-specific physical …","The raw value of the platform-specific physical key …","","","","Read the token from the environment.","Request a new activation token.","Remove the activation environment variables from the …","Set environment variables responsible for activation token.","Use this ActivationToken during window creation.","Use the dark variant.","Additional methods on EventLoopBuilder that are specific …","Additional methods on EventLoopWindowTarget that are …","Use the light variant.","Additional methods on MonitorHandle that are specific to …","The theme variant to use.","Additional methods on WindowBuilder that are specific to …","Additional methods on Window that are specific to Wayland.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","True if the EventLoopWindowTarget uses Wayland.","Returns the inner identifier of the monitor.","","","","","","","","","","Whether to allow the event loop to be created off of the …","Build window with the given name.","Force using Wayland.","This should be used on the windows that are popped up by …","A desktop feature. This can include a single window …","This is a dialog window.","This indicates the the window is being dragged. This …","A dock or panel feature. Typically a Window Manager would …","A dropdown menu that usually appears when the user clicks …","Additional methods on EventLoopBuilder that are specific …","Additional methods on EventLoopWindowTarget that are …","Failed to load one or several shared libraries.","Pinnable menu windows. “Torn off” from the main …","Additional methods on MonitorHandle that are specific to …","This is a normal, top-level window.","The window is a notification. This property is typically …","A popup menu that usually appears when the user right …","The window is a splash screen displayed as an application …","Toolbar windows. “Torn off” from the main application.","A tooltip window. Usually used to show additional …","A small persistent utility window, such as a palette or …","Additional methods on WindowBuilder that are specific to …","Additional methods on Window that are specific to X11.","Error returned if this system doesn’t have XLib or can’…","Connecting to the X server with XOpenDisplay failed.","A unique identifer for an X11 visual.","A unique identifier for an X11 window.","X window type. Maps directly to _NET_WM_WINDOW_TYPE.","We encountered an error while converting the connection to …","The first argument in the provided hook will be the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","True if the EventLoopWindowTarget uses X11.","Returns the inner identifier of the monitor.","Hook to winit’s xlib error handling callback.","","","","","","","","","","","","","","","","","","","","Whether to allow the event loop to be created off of the …","Build window with base size hint. Only implemented on X11.","Embed this window into another parent window.","Build window with the given general and instance names.","Build window with override-redirect flag; defaults to …","Force using X11.","","Create this window with a specific X11 visual.","Build window with _NET_WM_WINDOW_TYPE hints; defaults to …","A raw display handle for Android NDK.","Raw display handle for Android.","A raw window handle for Android NDK.","Raw window handle for Android NDK.","A raw window handle for AppKit.","A raw display handle for AppKit.","Raw display handle for AppKit.","Raw window handle for AppKit.","The handle to the display controller of the windowing …","A raw window handle for the Linux Kernel Mode Set/Direct …","A raw display handle for the Linux Kernel Mode Set/Direct …","Raw display handle for the Linux Kernel Mode Set/Direct …","Raw window handle for the Linux Kernel Mode Set/Direct …","A raw window handle for the Linux Generic Buffer Manager.","A raw display handle for the Linux Generic Buffer Manager.","Raw display handle for the Linux Generic Buffer Manager.","Raw window handle for the Linux Generic Buffer Manager.","A raw window handle for Haiku.","A raw display handle for Haiku.","Raw display handle for Haiku.","Raw window handle for Haiku.","An error that can occur while fetching a display or window …","A display that acts as a wrapper around a display handle.","Display that wraps around a raw display handle.","Window that wraps around a raw window handle.","A handle to a window.","The underlying handle cannot be represented using the …","A raw display handle for OpenHarmony OS NDK","Raw display handle for OpenHarmony.","A raw window handle for the OpenHarmony OS NDK","Raw window handle for Ohos NDK.","A raw window handle for the Redox operating system.","A raw display handle for the Redox operating system.","Raw display handle for the Redox operating system.","Raw window handle for the Redox operating system.","A display server handle for a particular windowing system.","A window handle for a particular windowing system.","A raw window handle for UIKit (Apple’s non-macOS …","A raw display handle for UIKit (Apple’s non-macOS …","Raw display handle for UIKit.","Raw window handle for UIKit.","The underlying handle is not available.","A raw window handle for Wayland.","A raw display handle for Wayland.","Raw display handle for Wayland.","Raw window handle for Wayland.","A raw window handle for the Web.","A raw display handle for the Web.","A raw window handle for a Web canvas registered via …","Raw window handle for a Web canvas registered via …","Raw display handle for the Web.","A raw window handle for a Web offscreen canvas registered …","Raw window handle for a Web offscreen canvas registered via","Raw window handle for the Web.","A raw window handle for Win32.","Raw window handle for Win32.","A raw window handle for WinRT.","Raw window handle for WinRT.","The handle to a window.","A raw display handle for Win32.","Raw display handle for Windows.","A raw window handle for Xcb.","A raw display handle for Xcb.","Raw display handle for Xcb.","Raw window handle for Xcb.","A raw window handle for Xlib.","A raw display handle for Xlib.","Raw display handle for Xlib.","Raw window handle for Xlib.","A pointer to an ANativeWindow.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create an Android-based display handle.","Create an AppKit-based display handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the underlying raw display handle.","Get the underlying raw window handle.","","","A pointer to a BDirectWindow object that might be null","A pointer to a BWindow object","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a DisplayHandle from a RawDisplayHandle.","Borrow a WindowHandle from a RawWindowHandle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A pointer to an X server xcb_connection_t.","A WinRT CoreWindow handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A pointer to an Xlib Display.","A pointer to a wl_display.","Get a handle to the display controller of the windowing …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The drm file descriptor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 gbm device.","The gbm surface.","","Create an Haiku-based display handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The GWLP_HINSTANCE associated with this type’s HWND.","A Win32 HWND handle.","An ID value inserted into the data attributes of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 new empty display handle.","Create a new handle to an ANativeWindow.","Create a new empty display handle.","Create a new handle to a view.","Create a new empty display handle.","Create a new handle to a window.","Create a new empty display handle.","Create a new handle to an OHNativeWindow on OpenHarmony.","Create a new empty display handle.","Create a new handle to a window.","Create a new empty display handle.","Create a new handle to a view.","Create a new handle to a display.","Create a new handle to a window.","Create a new handle to a connection and screen.","Create a new handle to a window.","Create a new display handle.","Create a new handle to a surface.","Create a new handle to a file descriptor.","Create a new handle to a plane.","Create a new handle to a device.","Create a new handle to a surface.","Create a new empty display handle.","Create a new handle to a canvas element.","Create a new handle from a pointer to HtmlCanvasElement.","Create a new handle from a pointer to an OffscreenCanvas.","Create a new empty display handle.","Create a new handle to a window.","Create a new handle to a window.","A pointer to an NSView object.","A pointer to the JsValue of an HtmlCanvasElement.","A pointer to the JsValue of an OffscreenCanvas.","Create an OpenHarmony-based display handle.","Create an Orbital-based display handle.","The primary drm plane handle.","","","","","An X11 screen to use with this display handle.","An X11 screen to use with this display handle.","A pointer to a wl_surface.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A pointer to an UIView object.","A pointer to an UIViewController object, if the view has …","Create a UiKit-based display handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An Xlib visual ID, or 0 if unknown.","An X11 xcb_visualid_t.","Create a Web-based display handle.","A pointer to an orbclient window.","An Xlib Window.","An X11 xcb_window_t.","Get a handle to the window.","","Create a Windows-based display handle.","An opaque token used to activate the Window.","Indicates an alias of/shortcut to something is to be …","Indicates that the something can be scrolled in any …","The window will always be below normal windows.","The window will always be on top of normal windows.","An error produced when using Icon::from_rgba with invalid …","Providing None to Borderless will fullscreen on the …","Produced when the length of the rgba argument isn’t …","","Indicates that a cell or set of cells may be selected. …","Indicates that the item/column can be resized …","The cursor is confined to the window area.","A context menu is available for the object under the …","Indicates something is to be copied. Often rendered as an …","Platform-specific","A simple crosshair (e.g., short line segments resembling a …","The behavior of cursor grabbing.","Describes the appearance of the (usually mouse) cursor …","An error which could be returned when parsing CursorIcon.","Use the dark variant.","The platform-dependent default cursor. Often rendered as …","Produced when the number of pixels (rgba.len() / 4) isn’…","The east border to be moved.","","The east and west borders to be moved.","","Fullscreen modes.","Indicates that something can be grabbed (dragged to be …","Indicates that something is being grabbed (dragged to be …","Help is available for the object under the cursor. Often …","An icon used for the window titlebar, taskbar, etc.","Generic IME purposes for use in Window::set_ime_purpose.","Platform-specific","Use the light variant.","The cursor is locked inside the window area to the certain …","","","Indicates something is to be moved.","The north border to be moved.","The north-east corner to be moved.","The north-east and south-west corners to be moved.","Indicates that the dragged item cannot be dropped at the …","No grabbing of the cursor is performed.","The default.","No special hints for the IME (default).","","","","Indicates that the requested action will not be carried …","The south and north borders to be moved.","The north-west corner to be moved.","The north-west and south-east corners to be moved.","Produced when underlying OS functionality failed to create …","The IME is used for password input.","The cursor is a pointer that indicates a link. Often …","A progress indicator. The program is performing some …","Defines the orientation that a window resize will be …","Indicates that the item/row can be resized vertically. …","The south border to be moved.","The south-east corner to be moved.","","","","The south-west corner to be moved.","The IME is used to input into a terminal.","Indicates text that may be selected. Often rendered as an …","The theme variant to use.","Platform-specific","Indicates vertical-text that may be selected. Often …","The west border to be moved.","Indicates that the program is busy and the user should …","","Represents a window.","Attributes to use when creating a window.","Object that allows building windows.","","Identifier of a window. Unique for each window.","A window level groups windows with respect to their …","Indicates that something can be zoomed in. Often rendered …","Indicates that something can be zoomed in. Often rendered …","","","","","","","","","","","","","","","","","","Get a flags value with all known bits set.","A list of alternative names for the cursor icon as …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the list of all the monitors available on the …","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.","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Builds the window.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","","","","","","","","","Whether all set bits in a source flags value are also set …","","Returns the monitor on which the window currently resides.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The intersection of a source flags value with the …","","Resizes the window with the left mouse button until the …","Moves the window with the left mouse button until the …","","","","","","","","","","","","","","","","","","Returns a dummy id, useful for unit testing.","Get a flags value with all bits unset.","Gets the enabled window buttons.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","","","","","","","","","","","","","","","","","","","","","","","","Brings the window to the front and sets input focus. Has …","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 exactly.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Creates an icon from 32bpp RGBA data.","","","","","","","","","","","","","","","","","Parse a string slice into CursorIcon.","Gets the window’s current fullscreen state.","Get Fullscreen option stored on the attributes.","Gets whether the window has keyboard focus.","","","","","","Returns an identifier unique to the window.","","","","","","","","","","","","","","","","","Returns the position of the top-left hand corner of the …","Returns the physical size of the window’s client area.","","The bitwise or (|) 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 …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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.","Gets the window’s current decorations state.","Whether all bits in this flags value are unset.","Gets the window’s current maximized state.","Gets the window’s current minimized state.","Gets the window’s current resizable state.","Gets the window’s current visibility state.","Yield a set of contained flags values.","Yield a set of contained named flags values.","","","","The name of the cursor icon as defined in w3c standard.","Creates a new Window for platforms where this is …","Initializes a new builder with default values.","The bitwise negation (!) of the bits in a flags value, …","Returns the position of the top-left hand corner of the …","Returns the physical size of the entire window.","Get the parent window stored on the attributes.","","","Notify the windowing system before presenting to the …","","Returns the primary monitor of the system.","","","The intersection of a source flags value with the …","","Request the new size for the window.","Queues a WindowEvent::RedrawRequested event to be emitted …","Requests user attention to the window, this has no effect …","Reset the dead key state of the keyboard.","","Returns window resize increments if any were set.","","Returns the scale factor that can be used to map logical …","Call insert when value is true or remove when value is …","Change the window blur state.","Prevents the window contents from being captured by other …","Set grabbing mode on the cursor preventing it from leaving …","Modifies whether the window catches cursor events.","Modifies the cursor icon of the window.","Changes the position of the cursor in window coordinates.","Modifies the cursor’s visibility.","Turn window decorations on or off.","Sets the enabled window buttons.","Sets the window to fullscreen or back.","Sets whether the window should get IME events","Set the IME cursor editing area, where the position is the …","Sets the IME purpose for the window using ImePurpose.","Sets a maximum dimension size for the window.","Sets the window to maximized or back.","Sets a minimum dimension size for the window.","Sets the window to minimized or back","Modifies the position of the window.","Sets whether the window is resizable or not.","Sets window resize increments.","Sets the current window theme. Use None to fallback to …","Modifies the title of the window.","Change the window transparency state.","Modifies the window’s visibility.","Sets the window icon.","Change the window level.","Show window menu at a specified position .","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 …","Returns the current window theme.","Gets the current title of the window.","","","","","","","","","","","","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","Get whether the window will support transparency.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","","Get the current window attributes.","","","","","Whether the window will be initially focused or not.","","Sets whether the background of the window should be …","Prevents the window contents from being captured by other …","Sets whether the window should have a border, a title bar, …","","Sets the enabled window buttons.","Sets whether the window should be put into fullscreen upon …","Requests the window to be of specific dimensions.","Sets the maximum dimensions a window can have.","Request that the window is maximized upon creation.","Sets the minimum dimensions a window can have.","","","","Build window with parent window.","Sets a desired initial position for the window.","Sets whether the window is resizable or not.","Build window with resize increments hint.","Sets a specific theme for the window.","Sets the initial title of the window in the title bar.","Sets whether the background of the window should be …","Sets whether the window will be initially visible or …","Sets the window icon.","Sets the window level.","","","","","","","","","","The fallback icon theme to search if no icon theme was …","Set the fallback icon theme to search when loading system …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Unfocuses any actively-focused widget.","Represents a type that you can apply arbitrary functions …","","Represents a type which can have functions applied to it …","Additional methods for the [Column] and [Row] widgets.","","","","","","Apply a function to this value and return the (possibly) …","Moves all the elements of other into self, leaving other …","Apply a function which takes the parameter by value.","Apply a function which takes the parameter by mutable …","Apply a function which takes the parameter by reference.","Combines color with background to create appearance of …","","Appends all elements in an iterator to the widget.","Appends all elements in an iterator to the widget.","Pushes an element into the widget.","Conditionally pushes an element to the widget.","Conditionally pushes an element to the widget.","","","","","","","","","","","","A widget for multiple choice selection.","","","","","","Apply a custom appearance filter","","Or implement any custom theme of your liking.","","","","","","No filtering is applied","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A tabbed widget for switching between views in an …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","Contains stylesheet implementations for widgets native to …","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Change the appearance of menu bars and their menus.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Styles for the button widget from iced-rs.","","","","","","","","","","","","","Apply a custom appearance filter","","","","","","","","No filtering is applied","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 appearance of a menu bar and its menus.","A Theme that uses a Custom palette.","The default style.","The style of a menu bar and its menus","The supported style of the StyleSheet.","The style sheet of a menu bar and its menus.","","","Produces the Appearance of a menu bar and its menus.","","","","","","","","","The background color of the menu bar and its menus.","The expand value of the menus’ background","The border radius of the menu bar.","The border Color of the menu bar and its menus.","The border width of the menu bar and its menus.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","The border radius of the menus.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","accent element colors","accent button element colors","Currently-defined theme.","cosmic-comp active hint window outline width","Currently-defined theme type.","","","","","","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","","","","","","","","","","","","","","","","","","background element colors","The base color of the widget","the color of the border for the widget","","","","","","","","","","","","","button component styling","","","","","","","","","The color.","","","","","","","corner radii","","get current container can be used in a component that is …","","","","","","","","","","","","","","","","","","","","","","destructive element colors","destructive button element colors","the color of the widget when it is disabled","the color of the border for the widget when it is disabled","the color of dividers for this widget","","","","","","","","","the color of the widget when it is focused","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","cosmic-comp window gaps size (outer, inner)","The color of the widget when it is hovered","icon button element colors","","","","","","","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 the active theme has a dark preference.","Whether the theme has a dark preference.","is dark","enables blurred transparency","Whether the active theme is high contrast.","Whether the theme has a high contrast.","is high contrast","","","","link button element colors","name of the theme","the color of text for this widget","the color of text in the widget when it is disabled","palette","Prefer dark or light theme. If None, the system preference …","the color of the widget when it is pressed","primary element colors","secondary element colors","the color of the widget when it is selected","the color of the widget when it is selected","set the theme","shade color for dialogs","spacing","Stylesheet implements for crate::Theme","Watches for changes to the system’s theme preference.","suggested element colors","suggested button element colors","","","","Loads the preferred system theme from cosmic-config.","text button element colors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","warning element colors","warning button element colors","cosmic-comp custom window hint color","","","","","","","","","","","","","","A widget for multiple choice selection.","","","","","","Apply a custom appearance filter","","Or implement any custom theme of your liking.","","","","","","No filtering is applied","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A tabbed widget for switching between views in an …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Contains stylesheet implementations for widgets native to …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Change the appearance of menu bars and their menus.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Styles for the button widget from iced-rs.","","","","","","","","","","","","","Apply a custom appearance filter","","","","","","","","No filtering is applied","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The appearance of a menu bar and its menus.","A Theme that uses a Custom palette.","The default style.","The style of a menu bar and its menus","The supported style of the StyleSheet.","The style sheet of a menu bar and its menus.","Produces the Appearance of a menu bar and its menus.","The background color of the menu bar and its menus.","The expand value of the menus’ background","The border radius of the menu bar.","The border Color of the menu bar and its menus.","The border width of the menu bar and its menus.","The border radius of the menus.","","A generic button which emits a message when pressed.","","A box that can be checked.","","","","A widget for searching and selecting a single value from a …","An element decorating some content.","","A context menu is a menu in a graphical user interface …","","","","A widget for selecting a single value from a list of …","Responsively generates rows and columns of widgets based …","Responsively generates rows and columns of widgets based …","","An image which may be an SVG or PNG.","","The identifier of a generic widget.","A frame that displays an image while keeping aspect ratio.","An element decorating some content.","A widget that only rebuilds its contents when necessary.","","","Emit messages on mouse events.","","A piece of logic that can traverse the widget tree of an …","A collection of panes distributed using either vertical or …","","A bar that displays progress.","A circular button representing a choice.","","A widget that is aware of its dimensions.","","An horizontal bar and a handle that selects a single value …","An amount of empty space.","","A vector graphics image.","A paragraph.","","A field that can be filled with text.","","An vertical bar and a handle that selects a single value …","","A component that displays information and allows …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A container which constraints itself to a specific aspect …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Build the widget","Button widgets for COSMIC applications.","A button with the default style, which may contain any …","A widget that displays an interactive calendar.","A widget that displays an interactive calendar.","","","","","","","","","","","","","","","","","","","","Pushes an element to the center region.","Show toggle controls using checkboxes.","Creates a new Checkbox.","Returns the state Tree of the children of the Widget.","","","","","","","","","","","","","Widgets for selecting colors with a color picker.","A container which aligns its children in a column.","A container which aligns its children in a column.","Display a dropdown list of searchable and selectable …","Creates a new ComboBox.","","","","","","","","","","","","","","","","","","","Decorate content and apply alignment.","Creates a new Container with the provided content.","Operates on a widget that contains other widgets.","An overlayed widget that attaches a toggleable context …","An overlayed widget that attaches a toggleable context …","A context menu is a menu in a graphical user interface …","A context menu is a menu in a graphical user interface …","Operates on a custom widget.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Reconciliates the Widget with the provided Tree.","","","","","","","","","An element to distinguish a boundary between two elements.","","","","","Adds the drag destination rectangles of the widget. Runs …","","","","","","","Draws the Widget using the associated Renderer.","","","","","","","","","","","","","","","","","","","","","","","","","","","Displays a list of options in a popover menu on select.","Displays a list of options in a popover menu on select.","A text label whiich can transform into a text input on …","Pushes an element to the end region.","Finishes the Operation and returns its Outcome.","Responsively generates rows of widgets based on the …","Responsively generates rows of widgets based on the …","","Operates on a widget that can be focused.","Focused state of the window","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Arrange widgets with a grid layout.","Arrange widgets with a grid layout.","","Creates a new horizontal Space with the given Length.","Lazily-generated SVG icon widget for Iced.","Create an Icon from a pre-existing Handle","Returns the id of the widget","","","","Display images in your user interface.","Creates a new Image.","","","","","","","","","","","","","","","","","","","Creates a new inline TextInput.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts the headerbar builder into an Iced element.","","","","","","","","","","","","","","","","","","","","","Returns the layout::Node of the Widget.","","","","","","","","","Creates a new Lazy widget with the given data Dependency …","","","A MenuBar widget for displaying [MenuTree]s","A container intercepting mouse events.","Returns the current mouse::Interaction of the Widget.","","","","","","","Navigation side panel for switching between views.","Navigation side panel for switching between views.","Navigation side panel for switching between views. Can …","A button for toggling the navigation side panel.","","A message emitted when the close button is pressed.","A message emitted when dragged.","Processes a runtime Event.","","","","","","","","","A message emitted when the maximize button is pressed.","A message emitted when the minimize button is pressed.","A message emitted when the header is right clicked.","Applies an Operation to the Widget.","","","","","","","","Returns the overlay of the Widget, if there is any.","","","","","","","","","Let your users split regions of your application and …","A widget showing a popup in an overlay positioned relative …","","Provide progress feedback to your users.","Creates a new ProgressBar.","","","Create choices using radio buttons.","Creates a new Radio.","","","Creates a new Responsive widget with a closure that …","A container which aligns its children in a row.","A container which aligns its children in a row.","","Operates on a widget that can be scrolled.","Creates a new search TextInput.","Creates a new search TextInput.","A widget providing a conjoined set of linear items that …","A selection of multiple choices appearing as a conjoined …","Sets the id of the widget This may be called while diffing …","","","","","Returns the Size of the Widget in lengths.","","","","","","","","","Returns a Size hint for laying out the Widget.","Display an interactive selector of a single value from a …","Creates a new Slider.","Distribute content vertically.","A control for incremental adjustments of a value.","A control for incremental adjustments of a value.","Pushes an element to the start region.","Returns the State of the Widget.","","","","","","","","Display vector graphics in your application.","Creates a new Svg widget from the given Handle.","A collection of tabs for developing a tabbed interface.","Returns the Tag of the Widget.","","","","","","","","Creates a new Text widget with the provided content.","A text input widget from iced widgets plus some added …","Creates a new TextInput.","Operates on a widget that has text input.","Defines the title of the window","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Display an interactive selector of a single value from a …","Creates a new VerticalSlider.","Creates a new vertical Space with the given Length.","","","","The appearance of a container.","A container which constraints itself to a specific aspect …","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","","Sets the content alignment for the horizontal axis of the …","Sets the content alignment for the vertical axis of the …","Produces the Appearance of a container.","","","","","","The Background of the container.","The Border of the container.","","","","Centers the contents in the horizontal axis of the …","Centers the contents in the vertical axis of the Container.","","","","","","","","Returns the argument unchanged.","","","Sets the height of the Container.","The icon Color of the container.","","Calls U::from(self).","","","","","","","","","Sets the maximum height of the Container in pixels.","Sets the maximum width of the Container.","","","","","Sets the Padding of the Container.","The Shadow of the container.","","Sets the style of the Container.","The text Color of the container.","","","","","","","","Sets the width of the [self.].","The appearance of a button.","A builder for constructing a custom Button.","A generic button which emits a message when pressed.","","","","","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","","Produces the active Appearance of a button.","","","","","","","","","","","","","","","","The Background of the button.","The border Color of the button.","The border radius of the button.","The border width of the button.","","","","","","","A button with the default style, which may contain any …","","","","","","","","","","An image button which may contain any widget as its …","","","","","","","","A text button with the destructive style","","Produces the disabled Appearance of a button.","","","","","","Appearance when the button is the target of a DND …","Appearance when the button is the target of a DND …","Applies the Extra Large button size preset.","Applies the Extra Large button size preset.","Applies the Extra Small button size preset.","Applies the Extra Small button size preset.","","Produces a Command that focuses the Button with the given …","Sets the preferred font size.","Sets the preferred font weight.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Sets the height of the Button.","Sets the preferred height of the button.","Produces the hovered Appearance of a button.","A button constructed from an icon handle, using icon …","The icon Color of the button.","Sets the preferred size of icons.","Sets the Id of the Button.","","Sets the Id of the button.","A button constructed from an image handle, using image …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","The label to display within the button.","Applies the Large button size preset.","Applies the Large button size preset.","Computes the layout of a Button.","","","","Sets the prefered font line height.","Hyperlink button widget","A hyperlink button.","Applies the Medium button size preset.","Applies the Medium button size preset.","Returns the mouse::Interaction of a Button.","","","","","","","","","","","","Sets the message that will be produced when the Button is …","Sets the message that will be produced when the button is …","Sets the message that will be produced when the Button is …","Sets the message that will be produced when the Button is …","Set the value of [on_press] as either Some or None.","","","","","","The Color of the outline.","An outline placed around the border.","","Sets the Padding of the Button.","Sets the preferred padding of the button.","Produces the pressed Appearance of a button.","","","Sets the widget to a selected state.","","","Background color of the selection indicator","","The amount of offset to apply to the shadow of the button.","","Sets the preferred spacing between elements in the button.","A text button with the standard style","","Sets the style variant of this Button.","The preferred style of the button.","A text button with the suggested style","","A text button with the text style","The text Color of the button.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the width of the Button.","Sets the preferred width of the button.","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","A hyperlink button.","","","","","","","","","","","A widget that displays an interactive calendar.","Gets the first date that will be visible on the calender","","","","","Appearance of the cards.","Defines the Appearance of a cards.","","","The default Appearance of the cards.","The appearance of a checkbox.","A box that can be checked.","The icon in a Checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","The Background of the checkbox.","The Border of hte checkbox.","The unicode code point that will be used as the icon.","Font that will be used to display the code_point,","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","The line height of the icon.","The shaping strategy of the icon.","Font size of the content.","The text Color of the checkbox.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A button for selecting a color from a color picker.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Get the applied color of the picker","Get whether or not the picker should be visible","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a color picker button that displays the applied color","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A container which aligns its children in a column.","A pre-allocated [column].","A [column] that will be assigned a Vec of children.","A widget for searching and selecting a single value from a …","The local state of a ComboBox.","Build matchers from given list of options.","Search list of options for a given query.","The appearance of a container.","An element decorating some content.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","Draws the background of a Container given its Appearance …","The icon Color of the container.","Computes the layout of a Container.","The Shadow of the container.","The text Color of the container.","Produces a Command that queries the visible screen bounds …","","","","","","","","","","","","An overlayed widget that attaches a toggleable context …","","","","","","","Returns the argument unchanged.","","","Sets the [Id] of the ContextDrawer.","","","Calls U::from(self).","","","","","","","","","","Creates an empty ContextDrawer.","","","","","","","","","","","","","","A context menu is a menu in a graphical user interface …","","","","","","","","","","","A context menu is a menu in a graphical user interface …","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Horizontal variant of a divider.","Vertical variant of a divider.","Horizontal divider with default thickness","Horizontal divider with heavy thickness.","Horizontal divider with light thickness","Vertical divider with default thickness","Vertical divider with heavy thickness.","Vertical divider with light thickness","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the drag id of the destination.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The appearance of a pick list.","The default gap.","The default padding.","A widget for selecting a single value from a list of …","","The local state of a Dropdown.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","","","","","","","","","","","The Background of the pick list.","The Border of the pick list.","","","","","","","","","","","","","","","Draws a Dropdown.","","","","Displays a list of options in a popover menu on select.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Computes the layout of a Dropdown.","","","Returns the current mouse::Interaction of a Dropdown.","","","Creates a new Dropdown with the given list of selections, …","Creates a new State for a Dropdown.","","Returns the current overlay of a Dropdown.","","","The placeholder Color of the pick list.","","","","The text Color of the pick list.","","","","","","","","","","","","","","","","","Processes an Event and updates the State of a Dropdown …","","The appearance of a menu.","A list of selectable options.","The local state of a Menu.","The supported style of the StyleSheet.","The style sheet of a menu.","","","","Produces the Appearance of a menu.","","","","","","","","","","","","","Menu background","Menu border color","Menu border radius","Menu border width","","","","","","","","","","","","","","","","","","","","","","Description text color","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Background when hovered","Text color when hovered","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Creates a new Menu with the given State, a list of …","Creates a new State for a Menu.","Turns the Menu into an overlay Element at the given target …","Sets the Padding of the Menu.","Background when selected","Text color when selected","Menu text color","Sets the text [LineHeight] of the Menu.","Sets the text size of the Menu.","","","","","","","","","","","","","","","","","","","","","","","Sets the width of the Menu.","The appearance of a pick list.","The default gap.","The default padding.","A widget for selecting a single value from a list of …","A list for a multi-list dropdown widget.","","A model for managing the options in a multi-list dropdown.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","","","","","","","","","","","","","","","","The Background of the pick list.","The Border of the pick list.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Create a List for a multi-list dropdown widget.","","","Create a Model for a multi-list dropdown.","","Creates a new Dropdown with the given list of selections, …","","","","","The placeholder Color of the pick list.","","","","","The text Color of the pick list.","","","","","","","","","","","","","","","","","","","","","","","","","","A dropdown menu with multiple lists.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Turns the Menu into an overlay Element at the given target …","Sets the Padding of the Menu.","Sets the text [LineHeight] of the Menu.","Sets the text size of the Menu.","","","","","","","","Sets the width of the Menu.","","Responsively generates rows of widgets based on the …","","","","Responsively generates rows and columns of widgets based …","Sets the space between each column of items.","Sets the max width","","Sets the padding around the widget.","Sets the space between each item in a row.","Sets the width.","","Arrange widgets with a grid layout.","","","","","Responsively generates rows and columns of widgets based …","","","","","","","","","","","","Alignment across columns","Sets the space between each column of items.","","","","","","","","Returns the argument unchanged.","","","Sets the height of the grid.","","","","Calls U::from(self).","","","","","","","","","Sets the max width","","","Sets the padding around the widget.","Attach a new element with a given grid assignment.","Attach a new element with custom properties","","Alignment across rows","Sets the space between each item in a row.","","","","","","","","","Sets the width of the grid.","","","Default fallback using the icon name.","","An image which may be an SVG or PNG.","Fallback icon to use if the icon was not found.","","","","Fallback to specific icon names.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the fallback field of this struct.","Checks for a fallback if the icon was not found.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Create an icon handle from its XDG icon name.","Create an icon handle from its path.","Create an image handle from memory.","Create an image handle from RGBA data, where you must …","","","","","Create a SVG handle from memory.","","","","","","","Create an Icon from a pre-existing Handle","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Name of icon to locate in an XDG icon path.","","","Sets the prefer_svg field of this struct.","Prioritizes SVG over PNG","Sets the scale field of this struct.","Restrict the lookup to a given scale.","Sets the size field of this struct.","","Restrict the lookup to a given size.","","Sets the symbolic field of this struct.","Sets the symbolic field of this struct.","Whether the icon is symbolic or not.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Image filtering strategy.","A handle of some image data.","A frame that displays an image while keeping aspect ratio.","Bilinear interpolation.","Nearest neighbor.","A frame that displays an image with the ability to zoom …","Draws an Image","Computes the layout of an Image.","Zoom and pan on an image.","Creates a new Viewer with the given image Handle.","The local state of a Viewer.","A frame that displays an image with the ability to zoom …","Returns the bounds of the underlying image, given the …","The appearance of a container.","An element decorating some content.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Sets the content alignment for the horizontal axis of the …","Sets the content alignment for the vertical axis of the …","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","Centers the contents in the horizontal axis of the …","Centers the contents in the vertical axis of the …","Sets the height of the LayerContainer.","The icon Color of the container.","Sets the [Layer] of the LayerContainer.","","Sets the maximum height of the LayerContainer in pixels.","Sets the maximum width of the LayerContainer.","Sets the Padding of the LayerContainer.","The Shadow of the container.","Sets the style of the LayerContainer.","The text Color of the container.","Sets the width of the [self.].","","","","","","","","","","","","Sets the style variant of this [Circular].","","","Represents a button menu item.","Represents a checkbox menu item.","The condition of when to close a menu","Represents a divider between menu items.","Dynamic tries to automatically choose the proper item …","Represents a folder menu item.","Draw the full path,","Represents a menu item that performs an action when …","The height of an item","The width of an item","","Omit the active item if it’s not a menu","A MenuBar collects MenuTrees and handles all the layout, …","Omit the active item(the last item in the path)","Methods for drawing path highlight","Static tries to use the width value of each menu(menu tree …","Static tries to use MenuTree.height as item height, when it…","","Nested menu is essentially a tree of items, a menu is a …","Use uniform width","Use uniform height.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A MenuBar collects MenuTrees and handles all the layout, …","","","","","","","","","","","","","","","Sets the expand value for each menu’s check bounds","","","","","","","","","Close menus when the cursor clicks inside the check bounds","Close menus when the cursor clicks outside the check bounds","","","","","","","","","CloseCondition","","","","","","","","Moves each menu in the horizontal open direction","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Sets the height of the MenuBar","Sets the height of the menu tree. See ItemHeight","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","ItemHeight","ItemWidth","Create a list of menu items from a vector of MenuItem.","","","Close menus when the cursor moves outside the check bounds","Moves all the menus in the vertical open direction","Creates a new MenuBar with the given menu roots","Create a new menu tree from a widget","","","Sets the Padding of the MenuBar","Sets the method for drawing path highlight","Create a root menu item.","","Sets the spacing between menu roots","","Sets the style of the menu bar and its menus","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the width of the MenuBar","Sets the width of the menu tree. See ItemWidth","Create a menu tree from a widget and a vector of sub trees","MenuAction is a trait that represents an action in a menu.","The type of message that will be produced when the action …","Returns a message of type Self::Message when the action is …","","","Represents a combination of a key and modifiers. It is …","Represents the modifier keys on a keyboard.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The key for the key binding.","Checks if the given key and modifiers match the KeyBind.","A vector of modifiers for the key binding.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","Pre-convert this widget into the Container widget that it …","","Navigation side panel for switching between views.","Navigation side panel for switching between views. Can …","","Emitted when a tab close button is pressed.","Emitted when a button is right-clicked.","Handle the dnd drop event.","Handle the dnd enter event.","Handle the dnd leave event.","","","","","","","","","","","","","","All panes are visible","The appearance of the hovered region of a pane grid.","A fixed reference line for the measurement of coordinates.","Bottom edge.","A Pane was picked and then dropped outside of other Pane …","Center region.","The arrangement of a PaneGrid.","The content of a Pane.","The visible contents of the PaneGrid","A four cardinal direction.","↓","An event produced during a drag and drop interaction of a …","A pane that can be dragged.","A Pane was dropped on top of another Pane.","The edges of an area.","An Edge of the full PaneGrid.","Edge region.","The horizontal axis: —","←","Left edge.","A line.","A maximized pane is visible","A layout node of a PaneGrid.","A rectangular region in a PaneGrid used to display widgets.","A Pane.","The region of this Node is taken by a Pane.","A single Pane of the PaneGrid.","A collection of panes distributed using either vertical or …","A Pane was picked for dragging.","The region of a Pane.","An event produced during a resize interaction of a PaneGrid…","→","Right edge.","A divider that splits a region in a PaneGrid into two …","A split of the available space.","The region of this Node is split into two.","The state of a PaneGrid.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Target area a pane can be dropped on.","The title bar of a Pane.","Top edge.","↑","The vertical axis: |","The Background of the pane region.","The Border of the pane region.","Returns whether the Draggable with the given Layout can be …","The Color of the Line.","Draws a PaneGrid.","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","The internal state of the PaneGrid.","Calculates the Layout of a PaneGrid.","Returns the current mouse::Interaction of a PaneGrid.","The panes of the PaneGrid.","The Line to draw when a split is picked.","The new ratio of the Split.","The Split that is being dragged for resizing.","The state of a PaneGrid.","Processes an Event and updates the state of a PaneGrid …","The width of the Line.","The left/top Configuration of the split.","The direction of the split.","The right/bottom Configuration of the split.","The ratio of the split in [0.0, 1.0].","The picked Pane.","The picked Pane.","The picked Pane.","The Target where the picked Pane was dropped on.","The left/top Node of the split.","The direction of the split.","The right/bottom Node of the split.","The Split of this Node.","The ratio of the split in [0.0, 1.0].","The current action of a PaneGrid.","A Pane in the PaneGrid is being clicked.","A Pane in the PaneGrid is being dragged.","The PaneGrid is idle.","The internal state of a PaneGrid.","A Split in the PaneGrid is being dragged.","The state of a PaneGrid.","The internal state of the PaneGrid.","The panes of the PaneGrid.","The Axis of the Split.","The starting Point of the click interaction.","The starting Point of the drag interaction.","The Pane being clicked.","The Pane being dragged.","The Split being dragged.","The appearance of a container.","","","","","","","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","","","Produces the Appearance of a container.","","","","","","","","","The Background of the container.","The Border of the container.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","The icon Color of the container.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","A modal popup interrupts user inputs and demands action.","","","","","","","","The Shadow of the container.","The text Color of the container.","","","","","","","","","","","","","","","","The appearance of a progress bar.","A bar that displays progress.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","A circular button representing a choice.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","The appearance of a container.","","","","","","An element decorating some content.","","","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","","","","","Sets the content alignment for the horizontal axis of the …","Sets the content alignment for the vertical axis of the …","Produces the Appearance of a container.","","","","","","","","","","","","","The Background of the container.","The Border of the container.","","","","","","","","","","Centers the contents in the horizontal axis of the …","Centers the contents in the vertical axis of the Container.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Sets the height of the Container.","The icon Color of the container.","Set to true to ignore parent container bounds when …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Sets the maximum height of the Container in pixels.","Sets the maximum width of the Container.","","","","","Sets the Padding of the Container.","","","The Shadow of the container.","","","Sets the style of the Container.","","The text Color of the container.","","","","","","","","","","","","","","","","","","","","","","","Sets the width of the [self.].","","A container which aligns its children in a row.","A pre-allocated row.","A row that will be assigned a Vec of children.","Appearance of the segmented button.","Constructs a new item for the ModelBuilder.","A unique ID for an item in the Model.","A newly-inserted item which may have additional actions …","Horizontal SegmentedButton.","The iced identifier of a segmented button.","Appearance of an item in the segmented button.","Appearance of an item based on its status.","The model held by the application, containing the unique …","A builder for a Model.","Model<MultiSelect> permits multiple keys to be active at a …","Multi-select variant of an EntityMut.","A model for multi-select button selection.","Associates extra data with an external secondary map.","A conjoined group of items that function together as a …","Isolates variant-specific behaviors from SegmentedButton.","Describes a type that has selectable items.","Model<SingleSelect> Ensures that only one key may be …","Single-select variant of an EntityMut.","A model for single-select button selection.","Associates extra data with an external sparse secondary …","The supported style of the StyleSheet.","Defines the Appearance of a segmented button.","Vertical SegmentedButton.","Activate an item.","Activates the newly-inserted item.","Activates the newly-inserted item.","Activates the item in the model.","","","Activates the item at the given position, returning true …","The ID of the active item.","The IDs of the active items.","","","","Get an immutable reference to the data associated with the …","Get a mutable reference to the data associated with the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes the builder and returns the model.","Creates a builder for initializing a model.","Alignment of button contents.","Desired height of a button.","Padding around a button.","Spacing between icon and text in button.","","","","","","","","","","","","","","Removes all items from the model.","","","","","","","","","","","Defines that the close button should appear","Shows a close button for this item.","Shows or hides the item’s close button.","The icon used for the close button.","","","","","","","","","","","","","","","Check if an item exists in the map.","","Assigns extra data to the item.","Associates data with the item.","","Get an immutable reference to data associated with an item.","Get a mutable reference to data associated with an item.","Removes a specific data type from the item.","Associates data with the item.","Deactivate an item.","","Deactivates the item in the model.","","Deactivates the active item.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether to place dividers between buttons.","","","","","","","","","","","","","","","","Enable or disable an item.","Get the item that is located at a given position.","","","","","","","","","","","A command that focuses a segmented item stored in a widget.","","Desired font for active tabs.","Desired font for hovered tabs.","Desired font for inactive tabs.","Size of the font.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the drag id of the destination.","","Desired height of the widget.","Horizontal implementation of the SegmentedButton.","The horizontal Appearance of the segmented button.","","Defines an icon for the item.","Define an icon for the item.","Immutable reference to the icon associated with the item.","Removes the icon from an item.","Sets a new icon for an item.","Returns the ID of the item that was inserted.","iced widget ID","","","","","","Spacing for each indent.","","","","","","","","","","","","","Inserts a new item and its associated data into the model.","Inserts a new item in the model.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the item is active.","Check if the given ID is the active ID.","","","Whether the item should contain a close button.","Check if the item is enabled.","Iterates across items in the model in the order that they …","","","LineHeight of the font.","Maximum width of a button.","","","Minimum width of a button.","","","Creates a custom Id.","Emitted when a tab is pressed.","Emitted when a tab close button is pressed.","Emitted when a button is right-clicked.","Handle the dnd drop event.","Handle the dnd enter event.","Handle the dnd leave event.","","","","Padding of the whole widget.","","Define the position of the newly-inserted item.","Define the position of the item.","The position of the item in the model.","Change the position of an item in the model.","Swap the position with another item in the model.","Swap the position with another item in the model.","Swap the position of two items in the model.","Removes an item from the model.","Scrolling switches focus between tabs.","Associates extra data with an external secondary map.","Associates extra data with an external secondary map.","Associates extra data with an external sparse secondary …","Associates extra data with an external sparse secondary …","Show the close icon only when item is hovered.","","Desired spacing between items.","","Style to draw the widget in.","","Defines the text for the item.","Defines the text for the item.","Immutable reference to the text assigned to the item.","","Removes text from an item.","Sets new text for an item.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a unique Id.","Get the appearance for this variant of the widget.","","","Calculates the bounds for visible buttons.","","","Calculates the layout of this variant.","","","Vertical implementation of the SegmentedButton.","The vertical Appearance of the segmented button.","Desired width of the widget.","Calls a function with the ID","Calls a function with the ID without consuming the wrapper.","A selection of multiple choices appearing as a conjoined …","A selection of multiple choices appearing as a conjoined …","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","A column with a predefined style for creating a settings …","A section within a settings view column.","A builder for a settings item.","","","","","","","","Creates a builder for an item, beginning with the title.","","","Assigns a control to the item.","","","A description to display beneath the title.","","Returns the argument unchanged.","","","A custom icon to display before the text.","","Calls U::from(self).","","","","","","","","A settings item aligned in a row","A settings item aligned in a row","Describes the item being controlled.","","","","","","","","","The appearance of a slider.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","An horizontal bar and a handle that selects a single value …","The local state of a Slider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","The appearance of breakpoints.","The Color of the handle.","The colors of the rail of the slider.","Produces the style of a slider that is being dragged.","Draws a Slider.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","Computes the current mouse::Interaction of a Slider.","The colors of the rail of the slider.","The shape of the handle.","Processes an Event and updates the State of a Slider …","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","An amount of empty space.","","","A message emitted by the SpinButton widget.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Sets the max field of this struct.","The maximum value permitted.","Sets the min field of this struct.","The minimum value permitted.","","A control for incremental adjustments of a value.","Sets the step field of this struct.","The amount to increment the value.","","","","","","","","","","","","","","","","","Sets the value field of this struct.","The current value of the spin button.","Appearance of the cards.","Defines the Appearance of a cards.","","","","","","","","","","","","","","The default Appearance of the cards.","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of an SVG.","A handle of Svg data.","The supported style of the StyleSheet.","The stylesheet of a svg.","A vector graphics image.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","A collection of tabs for developing a tabbed interface.","A collection of tabs for developing a tabbed interface.","","","","","","A paragraph.","","","","","Available presets for text typography","","","","","","Text widget with the Body typography preset.","","","","Text widget with the Caption typography preset.","Text widget with the Caption Heading typography preset.","","","","","","","","","","","","Returns the argument unchanged.","","","","Text widget with the Heading typography preset.","","Calls U::from(self).","","","","","","","","","Text widget with the Monotext typography preset.","Creates a new Text widget with the provided content.","Text widget with the Title 1 typography preset.","Text widget with the Title 2 typography preset.","Text widget with the Title 3 typography preset.","Text widget with the Title 4 typography preset.","","","","","","","","","The appearance of a text input.","","","The state of a TextInput.","","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A field that can be filled with text.","A string which can be sent to the clipboard or …","","Produces the style of an active text input.","","","","","","","","","","","","","","","","","","","","","The Background of the text input.","The border Color of the text input.","The border offset","The border radius of the text input.","The border width of the text input.","","","","","","","","","","","","","","","","","","","","","","","","Track the cursor of a text input.","Returns the Cursor of the TextInput.","","","","","","","","","","","","Produces the style of a disabled text input.","Sets the mode of this TextInput to be a drag and drop icon.","Draws the TextInput with the given Renderer, overriding its","","Draws the TextInput with the given Renderer, overriding its","","","","","A text label whiich can transform into a text input on …","","Produces the style of an errored text input.","Sets the error message of the TextInput.","","","","Produces a Command that focuses the TextInput with the …","","Focuses the TextInput.","Produces the style of a focused text input.","Creates a new State, representing a focused TextInput.","Sets the Font of the TextInput.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Sets the helper text of the TextInput.","","Produces the style of an hovered text input.","Produces the style of an hovered text input.","The icon Color of the text input.","Sets the Id of the TextInput.","","","","","Creates a new inline TextInput.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the TextInput is currently focused or not.","","","","Sets the text of the TextInput.","","The label Color of the text input.","Computes the layout of a TextInput.","","Sets the start [Icon] of the TextInput.","Sets the [LineHeight] of the TextInput.","Computes the current mouse::Interaction of the TextInput.","","Produces a Command that moves the cursor of the TextInput …","Moves the Cursor of the TextInput to an arbitrary location.","","Produces a Command that moves the cursor of the TextInput …","","Moves the Cursor of the TextInput to the end of the input …","Produces a Command that moves the cursor of the TextInput …","","Moves the Cursor of the TextInput to the front of the …","Creates a new TextInput.","Creates a new State, representing an unfocused TextInput.","","","Sets the message that should be produced when some text is …","Sets the message that should be produced when some text is …","Sets the message that should be produced when the TextInput…","Maybe sets the message that should be produced when the …","","","","Sets the Padding of the TextInput.","Converts the TextInput into a secure password input.","","The placeholder text Color.","Creates a new search TextInput.","Creates a new search TextInput.","Produces a Command that selects all the content of the …","","Selects all the content of the TextInput.","The selected fill Color of the text input.","Returns the current value of the selected text in the …","The text Color of the text input.","","Sets the text size of the TextInput.","","Sets the style of the TextInput.","Sets the window id of the TextInput and the window id of …","","The text Color of the text input.","Creates a new TextInput.","","","","Sets the end [Icon] of the TextInput.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unfocuses the TextInput.","","Processes an Event and updates the State of a TextInput …","","","Sets the width of the TextInput.","The cursor of a text input.","Cursor without a selection","Cursor selecting a range of text","The state of a Cursor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the current selection of the Cursor for the given …","Returns the State of the Cursor.","","","","","","","","","","","","","","","","","The end of the selection","The start of the selection","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","The value of a TextInput.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Inserts a new char at the given grapheme index.","Inserts a bunch of graphemes at the given grapheme index.","Calls U::from(self).","","","","","","","","","Returns whether the Value is empty or not.","Returns the total amount of graphemes in the Value.","Creates a new Value from a string slice.","Returns the position of the next end of a word from the …","Returns the position of the previous start of a word from …","Removes the grapheme at the given index.","Removes the graphemes from start to end.","Returns a new Value with all its graphemes replaced with …","Returns a new Value containing the graphemes from start …","","","","","","","","","","Returns a new Value containing the graphemes until the …","The tooltip will appear on the bottom of the widget.","The tooltip will follow the cursor.","The tooltip will appear on the left of the widget.","The position of the tooltip. Defaults to following the …","The tooltip will appear on the right of the widget.","","The tooltip will appear on the top of the widget.","","The appearance of a slider.","A circular handle.","The appearance of the handle of a slider.","The shape of the handle of a slider.","A rectangular shape.","The local state of a VerticalSlider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","An vertical bar and a handle that selects a single value …","Produces the style of an active slider.","The border Color of the handle.","The border width of the handle.","The appearance of breakpoints.","The Color of the handle.","Produces the style of a slider that is being dragged.","Draws a VerticalSlider.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","Computes the current mouse::Interaction of a VerticalSlider…","The colors of the rail of the slider.","The shape of the handle.","Processes an Event and updates the State of a …","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","","A custom button that has the desired default spacing and …","The message to emit on button press.","",""],"i":[0,0,0,0,0,0,0,0,0,459,1,1,1,1,1,1,1,1,1,1,1,1,16,0,1,1,1,1,1,1,1,1,1,27,27,27,1,1,1,1,1,1,1,1,1,0,1,0,31,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,94,90,90,0,0,83,0,0,0,0,94,94,0,94,90,0,83,83,89,90,83,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,0,89,90,94,94,94,0,89,89,89,90,89,90,94,96,89,90,90,89,89,90,89,90,89,90,94,94,94,94,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,89,94,96,0,96,94,89,89,89,89,94,94,94,94,94,94,94,94,94,94,0,89,96,89,96,89,89,96,0,94,94,89,89,89,94,94,96,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,94,94,96,94,89,89,89,1933,1933,1934,0,0,0,0,0,0,0,0,0,0,0,0,0,116,116,116,116,0,116,116,116,116,0,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,117,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,116,117,116,117,117,116,117,116,117,116,117,116,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,117,117,117,117,117,117,117,116,116,117,116,117,116,117,116,117,116,117,116,117,116,117,117,117,100,100,0,100,100,0,100,100,100,100,100,100,100,100,100,100,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,100,100,100,100,100,100,100,100,0,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,0,0,0,0,0,0,0,0,0,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,126,126,126,126,126,126,126,126,126,0,126,126,126,126,126,126,126,126,126,0,0,126,126,126,126,126,126,126,126,126,128,0,0,0,0,0,0,0,0,1935,1936,128,1935,128,128,128,128,128,128,0,1936,113,1935,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,127,127,129,1935,1936,129,112,128,127,112,0,0,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,112,128,128,127,1935,1936,129,112,128,128,128,128,128,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,140,127,113,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,112,127,127,127,142,129,127,127,127,128,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,1935,1936,129,112,128,127,113,127,127,113,0,77,0,0,0,0,0,0,0,0,152,152,152,0,0,0,0,0,152,0,77,77,0,0,0,0,0,148,111,148,153,111,111,153,153,153,153,153,153,111,153,153,111,148,154,158,159,152,153,155,156,109,157,77,111,148,111,111,111,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,111,152,152,109,111,155,156,111,148,148,111,111,111,153,156,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,153,153,153,148,111,111,111,111,154,158,159,152,153,155,156,109,157,77,111,148,154,152,153,155,156,109,157,77,111,148,154,152,153,155,156,109,157,77,111,148,156,156,156,155,154,158,159,152,153,155,156,109,157,77,111,148,0,109,148,111,148,148,111,148,111,148,154,152,153,155,156,109,157,77,111,148,154,158,158,159,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,152,153,155,156,157,77,111,148,148,111,148,111,111,111,156,156,155,156,154,158,159,152,153,155,156,109,157,77,111,148,154,152,153,155,156,109,157,77,111,148,109,109,109,157,157,157,77,77,77,153,153,153,153,153,153,153,154,152,153,155,156,109,157,77,111,148,156,156,154,158,159,152,153,155,156,109,157,77,111,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,111,148,111,109,111,148,153,153,153,153,111,111,111,156,156,111,111,154,158,159,152,153,155,156,109,157,77,111,148,152,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,152,109,109,111,111,148,152,111,148,111,148,111,148,111,152,153,111,153,153,153,153,153,153,153,153,153,153,153,148,148,155,156,111,111,111,111,156,111,111,111,111,111,111,148,111,148,111,156,156,111,111,111,148,148,111,111,111,154,111,154,111,154,111,154,111,154,111,154,153,111,111,111,111,111,148,111,111,156,156,156,156,154,152,153,155,156,157,77,111,148,111,148,111,111,148,109,111,148,111,111,148,111,148,111,111,148,111,109,111,111,148,111,163,111,111,148,111,148,111,148,111,148,111,111,148,111,148,111,111,148,111,148,111,111,148,111,111,155,111,111,157,111,157,111,157,111,157,111,157,111,157,111,157,111,157,111,157,111,157,148,111,148,0,148,111,148,111,111,111,111,148,148,111,154,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,154,158,159,152,153,155,156,109,157,77,111,148,109,111,148,109,148,111,148,111,111,111,111,111,148,111,109,111,148,111,111,153,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,1937,1937,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,306,319,320,316,317,224,225,330,331,325,326,229,230,0,0,0,0,0,0,0,0,288,0,0,0,0,0,0,181,188,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,150,167,167,168,168,169,169,170,170,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,150,150,167,167,168,168,169,169,170,170,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,0,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,150,0,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,150,167,167,168,168,169,169,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,150,150,167,167,168,168,169,169,170,177,178,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,150,181,184,188,190,191,181,188,180,187,0,150,181,184,188,190,191,1960,1961,1962,0,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,190,0,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,0,182,183,189,0,217,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,221,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,167,168,168,169,169,170,170,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,150,0,0,150,150,150,150,181,184,188,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,0,0,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,167,168,168,169,169,170,170,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,224,150,190,225,224,225,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,181,182,226,226,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,226,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,229,230,229,230,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,181,182,190,181,184,188,190,191,150,150,181,181,184,184,188,188,190,190,191,191,150,150,181,181,184,184,188,188,190,190,191,191,150,190,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,0,150,167,168,169,170,170,177,177,178,178,179,179,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,167,167,167,168,168,168,169,169,169,170,170,170,177,177,177,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,150,190,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,167,167,167,167,167,168,168,168,168,168,168,169,169,169,169,169,169,170,170,170,177,177,177,178,178,178,179,179,179,180,180,180,180,180,180,181,181,181,181,181,181,181,182,182,182,182,182,182,183,183,183,183,183,183,184,184,184,184,184,184,184,185,185,185,185,185,186,186,186,186,186,186,187,187,187,187,187,188,188,188,188,188,188,188,189,189,189,189,189,189,190,190,190,190,190,190,190,191,191,191,191,191,191,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,190,190,190,190,190,190,190,170,177,178,179,287,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,227,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,150,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,181,181,181,181,181,181,181,181,181,181,181,181,181,181,181,181,181,181,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,170,177,178,179,150,150,150,150,150,150,150,150,150,150,167,169,170,177,178,179,180,185,150,150,150,150,150,150,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,150,150,170,177,178,179,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,305,181,182,306,167,168,169,180,181,182,183,184,185,187,188,189,190,191,308,150,167,168,169,180,181,182,183,184,185,186,187,188,189,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,1960,1961,1962,150,190,306,306,306,306,306,0,0,0,167,168,169,180,182,183,185,186,187,189,0,0,181,184,188,181,182,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,181,184,188,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,170,177,178,179,310,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,311,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,170,177,178,179,150,150,150,150,150,150,150,150,150,150,167,169,170,177,178,179,180,185,186,187,150,150,150,150,150,150,170,177,178,179,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,167,167,167,167,167,167,167,167,167,167,167,167,168,168,168,168,168,168,168,168,168,168,168,168,168,169,169,169,169,169,169,169,169,169,169,169,169,169,170,170,170,170,170,170,170,170,170,170,170,170,170,177,177,177,177,177,177,177,177,177,177,177,177,177,178,178,178,178,178,178,178,178,178,178,178,178,178,179,179,179,179,179,179,179,179,179,179,179,179,179,180,180,180,180,180,180,180,180,180,180,180,180,180,181,181,181,181,181,181,181,181,181,181,181,181,181,182,182,182,182,182,182,182,182,182,182,182,182,182,183,183,183,183,183,183,183,183,183,183,183,183,183,184,184,184,184,184,184,184,184,184,184,184,184,184,185,185,185,185,185,185,185,185,185,185,185,185,185,186,186,186,186,186,186,186,186,186,186,186,186,186,187,187,187,187,187,187,187,187,187,187,187,187,187,188,188,188,188,188,188,188,188,188,188,188,188,188,189,189,189,189,189,189,189,189,189,189,189,189,189,190,190,190,190,190,190,190,190,190,190,190,190,190,191,191,191,191,191,191,191,191,191,191,191,191,191,150,150,170,177,178,179,170,177,178,179,170,177,178,179,170,177,178,179,170,177,178,179,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,150,226,150,150,150,150,150,150,150,190,315,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,168,181,182,183,184,188,189,0,0,0,316,150,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,190,191,317,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,316,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,317,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,167,185,0,1963,1964,1965,191,0,181,150,181,180,187,182,183,182,168,181,182,183,184,188,189,167,185,191,167,168,169,185,186,184,184,169,186,180,187,190,191,190,191,190,181,150,181,180,187,182,183,189,168,181,182,183,184,188,189,167,185,191,167,168,169,185,186,184,184,169,186,180,187,190,191,190,191,190,319,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,320,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,150,150,181,181,184,184,188,188,190,190,191,191,150,150,181,181,184,184,188,188,190,190,191,191,150,190,0,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,180,182,183,185,186,187,189,150,150,150,167,169,180,150,150,150,167,169,180,0,0,0,0,0,0,288,150,181,184,188,190,191,150,181,184,188,190,191,150,190,150,181,184,188,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,181,184,188,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,1960,1961,1962,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,0,325,150,167,168,169,182,183,185,186,326,150,167,168,169,182,183,185,186,325,150,167,168,169,182,183,185,186,326,150,167,168,169,182,183,185,186,150,150,167,167,168,168,169,169,170,170,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,150,150,167,167,168,168,169,169,170,170,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,167,168,169,185,186,150,190,0,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,329,150,167,168,169,180,182,183,185,186,187,189,330,150,167,168,169,180,182,183,185,186,187,189,331,150,167,168,169,180,182,183,185,186,187,189,150,190,288,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,1963,1964,1965,1960,1961,1962,167,169,180,0,150,150,167,167,168,168,169,169,170,170,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,150,150,167,167,168,168,169,169,170,170,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,150,150,150,150,181,184,188,226,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,288,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,150,150,167,167,167,168,168,168,169,169,169,170,177,178,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,184,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,226,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,181,184,188,190,191,184,169,186,0,168,181,182,183,184,190,191,180,187,288,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,167,168,169,170,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,333,150,167,168,169,180,182,183,185,186,187,189,150,150,190,191,288,150,167,168,169,180,181,182,183,184,185,186,187,188,189,190,191,190,191,150,181,184,188,190,191,0,190,191,0,190,0,288,0,0,0,288,0,240,150,277,240,240,240,240,240,240,240,150,277,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,288,240,288,288,240,240,240,240,240,240,240,288,288,0,0,0,0,0,0,0,0,173,175,302,337,338,339,176,312,175,344,0,0,0,342,0,346,346,0,0,344,344,346,346,346,346,346,0,0,0,0,344,203,346,346,344,346,277,340,344,345,346,277,277,277,277,277,277,277,277,340,340,204,340,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,277,277,277,277,341,277,342,277,340,344,345,346,277,340,344,345,346,277,343,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,277,340,340,340,344,345,346,277,343,277,277,277,277,277,340,344,345,346,277,277,340,344,345,346,277,277,277,345,343,277,277,277,277,277,277,277,343,277,340,344,345,346,277,340,344,345,346,277,340,340,340,344,344,344,345,345,345,346,346,346,277,277,277,343,277,340,344,345,346,277,340,344,345,346,277,277,277,277,277,277,277,277,277,277,277,277,277,277,340,344,345,346,277,340,340,340,344,345,346,277,343,277,340,344,345,346,277,341,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,343,277,277,277,277,277,277,277,277,277,343,277,277,277,341,277,341,277,343,277,341,277,203,277,343,277,277,343,277,345,277,277,277,277,277,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,277,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,340,344,345,346,277,277,203,277,341,277,0,0,0,0,297,0,347,347,347,348,349,355,354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,354,354,0,0,0,0,354,351,358,356,352,0,286,0,0,199,276,199,195,276,199,195,30,353,276,350,354,355,199,248,195,261,350,199,199,195,195,199,199,195,195,1966,1967,1968,1969,1970,1971,1972,1973,1974,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,199,199,195,195,199,199,195,195,199,195,199,199,350,350,199,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,276,201,196,194,351,276,276,276,276,276,276,276,352,30,353,276,350,354,355,199,248,195,261,0,0,0,0,0,0,276,194,198,276,199,195,276,199,195,199,195,30,353,276,350,354,355,199,195,30,353,276,350,354,355,199,195,199,199,195,195,1966,1967,1968,1969,1970,1971,1972,1973,1974,276,195,196,202,199,30,353,276,350,354,355,199,248,195,261,199,199,195,195,248,261,276,199,195,350,276,199,195,276,199,195,276,199,195,350,199,195,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,199,195,350,199,199,199,199,199,199,195,30,353,276,350,354,355,199,248,195,261,276,199,195,276,276,276,199,199,199,195,195,195,199,195,276,199,195,30,30,353,276,276,350,354,355,199,199,199,199,199,199,199,248,195,195,195,195,195,195,261,30,353,276,350,354,355,199,248,195,261,356,276,276,276,276,276,276,199,195,199,195,199,199,199,199,199,195,195,195,195,195,199,195,199,195,199,195,30,353,276,350,354,355,199,248,195,261,276,199,195,276,195,199,195,276,195,201,196,194,197,202,198,199,199,195,30,353,276,350,354,355,199,248,195,261,199,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,358,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,199,195,30,353,276,350,354,355,199,248,195,261,199,195,199,195,199,199,199,199,199,199,199,199,199,199,199,199,199,248,195,195,195,195,195,195,195,195,195,195,195,195,195,261,30,353,276,350,354,355,199,248,195,261,286,353,276,276,199,195,199,195,199,195,248,261,199,195,199,195,199,195,199,195,276,199,195,197,202,198,199,195,199,199,195,195,199,195,199,199,199,195,199,195,199,199,199,199,199,195,195,248,261,248,261,199,199,199,199,195,199,199,195,276,199,195,276,199,195,195,195,195,195,199,199,195,195,199,199,195,195,276,201,197,199,195,199,195,195,195,195,248,261,276,199,195,199,199,195,195,199,199,195,195,350,199,30,353,276,350,354,355,199,195,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,199,199,248,195,195,195,261,199,195,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,30,353,276,350,354,355,199,248,195,261,276,199,195,276,199,195,199,350,276,199,195,199,195,195,276,199,195,199,0,0,198,198,256,198,198,198,198,198,256,198,256,198,256,198,256,198,198,198,198,198,198,256,198,256,198,198,256,198,198,198,198,198,198,198,198,198,256,198,198,198,256,198,198,198,198,256,198,256,198,198,256,198,198,198,198,198,198,198,256,198,198,198,198,198,198,198,256,198,198,198,198,198,198,198,198,198,198,256,198,198,198,198,198,198,256,198,256,198,256,198,256,198,256,198,256,198,256,198,256,198,198,256,198,198,198,198,256,198,198,198,198,198,198,198,198,198,198,198,198,198,256,198,198,198,198,198,256,198,198,198,198,198,256,256,198,198,198,198,198,198,198,198,198,198,198,198,256,198,198,198,198,198,198,256,198,256,198,198,198,198,256,198,256,198,256,198,256,198,256,198,198,198,198,198,198,198,0,0,202,202,250,202,202,202,202,202,250,202,250,202,250,202,250,202,202,202,202,202,202,250,202,250,202,202,250,202,202,202,202,202,202,202,202,202,250,202,202,202,250,202,202,202,202,250,202,250,202,202,250,202,202,202,202,202,202,202,250,202,202,202,202,202,202,202,250,202,202,202,202,202,202,202,202,202,202,202,202,250,202,202,202,202,202,202,250,202,250,202,250,202,250,202,250,202,250,202,250,202,250,202,202,250,202,202,202,202,250,202,202,202,202,202,202,202,202,202,202,202,202,202,250,202,202,202,202,202,250,202,202,202,202,202,250,250,202,202,202,202,202,202,202,202,202,202,202,202,250,202,202,202,202,202,202,250,202,250,202,202,202,202,250,202,250,202,250,202,250,202,250,202,202,202,202,202,202,202,0,0,197,197,245,197,197,197,197,197,245,197,245,197,245,197,245,197,197,197,197,197,197,245,197,245,197,197,245,197,197,197,197,197,197,197,197,245,197,197,197,245,197,197,197,197,245,197,245,197,197,245,197,197,197,197,197,197,197,245,197,197,197,197,197,197,197,245,197,197,197,197,197,197,197,197,197,197,245,197,197,197,197,197,197,245,197,245,197,245,197,245,197,245,197,245,197,245,197,245,197,197,245,197,197,197,197,245,197,197,197,197,197,197,197,197,197,197,197,197,197,245,197,197,197,197,197,245,197,197,197,197,197,245,245,197,197,197,197,197,197,197,197,197,197,197,197,197,245,197,197,197,197,197,197,245,197,245,197,197,197,197,245,197,245,197,245,197,245,197,245,197,197,197,197,197,197,197,0,0,194,194,262,194,194,194,194,194,262,194,262,194,262,194,262,194,194,194,194,194,194,262,194,262,194,194,194,262,194,194,194,194,194,194,194,194,194,262,194,194,194,262,194,194,194,194,262,194,262,194,194,262,194,194,194,194,194,194,194,262,194,194,194,194,194,194,194,262,194,194,194,194,194,194,194,194,194,194,262,194,194,194,194,194,194,262,194,262,194,262,194,262,194,262,194,262,194,262,194,262,194,194,262,194,194,194,194,262,194,194,194,194,194,194,194,194,194,194,194,194,194,262,194,194,194,194,194,262,194,194,194,194,262,262,194,194,194,194,194,194,194,194,194,194,194,194,262,194,194,194,194,194,194,262,194,262,194,194,194,194,262,194,262,194,262,194,262,194,262,194,194,194,194,194,194,194,0,0,196,196,253,196,196,196,196,196,253,196,253,196,253,196,253,196,196,196,196,196,196,253,196,253,196,196,196,253,196,196,196,196,196,196,196,196,196,253,196,196,196,253,196,196,196,196,253,196,253,196,196,253,196,196,196,196,196,196,196,253,196,196,196,196,196,196,196,253,196,196,196,196,196,196,196,196,196,196,253,196,196,196,196,196,196,253,196,253,196,253,196,253,196,253,196,253,196,253,196,253,196,196,253,196,196,196,196,253,196,196,196,196,196,196,196,196,196,196,196,196,196,253,196,196,196,196,196,253,196,196,196,196,253,253,196,196,196,196,196,196,196,196,196,196,196,196,253,196,196,196,196,196,196,253,196,253,196,196,196,196,253,196,253,196,253,196,253,196,253,196,196,196,196,196,196,196,0,0,201,201,259,201,201,201,201,201,259,201,259,201,259,201,259,201,201,201,201,201,201,259,201,259,201,201,201,259,201,201,201,201,201,201,201,201,259,201,201,201,259,201,201,201,201,259,201,259,201,201,259,201,201,201,201,201,201,201,259,201,201,201,201,201,201,201,259,201,201,201,201,201,201,201,201,201,201,259,201,201,201,201,201,201,259,201,259,201,259,201,259,201,259,201,259,201,259,201,259,201,201,259,201,201,201,201,259,201,201,201,201,201,201,201,201,201,201,201,201,201,259,201,201,201,201,201,259,201,201,201,201,259,259,201,201,201,201,201,201,201,201,201,201,201,201,201,259,201,201,201,201,201,201,259,201,259,201,201,201,201,259,201,259,201,259,201,259,201,259,201,201,201,201,201,201,201,216,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,387,388,390,389,0,0,0,0,0,0,373,0,0,0,0,0,0,380,0,0,0,0,0,0,0,370,371,372,373,281,360,361,362,370,371,372,373,281,363,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,364,365,366,367,281,281,281,281,281,281,368,369,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,281,370,371,372,373,281,370,371,372,373,281,281,374,375,376,370,371,372,373,281,377,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,370,370,370,371,371,371,372,372,372,373,373,373,281,281,281,370,370,371,371,372,372,373,281,370,371,372,373,281,281,281,281,281,281,281,281,281,281,281,370,371,372,373,281,0,0,0,0,0,0,0,0,0,378,0,0,0,0,0,379,370,371,372,373,281,0,0,0,0,0,0,0,0,381,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,0,0,0,0,0,0,0,0,0,382,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,0,0,0,0,0,383,370,371,372,373,281,0,0,0,0,0,0,0,0,384,372,0,0,282,281,370,371,372,373,281,370,371,372,370,371,372,387,388,389,370,371,372,373,281,370,371,372,373,281,281,281,0,0,0,0,390,370,371,372,373,281,370,371,372,373,281,370,371,372,373,281,391,392,393,370,371,372,373,281,394,370,371,372,373,281,282,281,371,372,0,0,398,0,0,0,398,398,395,395,396,396,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,15,15,398,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,397,397,398,397,398,397,398,397,398,397,398,397,398,397,398,397,0,0,0,0,0,0,0,305,400,401,402,403,399,0,399,400,401,401,305,402,402,402,402,402,403,404,405,402,402,0,0,0,0,0,406,406,407,408,409,410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,79,299,79,299,79,299,79,299,79,299,79,299,79,299,79,79,299,79,299,299,79,299,299,79,79,299,299,79,79,79,299,79,299,79,287,227,411,313,299,79,299,79,299,79,299,79,299,79,299,79,299,79,299,79,299,310,299,79,311,289,299,79,412,299,79,299,299,299,79,79,299,79,299,79,413,299,79,414,299,79,299,79,299,79,299,79,0,0,0,0,0,0,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,415,415,417,417,417,275,275,275,274,274,274,415,417,275,274,415,417,275,274,415,417,275,274,1975,274,274,274,415,417,275,274,0,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,1976,274,274,274,415,417,275,274,0,274,274,0,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,415,417,275,274,274,0,0,0,0,416,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,420,0,0,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,0,0,0,0,242,1939,242,242,242,242,242,242,242,1939,242,242,242,242,242,242,242,242,167,242,242,242,242,242,242,242,242,242,242,242,242,167,242,242,167,242,167,242,242,242,242,242,242,242,0,0,0,246,1940,246,246,246,246,246,246,246,1940,246,246,246,246,246,246,246,246,168,246,246,246,246,246,246,246,246,246,246,246,168,246,246,246,168,246,246,246,246,246,246,246,246,168,0,0,0,254,1941,254,254,254,254,254,254,254,1941,254,254,254,254,254,254,254,254,169,254,254,254,254,254,254,254,254,254,254,254,254,254,254,169,254,169,254,254,254,254,254,254,254,169,0,0,0,0,0,0,0,0,0,0,278,278,266,267,268,269,422,278,278,278,278,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,278,278,278,278,278,266,267,268,269,422,278,278,278,266,267,268,269,422,278,278,278,278,266,267,268,269,422,278,266,267,268,269,422,278,278,278,266,267,268,269,422,278,278,278,278,278,278,278,278,266,267,268,269,422,278,278,278,266,267,268,269,422,278,278,278,278,278,266,267,268,269,422,278,278,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,278,266,267,268,269,422,278,266,267,268,269,422,278,278,278,278,266,267,268,269,422,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,266,267,268,269,422,278,278,278,266,267,268,269,422,278,266,267,268,269,422,266,267,268,269,422,278,278,278,278,278,278,278,278,278,278,266,267,268,269,422,278,278,278,278,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,266,267,268,269,422,278,278,278,278,0,0,0,247,1942,247,247,247,247,180,247,247,247,1942,247,247,247,247,247,247,247,247,180,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,180,247,247,247,247,247,247,247,180,0,0,0,181,251,1943,251,251,251,251,181,251,251,251,1943,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,181,251,251,251,251,251,251,251,251,251,251,251,181,0,0,0,243,1944,243,243,243,243,243,243,243,182,1944,243,243,243,243,243,243,243,243,182,243,243,243,243,243,243,243,243,243,243,243,182,243,243,243,243,243,243,243,243,243,243,243,182,0,0,0,258,1945,258,258,258,258,258,258,258,183,1945,258,258,258,258,258,258,258,258,183,258,258,258,258,258,258,258,258,258,258,258,183,258,258,258,258,258,258,258,258,258,258,258,183,0,0,0,0,0,0,0,0,0,0,0,0,293,293,200,200,200,200,263,200,200,200,200,1977,1946,1947,1948,200,263,200,263,200,263,200,263,200,200,200,200,200,200,200,200,200,200,263,200,263,200,200,263,1978,1979,0,200,200,200,200,200,200,200,1977,1946,1947,1948,1978,1979,200,263,200,200,263,200,200,200,200,200,200,263,200,263,200,200,200,200,200,200,200,200,200,200,263,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,263,200,263,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,263,200,200,200,200,200,200,263,200,200,263,200,263,200,263,200,263,200,263,200,263,200,263,200,200,263,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,263,200,200,263,200,200,200,200,263,200,200,200,200,200,1963,1964,1965,200,200,200,200,200,200,200,200,200,200,200,263,263,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,263,200,200,1963,1964,1965,200,200,200,200,200,200,200,263,200,200,200,263,200,200,263,200,263,200,263,200,263,200,263,200,200,200,200,200,200,200,0,0,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,424,424,425,425,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,424,425,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,425,424,424,425,425,0,0,0,249,1949,249,249,249,249,249,249,249,1949,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,184,249,249,249,249,249,249,249,249,249,184,249,249,184,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,328,0,0,0,0,0,0,0,0,0,283,0,0,0,0,210,234,234,234,234,294,426,208,222,208,222,208,222,234,212,233,426,273,205,283,212,212,235,427,291,357,212,212,207,207,207,419,418,212,206,284,232,429,295,426,327,328,285,234,234,209,234,171,0,0,0,255,1950,255,255,255,255,255,255,255,1950,255,255,255,255,255,255,255,255,185,255,255,255,255,255,255,255,255,255,255,255,255,185,255,255,185,255,255,255,255,255,255,255,255,0,0,0,260,1951,260,260,260,260,260,260,260,1951,260,260,260,260,260,260,260,260,186,260,260,260,260,260,260,260,260,260,260,260,260,260,260,186,260,260,260,260,260,260,260,260,186,0,0,0,264,1952,264,264,264,264,187,264,264,264,1952,264,264,264,264,264,264,264,264,187,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,187,0,0,0,188,257,1953,257,257,257,257,188,257,257,257,1953,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,188,257,257,257,257,257,257,257,257,257,257,257,0,0,0,239,1954,239,239,239,239,239,239,239,189,1954,239,239,239,239,239,239,239,239,189,239,239,239,239,239,239,239,239,239,239,239,189,239,239,239,239,239,239,239,239,239,239,239,0,0,0,430,0,0,0,0,0,0,0,430,0,300,0,0,0,0,430,290,0,0,290,300,149,149,149,149,252,430,149,149,149,149,1980,1955,1956,1957,149,252,430,149,252,430,149,252,430,149,252,430,149,149,149,149,149,149,149,1981,1960,1961,1962,149,149,252,430,149,252,430,149,149,252,430,1982,1983,1984,1985,0,149,149,149,149,149,149,149,1980,1955,1956,1957,1982,1983,1984,1985,149,252,430,149,149,252,149,149,149,149,149,149,252,430,149,252,430,149,149,149,149,149,149,149,149,149,149,252,430,149,149,149,149,149,149,149,149,149,430,430,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,252,430,430,430,149,252,430,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,252,430,149,149,149,149,149,149,1981,1960,1961,1962,149,149,149,252,430,149,149,252,430,149,252,430,149,252,430,149,252,430,149,252,430,149,252,430,149,252,430,149,149,252,430,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,252,149,149,252,430,149,149,149,149,252,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,252,252,149,149,149,149,149,149,149,1981,1960,1961,1962,149,149,149,149,300,149,149,149,149,149,149,149,252,149,430,149,1960,1961,1962,149,149,149,149,149,149,430,430,149,252,430,149,149,149,252,430,149,149,252,430,149,252,430,149,252,430,149,252,430,149,252,430,149,149,149,149,149,149,149,300,0,0,0,0,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,433,433,434,434,434,435,435,435,436,436,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,433,434,434,435,435,436,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,434,435,436,433,433,434,434,435,435,436,436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,437,218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,314,314,438,438,438,439,439,439,440,440,440,441,441,441,442,442,442,298,298,298,443,443,443,444,444,444,445,445,445,446,446,446,447,447,447,448,448,448,449,449,449,450,450,450,451,451,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,220,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,314,438,439,440,441,442,298,443,444,445,446,447,448,449,450,451,0,0,0,244,1958,244,244,244,244,244,244,244,1958,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,190,190,190,190,0,0,0,265,1959,265,265,265,265,265,265,265,1959,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,191,265,265,265,265,265,265,265,265,265,265,191,191,191,0,0,0,0,0,0,0,0,0,0,0,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,453,0,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,0,0,0,0,0,0,0,0,0,0,0,0,120,0,120,120,120,0,0,0,0,879,0,76,0,983,0,983,468,468,0,487,0,879,106,0,0,0,463,457,983,495,495,495,463,0,0,76,457,487,0,468,0,799,463,465,487,983,106,0,0,487,0,0,0,0,0,0,0,983,0,495,0,879,0,0,463,469,487,0,487,457,34,457,456,0,456,0,457,456,457,456,457,456,457,456,34,457,456,457,456,877,457,456,0,1084,0,0,457,456,456,456,456,457,456,457,456,457,456,95,0,0,456,120,456,457,457,456,0,456,460,457,457,456,457,456,457,456,34,479,121,456,457,456,457,456,457,456,457,456,457,456,457,456,457,456,457,456,457,456,457,456,0,877,0,463,465,95,0,34,1084,877,463,465,463,465,0,95,120,463,465,120,0,463,463,465,0,463,465,457,457,877,0,457,456,457,456,457,456,457,456,457,456,457,456,457,456,463,465,463,465,120,0,1084,479,121,0,456,456,483,479,484,483,479,484,0,0,0,0,0,0,0,0,887,471,473,887,471,471,476,471,480,473,887,887,471,0,476,0,476,471,887,0,476,471,476,471,476,471,0,476,471,480,480,480,480,480,480,0,480,471,887,471,887,471,480,471,0,0,471,0,887,0,473,473,480,480,480,480,0,0,507,520,520,0,520,0,520,0,0,1009,507,520,520,1082,1081,1081,1081,1081,0,507,520,0,1080,520,520,0,504,504,1009,504,520,520,0,520,507,0,0,500,0,0,504,504,504,0,504,0,0,0,0,504,504,0,504,0,1986,1987,1986,1987,1988,1988,1989,1990,1988,1989,1991,1992,1990,1993,1994,1990,1993,1994,1991,1990,1992,1995,1996,1994,1989,1990,1989,1991,1990,1990,1993,1993,1994,1997,1988,1990,1990,1995,1990,0,0,1080,0,0,510,512,513,0,0,0,0,0,509,509,509,509,509,504,509,504,504,0,509,0,506,506,504,504,504,504,504,504,504,0,0,0,879,0,0,76,983,0,983,0,487,0,879,0,983,495,495,495,0,0,76,0,487,0,0,799,487,983,0,0,0,487,0,0,0,0,983,0,0,495,0,0,879,0,487,0,0,487,34,0,34,1087,0,877,887,471,473,0,1084,1087,0,887,471,471,476,471,480,0,120,473,0,887,34,0,479,121,887,0,471,476,0,476,471,877,887,476,471,1087,476,471,476,471,476,471,480,34,1084,480,480,480,480,480,877,480,471,887,471,887,471,480,471,120,120,471,0,877,0,887,120,1084,479,121,0,473,473,480,480,480,480,483,479,484,483,479,484,0,900,879,897,900,879,0,897,897,879,900,0,0,0,1084,1084,1084,0,0,0,0,496,496,480,0,480,480,0,480,480,0,480,480,480,0,480,480,480,480,480,489,487,0,489,487,0,1100,487,0,487,1101,0,487,487,1679,1679,1680,1678,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,120,120,120,0,0,0,799,1096,1102,1102,1096,1103,0,0,0,1103,1103,517,0,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,0,1998,1999,1998,1999,1998,1999,1998,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,0,0,0,1074,1074,1074,1074,2000,2001,2002,2003,2000,2001,2002,2003,1001,1001,1097,1071,1127,1127,1003,1071,0,1127,1127,1127,1127,1002,1002,0,0,1003,0,0,1127,1097,1001,1127,0,0,1127,1127,0,1071,1127,0,1002,1005,1005,0,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,2004,2005,2005,2004,2006,2006,519,519,0,0,0,2007,2008,2008,2008,2008,0,500,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,559,530,632,0,0,521,530,632,125,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,0,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,534,526,528,531,528,531,531,528,526,547,534,531,0,0,534,535,526,552,0,534,526,528,531,534,528,531,528,0,534,526,534,528,528,531,526,0,0,125,0,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,0,542,542,552,542,542,552,542,0,526,534,534,535,526,526,627,0,0,526,535,535,534,535,535,521,526,526,526,542,559,535,627,0,526,542,526,526,0,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,0,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1147,1147,0,1147,1147,0,0,0,0,0,0,0,0,1147,0,0,0,0,1147,1147,1147,0,0,0,1147,614,0,1147,1147,0,614,2009,0,0,1147,1147,1147,1147,0,0,1147,1147,0,1147,1147,1147,0,0,1147,0,0,1147,1147,1147,1147,1147,1147,2009,1147,1147,1147,0,0,0,0,1147,0,0,0,0,0,1147,0,0,0,0,0,0,1147,614,1147,0,1147,1147,1147,1147,0,1147,0,0,0,0,1147,542,547,551,552,0,0,0,0,552,547,547,552,611,551,611,544,544,613,611,611,542,542,552,542,542,552,542,0,627,0,542,627,542,547,547,547,0,0,0,0,0,0,0,0,0,0,0,559,530,632,0,521,530,632,125,0,0,0,0,0,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,0,534,526,528,531,528,531,531,528,526,547,534,531,534,535,526,552,534,526,528,531,534,528,531,528,534,526,534,528,528,531,526,125,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,542,542,552,542,542,552,542,526,534,534,535,526,526,627,526,535,535,534,0,535,535,521,526,526,526,542,559,535,0,627,526,542,526,526,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,704,716,0,0,530,0,0,0,0,0,0,704,716,0,0,704,716,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,530,0,0,0,125,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,534,534,534,696,0,528,534,528,534,534,534,528,528,528,696,534,697,0,0,0,0,0,0,534,534,528,534,528,528,0,534,534,0,528,528,0,125,0,0,534,0,534,534,0,0,0,534,534,528,528,0,0,0,0,0,0,530,528,0,534,528,0,0,0,559,0,0,0,0,0,0,0,0,0,0,0,0,535,535,0,535,535,535,535,559,535,559,535,559,535,535,535,535,535,535,559,535,0,535,535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,732,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,531,526,526,526,526,526,526,526,526,526,526,526,526,526,0,526,531,526,526,526,526,526,526,526,526,526,526,526,0,526,531,531,531,526,531,721,0,526,526,531,531,526,0,531,526,0,0,0,521,526,526,0,0,526,526,0,0,0,526,0,521,526,526,526,526,526,526,526,531,531,531,531,531,531,531,531,531,531,531,531,531,531,531,632,531,531,531,531,0,0,526,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,610,0,0,0,0,0,0,696,696,0,0,736,738,739,738,741,736,741,739,743,743,0,0,0,0,0,748,0,0,0,0,748,0,0,748,0,1215,1214,0,751,0,1217,0,0,0,1082,1215,0,0,1214,1215,1217,1214,0,0,0,1040,1040,751,0,1040,1040,1041,1041,1040,1041,1216,0,1040,1039,1216,1040,1040,0,1039,1041,1040,1041,1221,0,1217,1221,0,1217,0,1039,1039,0,0,0,0,1222,1222,1222,1222,0,0,1222,1223,1222,1223,1223,1222,1223,1222,1223,0,0,0,0,0,2010,2011,771,1239,0,0,0,1238,0,2010,2011,771,2010,2011,771,0,1241,0,0,0,0,0,0,0,0,2010,2011,771,0,0,1239,1239,0,1240,760,1241,0,0,0,0,0,0,0,0,0,0,1240,760,2010,2011,771,0,1238,1239,0,1238,0,0,764,1237,0,752,754,754,0,768,0,752,0,0,764,1237,0,758,768,0,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,0,0,0,0,0,770,0,0,0,759,759,759,759,759,765,759,759,765,759,767,767,770,765,759,759,765,759,759,759,765,759,765,765,759,759,759,765,765,765,765,765,765,765,765,759,765,765,765,765,765,767,767,759,765,759,0,0,0,0,0,0,0,0,0,0,0,0,777,777,777,777,777,777,0,0,0,777,777,777,777,0,0,0,777,777,0,776,0,0,0,0,777,777,777,0,0,0,0,777,1256,776,2017,776,0,1256,776,1256,1257,1259,1258,1258,0,776,776,776,777,1264,776,776,776,1264,1258,763,1259,2018,768,2019,2019,2019,2019,2019,2019,2020,2020,0,1265,0,762,1257,1264,776,0,776,776,1257,768,1257,776,1264,1258,763,1259,0,0,777,0,1265,2018,776,2021,2022,2023,1257,1264,776,2021,2022,2023,0,0,0,0,1257,1264,1264,768,1257,1264,1257,768,1257,1264,1257,1264,0,0,0,0,0,0,0,1258,1258,1258,1258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,1280,0,0,0,783,0,783,786,783,778,786,1284,1284,1284,1280,1220,1283,1220,1283,1283,1283,1220,1283,1220,1283,1283,1283,1220,1283,1220,1283,1283,1283,1283,1283,1283,1283,766,780,766,780,0,785,0,0,1284,762,783,0,1280,1285,783,785,0,0,783,1280,1285,0,0,1287,778,786,1287,757,784,1281,1282,761,787,781,782,1287,757,784,1281,1282,761,787,781,782,1287,784,1282,787,782,0,788,788,788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2024,2025,2026,2018,2026,2027,2027,2027,2025,2028,2029,2028,2029,2029,2029,2028,2029,2028,2029,2029,2029,2028,2029,2028,2029,2029,2029,2029,2029,2029,2029,2020,2030,2020,2030,2031,2027,2025,2032,2031,2025,2032,2033,2018,2026,2022,2034,2023,2035,2033,2036,2037,2022,2034,2023,2035,2033,2036,2037,2034,2035,2033,2037,0,0,0,0,0,789,790,791,792,793,0,0,0,0,1259,1259,1259,776,0,0,776,776,776,776,776,776,776,776,776,776,776,776,776,774,774,776,776,0,0,0,0,0,0,0,0,0,0,0,796,796,0,0,0,0,0,0,0,0,0,2038,2039,2040,2040,2040,2040,2040,2040,2041,2041,0,2042,0,0,2039,2043,2044,2045,2043,2044,2045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,764,1237,764,1237,0,0,0,770,0,759,759,759,759,759,765,759,759,765,759,770,765,759,759,765,759,759,759,796,765,759,765,765,759,759,759,765,765,765,765,765,765,765,765,759,765,765,765,765,765,759,796,765,759,1215,1214,1217,0,0,0,1215,1214,1215,1217,1214,0,0,1041,1041,1041,1216,1216,1041,1041,0,0,1082,0,1083,0,1083,1083,0,821,0,815,821,821,815,832,804,804,1323,821,0,805,805,815,802,0,0,0,802,2046,0,815,832,0,0,0,0,0,815,832,0,0,815,815,832,0,0,0,0,0,0,801,801,801,801,0,0,801,801,801,801,801,801,802,815,832,821,812,821,821,821,812,821,821,812,821,821,821,812,821,802,0,0,2046,815,832,802,0,809,0,0,815,832,815,832,0,0,815,832,811,0,821,812,821,821,812,821,0,821,812,821,0,0,821,812,821,821,812,821,0,821,812,821,0,0,804,815,832,815,832,821,802,832,815,832,804,804,804,804,806,804,807,809,0,804,804,804,0,1294,811,807,807,811,809,0,0,804,804,804,809,807,0,809,811,0,0,809,817,811,804,0,1294,0,0,0,804,804,804,804,0,0,811,809,807,811,811,824,824,1294,0,0,811,811,807,804,804,804,804,811,809,807,809,809,0,833,0,0,0,0,0,0,0,0,0,834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1327,1327,1327,0,0,0,0,0,0,0,1334,0,0,0,1334,0,0,0,0,0,0,0,0,0,835,1338,1338,835,1338,1338,1338,1338,0,0,0,1338,0,0,0,1347,1347,0,0,1347,0,0,1348,1348,0,0,1356,0,1356,1355,0,1355,1355,0,1355,1356,1356,0,0,0,1355,1356,1356,0,1365,0,1364,1364,1365,0,1366,1366,1366,1365,0,1366,1366,1365,0,0,0,0,0,1366,1366,0,1360,1361,1362,1363,1361,1362,1363,1360,1363,1360,1362,1360,1361,1362,1363,1360,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,1380,1380,1380,1380,1380,1380,1380,1382,802,0,1384,1383,802,0,2046,1385,1383,1382,1383,1382,0,0,0,1384,802,0,0,802,1385,1383,2046,802,0,0,1385,1385,802,1384,0,0,2047,2047,1296,1317,0,0,1317,0,1296,1317,1317,0,1296,1317,0,0,1296,1322,1322,1294,1322,1322,1294,1294,1322,1322,0,843,837,0,0,843,843,843,843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,837,0,0,0,837,837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,0,0,0,0,0,0,0,837,0,0,0,837,0,837,837,0,0,0,825,825,825,0,814,814,814,814,1009,0,0,0,1009,0,1397,1398,1396,1397,1398,1396,1986,1987,1986,1987,0,0,0,0,0,0,0,1405,0,1405,1405,0,0,0,0,1405,0,0,0,0,0,0,0,1400,1401,1400,1400,1400,1401,1400,1400,0,851,0,1409,0,0,857,0,0,0,854,851,1409,0,857,0,0,1429,0,0,1429,0,0,1411,0,0,854,1421,0,1443,0,1458,1417,1417,1415,1414,0,1421,854,854,1429,854,0,0,1429,1411,854,854,1458,1458,1458,0,0,1415,1414,0,0,0,0,1436,1429,1429,854,854,1459,1411,0,1429,0,0,0,0,1429,1411,1429,1417,1417,860,0,0,1421,1443,0,1415,1414,0,854,1421,1415,1414,1429,1429,860,1436,1417,1459,860,1458,1459,1416,857,1429,1429,1429,1429,0,0,1429,1429,1421,1429,1411,1429,1415,1414,0,854,0,1458,1458,1415,1414,0,0,0,0,0,0,0,0,1429,0,0,0,1443,0,0,0,1416,0,854,1416,1458,1458,854,1429,1429,0,860,1436,1436,0,1416,852,858,852,1437,1441,852,1438,852,852,852,1434,848,1413,1433,1437,848,1413,1433,1437,1420,852,852,1420,1441,852,852,1437,1431,1433,1437,848,1413,852,1427,1427,1433,1437,1437,1425,1433,1427,1428,1427,1433,1437,1451,1435,1438,1426,1449,858,1431,852,852,855,1428,1430,1426,1433,1439,858,1428,1430,1425,1451,1451,1451,1451,847,1435,1435,848,1413,1433,1437,1449,1420,852,1451,1440,852,852,852,852,852,852,852,852,1420,1440,1431,1433,1437,852,848,1413,848,1413,852,1451,1431,1441,1426,1433,1435,848,1413,1426,852,852,1439,1424,1433,1434,1437,1438,1427,1433,1437,1424,1424,1424,1433,1434,1437,1438,1427,1433,1437,1424,1424,2048,2049,2050,2051,2052,2049,2050,2051,2052,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1457,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1476,1476,1476,1415,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1458,1458,0,0,1415,1476,1457,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1459,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1415,1415,1476,1459,1458,1476,1476,1459,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1415,1476,1458,1458,1476,1476,1476,1476,1415,1476,1476,1457,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1458,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1455,1462,1455,1455,1476,1476,1455,1455,1455,1455,1462,1455,1462,1455,1462,1471,0,0,1470,0,0,0,0,0,0,1471,0,1471,1470,1470,1471,0,0,0,0,1471,0,0,1469,862,1469,0,0,0,862,862,1473,862,1473,1468,1468,1468,1468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1480,1476,1476,1476,1476,1476,1476,1480,1476,1476,1476,1485,1485,1485,1485,1485,1485,1485,1485,1500,1480,1500,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1458,1476,1476,1476,1634,1476,1476,1476,1480,1476,1476,1476,1494,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1500,1458,1458,1500,0,1488,0,0,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1494,1476,1476,1480,1480,1480,1480,1480,1480,1476,1634,1476,1476,1496,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,0,0,0,0,1500,0,1476,1476,1476,1476,1634,1476,1476,1476,1488,1476,1476,1476,1476,1500,1480,1480,1476,1476,1476,1476,1480,1480,1488,1488,1480,1488,1500,1458,1496,0,1476,1476,1496,1476,1476,1500,0,1485,1476,0,0,1476,1476,1476,1494,1476,1476,1476,1476,0,0,0,0,1480,0,1494,0,1476,1476,1476,867,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1500,1458,1458,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,0,0,1476,1476,1476,1476,1476,1476,1500,1476,1476,1476,1476,1476,1458,1458,1634,0,1476,1488,1480,1476,1476,1476,1476,0,0,1476,0,1476,0,1634,1476,1476,1476,1476,1480,870,0,1490,1491,0,0,1490,1491,1482,1490,1491,1490,870,0,1490,1491,0,1490,0,1490,1491,0,1490,1491,1487,866,0,1490,1491,0,1490,1491,0,1490,866,1486,1489,1499,1490,1491,1490,0,1490,1491,0,1486,0,1490,1491,0,1490,1491,0,1490,1491,0,1490,1491,870,0,1490,1491,0,1490,1491,0,1490,1491,1486,0,1490,1491,1499,0,1490,1491,0,1490,1491,1476,1476,0,1490,1491,0,1490,1491,1487,866,0,1490,0,1490,1491,1499,0,1490,1491,1499,0,1490,1491,866,0,1490,1491,0,1490,1491,0,1499,1487,0,0,1490,1491,867,1486,1483,0,1490,1491,866,870,0,1490,1491,0,1490,1491,1489,1499,1487,1483,0,1490,1491,1482,0,1490,1491,1490,1491,0,1490,1491,1490,1491,1486,1486,1484,1484,1497,1497,1486,1484,1484,1497,1497,0,0,1501,1501,0,0,0,0,0,0,0,2053,1505,2053,1505,2053,1505,0,0,0,0,0,0,0,0,0,1509,1511,1509,0,0,0,0,1515,1515,1515,1515,1515,1515,0,1527,0,1522,0,1527,1527,1527,1527,1527,0,0,0,0,0,0,0,0,0,0,0,0,1527,1527,1527,1522,1528,1519,1526,1528,1518,1519,1526,1528,1530,0,0,868,868,868,0,0,0,0,0,0,1535,1535,1535,1534,1535,1537,1534,1535,0,0,1539,1499,1499,1499,1499,1499,1499,1540,1540,0,1540,1540,0,0,0,0,1563,0,1563,1563,0,0,0,1549,1553,1549,1553,1546,0,0,0,1563,0,1563,0,1563,0,1563,0,0,0,0,1563,0,0,0,1546,0,1556,1556,1561,1555,1545,1557,1557,1562,1562,1562,1556,1557,1556,1557,1562,1545,1561,1555,1560,1547,1547,1560,1547,1547,1560,1547,1547,1560,1547,1547,2054,2055,2054,2054,2055,2056,2057,2056,2057,1573,0,0,0,1573,1573,1565,1565,0,1573,0,0,0,1573,0,1573,0,0,0,1573,0,0,1569,1568,1572,1570,1567,1569,1571,1572,1570,1571,1572,1567,1566,1572,2058,2059,2058,2059,0,0,1575,1575,0,1576,1576,1576,0,1577,1577,1577,1577,0,0,1579,1578,1578,1578,1579,0,0,1582,1582,1582,1582,0,0,0,0,0,0,0,0,1583,1583,1583,1583,1581,1586,1589,1581,1583,0,0,0,1597,1597,1597,1597,1597,0,0,0,0,0,0,0,0,0,1591,1595,1598,1598,1598,1598,1590,1592,1595,1601,1598,1598,1543,1543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1612,1613,1606,1606,1616,1603,1610,1608,1610,1610,1616,1615,1608,1611,1608,1615,1610,1611,1610,1608,1606,1606,1603,1612,1613,1616,1615,0,1617,0,0,0,1624,0,0,0,0,1624,0,0,1624,0,1624,1624,0,0,0,0,0,1632,1621,1626,1619,1622,1629,1618,1618,1626,1629,1623,1618,1626,1621,1621,1619,1622,1618,1620,1621,1623,1629,0,1634,1634,1634,0,0,0,0,0,1634,1634,1635,1635,1635,1635,1637,1635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1638,1640,1564,1652,1638,1640,1564,1652,1638,1640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,1646,1495,1647,1644,1649,1639,1641,1646,1639,1648,1642,1639,1641,1644,1649,872,873,1647,1644,1642,1495,1649,1646,1647,1648,1495,1644,2060,2061,2062,2060,2061,2060,2061,2060,2061,2061,2062,2060,2063,2064,2063,2065,2066,2065,2067,2067,2067,2066,2065,2068,2069,1500,1500,1458,1494,1458,1500,1458,1458,1500,1494,1496,1500,1500,1500,1458,1496,1496,1500,0,1494,1494,0,1500,1458,1458,0,0,1500,1458,1458,0,0,0,1655,1497,1497,1497,1497,0,0,1657,1657,1657,0,0,0,0,1659,1659,1658,0,0,0,0,1492,1664,1492,1492,0,0,0,0,0,1668,1665,1667,1667,1665,1665,1668,0,1670,1670,1670,1670,0,0,1672,1671,1672,1671,0,0,1406,0,0,1407,1407,1407,0,1106,0,0,0,875,876,876,1106,0,1106,875,875,2070,2070,2070,0,0,0,0,0,0,0,0,0,0,0,878,878,0,478,1069,0,1109,1109,0,486,0,1109,1109,1109,0,1069,486,486,486,0,1069,1110,1069,486,1069,1110,486,486,486,1069,0,486,478,1109,486,0,2071,2072,2073,2074,2073,2074,0,1111,0,1111,1111,0,0,0,476,0,476,476,476,476,476,476,0,0,0,0,481,481,473,473,477,477,481,477,473,473,0,748,0,748,748,1114,0,0,1114,0,880,880,893,899,850,850,888,893,896,0,0,893,886,882,893,885,0,0,893,885,0,888,0,893,893,899,0,885,888,0,0,882,887,885,886,887,885,882,882,893,893,0,893,893,893,893,887,886,882,885,0,886,886,887,882,882,887,893,886,886,886,885,882,886,882,887,887,882,885,886,886,887,886,882,0,1115,889,898,0,1115,0,1116,1116,1116,898,0,898,0,1116,1115,882,1116,1115,1116,1117,0,898,1116,1116,1115,1116,1117,898,898,898,898,889,1116,1116,1116,882,882,882,882,882,882,882,882,882,882,2075,0,885,0,885,0,885,885,895,885,895,885,885,885,0,1126,1126,0,0,0,0,0,471,472,490,490,471,471,471,490,490,471,472,471,471,471,471,0,471,490,471,471,471,471,472,471,472,0,490,0,901,0,1124,1126,0,1124,1126,901,0,0,0,0,0,901,0,1124,490,490,490,902,0,490,902,0,904,904,904,0,903,0,490,904,903,0,490,902,0,0,0,0,0,902,0,0,907,902,907,902,0,0,0,0,903,0,903,905,906,905,906,0,0,904,0,904,0,904,0,904,899,850,0,850,0,899,0,0,909,0,0,909,25,0,0,497,497,0,0,0,472,0,472,472,472,0,0,463,463,463,464,0,463,464,20,20,463,463,463,463,463,20,463,463,463,463,0,0,0,0,0,0,914,494,917,914,494,915,0,0,0,0,0,915,914,915,914,0,915,915,914,915,494,913,0,0,915,0,913,0,917,493,494,913,914,915,916,493,917,492,912,494,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,912,912,494,494,494,494,494,494,494,494,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,494,913,914,915,916,493,917,492,912,494,916,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,494,913,914,915,916,493,917,492,912,494,494,913,914,915,494,494,494,494,494,494,494,494,494,913,914,915,916,493,492,494,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,494,494,494,494,494,494,913,914,915,916,493,917,492,912,492,494,916,493,494,913,914,915,916,493,917,492,912,494,494,494,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,494,913,914,915,916,493,917,492,912,494,494,494,494,493,494,0,493,493,494,923,494,494,494,494,494,913,914,915,916,493,917,492,912,494,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,913,914,915,916,493,917,492,912,494,916,916,916,2076,2076,2076,2076,2077,2077,2078,2078,2078,2079,2078,2079,0,0,0,0,0,0,927,928,499,926,516,927,928,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,49,499,49,499,927,928,499,926,927,928,499,926,927,928,499,926,926,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,926,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,0,926,926,926,927,928,499,926,927,927,928,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,927,928,499,926,0,0,0,489,487,0,489,487,0,1100,487,0,487,1101,0,487,487,0,0,0,0,0,95,95,95,1679,1679,1680,1678,0,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,0,120,120,120,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,0,0,1998,1999,1998,1999,1998,1999,1998,478,1069,0,1109,1109,486,0,1109,1109,1109,0,1069,486,486,486,0,1069,1110,1069,486,1069,1110,486,486,486,1069,0,486,478,1109,486,2071,2072,2073,2074,2073,2074,0,0,0,0,0,929,0,929,24,24,24,24,24,0,456,456,456,456,456,456,456,456,0,0,0,0,0,0,0,0,0,0,1074,1074,1074,1074,2000,2001,2002,2003,2000,2001,2002,2003,0,0,0,0,0,0,0,468,468,941,0,0,468,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,941,0,0,0,931,0,931,2,2,2,2,2,931,0,0,931,2,0,0,931,2,2,2,0,1215,1214,0,0,0,0,0,0,751,0,1217,982,0,0,0,1082,1215,982,0,0,0,1214,1215,1217,1214,933,0,0,0,1035,1037,982,1040,1040,751,933,0,1040,1040,1041,1041,1040,1041,933,1216,1040,1039,1216,1040,1040,1039,1041,933,1040,1041,489,0,489,982,982,0,982,0,0,0,935,0,935,9,9,1010,1010,935,9,1010,1010,1010,9,0,0,0,0,0,0,943,0,943,19,19,0,19,0,19,19,0,0,0,0,876,876,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,1025,1013,1024,0,0,0,0,1018,0,0,1013,0,1023,1024,1020,1018,1025,0,1027,0,0,1021,988,1023,0,1013,0,0,1018,1025,0,1021,988,0,989,0,0,0,1025,1018,1020,70,70,986,71,0,989,989,1011,0,0,1011,989,1014,1014,0,0,71,2080,2080,2080,2080,2081,2082,2083,2082,2084,2084,2084,2084,2084,0,987,987,987,0,987,0,1011,1011,2085,2086,2087,2086,2087,2085,0,991,991,0,0,991,0,0,991,954,0,954,11,11,1031,0,1031,11,954,0,1031,0,0,11,1031,1031,11,0,2088,2088,2089,0,0,958,0,958,23,23,23,0,0,961,0,961,6,6,6,6,961,6,0,1692,0,1692,1692,1692,0,945,0,945,22,22,22,22,0,0,994,0,1043,994,0,0,0,0,0,1043,0,955,0,994,0,955,955,4,4,1693,1693,955,955,0,955,955,0,0,0,4,0,0,905,906,905,906,2090,2090,0,1698,1696,0,0,1696,0,0,1698,0,0,966,0,966,1697,1695,1697,14,1697,1695,966,0,14,966,0,14,1697,0,1695,2091,2091,2092,2091,2093,2093,0,0,0,968,0,0,968,18,968,899,850,0,850,0,899,0,0,909,0,0,909,25,0,0,0,0,1115,898,0,1115,1116,1116,1116,898,0,898,1116,1115,1116,1115,1116,0,898,1116,1116,1115,1116,898,898,898,898,973,0,0,1116,1116,1116,973,8,8,973,973,973,973,973,973,973,2075,0,0,0,0,1046,1046,0,0,940,0,0,0,940,3,3,999,0,940,940,0,0,940,999,940,3,0,0,0,0,0,940,0,940,999,999,999,0,940,0,1048,1048,0,2094,2094,0,1707,0,0,1702,0,0,468,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1714,1715,1706,1712,468,467,1708,1700,1701,1709,1710,1711,1713,1705,1704,1702,1714,1715,1703,468,0,0,0,0,1703,1703,1706,1712,0,0,0,0,1703,1706,0,1706,1712,0,0,1703,0,0,0,0,1707,1690,1690,0,1690,1690,1690,0,0,0,0,0,0,0,0,0,0,1690,1691,1717,1718,1719,1720,1721,1716,1690,1691,1716,1691,1690,1691,1691,1717,1718,1719,1720,1721,1690,1691,1690,1716,1717,1718,1719,1720,1721,0,977,0,0,977,12,12,12,12,12,12,12,977,978,978,978,0,978,0,978,0,1698,0,0,1698,0,966,0,0,966,1697,1697,14,1697,966,0,14,966,0,14,1697,0,2091,2091,2092,2091,0,1001,1001,1097,1071,1689,1689,1689,1689,1127,1127,1003,1071,1689,0,1689,1689,1689,1689,1689,1127,1127,1127,1127,1002,1689,1002,0,0,1003,0,1689,1689,0,1689,1127,1097,1001,1127,0,0,0,1127,1689,1689,1127,0,1689,0,1689,1689,1071,1689,1689,1127,0,1002,1128,1004,0,0,0,0,1005,0,1005,0,0,0,0,0,0,0,0,1005,1005,1005,0,1005,0,0,1005,1005,0,1005,0,1005,0,0,0,0,1004,1005,0,0,0,1005,1005,2004,2005,2005,2004,2006,2006,0,0,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,0,0,0,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,0,1688,0,1688,1004,1004,0,0,1128,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,0,0,0,879,0,0,76,983,0,983,0,487,0,879,0,983,495,495,495,0,0,76,0,487,0,0,799,487,983,0,0,0,487,0,0,0,0,983,0,0,495,0,0,879,0,487,0,0,487,34,0,34,1087,0,877,887,471,473,0,1084,1087,0,887,471,471,476,471,480,0,120,473,0,887,34,0,479,121,887,0,471,0,476,0,0,476,471,877,887,0,476,471,1087,476,471,476,471,0,476,471,480,34,1084,480,480,480,480,480,0,877,480,471,887,471,887,471,480,471,120,120,0,471,0,0,877,0,887,120,0,1084,479,121,0,473,473,480,480,480,480,483,479,484,483,479,484,0,900,879,897,900,879,0,897,897,879,900,0,0,0,1084,1084,1084,0,0,0,0,496,496,480,0,480,480,0,480,480,0,480,480,480,0,480,480,480,480,480,489,487,0,489,487,0,1100,487,0,487,1101,0,487,487,1679,1679,1680,1678,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,120,120,120,0,0,0,799,1096,1102,1102,1096,1103,0,0,0,1103,1103,517,0,0,1106,0,0,0,875,876,876,1106,0,1106,875,875,2070,2070,2070,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,0,1998,1999,1998,1999,1998,1999,1998,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,0,0,0,0,0,0,0,0,0,0,878,878,0,478,1069,0,1109,1109,0,486,0,1109,1109,1109,0,1069,486,486,486,0,1069,1110,1069,486,1069,1110,486,486,486,1069,0,486,478,1109,486,0,2071,2072,2073,2074,2073,2074,0,1111,0,1111,1111,0,0,0,476,0,476,476,476,476,476,476,0,0,0,0,481,481,473,473,477,477,481,477,473,473,1114,0,0,1114,0,880,880,893,899,850,850,888,893,896,0,0,893,886,882,893,885,0,0,893,885,0,888,0,893,893,899,0,885,888,0,0,882,887,885,886,887,885,882,882,893,893,0,893,893,893,893,887,886,882,885,0,886,886,887,882,882,887,893,886,886,886,885,882,886,882,887,887,882,885,886,886,887,886,882,0,1115,889,898,0,1115,0,1116,1116,1116,898,0,898,0,1116,1115,882,1116,1115,1116,1117,0,898,1116,1116,1115,1116,1117,898,898,898,898,889,1116,1116,1116,882,882,882,882,882,882,882,882,882,882,2075,0,885,0,885,0,885,885,895,885,895,885,885,885,0,0,0,0,1074,1074,1074,1074,2000,2001,2002,2003,2000,2001,2002,2003,0,1126,1126,0,0,0,0,0,471,472,490,490,471,471,471,490,490,471,472,471,471,471,471,0,471,490,471,471,471,471,472,471,472,0,490,0,901,0,1124,1126,0,1124,1126,901,0,0,0,0,0,901,0,1124,490,490,490,902,0,490,902,0,904,904,904,0,903,0,490,904,903,0,490,902,0,0,0,0,0,902,0,0,907,902,907,902,0,0,0,0,903,0,903,905,906,905,906,0,0,904,0,904,0,904,0,904,899,850,0,850,0,899,0,0,909,0,0,909,25,0,0,497,497,0,0,0,472,0,472,472,472,1001,1001,1097,1071,1127,1127,1003,1071,0,1127,1127,1127,1127,1002,1002,0,0,1003,0,0,1127,1097,1001,1127,0,0,1127,1127,0,1071,1127,0,1002,1005,1005,0,1005,1005,1005,1005,1005,1005,1005,1005,0,1005,1005,1005,2004,2005,2005,2004,2006,2006,519,519,0,0,0,2007,2008,2008,2008,2008,0,0,1128,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,0,0,76,983,0,983,0,487,0,879,0,983,495,495,495,0,0,76,0,487,0,0,799,487,983,0,0,0,487,0,0,0,0,983,0,0,495,0,0,879,0,487,0,0,487,34,0,34,1087,0,877,887,471,473,0,1084,1087,0,887,471,471,476,471,480,0,120,473,0,887,34,0,479,121,887,0,471,0,476,0,0,476,471,877,887,0,476,471,1087,476,471,476,471,0,476,471,480,34,1084,480,480,480,480,480,0,877,480,471,887,471,887,471,480,471,120,120,0,471,0,0,877,0,887,120,0,1084,479,121,0,473,473,480,480,480,480,483,479,484,483,479,484,0,900,879,897,900,879,0,897,897,879,900,0,0,0,1084,1084,1084,0,0,0,0,496,496,480,0,480,480,0,480,480,0,480,480,480,0,480,480,480,480,480,489,487,0,489,487,0,1100,487,0,487,1101,0,487,487,1679,1679,1680,1678,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,120,120,120,0,0,0,799,1096,1102,1102,1096,1103,0,0,0,1103,1103,517,0,0,1106,0,0,0,875,876,876,1106,0,1106,875,875,2070,2070,2070,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,0,1998,1999,1998,1999,1998,1999,1998,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,0,0,0,0,0,0,0,0,0,0,878,878,0,478,1069,0,1109,1109,0,486,0,1109,1109,1109,0,1069,486,486,486,0,1069,1110,1069,486,1069,1110,486,486,486,1069,0,486,478,1109,486,0,2071,2072,2073,2074,2073,2074,0,1111,0,1111,1111,0,0,0,476,0,476,476,476,476,476,476,0,0,0,0,481,481,473,473,477,477,481,477,473,473,1114,0,0,1114,0,880,880,893,899,850,850,888,893,896,0,0,893,886,882,893,885,0,0,893,885,0,888,0,893,893,899,0,885,888,0,0,882,887,885,886,887,885,882,882,893,893,0,893,893,893,893,887,886,882,885,0,886,886,887,882,882,887,893,886,886,886,885,882,886,882,887,887,882,885,886,886,887,886,882,0,1115,889,898,0,1115,0,1116,1116,1116,898,0,898,0,1116,1115,882,1116,1115,1116,1117,0,898,1116,1116,1115,1116,1117,898,898,898,898,889,1116,1116,1116,882,882,882,882,882,882,882,882,882,882,2075,0,885,0,885,0,885,885,895,885,895,885,885,885,0,0,0,0,1074,1074,1074,1074,2000,2001,2002,2003,2000,2001,2002,2003,0,1126,1126,0,0,0,0,0,471,472,490,490,471,471,471,490,490,471,472,471,471,471,471,0,471,490,471,471,471,471,472,471,472,0,490,0,901,0,1124,1126,0,1124,1126,901,0,0,0,0,0,901,0,1124,490,490,490,902,0,490,902,0,904,904,904,0,903,0,490,904,903,0,490,902,0,0,0,0,0,902,0,0,907,902,907,902,0,0,0,0,903,0,903,905,906,905,906,0,0,904,0,904,0,904,0,904,899,850,0,850,0,899,0,0,909,0,0,909,25,0,0,497,497,0,0,0,472,0,472,472,472,1001,1001,1097,1071,1127,1127,1003,1071,0,1127,1127,1127,1127,1002,1002,0,0,1003,0,0,1127,1097,1001,1127,0,0,1127,1127,0,1071,1127,0,1002,1005,1005,0,1005,1005,1005,1005,1005,1005,1005,1005,0,1005,1005,1005,2004,2005,2005,2004,2006,2006,519,519,0,0,0,2007,2008,2008,2008,2008,0,0,1128,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,559,530,632,0,0,521,530,632,125,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,0,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,534,526,528,531,528,531,531,528,526,547,534,531,0,0,534,535,526,552,0,534,526,528,531,534,528,531,528,0,534,526,534,528,528,531,526,0,0,125,0,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,0,542,542,552,542,542,552,542,0,526,534,534,535,526,526,627,0,0,526,535,535,534,535,535,521,526,526,526,542,559,535,627,0,526,542,526,526,0,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,0,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1147,1147,0,1147,1147,0,0,0,0,0,0,0,0,1147,0,0,0,0,1147,1147,1147,0,0,0,1147,614,0,1147,1147,0,614,2009,0,0,1147,1147,1147,1147,0,0,1147,1147,0,1147,1147,1147,0,0,1147,0,0,1147,1147,1147,1147,1147,1147,2009,1147,1147,1147,0,0,0,0,1147,0,0,0,0,0,1147,0,0,0,0,0,0,1147,614,1147,0,1147,1147,1147,1147,0,1147,0,0,0,0,1147,542,547,551,552,0,0,0,0,552,547,547,552,611,551,611,544,544,613,611,611,542,542,552,542,542,552,542,0,627,0,542,627,542,547,547,547,0,0,0,0,0,0,0,0,0,0,0,559,530,632,0,521,530,632,125,0,0,0,0,0,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,0,534,526,528,531,528,531,531,528,526,547,534,531,534,535,526,552,534,526,528,531,534,528,531,528,534,526,534,528,528,531,526,125,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,542,542,552,542,542,552,542,526,534,534,535,526,526,627,526,535,535,534,0,535,535,521,526,526,526,542,559,535,0,627,526,542,526,526,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,704,716,0,0,530,0,0,0,0,0,0,704,716,0,0,704,716,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,530,0,0,0,125,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,534,534,534,696,0,528,534,528,534,534,534,528,528,528,696,534,697,0,0,0,0,0,0,534,534,528,534,528,528,0,534,534,0,528,528,0,125,0,0,534,0,534,534,0,0,0,534,534,528,528,0,0,0,0,0,0,530,528,0,534,528,0,0,0,559,0,0,0,0,0,0,0,0,0,0,0,0,535,535,0,535,535,535,535,559,535,559,535,559,535,535,535,535,535,535,559,535,0,535,535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,732,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,531,526,526,526,526,526,526,526,526,526,526,526,526,526,0,526,531,526,526,526,526,526,526,526,526,526,526,526,0,526,531,531,531,526,531,721,0,526,526,531,531,526,0,531,526,0,0,0,521,526,526,0,0,526,526,0,0,0,526,0,521,526,526,526,526,526,526,526,531,531,531,531,531,531,531,531,531,531,531,531,531,531,531,632,531,531,531,531,0,0,526,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,610,0,0,0,0,0,0,696,696,0,0,736,738,739,738,741,736,741,739,743,743,0,0,0,0,0,748,0,0,0,0,748,0,0,748,0,0,0,0,0,1033,1037,469,1032,0,1032,1032,0,0,0,1033,1034,0,0,0,1035,1037,0,0,507,520,520,0,520,0,520,0,0,1009,507,520,520,1082,1081,1081,1081,1081,0,507,520,0,1080,520,520,0,504,504,1009,504,520,520,0,520,507,0,0,500,0,0,504,504,504,0,504,0,0,0,0,504,504,0,504,0,1986,1987,1986,1987,1988,1988,1989,1990,1988,1989,1991,1992,1990,1993,1994,1990,1993,1994,1991,1990,1992,1995,1996,1994,1989,1990,1989,1991,1990,1990,1993,1993,1994,1997,1988,1990,1990,1995,1990,0,0,1080,0,0,510,512,513,0,0,0,0,0,509,509,509,509,509,504,509,504,504,0,509,0,506,506,504,504,504,504,504,504,504,0,0,0,879,0,0,76,983,0,983,0,487,0,879,0,983,495,495,495,0,0,76,0,487,0,0,799,487,983,0,0,0,487,0,0,0,0,983,0,0,495,0,0,879,0,487,0,0,487,34,0,34,1087,0,877,887,471,473,0,1084,1087,0,887,471,471,476,471,480,0,120,473,0,887,34,0,479,121,887,0,471,0,476,0,0,476,471,877,887,0,476,471,1087,476,471,476,471,0,476,471,480,34,1084,480,480,480,480,480,0,877,480,471,887,471,887,471,480,471,120,120,0,471,0,0,877,0,887,120,0,1084,479,121,0,473,473,480,480,480,480,483,479,484,483,479,484,0,900,879,897,900,879,0,897,897,879,900,0,0,0,1084,1084,1084,0,0,0,0,496,496,480,0,480,480,0,480,480,0,480,480,480,0,480,480,480,480,480,489,487,0,489,487,0,1100,487,0,487,1101,0,487,487,1679,1679,1680,1678,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,120,120,120,0,0,0,799,1096,1102,1102,1096,1103,0,0,0,1103,1103,517,0,0,1106,0,0,0,875,876,876,1106,0,1106,875,875,2070,2070,2070,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,0,1998,1999,1998,1999,1998,1999,1998,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,0,0,0,0,0,0,0,0,0,0,878,878,0,478,1069,0,1109,1109,0,486,0,1109,1109,1109,0,1069,486,486,486,0,1069,1110,1069,486,1069,1110,486,486,486,1069,0,486,478,1109,486,0,2071,2072,2073,2074,2073,2074,0,1111,0,1111,1111,0,0,0,476,0,476,476,476,476,476,476,0,0,0,0,481,481,473,473,477,477,481,477,473,473,1114,0,0,1114,0,880,880,893,899,850,850,888,893,896,0,0,893,886,882,893,885,0,0,893,885,0,888,0,893,893,899,0,885,888,0,0,882,887,885,886,887,885,882,882,893,893,0,893,893,893,893,887,886,882,885,0,886,886,887,882,882,887,893,886,886,886,885,882,886,882,887,887,882,885,886,886,887,886,882,0,1115,889,898,0,1115,0,1116,1116,1116,898,0,898,0,1116,1115,882,1116,1115,1116,1117,0,898,1116,1116,1115,1116,1117,898,898,898,898,889,1116,1116,1116,882,882,882,882,882,882,882,882,882,882,2075,0,885,0,885,0,885,885,895,885,895,885,885,885,0,0,0,0,1074,1074,1074,1074,2000,2001,2002,2003,2000,2001,2002,2003,0,1126,1126,0,0,0,0,0,471,472,490,490,471,471,471,490,490,471,472,471,471,471,471,0,471,490,471,471,471,471,472,471,472,0,490,0,901,0,1124,1126,0,1124,1126,901,0,0,0,0,0,901,0,1124,490,490,490,902,0,490,902,0,904,904,904,0,903,0,490,904,903,0,490,902,0,0,0,0,0,902,0,0,907,902,907,902,0,0,0,0,903,0,903,905,906,905,906,0,0,904,0,904,0,904,0,904,899,850,0,850,0,899,0,0,909,0,0,909,25,0,0,497,497,0,0,0,472,0,472,472,472,1001,1001,1097,1071,1127,1127,1003,1071,0,1127,1127,1127,1127,1002,1002,0,0,1003,0,0,1127,1097,1001,1127,0,0,1127,1127,0,1071,1127,0,1002,1005,1005,0,1005,1005,1005,1005,1005,1005,1005,1005,0,1005,1005,1005,2004,2005,2005,2004,2006,2006,519,519,0,0,0,2007,2008,2008,2008,2008,0,0,1128,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,0,500,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,559,530,632,0,0,521,530,632,125,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,0,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,534,526,528,531,528,531,531,528,526,547,534,531,0,0,534,535,526,552,0,534,526,528,531,534,528,531,528,0,534,526,534,528,528,531,526,0,0,125,0,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,0,542,542,552,542,542,552,542,0,526,534,534,535,526,526,627,0,0,526,535,535,534,535,535,521,526,526,526,542,559,535,627,0,526,542,526,526,0,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,0,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1147,1147,0,1147,1147,0,0,0,0,0,0,0,0,1147,0,0,0,0,1147,1147,1147,0,0,0,1147,614,0,1147,1147,0,614,2009,0,0,1147,1147,1147,1147,0,0,1147,1147,0,1147,1147,1147,0,0,1147,0,0,1147,1147,1147,1147,1147,1147,2009,1147,1147,1147,0,0,0,0,1147,0,0,0,0,0,1147,0,0,0,0,0,0,1147,614,1147,0,1147,1147,1147,1147,0,1147,0,0,0,0,1147,542,547,551,552,0,0,0,0,552,547,547,552,611,551,611,544,544,613,611,611,542,542,552,542,542,552,542,0,627,0,542,627,542,547,547,547,0,0,0,0,0,0,0,0,0,0,0,559,530,632,0,521,530,632,125,0,0,0,0,0,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,0,534,526,528,531,528,531,531,528,526,547,534,531,534,535,526,552,534,526,528,531,534,528,531,528,534,526,534,528,528,531,526,125,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,542,542,552,542,542,552,542,526,534,534,535,526,526,627,526,535,535,534,0,535,535,521,526,526,526,542,559,535,0,627,526,542,526,526,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,704,716,0,0,530,0,0,0,0,0,0,704,716,0,0,704,716,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,530,0,0,0,125,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,534,534,534,696,0,528,534,528,534,534,534,528,528,528,696,534,697,0,0,0,0,0,0,534,534,528,534,528,528,0,534,534,0,528,528,0,125,0,0,534,0,534,534,0,0,0,534,534,528,528,0,0,0,0,0,0,530,528,0,534,528,0,0,0,559,0,0,0,0,0,0,0,0,0,0,0,0,535,535,0,535,535,535,535,559,535,559,535,559,535,535,535,535,535,535,559,535,0,535,535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,732,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,531,526,526,526,526,526,526,526,526,526,526,526,526,526,0,526,531,526,526,526,526,526,526,526,526,526,526,526,0,526,531,531,531,526,531,721,0,526,526,531,531,526,0,531,526,0,0,0,521,526,526,0,0,526,526,0,0,0,526,0,521,526,526,526,526,526,526,526,531,531,531,531,531,531,531,531,531,531,531,531,531,531,531,632,531,531,531,531,0,0,526,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,610,0,0,0,0,0,0,696,696,0,0,736,738,739,738,741,736,741,739,743,743,0,0,0,0,0,748,0,0,0,0,748,0,0,748,0,1215,1214,0,751,0,1217,0,0,0,1082,1215,0,0,1214,1215,1217,1214,0,0,0,1040,1040,751,0,1040,1040,1041,1041,1040,1041,1216,0,1040,1039,1216,1040,1040,0,1039,1041,1040,1041,1221,0,1217,1221,0,1217,0,1039,1039,0,0,0,0,1222,1222,1222,1222,0,0,1222,1223,1222,1223,1223,1222,1223,1222,1223,0,0,0,0,0,2010,2011,771,1239,0,0,0,1238,0,2010,2011,771,2010,2011,771,0,1241,0,0,0,0,0,0,0,0,2010,2011,771,0,0,1239,1239,0,1240,760,1241,0,0,0,0,0,0,0,0,0,0,1240,760,2010,2011,771,0,1238,1239,0,1238,0,0,764,1237,0,752,754,754,0,768,0,752,0,0,764,1237,0,758,768,0,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,0,0,0,0,0,770,0,0,0,759,759,759,759,759,765,759,759,765,759,767,767,770,765,759,759,765,759,759,759,765,759,765,765,759,759,759,765,765,765,765,765,765,765,765,759,765,765,765,765,765,767,767,759,765,759,0,0,0,0,0,0,0,0,0,0,0,0,777,777,777,777,777,777,0,0,0,777,777,777,777,0,0,0,777,777,0,776,0,0,0,0,777,777,777,0,0,0,0,777,1256,776,2017,776,0,1256,776,1256,1257,1259,1258,1258,0,776,776,776,777,1264,776,776,776,1264,1258,763,1259,2018,768,2019,2019,2019,2019,2019,2019,2020,2020,0,1265,0,762,1257,1264,776,0,776,776,1257,768,1257,776,1264,1258,763,1259,0,0,777,0,1265,2018,776,2021,2022,2023,1257,1264,776,2021,2022,2023,0,0,0,0,1257,1264,1264,768,1257,1264,1257,768,1257,1264,1257,1264,0,0,0,0,0,0,0,1258,1258,1258,1258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,1280,0,0,0,783,0,783,786,783,778,786,1284,1284,1284,1280,1220,1283,1220,1283,1283,1283,1220,1283,1220,1283,1283,1283,1220,1283,1220,1283,1283,1283,1283,1283,1283,1283,766,780,766,780,0,785,0,0,1284,762,783,0,1280,1285,783,785,0,0,783,1280,1285,0,0,1287,778,786,1287,757,784,1281,1282,761,787,781,782,1287,757,784,1281,1282,761,787,781,782,1287,784,1282,787,782,0,788,788,788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2024,2025,2026,2018,2026,2027,2027,2027,2025,2028,2029,2028,2029,2029,2029,2028,2029,2028,2029,2029,2029,2028,2029,2028,2029,2029,2029,2029,2029,2029,2029,2020,2030,2020,2030,2031,2027,2025,2032,2031,2025,2032,2033,2018,2026,2022,2034,2023,2035,2033,2036,2037,2022,2034,2023,2035,2033,2036,2037,2034,2035,2033,2037,0,0,0,0,0,789,790,791,792,793,0,0,0,0,1259,1259,1259,776,0,0,776,776,776,776,776,776,776,776,776,776,776,776,776,774,774,776,776,0,0,0,0,0,0,0,0,0,0,0,796,796,0,0,0,0,0,0,0,0,0,2038,2039,2040,2040,2040,2040,2040,2040,2041,2041,0,2042,0,0,2039,2043,2044,2045,2043,2044,2045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,764,1237,764,1237,0,0,0,770,0,759,759,759,759,759,765,759,759,765,759,770,765,759,759,765,759,759,759,796,765,759,765,765,759,759,759,765,765,765,765,765,765,765,765,759,765,765,765,765,765,759,796,765,759,1215,1214,1217,0,0,0,1215,1214,1215,1217,1214,0,0,1041,1041,1041,1216,1216,1041,1041,0,0,1082,0,1083,0,1083,1083,0,821,0,815,821,821,815,832,804,804,1323,821,0,805,805,815,802,0,0,0,802,2046,0,815,832,0,0,0,0,0,815,832,0,0,815,815,832,0,0,0,0,0,0,801,801,801,801,0,0,801,801,801,801,801,801,802,815,832,821,812,821,821,821,812,821,821,812,821,821,821,812,821,802,0,0,2046,815,832,802,0,809,0,0,815,832,815,832,0,0,815,832,811,0,821,812,821,821,812,821,0,821,812,821,0,0,821,812,821,821,812,821,0,821,812,821,0,0,804,815,832,815,832,821,802,832,815,832,804,804,804,804,806,804,807,809,0,804,804,804,0,1294,811,807,807,811,809,0,0,804,804,804,809,807,0,809,811,0,0,809,817,811,804,0,1294,0,0,0,804,804,804,804,0,0,811,809,807,811,811,824,824,1294,0,0,811,811,807,804,804,804,804,811,809,807,809,809,0,833,0,0,0,0,0,0,0,0,0,834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1327,1327,1327,0,0,0,0,0,0,0,1334,0,0,0,1334,0,0,0,0,0,0,0,0,0,835,1338,1338,835,1338,1338,1338,1338,0,0,0,1338,0,0,0,1347,1347,0,0,1347,0,0,1348,1348,0,0,1356,0,1356,1355,0,1355,1355,0,1355,1356,1356,0,0,0,1355,1356,1356,0,1365,0,1364,1364,1365,0,1366,1366,1366,1365,0,1366,1366,1365,0,0,0,0,0,1366,1366,0,1360,1361,1362,1363,1361,1362,1363,1360,1363,1360,1362,1360,1361,1362,1363,1360,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,1380,1380,1380,1380,1380,1380,1380,1382,802,0,1384,1383,802,0,2046,1385,1383,1382,1383,1382,0,0,0,1384,802,0,0,802,1385,1383,2046,802,0,0,1385,1385,802,1384,0,0,2047,2047,1296,1317,0,0,1317,0,1296,1317,1317,0,1296,1317,0,0,1296,1322,1322,1294,1322,1322,1294,1294,1322,1322,0,843,837,0,0,843,843,843,843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,837,0,0,0,837,837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,0,0,0,0,0,0,0,837,0,0,0,837,0,837,837,0,0,0,825,825,825,0,814,814,814,814,1009,0,0,0,1009,0,1397,1398,1396,1397,1398,1396,1986,1987,1986,1987,0,0,0,0,0,0,0,1405,0,1405,1405,0,0,0,0,1405,0,0,0,0,0,0,0,1400,1401,1400,1400,1400,1401,1400,1400,0,851,0,1409,0,0,857,0,0,0,854,851,1409,0,857,0,0,1429,0,0,1429,0,0,1411,0,0,854,1421,0,1443,0,1458,1417,1417,1415,1414,0,1421,854,854,1429,854,0,0,1429,1411,854,854,1458,1458,1458,0,0,1415,1414,0,0,0,0,1436,1429,1429,854,854,1459,1411,0,1429,0,0,0,0,1429,1411,1429,1417,1417,860,0,0,1421,1443,0,1415,1414,0,854,1421,1415,1414,1429,1429,860,1436,1417,1459,860,1458,1459,1416,857,1429,1429,1429,1429,0,0,1429,1429,1421,1429,1411,1429,1415,1414,0,854,0,1458,1458,1415,1414,0,0,0,0,0,0,0,0,1429,0,0,0,1443,0,0,0,1416,0,854,1416,1458,1458,854,1429,1429,0,860,1436,1436,0,1416,852,858,852,1437,1441,852,1438,852,852,852,1434,848,1413,1433,1437,848,1413,1433,1437,1420,852,852,1420,1441,852,852,1437,1431,1433,1437,848,1413,852,1427,1427,1433,1437,1437,1425,1433,1427,1428,1427,1433,1437,1451,1435,1438,1426,1449,858,1431,852,852,855,1428,1430,1426,1433,1439,858,1428,1430,1425,1451,1451,1451,1451,847,1435,1435,848,1413,1433,1437,1449,1420,852,1451,1440,852,852,852,852,852,852,852,852,1420,1440,1431,1433,1437,852,848,1413,848,1413,852,1451,1431,1441,1426,1433,1435,848,1413,1426,852,852,1439,1424,1433,1434,1437,1438,1427,1433,1437,1424,1424,1424,1433,1434,1437,1438,1427,1433,1437,1424,1424,2048,2049,2050,2051,2052,2049,2050,2051,2052,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1457,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1476,1476,1476,1415,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1458,1458,0,0,1415,1476,1457,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1459,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1415,1415,1476,1459,1458,1476,1476,1459,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1415,1476,1458,1458,1476,1476,1476,1476,1415,1476,1476,1457,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1458,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1455,1462,1455,1455,1476,1476,1455,1455,1455,1455,1462,1455,1462,1455,1462,1471,0,0,1470,0,0,0,0,0,0,1471,0,1471,1470,1470,1471,0,0,0,0,1471,0,0,1469,862,1469,0,0,0,862,862,1473,862,1473,1468,1468,1468,1468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1480,1476,1476,1476,1476,1476,1476,1480,1476,1476,1476,1485,1485,1485,1485,1485,1485,1485,1485,1500,1480,1500,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1458,1476,1476,1476,1634,1476,1476,1476,1480,1476,1476,1476,1494,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1500,1458,1458,1500,0,1488,0,0,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1494,1476,1476,1480,1480,1480,1480,1480,1480,1476,1634,1476,1476,1496,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,0,0,0,0,1500,0,1476,1476,1476,1476,1634,1476,1476,1476,1488,1476,1476,1476,1476,1500,1480,1480,1476,1476,1476,1476,1480,1480,1488,1488,1480,1488,1500,1458,1496,0,1476,1476,1496,1476,1476,1500,0,1485,1476,0,0,1476,1476,1476,1494,1476,1476,1476,1476,0,0,0,0,1480,0,1494,0,1476,1476,1476,867,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1500,1458,1458,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,0,0,1476,1476,1476,1476,1476,1476,1500,1476,1476,1476,1476,1476,1458,1458,1634,0,1476,1488,1480,1476,1476,1476,1476,0,0,1476,0,1476,0,1634,1476,1476,1476,1476,1480,870,0,1490,1491,0,0,1490,1491,1482,1490,1491,1490,870,0,1490,1491,0,1490,0,1490,1491,0,1490,1491,1487,866,0,1490,1491,0,1490,1491,0,1490,866,1486,1489,1499,1490,1491,1490,0,1490,1491,0,1486,0,1490,1491,0,1490,1491,0,1490,1491,0,1490,1491,870,0,1490,1491,0,1490,1491,0,1490,1491,1486,0,1490,1491,1499,0,1490,1491,0,1490,1491,1476,1476,0,1490,1491,0,1490,1491,1487,866,0,1490,0,1490,1491,1499,0,1490,1491,1499,0,1490,1491,866,0,1490,1491,0,1490,1491,0,1499,1487,0,0,1490,1491,867,1486,1483,0,1490,1491,866,870,0,1490,1491,0,1490,1491,1489,1499,1487,1483,0,1490,1491,1482,0,1490,1491,1490,1491,0,1490,1491,1490,1491,1486,1486,1484,1484,1497,1497,1486,1484,1484,1497,1497,0,0,1501,1501,0,0,0,0,0,0,0,2053,1505,2053,1505,2053,1505,0,0,0,0,0,0,0,0,0,1509,1511,1509,0,0,0,0,1515,1515,1515,1515,1515,1515,0,1527,0,1522,0,1527,1527,1527,1527,1527,0,0,0,0,0,0,0,0,0,0,0,0,1527,1527,1527,1522,1528,1519,1526,1528,1518,1519,1526,1528,1530,0,0,868,868,868,0,0,0,0,0,0,1535,1535,1535,1534,1535,1537,1534,1535,0,0,1539,1499,1499,1499,1499,1499,1499,1540,1540,0,1540,1540,0,0,0,0,1563,0,1563,1563,0,0,0,1549,1553,1549,1553,1546,0,0,0,1563,0,1563,0,1563,0,1563,0,0,0,0,1563,0,0,0,1546,0,1556,1556,1561,1555,1545,1557,1557,1562,1562,1562,1556,1557,1556,1557,1562,1545,1561,1555,1560,1547,1547,1560,1547,1547,1560,1547,1547,1560,1547,1547,2054,2055,2054,2054,2055,2056,2057,2056,2057,1573,0,0,0,1573,1573,1565,1565,0,1573,0,0,0,1573,0,1573,0,0,0,1573,0,0,1569,1568,1572,1570,1567,1569,1571,1572,1570,1571,1572,1567,1566,1572,2058,2059,2058,2059,0,0,1575,1575,0,1576,1576,1576,0,1577,1577,1577,1577,0,0,1579,1578,1578,1578,1579,0,0,1582,1582,1582,1582,0,0,0,0,0,0,0,0,1583,1583,1583,1583,1581,1586,1589,1581,1583,0,0,0,1597,1597,1597,1597,1597,0,0,0,0,0,0,0,0,0,1591,1595,1598,1598,1598,1598,1590,1592,1595,1601,1598,1598,1543,1543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1612,1613,1606,1606,1616,1603,1610,1608,1610,1610,1616,1615,1608,1611,1608,1615,1610,1611,1610,1608,1606,1606,1603,1612,1613,1616,1615,0,1617,0,0,0,1624,0,0,0,0,1624,0,0,1624,0,1624,1624,0,0,0,0,0,1632,1621,1626,1619,1622,1629,1618,1618,1626,1629,1623,1618,1626,1621,1621,1619,1622,1618,1620,1621,1623,1629,0,1634,1634,1634,0,0,0,0,0,1634,1634,1635,1635,1635,1635,1637,1635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1638,1640,1564,1652,1638,1640,1564,1652,1638,1640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,1646,1495,1647,1644,1649,1639,1641,1646,1639,1648,1642,1639,1641,1644,1649,872,873,1647,1644,1642,1495,1649,1646,1647,1648,1495,1644,2060,2061,2062,2060,2061,2060,2061,2060,2061,2061,2062,2060,2063,2064,2063,2065,2066,2065,2067,2067,2067,2066,2065,2068,2069,1500,1500,1458,1494,1458,1500,1458,1458,1500,1494,1496,1500,1500,1500,1458,1496,1496,1500,0,1494,1494,0,1500,1458,1458,0,0,1500,1458,1458,0,0,0,1655,1497,1497,1497,1497,0,0,1657,1657,1657,0,0,0,0,1659,1659,1658,0,0,0,0,1492,1664,1492,1492,0,0,0,0,0,1668,1665,1667,1667,1665,1665,1668,0,1670,1670,1670,1670,0,0,1672,1671,1672,1671,0,0,1406,0,0,1407,1407,1407,0,0,0,1007,0,1007,1007,0,0,0,0,120,0,0,0,0,120,120,0,1007,0,1007,120,0,0,1675,1675,1675,1675,1675,1675,1675,1675,0,0,0,0,0,0,0,0,0,1673,0,1673,1673,1673,1673,1673,1673,1673,1673,0,0,2095,2095,0,1676,0,0,0,879,0,0,76,983,0,983,0,487,0,879,0,983,495,495,495,0,0,76,0,487,0,0,799,487,983,0,0,0,487,0,0,0,0,983,0,0,495,0,0,879,0,487,0,0,487,34,0,34,1087,0,877,887,471,473,0,1084,1087,0,887,471,471,476,471,480,0,120,473,0,887,34,0,479,121,887,0,471,0,476,0,0,476,471,877,887,0,476,471,1087,476,471,476,471,0,476,471,480,34,1084,480,480,480,480,480,0,877,480,471,887,471,887,471,480,471,120,120,0,471,0,0,877,0,887,120,0,1084,479,121,0,473,473,480,480,480,480,483,479,484,483,479,484,0,900,879,897,900,879,0,897,897,879,900,0,0,0,1084,1084,1084,0,0,0,0,496,496,480,0,480,480,0,480,480,0,480,480,480,0,480,480,480,480,480,489,487,0,489,487,0,1100,487,0,487,1101,0,487,487,1679,1679,1680,1678,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,120,120,120,0,0,0,799,1096,1102,1102,1096,1103,0,0,0,1103,1103,517,0,0,1106,0,0,0,875,876,876,1106,0,1106,875,875,2070,2070,2070,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,1998,1999,1998,1999,1998,1999,1998,0,0,0,0,0,0,0,0,0,0,0,878,878,0,478,1069,0,1109,1109,0,486,0,1109,1109,1109,0,1069,486,486,486,0,1069,1110,1069,486,1069,1110,486,486,486,1069,0,486,478,1109,486,0,2071,2072,2073,2074,2073,2074,0,1111,0,1111,1111,0,0,0,476,0,476,476,476,476,476,476,0,0,0,0,481,481,473,473,477,477,481,477,473,473,1114,0,0,1114,0,880,880,893,899,850,850,888,893,896,0,0,893,886,882,893,885,0,0,893,885,0,888,0,893,893,899,0,885,888,0,0,882,887,885,886,887,885,882,882,893,893,0,893,893,893,893,887,886,882,885,0,886,886,887,882,882,887,893,886,886,886,885,882,886,882,887,887,882,885,886,886,887,886,882,0,1115,889,898,0,1115,0,1116,1116,1116,898,0,898,0,1116,1115,882,1116,1115,1116,1117,0,898,1116,1116,1115,1116,1117,898,898,898,898,889,1116,1116,1116,882,882,882,882,882,882,882,882,882,882,2075,0,885,0,885,0,885,885,895,885,895,885,885,885,0,0,0,0,1074,1074,1074,1074,2000,2001,2002,2003,2000,2001,2002,2003,0,1126,1126,0,0,0,0,0,471,472,490,490,471,471,471,490,490,471,472,471,471,471,471,0,471,490,471,471,471,471,472,471,472,0,490,0,901,0,1124,1126,0,1124,1126,901,0,0,0,0,0,901,0,1124,490,490,490,902,0,490,902,0,904,904,904,0,903,0,490,904,903,0,490,902,0,0,0,0,0,902,0,0,907,902,907,902,0,0,0,0,903,0,903,905,906,905,906,0,0,904,0,904,0,904,0,904,899,850,0,850,0,899,0,0,909,0,0,909,25,0,0,497,497,0,0,0,472,0,472,472,472,1001,1001,1097,1071,1127,1127,1003,1071,0,1127,1127,1127,1127,1002,1002,0,0,1003,0,0,1127,1097,1001,1127,0,0,1127,1127,0,1071,1127,0,1002,1005,1005,0,1005,1005,1005,1005,1005,1005,1005,1005,0,1005,1005,1005,2004,2005,2005,2004,2006,2006,519,519,0,0,0,2007,2008,2008,2008,2008,0,0,1128,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,0,1677,1677,1677,1677,1677,0,0,0,0,0,2096,2096,2096,2096,2097,2096,2097,1679,1679,1680,1678,0,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,0,120,120,120,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,559,530,632,0,0,521,530,632,125,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,0,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,534,526,528,531,528,531,531,528,526,547,534,531,0,0,534,535,526,552,0,534,526,528,531,534,528,531,528,0,534,526,534,528,528,531,526,0,0,125,0,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,0,542,542,552,542,542,552,542,0,526,534,534,535,526,526,627,0,0,526,535,535,534,535,535,521,526,526,526,542,559,535,627,0,526,542,526,526,0,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,0,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1147,1147,0,1147,1147,0,0,0,0,0,0,0,0,1147,0,0,0,0,1147,1147,1147,0,0,0,1147,614,0,1147,1147,0,614,2009,0,0,1147,1147,1147,1147,0,0,1147,1147,0,1147,1147,1147,0,0,1147,0,0,1147,1147,1147,1147,1147,1147,2009,1147,1147,1147,0,0,0,0,1147,0,0,0,0,0,1147,0,0,0,0,0,0,1147,614,1147,0,1147,1147,1147,1147,0,1147,0,0,0,0,1147,542,547,551,552,0,0,0,0,552,547,547,552,611,551,611,544,544,613,611,611,542,542,552,542,542,552,542,0,627,0,542,627,542,547,547,547,0,0,0,0,0,0,0,0,0,0,0,559,530,632,0,521,530,632,125,0,0,0,0,0,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,0,534,526,528,531,528,531,531,528,526,547,534,531,534,535,526,552,534,526,528,531,534,528,531,528,534,526,534,528,528,531,526,125,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,542,542,552,542,542,552,542,526,534,534,535,526,526,627,526,535,535,534,0,535,535,521,526,526,526,542,559,535,0,627,526,542,526,526,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,704,716,0,0,530,0,0,0,0,0,0,704,716,0,0,704,716,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,530,0,0,0,125,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,534,534,534,696,0,528,534,528,534,534,534,528,528,528,696,534,697,0,0,0,0,0,0,534,534,528,534,528,528,0,534,534,0,528,528,0,125,0,0,534,0,534,534,0,0,0,534,534,528,528,0,0,0,0,0,0,530,528,0,534,528,0,0,0,559,0,0,0,0,0,0,0,0,0,0,0,0,535,535,0,535,535,535,535,559,535,559,535,559,535,535,535,535,535,535,559,535,0,535,535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,732,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,531,526,526,526,526,526,526,526,526,526,526,526,526,526,0,526,531,526,526,526,526,526,526,526,526,526,526,526,0,526,531,531,531,526,531,721,0,526,526,531,531,526,0,531,526,0,0,0,521,526,526,0,0,526,526,0,0,0,526,0,521,526,526,526,526,526,526,526,531,531,531,531,531,531,531,531,531,531,531,531,531,531,531,632,531,531,531,531,0,0,526,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,610,0,0,0,0,0,0,696,696,0,0,736,738,739,738,741,736,741,739,743,743,0,0,0,0,0,748,0,0,0,0,748,0,0,748,0,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,0,1998,1999,1998,1999,1998,1999,1998,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,1007,0,1007,0,1007,1007,1007,0,0,1687,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,0,1674,0,1674,0,2098,0,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,0,1689,1689,1689,1689,1689,0,1689,1689,1689,1689,1689,1004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1004,0,0,0,0,1688,0,1688,1004,1004,468,468,468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,464,20,20,20,0,931,0,931,2,2,2,2,2,931,931,2,931,2,2,2,0,935,0,935,9,9,935,9,9,0,943,0,943,19,19,19,19,19,0,0,0,879,0,0,76,983,0,983,0,487,0,879,0,983,495,495,495,0,0,76,0,487,0,0,799,487,983,0,0,0,487,0,0,0,0,983,0,0,495,0,0,879,0,487,0,0,487,34,0,34,1087,0,877,887,471,473,0,1084,1087,0,887,471,471,476,471,480,0,120,473,0,887,34,0,479,121,887,0,471,0,476,0,0,476,471,877,887,0,476,471,1087,476,471,476,471,0,476,471,480,34,1084,480,480,480,480,480,0,877,480,471,887,471,887,471,480,471,120,120,0,471,0,0,877,0,887,120,0,1084,479,121,0,473,473,480,480,480,480,483,479,484,483,479,484,0,900,879,897,900,879,0,897,897,879,900,0,0,0,1084,1084,1084,0,0,0,0,496,496,480,0,480,480,0,480,480,0,480,480,480,0,480,480,480,480,480,489,487,0,489,487,0,1100,487,0,487,1101,0,487,487,1679,1679,1680,1678,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,120,120,120,0,0,0,799,1096,1102,1102,1096,1103,0,0,0,1103,1103,517,0,0,1106,0,0,0,875,876,876,1106,0,1106,875,875,2070,2070,2070,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,0,1998,1999,1998,1999,1998,1999,1998,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,0,0,0,0,0,0,0,0,0,0,878,878,0,478,1069,0,1109,1109,0,486,0,1109,1109,1109,0,1069,486,486,486,0,1069,1110,1069,486,1069,1110,486,486,486,1069,0,486,478,1109,486,0,2071,2072,2073,2074,2073,2074,0,1111,0,1111,1111,0,0,0,476,0,476,476,476,476,476,476,0,0,0,0,481,481,473,473,477,477,481,477,473,473,1114,0,0,1114,0,880,880,893,899,850,850,888,893,896,0,0,893,886,882,893,885,0,0,893,885,0,888,0,893,893,899,0,885,888,0,0,882,887,885,886,887,885,882,882,893,893,0,893,893,893,893,887,886,882,885,0,886,886,887,882,882,887,893,886,886,886,885,882,886,882,887,887,882,885,886,886,887,886,882,0,1115,889,898,0,1115,0,1116,1116,1116,898,0,898,0,1116,1115,882,1116,1115,1116,1117,0,898,1116,1116,1115,1116,1117,898,898,898,898,889,1116,1116,1116,882,882,882,882,882,882,882,882,882,882,2075,0,885,0,885,0,885,885,895,885,895,885,885,885,0,0,0,0,1074,1074,1074,1074,2000,2001,2002,2003,2000,2001,2002,2003,0,1126,1126,0,0,0,0,0,471,472,490,490,471,471,471,490,490,471,472,471,471,471,471,0,471,490,471,471,471,471,472,471,472,0,490,0,901,0,1124,1126,0,1124,1126,901,0,0,0,0,0,901,0,1124,490,490,490,902,0,490,902,0,904,904,904,0,903,0,490,904,903,0,490,902,0,0,0,0,0,902,0,0,907,902,907,902,0,0,0,0,903,0,903,905,906,905,906,0,0,904,0,904,0,904,0,904,899,850,0,850,0,899,0,0,909,0,0,909,25,0,0,497,497,0,0,0,472,0,472,472,472,1001,1001,1097,1071,1127,1127,1003,1071,0,1127,1127,1127,1127,1002,1002,0,0,1003,0,0,1127,1097,1001,1127,0,0,1127,1127,0,1071,1127,0,1002,1005,1005,0,1005,1005,1005,1005,1005,1005,1005,1005,0,1005,1005,1005,2004,2005,2005,2004,2006,2006,519,519,0,0,0,2007,2008,2008,2008,2008,0,0,1128,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,0,929,0,929,24,24,24,24,24,0,0,989,0,70,70,71,989,989,989,71,0,954,0,954,11,11,11,954,11,11,0,958,0,958,23,23,23,0,961,0,961,6,6,6,6,961,6,0,1692,0,1692,1692,1692,945,0,945,22,22,22,22,0,0,955,0,955,955,4,4,1693,1693,955,955,955,955,4,0,0,1698,1696,0,0,1696,0,0,1698,966,0,966,1697,1695,1697,14,1694,1697,1695,966,14,966,14,1697,1695,2091,2091,2092,2091,2093,2093,0,968,0,968,18,968,0,973,0,973,8,8,973,973,973,973,973,973,973,0,940,0,940,3,3,940,940,940,940,3,940,940,940,0,1707,0,0,1702,0,0,468,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1714,1715,1706,1712,468,467,1708,1700,1701,1709,1710,1711,1713,1705,1704,1702,1714,1715,1703,468,0,0,0,0,1703,1703,1706,1712,0,0,0,0,1703,1706,0,1706,1712,0,0,1703,0,0,0,0,1707,1690,1690,0,1690,1690,1690,0,0,0,0,0,0,0,0,0,0,1690,1691,1717,1718,1719,1720,1721,1716,1690,1691,1716,1691,1690,1691,1691,1717,1718,1719,1720,1721,1690,1691,1690,1716,1717,1718,1719,1720,1721,0,977,0,977,12,12,12,12,12,12,12,977,0,0,0,0,0,0,0,468,957,965,953,959,976,959,980,468,941,0,0,468,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,469,0,0,0,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,963,942,942,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,947,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,965,0,0,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,0,0,942,942,0,0,936,950,963,975,930,938,942,1008,964,979,949,469,0,0,0,0,0,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,0,0,967,947,936,963,469,469,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,963,975,930,942,1008,964,974,979,949,469,469,964,936,950,963,942,964,962,949,936,950,469,469,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,974,976,979,980,962,949,967,946,947,932,469,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,469,469,469,469,469,947,946,947,932,0,0,934,938,953,959,972,974,976,979,936,950,469,963,975,930,934,938,942,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,967,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,979,953,936,963,930,942,1008,957,944,964,965,980,967,947,932,972,944,0,0,934,938,974,930,930,934,942,964,964,965,974,976,962,949,967,947,0,0,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,957,959,944,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,0,0,0,936,950,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,974,976,979,980,962,949,967,946,947,932,0,938,974,469,942,936,942,0,936,950,963,975,930,934,938,942,1008,953,959,964,965,972,974,976,979,980,962,949,932,936,950,963,975,930,934,938,942,1008,953,957,959,964,965,972,974,976,979,980,962,949,967,946,947,932,972,1008,938,950,1008,936,950,963,975,930,934,938,942,1008,953,959,964,965,972,974,976,979,980,962,949,932,938,974,950,950,950,950,938,974,950,930,930,950,965,980,1008,950,950,964,974,936,950,963,975,930,942,1008,964,974,941,962,949,0,936,950,963,975,930,938,942,1008,953,964,979,962,949,936,963,930,938,942,953,972,974,979,0,974,0,0,953,0,0,936,963,0,0,0,0,0,0,0,0,930,934,942,964,965,976,962,949,967,947,936,950,963,975,930,934,934,938,938,942,1008,953,957,959,959,944,964,965,972,974,974,976,976,979,979,980,962,949,967,946,947,932,949,0,0,979,0,936,963,934,1008,959,976,950,975,930,934,938,942,1008,953,959,964,965,972,974,976,979,980,962,949,932,965,980,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,967,0,0,967,950,975,930,934,938,942,1008,953,959,964,965,972,974,976,979,980,962,949,932,0,0,976,0,0,0,0,938,934,953,959,976,934,953,959,976,979,934,953,959,976,0,0,0,0,0,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,936,950,469,963,975,930,934,938,942,1008,953,957,959,944,964,965,972,974,976,979,980,962,949,967,946,947,932,941,944,0,0,0,0,941,936,963,930,934,938,942,1008,953,957,959,944,964,965,974,976,980,967,947,932,936,963,946,469,469,946,0,0,0,931,0,931,981,981,981,981,981,2,2,2,2,2,981,981,981,981,981,981,981,981,981,931,0,981,981,981,981,981,981,0,981,981,981,981,981,931,2,981,981,981,981,981,981,981,981,981,981,981,981,981,0,0,981,931,2,2,2,981,981,981,981,981,981,981,981,981,981,0,1215,1214,0,0,0,0,0,0,751,0,1217,982,0,0,0,1082,1215,982,0,0,0,1214,1215,1217,1214,933,0,0,0,1035,1037,982,982,982,982,982,982,982,982,982,982,982,1040,982,1040,982,982,751,933,982,982,0,0,982,1040,982,982,982,0,1040,982,982,982,982,982,982,982,982,982,982,1041,1041,1040,1041,933,1216,0,1040,1039,1216,1040,1040,0,1039,1041,982,982,982,982,982,982,982,982,933,1040,1041,489,0,489,982,982,0,982,1221,0,1217,1221,0,1217,0,1039,1039,0,0,1082,0,1083,0,1083,1083,0,0,0,0,1222,1222,1222,1222,0,0,1222,1223,1222,1223,1223,1222,1223,1222,1223,0,0,0,0,0,2010,2011,771,1239,0,0,0,1238,0,2010,2011,771,2010,2011,771,0,1241,0,0,0,0,0,0,0,0,2010,2011,771,0,0,1239,1239,0,1240,760,1241,0,0,0,0,0,0,0,0,0,0,1240,760,2010,2011,771,0,1238,1239,0,1238,0,0,764,1237,0,752,754,754,0,768,0,752,0,0,764,1237,0,758,768,0,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,0,0,0,0,0,770,0,0,0,759,759,759,759,759,765,759,759,765,759,767,767,770,765,759,759,765,759,759,759,765,759,765,765,759,759,759,765,765,765,765,765,765,765,765,759,765,765,765,765,765,767,767,759,765,759,0,0,0,0,0,0,0,0,0,0,0,0,777,777,777,777,777,777,0,0,0,777,777,777,777,0,0,0,777,777,0,776,0,0,0,0,777,777,777,0,0,0,0,777,1256,776,2017,776,0,1256,776,1256,1257,1259,1258,1258,0,776,776,776,777,1264,776,776,776,1264,1258,763,1259,2018,768,2019,2019,2019,2019,2019,2019,2020,2020,0,1265,0,762,1257,1264,776,0,776,776,1257,768,1257,776,1264,1258,763,1259,0,0,777,0,1265,2018,776,2021,2022,2023,1257,1264,776,2021,2022,2023,0,0,0,0,1257,1264,1264,768,1257,1264,1257,768,1257,1264,1257,1264,0,0,0,0,0,0,0,1258,1258,1258,1258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,1280,0,0,0,783,0,783,786,783,778,786,1284,1284,1284,1280,1220,1283,1220,1283,1283,1283,1220,1283,1220,1283,1283,1283,1220,1283,1220,1283,1283,1283,1283,1283,1283,1283,766,780,766,780,0,785,0,0,1284,762,783,0,1280,1285,783,785,0,0,783,1280,1285,0,0,1287,778,786,1287,757,784,1281,1282,761,787,781,782,1287,757,784,1281,1282,761,787,781,782,1287,784,1282,787,782,0,788,788,788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2024,2025,2026,2018,2026,2027,2027,2027,2025,2028,2029,2028,2029,2029,2029,2028,2029,2028,2029,2029,2029,2028,2029,2028,2029,2029,2029,2029,2029,2029,2029,2020,2030,2020,2030,2031,2027,2025,2032,2031,2025,2032,2033,2018,2026,2022,2034,2023,2035,2033,2036,2037,2022,2034,2023,2035,2033,2036,2037,2034,2035,2033,2037,0,0,0,0,0,789,790,791,792,793,0,0,0,0,1259,1259,1259,776,0,0,776,776,776,776,776,776,776,776,776,776,776,776,776,774,774,776,776,0,0,0,0,0,0,0,0,0,0,0,796,796,0,0,0,0,0,0,0,0,0,2038,2039,2040,2040,2040,2040,2040,2040,2041,2041,0,2042,0,0,2039,2043,2044,2045,2043,2044,2045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,764,1237,764,1237,0,0,0,770,0,759,759,759,759,759,765,759,759,765,759,770,765,759,759,765,759,759,759,796,765,759,765,765,759,759,759,765,765,765,765,765,765,765,765,759,765,765,765,765,765,759,796,765,759,1215,1214,1217,0,0,0,1215,1214,1215,1217,1214,0,0,1041,1041,1041,1216,1216,1041,1041,0,0,0,935,0,935,1010,1010,1010,1010,1010,9,9,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,935,9,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,1010,9,1010,1010,1010,1010,1010,1010,1010,1010,0,0,937,937,937,937,937,937,937,0,937,937,937,937,937,937,937,937,937,937,937,937,937,937,937,937,937,937,937,937,937,0,937,937,937,937,937,937,937,937,937,0,0,943,0,943,19,19,0,19,0,19,19,0,0,0,0,876,876,0,984,984,984,984,984,984,984,984,984,984,984,0,984,984,984,984,984,984,984,984,984,984,984,984,984,984,984,984,0,984,984,984,984,984,984,984,984,984,984,984,984,984,984,984,984,984,984,0,0,984,0,0,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,0,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,0,948,948,948,948,948,948,948,948,948,948,0,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,948,0,0,0,0,0,929,0,1017,1016,929,1017,1016,1017,1016,1017,1016,1017,1016,24,24,1017,1016,1017,1016,1017,1016,1017,1016,1016,1017,1016,1017,1016,1017,1016,1016,1017,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1017,24,24,1017,24,1017,1017,1017,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1016,1017,1027,0,0,1025,1013,1024,0,0,0,0,1018,0,0,1013,0,1023,1024,1020,1018,1025,0,1027,0,0,1021,988,1023,0,1013,0,0,1018,1025,0,1021,988,0,989,0,0,0,1025,1018,1020,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1011,1019,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,70,70,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,986,1012,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1011,990,1022,71,990,1022,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1019,1024,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,0,1012,1019,1012,1019,1020,1021,1018,988,990,1022,1011,1011,1013,1023,1024,1025,1014,1027,1020,1018,990,1022,1020,1020,1020,1018,1018,1018,990,990,990,1022,1022,1022,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1011,1011,1020,988,990,1022,989,989,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1011,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1011,1019,1011,1027,1011,0,1011,1027,1011,1011,1011,0,1011,1012,1019,1011,1019,988,1011,990,1022,989,1014,1011,1011,1020,1011,1014,1020,988,1011,988,0,1012,1019,1011,1012,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,1012,1019,1020,1021,1018,988,990,1022,1011,1013,1023,1024,1025,1014,1027,0,71,1011,2080,2080,2080,2080,2081,2082,2083,2082,2084,2084,2084,2084,2084,0,987,987,987,0,987,0,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,987,1029,987,1029,987,1029,987,1029,1029,987,1029,987,1011,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,1011,987,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,1029,987,2085,2086,2087,2086,2087,2085,0,991,991,0,0,991,0,0,991,954,0,954,992,991,1031,992,991,1031,992,991,1031,992,991,1031,992,991,1031,11,11,992,991,1031,992,991,1031,992,991,1031,991,1031,991,1031,1031,992,991,1031,992,991,992,991,1031,992,991,1031,0,992,991,1031,991,1031,992,991,1031,1031,992,991,1031,992,991,1031,992,991,1031,11,954,992,991,1031,992,991,1031,992,991,1031,992,991,1031,991,1031,992,991,1031,992,991,1031,992,991,1031,992,991,1031,992,991,1031,0,1031,0,0,11,1031,1031,11,991,1031,992,991,1031,992,991,1031,992,991,1031,992,991,1031,992,991,1031,992,991,1031,992,991,1031,0,2088,2088,2089,0,0,958,0,958,23,23,23,0,0,961,0,961,6,6,6,6,961,6,0,0,0,0,1033,1037,469,1033,1037,1032,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1032,1032,1033,1037,1032,0,1033,1033,1033,1032,1032,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1032,1033,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,0,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1033,1033,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,1033,1037,1032,0,0,1033,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,1034,0,0,0,1035,1037,1035,1036,1035,1036,1035,1036,1035,1036,1035,1036,1035,1036,1035,1036,1035,1036,1035,1036,1035,1036,1036,1035,1036,1035,1036,1036,1035,1036,1035,1035,1035,1036,1035,1036,1035,1036,1035,1036,1035,1035,1036,1035,1036,1035,1036,1035,1036,1035,1035,1036,1035,1036,1035,1036,1035,1036,1035,1035,1036,1035,1036,1035,1035,1035,1035,1035,1035,1035,1036,1035,1036,1035,1036,1035,1036,1035,1036,1035,1036,1035,1036,1035,1035,1035,0,0,507,520,520,0,520,0,520,0,0,1009,507,520,520,1082,1081,1081,1081,1081,0,507,520,0,1080,520,520,0,504,504,1009,504,520,520,0,520,507,0,0,500,0,0,504,504,504,0,504,0,0,0,504,504,0,504,0,1986,1987,1986,1987,1988,1988,1989,1990,1988,1989,1991,1992,1990,1993,1994,1990,1993,1994,1991,1990,1992,1995,1996,1994,1989,1990,1989,1991,1990,1990,1993,1993,1994,1997,1988,1990,1990,1995,1990,0,0,1080,0,0,510,512,513,0,0,0,0,0,509,509,509,509,509,504,509,504,504,0,509,0,506,506,504,504,504,504,504,504,504,0,0,0,879,0,0,76,983,0,983,0,487,0,879,0,983,495,495,495,0,0,76,0,487,0,0,799,487,983,0,0,0,487,0,0,0,0,983,0,0,495,0,0,879,0,487,0,0,487,34,0,34,1087,0,877,887,471,473,0,1084,1087,0,887,471,471,476,471,480,0,120,473,0,887,34,0,479,121,887,0,471,0,476,0,0,476,471,877,887,0,476,471,1087,476,471,476,471,0,476,471,480,34,1084,480,480,480,480,480,0,877,480,471,887,471,887,471,480,471,120,120,0,471,0,0,877,0,887,120,0,1084,479,121,0,473,473,480,480,480,480,483,479,484,483,479,484,0,900,879,897,900,879,0,897,897,879,900,0,0,0,1084,1084,1084,0,0,0,0,496,496,480,0,480,480,0,480,480,0,480,480,480,0,480,480,480,480,480,489,487,0,489,487,0,1100,487,0,487,1101,0,487,487,1679,1679,1680,1678,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,120,120,120,0,0,0,799,1096,1102,1102,1096,1103,0,0,0,1103,1103,517,0,0,1106,0,0,0,875,876,876,1106,0,1106,875,875,2070,2070,2070,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,0,1998,1999,1998,1999,1998,1999,1998,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,0,0,0,0,0,0,0,0,0,0,878,878,0,478,1069,0,1109,1109,0,486,0,1109,1109,1109,0,1069,486,486,486,0,1069,1110,1069,486,1069,1110,486,486,486,1069,0,486,478,1109,486,0,2071,2072,2073,2074,2073,2074,0,1111,0,1111,1111,0,0,0,476,0,476,476,476,476,476,476,0,0,0,0,481,481,473,473,477,477,481,477,473,473,1114,0,0,1114,0,880,880,893,899,850,850,888,893,896,0,0,893,886,882,893,885,0,0,893,885,0,888,0,893,893,899,0,885,888,0,0,882,887,885,886,887,885,882,882,893,893,0,893,893,893,893,887,886,882,885,0,886,886,887,882,882,887,893,886,886,886,885,882,886,882,887,887,882,885,886,886,887,886,882,0,1115,889,898,0,1115,0,1116,1116,1116,898,0,898,0,1116,1115,882,1116,1115,1116,1117,0,898,1116,1116,1115,1116,1117,898,898,898,898,889,1116,1116,1116,882,882,882,882,882,882,882,882,882,882,2075,0,885,0,885,0,885,885,895,885,895,885,885,885,0,0,0,0,1074,1074,1074,1074,2000,2001,2002,2003,2000,2001,2002,2003,0,1126,1126,0,0,0,0,0,471,472,490,490,471,471,471,490,490,471,472,471,471,471,471,0,471,490,471,471,471,471,472,471,472,0,490,0,901,0,1124,1126,0,1124,1126,901,0,0,0,0,0,901,0,1124,490,490,490,902,0,490,902,0,904,904,904,0,903,0,490,904,903,0,490,902,0,0,0,0,0,902,0,0,907,902,907,902,0,0,0,0,903,0,903,905,906,905,906,0,0,904,0,904,0,904,0,904,899,850,0,850,0,899,0,0,909,0,0,909,25,0,0,497,497,0,0,0,472,0,472,472,472,1001,1001,1097,1071,1127,1127,1003,1071,0,1127,1127,1127,1127,1002,1002,0,0,1003,0,0,1127,1097,1001,1127,0,0,1127,1127,0,1071,1127,0,1002,1005,1005,0,1005,1005,1005,1005,1005,1005,1005,1005,0,1005,1005,1005,2004,2005,2005,2004,2006,2006,519,519,0,0,0,2007,2008,2008,2008,2008,0,0,1128,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,1005,0,500,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,559,530,632,0,0,521,530,632,125,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,0,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,534,526,528,531,528,531,531,528,526,547,534,531,0,0,534,535,526,552,0,534,526,528,531,534,528,531,528,0,534,526,534,528,528,531,526,0,0,125,0,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,0,542,542,552,542,542,552,542,0,526,534,534,535,526,526,627,0,0,526,535,535,534,535,535,521,526,526,526,542,559,535,627,0,526,542,526,526,0,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,0,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1147,1147,0,1147,1147,0,0,0,0,0,0,0,0,1147,0,0,0,0,1147,1147,1147,0,0,0,1147,614,0,1147,1147,0,614,2009,0,0,1147,1147,1147,1147,0,0,1147,1147,0,1147,1147,1147,0,0,1147,0,0,1147,1147,1147,1147,1147,1147,2009,1147,1147,1147,0,0,0,0,1147,0,0,0,0,0,1147,0,0,0,0,0,0,1147,614,1147,0,1147,1147,1147,1147,0,1147,0,0,0,0,1147,542,547,551,552,0,0,0,0,552,547,547,552,611,551,611,544,544,613,611,611,542,542,552,542,542,552,542,0,627,0,542,627,542,547,547,547,0,0,0,0,0,0,0,0,0,0,0,559,530,632,0,521,530,632,125,0,0,0,0,0,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,0,534,526,528,531,528,531,531,528,526,547,534,531,534,535,526,552,534,526,528,531,534,528,531,528,534,526,534,528,528,531,526,125,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,542,542,552,542,542,552,542,526,534,534,535,526,526,627,526,535,535,534,0,535,535,521,526,526,526,542,559,535,0,627,526,542,526,526,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,704,716,0,0,530,0,0,0,0,0,0,704,716,0,0,704,716,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,530,0,0,0,125,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,534,534,534,696,0,528,534,528,534,534,534,528,528,528,696,534,697,0,0,0,0,0,0,534,534,528,534,528,528,0,534,534,0,528,528,0,125,0,0,534,0,534,534,0,0,0,534,534,528,528,0,0,0,0,0,0,530,528,0,534,528,0,0,0,559,0,0,0,0,0,0,0,0,0,0,0,0,535,535,0,535,535,535,535,559,535,559,535,559,535,535,535,535,535,535,559,535,0,535,535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,732,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,531,526,526,526,526,526,526,526,526,526,526,526,526,526,0,526,531,526,526,526,526,526,526,526,526,526,526,526,0,526,531,531,531,526,531,721,0,526,526,531,531,526,0,531,526,0,0,0,521,526,526,0,0,526,526,0,0,0,526,0,521,526,526,526,526,526,526,526,531,531,531,531,531,531,531,531,531,531,531,531,531,531,531,632,531,531,531,531,0,0,526,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,610,0,0,0,0,0,0,696,696,0,0,736,738,739,738,741,736,741,739,743,743,0,0,0,0,0,748,0,0,0,0,748,0,0,748,0,1215,1214,0,751,0,1217,0,0,0,1082,1215,0,0,1214,1215,1217,1214,0,0,0,1040,1040,751,1040,1040,1041,1041,1040,1041,1216,1040,1039,1216,1040,1040,1039,1041,1040,1041,0,821,0,815,821,821,815,832,804,804,1323,821,0,805,805,815,802,0,0,0,802,2046,0,815,832,0,0,0,0,0,815,832,0,0,815,815,832,0,0,0,0,0,0,801,801,801,801,0,0,801,801,801,801,801,801,802,815,832,821,812,821,821,821,812,821,821,812,821,821,821,812,821,802,0,0,2046,815,832,802,0,809,0,0,815,832,815,832,0,0,815,832,811,0,821,812,821,821,812,821,0,821,812,821,0,0,821,812,821,821,812,821,0,821,812,821,0,0,804,815,832,815,832,821,802,832,815,832,804,804,804,804,806,804,807,809,0,804,804,804,0,1294,811,807,807,811,809,0,0,804,804,804,809,807,0,809,811,0,0,809,817,811,804,0,1294,0,0,0,804,804,804,804,0,0,811,809,807,811,811,824,824,1294,0,0,811,811,807,804,804,804,804,811,809,807,809,809,0,833,0,0,0,0,0,0,0,0,0,834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1327,1327,1327,0,0,0,0,0,0,0,1334,0,0,0,1334,0,0,0,0,0,0,0,0,0,835,1338,1338,835,1338,1338,1338,1338,0,0,0,1338,0,0,0,1347,1347,0,0,1347,0,0,1348,1348,0,0,1356,0,1356,1355,0,1355,1355,0,1355,1356,1356,0,0,0,1355,1356,1356,0,1365,0,1364,1364,1365,0,1366,1366,1366,1365,0,1366,1366,1365,0,0,0,0,0,1366,1366,0,1360,1361,1362,1363,1361,1362,1363,1360,1363,1360,1362,1360,1361,1362,1363,1360,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,1380,1380,1380,1380,1380,1380,1380,1382,802,0,1384,1383,802,0,2046,1385,1383,1382,1383,1382,0,0,0,1384,802,0,0,802,1385,1383,2046,802,0,0,1385,1385,802,1384,0,0,2047,2047,1296,1317,0,0,1317,0,1296,1317,1317,0,1296,1317,0,0,1296,1322,1322,1294,1322,1322,1294,1294,1322,1322,0,843,837,0,0,843,843,843,843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,837,0,0,0,837,837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,0,0,0,0,0,0,0,837,0,0,0,837,0,837,837,0,0,0,825,825,825,0,814,814,814,814,1009,0,0,0,1009,0,1397,1398,1396,1397,1398,1396,1986,1987,1986,1987,0,0,0,0,0,0,0,1405,0,1405,1405,0,0,0,0,1405,0,0,0,0,0,0,0,1400,1401,1400,1400,1400,1401,1400,1400,0,851,0,1409,0,0,857,0,0,0,854,851,1409,0,857,0,0,1429,0,0,1429,0,0,1411,0,0,854,1421,0,1443,0,1458,1417,1417,1415,1414,0,1421,854,854,1429,854,0,0,1429,1411,854,854,1458,1458,1458,0,0,1415,1414,0,0,0,0,1436,1429,1429,854,854,1459,1411,0,1429,0,0,0,0,1429,1411,1429,1417,1417,860,0,0,1421,1443,0,1415,1414,0,854,1421,1415,1414,1429,1429,860,1436,1417,1459,860,1458,1459,1416,857,1429,1429,1429,1429,0,0,1429,1429,1421,1429,1411,1429,1415,1414,0,854,0,1458,1458,1415,1414,0,0,0,0,0,0,0,0,1429,0,0,0,1443,0,0,0,1416,0,854,1416,1458,1458,854,1429,1429,0,860,1436,1436,0,1416,852,858,852,1437,1441,852,1438,852,852,852,1434,848,1413,1433,1437,848,1413,1433,1437,1420,852,852,1420,1441,852,852,1437,1431,1433,1437,848,1413,852,1427,1427,1433,1437,1437,1425,1433,1427,1428,1427,1433,1437,1451,1435,1438,1426,1449,858,1431,852,852,855,1428,1430,1426,1433,1439,858,1428,1430,1425,1451,1451,1451,1451,847,1435,1435,848,1413,1433,1437,1449,1420,852,1451,1440,852,852,852,852,852,852,852,852,1420,1440,1431,1433,1437,852,848,1413,848,1413,852,1451,1431,1441,1426,1433,1435,848,1413,1426,852,852,1439,1424,1433,1434,1437,1438,1427,1433,1437,1424,1424,1424,1433,1434,1437,1438,1427,1433,1437,1424,1424,2048,2049,2050,2051,2052,2049,2050,2051,2052,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1457,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1476,1476,1476,1415,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1458,1458,0,0,1415,1476,1457,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1459,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1415,1415,1476,1459,1458,1476,1476,1459,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1415,1476,1458,1458,1476,1476,1476,1476,1415,1476,1476,1457,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1458,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1455,1462,1455,1455,1476,1476,1455,1455,1455,1455,1462,1455,1462,1455,1462,1471,0,0,1470,0,0,0,0,0,0,1471,0,1471,1470,1470,1471,0,0,0,0,1471,0,0,1469,862,1469,0,0,0,862,862,1473,862,1473,1468,1468,1468,1468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1480,1476,1476,1476,1476,1476,1476,1480,1476,1476,1476,1485,1485,1485,1485,1485,1485,1485,1485,1500,1480,1500,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1458,1476,1476,1476,1634,1476,1476,1476,1480,1476,1476,1476,1494,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1500,1458,1458,1500,0,1488,0,0,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1494,1476,1476,1480,1480,1480,1480,1480,1480,1476,1634,1476,1476,1496,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,0,0,0,0,1500,0,1476,1476,1476,1476,1634,1476,1476,1476,1488,1476,1476,1476,1476,1500,1480,1480,1476,1476,1476,1476,1480,1480,1488,1488,1480,1488,1500,1458,1496,0,1476,1476,1496,1476,1476,1500,0,1485,1476,0,0,1476,1476,1476,1494,1476,1476,1476,1476,0,0,0,0,1480,0,1494,0,1476,1476,1476,867,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1500,1458,1458,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,0,0,1476,1476,1476,1476,1476,1476,1500,1476,1476,1476,1476,1476,1458,1458,1634,0,1476,1488,1480,1476,1476,1476,1476,0,0,1476,0,1476,0,1634,1476,1476,1476,1476,1480,870,0,1490,1491,0,0,1490,1491,1482,1490,1491,1490,870,0,1490,1491,0,1490,0,1490,1491,0,1490,1491,1487,866,0,1490,1491,0,1490,1491,0,1490,866,1486,1489,1499,1490,1491,1490,0,1490,1491,0,1486,0,1490,1491,0,1490,1491,0,1490,1491,0,1490,1491,870,0,1490,1491,0,1490,1491,0,1490,1491,1486,0,1490,1491,1499,0,1490,1491,0,1490,1491,1476,1476,0,1490,1491,0,1490,1491,1487,866,0,1490,0,1490,1491,1499,0,1490,1491,1499,0,1490,1491,866,0,1490,1491,0,1490,1491,0,1499,1487,0,0,1490,1491,867,1486,1483,0,1490,1491,866,870,0,1490,1491,0,1490,1491,1489,1499,1487,1483,0,1490,1491,1482,0,1490,1491,1490,1491,0,1490,1491,1490,1491,1486,1486,1484,1484,1497,1497,1486,1484,1484,1497,1497,0,0,1501,1501,0,0,0,0,0,0,0,2053,1505,2053,1505,2053,1505,0,0,0,0,0,0,0,0,0,1509,1511,1509,0,0,0,0,1515,1515,1515,1515,1515,1515,0,1527,0,1522,0,1527,1527,1527,1527,1527,0,0,0,0,0,0,0,0,0,0,0,0,1527,1527,1527,1522,1528,1519,1526,1528,1518,1519,1526,1528,1530,0,0,868,868,868,0,0,0,0,0,0,1535,1535,1535,1534,1535,1537,1534,1535,0,0,1539,1499,1499,1499,1499,1499,1499,1540,1540,0,1540,1540,0,0,0,0,1563,0,1563,1563,0,0,0,1549,1553,1549,1553,1546,0,0,0,1563,0,1563,0,1563,0,1563,0,0,0,0,1563,0,0,0,1546,0,1556,1556,1561,1555,1545,1557,1557,1562,1562,1562,1556,1557,1556,1557,1562,1545,1561,1555,1560,1547,1547,1560,1547,1547,1560,1547,1547,1560,1547,1547,2054,2055,2054,2054,2055,2056,2057,2056,2057,1573,0,0,0,1573,1573,1565,1565,0,1573,0,0,0,1573,0,1573,0,0,0,1573,0,0,1569,1568,1572,1570,1567,1569,1571,1572,1570,1571,1572,1567,1566,1572,2058,2059,2058,2059,0,0,1575,1575,0,1576,1576,1576,0,1577,1577,1577,1577,0,0,1579,1578,1578,1578,1579,0,0,1582,1582,1582,1582,0,0,0,0,0,0,0,0,1583,1583,1583,1583,1581,1586,1589,1581,1583,0,0,0,1597,1597,1597,1597,1597,0,0,0,0,0,0,0,0,0,1591,1595,1598,1598,1598,1598,1590,1592,1595,1601,1598,1598,1543,1543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1612,1613,1606,1606,1616,1603,1610,1608,1610,1610,1616,1615,1608,1611,1608,1615,1610,1611,1610,1608,1606,1606,1603,1612,1613,1616,1615,0,1617,0,0,0,1624,0,0,0,0,1624,0,0,1624,0,1624,1624,0,0,0,0,0,1632,1621,1626,1619,1622,1629,1618,1618,1626,1629,1623,1618,1626,1621,1621,1619,1622,1618,1620,1621,1623,1629,0,1634,1634,1634,0,0,0,0,0,1634,1634,1635,1635,1635,1635,1637,1635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1638,1640,1564,1652,1638,1640,1564,1652,1638,1640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,1646,1495,1647,1644,1649,1639,1641,1646,1639,1648,1642,1639,1641,1644,1649,872,873,1647,1644,1642,1495,1649,1646,1647,1648,1495,1644,2060,2061,2062,2060,2061,2060,2061,2060,2061,2061,2062,2060,2063,2064,2063,2065,2066,2065,2067,2067,2067,2066,2065,2068,2069,1500,1500,1458,1494,1458,1500,1458,1458,1500,1494,1496,1500,1500,1500,1458,1496,1496,1500,0,1494,1494,0,1500,1458,1458,0,0,1500,1458,1458,0,0,0,1655,1497,1497,1497,1497,0,0,1657,1657,1657,0,0,0,0,1659,1659,1658,0,0,0,0,1492,1664,1492,1492,0,0,0,0,0,1668,1665,1667,1667,1665,1665,1668,0,1670,1670,1670,1670,0,0,1672,1671,1672,1671,0,0,1406,0,0,1407,1407,1407,0,1692,0,1692,1692,1692,0,945,0,945,22,22,22,22,0,0,0,1007,0,1007,1007,0,0,0,0,120,0,0,0,0,120,120,0,1007,0,1007,120,0,0,1675,1675,1675,1675,1675,1675,1675,1675,0,0,0,0,0,0,0,0,0,1673,0,1673,1673,1673,1673,1673,1673,1673,1673,0,0,2095,2095,0,1676,0,1677,1677,1677,1677,1677,0,0,0,0,0,2096,2096,2096,2096,2097,2096,2097,1679,1679,1680,1678,0,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,0,120,120,120,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,1998,1999,1998,1999,1998,1999,1998,0,1007,0,1007,0,1007,1007,1007,0,0,1687,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,0,1674,0,1674,0,2098,0,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,0,1689,1689,1689,1689,1689,0,1689,1689,1689,1689,1689,1004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1004,0,0,0,0,1688,0,1688,1004,1004,0,0,994,0,1043,994,0,0,0,0,0,1043,0,955,0,994,0,1015,1015,955,955,994,1042,1043,993,1015,1042,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,4,4,1693,994,1042,1043,993,1015,994,1042,1043,993,1015,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,1693,994,1042,1043,993,1015,1015,994,1042,1043,993,994,1042,1043,993,1015,994,1042,1043,993,1015,955,955,0,994,1042,1043,993,1015,994,1042,1043,1043,1043,1043,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,955,955,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,0,1042,0,1042,993,1015,993,0,993,993,993,993,4,1042,993,0,993,993,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,994,1042,1043,993,1015,993,0,994,1042,905,906,905,906,2090,2090,0,1698,1696,0,0,1696,0,0,1698,0,0,966,0,966,995,995,995,995,995,1697,1695,1697,995,995,14,995,995,995,1697,1695,995,995,995,995,966,0,995,995,995,995,995,995,995,995,995,14,966,995,995,995,995,995,995,995,995,995,995,0,995,14,1697,995,995,995,995,995,995,995,995,0,1695,2091,2091,2092,2091,2093,2093,0,468,468,468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,464,20,20,20,0,931,0,931,2,2,2,2,2,931,931,2,931,2,2,2,0,935,0,935,9,9,935,9,9,0,943,0,943,19,19,19,19,19,0,929,0,929,24,24,24,24,24,0,0,989,0,70,70,71,989,989,989,71,0,954,0,954,11,11,11,954,11,11,0,958,0,958,23,23,23,0,961,0,961,6,6,6,6,961,6,0,1692,0,1692,1692,1692,945,0,945,22,22,22,22,0,0,955,0,955,955,4,4,1693,1693,955,955,955,955,4,0,0,1698,1696,0,0,1696,0,0,1698,966,0,966,1697,1695,1697,14,1694,1697,1695,966,14,966,14,1697,1695,2091,2091,2092,2091,2093,2093,0,968,0,968,18,968,0,973,0,973,8,8,973,973,973,973,973,973,973,0,940,0,940,3,3,940,940,940,940,3,940,940,940,0,1707,0,0,1702,0,0,468,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1714,1715,1706,1712,468,467,1708,1700,1701,1709,1710,1711,1713,1705,1704,1702,1714,1715,1703,468,0,0,0,0,1703,1703,1706,1712,0,0,0,0,1703,1706,0,1706,1712,0,0,1703,0,0,0,0,1707,1690,1690,0,1690,1690,1690,0,0,0,0,0,0,0,0,0,0,1690,1691,1717,1718,1719,1720,1721,1716,1690,1691,1716,1691,1690,1691,1691,1717,1718,1719,1720,1721,1690,1691,1690,1716,1717,1718,1719,1720,1721,0,977,0,977,12,12,12,12,12,12,12,977,0,0,968,0,0,968,18,968,899,850,0,850,0,899,0,0,909,0,0,909,25,0,0,0,0,1115,898,0,1115,1116,1116,1116,898,0,898,1116,1115,1116,1115,1116,0,898,1116,1116,1115,1116,898,898,898,898,973,0,0,1116,1116,1116,973,970,970,970,970,970,8,8,970,970,970,970,970,970,970,970,973,973,970,970,973,970,970,970,973,970,970,970,970,970,970,970,970,970,970,970,970,970,970,973,970,973,970,970,970,970,970,970,970,970,973,970,2075,0,0,0,0,1046,1046,0,0,940,0,0,0,940,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,3,3,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,999,998,1045,999,1046,997,0,997,1045,997,998,1045,999,1046,997,998,1045,999,1046,997,940,940,0,998,1045,999,1046,997,998,998,1045,999,1046,997,0,997,997,940,997,999,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,940,3,998,1045,999,1046,997,998,998,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,997,997,0,998,0,0,997,997,0,997,997,0,997,997,998,997,998,940,998,998,998,998,998,0,997,997,1045,940,999,999,999,1045,998,1045,999,1046,997,998,998,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,998,1045,999,1046,997,997,997,998,0,940,0,1048,1048,0,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,1048,2094,2094,0,977,0,0,977,12,12,12,12,12,12,12,977,978,978,978,0,978,0,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,978,0,1698,0,0,1698,0,966,0,0,966,1000,1000,1000,1000,1000,1697,1697,1000,1000,14,1000,1000,1000,1697,1000,1000,1000,1000,966,0,1000,1000,1000,1000,1000,1000,1000,1000,1000,14,966,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,0,1000,14,1697,1000,1000,1000,1000,1000,1000,1000,1000,0,2091,2091,2092,2091,0,0,0,461,1054,461,0,0,461,1053,1049,461,1050,0,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,0,1049,1050,1049,1050,1053,1049,461,1050,1053,0,1049,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,1049,461,461,1050,1049,1053,1049,1049,461,461,1050,1053,1049,461,1050,1053,1049,461,1050,1049,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1054,1050,1053,1050,1050,1050,1053,1053,1053,1053,1053,1053,1053,1054,1050,1053,0,1053,1050,1054,1054,1054,1054,1049,1050,461,461,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,461,1050,1053,1049,1053,1053,1053,1053,1053,1053,0,1052,1054,1052,1052,0,0,1056,1052,1056,1052,1056,1052,1056,1052,1056,1052,1056,1056,1052,1056,1052,0,1056,1052,1056,1052,1056,1056,1052,1056,1052,1056,1052,1052,1056,1052,1056,1052,1056,1052,1056,1056,1052,1056,1052,1056,1052,1056,1052,1056,1056,1052,1056,1052,1056,1052,1056,1052,1056,1052,1056,1056,1054,1056,1056,0,0,0,1056,1054,1054,1054,0,1056,1056,1054,1056,1054,1056,1056,1052,1056,1052,1056,1052,1056,1052,1056,1052,1056,1052,1056,1052,0,1056,1056,1056,2099,2099,2099,2099,2099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,520,520,0,520,0,520,0,0,1009,507,520,520,1082,1081,1081,1081,1081,0,507,520,0,1080,520,520,0,504,504,1009,504,520,520,0,520,507,0,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1078,0,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,500,520,1009,1081,507,520,1078,508,1082,1009,1079,1079,520,1081,520,1078,508,1082,1009,1081,520,1078,508,1082,1009,0,1081,507,520,1078,508,1082,1009,1079,0,504,504,504,0,1079,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1079,1079,1079,1079,1079,1081,507,520,1078,508,1082,1009,1079,1079,1079,1081,520,1078,1082,1009,1081,1081,1081,504,1079,1079,1079,1079,1079,1081,507,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,0,0,520,1078,0,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1079,508,0,1078,504,1079,1078,1082,508,508,508,504,508,0,1081,1078,508,504,1079,1079,0,1081,520,1078,508,1082,1009,507,507,520,1078,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1081,507,520,1078,508,1082,1009,1079,1079,508,508,1079,1079,1986,1987,1986,1987,1988,1988,1989,1990,1988,1989,1991,1992,1990,1993,1994,1990,1993,1994,1991,1990,1992,1995,1996,1994,1989,1990,1989,1991,1990,1990,1993,1993,1994,1997,1988,1990,1990,1995,1990,0,0,1080,0,0,510,512,513,0,0,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,0,515,515,515,515,515,515,515,515,0,0,509,509,509,509,509,504,509,504,504,0,509,0,509,506,506,509,506,509,506,509,506,509,506,506,509,506,509,506,509,506,509,509,509,506,504,504,504,509,506,509,506,509,506,509,509,509,509,504,509,509,506,509,506,509,506,509,506,509,506,509,506,509,506,509,506,509,506,509,506,509,506,509,506,509,506,509,506,504,504,504,509,509,509,509,506,509,506,509,506,509,506,509,506,509,506,509,506,0,34,0,0,879,0,0,76,983,0,983,0,487,0,879,0,983,495,495,495,0,0,76,0,121,487,0,0,799,487,983,483,0,0,0,487,0,1086,0,0,0,983,0,0,495,0,0,879,34,0,487,121,0,34,0,487,877,121,484,34,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,483,479,484,0,488,479,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,470,34,34,1087,0,470,470,470,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,470,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,877,474,887,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,479,479,479,471,474,473,0,879,1084,487,799,474,887,1085,1086,76,34,983,495,877,894,483,479,1087,121,484,879,1084,487,799,474,887,1085,1086,76,34,983,495,877,894,483,479,1087,121,484,1084,1087,0,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,479,479,887,1084,34,749,483,479,1087,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,471,483,471,476,471,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,480,879,1084,487,799,1085,1086,76,34,983,495,894,483,479,1087,121,484,879,879,879,983,983,983,483,483,483,479,479,479,121,121,121,484,484,484,0,479,121,470,120,495,473,749,983,877,495,879,1084,487,799,474,887,1085,1086,76,34,983,495,877,894,483,483,479,1087,488,121,484,0,887,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,879,879,879,1084,487,799,799,474,887,1085,1086,1086,1086,1086,76,76,76,76,34,34,34,34,34,983,749,495,495,495,495,877,877,877,877,877,877,877,894,894,894,483,483,483,479,479,1087,488,121,121,121,121,121,484,484,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,1086,1086,34,34,34,34,34,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,1086,34,0,879,983,121,479,121,877,887,0,471,0,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,479,479,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,34,34,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,488,488,34,34,488,495,488,476,479,479,0,0,476,471,877,887,470,121,488,121,0,476,471,479,484,799,470,474,34,877,483,479,488,121,484,1087,476,471,476,471,0,476,471,1085,1086,894,480,474,479,488,34,1084,480,480,480,480,488,480,0,488,488,877,480,471,887,471,479,887,471,479,480,471,120,120,483,483,479,121,484,0,471,0,0,1086,879,1084,487,799,474,887,1085,1086,76,34,983,495,877,894,483,479,1087,121,484,483,483,877,0,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,470,879,1084,487,799,474,887,1085,1086,76,34,983,749,495,877,894,483,479,1087,488,121,484,479,877,887,120,0,1084,479,121,0,473,474,1084,479,473,480,749,480,480,480,483,479,484,483,479,484,0,900,879,897,900,879,0,897,897,879,900,0,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,897,897,900,900,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,897,900,0,0,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1084,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1098,1084,1098,1098,1098,1098,1098,1098,1098,1098,1084,0,0,0,0,496,496,1099,496,475,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,480,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,475,1099,496,475,475,0,480,475,480,1099,0,480,480,0,480,480,480,0,480,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,1099,496,475,475,480,1099,480,480,480,489,487,0,489,487,0,1100,487,0,487,1101,0,487,487,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1101,1101,1101,489,489,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1100,1101,489,1679,1679,1680,1678,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,120,120,120,120,0,0,0,799,1102,1096,1096,1096,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1102,1096,1102,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1102,1096,1103,0,0,0,1103,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,517,482,1103,1103,482,482,482,1103,1103,1103,482,1103,482,482,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,482,482,1103,482,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,1103,482,0,0,1106,0,0,0,875,876,876,1106,0,1106,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,1105,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,876,511,1105,1105,1106,876,511,1105,1106,876,875,875,511,1105,1106,876,511,1105,1106,876,511,511,511,1105,1105,1105,1106,1106,1106,876,876,876,511,1105,1106,876,511,511,1105,1106,876,511,1105,1106,876,511,511,511,511,1105,1106,876,511,1105,1106,876,511,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,1105,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,511,1105,1106,876,2070,2070,2070,745,0,0,1682,1682,1683,0,0,1682,745,1683,1683,1683,745,0,1998,1999,1998,1999,1998,1999,1998,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,745,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,1107,0,0,122,0,122,485,485,485,122,485,122,485,122,485,122,485,0,122,485,122,485,485,122,485,485,122,485,122,485,122,485,0,485,485,122,485,122,485,122,485,122,0,122,485,122,485,122,485,122,485,122,122,485,122,485,122,485,122,485,122,485,122,485,122,485,122,485,122,485,122,485,122,122,122,122,122,122,122,485,485,122,485,0,0,0,122,122,485,0,122,485,485,122,485,122,485,122,485,122,485,122,485,122,485,122,485,122,485,0,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,878,0,878,878,878,878,878,878,878,478,1069,0,1109,1109,0,486,0,1109,1109,1109,0,1069,486,486,486,0,1069,1110,1069,486,1069,1110,486,486,486,1069,0,486,478,1109,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,0,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,486,486,1108,1069,478,1109,1110,486,478,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1069,478,1109,1110,486,1069,1069,1069,486,486,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1069,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,478,1108,1108,486,1108,478,478,478,478,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,1108,1069,478,1109,1110,486,2071,2072,2073,2074,2073,2074,0,1111,0,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,0,0,0,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,1112,491,1112,491,1112,476,491,1112,491,1112,491,491,1112,491,1112,0,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,476,476,491,1112,491,491,1112,476,491,1112,491,1112,476,491,1112,476,491,1112,1112,476,491,1112,491,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,491,1112,1112,0,0,0,0,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,481,1113,481,477,1113,481,477,481,1113,481,477,473,1113,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,1113,1113,481,477,1113,481,477,1113,481,477,481,477,1113,1113,473,1113,1113,1113,1113,481,477,1113,481,477,1113,481,477,1113,481,477,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,1113,477,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,1113,481,477,473,1113,473,1113,1114,0,0,1114,0,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,514,1114,514,1114,880,880,514,1114,514,1114,514,514,514,1114,1114,1114,514,1114,514,1114,514,1114,514,514,514,1114,514,1114,514,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,514,1114,893,899,850,850,888,893,896,0,0,893,886,882,893,885,0,0,893,885,0,888,0,893,893,899,0,885,888,0,0,896,888,896,888,896,888,896,888,896,888,896,888,896,888,882,887,896,888,885,896,888,896,888,886,896,888,887,885,882,896,882,893,893,896,888,896,888,896,888,0,896,888,888,888,888,893,893,893,893,896,888,887,896,888,896,888,896,888,886,882,885,0,886,886,887,896,888,896,888,896,888,896,888,896,888,896,888,896,888,896,888,896,888,896,888,882,882,887,893,886,886,886,885,882,886,882,887,887,896,888,896,888,896,888,896,888,896,888,896,888,896,888,896,888,882,885,886,886,887,886,882,0,1115,889,898,0,1115,0,1116,1116,1116,898,0,898,0,1116,1115,882,1116,1115,1116,1117,0,898,1116,1116,1115,1116,1117,898,898,898,898,889,1116,1116,1116,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,882,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,882,882,898,1115,1116,1117,889,898,1115,1116,1117,889,1116,898,1115,1116,1117,889,898,1115,1116,1117,1117,1117,1117,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,882,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,882,882,882,882,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,898,1115,1116,1117,889,882,1116,882,2075,0,885,0,885,0,885,971,895,971,895,971,895,971,895,971,895,971,895,971,895,971,895,885,971,971,895,971,895,895,971,895,885,971,895,971,895,971,895,971,895,895,971,895,895,971,895,971,895,971,895,885,971,971,895,971,895,971,895,971,895,971,895,971,895,971,895,971,895,971,895,971,895,885,971,971,895,971,895,971,895,971,895,971,895,971,895,971,895,971,895,885,971,0,0,523,523,523,523,523,523,523,524,523,524,523,524,523,524,523,524,523,524,523,524,523,523,523,523,523,523,523,523,523,524,523,524,523,524,523,524,523,523,524,523,524,523,524,523,524,523,524,523,524,523,524,523,523,524,523,524,523,523,523,523,523,523,523,523,524,523,524,524,524,523,524,524,524,523,523,523,524,523,524,524,523,523,524,523,523,523,523,523,523,523,523,523,523,524,523,523,524,523,524,523,524,523,524,523,524,523,524,523,524,523,524,523,524,523,524,523,524,523,523,523,523,523,523,523,524,524,523,523,524,523,523,523,524,524,523,524,523,523,523,523,523,523,524,523,524,523,524,523,523,523,524,523,524,523,524,523,524,523,524,523,0,0,1074,1074,1074,1074,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1121,1121,1121,1074,1121,1074,1121,1074,1121,1074,1121,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,1074,1121,2000,2001,2002,2003,2000,2001,2002,2003,0,1126,1126,0,0,0,0,0,1126,969,472,1126,969,472,1126,969,472,1126,969,472,1126,969,472,1126,969,472,1126,969,472,1126,969,472,471,472,969,969,1126,969,472,490,490,1126,969,472,1126,969,472,471,472,472,472,471,471,969,1126,969,472,472,472,490,472,490,969,1126,969,969,472,1126,969,472,1126,969,472,969,969,969,471,472,1126,969,472,1126,969,472,1126,969,472,1126,969,472,1126,969,1126,969,472,1126,969,472,1126,969,472,1126,969,472,1126,969,472,471,969,969,471,969,472,471,471,0,471,490,969,471,969,471,969,969,471,969,471,472,969,969,471,472,0,490,969,0,1126,969,472,1126,969,472,1126,969,472,1126,969,472,1126,969,472,1126,969,472,1126,969,472,969,969,901,0,1124,1126,0,1124,1126,901,0,0,0,0,0,901,0,1124,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,490,1124,1125,490,1124,1125,901,1124,1125,901,1124,1125,901,1124,490,901,902,0,1124,1125,490,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,902,0,904,904,904,1125,0,903,0,1124,1125,490,904,903,0,1124,1125,490,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,1124,1125,901,902,0,0,907,907,907,907,907,907,907,907,907,907,907,0,907,907,907,907,907,907,907,907,0,907,0,902,0,0,907,907,907,907,907,907,907,907,907,907,907,907,907,907,902,907,907,907,907,907,907,907,907,907,902,0,906,0,906,0,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,0,903,0,903,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,905,906,0,0,904,0,904,0,904,0,904,899,850,0,850,0,899,0,0,909,0,0,850,899,910,25,909,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,25,850,899,25,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,0,850,899,910,25,850,899,850,850,850,850,899,910,25,850,899,899,899,910,25,850,899,910,25,850,899,910,25,850,899,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,0,899,850,899,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,850,899,910,25,497,497,0,0,0,497,498,497,498,497,498,497,498,497,498,497,498,497,498,497,498,472,498,498,498,498,497,498,497,498,497,498,0,497,497,497,498,498,498,498,498,497,498,497,498,497,498,497,498,498,472,497,498,497,498,497,498,497,498,498,497,498,497,498,497,498,497,498,497,498,497,498,498,472,498,472,498,497,498,497,498,497,498,497,498,497,498,497,498,497,498,1001,1001,1097,1071,1127,1127,1003,1071,0,1127,1127,1127,1127,1002,1002,0,0,1003,0,0,1127,1097,1001,1127,0,0,1127,1127,0,1071,1127,0,1002,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,1097,1097,518,1005,1127,1001,1002,1071,1097,1003,1005,1005,1001,1071,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,1127,1001,1002,1071,1097,1001,1001,1001,1002,1002,1002,1097,1097,1097,1005,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,0,1005,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,518,1005,1127,1001,1002,1071,1097,1003,1005,1005,1005,1097,1005,1005,1005,1005,0,1005,518,1005,1127,1001,1002,1071,1097,1003,1005,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,518,1005,1127,1001,1002,1071,1097,1003,1005,2004,2005,2005,2004,2006,2006,519,519,0,0,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,0,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,2007,2008,2008,2008,2008,0,0,1128,1128,1128,1128,1128,1128,1128,1128,1128,1128,1128,1128,1005,1128,1128,1128,1128,1128,1128,1128,1128,1005,1128,1128,1128,1128,1005,1128,1128,1128,1128,1128,1128,1128,1128,1128,1128,1005,1005,1005,1005,1005,1005,1005,1005,1128,1005,1128,1128,1128,1128,1128,1128,1128,1005,0,500,0,0,0,0,0,0,0,0,0,108,1062,108,1062,108,1062,108,1062,108,1062,0,108,108,1062,108,1062,0,1062,108,1062,108,1062,108,1062,108,1062,108,1062,95,1062,0,0,108,1062,108,1062,108,1062,108,108,1062,108,1062,108,1062,108,1062,108,1062,1062,108,1062,108,1062,108,1062,108,1062,108,108,1062,0,108,95,1062,108,1062,95,1062,0,1062,108,1062,108,1062,108,1062,108,1062,108,1062,108,1062,108,1062,108,0,0,0,0,0,0,0,0,0,0,0,0,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,1130,0,1130,1130,1130,1130,1130,1130,1130,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,559,530,632,0,0,521,530,632,125,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,125,526,528,531,0,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,534,526,528,531,528,531,531,528,526,125,547,534,531,0,0,534,535,526,552,0,534,526,528,531,534,528,531,528,0,534,526,534,528,528,531,526,0,0,125,0,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,0,542,542,552,542,542,552,542,0,526,534,534,535,526,526,627,0,0,526,535,535,534,535,535,521,526,526,526,542,559,535,627,0,526,542,526,526,0,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,0,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,0,0,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,0,678,680,1129,1131,678,680,1129,1131,679,681,678,680,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,678,680,679,679,681,681,1132,1129,1131,1129,1131,1129,1129,1129,1131,1131,1131,678,680,679,681,1132,1132,1129,1129,1131,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,1131,1131,678,680,679,681,1132,1129,1131,678,680,678,680,1129,1131,680,1129,1131,679,681,680,678,680,680,678,680,680,679,681,678,678,680,680,680,678,680,679,681,678,678,680,680,680,678,680,1129,1131,1132,1129,1131,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,679,681,679,681,678,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,678,680,679,681,1132,1129,1131,0,680,0,0,0,0,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,682,0,1134,1134,683,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,683,682,682,1133,1134,1134,1134,1134,1134,683,682,1133,1134,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,1133,683,682,1133,1134,682,682,683,683,1133,682,682,1134,1134,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,683,683,683,682,1133,1134,683,682,1133,1134,683,682,1133,1134,0,0,0,0,0,0,0,1137,1135,685,686,1139,1138,684,1135,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1135,0,0,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1137,1135,685,686,1139,1138,684,684,1137,1138,1137,1138,1137,1135,685,686,1139,1138,684,1135,1135,1139,1137,1135,685,686,1139,1138,684,684,1137,1135,685,686,1139,1138,684,684,1137,1137,1135,685,685,686,1139,1138,684,0,1137,1135,685,686,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,684,684,1137,1135,685,686,1139,1138,684,1135,1137,1137,1135,1139,684,684,684,684,684,1135,1139,1139,1139,684,1137,1138,1137,1138,1137,1137,1139,1135,1138,1138,684,1137,1138,686,686,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1139,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1137,1135,685,686,1139,1138,684,1147,1147,0,1147,1147,0,0,0,0,0,0,0,0,1147,0,0,0,0,1147,1147,1147,0,0,0,1147,614,0,1147,1147,0,614,2009,0,0,1147,1147,1147,1147,0,0,1147,1147,0,1147,1147,1147,0,0,1147,0,0,1147,1147,1147,1147,1147,1147,2009,1147,1147,1147,0,0,0,0,1147,0,0,0,0,0,1147,0,0,0,0,0,0,1147,614,1147,0,1147,1147,1147,1147,0,1147,0,0,0,0,1147,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,612,615,612,615,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,1143,1143,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,1144,1145,1146,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,542,1147,615,614,1148,1149,1147,615,614,1148,1149,547,1147,1148,1147,1148,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,551,691,1148,1148,1144,1145,543,1149,643,552,0,0,0,1149,135,612,612,691,692,693,1151,1147,615,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,135,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,0,1143,1147,614,1148,1147,1147,1147,614,614,614,1148,1148,1148,552,1148,547,1148,135,135,612,691,692,693,1151,1151,1147,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,1148,1144,1145,543,1149,643,1143,1144,1145,543,643,135,1148,1144,1145,1146,543,1149,643,1143,1147,1148,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,1152,548,687,688,689,561,573,616,622,617,618,619,620,621,628,674,676,675,135,1148,1144,1145,543,1149,643,1143,547,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,640,641,135,135,643,552,135,612,615,1148,1144,1145,1146,1149,1143,135,1147,1148,1152,548,687,688,689,561,573,616,622,617,618,619,620,621,628,674,676,675,611,693,1148,1144,1145,1146,1149,1149,1149,1149,589,641,551,691,1148,1144,1145,543,1149,643,611,693,1148,1144,1145,1146,1149,1149,1149,1149,589,641,593,544,691,692,1148,1144,1145,543,1149,640,643,544,692,1148,1144,1145,543,1149,640,589,613,1148,1144,1145,1149,1144,611,693,1148,1144,1145,1146,1149,1149,1149,1149,641,611,693,1148,1144,1145,1146,1149,1149,1149,1149,641,1149,135,542,1148,542,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,552,542,1148,542,1148,552,542,1148,0,640,641,627,1148,1144,1143,643,1149,0,135,542,1143,589,627,542,1147,615,614,1148,1149,135,1151,1147,135,1151,1147,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,1152,548,687,688,689,561,573,616,622,617,618,619,620,621,628,674,676,675,593,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,135,612,691,692,693,1151,1147,615,614,1148,1144,1152,1145,1146,543,548,687,688,689,1149,561,573,589,593,616,622,617,618,619,620,621,628,640,641,643,1143,674,676,675,1144,1145,1146,547,1148,547,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,1148,547,1148,0,0,0,0,0,0,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1175,1179,1176,1176,1180,1177,1177,1178,1178,1175,1179,1176,1176,1180,1177,1177,1178,1178,1175,1179,1179,1176,1176,1180,1180,1177,1177,1178,1178,1175,1179,1176,1180,1177,1178,1175,1175,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1179,1180,1175,1175,1179,1176,1180,1177,1178,1179,1180,1175,1175,1177,1178,1175,1179,1180,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1175,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,1175,1179,1176,1180,1177,1178,0,0,0,0,0,559,530,632,0,521,530,632,125,0,0,0,0,0,0,0,0,0,0,0,0,0,526,528,531,526,534,526,534,526,535,526,526,526,534,526,526,542,526,535,547,526,526,551,552,526,526,526,528,531,535,535,552,526,526,526,526,534,526,528,534,526,535,547,526,526,526,526,534,526,0,534,526,528,531,528,531,531,528,526,547,534,531,534,535,526,552,534,526,528,531,534,528,531,528,534,526,534,528,528,531,526,125,559,611,535,551,559,611,535,521,526,544,544,559,535,613,534,611,611,542,542,552,542,542,552,542,526,534,534,535,526,526,627,526,535,535,534,0,535,535,521,526,526,526,542,559,535,0,627,526,542,526,526,534,526,531,531,531,531,531,531,531,531,531,528,531,528,531,531,531,531,531,530,632,531,528,531,531,531,534,528,526,535,535,547,547,547,526,0,0,0,0,0,0,0,704,716,0,0,530,0,0,0,0,0,0,704,716,0,0,704,716,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,530,0,0,0,125,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,528,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,592,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,534,534,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,534,633,1181,705,1182,707,695,592,633,1181,705,1182,707,695,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,592,1182,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,696,633,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,0,528,592,592,534,528,534,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,625,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,702,715,709,710,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,534,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,534,528,528,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,528,706,702,715,578,567,594,598,646,580,602,668,539,625,624,587,657,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,695,709,592,696,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,534,697,633,578,567,570,594,590,598,646,580,602,668,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,592,592,0,0,0,0,0,0,534,534,528,534,528,528,0,534,534,0,528,528,704,716,633,0,125,633,706,702,715,578,567,594,598,646,580,602,668,539,625,624,587,657,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,570,659,569,592,592,592,570,659,569,592,592,0,0,570,590,659,569,707,592,592,592,570,659,569,592,592,534,592,592,633,633,0,534,534,0,0,0,534,570,590,659,569,592,570,659,569,592,633,704,716,578,534,633,1181,705,1182,707,695,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,528,528,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,0,0,0,0,0,0,530,633,706,715,578,567,594,598,646,580,602,668,539,625,587,657,529,605,556,604,584,582,599,596,601,669,703,705,716,695,711,712,713,714,717,710,592,570,590,659,569,592,528,0,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,633,1181,706,702,715,578,567,570,594,590,598,646,580,602,668,539,625,624,587,657,659,569,529,605,556,604,584,582,599,596,601,669,703,705,704,716,1182,707,695,698,699,700,701,708,709,711,712,713,714,717,710,592,534,528,1181,633,0,0,0,559,0,0,0,0,0,0,0,0,0,0,0,0,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,535,631,546,718,558,560,572,634,635,630,719,671,673,536,718,635,671,718,635,671,535,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,0,631,546,718,558,560,572,634,635,630,719,671,673,536,535,535,535,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,558,634,635,671,673,536,558,634,635,671,673,536,558,634,635,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,560,572,630,558,634,635,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,634,635,673,536,535,631,546,560,572,630,559,718,558,634,635,719,671,673,536,535,559,718,558,634,635,719,671,673,536,535,634,635,671,673,536,559,718,558,634,635,719,671,673,536,535,535,535,535,535,535,634,635,671,673,536,559,718,558,634,635,719,671,673,536,535,718,635,671,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,560,572,630,634,635,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,631,546,718,558,560,572,634,635,630,719,671,673,536,0,535,535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,732,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,526,531,526,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,526,526,526,526,526,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,526,526,526,1184,730,722,727,728,720,724,726,732,694,690,1185,722,727,728,720,724,726,732,694,690,1185,526,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,526,586,526,526,1186,1184,730,732,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,0,526,1187,1188,732,1185,1187,1187,1187,1188,1188,1188,732,732,732,1185,1185,1185,531,1186,1184,730,526,526,526,526,526,526,1189,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,1187,665,1188,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1185,526,526,526,526,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1186,1184,730,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,526,0,555,562,563,568,579,588,581,595,564,608,636,637,642,645,644,647,677,545,623,626,537,538,565,540,532,557,585,583,591,600,597,607,655,656,658,660,652,665,666,667,650,651,729,731,555,562,563,568,579,588,581,595,564,608,636,637,642,645,644,647,677,545,623,626,537,538,565,540,532,557,585,583,591,600,597,607,655,656,658,660,652,665,666,667,650,651,729,731,555,562,563,568,579,588,581,595,564,608,636,637,642,645,644,647,677,545,623,626,537,538,565,540,532,557,585,583,591,600,597,607,655,656,658,660,652,665,666,667,650,651,729,731,1194,732,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,526,531,531,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,531,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,526,549,670,550,553,574,533,527,577,575,588,603,629,1190,1191,1192,1193,576,664,662,653,654,661,663,648,649,694,555,562,563,568,579,588,581,595,564,608,636,637,642,645,644,647,677,545,623,626,537,538,565,540,532,557,585,583,591,600,597,607,655,656,658,660,652,665,666,667,650,651,729,731,1184,1184,1184,730,730,730,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,531,694,690,579,1186,1184,730,639,638,644,721,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,540,532,557,585,583,591,600,597,607,664,655,656,658,660,653,652,665,661,666,667,663,648,649,727,728,720,723,724,726,729,731,734,0,1184,730,1184,730,1184,1184,526,1186,1184,730,526,531,531,1186,1184,730,694,690,526,608,608,0,531,608,608,526,0,549,670,550,553,574,533,527,577,575,588,603,629,1190,1191,1192,1193,576,664,662,653,654,661,663,648,649,694,555,562,563,568,579,581,595,564,608,636,637,642,645,644,647,545,623,626,537,538,565,638,532,557,585,583,591,600,597,607,655,656,658,660,652,665,666,667,650,651,586,586,555,562,563,568,579,581,595,564,608,636,637,642,645,644,647,545,623,626,537,538,565,638,532,557,585,583,591,600,597,607,655,656,658,660,652,665,666,667,650,651,586,0,0,521,725,1186,1184,730,541,554,555,562,563,568,579,581,595,564,608,636,637,642,645,644,647,677,545,623,626,537,538,565,639,540,532,557,585,583,591,600,597,607,655,656,658,660,652,665,733,666,667,650,651,722,727,728,720,723,724,726,729,731,734,694,526,608,608,586,555,562,563,568,579,581,595,564,608,636,637,642,645,644,647,545,623,626,537,538,565,638,532,557,585,583,591,600,597,607,655,656,658,660,652,665,666,667,650,651,586,1186,1184,730,1186,1186,526,0,0,639,638,526,526,0,0,0,526,0,521,1186,1184,541,554,555,562,563,568,579,581,595,564,608,636,637,642,645,644,647,677,545,623,626,537,538,565,540,532,557,585,583,591,600,597,607,655,656,660,652,665,666,667,722,727,728,720,723,724,726,526,526,1184,1184,526,555,562,563,568,579,581,595,564,608,636,637,642,645,644,647,545,623,626,537,538,565,638,532,557,585,583,591,600,597,607,655,656,658,660,652,665,666,667,650,651,526,644,644,526,526,526,722,727,728,720,724,726,732,694,690,1185,1189,1187,1188,1185,1189,1187,1188,1185,732,531,531,531,531,531,531,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,531,531,531,531,531,531,531,531,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,531,550,574,577,629,664,662,653,654,661,663,648,649,694,632,725,1186,1184,730,541,554,562,563,568,579,581,595,564,608,636,637,642,645,644,647,626,537,538,565,639,540,532,557,585,583,591,600,597,607,655,656,658,660,652,665,733,666,667,650,651,722,727,728,720,723,724,729,731,734,694,531,531,531,531,0,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,1189,725,1186,1184,730,541,549,670,550,553,554,555,562,563,568,574,533,527,577,575,579,588,581,595,564,603,629,608,1190,1191,1192,1193,636,637,642,645,644,647,677,545,623,626,537,538,565,576,639,638,540,532,557,585,583,591,600,597,607,664,662,655,656,658,660,653,654,652,1187,665,1188,661,733,666,667,650,651,663,586,648,649,722,727,728,720,723,724,726,729,732,731,734,694,1194,690,1185,0,526,526,0,0,0,0,0,0,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1203,1203,1203,1203,1201,1199,1202,1197,1203,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,1201,1199,1202,1197,1203,0,0,0,0,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,0,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,1198,1200,1204,0,0,0,610,0,0,0,0,610,610,0,0,0,610,0,0,0,0,0,0,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,735,735,610,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,610,610,737,740,1209,742,744,609,735,610,1205,1208,735,610,1208,735,735,610,1208,610,610,737,740,1209,742,744,609,735,610,1205,1208,1205,1209,737,740,1209,742,744,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,696,737,740,740,1209,742,744,609,735,735,610,1205,1208,610,1205,1208,610,610,610,737,737,740,1209,742,744,609,735,610,1205,1208,737,740,740,740,740,740,740,1209,742,742,742,742,742,744,609,735,735,610,610,610,1205,1205,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,610,610,735,610,610,737,740,1209,742,744,609,735,610,1205,1208,609,610,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,1209,744,735,610,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,740,742,740,696,737,740,1209,742,744,609,735,610,1205,1208,610,610,737,609,610,610,610,610,610,740,1209,742,744,1205,1208,744,735,0,0,610,740,742,1209,737,736,738,739,738,741,736,741,739,1209,735,610,1208,737,737,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,740,742,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,737,740,1209,742,744,609,735,610,1205,1208,1205,743,1209,735,743,735,0,609,0,735,0,0,0,748,0,0,0,1213,1213,1213,1213,1213,1213,1213,1213,1213,0,1213,1213,1213,1213,1213,1213,1213,1213,1213,748,1213,1213,1213,1213,1213,1213,1213,1213,1213,1213,1213,0,0,748,1213,1213,1213,1213,1213,1213,1213,0,1213,1215,1214,0,751,0,1217,0,0,0,1082,1215,0,0,1214,1215,1217,1214,0,0,0,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1038,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1040,1039,1038,1041,1214,1215,1216,1217,1040,1040,1039,1041,1214,1215,1216,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,751,1040,1039,1038,1041,1214,1215,1216,1217,1040,1217,0,1039,1038,1041,1214,1215,1216,1217,1040,1040,1039,1039,1039,1039,1038,1041,1214,1215,1216,1217,1217,1217,1040,1040,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1038,1041,1041,1040,1041,1038,1216,0,1040,1038,1038,1039,1216,1040,1040,0,1039,1041,1039,1038,1041,1214,1215,1216,1217,1040,1038,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1039,1038,1041,1214,1215,1216,1217,1040,1040,1041,1041,1041,1041,1041,1221,0,1217,1221,0,1217,0,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1221,1039,1039,1221,1221,1221,1221,1221,1221,1221,1221,0,0,0,1218,1222,0,1218,1218,1218,1222,1218,1222,1218,1222,1218,1222,1218,1218,1222,1218,1222,1218,1218,1222,1222,1218,1222,1222,1218,1218,1222,1218,1218,1222,1218,1222,1218,1222,1218,1222,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1218,1218,1218,1222,1218,1222,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,1218,1222,0,0,1223,1223,1223,1223,1223,1223,1223,1223,1222,1223,1223,1223,1223,1223,1223,1223,1222,1223,1223,1223,1223,1223,1223,1223,1223,1223,1223,1223,1223,1223,1223,1223,1223,1223,1222,1223,1222,1223,1223,1223,1223,1223,1223,1223,1223,1223,0,0,0,0,0,2010,2011,771,1239,0,0,0,1238,0,2010,2011,771,2010,2011,771,0,1241,0,0,0,755,753,1242,0,0,0,0,0,2010,2011,771,0,0,1239,1239,0,1240,760,1241,0,0,0,0,0,0,0,0,0,0,1240,760,2010,2011,771,0,1238,1239,0,1238,0,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1224,1219,1227,1219,1226,1229,1230,1230,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1229,1230,1230,0,1224,1219,1227,1219,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1227,768,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,768,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,764,1237,0,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1229,1230,1230,768,1219,1229,1227,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1229,1230,1230,768,771,1238,1239,1240,1241,760,755,753,1242,771,771,771,760,760,760,755,755,755,753,753,753,1242,1242,1242,1224,1225,764,1237,1224,1229,1230,1219,1226,768,1224,1225,771,1219,1226,1236,1227,1228,1238,1239,1240,1241,760,755,753,1242,1235,1247,768,1244,1224,1225,1225,771,771,1219,1226,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1219,1227,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,755,753,752,1244,1219,1226,1227,1228,754,1219,1226,764,754,1219,1226,764,771,760,755,753,1242,1219,1226,764,1219,1219,1226,1226,764,1227,1228,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,1224,1219,1226,1226,1234,1235,1236,1247,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,771,1226,1227,1228,1241,1240,1241,1240,1224,1225,1219,1226,1227,1228,764,1237,1219,1226,0,768,1219,1226,1227,1228,1229,1230,1230,0,1244,1219,1229,1230,1227,1247,1234,1235,1236,1224,1225,1224,1225,752,1244,1219,1226,1229,1230,1230,755,753,1240,0,0,764,1224,1235,764,1237,0,758,1229,1230,1230,1229,1230,1230,1227,1219,1226,1219,768,771,1240,768,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,755,753,1242,0,771,1219,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1247,768,1244,1224,1225,771,1219,1226,1229,1230,1234,1235,1236,1227,1228,764,1237,1238,1239,1240,1241,760,755,753,1242,1219,1229,1227,771,1229,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,2012,2013,2014,2015,2015,2013,2016,2014,2015,2013,2016,2014,2015,0,0,0,0,0,770,0,0,0,772,773,775,767,1232,759,1232,759,1232,759,1232,759,1232,759,765,1232,759,1232,759,1232,775,765,775,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,759,772,773,1232,1232,772,773,775,767,1232,772,773,775,767,1232,767,767,770,772,772,773,775,775,1232,1232,772,773,775,767,1232,767,1232,767,1232,765,759,775,775,1232,772,773,775,767,1232,759,765,772,773,775,775,1232,1232,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,759,772,773,1232,1232,767,1232,759,1232,759,775,1232,767,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,1232,765,775,772,773,775,767,1232,1232,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,1232,772,773,775,767,1232,759,765,772,773,775,775,1232,1232,765,775,775,772,773,775,767,1232,759,772,773,1232,767,759,1232,759,765,772,773,775,775,1232,1232,765,775,765,775,765,775,765,775,765,775,765,775,765,775,759,765,772,773,775,775,1232,1232,772,773,775,765,775,765,775,765,775,765,775,767,1232,767,767,767,767,759,775,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,772,773,775,767,1232,765,775,1232,759,1232,1232,0,0,0,0,0,0,0,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1231,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1231,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1231,1231,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1231,1252,1252,1231,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1252,1252,1252,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1231,1243,1246,1254,1243,1231,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1252,1231,1243,1246,1254,1231,0,0,0,0,0,777,777,777,777,777,777,0,0,0,777,777,777,777,0,0,0,777,777,0,776,0,0,0,0,777,777,777,0,0,0,0,777,1255,1256,1256,1256,1257,1264,1258,763,1265,1255,1259,1256,762,762,762,762,776,1257,1257,1258,1258,763,763,1259,1259,2017,762,762,762,776,1257,1257,1258,1258,763,1259,0,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1255,1256,1256,1258,1259,1256,776,1257,1257,1258,1258,763,763,1259,1259,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1258,763,1259,1256,1257,1258,1259,1256,1257,1258,1259,1256,1259,1255,1256,1256,1257,1264,1258,763,1265,1255,1259,1256,762,762,1256,1257,1257,763,763,763,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,763,1259,1257,1264,1258,763,1265,1255,1259,1256,762,1256,763,1259,1258,1258,0,1258,1258,762,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,776,1257,1258,1258,763,1259,1259,763,1265,1255,1259,762,762,762,1258,1259,1258,1257,1264,1258,763,1265,1255,1259,1256,762,776,1258,1258,763,1259,1259,776,1258,1258,763,1259,1259,1257,777,1257,1264,1258,763,1255,1259,1256,762,1265,1255,1255,1255,762,762,762,1257,1258,1259,1257,1258,1259,1257,1258,1259,1258,1259,1264,1257,1258,1259,1259,1259,776,1257,1257,1258,1258,763,763,1259,1259,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1257,1264,1258,1259,776,1257,1257,1264,1258,1258,763,1259,1259,1258,1257,1258,1257,1258,1258,1259,1258,1259,1257,1264,1258,1257,1264,1258,1258,1259,1258,1259,1258,1259,1258,1259,762,762,762,776,1257,1257,1257,1257,1264,1258,1258,1258,763,763,763,1265,1255,1259,1259,1259,1256,762,1264,1258,763,1259,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,762,1257,762,2018,763,763,1257,1264,1258,763,1265,1255,1259,1256,762,763,1265,763,763,1256,1265,763,1256,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1255,1259,762,1255,1258,1259,1258,1259,1258,1264,1255,1258,1259,1258,1259,768,763,1259,762,763,763,1258,1259,1258,1259,1258,1259,1258,1259,1259,1259,2019,2019,2019,2019,2019,2019,2020,763,2020,762,762,762,1255,1255,1258,1255,763,763,1255,762,762,0,1265,762,1255,0,1258,1258,762,762,1257,1264,776,1257,1257,1258,1258,763,763,1259,1259,1257,763,762,1265,1255,762,0,1258,763,1258,763,763,1255,763,1255,776,1257,1257,1258,1258,763,763,1259,1259,763,776,1257,1257,1258,1258,763,763,1259,1259,763,1265,1259,763,1257,762,762,762,762,768,1257,1255,776,1257,1257,1258,1258,763,763,1259,1259,1264,1258,763,1259,1264,1259,762,1258,763,1265,1259,762,1258,763,1265,1259,762,763,1257,1264,1258,763,1265,1255,1259,1256,762,1258,1258,1257,763,0,1256,1258,763,1259,763,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,1257,1264,1258,763,1265,1255,1259,1256,762,0,777,0,1265,763,763,2018,776,1257,1257,1258,1258,763,763,1259,1259,2021,2022,2023,1258,1259,1258,1259,1257,1264,776,1257,1257,1258,1258,763,763,1259,1259,2021,2022,2023,1258,1259,1258,1259,762,0,0,0,0,1266,1266,1266,1266,1266,1266,1266,1266,1257,1266,1266,1266,1266,1264,1266,1264,1266,1266,1266,1266,1266,1266,1266,1266,1266,1266,1266,1266,1266,768,1266,1257,1264,1257,768,1257,1264,1266,1266,1266,1266,1266,1266,1266,1257,1264,0,0,0,0,0,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,794,794,1272,794,794,1272,794,1272,794,794,1273,1275,1272,1272,1274,794,794,1273,1275,1272,1272,1274,794,1273,1275,1272,1274,794,1272,1273,1275,794,1272,794,1273,1272,1274,794,1272,794,1273,1272,1274,794,1272,1274,794,1272,1274,794,1273,1275,1272,1274,794,1272,794,794,1273,1275,1272,1272,1274,794,794,1273,1275,1272,1272,1274,794,794,794,1273,1273,1275,1275,1272,1274,1274,794,794,1272,1272,1274,794,794,794,1272,1272,1272,1274,1274,1274,794,794,794,1273,1272,1272,1274,1274,794,794,1273,1275,1272,1272,1274,794,1273,1275,1272,1274,1272,794,794,1273,1275,1272,1274,1272,794,1272,1272,794,1272,1272,794,1272,794,1273,1275,1272,1274,794,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,794,794,794,794,1273,1275,794,1273,1275,1272,1274,794,1272,794,1272,794,1272,1272,794,1272,794,1272,1272,794,1272,1274,794,1272,1273,1275,1273,1275,1273,1275,1273,1275,1273,1275,1273,1275,794,1272,1272,1274,794,1272,794,794,1272,1272,794,794,1272,794,1272,794,794,1272,1274,1273,1275,1273,1275,794,794,794,794,1273,1272,1274,1272,1274,1272,1274,794,1272,794,1273,1275,1272,1274,794,794,794,1273,1275,1272,1272,1272,1274,794,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1272,1272,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,1273,1275,1272,1274,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,794,1272,1272,1272,0,0,1267,1267,1267,1267,1267,1267,1267,1267,1267,1258,1258,1267,1267,1267,1267,1258,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,1258,1267,1267,1267,1267,1267,1267,1267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,786,761,787,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,1278,1278,757,757,784,784,1279,1280,778,778,786,786,1281,1282,761,761,787,787,1278,757,757,784,784,1280,778,786,1281,1282,761,787,757,784,781,782,781,782,1286,761,761,787,781,782,1278,757,784,1284,761,787,1220,1283,1220,1283,1278,757,784,1284,761,787,1220,1220,1283,1283,0,0,766,785,778,1284,1284,1284,1284,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,1280,0,0,0,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1278,757,784,785,1279,778,786,1281,1282,761,787,1220,1283,766,780,1278,757,784,785,1285,1286,1284,778,786,761,787,757,757,784,784,778,778,786,786,761,761,787,787,766,780,785,757,784,1279,778,786,761,787,761,787,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,1278,1279,756,1278,1279,756,761,787,761,787,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,785,778,786,766,780,766,780,785,783,761,787,1285,0,766,780,1278,757,784,785,1279,1280,778,786,1281,1282,761,787,1220,1283,756,783,780,786,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,1220,1283,757,784,766,766,780,780,1278,1278,1278,757,757,784,784,785,785,1280,1280,778,778,786,786,761,761,787,787,766,766,780,780,1278,757,757,784,784,785,785,1280,1280,778,778,786,786,761,761,787,787,757,784,761,787,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,778,786,761,787,766,766,766,780,780,780,1287,1287,1287,1278,1278,1278,757,757,757,784,784,784,785,785,785,1285,1285,1285,1286,1286,1286,1284,1284,1284,1279,1279,1279,1280,1280,1280,778,778,778,786,786,786,1281,1281,1281,1282,1282,1282,761,761,761,787,787,787,1220,1220,1220,1283,1283,1283,781,781,781,782,782,782,756,756,756,1284,757,761,783,757,757,784,784,778,778,786,786,761,761,787,787,766,780,1287,1278,757,784,785,1285,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,766,780,780,1287,1287,1287,1287,1287,1278,757,757,757,784,784,784,785,785,1285,1285,1285,1286,1284,1279,1280,778,778,778,778,786,786,786,786,1281,1281,1282,1282,761,761,761,761,761,787,787,787,787,1220,1220,1283,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,761,1220,1283,1220,1283,1280,757,784,1280,778,786,761,787,766,780,766,780,785,1285,1283,766,780,785,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,1285,766,780,757,784,785,1285,1286,1284,778,786,1281,1282,761,787,1220,1283,1280,1280,1278,1279,1286,778,786,761,787,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,785,778,786,1280,1284,1285,1286,1284,1279,1281,1282,1220,1283,766,780,785,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,785,766,780,785,766,780,766,780,785,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,1285,1286,1284,1279,1281,1282,1220,1283,1283,1283,766,780,785,778,786,766,780,757,784,785,778,786,761,787,1279,1281,1282,1220,1283,766,780,1284,778,786,1280,1284,1284,1280,761,787,766,780,1278,757,784,785,1284,778,786,761,787,778,786,761,787,1220,1283,1220,1283,1283,1283,1220,1283,1220,1283,1283,1283,1220,1283,1220,1283,1283,1283,1283,1283,1283,1283,757,784,761,787,1278,757,784,785,1279,778,786,761,787,766,780,785,785,1278,757,784,785,1279,778,786,761,787,766,780,785,785,766,766,780,780,1278,1278,757,757,784,784,785,785,1279,1280,1280,778,778,786,786,761,761,787,787,766,766,780,780,1278,757,757,784,784,785,785,1280,1280,778,778,786,786,761,761,787,787,1283,1278,757,784,1280,778,786,761,787,766,780,1287,1278,757,784,785,1285,1286,1279,1280,778,786,1281,1282,761,787,1220,1283,1283,1280,1285,781,782,1284,1284,761,787,781,782,778,786,761,787,0,1279,761,787,781,782,757,784,785,1283,766,785,1220,1283,1283,1220,1283,1278,1279,756,1283,0,0,757,1220,1283,1220,1283,1220,1283,761,787,1283,1284,1284,1286,762,783,0,761,787,757,784,1280,761,787,1220,1283,1285,766,780,757,757,784,784,785,778,778,786,786,761,761,787,787,766,780,785,766,780,785,1278,1278,766,780,785,1220,1283,781,782,781,782,781,782,766,783,766,780,785,0,0,1283,1284,757,784,778,786,1281,1282,761,787,761,787,1284,1278,757,757,757,784,784,784,1279,1280,778,786,1281,1282,761,787,1278,757,757,784,784,1280,778,786,1281,1282,761,787,1278,1278,778,778,786,786,761,761,787,787,783,1285,1286,1284,1220,1283,1220,1283,1220,1283,1220,1283,784,787,1283,757,1286,761,1220,757,784,778,786,1281,1282,761,787,1220,1283,784,787,1220,1283,1220,1283,1283,785,766,780,757,784,785,778,786,1281,1282,761,787,766,780,757,784,785,778,786,1281,1282,761,787,766,780,757,784,785,778,786,1281,1282,761,787,766,780,757,784,785,778,786,1281,1282,761,787,766,780,785,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,761,787,1287,1287,766,761,1285,1286,1284,1281,1282,761,787,757,784,778,786,1281,1282,761,787,784,787,766,780,757,784,785,778,786,1281,1282,761,787,785,778,766,780,757,784,785,1285,1286,1284,778,786,1281,1282,761,787,1220,1283,766,780,757,784,785,778,786,1281,1282,761,787,757,784,778,786,1281,1282,1280,1281,1279,1282,1279,1282,1286,1286,1279,1279,1281,1281,1220,1220,1284,1282,1283,1283,1284,1279,1282,1283,1283,1279,1281,1282,1279,1281,1282,1286,1286,1279,1279,1281,1220,1220,1284,1283,1284,1283,766,780,785,1220,1283,1285,766,780,1278,757,784,785,1279,778,786,1281,1282,761,787,1220,1283,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,761,787,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,1287,1278,757,784,785,1285,1286,1284,1279,1280,778,786,1281,1282,761,787,1220,1283,781,782,756,766,780,785,1284,0,0,1284,1280,780,786,1287,766,780,785,778,786,1220,1283,761,761,787,761,787,1220,1283,1287,757,784,1281,1282,761,787,781,782,766,780,785,784,787,782,780,784,787,782,780,1287,757,784,1281,1282,761,787,781,782,766,780,785,757,761,784,787,782,780,1287,784,1282,787,782,780,766,780,1278,757,757,784,784,785,1280,778,778,786,786,761,761,787,787,757,784,761,787,0,788,788,788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2024,2025,2026,2018,2026,2027,2027,2027,2025,2028,2029,2028,2029,2029,2029,2028,2029,2028,2029,2029,2029,2028,2029,2028,2029,2029,2029,2029,2029,2029,2029,2020,2030,2020,2030,2031,2027,2025,2032,2031,2025,2032,2033,2018,2026,2022,2034,2023,2035,2033,2036,2037,2022,2034,2023,2035,2033,2036,2037,2034,2035,2033,2037,0,0,0,0,0,789,790,791,792,793,0,0,0,0,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1259,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1259,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1268,1269,1290,1268,1269,1290,1268,1269,1268,1269,1259,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,1290,1268,1269,776,0,0,776,776,776,776,776,776,776,776,776,776,776,776,776,774,774,776,776,0,0,0,0,0,0,0,0,0,0,0,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,796,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,797,798,1291,1253,797,798,1291,1291,797,796,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,797,798,1291,1253,0,0,0,0,0,0,0,0,0,2038,2039,2040,2040,2040,2040,2040,2040,2041,2041,0,2042,0,0,2039,2043,2044,2045,2043,2044,2045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1233,1292,1292,1233,1292,1248,1233,1292,1248,1233,1233,1292,1292,1233,1292,1248,1248,1248,1233,1292,1248,1233,1233,1292,1292,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1233,1292,1292,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1248,1233,1292,1248,1233,1233,1292,1292,1292,1248,1248,1233,1292,1233,1233,1292,1292,1233,1233,1292,1292,1248,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,1292,1248,1233,0,0,0,0,0,0,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,764,1237,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1245,1250,1249,1251,1245,1245,764,1237,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,1250,1249,1251,1245,0,0,0,770,0,759,759,759,759,759,765,759,759,765,759,770,765,759,759,765,759,759,759,796,765,759,765,765,759,759,759,765,765,765,765,765,765,765,765,759,765,765,765,765,765,759,796,765,759,1215,1214,1217,0,0,0,1215,1214,1215,1217,1214,0,0,1041,1041,1041,1216,1216,1041,1041,0,0,1082,0,1083,800,1083,1083,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,800,1083,0,1083,1083,1083,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,1083,800,0,821,0,815,821,821,815,832,804,804,1323,821,0,805,805,815,802,0,0,0,802,2046,0,815,832,0,0,0,0,0,815,832,0,0,815,815,832,0,0,0,0,0,0,801,801,801,801,0,0,801,801,801,801,801,801,802,815,832,821,812,821,821,821,812,821,821,812,821,821,821,812,821,802,0,0,2046,815,832,802,0,809,0,0,815,832,815,832,0,0,815,832,811,0,821,812,821,821,812,821,0,821,812,821,0,0,821,812,821,821,812,821,0,821,812,821,0,0,804,815,832,815,832,821,802,832,815,832,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,801,815,804,829,827,830,828,804,829,827,830,828,804,829,827,830,828,804,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,806,801,836,801,836,801,801,801,801,801,801,1294,801,801,801,801,801,801,801,801,801,801,1294,836,1294,801,801,801,801,801,801,1294,1294,1294,1294,812,804,829,827,830,828,807,836,801,801,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,809,1294,836,801,801,0,1298,1298,812,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,815,815,826,812,821,804,829,827,830,828,804,829,827,830,828,804,829,827,830,828,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,0,818,801,1294,811,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,836,807,807,836,801,801,823,836,801,1298,818,802,1294,1298,1119,836,836,812,821,829,827,830,828,801,815,832,823,822,826,826,818,802,1294,1298,1119,836,836,812,821,829,827,830,828,801,815,832,823,822,826,826,811,809,836,836,801,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,836,836,836,836,1119,836,812,821,829,827,830,828,801,815,832,823,1119,1119,1119,836,836,836,812,812,812,821,821,821,829,829,829,827,827,827,830,830,830,828,828,828,815,815,815,832,832,832,823,823,823,0,836,815,1294,801,1294,0,801,801,802,802,1294,1119,836,812,821,829,827,830,828,801,815,832,823,822,818,802,802,802,802,802,802,802,802,802,802,802,802,802,1294,1298,1119,836,836,836,836,836,836,836,836,836,836,812,821,821,829,829,827,827,830,830,828,828,801,801,801,801,801,801,801,801,801,801,801,801,801,815,815,832,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,804,829,827,830,828,801,815,836,815,1119,1298,815,836,836,1119,804,829,827,830,828,804,829,827,830,828,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,836,1294,809,836,836,801,836,807,836,836,801,836,1294,801,0,1294,812,812,836,812,821,829,827,830,828,815,809,836,801,801,811,0,1294,1294,0,809,1294,1294,1294,1294,836,829,827,830,828,1294,1294,836,829,827,830,828,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,826,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,1298,801,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,836,817,818,822,801,801,801,801,836,811,801,801,801,801,801,801,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,836,804,829,827,830,828,801,0,1294,1294,1298,0,0,0,804,829,827,830,828,804,829,827,830,828,804,829,827,830,828,804,0,1294,818,1298,836,801,826,801,801,801,801,801,801,801,801,801,801,818,822,1119,826,0,811,1119,809,836,836,807,836,836,801,811,811,824,824,815,823,801,801,801,801,801,801,836,836,836,1294,836,801,0,0,836,801,811,811,1294,802,1294,807,826,801,801,801,826,804,829,827,830,828,801,801,801,804,829,827,830,828,801,801,801,815,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,804,829,827,830,828,801,801,801,804,829,827,830,828,801,801,801,802,802,1294,1298,823,811,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,1294,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,818,802,1294,1298,1119,836,812,821,829,827,830,828,801,815,832,823,822,826,809,836,807,836,801,809,826,809,836,801,1294,0,833,836,801,836,801,815,0,0,0,0,0,0,0,0,0,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1320,1299,1301,1318,1320,1299,1301,1318,1319,1320,1321,1299,1301,1300,1302,834,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1318,1319,1320,1321,1299,1301,1300,1302,1318,1320,1299,1301,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,1318,1319,1320,1321,1299,1301,1300,1302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1324,1325,1324,1325,1324,1325,1324,1324,1325,1325,1325,1324,1325,1324,1325,1324,1325,1324,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1324,1325,1324,1325,1324,1324,1324,1324,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1324,1325,1325,0,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1326,1327,1327,1327,0,0,0,0,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1327,1327,1328,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1328,1330,1329,1327,1329,1327,1327,1327,1327,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1328,1330,1329,1327,1328,1329,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1330,1328,1328,1328,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,1328,1330,1329,1327,0,0,0,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1331,1333,1331,1332,1333,1331,1332,1333,1331,1332,1331,1333,1331,1332,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1331,1333,1331,1332,1331,1332,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1333,1331,1331,1333,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1333,1331,1332,1332,1334,0,0,0,1334,0,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1334,1334,1335,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1335,1337,1336,1334,1336,1336,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1335,1335,1337,1336,1334,1335,1336,1336,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1337,1335,1337,1335,1336,1334,1335,1337,1336,1334,1336,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,1337,1336,1334,1335,0,0,0,0,0,0,0,0,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,835,1343,1342,1340,1339,1341,835,1338,835,1338,835,1338,1338,1339,1343,1342,1340,1339,1341,835,1338,1338,835,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1339,1343,1342,1340,1339,1341,835,1338,835,1340,835,835,835,835,1338,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1342,1341,1339,1343,1342,1340,1339,1341,835,1338,1341,1340,1339,1341,1339,1342,1338,1338,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1343,1339,1341,1341,1341,1341,0,1339,1343,0,1342,835,835,835,835,1338,0,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1343,1342,1340,1339,1341,835,1338,1338,1341,0,0,0,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1345,1346,1344,1346,1346,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1345,1346,1344,1345,1346,1345,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1345,1346,1344,1344,1346,1347,1347,0,0,1347,0,0,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1347,1348,1347,1348,1349,1349,1350,1347,1348,1348,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1348,1349,1350,1347,1348,1350,1350,1347,1348,1347,1347,1347,1348,1348,1348,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1349,1350,1347,1348,1349,1350,1350,1349,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1349,1350,1347,1348,1348,1350,0,0,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1351,1352,1351,1352,1351,1352,1351,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1351,1352,1351,1352,1351,1351,1351,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1351,1352,1356,0,1356,1355,0,1355,1355,0,1355,1356,1356,0,0,0,1355,1356,1356,1358,1353,1354,1357,1355,1356,1353,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1355,1356,1355,1356,1353,1358,1353,1354,1357,1355,1356,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1353,1358,1353,1354,1357,1355,1356,1357,1355,1356,1355,1355,1355,1356,1356,1356,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1353,1353,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1354,1353,1358,1353,1354,1357,1355,1356,1353,1353,1357,1357,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1358,1353,1358,1353,1353,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1358,1353,1354,1357,1355,1356,1353,1357,0,1365,0,1364,1364,1365,0,1366,1366,1366,1365,0,1366,1366,1365,0,0,0,0,0,1366,1366,0,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1359,1359,1359,1359,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1364,1365,1361,1362,1363,1360,1366,1364,1365,1361,1362,1363,1360,1366,1367,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1360,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1368,1361,1362,1363,1364,1365,1364,1364,1364,1365,1365,1365,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1359,1359,1359,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1359,1361,1362,1363,1360,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1367,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1365,1359,1363,1360,1362,1367,1368,1367,1367,1365,1367,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1360,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1367,1368,1359,1364,1365,1361,1362,1363,1360,1366,1359,1361,1362,1363,1360,1368,1368,1368,1359,1368,0,0,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1370,1371,1370,1371,1370,1371,1370,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1370,1371,1371,0,0,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1372,1373,1372,1373,1372,1372,1372,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1372,1373,1373,0,0,0,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1374,1376,1375,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1374,1376,1375,1374,1375,1374,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1376,1374,1376,1374,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1374,1376,1375,1375,1377,1377,1377,0,0,0,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1377,1377,1378,1379,1378,1377,1377,1379,1378,1377,1379,1378,1377,1378,1379,1378,1377,1379,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1378,1378,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1378,1378,1379,1378,1377,1377,1377,1378,1379,1378,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,1379,1378,1377,0,1379,0,0,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1380,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1380,1380,1381,1380,1381,1380,1381,1380,1380,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1380,1381,1380,1380,1381,1380,1381,1380,1381,1380,1381,1380,1381,1380,1380,1381,1380,1381,1380,1380,1380,1380,1382,802,0,1384,1383,802,0,2046,1385,1383,1382,1383,1382,0,0,0,1384,802,0,0,802,1385,1383,2046,802,0,0,1385,1385,802,1384,0,0,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1382,1383,1384,1385,1382,1383,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1382,1383,1384,1385,1384,1384,1384,1386,1386,1382,1387,1387,1388,1388,1383,1389,1389,1390,1390,1384,1385,1385,1386,1387,1389,1386,1386,1382,1387,1388,1383,1389,1390,1384,1385,1385,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1387,1389,1388,1390,1386,1382,1387,1388,1383,1389,1390,1384,1385,1382,1383,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1388,1390,1387,1389,1387,1388,1389,1382,1383,1384,1385,1386,1387,1388,1389,1390,1385,1386,1387,1388,1389,1390,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,1386,1382,1387,1388,1383,1389,1390,1384,1385,2047,2047,1296,1317,0,0,1317,0,1296,1317,1317,0,1296,1317,0,0,1296,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1297,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1322,1295,1297,1296,1317,1322,1322,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1294,1322,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1295,1297,1322,1295,1297,1296,1317,1322,1296,1317,1322,1322,1322,1296,1296,1296,1317,1317,1317,1322,1322,1295,1297,1322,1295,1297,1296,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1295,1297,1295,1297,1297,1295,1297,1322,1322,1296,1317,1322,1322,1295,1297,1295,1297,1322,1295,1297,1322,1322,1322,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1295,1297,1322,1295,1297,1296,1317,1322,1294,1322,1295,1297,1317,1297,1322,1295,1297,1294,1322,1295,1297,1322,1322,1295,1297,1296,1317,1296,1296,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1295,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1295,1297,1296,1317,1322,1322,0,843,837,0,0,843,843,843,843,1391,843,1391,843,1391,843,1391,843,1391,843,0,1391,843,1391,843,0,1391,843,1391,843,1391,843,0,1391,843,0,0,0,1391,843,1391,843,0,1391,843,843,0,0,0,0,0,0,0,843,1391,843,1391,843,1391,843,0,0,0,0,837,1391,0,0,0,837,1391,1391,843,0,0,1391,843,1391,843,1391,843,1391,843,1391,843,1391,843,1391,843,1391,843,1391,843,0,837,1391,837,1391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,843,1391,843,1391,843,1391,843,1391,843,1391,843,1391,843,1391,843,0,0,0,837,0,0,0,0,0,0,0,0,0,0,837,0,0,0,837,0,837,837,0,0,0,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,825,825,1393,1392,825,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1392,825,1392,1392,1392,825,825,825,1392,825,1393,825,825,1393,1392,825,1393,1392,825,1393,1392,825,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1393,1393,1392,825,1393,825,825,825,1393,1393,825,1393,825,825,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1392,825,1393,1393,0,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,814,1009,0,0,0,1009,0,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1397,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1396,1396,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1398,1396,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1397,1398,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1397,1398,1396,1986,1987,1986,1987,0,0,0,0,0,0,0,845,1399,1402,1403,1404,1405,1399,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,1402,1402,1403,1405,0,845,1399,1402,1403,1404,1405,1405,1403,1404,1405,1403,1404,1405,1404,1405,1403,1404,845,1399,1402,1403,1404,1405,1402,1402,1399,1402,1403,1404,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,1402,1403,845,1399,1402,1403,1404,1405,0,1402,1403,1404,1405,1404,1404,1404,1402,1403,1404,1405,0,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,1399,1403,1404,1402,1403,1403,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,1402,1402,845,0,1403,1399,1402,1403,0,1404,1402,1405,845,1403,1402,0,0,1403,1404,1405,0,1399,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,845,1399,1402,1403,1404,1405,1402,845,1403,1402,1402,1403,0,0,0,0,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1400,1401,1401,1400,1400,1400,1401,1400,1400,1401,1400,1401,1400,1401,1400,1400,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1400,1401,1400,1400,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,1401,1400,0,851,0,1409,0,0,857,0,0,0,854,851,1409,0,857,0,0,1429,0,0,1429,0,0,1411,0,0,854,1421,0,1443,0,1458,1417,1417,1415,1414,0,1421,854,854,1429,854,0,0,1429,1411,854,854,1458,1458,1458,1412,0,0,1415,1414,0,0,0,0,1436,1429,1429,1424,854,854,1459,1411,0,1429,0,0,0,0,1429,1411,1429,1417,1417,860,0,0,1421,1443,0,1415,1414,0,854,1421,1415,1414,1429,1429,860,1436,1417,1459,860,1458,1459,1416,857,1429,1429,1429,1429,0,0,1429,1429,1421,1429,1411,1429,1415,1414,0,854,0,1458,1458,1415,1414,0,0,0,0,0,0,0,0,1429,0,0,0,1443,0,0,0,1416,0,854,1416,1458,1458,854,1429,1429,0,860,1436,1436,0,1423,1416,849,852,1408,856,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,859,858,1409,1410,1412,1410,852,1408,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1413,1414,1416,849,849,1417,1418,1437,1410,1441,852,1408,849,1409,1412,1412,1412,1412,1412,1412,1412,1412,1438,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,852,847,852,1408,852,1408,1434,848,848,1413,1433,1437,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1420,859,849,1414,1421,848,1422,1413,1423,859,1424,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,854,1431,855,860,1432,1433,1434,1435,1436,1411,1417,851,1437,1438,1439,1440,1441,1442,1443,1420,849,1414,1421,848,1422,1413,1423,859,1424,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,854,1431,855,860,1432,1433,1434,1435,1436,1411,1417,851,1437,1438,1439,1440,1441,1442,1443,1420,849,1412,1427,1416,858,1409,1428,1430,1432,848,848,1413,1433,1437,849,1412,1427,1416,858,1409,1428,1430,1432,848,1412,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1426,1412,1420,852,1408,852,1408,847,856,1418,1420,853,853,1423,1424,1425,1426,858,1409,1430,855,1417,1448,1442,1443,1420,1441,859,852,1408,852,1408,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1437,1424,1412,847,1408,856,856,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1412,1431,1433,1437,1410,849,1414,1421,848,1422,1413,1423,859,1425,1412,1427,1416,858,1409,1428,1429,1430,854,860,1432,1436,1411,1417,851,1441,1443,849,849,849,1414,1414,1414,848,848,848,1422,1422,1422,1413,1413,1413,859,859,859,1412,1412,1412,1427,1427,1427,1416,1416,1416,858,858,858,1409,1409,1409,1428,1428,1428,1429,1429,1429,1430,1430,1430,854,854,854,860,860,860,1432,1432,1432,1436,1436,1436,1411,1411,1411,1417,1417,1417,851,851,851,1441,1441,1441,1443,1443,1443,1412,848,848,1413,852,1408,1427,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1425,1426,847,1410,1412,1412,1412,1412,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1436,1411,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1427,1433,1437,1437,1425,1433,1427,853,1418,1449,849,1414,1421,848,1422,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,857,857,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1409,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1409,1412,1412,1412,1412,1423,1423,1412,1412,1423,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1423,849,1442,853,853,853,1449,1449,853,1449,859,1428,1427,1433,1437,1451,1435,1438,849,1414,848,1422,1413,1412,1427,1416,851,1441,1426,1451,847,1418,1449,858,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1412,1442,1431,852,1408,852,1412,1412,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1450,1452,1412,1453,853,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1410,1424,1412,1412,853,855,1412,1412,1410,1440,1428,1430,847,1410,1410,847,1440,1426,1433,1439,858,1428,1430,1425,1451,847,856,847,856,1451,1451,1451,847,853,848,1435,1435,848,1410,848,1413,1433,1437,847,1418,847,853,1418,1449,1414,848,1413,859,1450,1424,1452,1425,847,1410,1427,1416,858,1428,1430,1408,1453,1438,1439,1440,1420,847,1438,1439,1440,858,853,853,1450,1452,1453,1412,1449,849,1412,1427,1416,858,1409,1428,1430,1432,1433,1420,1424,1424,1424,849,852,847,1412,1410,1410,1410,1431,855,849,849,1424,1424,1451,1440,1418,1424,1425,1418,847,852,1408,852,1412,1410,1410,852,1408,852,1408,1410,1410,847,856,847,856,847,852,847,847,856,847,852,1408,847,856,852,1408,847,1410,856,847,856,1410,852,1408,856,1410,1410,847,856,847,856,847,1452,1424,1420,859,1440,859,1410,1431,1433,1437,852,1408,848,848,1413,848,848,1413,1412,1412,1412,852,1408,1410,1451,1431,1441,1424,1424,1424,1424,1423,849,1414,1421,848,1422,1413,1423,859,1424,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,854,1431,855,860,1432,1433,1434,1435,1436,1411,1417,851,1437,1438,1439,1440,1441,1442,1443,1420,1423,1425,1436,1411,1425,1436,1411,1412,1426,1421,1424,1424,1424,1442,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,853,1418,1449,849,1414,1421,848,1422,1413,1423,859,1450,1424,1451,1452,1425,1426,847,1410,1412,1427,1416,858,1409,1428,1429,1430,1408,854,857,1431,855,860,1432,856,1433,1434,1435,1436,1411,1417,1453,851,1448,1437,1438,1439,1440,1441,1442,1443,1420,1418,1412,1421,847,1433,1435,848,848,1413,1426,852,852,856,1449,1439,847,1424,1433,1434,1437,1438,1427,1433,1437,1424,1424,1424,1433,1434,1437,1438,1427,1433,1437,1424,1424,2048,2049,2050,2051,2052,2049,2050,2051,2052,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1461,1461,1476,1476,1476,1476,1476,1457,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1476,1476,1476,1415,1476,1476,1476,0,1476,1476,1476,1461,1461,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1458,1458,0,0,1415,1476,1457,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1459,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1461,0,1476,1476,1476,1476,1476,1461,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1415,1461,1415,1476,1459,1458,1476,1476,1459,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1461,1476,1476,1476,1476,1476,1476,1476,1476,1476,1415,1476,1458,1458,1476,1476,1476,1476,1415,1476,1476,1457,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,0,1476,1476,1476,1461,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1458,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1461,1454,1461,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1462,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1454,1462,1415,1461,1459,1454,1454,1454,1462,1462,1462,1415,1415,1415,1461,1461,1461,1459,1459,1459,1447,1447,1447,1455,1462,1447,1454,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1462,1415,1461,1459,1455,1455,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1447,1476,1476,1447,1447,1447,1447,1447,1447,1447,1447,1455,1447,1454,1461,1455,1447,1447,1447,1447,1447,1447,1447,1447,1455,1455,1462,1455,1462,1454,1447,1455,1457,1462,1415,1461,1459,1454,1454,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1454,1447,1455,1457,1462,1415,1461,1459,1455,1462,1447,1464,1471,0,0,1470,1464,0,1464,0,0,1465,1465,0,0,0,1471,0,1471,1470,1470,1465,1465,1465,1465,1464,1464,1471,0,0,0,0,1471,0,0,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,1464,1465,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,861,861,1467,871,1464,1465,1464,1465,1464,1465,1464,1465,1464,1464,1465,1465,1464,1465,1464,1465,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,1468,1469,1470,1464,1471,1467,1472,862,1473,861,871,1468,1469,1470,1464,1471,1467,1472,862,1473,861,871,1469,863,1472,871,1472,871,1464,1465,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,1464,1465,863,1468,1469,1470,1464,1465,1471,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,861,871,1464,1465,863,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,1464,1465,862,1470,1471,1467,1472,862,1473,871,1470,1470,1470,1471,1471,1471,1467,1467,1467,1472,1472,1472,871,871,871,1464,1465,863,863,864,1468,1469,1470,1464,1464,1464,1464,1464,1465,1465,1465,1465,1471,1467,1472,862,1473,871,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,1464,1465,1464,1464,1465,1465,1464,1465,871,871,861,1472,1464,1465,1464,1465,861,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,1471,1467,1472,862,1473,1469,864,864,863,1470,1471,1467,1472,862,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,1464,1465,1464,1465,1464,1465,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,1464,1465,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,1464,1465,863,864,1464,1465,871,1468,1469,1464,1465,1464,1465,863,863,864,863,865,862,1464,1465,871,1472,871,863,1464,1465,863,0,863,864,1464,1465,863,863,863,863,861,861,863,863,863,861,0,0,862,1464,1465,1464,1465,1464,1465,1472,862,1473,871,871,1468,1469,1470,1464,1471,1467,1472,862,1473,861,871,871,871,1464,1465,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,863,864,865,1468,1469,1470,1464,1465,1471,1467,1472,862,1473,861,871,1464,1465,861,1469,862,1473,1468,1468,1468,1468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1480,1476,1476,1476,1476,1476,1476,1480,1476,1476,1476,1485,1485,1485,1485,1485,1485,1485,1485,1500,1480,1500,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1458,1476,1476,1476,1634,1476,1476,1476,1480,1476,1476,1476,1494,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1458,1500,1458,1458,1500,0,1488,0,0,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1494,1476,1476,1480,1480,1480,1480,1480,1480,1476,1634,1476,1476,1496,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,0,0,0,0,1500,0,1476,1476,1476,1476,1634,1476,1476,1476,1488,1476,1476,1476,1476,1500,1480,1480,1476,1476,1476,1476,1480,1480,1488,1488,1480,1488,1500,1458,1496,0,1476,1476,1496,1476,1476,1500,0,1485,1476,0,0,1476,1476,1476,1494,1476,1476,1476,1476,0,0,0,0,1480,0,1494,0,1476,1476,1476,867,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1500,1458,1458,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,1476,0,1476,1476,1476,0,0,1476,1476,1476,1476,1476,1476,1500,1476,1476,1476,1476,1476,1458,1458,1634,0,1476,1488,1480,1476,1476,1476,1476,0,0,1476,0,1476,0,1634,1476,1476,1476,1476,1480,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,870,0,1490,1491,0,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1466,0,1490,1491,1482,1490,1491,1474,1475,1474,1475,1490,870,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1466,0,1490,1491,0,1490,0,1490,1491,0,1490,1491,1487,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,866,0,1490,1491,869,1466,0,1490,1491,869,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1478,1479,0,1490,866,1486,1489,1499,1474,1478,1475,869,1481,1490,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1490,1491,1490,1476,1480,869,1481,1482,1483,1484,870,1485,1486,1488,1476,1476,1476,1480,1480,1480,869,869,869,1481,1481,1481,1483,1483,1483,1484,1484,1484,870,870,870,1485,1485,1485,1486,1486,1486,1488,1488,1488,0,1490,1491,1476,1476,1477,1474,1475,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1488,1489,1466,0,1486,1476,1477,1474,1478,1475,1479,1480,869,1481,1481,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1466,1489,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,0,1490,1491,0,1490,1491,1474,1475,1481,1466,0,1490,1491,1466,1466,1466,1466,1466,1466,1466,1466,1466,1466,1466,1466,0,1490,1491,870,0,1490,1491,0,1490,1491,1466,869,0,1490,1491,1484,1466,1486,0,1490,1491,1499,0,1490,1491,0,1490,1491,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1474,1478,1475,1479,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1466,1466,1466,1474,1475,1466,1466,1466,1466,1466,1466,1476,1476,1466,0,1490,1491,0,1490,1491,1474,1474,1475,1487,1466,866,0,1490,0,1490,1491,1499,0,1490,1491,1499,0,1490,1491,866,0,1490,1491,0,1490,1491,0,1499,1466,1474,1475,870,1478,1479,1466,1487,0,0,1490,1491,1466,1466,867,1477,869,1487,1489,1466,869,1466,1486,1483,0,1490,1491,1476,866,1474,1466,870,1476,0,1490,1491,1466,1474,1466,1466,1466,1466,0,1490,1491,1489,1466,1489,1466,1499,1487,1483,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1488,1476,1488,0,1490,1491,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1466,1466,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1476,1477,1474,1478,1475,1479,1480,869,1481,1482,1483,1484,870,1485,1486,1487,1488,1489,1490,1491,1466,1466,1466,1466,1482,1466,1466,1466,1466,1466,1466,0,1490,1491,1490,1491,0,1490,1491,1490,1491,1466,1484,1466,1486,1486,1466,1484,1484,1497,1497,1486,1484,1484,1497,1497,0,0,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1501,1502,1501,1502,1501,1502,1501,1501,1501,1501,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1502,1501,1501,0,0,0,0,0,0,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,0,1503,1504,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1503,1504,2053,1505,2053,1505,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1505,1505,1505,1505,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1503,1503,2053,1505,1506,1505,1504,1507,0,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1505,1506,1503,1504,1507,1507,1505,0,0,0,0,0,0,0,0,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1509,1510,1511,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1509,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1510,1512,1509,1510,1511,1510,1510,1511,1512,1509,1511,1511,1509,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,1512,1509,1510,1511,0,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,1513,0,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,0,0,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1516,1516,1516,1516,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1515,1516,1516,1516,1516,1515,1515,1515,1516,1515,1516,1515,1516,1515,1516,1515,1516,1515,1515,1515,1516,1515,1516,1515,1516,0,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1517,1527,0,1522,0,1527,1527,1527,1527,1527,0,0,0,0,0,0,0,0,0,0,0,0,1527,1527,1527,1522,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1518,1519,1520,1521,1524,1525,1526,1528,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1529,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1528,1522,1522,1522,1522,1519,1526,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1528,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1529,1518,1518,1519,1520,1521,1523,1524,1525,1526,1528,1528,1519,1526,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1529,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1529,1528,1529,1531,1518,1519,1520,1521,1523,1524,1525,1526,1530,1528,1530,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,0,0,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,1532,868,1532,868,868,1532,1532,1532,1532,1532,1532,1532,1532,1532,0,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,0,0,0,0,0,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1534,1535,1536,1537,1534,1535,1536,1537,1538,1534,1535,1536,1537,1535,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1535,1535,1536,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1536,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1536,1538,1534,1535,1536,1537,1536,1536,1534,1535,1537,1538,1534,1537,1534,1535,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,1538,1534,1535,1536,1537,0,0,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1499,1539,1499,1539,1499,1539,1499,1499,1539,1499,1539,1499,1539,1499,1539,1499,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1499,1499,1499,1539,1499,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1499,1539,1540,1540,0,1540,1540,0,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1540,1540,1541,1541,1540,1541,1540,1541,1540,1541,1540,1540,1540,1540,1540,1540,1541,1540,1541,1540,1541,1541,1541,1541,1541,1540,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1541,1541,1540,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,1540,1541,0,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,1542,0,0,1563,0,1563,1563,0,0,0,1549,1553,1549,1553,1546,0,0,0,1563,0,1563,0,1563,0,1563,0,0,0,0,1563,0,0,0,1546,0,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1556,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1556,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1561,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1549,1553,1563,1555,1547,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1554,1554,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1548,1550,1551,1552,1558,1559,1561,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1545,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1548,1551,1554,1558,1559,1548,1551,1554,1558,1559,1557,1557,1562,1562,1562,1556,1557,1556,1557,1562,1545,1563,1561,1555,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1560,1547,1547,1544,1560,1547,1547,1560,1547,1547,1544,1560,1547,1547,2054,2055,2054,2054,2055,2056,2057,2056,2057,1573,0,0,0,1573,1573,1565,1565,0,1573,0,0,0,1573,0,1573,0,0,0,1573,0,0,1565,1566,1567,1568,1569,1570,1571,1572,1573,1569,1568,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1572,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1570,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1573,1567,1569,1571,1572,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1570,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1573,1571,1572,1573,1567,1566,1572,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,1565,1566,1567,1568,1569,1570,1571,1572,1573,2058,2059,2058,2059,0,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,1574,0,1575,1575,0,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1575,1575,1575,1575,1576,1575,1576,1575,1576,1575,1576,1576,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1575,1576,1576,0,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,1577,0,0,1579,1578,1578,1579,1579,1578,1579,1578,1579,1578,1579,1578,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1578,1578,1579,1578,1578,1579,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,1579,1578,0,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,1580,0,1582,1582,1582,1582,0,0,0,0,0,0,0,0,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1585,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1586,1587,1588,1589,1583,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1583,1586,1587,1588,1583,1583,1583,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1584,1585,1581,1582,1583,1584,1585,1586,1587,1588,1589,1584,1581,1584,1585,1581,1586,1581,1586,1587,1588,1589,1581,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1582,1583,1584,1585,1586,1587,1588,1589,1581,1583,0,0,0,1597,1597,1597,1597,1597,0,0,0,0,0,0,0,0,0,1591,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1595,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1592,1593,1594,1595,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1601,1598,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1594,1590,1592,1593,1596,1598,1598,1598,1598,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1599,1600,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1600,1590,1591,1601,1592,1595,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1598,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1598,1543,1543,0,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1602,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1612,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1613,1602,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1606,1606,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1616,1605,1602,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1602,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1610,1608,1609,1602,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1602,1602,1602,1602,1602,1602,1602,1602,1602,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1610,1604,1607,1614,1610,1616,1605,1615,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1608,1611,1605,1608,1602,1602,1602,1615,1602,1602,1602,1609,1610,1612,1616,1610,1611,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1610,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1602,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1608,1606,1606,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1603,1604,1602,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1602,1602,1602,1602,1602,1603,1612,1613,1616,1615,0,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,1617,0,0,0,1624,0,0,0,0,1624,0,0,1624,0,1624,1624,0,0,0,0,0,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1621,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1626,1619,1622,1629,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1626,1629,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1629,1630,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1623,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1627,1628,1630,1631,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1625,1625,1625,1625,1618,1626,1621,1621,1620,1619,1622,1628,1631,1618,1619,1622,1632,1618,1620,1621,1623,1629,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,0,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1633,1634,1634,1634,0,0,0,0,0,1634,1634,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1636,1493,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1635,1634,1634,1634,1634,1634,1635,1493,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1493,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1493,1636,1634,1635,1493,1636,1637,1493,1635,1635,1635,1493,1635,1635,1637,1636,1634,1637,1635,1634,1635,1493,1636,1637,1635,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,1634,1635,1493,1636,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1638,1640,1564,1652,1638,1640,1564,1652,1638,1640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1639,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1564,1638,1640,1646,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1495,1647,1644,1645,1643,1643,1649,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1645,1650,1564,1652,1651,1651,1651,1651,1645,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1639,1641,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1645,1650,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1645,1650,1646,1645,1650,1639,1648,1642,1639,1641,1644,1651,1649,1654,1653,872,873,1642,1646,1647,1648,1651,1495,1647,1651,1644,1642,1495,1649,1646,1647,1648,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1654,1653,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1495,1564,1652,1651,1495,1644,2060,2061,2062,2060,2061,2060,2061,2060,2061,2061,2062,2060,2063,2064,2063,2065,2066,2065,2067,2067,2067,2066,2065,2068,2069,1500,1500,1458,1494,1458,1500,1458,1458,1500,1494,1496,1500,1500,1500,1458,1496,1496,1500,0,1494,1494,0,1500,1458,1458,0,0,1500,1458,1458,0,0,0,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1458,1494,1458,1494,1500,1458,1494,1496,1497,1498,1655,1498,1500,1458,1496,1498,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1500,1500,1500,1458,1458,1458,1494,1494,1494,1496,1496,1496,1497,1497,1497,1500,1458,1494,1496,1497,1498,1655,1500,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1655,1655,1655,1655,1458,1494,1655,1655,1655,1655,1655,1500,1458,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1655,1655,1655,1500,1458,1494,1496,1497,1498,1655,1500,1458,1494,1496,1497,1498,1655,1655,1655,1655,1655,1655,1655,1655,1655,1497,1497,1497,1497,0,0,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1657,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1656,1657,1657,1657,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1656,1657,1657,0,0,0,0,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1659,1660,1658,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1659,1660,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1660,1661,1659,1660,1658,1659,1660,1659,1660,1661,1658,1659,1659,1658,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,1661,1659,1660,1658,0,0,0,0,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1663,1492,1492,1662,1663,1664,1492,1662,1663,1664,1664,1492,1662,1663,1664,1492,1662,1492,1662,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1662,1492,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1662,1663,1492,1662,1663,1664,1662,1662,1663,1664,1492,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,1492,1662,1663,1664,0,0,0,0,0,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1665,1666,1667,1668,1665,1666,1667,1668,1669,1665,1666,1667,1668,1666,1667,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1666,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1666,1669,1665,1666,1667,1668,1666,1666,1665,1669,1668,1667,1665,1666,1667,1668,1667,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1669,1665,1666,1667,1668,1665,1665,1668,0,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,0,0,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,1672,1671,0,0,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,1406,0,0,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,0,120,0,0,120,1007,0,1007,1007,0,115,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,115,115,1059,1058,120,115,1059,1058,120,1059,115,1059,1058,120,0,120,120,0,115,1059,1058,120,1058,120,115,1059,1058,120,115,1059,1058,120,0,1059,1059,1058,1058,115,1059,1058,120,120,120,120,120,1058,1058,120,1059,115,1058,120,0,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,1058,120,115,1059,1058,120,1059,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,0,1058,1058,1058,115,1058,115,1059,0,1058,115,0,1059,1058,1058,115,115,1058,1058,120,120,0,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,115,1059,1058,120,1007,1059,1058,1058,0,1007,1058,1058,120,115,0,120,0,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,1675,0,0,0,0,1675,1675,1675,1675,1675,1675,1675,0,0,0,0,0,1673,0,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,0,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,1673,0,1673,1673,1673,1673,1673,1673,1673,2095,2095,0,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,0,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,0,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,0,0,0,0,1677,1677,1677,1677,1677,1677,1677,2096,2096,2096,2096,2097,2096,2097,1679,1679,1680,1678,0,1680,1679,1680,1680,1679,0,1678,0,1681,1679,1679,1678,1678,1679,1680,1681,1681,1678,1680,1680,1679,1678,0,0,1679,1680,1680,0,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,455,455,1678,1678,1678,1679,1679,1679,1680,1680,1680,1681,1681,1681,120,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,0,120,120,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,455,1678,1679,1680,1681,120,746,746,746,745,0,0,1682,1682,746,1683,0,0,1682,745,1683,1683,746,1683,745,745,1682,1683,746,746,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,746,746,746,746,746,746,746,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,746,745,746,745,1682,1683,746,746,746,746,745,1682,1683,746,745,1682,1683,746,745,746,745,1682,1683,746,746,745,1682,1683,746,745,745,745,1682,1682,1682,1683,1683,1683,746,746,746,746,745,1682,1683,746,746,746,746,746,745,1682,1683,746,745,1682,1683,746,746,746,746,746,746,746,745,1682,1683,746,745,745,1682,1683,746,746,746,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,746,745,1682,1683,746,746,746,746,746,746,746,745,746,745,746,746,746,746,746,745,1682,1683,746,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,745,1682,1683,746,746,1998,1999,1998,1999,1998,1999,1998,0,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1007,0,1007,0,1007,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1007,1685,1007,0,0,1687,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1686,1686,1687,1686,1686,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1686,1686,1687,1686,1687,1686,1687,1686,1687,1686,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1686,1686,1686,1686,1686,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,1687,1686,0,1674,0,1674,0,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1674,1674,1057,1674,1057,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,1057,1674,2098,0,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,0,98,1689,1689,1689,1689,1689,0,1689,1689,1689,1689,1689,1689,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,1004,1689,1004,98,1689,1004,98,1004,1689,1004,98,0,0,0,1004,98,1004,98,0,98,98,1689,1004,98,1004,1689,1004,98,1689,1004,98,0,1689,1004,98,98,98,98,98,0,0,0,0,0,1689,1004,98,0,1689,1004,98,1689,1004,98,1689,1004,98,0,98,1689,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,1689,0,0,0,1004,98,0,0,0,0,0,1004,0,1004,98,0,0,1689,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,1689,1004,98,98,0,1688,0,1688,1688,1688,1688,1688,1688,1688,1688,1004,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1688,1004,1688,1688,1688,1688,1688,1688,1688,1688,1688,0,1049,1049,1049,1049,468,468,468,468,0,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,0,468,468,468,468,468,468,0,468,0,468,468,468,0,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,468,0,468,0,0,468,468,468,468,0,0,0,0,468,468,0,0,0,0,0,468,468,468,0,468,468,468,468,468,468,468,468,468,0,464,0,20,464,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,0,931,0,931,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,931,2,2,2,2,2,931,2,2,2,2,2,2,2,2,2,2,2,931,2,2,2,2,2,2,2,2,2,2,2,0,935,0,935,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,935,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,0,943,0,19,943,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,0,929,0,24,929,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,0,0,989,0,70,71,70,71,70,71,70,71,70,71,70,70,70,71,70,71,70,71,70,71,70,71,71,70,71,70,71,70,71,70,71,71,70,71,70,71,70,71,70,71,989,989,70,71,70,71,70,71,70,71,70,71,70,71,70,71,70,71,70,71,70,71,989,70,71,70,71,70,71,70,71,70,71,70,71,70,71,70,71,71,0,954,0,954,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,954,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,958,0,23,958,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,961,0,961,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,961,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,1692,0,1692,1692,1692,945,0,22,1692,945,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,22,1692,22,1692,22,1692,22,1692,1692,22,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,1692,22,0,0,955,0,955,955,4,1693,4,1693,4,1693,4,1693,4,1693,4,4,1693,4,1693,4,1693,4,1693,4,1693,4,1693,1693,4,1693,4,1693,4,1693,955,955,4,1693,4,1693,4,1693,4,1693,4,1693,955,955,4,1693,4,1693,4,1693,4,1693,4,1693,4,1693,4,1693,4,1693,4,1693,4,1693,4,4,1693,4,1693,4,1693,4,1693,4,1693,4,1693,4,1693,4,1693,0,0,1698,1696,0,0,1696,0,0,1698,966,0,966,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,1697,1695,1697,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,1694,1697,1695,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,966,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,966,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1697,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,14,1694,1695,1696,1697,1698,1695,2091,2091,2092,2091,2093,2093,0,968,0,18,968,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,968,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,0,973,0,973,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,973,973,8,8,973,8,8,8,973,8,8,8,8,8,8,8,8,8,8,973,973,8,8,8,8,8,8,8,8,973,0,940,0,940,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,940,940,3,3,940,3,3,3,940,3,3,3,3,3,3,3,3,3,3,3,940,940,3,3,3,3,3,3,3,3,940,0,1707,0,0,1702,0,0,468,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1714,1715,1690,1706,1712,468,467,1708,1700,1701,1709,1710,1711,1713,1705,1704,1702,1714,1715,1703,1690,468,0,0,0,0,1703,1703,1706,1712,0,0,0,0,1703,1706,0,1706,1712,0,0,1703,0,0,0,0,1707,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,1700,1701,1702,1690,1699,1700,1701,1702,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1703,1704,1705,1690,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,1690,1699,1699,1690,1699,467,467,1703,1706,1707,1707,1707,1708,1700,1700,1701,1709,1710,1711,1712,1712,1713,1713,1705,1704,1702,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,1702,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1699,0,1690,1690,1690,1690,1699,1700,1701,1702,1699,1699,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1690,1699,467,1703,1706,1707,1708,1700,1701,1709,1710,1711,1712,1713,1705,1704,1702,1714,1715,1699,0,0,0,0,0,0,0,0,0,0,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1690,1691,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1716,1691,1716,1717,1718,1719,1720,1721,1690,1691,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1718,1719,1720,1721,1716,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1690,1691,1691,1717,1718,1719,1720,1721,1690,1691,1690,1716,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1691,1716,1717,1718,1719,1720,1721,1717,1718,1719,1720,1721,0,977,0,977,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,977,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,0,0,0,0,0,1726,1072,0,0,1726,1072,0,0,0,0,0,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1722,1723,1063,1724,1725,1726,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1723,1063,1724,1725,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1723,1723,1063,1063,1063,1724,1724,1724,1725,1725,1725,1723,1063,1724,1725,1726,1072,1723,1723,1723,1063,1063,1063,1724,1724,1724,1725,1725,1725,1726,1726,1726,1072,1072,1072,1723,1063,1724,1725,1726,1072,1722,1063,1725,1723,1724,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1724,1725,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1063,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1724,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,1723,1063,1724,1725,1726,1072,0,1724,1725,1723,1063,1723,1063,1730,0,1730,0,1728,1728,1730,0,1728,1730,0,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1727,1727,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1728,1727,1727,1729,1729,1730,1730,1728,1727,1729,1730,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1727,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1728,1727,1729,1730,1731,1061,1736,0,1061,1068,1736,0,1742,1741,1061,1740,1061,1061,1061,1061,0,1731,0,1740,1061,0,1740,1741,0,1061,0,1068,1061,1061,0,1061,1734,0,1736,0,1061,1068,1744,1731,0,1732,1731,1068,0,1061,1736,0,1061,1736,0,1061,1736,1061,1741,1731,1742,1061,1068,1744,0,1731,1734,1740,1743,0,1733,1061,1743,1736,1061,1734,1731,1068,1061,1061,0,1741,1731,1061,0,1061,0,1061,1061,1061,1731,1734,0,1731,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1735,1068,1735,1068,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1739,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1073,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1735,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1732,1732,1732,1733,1733,1733,1734,1734,1734,1735,1735,1735,1737,1737,1737,1738,1738,1738,1739,1739,1739,1740,1740,1740,1741,1741,1741,1743,1743,1743,1068,1068,1068,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1073,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1735,1737,1738,1740,1741,1743,1068,1073,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1743,1738,1739,1739,1738,1073,1738,1739,1739,1731,1742,1735,1068,1073,1737,1738,1739,1739,1738,1745,1739,1739,1739,1737,1738,1738,1738,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,1731,1732,1733,1734,1061,1735,1736,1737,1738,1739,1740,1741,1073,1742,1743,1068,1744,1745,2100,2101,2102,2103,2101,2100,2104,2105,2104,2105,2106,2106,2106,2107,2108,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2111,2110,2112,2118,2113,2119,2109,2114,2120,2114,2111,2112,2113,2115,2119,2120,2121,2119,2110,2121,2109,1753,0,0,0,0,0,0,0,0,1753,1751,1751,1751,1753,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1747,1749,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1750,1747,1749,1055,1750,1751,1752,1753,1754,1055,1751,1752,1753,1754,1055,1751,1752,1753,1754,1753,1753,1747,1749,1055,1750,1751,1752,1753,1754,1749,1747,1750,1751,1753,1747,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1747,1749,1055,1750,1751,1752,1753,1754,1751,1752,1753,1754,1751,1751,1751,1752,1752,1752,1753,1753,1753,1754,1754,1754,1749,1749,1747,1749,1055,1751,1752,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1752,1753,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1749,1749,1749,1747,1750,1753,1749,1747,1747,1749,1749,1747,1747,1055,1749,1055,1751,1752,1753,1754,1752,1752,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1747,1749,1055,1750,1751,1752,1753,1754,1751,1750,1750,1747,1750,1750,1750,1060,1764,1764,1763,1764,1763,1764,1764,1764,1764,1764,1763,1763,1760,1761,1764,1763,1764,1763,1764,1763,1764,1763,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1763,1764,1763,1764,1763,1764,1763,1763,1763,1764,1763,1763,1764,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1060,1764,1764,1764,1764,1763,1764,1764,1764,1067,1764,1764,1764,1762,1764,1764,1764,1764,1764,1764,1764,1763,1764,1763,1764,1764,1763,1763,1763,1764,1763,1764,1764,1763,1764,1764,1067,1763,1764,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1764,1764,1764,1763,1764,1763,1764,1764,1763,1764,1763,1764,1763,1764,1764,1764,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1763,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1763,1764,1763,1764,1763,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1763,1764,1764,1763,1764,1764,1763,1764,1763,1764,1764,1763,1764,1764,1763,1763,1763,1764,1763,1764,1764,1763,1764,0,1764,1764,1763,1763,1763,0,1763,1763,1763,1763,1763,1763,1763,1763,1763,0,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1764,1763,1763,1764,1764,1764,1764,1763,1764,1764,1764,1764,1764,1764,1764,1764,1764,1765,1764,1764,1764,1764,1764,1760,1761,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1763,1764,1764,1764,1763,1764,1764,1764,1764,1763,1764,1764,1763,1764,1763,1764,1763,1764,1764,1764,1764,1764,1763,1764,0,0,1067,0,0,0,1764,1764,1764,1764,1764,1764,1764,1764,1763,1764,1764,1763,1764,1765,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1763,1764,1763,1764,1763,1764,1763,1764,1764,1763,1764,1763,1764,1763,0,1764,1764,1764,1764,1764,1764,1764,1764,1763,1764,1764,1746,1764,1764,1763,1764,1764,1763,1764,1763,1764,1764,1764,1764,1763,1764,1765,1764,1060,1764,1764,1060,1764,1764,1764,1763,1764,1763,1764,1763,1764,1764,1763,1763,1764,1763,1763,0,1764,1764,1764,1764,1763,1764,1764,1764,1764,1764,1765,1764,1764,1764,1763,1763,1763,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1763,1764,1764,1763,1763,1764,1760,1761,1762,1067,1746,1764,1764,1763,1764,1761,1760,1761,1764,1760,1761,1764,1764,1764,1764,1764,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1060,1060,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1067,144,1060,1060,1060,1060,1060,1060,1060,1060,144,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1060,144,1760,1761,1762,1763,1764,1067,1060,1060,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1060,1060,144,1060,1746,144,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1060,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1060,144,144,144,144,144,1760,1760,1760,1761,1761,1761,1762,1762,1762,1763,1763,1764,1067,1067,1067,1067,1067,1765,1060,1746,144,144,144,1760,1760,1760,1761,1761,1761,1762,1762,1762,1763,1763,1763,1764,1764,1764,1067,1067,1067,1765,1765,1765,1060,1060,1060,1746,1746,1746,1060,144,144,1760,1761,1762,1763,1764,1067,1765,1060,1060,1060,1060,1060,1746,144,144,144,144,144,144,144,144,1760,1761,1761,1762,1762,1762,1763,1764,1067,1067,1067,1765,1060,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1060,1060,1060,1060,144,144,144,144,1060,1060,1762,1763,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,144,1760,1761,1762,1763,1764,1067,1765,1060,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1060,1060,1060,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1060,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1060,144,1060,144,1060,1060,144,144,144,144,144,1060,144,1760,1761,1762,1763,1764,1067,1060,1060,1060,1060,1060,1060,1060,1060,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1762,1763,144,144,144,1764,1067,1060,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,144,1760,1761,1762,1763,1764,1067,1765,1060,1746,1060,0,0,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1767,1767,1064,1064,1064,1767,1767,1064,1767,1064,1767,1064,1767,1064,1767,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1064,1064,1767,1064,1064,1767,1064,1064,1767,1064,1767,1064,1767,1767,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1767,1064,1064,0,0,0,0,0,0,0,0,1768,1768,1757,0,1757,0,1770,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1757,1770,1757,1757,1757,1757,1757,1757,1757,0,1771,1771,0,1772,1772,0,0,0,1773,1774,0,0,1775,1776,0,0,1776,0,0,0,0,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1776,1777,1778,1776,1776,1776,1776,1776,1776,1776,1776,1776,1779,1780,1779,1781,1781,1781,1781,1781,1781,0,0,1782,1781,0,1781,1781,1781,1781,1781,1781,1781,0,0,0,1782,0,0,0,1782,0,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1781,1782,1781,1782,1781,1782,1781,1781,1781,1781,1781,1782,1782,1781,1782,1782,1781,1782,1781,1782,1781,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1784,1785,0,1782,1781,1782,1782,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1781,1782,1786,1787,1787,1787,1787,1786,1787,1787,1787,1758,0,1789,0,1789,1758,0,0,0,1789,1758,0,0,1789,1758,0,0,1789,1758,0,0,0,0,0,0,0,1756,1758,0,1789,0,1789,1758,0,0,0,0,1789,1758,0,0,1756,1789,1758,0,0,1789,1758,1789,0,0,1789,0,0,1789,0,1789,0,0,1758,0,1789,1758,0,0,1789,1758,0,0,1791,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1755,1755,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1755,1788,1755,1788,1795,1795,1790,1791,1792,1793,1755,1755,1788,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1755,1788,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1804,1818,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1802,1806,1819,1755,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1790,1790,1790,1791,1791,1791,1792,1792,1792,1793,1793,1793,1755,1755,1755,1788,1788,1788,1794,1794,1794,1795,1795,1795,1796,1796,1796,1797,1797,1797,1798,1798,1798,1799,1799,1799,1800,1800,1800,1801,1801,1801,1802,1802,1802,1803,1803,1803,1804,1804,1804,1805,1805,1805,1806,1806,1806,1807,1807,1807,1808,1808,1808,1809,1809,1809,1810,1810,1810,1811,1811,1811,1812,1812,1812,1813,1813,1813,1814,1814,1814,1815,1815,1815,1816,1816,1816,1817,1817,1817,1818,1818,1818,1789,1789,1789,1758,1758,1758,1808,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1789,1789,1789,1789,1789,1789,1789,1789,1789,1789,1789,1789,1789,1789,1789,1789,1789,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1810,1811,1788,1755,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1817,1817,1813,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1792,1794,1796,1798,1800,1803,1805,1808,1809,1812,1813,1816,1817,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1797,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1793,1814,1815,1755,1755,1809,1822,1755,1823,1788,1802,1804,1807,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1756,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1801,1801,1755,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1790,1791,1792,1793,1755,1788,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1789,1758,1756,1803,1805,1755,1799,1803,1805,1824,1788,1755,0,1070,1070,1076,1076,0,1065,1832,1825,1070,1070,1828,1070,1070,1075,1070,0,0,0,1776,1070,1832,1070,1829,1070,1065,0,1070,1070,1070,0,0,1075,1776,1828,1825,1825,1070,1070,1070,1070,1070,1828,1076,1830,1829,1829,1829,1070,1070,1070,1070,1832,1830,1070,1070,0,1070,1070,1070,1829,1829,1829,1070,1830,1070,0,0,1070,1070,1070,1829,0,0,0,0,0,0,1070,1070,1827,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1825,1070,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1051,1825,1825,1825,1825,1825,1825,1825,1825,1827,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1077,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1826,1826,1825,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1825,1827,1051,1827,1070,1077,1827,1075,1076,1830,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1825,1051,1051,1051,1070,1831,1051,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1826,1825,1051,1827,1070,1831,1826,1828,1829,1065,1075,1825,1076,1830,1759,1070,1070,1070,1831,1831,1831,1826,1826,1826,1828,1828,1828,1829,1829,1829,1065,1065,1065,1075,1075,1075,1825,1825,1825,1076,1076,1076,1830,1830,1830,1759,1759,1759,1825,1070,1070,1831,1831,1051,1832,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1825,1825,1825,1825,1076,1830,1759,1051,1070,1070,1831,1051,1832,1066,1826,1826,1077,1827,1828,1829,1065,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1825,1825,1825,1825,1825,1825,1066,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1051,1827,1051,1070,1826,1828,1829,1825,1051,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1051,1051,1827,1825,1825,1825,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1825,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1825,1051,1825,1051,1051,1051,1051,1825,1825,1827,1827,1827,1070,1051,1077,1825,1051,1051,1827,1826,1827,1051,1827,1051,1051,1051,1825,1051,1051,1051,1051,1051,1827,1051,1827,1051,1825,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1825,1825,1825,1051,1051,1827,1070,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1832,1070,1831,1832,1825,1077,1827,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1070,1831,1051,1832,1066,1826,1077,1827,1828,1829,1065,1075,1825,1076,1830,1759,1825,1827,1077,1051,1827,1827,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,1077,2122,2123,2123,2123,2123,0,0,0,1834,1834,1834,1834,0,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,1834,0,1834,1834,1834,1834,1834,1834,1834,1834,0,0,0,0,0,0,0,0,0,0,16,1835,27,27,27,1836,1837,1835,1835,1835,1835,1835,1840,1859,1859,0,1842,0,1842,0,1840,0,1842,1860,1859,1841,1842,1843,1844,1839,1840,1860,1861,1838,1843,1841,1844,1839,1840,1861,1859,1842,1842,1861,1861,1859,1842,1844,1859,1859,1859,1861,1844,1859,1842,1859,1859,1838,1842,1843,0,0,1861,1838,1842,0,1859,1838,1843,1859,0,1860,0,1859,0,1842,1859,1842,1842,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1838,1839,1840,1838,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1838,1838,1838,1838,1838,1841,1838,1842,1843,1844,1839,1840,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,0,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1838,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,0,1838,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,1841,1838,1842,1843,1844,1839,1840,2124,2124,2124,2124,2125,2126,2126,2126,2126,2126,1840,0,1842,0,1847,1842,0,1840,0,1842,1841,1847,1842,1848,1843,1844,1839,1840,1849,1838,1843,1847,1841,1844,1839,1840,1846,1849,1847,1842,1842,1842,1844,1844,1847,1847,1842,1845,1845,1847,1847,1838,1842,1843,0,0,0,1846,1847,1838,1842,0,1848,1838,1843,0,0,1847,0,0,1842,1847,1842,1842,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1845,1846,1845,1846,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1845,1846,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1845,1846,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,1847,1848,1845,1846,1849,2127,2127,2125,2128,2128,2128,0,1851,1851,0,1850,0,21,1851,1850,21,1851,21,1851,21,1851,21,1851,21,21,21,21,21,21,1851,21,1851,21,1851,21,21,21,1851,1851,21,1851,21,1851,21,1851,21,21,1851,1851,21,1851,21,1851,21,1851,21,1851,21,1851,21,1851,21,21,1851,21,1851,21,1851,21,1851,21,1851,21,21,21,21,1851,21,1851,21,1851,21,1851,21,1851,21,1851,21,1851,0,0,0,0,0,0,0,1852,1852,1852,1852,1852,1852,0,0,0,1853,1853,0,1853,0,1854,1855,1856,1857,1858,1852,2129,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1853,2130,2130,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1853,1854,1855,1856,1857,1858,1852,1852,1852,2129,1854,1855,1856,1857,1858,1852,1853,1,1,1,1,1,1852,1854,1854,1855,1855,1856,1856,1857,1857,1858,1858,1852,1854,1855,1856,1857,1858,1852,1853,1853,2130,2130,2130,1854,1855,1856,1857,1858,1852,1852,1852,2130,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1853,2130,1853,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,0,1852,1853,1853,0,1852,1853,1,1,1,1853,1853,2130,2130,1853,1852,2130,1853,1853,2130,2130,1,1853,1853,0,0,1853,1853,1,0,0,0,1853,1,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1854,1855,1856,1857,1858,1852,1853,1853,1853,2131,2131,1840,1859,1859,0,1842,0,1842,0,1840,0,1842,1860,1859,1841,1842,1843,1844,1839,1840,1860,1861,1838,1843,1841,1844,1839,1840,1861,1859,1842,1842,1861,1861,1859,1842,1844,1859,1859,1859,1861,1844,1859,1842,1859,1859,1838,1842,1843,0,0,1861,1838,1842,0,1859,1838,1843,1859,0,1860,0,1859,0,1842,1859,1842,1842,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,0,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,0,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,1859,1860,1861,2124,2124,2124,2124,2125,2126,2126,2126,2126,2126,1840,0,1842,0,1847,1842,0,1840,0,1842,1841,1847,1842,1848,1843,1844,1839,1840,1849,1838,1843,1847,1841,1844,1839,1840,1846,1849,1847,1842,1842,1842,1844,1844,1847,1847,1842,1845,1845,1847,1847,1838,1842,1843,0,0,0,1846,1847,1838,1842,0,1848,1838,1843,0,0,1847,0,0,1842,1847,1842,1842,1842,1841,1842,1843,1844,1839,1842,1842,2127,2127,2125,2128,2128,2128,0,1851,1851,0,1850,0,1850,21,21,21,21,21,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,1862,1863,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,0,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,43,0,0,0,0,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,0,43,0,0,471,458,1093,45,48,1090,62,40,61,39,1865,39,1865,0,0,0,0,0,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,0,0,490,0,0,0,0,490,66,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,0,0,471,458,1093,45,48,1090,62,40,61,0,0,0,0,0,471,1093,45,48,1090,40,61,471,458,1093,45,48,1090,62,40,61,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,0,0,0,43,490,0,0,1865,490,43,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,0,0,0,0,0,0,471,1093,45,48,0,0,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,0,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,53,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,43,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,0,0,471,458,1093,45,48,1090,62,40,61,0,0,0,0,0,471,1093,45,48,1090,40,61,0,0,0,0,0,43,43,471,458,1093,45,48,1090,62,40,61,43,43,43,471,1093,45,48,1090,62,40,61,471,458,1093,45,48,1090,62,40,61,0,0,0,0,0,1862,1863,0,0,0,0,0,0,0,0,490,0,0,0,0,471,1093,45,48,0,471,458,1093,45,48,1090,62,40,61,471,0,0,0,0,0,43,471,458,1093,45,48,1090,62,0,0,0,0,471,458,1093,45,48,1090,62,0,0,0,0,490,43,39,1865,0,0,0,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,42,458,1093,68,45,48,66,1090,63,53,1879,62,40,61,43,39,64,1865,0,0,0,0,0,0,0,0,943,0,1091,1091,1091,943,1091,1091,1091,1091,0,19,19,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,19,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,1091,19,1091,1091,19,1091,1091,1091,1091,1091,1091,1091,1091,0,0,0,0,0,0,0,1874,0,0,1874,41,7,1875,41,7,1875,41,7,1875,41,7,1875,41,7,1875,7,7,7,7,41,7,1875,41,7,1875,0,41,7,1875,41,7,7,41,7,1875,0,7,41,7,1875,41,7,1875,0,41,1874,0,41,41,7,1875,1874,1874,47,1875,47,1875,7,0,1875,1875,41,7,1875,41,7,1875,41,7,1875,41,1875,1874,0,7,1875,41,41,1875,0,41,7,1875,41,7,1875,41,7,1875,41,7,1875,7,41,7,1875,41,7,1875,41,7,1875,41,7,1875,41,7,1875,1875,47,1875,0,41,37,1875,1875,0,0,47,1875,0,41,47,51,37,7,1875,1875,1875,1875,41,41,41,1875,41,41,1875,51,1875,51,1875,41,7,7,41,41,1875,1874,47,51,41,1875,1875,1874,41,7,41,1875,0,41,41,1875,0,41,0,7,7,1875,37,1875,1875,41,7,1875,41,7,1875,41,7,1875,41,7,1875,41,7,1875,41,7,1875,41,7,1875,47,1875,41,1875,0,0,1876,1876,1876,1876,1876,1876,1876,1876,1876,1876,1876,1876,1876,1876,1876,0,1876,1876,1876,1876,1876,1876,1876,1876,1876,1876,0,52,52,1876,1876,1876,1876,1876,1876,1876,0,0,0,0,0,0,0,0,0,32,32,1878,0,0,0,935,0,935,9,9,1010,1010,935,9,1010,1010,1010,9,1881,1881,1881,1881,1881,0,0,0,0,1881,0,1881,0,1881,0,1881,1879,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1880,1879,1883,1881,1880,1882,1880,1881,1880,1881,1880,0,1883,1881,1880,1882,1882,1883,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1881,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1879,1879,1879,1880,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1879,1879,1879,1880,1880,1881,1880,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1883,1881,1880,1882,1879,1879,1880,0,0,0,0,0,0,0,0,0,0,943,0,943,19,19,0,19,0,19,19,0,0,65,65,65,65,65,65,65,65,65,65,0,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,0,0,2132,2132,2132,2132,2132,2132,2132,2132,2132,0,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,2132,0,68,68,0,68,68,68,68,68,0,0,0,0,0,0,0,0,0,0,0,0,45,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,1869,1869,2133,1869,1884,2133,45,1869,1884,2133,1869,1884,2133,1869,1884,0,0,45,1884,2133,1869,1884,2133,1869,1869,1869,1869,1869,45,45,2133,1869,1884,2133,1869,1884,2133,1869,1884,45,1869,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,45,1869,1884,45,1884,45,1884,45,1884,45,1884,45,45,45,1884,45,1884,45,2133,1869,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,2133,1869,1884,45,2133,2133,0,48,0,48,48,48,48,48,48,0,67,67,0,0,0,954,0,954,67,1885,67,1885,67,1885,67,1885,67,1885,11,11,67,1885,67,1885,67,1885,67,1885,1885,67,1885,67,1885,67,0,67,67,1885,0,1885,67,67,1885,67,1885,67,1885,67,11,954,67,1885,67,1885,67,1885,67,1885,67,1885,67,1885,67,1885,67,1885,67,1885,0,67,0,0,67,0,67,1885,67,0,67,67,11,67,67,67,11,67,67,67,1885,67,1885,67,1885,67,1885,67,1885,67,1885,67,1885,0,67,0,0,0,1886,0,1888,26,1887,1886,1888,26,1887,1888,26,1887,1888,26,1887,1888,26,1887,26,26,26,26,1888,26,1887,1888,26,1887,1888,26,1887,26,26,1888,26,1887,1887,1888,26,1887,1888,26,1887,26,1888,26,1887,26,1887,1888,26,1887,1888,26,1887,1888,26,1887,26,26,1888,26,1887,1888,26,1887,1888,26,1887,1888,26,1887,26,1888,26,1887,1888,26,1887,1888,26,1887,1888,26,1887,1888,26,1887,1888,1887,1888,1888,26,26,26,1888,1888,26,1888,26,1887,1888,26,1887,1888,26,1887,1888,26,1887,1888,26,1887,1888,26,1887,1888,26,1887,1888,0,57,57,0,0,0,0,954,0,954,1889,1890,57,1889,1890,57,1889,1890,57,1889,1890,57,1889,1890,57,11,11,1889,1890,57,1889,1890,57,1889,1890,57,1889,1889,1890,57,1889,1890,57,1889,1890,57,1890,57,1889,1890,57,0,57,1889,1890,57,1889,1890,57,1889,1890,57,57,11,954,1889,1890,57,1889,1889,1890,57,1889,1890,57,1889,1890,57,1889,1890,1889,1890,57,1889,1890,57,1889,1890,57,1889,1890,57,1889,1890,57,57,0,1889,0,0,57,57,57,1890,57,57,11,1889,57,57,57,11,57,57,1889,1890,57,1889,1890,57,1889,1890,57,1889,1890,57,1889,1890,57,1889,1890,57,1889,1890,57,57,0,0,0,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,1891,0,0,0,0,0,0,40,40,40,40,40,40,0,0,0,0,0,0,0,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,61,61,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,61,1892,1892,61,1892,1892,1892,1892,1892,1892,1892,1892,1892,61,61,1892,61,61,61,1892,61,61,1892,1892,1892,1892,1892,1892,1892,1892,61,1892,0,1893,0,0,0,1894,1894,0,1893,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,39,1866,1893,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,56,56,1893,56,1866,1894,1893,56,1866,1866,1894,1893,56,1866,1894,0,0,0,0,1893,56,1866,1894,0,56,1893,56,1866,1894,39,0,56,1866,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,39,56,56,56,56,56,56,56,56,39,56,39,56,1866,56,1866,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,1893,56,1866,1894,39,0,0,0,876,876,0,0,0,0,0,0,0,0,0,0,943,0,1093,1093,943,19,19,1093,1093,1093,19,1093,0,1093,1093,1093,19,1093,19,1093,0,0,0,0,0,66,66,0,66,66,66,66,0,0,1900,1900,0,1900,1897,1900,1898,0,0,0,0,1898,0,1898,0,1896,1897,0,0,1896,1897,0,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,0,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,1092,102,1900,1895,1896,1897,1898,1092,1895,1895,1895,1896,1897,1898,1895,1896,1897,1898,1092,1092,102,1900,1895,1896,1897,1898,1092,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,1092,1092,102,1900,1895,1896,1897,1898,1895,1896,1897,1898,1092,102,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,1092,0,0,1092,1895,1092,1092,102,1092,1092,1092,1092,0,1092,1092,1092,1092,1092,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,1900,1895,1896,1897,1898,1092,102,102,0,1901,1901,1902,1902,0,0,1902,1902,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1902,1902,1899,1899,1899,1902,1899,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1899,1899,1899,1902,1899,1902,1899,1899,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,1902,1899,0,0,0,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,0,0,0,46,46,46,46,46,46,46,46,46,46,46,46,0,64,0,64,64,64,1027,0,0,1025,1013,1024,0,0,0,0,1018,0,0,1013,0,1023,1024,1020,1018,1025,0,1027,0,0,1021,988,1023,0,1013,0,0,1018,1025,0,1021,988,0,989,0,0,0,1025,1018,1020,70,70,986,71,0,989,989,1011,0,0,1011,989,1014,1014,0,0,71,2080,2080,2080,2080,2081,2082,2083,2082,2084,2084,2084,2084,2084,0,987,987,987,0,987,0,1011,1011,2085,2086,2087,2086,2087,2085,0,1903,1903,0,1903,0,0,943,0,1904,1903,943,1904,1903,1904,1903,1904,1903,1904,1903,19,19,1904,1903,1904,1903,1904,1903,1903,1903,1904,1903,1903,1904,1903,1904,1903,1904,1904,1903,1903,1904,1903,1904,1903,1904,1903,19,1904,1903,1904,1903,1904,1903,1904,1903,1903,1904,1903,1904,1903,1904,1903,1904,1903,1904,1903,1904,1090,1904,1090,1904,1904,0,1090,1090,19,19,1903,1904,1903,1904,1903,1904,1903,1904,1903,1904,1903,1904,1903,1904,1903,0,0,958,0,958,23,23,23,0,0,961,0,961,6,6,6,6,961,6,0,2134,1905,2134,1905,0,0,0,0,943,0,2134,2134,1089,1905,1089,1089,943,2134,1089,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,19,19,2134,1089,1905,2134,1089,1905,2134,1089,1905,1089,1089,1089,1905,1905,2134,1089,1905,1865,2134,1089,1905,2134,1089,1905,1089,1089,1089,1089,2134,1089,1905,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,1089,19,1089,2134,1089,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,2134,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,1089,1089,1089,1089,1089,1089,1089,1089,0,0,19,1089,1089,1089,0,19,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,2134,1089,1905,1089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1916,0,0,1906,1907,1908,1909,1909,1909,1909,1909,1909,1910,1911,69,1909,1909,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,69,1914,69,1913,69,1913,69,1913,69,1913,69,1913,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1912,1909,54,54,54,54,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,54,1909,1868,69,1913,1914,1104,1868,69,1913,1914,1104,1907,1908,1909,54,1868,1868,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1909,54,1907,1908,1868,1909,1909,1909,1909,1906,1909,1909,1909,1909,1912,1910,1911,1868,1909,69,1913,1914,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,54,54,54,54,54,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1909,1909,1868,1104,1868,1868,1868,1914,1910,1911,1868,1104,0,69,54,54,54,54,1907,1908,1912,1910,1911,1868,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,54,1868,54,0,1916,69,1907,1908,1909,1909,1909,1908,54,69,1908,1909,1909,1909,54,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1912,1909,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1910,1911,1868,69,1913,1914,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1906,1909,1909,1909,1909,1909,1909,1914,54,54,54,1914,54,54,54,54,1104,54,54,54,54,54,54,54,54,54,54,1868,1907,1908,1909,1909,1907,1908,1909,1909,54,1907,1908,1907,1908,54,54,54,54,54,54,1907,1908,1909,1914,1909,1909,1868,69,1913,1914,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1907,1908,1912,1910,1911,1868,1909,69,1913,1914,54,1104,1104,1919,54,54,1919,54,54,1919,54,54,0,1916,54,1907,1908,0,0,0,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,0,0,0,44,44,44,44,44,44,44,0,0,0,1922,1922,1922,1922,1922,1922,1922,0,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,1922,0,0,1922,1922,1922,1922,1922,1922,1922,1922,1922,0,1698,1696,0,0,1696,0,0,1698,0,0,966,0,966,1697,1695,1697,14,1697,1695,966,0,14,966,0,14,1697,0,1695,2091,2091,2092,2091,2093,2093,0,1871,1871,0,0,0,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1871,1871,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1871,1923,1871,1923,1871,1923,1871,1871,1923,1871,1923,1871,1923,1871,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,63,1871,1923,1923,1923,1923,1923,63,0,1923,1923,1871,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1871,1923,1923,1923,1923,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,1878,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,968,0,0,968,18,968,0,0,1925,1925,1925,1925,1925,0,1925,1925,1925,1925,0,1925,1925,1925,1925,1925,0,1925,1925,1925,0,0,1925,1925,1925,1925,1925,1925,1925,1925,1925,1925,1925,1925,1925,1925,1925,0,1925,1925,1925,1925,1925,1925,1925,1925,1925,1925,0,0,0,0,0,0,1925,1925,1925,1925,1925,1925,1925,1925,0,0,0,0,0,1926,0,0,0,0,1926,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,13,13,13,13,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1927,1928,13,1094,1927,1928,13,0,1928,1928,1094,1927,1928,13,1094,1927,1928,13,1094,1928,1926,1094,0,1094,1094,1094,1927,1928,13,0,0,1926,1094,1927,1928,13,0,1928,1928,1926,1928,1094,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1928,1926,1926,13,1094,1094,1927,1928,13,0,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1928,1928,1928,1928,1094,1928,13,0,1094,1094,1094,0,1094,0,1928,1928,0,1928,1928,0,1928,1928,1094,1928,1094,1094,1094,1094,1094,1094,1094,1094,1094,1094,1094,1928,13,0,0,0,1928,1928,13,1928,13,1094,1094,1094,1094,1094,1094,13,0,1927,1928,13,1094,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1094,1927,1928,13,1928,1928,0,0,1928,1094,0,1931,1931,0,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1929,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,1929,1931,2135,2135,0,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,1932,0,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,1930,978,978,978,0,978,0,978,0,0,1698,0,0,1698,0,966,0,0,966,1697,1697,14,1697,966,0,14,966,0,14,1697,0,2091,2091,2092,2091,0,53,53,0,0],"f":"``````````{{bc}d{}}{{bc}f{}}{{bc}h{}}{{bcj}l{}}{{bjjc}n{}}{{bc}A`{}}{{bcj}Ab{}}{{bAd}Af}{{bcj}Ah{}}{{bc}Aj{}}{{bc}Al{}}{{cg}i{}{}{{An{e}}}{}}{{B`c}B`{{Bb{B`}}}}`{{bc}Bd{}}{{bc}Bf{}}{{bc}Bh{}}{{bc}Bj{}}{{bc}Bl{}}{{bc}Bn{}}{{bc}C`{}}{{bc}Cb{}}{{bc}Cd{}}{{Cfe}c{}{{Bb{Cf}{{Ch{c}}}}}}00{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}{bb}{{ce}Ad{}{}}`4`{{{Cn{c}}j}{{Cn{c}}}{}}{{}b}{bD`}{Dbc{}}0{{bc}A`{}}{{bc}f{}}{{bc}Aj{}}{{bc}d{}}{{bc}n{}}{{bc}Dd{}}0{{bc}Al{}}{DbAd}3{{bb}j}6`{{bDf}Dh}897`{{{Dj{c}}}{{Cn{c}}}Dl}{Dn{{Cn{c}}}{}}{{{E`{c}}}{{Cn{c}}}Dl}{{{Eb{c}}}{{Cn{c}}}Dl}{{{Ed{c}}}{{Cn{c}}}Dl}{{{Ef{c}}}{{Cn{c}}}Dl}{{{Eh{c}}}{{Cn{c}}}{}}{{{Ej{c}}}{{Cn{c}}}{}}{{{El{c}}}{{Cn{c}}}Dl}{{{En{c}}}{{Cn{c}}}Dl}{{{F`{ceg}}}{{Cn{c}}}{}{}{FbFd}}{{{Ff{c}}}{{Cn{c}}}Dl}{{{Fh{c}}}{{Cn{c}}}Dl}{{{Fj{c}}}{{Cn{c}}}Dl}{{{Fl{ceg}}}{{Cn{g}}}{}FnDl}{G`{{Cn{c}}}{}}{{{Gb{ceg}}}{{Cn{e}}}{{Gf{Gd}}}{}{DlGh}}{{{Gj{c}}}{{Cn{c}}}Dl}{{{Gl{c}}}{{Cn{c}}}Dl}{{{Gn{c}}}{{Cn{c}}}{}}{{{H`{c}}}{{Cn{c}}}Dl}{{{Hb{c}}}{{Cn{c}}}Dl}{{{Hd{c}}}{{Cn{c}}}{}}{{{Hf{ce}}}{{Cn{e}}}{{Gf{Gd}}}{}}{{{Hh{c}}}{{Cn{c}}}Dl}{cc{}}0{ce{}{}}{{bc}Hj{}}{{bc}Bd{}}{{bc}Al{}}{{bc}Aj{}}{{bcj}h{}}{{bcj}Ah{}}{{bcj}l{}}{{bjjc}n{}}{{bAd}Af}{{bc}d{}}{{bc}f{}}{{bcj}Ab{}}{{bc}Hl{}}{{bc}{{I`{Hn}}}{}}`{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00```6{{bc}Dd{}}0`={bIh}11{{bIj}Ad}```3{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}6655{{bc}Hj{}}``````````````````{{{Jf{}{{Jb{c}}{Jd{e}}}}}{{I`{c}}}{JhJjDlFd}{{K`{{Jn{Jl}}}}JjDlFd}}{{cg}i{}{}{{An{e}}}{}}0{{{Jf{}{{Jb{c}}{Jd{e}}}}}{{Jn{Gd}}}{JhJjDlFd}{{K`{{Jn{Jl}}}}JjDlFd}}::::{cCj{}}000;;;;<<{KbKb}{{{Kd{ce}}}{{Kd{ce}}}DlDl}{{ce}Ad{}{}}0`>>{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{I`{{Cn{g}}}}}Kn{}{DlJjFd}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}KbKn{}{DlJjFd}}0``{{}Kb}{Dbc{}}0003{L`{{Lb{c}}}{}}{DbAd}0{{{Kd{ce}}Df}DhJjJj}{Kb{{I`{Ld}}}}{cc{}}000{ce{}{}}0{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{Jn{{Cn{g}}}}}Kn{}{DlJjFd}}00{{Kbc}{{Lf{{Kl{}{{Kf{e}}{Kh{c}}{Kj{g}}}}{Lb{g}}}}}{}Kn{DlJjFd}}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0777777{Kbj}0{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}LdKn{}{DlJjFd}}>`>{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{I`{{Cn{{Lh{g}}}}}}}Kn{}{DlJjFd}}2{{Kbj}Ad}{KbAd}0{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}Lj}{{I`{{Jn{{Ll{{Lh{g}}}}}}}}}Kn{}{DlJjFd}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{I`{Ln}}}Kn{}{DlJjFd}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{I`{g}}}Kn{}{DlJjFd}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}Ld}{{I`{g}}}Kn{}{DlJjFd}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{Lb{g}}}Kn{}{DlJjFd}}0{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}Lj}{{Lb{g}}}Kn{}{DlJjFd}}01{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}LdM`M`}AdKn{}{DlJjFd}}{MbMd}{KbMf}{{L`Jl}Ad}{{KbJl}Ad}10<{{L`Jl}{{Lb{c}}}{}}`{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}I`Kn{}{DlJjFd}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{Mh{g}}}Kn{}{DlJjFd}}{Kbj}{Kbb}{KbMj}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}{Ml{Gd}}Mj}{{Lb{g}}}Kn{}{DlJjFd}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}{Ml{Gd}}Mn}{{Lb{g}}}Kn{}{DlJjFd}}{L`Gd}{ce{}{}}0{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}g}{{Lb{g}}}Kn{}{DlJjFd}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{Cn{g}}}Kn{}{DlJjFd}}{L`{{Cn{{Lh{c}}}}}{}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}Ld}{{Cn{g}}}Kn{}{DlJjFd}}{{KbGd}{{Mh{{N`{c}}}}}{NbFdNdFnDlGh}}0`````{{{I`{Ld}}}{{Nf{{Lh{c}}}}}Fd}{{{I`{Ld}}j}{{Nf{{Lh{c}}}}}Fd}`{{{Lh{c}}}{{Lb{c}}}Fd}2{Mf{{Nf{{Lh{c}}}}}Fd}{b{{Nf{{Lh{c}}}}}Fd}{{{I`{Ld}}Jl}{{Nf{{Lh{c}}}}}Fd}55{c{{Lb{c}}}Fd}{Nh{{Lb{c}}}Fd}````````````````````````{{cg}i{}{}{{An{e}}}{}}0`{ce{}{}}000{cCj{}}0001111{{c{Cl{e}}}g{}{}{}}0{NhNh}{{ce}Ad{}{}}{{{Nj{c}}}{{Nf{Lh}}}Kl}55{{}{{Nj{c}}}Fn}{Dbc{}}000{DbAd}0{{NhDf}Dh}{cc{}}000::{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0<<>>>>>>{c{{Lf{{Nj{e}}{Nf{g}}}}}{}Kl{}}{c{{Nj{c}}}Kl}{{{Nj{c}}}NlKl}{{{Nj{c}}}{}Kl}{{{Nj{c}}}{{Mh{e}}}Kl{}}{{{Nj{c}}}eKl{}}{{{Nj{c}}}JlKl}{ce{}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333{{{Nj{c}}e}{{Nf{e}}}Kl{}}{{{Nj{c}}}{{Cn{e}}}Kl{}}````{{cg}i{}{}{{An{e}}}{}}{c{{Lh{c}}}{}}77{cCj{}}088{{c{Cl{e}}}g{}{}{}}{{{Lh{c}}}{{Lh{c}}}Dl}{{ce}Ad{}{}};{Nh{{Lh{c}}}{}}{Dbc{}}0{DbAd}{{{Lh{c}}Df}DhJj}8{cc{}}{Nnc{}}1{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=444{{}{{Lh{c}}}{}}5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88`{{cg}i{}{}{{An{e}}}{}}{{Mbj}Mb}::{cCj{}}0;;{{c{Cl{e}}}g{}{}{}}2<2{{}Mb}{{MbO`}Mb}{{Mbc}Mb{{K`{Jl}}}}{{MbMf}Mb}{Dbc{}}0{DbAd}8{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}<444{{Mb{I`{Nl}}}Mb}9{{MbOb}Mb}{{MbOd}Mb}{{Mbb}Mb}{{Mbj}Mb}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}<<{g{{Nf{c}}}{}{{K`{c}}}{{Oh{}{{Of{{Nf{e}}}}}}}}{{{I`{Ld}}}{{Nf{c}}}{}}{g{{Nf{c}}}{}{{K`{c}}}{{Oj{}{{Ch{e}}}}Fd}}{{{I`{Ld}}j}{{Nf{c}}}{}}{e{{Nf{c}}}{}{Fd{K`{c}}}}3{{{I`{Ld}}Jl}{{Nf{c}}}{}}44`{{cg}i{}{}{{An{e}}}{}}`{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}{OlOl}{{ce}Ad{}{}}4{{}Ol}{Dbc{}}0{DbAd}{{OlOl}j}{{ce}j{}{}}00{{OlDf}Dh}{cc{}}0;{On{{Il{Ol{Lf{{Jn{A`}}Ol}}}}}}`{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}>{ce{}{}}00``0`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33{{OlOn{Ml{c}}}{{Lf{{Jn{A`}}{Jn{Gd}}}}}{{Gf{Gd}}}}{{OlOn}{{Il{AdA`}}}}```{{}{{Il{OnA`}}}}`{{OlOnj}{{Il{jA`}}}}{{OlOnJl}{{Il{jA`}}}}11`````````````````````````{{cg}i{}{}{{An{e}}}{}}00000999999999999{cCj{}}00000000000::::::::::::{{c{Cl{e}}}g{}{}{}}00000{OnOn}{{ce}Ad{}{}}{Ab{{Il{AdA`}}}}>>>>>>`{{c{Ad{Gd}}Af}{{Mh{{N`{e}}}}}{AhFdNdAj}{FdNdGhDlNb}}0{Dbc{}}00000000000{DbAd}00000`{{A`Df}{{Il{AdAl}}}}0{{OnDf}{{Il{AdAl}}}}{cc{}}000{AnA`}{AA`A`}{AAbA`}{{{AAd{An}}}A`}4{AAfA`}5555555{ce{}{}}00000{{AAhGd}{{Il{cA`}}}AAj}{{OnGd}{{Il{cA`}}}AAj}{On{{Il{Nb{Lf{{Jn{A`}}Nb}}}}}}{{}Db}00000444444444444{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000888888888888888888`{{}{{Il{OnA`}}}}{{GdAf}{{Il{OnA`}}}}0{{AAlGdc}{{Il{AdA`}}}AAn}{{AbGdc}{{Il{AdA`}}}AAn}{{OnGdc}{{Il{AdA`}}}AAn}3={cAB`{}}{cJl{}}{OnAb}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000{ce{}{}}00000000000{{NbOn{Ml{c}}}{{Lf{{Jn{A`}}{Jn{Gd}}}}}{{Gf{Gd}}}}{{Onc}{{Il{ABbA`}}}{{ABd{On{Ml{Jl}}}}FdNd}}{{GdAfABf}{{Il{OnA`}}}}{{NbOn}{{Il{AdA`}}}}```````````````````````````{{ABhABj}ABh}````{Mn{{ABl{ABjMf}}}}``````0````{{cg}i{}{}{{An{e}}}{}}00000000000{Mn{{Il{AdABn}}}}{j{{Il{AdABn}}}}1999999999999999999999999{cCj{}}00000000000000000000000{MnJl}{AC`ACb}0````6{{ABh{ABl{ABjMf}}}ABh}`777``========================```{ABhMn}`888{{c{Cl{e}}}g{}{}{}}00000000000{ACdACd}{AC`AC`}{ACbACb}{ACfACf}{AChACh}{MjMj}{ACjACj}{IjIj}{MnMn}{ABhABh}{{ce}Ad{}{}}000000000{{{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}}ACh}{{{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}}ACh}{{{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}{ABl{ABjMf}}j{ABl{ABjMf}}}ACh}`{ce{}{}}00000000000`{{}{{Il{OnA`}}}}{{ABhACd}ABh}``{{}ABh}22{{}Mn}1{{}ACd}{{}AC`}{{}ACb}{{}ACf}{{}ACh}{{}Mj}{{}ACj}{{}Ij}89{Dbc{}}0{AClAC`}{ACnAC`}2222222222222222222222{c{{Il{ACd}}}AD`}{c{{Il{AC`}}}AD`}{c{{Il{ACb}}}AD`}{c{{Il{ACf}}}AD`}{c{{Il{ACh}}}AD`}{c{{Il{ACj}}}AD`}{c{{Il{Ij}}}AD`}{c{{Il{Mn}}}AD`}{c{{Il{ABh}}}AD`}{{ABhABj}ABh}```{Mn{{ABl{ABjMf}}}}0````{DbAd}00000000000{{ACdACd}j}{{AC`AC`}j}{{ACbACb}j}{{ACfACf}j}{{AChACh}j}{{MjMj}j}{{ACjACj}j}{{IjIj}j}{{MnMn}j}{{ABhABh}j}{{ce}j{}{}}00000000```````{{ACdDf}{{Il{AdAl}}}}{{AC`Df}{{Il{AdAl}}}}{{ACbDf}{{Il{AdAl}}}}{{ACfDf}{{Il{AdAl}}}}{{AChDf}{{Il{AdAl}}}}{{MjDf}{{Il{AdAl}}}}{{ACjDf}{{Il{AdAl}}}}{{IjDf}{{Il{AdAl}}}}{{MnDf}{{Il{AdAl}}}}{{ABhDf}{{Il{AdAl}}}}`{ACh{{ABl{ABjMf}}}}{cc{}}0000000000{AC`Mn}1111111111111{ce{}{}}00000000000``{{}{{Il{Mn{Lf{{Jn{A`}}Mn}}}}}}{On{{Il{Mj{Lf{{Jn{A`}}Mj}}}}}}{On{{Il{Mn{Lf{{Jn{A`}}Mn}}}}}}{On{{Il{ABh{Lf{{Jn{A`}}ABh}}}}}}````{{}Mn}00`8`{{}Gd}{{}Db}00000000000{AC`ACb}888888888888888888888888{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000{{{If{c}}}{{If{Cj}}}{}}00000000000{{c{Cl{e}}}g{}{}{}}00000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<{AC`j}{On{{Il{jA`}}}}````1`{{}ABh}{{}{{Il{OnA`}}}}0;1`{AC`Gd}`````````````{{ABhABj}ABh}```{Mn{{ABl{ABjMf}}}}000`000000{AC`ABh}``?`{ACh{{ABl{ABjMf}}}}`22{{ABh{ABl{ABjMf}}}ABh}`33{Mn{{ADb{Mf}}}}`0`0`0`0`0``{{}{{Il{AdABn}}}}00`5`55`33`{{ACdc}IlADd}{{AC`c}IlADd}{{ACbc}IlADd}{{ACfc}IlADd}{{AChc}IlADd}{{ACjc}IlADd}{{Ijc}IlADd}{{Mnc}IlADd}{{ABhc}IlADd}{{MnOnACh}{{Il{jA`}}}}{{ABhOn{I`{ABj}}}{{Il{jA`}}}}1{{MnOnM`}{{Il{jA`}}}}{{ABhOnM`}{{Il{jA`}}}}{{MjOnj}{{Il{jA`}}}}{{MnOnACf}{{Il{jA`}}}}{{ABhOn{I`{{ABl{ABjMf}}}}}{{Il{jA`}}}}6{{MnOnACd}{{Il{jA`}}}}{{ABhOnACd}{{Il{jA`}}}}878{{MnOn{Lf{M`M`}}}{{Il{jA`}}}}{{ABhOn{Lf{M`M`}}}{{Il{jA`}}}}:6{{MnOnj}{{Il{jA`}}}}0{{ABhOnj}{{Il{jA`}}}}1{{ADfIj}Ad}={{MnOnJl}{{Il{jA`}}}}={{MnOnACb}{{Il{jA`}}}}{{ABhOnAC`}{{Il{jA`}}}};:;:{{MnOn{ABl{ABjMf}}}{{Il{jA`}}}}{{MnOnACj}{{Il{jA`}}}}{{ABhOnACj}{{Il{jA`}}}}{{MnOnACh}{{Il{jA`}}}}{{ABhOn{I`{ABj}}}{{Il{jA`}}}}110101{{MnOn{I`{ABj}}}{{Il{jA`}}}}1`{Mn{{ABl{ABjMf}}}}`0{MnADh}`0`0`0`0`0`0`0`0`0`{{ABhACj}ABh}```{{ABhABj}ABh}```33`0`{MnMn}{ce{}{}}000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000{cJ`{}}00000000000333333333333333333333333{{MjOn{Ml{c}}}{{Lf{{Jn{A`}}{Jn{Gd}}}}}{{Gf{Gd}}}}{{MnOn{Ml{c}}}{{Lf{{Jn{A`}}{Jn{Gd}}}}}{{Gf{Gd}}}}{{ABhOn{Ml{c}}}{{Lf{{Jn{A`}}{Jn{Gd}}}}}{{Gf{Gd}}}}{{}Af}9```<<<``{{Mn{ABl{ABjMf}}}Mn}{{MjOn}{{Il{AdA`}}}}{{MnOn}{{Il{AdA`}}}}{{ABhOn}{{Il{AdA`}}}}{Mn{{Il{AdABn}}}}0`{{ce}{{ABl{ABjMf}}}{{K`{{ABl{ABjMf}}}}}{{K`{{ABl{ABjMf}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````{{{ABl{ce}}{ABl{ce}}}j{{ADl{}{{ADj{}}}}}ADl}{{{ADn{ce}}{ADn{ce}}}j{}ADl}{{{AE`{ce}}{AE`{ce}}}j{}ADl}{{{AEb{ce}}{AEb{ce}}}j{}ADl}{{{AEd{c}}{AEd{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnADlDlAF`}}{{{AFb{c}}{AFb{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnADlDlAF`}}{{{AFd{c}}{AFd{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnADlDlAF`}}{{{AFf{c}}{AFf{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnADlDlAF`}}{{{AFh{ce}}{AFh{ce}}}j{}ADl}{{{AFj{ce}}{AFj{ce}}}j{}ADl}{{{AFl{ce}}{AFl{ce}}}j{}ADl}{{{AFn{ce}}{AFn{ce}}}j{}ADl}{{{AG`{ce}}{AG`{ce}}}j{}ADl}{{{AGb{c}}{AGb{c}}}jADl}{{{AGd{c}}{AGd{c}}}jADl}{{{AGf{c}}{AGf{c}}}jADl}{{{AGh{c}}{AGh{c}}}jADl}{{{AGj{c}}{AGj{c}}}jADl}{{{AGl{ce}}{AGl{ce}}}j{}ADl}{{{AGn{ce}}{AGn{ce}}}j{}ADl}{{{ADn{ce}}{ADn{ce}}}j{}ADl}{{{AE`{ce}}{AE`{ce}}}j{}ADl}{{{AEb{ce}}{AEb{ce}}}j{}ADl}{{{AEd{c}}{AEd{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnADlDlAF`}}{{{AFb{c}}{AFb{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnADlDlAF`}}{{{AFd{c}}{AFd{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnADlDlAF`}}{{{AFf{c}}{AFf{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnADlDlAF`}}{{{AFh{ce}}{AFh{ce}}}j{}ADl}{{{AFj{ce}}{AFj{ce}}}j{}ADl}{{{AFl{ce}}{AFl{ce}}}j{}ADl}{{{AFn{ce}}{AFn{ce}}}j{}ADl}{{{AG`{ce}}{AG`{ce}}}j{}ADl}{{{AGb{c}}{AGb{c}}}jADl}{{{AGd{c}}{AGd{c}}}jADl}{{{AGf{c}}{AGf{c}}}jADl}{{{AGh{c}}{AGh{c}}}jADl}{{{AGj{c}}{AGj{c}}}jADl}{{{AGl{ce}}{AGl{ce}}}j{}ADl}{{{AGn{ce}}{AGn{ce}}}j{}ADl}{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000000{{{ABl{ce}}{ABl{ce}}}{}AH`AH`}{{{ABl{ec}}c}{}{AH`Dl}{{AH`{c}}}}{{{ADn{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{ADn{ce}}{ADn{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AE`{ce}}{AE`{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AE`{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{AEb{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{AEb{ce}}{AEb{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AEd{c}}{AEd{c}}}{{AEd{c}}}{{AH`{}{{Ch{}}}}}}{{{AEd{c}}c}{{AEd{c}}}{{AH`{}{{Ch{}}}}}}{{{AFb{c}}c}{{AFb{c}}}{{AH`{}{{Ch{}}}}}}{{{AFb{c}}{AFb{c}}}{{AFb{c}}}{{AH`{}{{Ch{}}}}}}{{{AFd{c}}{AFd{c}}}{{AFd{c}}}{{AH`{}{{Ch{}}}}}}{{{AFd{c}}c}{{AFd{c}}}{{AH`{}{{Ch{}}}}}}{{{AFf{c}}c}{{AFf{c}}}{{AH`{}{{Ch{}}}}}}{{{AFf{c}}{AFf{c}}}{{AFf{c}}}{{AH`{}{{Ch{}}}}}}{{{AFh{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{AFh{ce}}{AFh{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AFj{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{AFj{ce}}{AFj{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AFl{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AFn{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{AFn{ce}}{AFn{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AG`{ce}}{AG`{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AG`{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{AGb{c}}{AGb{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AGb{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AGd{c}}{AGd{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AGd{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AGf{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AGf{c}}{AGf{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AGh{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AGh{c}}{AGh{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AGj{c}}{AGj{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AGj{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AGl{ce}}{AGl{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AGl{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AGn{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{ABl{ec}}c}Ad{AHbDl}{{AHb{c}}}}{{{ABl{ce}}{ABl{ce}}}AdAHbAHb}{{{ADn{ce}}{ADn{ce}}}Ad{}AHb}{{{ADn{ce}}e}Ad{}{AHbDl}}{{{AE`{ce}}e}Ad{}{AHbDl}}{{{AE`{ce}}{AE`{ce}}}Ad{}AHb}{{{AEb{ce}}{AEb{ce}}}Ad{}AHb}{{{AEb{ce}}e}Ad{}{AHbDl}}{{{AEd{c}}c}AdAHb}{{{AEd{c}}{AEd{c}}}AdAHb}{{{AFb{c}}c}AdAHb}{{{AFb{c}}{AFb{c}}}AdAHb}{{{AFd{c}}c}AdAHb}{{{AFd{c}}{AFd{c}}}AdAHb}{{{AFf{c}}{AFf{c}}}AdAHb}{{{AFf{c}}c}AdAHb}{{{AFh{ce}}{AFh{ce}}}Ad{}AHb}{{{AFh{ce}}e}Ad{}{AHbDl}}{{{AFj{ce}}e}Ad{}{AHbDl}}{{{AFj{ce}}{AFj{ce}}}Ad{}AHb}{{{AFl{ce}}e}Ad{}{AHbDl}}{{{AFl{ce}}{AFl{ce}}}Ad{}AHb}{{{AFn{ce}}e}Ad{}{AHbDl}}{{{AFn{ce}}{AFn{ce}}}Ad{}AHb}{{{AG`{ce}}e}Ad{}{AHbDl}}{{{AG`{ce}}{AG`{ce}}}Ad{}AHb}{{{AGb{c}}{AGb{c}}}AdAHb}{{{AGb{c}}c}Ad{AHbDl}}{{{AGd{c}}{AGd{c}}}AdAHb}{{{AGd{c}}c}Ad{AHbDl}}{{{AGf{c}}{AGf{c}}}AdAHb}{{{AGf{c}}c}Ad{AHbDl}}{{{AGh{c}}c}Ad{AHbDl}}{{{AGh{c}}{AGh{c}}}AdAHb}{{{AGj{c}}{AGj{c}}}AdAHb}{{{AGj{c}}c}Ad{AHbDl}}{{{AGl{ce}}{AGl{ce}}}Ad{}AHb}{{{AGl{ce}}e}Ad{}{AHbDl}}{{{AGn{ce}}e}Ad{}{AHbDl}}{{{AGn{ce}}{AGn{ce}}}Ad{}AHb}````````````````````````{ce{}{}}00000000000000000000000000000000000000000{cCj{}}00000000000000000000000000000000000000000{{{ABl{ce}}}{{Ml{e}}}{}{}}{{{ABl{ce}}}{{ADb{e}}}{}{}}{{{ADn{ce}}}{{Ml{e}}}{}{}}{{{ADn{ce}}}{{ADb{e}}}{}{}}{{{AE`{ce}}}{{Ml{e}}}{}{}}{{{AE`{ce}}}{{ADb{e}}}{}{}}{{{AEb{ce}}}{{ADb{e}}}{}{}}{{{AEb{ce}}}{{Ml{e}}}{}{}}{{{AFh{ce}}}{{Ml{e}}}{}{}}{{{AFh{ce}}}{{ADb{e}}}{}{}}{{{AFj{ce}}}{{Ml{e}}}{}{}}{{{AFj{ce}}}{{ADb{e}}}{}{}}{{{AFl{ce}}}{{ADb{e}}}{}{}}{{{AFl{ce}}}{{Ml{e}}}{}{}}{{{AFn{ce}}}{{ADb{e}}}{}{}}{{{AFn{ce}}}{{Ml{e}}}{}{}}{{{AG`{ce}}}{{ADb{e}}}{}{}}{{{AG`{ce}}}{{Ml{e}}}{}{}}{{{AGb{c}}}{{ADb{c}}}{}}{{{AGb{c}}}{{Ml{c}}}{}}{{{AGd{c}}}{{ADb{c}}}{}}{{{AGd{c}}}{{Ml{c}}}{}}{{{AGf{c}}}{{Ml{c}}}{}}{{{AGf{c}}}{{ADb{c}}}{}}{{{AGh{c}}}{{ADb{c}}}{}}{{{AGh{c}}}{{Ml{c}}}{}}{{{AGj{c}}}{{Ml{c}}}{}}{{{AGj{c}}}{{ADb{c}}}{}}{{{AGl{ce}}}{{Ml{e}}}{}{}}{{{AGl{ce}}}{{ADb{e}}}{}{}}{{{AGn{ce}}}{{ADb{e}}}{}{}}{{{AGn{ce}}}{{Ml{e}}}{}{}}{{{ABl{ce}}}{{ADb{e}}}{}{}}{{{ABl{ce}}}{{Ml{e}}}{}{}}{{{ADn{ce}}}{{ADb{e}}}{}{}}{{{ADn{ce}}}{{Ml{e}}}{}{}}{{{AE`{ce}}}{{ADb{e}}}{}{}}{{{AE`{ce}}}{{Ml{e}}}{}{}}{{{AEb{ce}}}{{ADb{e}}}{}{}}{{{AEb{ce}}}{{Ml{e}}}{}{}}{{{AEd{c}}}{{AEd{c}}}{}}{{{AFb{c}}}{{AFb{c}}}{}}{{{AFd{c}}}{{AFd{c}}}{}}{{{AFf{c}}}{{AFf{c}}}{}}{{{AFh{ce}}}{{Ml{e}}}{}{}}{{{AFh{ce}}}{{ADb{e}}}{}{}}{{{AFj{ce}}}{{Ml{e}}}{}{}}{{{AFj{ce}}}{{ADb{e}}}{}{}}{{{AFl{ce}}}{{Ml{e}}}{}{}}{{{AFl{ce}}}{{ADb{e}}}{}{}}{{{AFn{ce}}}{{ADb{e}}}{}{}}{{{AFn{ce}}}{{Ml{e}}}{}{}}{{{AG`{ce}}}{{ADb{e}}}{}{}}{{{AG`{ce}}}{{Ml{e}}}{}{}}{{{AGb{c}}}{{ADb{c}}}{}}{{{AGb{c}}}{{Ml{c}}}{}}{{{AGd{c}}}{{Ml{c}}}{}}{{{AGd{c}}}{{ADb{c}}}{}}{{{AGf{c}}}{{Ml{c}}}{}}{{{AGf{c}}}{{ADb{c}}}{}}{{{AGh{c}}}{{Ml{c}}}{}}{{{AGh{c}}}{{ADb{c}}}{}}{{{AGj{c}}}{{Ml{c}}}{}}{{{AGj{c}}}{{ADb{c}}}{}}{{{AGl{ce}}}{{ADb{e}}}{}{}}{{{AGl{ce}}}{{Ml{e}}}{}{}}{{{AGn{ce}}}{{Ml{e}}}{}{}}{{{AGn{ce}}}{{ADb{e}}}{}{}}{{{ABl{{AFh{ce}}g}}}{{ABl{{AFh{ce}}g}}}{}{}{}}{{{ABl{{ADn{ce}}g}}}{{ABl{{ADn{ce}}g}}}{}{}{}}{{{ABl{{AHd{c}}e}}}{{ABl{{AHd{c}}e}}}{}{}}{{{ABl{{AGb{c}}e}}}{{ABl{{AGb{c}}e}}}{}{}}{{{ABl{{AGd{c}}e}}}{{ABl{{AGd{c}}e}}}{}{}}{{{ABl{{AE`{ce}}g}}}{{ABl{{AE`{ce}}g}}}{}{}{}}{{{ABl{{AHf{c}}e}}}{{ABl{{AHf{c}}e}}}{}{}}{{{ABl{{AHh{c}}e}}}{{ABl{{AHh{c}}e}}}{}{}}{{{ABl{{AGl{ce}}g}}}{{ABl{{AGl{ce}}g}}}{}{}{}}{{{ABl{{AG`{ce}}g}}}{{ABl{{AG`{ce}}g}}}{}{}{}}{{{ABl{{AFj{ce}}g}}}{{ABl{{AFj{ce}}g}}}{}{}{}}{{{ABl{{AHj{c}}e}}}{{ABl{{AHj{c}}e}}}{}{}}{{{ABl{{AGn{ce}}g}}}{{ABl{{AGn{ce}}g}}}{}{}{}}{{{ABl{{ABj{ce}}g}}}{{ABl{{ABj{ce}}g}}}{}{}{}}{{{ABl{{AHl{c}}e}}}{{ABl{{AHl{c}}e}}}{}{}}{{{ABl{{AHn{c}}e}}}{{ABl{{AHn{c}}e}}}{}{}}{{{ABl{{AFn{ce}}g}}}{{ABl{{AFn{ce}}g}}}{}{}{}}{{{ABl{{AGf{c}}e}}}{{ABl{{AGf{c}}e}}}{}{}}{{{ABl{{AGj{c}}e}}}{{ABl{{AGj{c}}e}}}{}{}}{{{ABl{{AI`{ce}}g}}}{{ABl{{AI`{ce}}g}}}{}{}{}}{{{ABl{{AFl{ce}}g}}}{{ABl{{AFl{ce}}g}}}{}{}{}}{{{ABl{{AIb{c}}e}}}{{ABl{{AIb{c}}e}}}{}{}}{{{ABl{{AEb{ce}}g}}}{{ABl{{AEb{ce}}g}}}{}{}{}}{{{ABl{{AGh{c}}e}}}{{ABl{{AGh{c}}e}}}{}{}}{{{ABl{{AId{c}}e}}}{{ABl{{AId{c}}e}}}{}{}}{{{ADn{ce}}}{{ADn{ce}}}{}{}}{{{AE`{ce}}}{{AE`{ce}}}{}{}}{{{AEb{ce}}}{{AEb{ce}}}{}{}}{{{AFh{ce}}}{{AFh{ce}}}{}{}}{{{AFj{ce}}}{{AFj{ce}}}{}{}}{{{AFl{ce}}}{{AFl{ce}}}{}{}}{{{AFn{ce}}}{{AFn{ce}}}{}{}}{{{AG`{ce}}}{{AG`{ce}}}{}{}}{{{AGb{c}}}{{AGb{c}}}{}}{{{AGd{c}}}{{AGd{c}}}{}}{{{AGf{c}}}{{AGf{c}}}{}}{{{AGh{c}}}{{AGh{c}}}{}}{{{AGj{c}}}{{AGj{c}}}{}}{{{AGl{ce}}}{{AGl{ce}}}{}{}}{{{AGn{ce}}}{{AGn{ce}}}{}{}}{{{ABl{c}}{ABl{c}}}{{ABl{c}}}AIf}{{ce}e{}{}}0000`````{{{ABl{c}}{ABl{c}}e}{{ABl{c}}}AIfAIh}{{ceg}e{}{}AIh}0000````{ce{}{}}00000000000000000000000000000000000000000{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}4`{{c{Cl{e}}}g{}{}{}}00000000000000000000`````{AKbAKb}{{{ABl{ce}}}{{ABl{ce}}}AKb{AKdAJ`}}{{{ADn{ce}}}{{ADn{ce}}}{}{AJ`AKd}}{{{AE`{ce}}}{{AE`{ce}}}{}{AJ`AIjAEf}}{{{AEb{ce}}}{{AEb{ce}}}{}{AJ`AKd}}{{{AFh{ce}}}{{AFh{ce}}}{}{AIlAJ`AJh{AH`{}{{Ch{}}}}AKfDlAKd}}{{{AFj{ce}}}{{AFj{ce}}}{}{AJ`AIjAEf}}{{{AFl{ce}}}{{AFl{ce}}}{}{AJ`AIjAEf}}{{{AFn{ce}}}{{AFn{ce}}}{}{AJ`AIjAEf}}{{{AG`{ce}}}{{AG`{ce}}}{}{AJ`AIjAEf}}{{{AGb{c}}}{{AGb{c}}}{AJ`AKd}}{{{AGd{c}}}{{AGd{c}}}{AJ`AIjAJfAKd}}{{{AGf{c}}}{{AGf{c}}}{AIlAJ`AJh{AH`{}{{Ch{}}}}AKfDlAKd}}{{{AGh{c}}}{{AGh{c}}}{AJ`AEfAIl}}{{{AGj{c}}}{{AGj{c}}}{AJ`AEfAIl}}{{{AGl{ec}}}{{AGl{ec}}}{AJ`AEf}{{AKh{c}}}}{{{AGn{ce}}}{{AGn{ce}}}{}{AJ`AEfAIl}}{AKjAd}{{{ABl{ce}}}AdAKj{AKdAKl}}{{{ADn{ce}}}Ad{}{AKlAKd}}{{{AE`{ce}}}Ad{}{AKlAIjAEf}}{{{AEb{ce}}}Ad{}{AKlAKd}}{{{AFh{ce}}}Ad{}{AIlAKlAJh{AH`{}{{Ch{}}}}AKfDlAKd}}{{{AFj{ce}}}Ad{}{AKlAIjAEf}}{{{AFl{ce}}}Ad{}{AKlAIjAEf}}{{{AFn{ce}}}Ad{}{AKlAIjAEf}}{{{AG`{ce}}}Ad{}{AKlAIjAEf}}{{{AGb{c}}}Ad{AKlAKd}}{{{AGd{c}}}Ad{AKlAIjAJfAKd}}{{{AGf{c}}}Ad{AIlAKlAJh{AH`{}{{Ch{}}}}AKfDlAKd}}{{{AGh{c}}}Ad{AKlAEfAIl}}{{{AGj{c}}}Ad{AKlAEfAIl}}{{{AGl{ec}}}Ad{AKlAEf}{{AKh{c}}}}{{{AGn{ce}}}Ad{}{AKlAEfAIl}}{{{ABl{{AGd{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AGb{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AHn{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AFj{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AE`{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AGf{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AId{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AFn{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AFh{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AGj{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AGn{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AFl{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AIb{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AHj{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AHl{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AGh{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AEb{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AG`{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{ADn{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AHh{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AHd{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{AI`{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AGl{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ABl{{AHf{{Jn{c}}}}{Jn{e}}}}}Ad{}{}}{{{ABl{{ABj{c{Jn{e}}}}{Jn{g}}}}}Ad{}{}{}}{{{ADn{c{Jn{e}}}}}Ad{}{}}{{{AE`{c{Jn{e}}}}}Ad{}{}}{{{AEb{c{Jn{e}}}}}Ad{}{}}{{{AEd{{Jn{c}}}}}Ad{}}{{{AFb{{Jn{c}}}}}Ad{}}{{{AFd{{Jn{c}}}}}Ad{}}{{{AFf{{Jn{c}}}}}Ad{}}{{{AFh{c{Jn{e}}}}}Ad{}{}}{{{AFj{c{Jn{e}}}}}Ad{}{}}{{{AFl{c{Jn{e}}}}}Ad{}{}}{{{AFn{c{Jn{e}}}}}Ad{}{}}{{{AG`{c{Jn{e}}}}}Ad{}{}}{{{AGb{{Jn{c}}}}}Ad{}}{{{AGd{{Jn{c}}}}}Ad{}}{{{AGf{{Jn{c}}}}}Ad{}}{{{AGh{{Jn{c}}}}}Ad{}}{{{AGj{{Jn{c}}}}}Ad{}}{{{AGl{c{Jn{e}}}}}Ad{}{}}{{{AGn{c{Jn{e}}}}}Ad{}{}}{{{ABl{ce}}}{{ABl{ce}}}DlDl}{{{ADn{ce}}}{{ADn{ce}}}{}Dl}{{{AE`{ce}}}{{AE`{ce}}}{}Dl}{{{AEb{ce}}}{{AEb{ce}}}{}Dl}{{{AEd{c}}}{{AEd{c}}}Dl}{{{AFb{c}}}{{AFb{c}}}Dl}{{{AFd{c}}}{{AFd{c}}}Dl}{{{AFf{c}}}{{AFf{c}}}Dl}{{{AFh{ce}}}{{AFh{ce}}}{}Dl}{{{AFj{ce}}}{{AFj{ce}}}{}Dl}{{{AFl{ce}}}{{AFl{ce}}}{}Dl}{{{AFn{ce}}}{{AFn{ce}}}{}Dl}{{{AG`{ce}}}{{AG`{ce}}}{}Dl}{{{AGb{c}}}{{AGb{c}}}Dl}{{{AGd{c}}}{{AGd{c}}}Dl}{{{AGf{c}}}{{AGf{c}}}Dl}{{{AGh{c}}}{{AGh{c}}}Dl}{{{AGj{c}}}{{AGj{c}}}Dl}{{{AGl{ce}}}{{AGl{ce}}}{}Dl}{{{AGn{ce}}}{{AGn{ce}}}{}Dl}{{ce}Ad{}{}}0000000000000000000{{{ABl{{AHn{c}}e}}}{{ABl{{AHn{c}}e}}}DlDl}{{{ABl{{AFn{ce}}g}}}{{ABl{{AFn{ce}}g}}}{}DlDl}{{{ABl{{AId{c}}e}}}{{ABl{{AId{c}}e}}}DlDl}{{{ABl{{AGn{ce}}g}}}{{ABl{{AGn{ce}}g}}}{}DlDl}{{{ABl{{AFj{ce}}g}}}{{ABl{{AFj{ce}}g}}}{}DlDl}{{{ABl{{AGf{c}}e}}}{{ABl{{AGf{c}}e}}}DlDl}{{{ABl{{AE`{ce}}g}}}{{ABl{{AE`{ce}}g}}}{}DlDl}{{{ABl{{AGb{c}}e}}}{{ABl{{AGb{c}}e}}}DlDl}{{{ABl{{AHf{c}}e}}}{{ABl{{AHf{c}}e}}}DlDl}8{{{ABl{{AGh{c}}e}}}{{ABl{{AGh{c}}e}}}DlDl}{{{ABl{{AIb{c}}e}}}{{ABl{{AIb{c}}e}}}DlDl}{{{ABl{{AFh{ce}}g}}}{{ABl{{AFh{ce}}g}}}{}DlDl}9{{{ABl{{AEb{ce}}g}}}{{ABl{{AEb{ce}}g}}}{}DlDl}39{{{ABl{{AGj{c}}e}}}{{ABl{{AGj{c}}e}}}DlDl}{{{ABl{{AI`{ce}}g}}}{{ABl{{AI`{ce}}g}}}{}DlDl}4{{{ABl{{ABj{ce}}g}}}{{ABl{{ABj{ce}}g}}}{}DlDl}{{{ABl{{ADn{ce}}g}}}{{ABl{{ADn{ce}}g}}}{}DlDl}{{{ABl{{AGd{c}}e}}}{{ABl{{AGd{c}}e}}}DlDl}3{{{ABl{{AFl{ce}}g}}}{{ABl{{AFl{ce}}g}}}{}DlDl}={{{ABl{{AHl{c}}e}}}{{ABl{{AHl{c}}e}}}DlDl}1{{{ABl{{AG`{ce}}g}}}{{ABl{{AG`{ce}}g}}}{}DlDl}><{{{ABl{{AGl{ce}}g}}}{{ABl{{AGl{ce}}g}}}{}DlDl}{{{ABl{{AHj{c}}e}}}{{ABl{{AHj{c}}e}}}DlDl}9{{{ABl{{AFj{ce}}g}}}{{ABl{{AFj{ce}}g}}}{}DlDl};18<62{{{ABl{{AHh{c}}e}}}{{ABl{{AHh{c}}e}}}DlDl}{{{ABl{{AGb{c}}e}}}{{ABl{{AGb{c}}e}}}DlDl}69{{{ABl{{AHd{c}}e}}}{{ABl{{AHd{c}}e}}}DlDl}6{{{ABl{{AFn{ce}}g}}}{{ABl{{AFn{ce}}g}}}{}DlDl}13{{{ADn{ce}}}{{ADn{ce}}}{}Dl}0{{{AE`{ce}}}{{AE`{ce}}}{}Dl}0{{{AEb{ce}}}{{AEb{ce}}}{}Dl}0{{{AEd{c}}}{{AEd{c}}}Dl}0{{{AFb{c}}}{{AFb{c}}}Dl}0{{{AFd{c}}}{{AFd{c}}}Dl}0{{{AFf{c}}}{{AFf{c}}}Dl}0{{{AFh{ce}}}{{AFh{ce}}}{}Dl}0{{{AFj{ce}}}{{AFj{ce}}}{}Dl}0{{{AFl{ce}}}{{AFl{ce}}}{}Dl}0{{{AFn{ce}}}{{AFn{ce}}}{}Dl}0{{{AG`{ce}}}{{AG`{ce}}}{}Dl}0{{{AGb{c}}}{{AGb{c}}}Dl}0{{{AGd{c}}}{{AGd{c}}}Dl}0{{{AGf{c}}}{{AGf{c}}}Dl}0{{{AGh{c}}}{{AGh{c}}}Dl}0{{{AGj{c}}}{{AGj{c}}}Dl}0{{{AGl{ce}}}{{AGl{ce}}}{}Dl}0{{{AGn{ce}}}{{AGn{ce}}}{}Dl}0````````````````````````{{{ABl{{AFj{ce}}g}}}{{ABl{{AFj{ce}}g}}}{}{}{}}{{{ABl{{AHn{c}}e}}}{{ABl{{AHn{c}}e}}}{}{}}{{{ABl{{AGh{c}}e}}}{{ABl{{AGh{c}}e}}}{}{}}{{{ABl{{AG`{ce}}g}}}{{ABl{{AG`{ce}}g}}}{}{}{}}{{{AFj{ce}}}{{AFj{ce}}}{}{{AKn{}{{Ch{}}}}}}{{{AG`{ce}}}{{AG`{ce}}}{}{{AKn{}{{Ch{}}}}}}{{{AGh{c}}}{{AGh{c}}}{{AKn{}{{Ch{}}}}}}{ce{}{}}00000000000000000000{{cc}c{AIjAJfAJh}}`{{{ABl{{ABj{ce}}g}}}{{ABl{{ABj{ce}}g}}}{}AhAh}{{{ABl{{AGj{c}}e}}}{{ABl{{AGj{c}}e}}}AhAh}{{{ABl{{AEb{ce}}g}}}{{ABl{{AEb{ce}}g}}}{}AhAh}{{{ABl{{AE`{ce}}g}}}{{ABl{{AE`{ce}}g}}}{}AhAh}0{{{ABl{{AGd{c}}e}}}{{ABl{{AGd{c}}e}}}AhAh}0{{{ABl{{AGb{c}}e}}}{{ABl{{AGb{c}}e}}}AhAh}{{{ABl{{AHj{c}}e}}}{{ABl{{AHj{c}}e}}}AhAh}{{{ABl{{ADn{ce}}g}}}{{ABl{{ADn{ce}}g}}}{}AhAh}51{{{ABl{{AGf{c}}e}}}{{ABl{{AGf{c}}e}}}AhAh}1{{{ABl{{AG`{ce}}g}}}{{ABl{{AG`{ce}}g}}}{}AhAh}1{{{ABl{{AGh{c}}e}}}{{ABl{{AGh{c}}e}}}AhAh}0{{{ABl{{AFh{ce}}g}}}{{ABl{{AFh{ce}}g}}}{}AhAh}{{{ABl{{AId{c}}e}}}{{ABl{{AId{c}}e}}}AhAh}{{{ABl{{AHf{c}}e}}}{{ABl{{AHf{c}}e}}}AhAh}142{{{ABl{{AHl{c}}e}}}{{ABl{{AHl{c}}e}}}AhAh}{{{ABl{{AHd{c}}e}}}{{ABl{{AHd{c}}e}}}AhAh}{{{ABl{{AFj{ce}}g}}}{{ABl{{AFj{ce}}g}}}{}AhAh}123;?{{{ABl{{AGn{ce}}g}}}{{ABl{{AGn{ce}}g}}}{}AhAh}1{{{ABl{{AI`{ce}}g}}}{{ABl{{AI`{ce}}g}}}{}AhAh}{{{ABl{{AHh{c}}e}}}{{ABl{{AHh{c}}e}}}AhAh}1{{{ABl{{AFl{ce}}g}}}{{ABl{{AFl{ce}}g}}}{}AhAh}1{{{ABl{{AFn{ce}}g}}}{{ABl{{AFn{ce}}g}}}{}AhAh}{{{ABl{{ABj{ce}}g}}}{{ABl{{ABj{ce}}g}}}{}AhAh}5{{{ABl{{AHn{c}}e}}}{{ABl{{AHn{c}}e}}}AhAh}302{{{ABl{{AIb{c}}e}}}{{ABl{{AIb{c}}e}}}AhAh}0{{{ABl{{AGl{ce}}g}}}{{ABl{{AGl{ce}}g}}}{}AhAh}0{{{ADn{ce}}}{{ADn{ce}}}{}Ah}0{{{AE`{ce}}}{{AE`{ce}}}{}Ah}0{{{AEb{ce}}}{{AEb{ce}}}{}Ah}0{{{AEd{c}}}{{AEd{c}}}Ah}0{{{AFb{c}}}{{AFb{c}}}Ah}0{{{AFd{c}}}{{AFd{c}}}Ah}0{{{AFf{c}}}{{AFf{c}}}Ah}0{{{AFh{ce}}}{{AFh{ce}}}{}Ah}0{{{AFj{ce}}}{{AFj{ce}}}{}Ah}0{{{AFl{ce}}}{{AFl{ce}}}{}Ah}0{{{AFn{ce}}}{{AFn{ce}}}{}Ah}0{{{AG`{ce}}}{{AG`{ce}}}{}Ah}0{{{AGb{c}}}{{AGb{c}}}Ah}0{{{AGd{c}}}{{AGd{c}}}Ah}0{{{AGf{c}}}{{AGf{c}}}Ah}0{{{AGh{c}}}{{AGh{c}}}Ah}0{{{AGj{c}}}{{AGj{c}}}Ah}0{{{AGl{ce}}}{{AGl{ce}}}{}Ah}0{{{AGn{ce}}}{{AGn{ce}}}{}Ah}0{{{AL`{}{{AJj{c}}}}c}{{AL`{}{{AJj{c}}}}}{}}{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{ce}e{}{}}{{{ALb{}{{AJj{c}}}}c}Ad{}}30{{}{{ABl{ce}}}FnAKd}{{}{{ADn{ce}}}{}AKd}{{}{{AE`{ce}}}{}{AIjAEf}}{{}{{AEb{ce}}}{}AKd}{{}{{AEd{c}}}Fn}{{}{{AFb{c}}}Fn}{{}{{AFd{c}}}Fn}{{}{{AFf{c}}}Fn}{{}{{AFh{ce}}}{}AKd}{{}{{AFj{ce}}}{}AEf}{{}{{AFl{ce}}}{}{AEfAIj}}{{}{{AFn{ce}}}{}{AEfAIj}}{{}{{AG`{ce}}}{}AEf}{{}{{AGb{c}}}AKd}{{}{{AGd{c}}}AKd}{{}{{AGf{c}}}AKd}{{}{{AGh{c}}}AEf}{{}{{AGj{c}}}{AEfAIl}}{{}{{AGl{ce}}}{}AEf}{{}{{AGn{ec}}}AEf{{AKh{c}}}}{{}}000000000000000000000000000000000000000{{}M`}0000000000000000000{{{AFj{ce}}{AFj{ce}}}{}{}AJb}{{{AFl{ce}}{AFl{ce}}}{}{}{}}{{{ALd{ce}}}{}{}{{ALf{c}}ALh}}{Dbc{}}0{{{ABl{ce}}}c{}{}}111111111111111111121101111111111111111111{{{ALj{}{{AJj{c}}}}c}{{ALj{}{{AJj{c}}}}}{}}{{{ALl{}{{AJj{c}}}}c}Ad{}}10{c{{Il{{ABl{eg}}}}}AD`ALnALn}{c{{Il{{ADn{eg}}}}}AD`{}ALn}{c{{Il{{AE`{eg}}}}}AD`{}ALn}{c{{Il{{AEb{eg}}}}}AD`{}ALn}{c{{Il{{AEd{e}}}}}AD`ALn}{c{{Il{{AFb{e}}}}}AD`ALn}{c{{Il{{AFd{e}}}}}AD`ALn}{c{{Il{{AFf{e}}}}}AD`ALn}{c{{Il{{AFh{eg}}}}}AD`{}ALn}{c{{Il{{AFj{eg}}}}}AD`{}ALn}{c{{Il{{AFl{eg}}}}}AD`{}ALn}{c{{Il{{AFn{eg}}}}}AD`{}ALn}{c{{Il{{AG`{eg}}}}}AD`{}ALn}{c{{Il{{AGb{e}}}}}AD`ALn}{c{{Il{{AGd{e}}}}}AD`ALn}{c{{Il{{AGf{e}}}}}AD`ALn}{c{{Il{{AGh{e}}}}}AD`ALn}{c{{Il{{AGj{e}}}}}AD`ALn}{c{{Il{{AGl{eg}}}}}AD`{}ALn}{c{{Il{{AGn{eg}}}}}AD`{}ALn}{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{{AFj{ce}}{AFj{ce}}}{}{}{AIjAEnAIlAEfAM`AMbAMdAJdAJbAJfAJhAMfDl}}{{{AFl{ce}}{AFl{ce}}}{}{}{AIjAEnAIlAEfAM`AMbAMdAJdAJbAJfAJhDl}}{{ce}e{}{}}{{{AFj{ce}}{AFj{ce}}}{}{}{{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}AIjDl}}{{{AG`{ce}}{AG`{ce}}}{}{}{{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}AIjDl}}{{{AGh{c}}{AGh{c}}}{}{{AH`{}{{Ch{}}}}AIj{AMh{}{{Ch{}}}}{AEl{}{{Ch{}}}}Dl}}{{{AGl{ce}}{AGl{ce}}}{}{}{{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}AIjDl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}AIjDl}}{{{ABl{ec}}c}{}{AMjDl}{{AMj{c}}}}{{{ABl{ce}}{ABl{ce}}}{}AMjAMj}{{{AFj{ce}}{AFj{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AFj{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AG`{ce}}{AG`{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AG`{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AGh{c}}c}{}{{AMj{}{{Ch{}}}}Dl}}{{{AGh{c}}{AGh{c}}}{}{{AMj{}{{Ch{}}}}}}{{{AGl{ce}}{AGl{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AGl{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AGn{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{ABl{ec}}c}Ad{AKfDl}{{AKf{c}}}}{{{ABl{ce}}{ABl{ce}}}AdAKfAKf}{{{AFj{ce}}{AFj{ce}}}Ad{}AKf}{{{AFj{ce}}e}Ad{}{AKfDl}}{{{AG`{ce}}e}Ad{}{AKfDl}}{{{AG`{ce}}{AG`{ce}}}Ad{}AKf}{{{AGh{c}}c}Ad{AKfDl}}{{{AGh{c}}{AGh{c}}}AdAKf}{{{AGl{ce}}e}Ad{}{AKfDl}}{{{AGl{ce}}{AGl{ce}}}Ad{}AKf}{{{AGn{ce}}e}Ad{}{AKfDl}}{{{AGn{ce}}{AGn{ce}}}Ad{}AKf}{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{ce}e{}{}}{{{ABl{{AGj{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{AMn{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{ADn{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{ANd{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AFl{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{ANf{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AGl{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{ANh{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AHj{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{ANj{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AE`{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{ANl{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AFh{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{ANn{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AHn{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{AO`{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AG`{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{AOb{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AId{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{AOd{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AFj{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{AOf{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{ABj{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{AOh{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AHh{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{AOj{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AEb{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{AOl{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AGb{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{AOn{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AHl{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{B`{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AGh{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{Bb{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AFn{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{Bd{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AIb{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{Bf{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AGd{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{Bh{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AHf{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{Bj{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AHd{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{Bl{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AI`{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{Bn{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ABl{{AGf{{Jn{c}}}}{Jn{e}}}}g}{{AN`{{BA`{{AMl{c}}}}{AMl{e}}}}}{}{}{{ANb{Db}}Dl}}{{{ABl{{AGn{c{Jn{e}}}}{Jn{g}}}}i}{{AN`{{BAb{{AMl{e}}c}}{AMl{g}}}}}{}{}{}{{ANb{Db}}Dl}}{{{ADn{c{Jn{e}}}}g}{{ANd{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{{{AE`{c{Jn{e}}}}g}{{ANl{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{{{AEb{c{Jn{e}}}}g}{{AOl{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{{{AEd{{Jn{c}}}}e}{{BAd{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AFb{{Jn{c}}}}e}{{BAf{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AFd{{Jn{c}}}}e}{{BAh{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AFf{{Jn{c}}}}e}{{BAj{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AFh{c{Jn{e}}}}g}{{ANn{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{{{AFj{c{Jn{e}}}}g}{{AOf{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{{{AFl{c{Jn{e}}}}g}{{ANf{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{{{AFn{c{Jn{e}}}}g}{{Bd{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{{{AG`{c{Jn{e}}}}g}{{AOb{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{{{AGb{{Jn{c}}}}e}{{AOn{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AGd{{Jn{c}}}}e}{{Bh{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AGf{{Jn{c}}}}e}{{BA`{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AGh{{Jn{c}}}}e}{{Bb{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AGj{{Jn{c}}}}e}{{AMn{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AGl{c{Jn{e}}}}g}{{ANh{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{{{AGn{c{Jn{e}}}}g}{{BAb{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{DbAd}{{{ALd{ce}}}Ad{}{{ALf{c}}ALh}}11111111111111111111`{{{ABl{ce}}{ABl{ce}}}jGhGh}{{{ADn{ce}}{ADn{ce}}}j{}Gh}{{{AE`{ce}}{AE`{ce}}}j{}Gh}{{{AEb{ce}}{AEb{ce}}}j{}Gh}{{{AEd{c}}{AEd{c}}}j{{AEj{}{{AEh{j}}}}Gh}}{{{AEd{c}}c}j{{AEj{}{{AEh{j}}}}Gh}}{{{AFb{c}}c}j{{AEj{}{{AEh{j}}}}Gh}}{{{AFb{c}}{AFb{c}}}j{{AEj{}{{AEh{j}}}}Gh}}{{{AFd{c}}{AFd{c}}}j{{AEj{}{{AEh{j}}}}Gh}}{{{AFd{c}}c}j{{AEj{}{{AEh{j}}}}Gh}}{{{AFf{c}}c}j{{AEj{}{{AEh{j}}}}Gh}}{{{AFf{c}}{AFf{c}}}j{{AEj{}{{AEh{j}}}}Gh}}{{{AFh{ce}}{AFh{ce}}}j{}Gh}{{{AFj{ce}}{AFj{ce}}}j{}Gh}{{{AFl{ce}}{AFl{ce}}}j{}Gh}{{{AFn{ce}}{AFn{ce}}}j{}Gh}{{{AG`{ce}}{AG`{ce}}}j{}Gh}{{{AGb{c}}{AGb{c}}}jGh}{{{AGd{c}}{AGd{c}}}jGh}{{{AGf{c}}{AGf{c}}}jGh}{{{AGh{c}}{AGh{c}}}jGh}{{{AGj{c}}{AGj{c}}}jGh}{{{AGl{ce}}{AGl{ce}}}j{}Gh}{{{AGn{ce}}{AGn{ce}}}j{}Gh}{{ce}j{}{}}00000000000000000000000000000000000000000000000000000000000{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{ce}e{}{}}{{{ABl{ei}}k}Ad{}{{BAl{c}}}{}{{BAl{g}}}{{Oh{}{{Of{{ABl{cg}}}}}}}}{{{ADn{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{ADn{ce}}}}}}}}{{{AE`{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AE`{ce}}}}}}}}{{{AEb{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AEb{ce}}}}}}}}{{{AEd{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{c}}}}}}{{{AFb{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{c}}}}}}{{{AFd{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{c}}}}}}{{{AFf{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{c}}}}}}{{{AFh{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AFh{ce}}}}}}}}{{{AFj{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AFj{ce}}}}}}}}{{{AFl{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AFl{ce}}}}}}}}{{{AFn{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AFn{ce}}}}}}}}{{{AG`{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AG`{ce}}}}}}}}{{{AGb{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AGb{c}}}}}}}}{{{AGd{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AGd{c}}}}}}}}{{{AGf{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AGf{c}}}}}}}}{{{AGh{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AGh{c}}}}}}}}{{{AGj{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AGj{c}}}}}}}}{{{AGl{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AGl{ce}}}}}}}}{{{AGn{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AGn{ce}}}}}}}}{{{ABl{ce}}Df}{{Il{AdAl}}}BAnBAn}{{{ABl{ce}}Df}{{Il{AdAl}}}JjJj}{{{ABl{ce}}Df}{{Il{AdAl}}}BB`BB`}{{{ADn{ce}}Df}{{Il{AdAl}}}JjJj}{{{AE`{ce}}Df}{{Il{AdAl}}}JjJj}{{{AEb{ce}}Df}{{Il{AdAl}}}JjJj}{{{AEd{c}}Df}{{Il{AdAl}}}Jj}{{{AFb{c}}Df}{{Il{AdAl}}}Jj}{{{AFd{c}}Df}{{Il{AdAl}}}Jj}{{{AFf{c}}Df}{{Il{AdAl}}}Jj}{{{AFh{ce}}Df}{{Il{AdAl}}}JjJj}{{{AFj{ce}}Df}{{Il{AdAl}}}JjJj}{{{AFl{ce}}Df}{{Il{AdAl}}}JjJj}{{{AFn{ce}}Df}{{Il{AdAl}}}JjJj}{{{AG`{ce}}Df}{{Il{AdAl}}}JjJj}{{{AGb{c}}Df}{{Il{AdAl}}}Jj}{{{AGd{c}}Df}{{Il{AdAl}}}Jj}{{{AGf{c}}Df}{{Il{AdAl}}}Jj}{{{AGh{c}}Df}{{Il{AdAl}}}Jj}{{{AGj{c}}Df}{{Il{AdAl}}}Jj}{{{AGl{ce}}Df}{{Il{AdAl}}}JjJj}{{{AGn{ce}}Df}{{Il{AdAl}}}JjJj}{cc{}}{{{ADb{{ABl{{AHf{c}}c}}}}}{{ABl{{AHf{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{{ABl{{AIb{c}}c}}}}}{{ABl{{AIb{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ABj{{BBf{BBd}}c}}}{{ABl{{ABj{BBde}}e}}}{}AKd}{{{ADb{{ABl{{BBh{c}}c}}}}}{{ABl{{BBh{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ABl{{BBh{c}}e}}}{{ABl{{AHd{c}}e}}}{}{}}{{{Lf{ccce}}}{{ABl{{AGh{c}}e}}}{}{}}{{{BBj{c}}}{{ABl{c}}}AIf}{{{Lf{cceg}}}{{ABl{{AFl{ic}}g}}}{}{{K`{{AEd{c}}}}}{}{}}{{{ABl{{ABj{c}}Mf}}}{{ABl{{ABj{cNl}}Nl}}}{}}{{{Lf{cceg}}}{{ABl{{AFn{ic}}g}}}{}{{K`{{AFb{c}}}}}{}{}}{{{Lf{cceg}}}{{ABl{{AHf{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{Dd{{ABl{ABjMf}}}}{{{ABl{{ABj{cBBn}}BBn}}}{{ABl{{ABj{c}}Mf}}}{}}{{{Lf{ccce}}}{{ABl{{AGl{gc}}e}}}{}{}{}}{{{ADb{{ABl{{AHj{c}}c}}}}}{{ABl{{AHj{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{c}}}{{ABl{ec}}}{}{}}{{{Lf{eccg}}}{{ABl{{AGd{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{{{ADb{{ABl{{AGl{ce}}e}}}}}{{ABl{{AGl{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ABl{{ABj{{BBf{BBd}}c}}c}}}{{ABl{{ABj{BBde}}e}}}{}{{BC`{c}}}}{{{ABl{{ABj{c}}Mf}}}{{ABl{{ABj{cBBn}}BBn}}}{}}{{{ABl{{BBh{c}}e}}}{{ABl{{AIb{c}}e}}}{}{}}{{{ADb{{ABl{{AGh{c}}c}}}}}{{ABl{{AGh{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{{ABl{{AId{c}}c}}}}}{{ABl{{AId{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{{ABl{{AGj{c}}c}}}}}{{ABl{{AGj{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{{ABl{{AFh{ce}}e}}}}}{{ABl{{AFh{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{Lf{cceg}}}{{ABl{{AHj{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{ADb{{ABl{{AE`{ce}}e}}}}}{{ABl{{AE`{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{Lf{eccg}}}{{ABl{{AE`{ic}}g}}}{}{{K`{{AFb{c}}}}}{}{}}{{{ADb{{ABl{{AGd{c}}c}}}}}{{ABl{{AGd{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{Lf{ccce}}}{{ABl{{ABj{gc}}e}}}{}{}{}}{c{{ABl{ce}}}{}AKd}{{{ABl{{BBh{c}}e}}}{{ABl{{AHh{c}}e}}}{}{}}{{{Lf{ccce}}}{{ABl{{AG`{gc}}e}}}{}{}{}}{{{ABl{{ABj{cNl}}Nl}}}{{ABl{{ABj{cBBn}}BBn}}}{}}{{{Lf{eccg}}}{{ABl{{AFh{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{Lf{cceg}}}{{ABl{{AHl{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{Lf{cceg}}}{{ABl{{AGj{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{ADh{{ABl{{AI`{cBBn}}BBn}}}{}}{{{ABl{{BBh{c}}e}}}{{ABl{{AHl{c}}e}}}{}{}}{{{Lf{cceg}}}{{ABl{{AIb{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{ADb{{ABl{{AFn{ce}}e}}}}}{{ABl{{AFn{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{Lf{cceg}}}{{ABl{{AHh{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{ABl{{ABj{cNl}}Nl}}}{{ABl{{ABj{c}}Mf}}}{}}{{{ADb{{ABl{{AFj{ce}}e}}}}}{{ABl{{AFj{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{Lf{ccce}}}{{ABl{{AHn{c}}e}}}{}{}}{{{ABj{BBdc}}}{{ABl{{ABj{{BBf{BBd}}e}}e}}}{}AKd}{{{Lf{ce}}}{{ABl{{AI`{gc}}e}}}{}{}{}}{M`{{ABl{{ABj{cBBn}}BBn}}}{}}{{{ADb{{ABl{{ADn{ce}}e}}}}}{{ABl{{ADn{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{Lf{eccg}}}{{ABl{{ADn{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{ADb{{ABl{{AEb{ce}}e}}}}}{{ABl{{AEb{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ADb{{ABl{{AGb{c}}c}}}}}{{ABl{{AGb{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{Lf{cceg}}}{{ABl{{AHd{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{Nnc{}}{{{ABl{{BBh{c}}e}}}{{ABl{{AHj{c}}e}}}{}{}}{{{ADb{{ABl{{AGn{ce}}e}}}}}{{ABl{{AGn{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{Lf{ccce}}}{{ABl{{AGn{gc}}e}}}{}{}{}}{{{ABl{{ABj{BBdc}}c}}}{{ABl{{ABj{{BBf{BBd}}e}}e}}}{}{{BC`{c}}}}{{{ADb{c}}}{{ABl{ec}}}{}{}}{{{ADb{{ABl{{AHl{c}}c}}}}}{{ABl{{AHl{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{BCb{ig}}}{{ABl{{AI`{ce}}e}}}{}{}{}{{BCd{{ABl{{AI`{ce}}e}}g}}}}{{{ADb{{ABl{{AI`{ce}}e}}}}}{{ABl{{AI`{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ADb{{ABl{{AFl{ce}}e}}}}}{{ABl{{AFl{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ADb{{ABl{{AHn{c}}c}}}}}{{ABl{{AHn{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{Lf{ccce}}}{{ABl{{AFj{gc}}e}}}{}{}{}}{{{Lf{cceg}}}{{ABl{{AId{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{ADb{{ABl{{AGf{c}}c}}}}}{{ABl{{AGf{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{cc{}}{{{ADb{{ABl{{AHh{c}}c}}}}}{{ABl{{AHh{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{{ABl{{AG`{ce}}e}}}}}{{ABl{{AG`{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{BCb{ig}}}{{ABl{{ABj{ce}}e}}}{}{}{}{{BCd{{ABl{{ABj{ce}}e}}g}}}}{{{ABl{{ABj{cBBn}}BBn}}}{{ABl{{ABj{cNl}}Nl}}}{}}{{{ABl{{BBh{c}}e}}}{{ABl{{AId{c}}e}}}{}{}}{{{ADb{{ABl{{AHd{c}}c}}}}}{{ABl{{AHd{e}}e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{{ABl{{ABj{ce}}e}}}}}{{ABl{{ABj{cg}}g}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{Lf{eccg}}}{{ABl{{AEb{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{ADb{c}}}{{ABl{ec}}}{}{}}{{{ADb{{ADn{ce}}}}}{{ADn{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ADb{c}}}{{ADn{ec}}}{}{}}0;{{{Lf{ecc}}}{{ADn{gc}}}{}{{K`{{AFd{c}}}}}{}}1{{{ADb{c}}}{{AE`{ec}}}{}{}}0{{{Lf{ecc}}}{{AE`{gc}}}{}{{K`{{AFb{c}}}}}{}}>{{{ADb{{AE`{ce}}}}}{{AE`{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}2{{{ADb{{AEb{ce}}}}}{{AEb{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{Lf{ecc}}}{{AEb{gc}}}{}{{K`{{AFd{c}}}}}{}}{{{ADb{c}}}{{AEb{ec}}}{}{}}00{cc{}}0{c{{AEd{c}}}{}}{Nnc{}}{c{{AFb{c}}}{}}31{c{{AFd{c}}}{}}42{c{{AFf{c}}}{}}35{{{ADb{c}}}{{AFh{ec}}}{}{}}0{{{Lf{ecc}}}{{AFh{gc}}}{}{{K`{{AFd{c}}}}}{}}{{{ADb{{AFh{ce}}}}}{{AFh{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}28{{{ADb{c}}}{{AFj{ec}}}{}{}}090{{{BBj{{AFj{ce}}}}}{{AFj{ce}}}{}{}}{{{Lf{ccc}}}{{AFj{ec}}}{}{}}{{{ADb{{AFj{ce}}}}}{{AFj{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ADb{c}}}{{AFl{ec}}}{}{}}{{{Lf{cce}}}{{AFl{gc}}}{}{{K`{{AEd{c}}}}}{}}1>{{{ADb{{AFl{ce}}}}}{{AFl{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}2{{{ADb{c}}}{{AFn{ec}}}{}{}}00{{{ADb{{AFn{ce}}}}}{{AFn{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{Lf{cce}}}{{AFn{gc}}}{}{{K`{{AFb{c}}}}}{}}{cc{}}{{{BBj{{AG`{ce}}}}}{{AG`{ce}}}{}{}}{{{ADb{c}}}{{AG`{ec}}}{}{}}{{{Lf{ccc}}}{{AG`{ec}}}{}{}}113{{{ADb{{AG`{ce}}}}}{{AG`{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}4{{{ADb{c}}}{{AGb{c}}}{}}00{{{ADb{{AGb{c}}}}}{{AGb{e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{c}}}{{AGd{c}}}{}}0{{{ADb{{AGd{c}}}}}{{AGd{e}}}{}{{BBb{}{{AJj{c}}}}}}18{{{Lf{ecc}}}{{AGd{c}}}{}{{K`{{AFf{c}}}}}}{{{ADb{c}}}{{AGf{c}}}{}}0:{{{ADb{{AGf{c}}}}}{{AGf{e}}}{}{{BBb{}{{AJj{c}}}}}}1{{{Lf{ccc}}}{{AGh{c}}}{}}<{{{BBj{{AGh{c}}}}}{{AGh{c}}}{}}{{{ADb{c}}}{{AGh{c}}}{}}{{{ADb{{AGh{c}}}}}{{AGh{e}}}{}{{BBb{}{{AJj{c}}}}}}11?{{{ADb{{AGj{c}}}}}{{AGj{e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{c}}}{{AGj{c}}}{}}0{{{Lf{cce}}}{{AGj{c}}}{}{{K`{{AFf{c}}}}}}1{{{ADb{c}}}{{AGl{ec}}}{}{}}{cc{}}{{{Lf{ccc}}}{{AGl{ec}}}{}{}}2{{{ADb{{AGl{ce}}}}}{{AGl{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{BBj{{AGl{ce}}}}}{{AGl{ce}}}{}{}}4{{{ADb{c}}}{{AGn{ec}}}{}{}}0{{{BBj{{AGn{ce}}}}}{{AGn{ce}}}{}{}}{{{ADb{{AGn{ce}}}}}{{AGn{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}62{{{Lf{ccc}}}{{AGn{ec}}}{}{}}777777777777777777777{{{AId{c}}{Cl{e}}}{{AGl{c}}}{AIjBCfAIlAEfAJbBChAJdBCjAJfAMdAEnAF`AJhDl}{{BCl{c}}}}{{{AHd{c}}{Cl{e}}}{{AGl{c}}}{AIjBCfAIlAEfAJbBChAJdBCjAJfAMdAEnAF`AJhDl}{{BCl{c}}}}{{{AHl{c}}{Cl{e}}}{{AGl{c}}}{AIjBCfAIlAEfAJbBChAJdBCjAJfAMdAEnAF`AJhDl}{{BCl{c}}}}{{{AHj{c}}{Cl{e}}}{{AGl{c}}}{AIjBCfAIlAEfAJbBChAJdBCjAJfAMdAEnAF`AJhDl}{{BCl{c}}}}{{{AHh{c}}{Cl{e}}}{{AGl{c}}}{AIjBCfAIlAEfAJbBChAJdBCjAJfAMdAEnAF`AJhDl}{{BCl{c}}}}{{{BBh{c}}{Cl{e}}}{{AGl{c}}}BCf{{BCl{c}}}}{{{AIb{c}}{Cl{e}}}{{AGl{c}}}{AIjBCfAIlAEfAJbBChAJdBCjAJfAMdAEnAF`AJhDl}{{BCl{c}}}}{{cc}{{AEd{c}}}{}}{{cc}{{AFb{c}}}{}}{{cc}{{AFd{c}}}{}}{{cc}{{AFf{c}}}{}}{cBCn{}}{ce{}{}}000000000000000{c{{ALd{ALfc}}}{{ALf{ALf}}ALh}}{c{{ALd{ec}}}{}{}}000000000000000{e{{ABl{gc}}}{}{{BD`{c}}}{}}{{{AGd{c}}}{{ADn{ec}}}{}{}}{{{ABl{gi}}}{{ADn{ce}}}{}{}{{BDb{{ADn{ce}}}}}{}}{{{AG`{c}}}{{ADn{ec}}}{}BDd}{{{AGf{c}}}{{ADn{ec}}}{}{}}{{{ABj{ce}}}{{ADn{ce}}}{}{AEnAEfAIlAInAJfAJhDl}}{{{AGj{c}}}{{ADn{ec}}}{}{}}{{{AGh{c}}}{{ADn{ec}}}{}{}}{{{AFl{c}}}{{ADn{ec}}}{}BDd}{{{AFn{c}}}{{ADn{ec}}}{}BDd}{{{AGn{c}}}{{ADn{ec}}}{}BDd}{{{AFj{c}}}{{ADn{ec}}}{}BDd}{{{AGl{c}}}{{ADn{ec}}}{}BDd}{{{ADn{ce}}}{{ADn{ge}}}BDd{}BDd}{{{AGb{c}}}{{ADn{ec}}}{}{}}{{{AFh{ce}}}{{ADn{ce}}}{}{}}{{{AEb{ce}}}{{ADn{ce}}}{}{AIjAEfAIlBDfAJfAJhDl}}{{{AI`{ce}}}{{ADn{ge}}}{{BDj{}{{BDh{}}}}}{}BDd}{{{AE`{c}}}{{ADn{ec}}}{}BDd}{{{ABl{gi}}}{{AE`{ce}}}{}{}{{BDb{{AE`{ce}}}}}{}}{{{AI`{gc}}}{{AE`{ec}}}{}{{AKh{c}}}{{BDj{}{{BDh{e}}}}}}{{{ADn{ce}}}{{AE`{ge}}}BDd{}{{AKh{e}}}}{{{AFj{ec}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{AGb{c}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{AGd{c}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{AGh{c}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{ABj{ce}}}{{AE`{ge}}}BDd{}{{AKh{e}}}}{{{AGj{c}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{AFh{ce}}}{{AE`{ge}}}BDd{}{{AKh{e}}}}{{{AFn{ce}}}{{AE`{ce}}}{}{AIjAEn{K`{Nl}}AM`AJfDl}}{{{AEb{ce}}}{{AE`{ge}}}BDd{}{{AKh{e}}}}{{{AE`{ce}}}{{AE`{ce}}}{}{}}{{{AGf{c}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{AFl{ec}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{AGn{ec}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{AG`{ec}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{AGl{ec}}}{{AE`{ec}}}{}{{AKh{c}}}}{{{AGh{c}}}{{AEb{ec}}}{}{}}{{{AFl{c}}}{{AEb{ec}}}{}BDd}{{{AGn{c}}}{{AEb{ec}}}{}BDd}{{{AI`{ce}}}{{AEb{ge}}}{{BDj{}{{BDh{}}}}}{}BDd}{{{AGd{c}}}{{AEb{ec}}}{}{}}{{{AG`{c}}}{{AEb{ec}}}{}BDd}{{{ABj{ce}}}{{AEb{ce}}}{}{AEnAIlAEfAInAJfAJhDl}}{{{AGj{c}}}{{AEb{ec}}}{}{}}{{{AGl{c}}}{{AEb{ec}}}{}BDd}{{{AFn{c}}}{{AEb{ec}}}{}BDd}{{{AEb{ce}}}{{AEb{ge}}}BDd{}BDd}{{{AE`{c}}}{{AEb{ec}}}{}BDd}{{{ADn{ce}}}{{AEb{ce}}}{}{AIjAEfAIlBDfAJfAJhDl}}{{{AFh{ce}}}{{AEb{ce}}}{}{AIlAEfBDfAJf}}{{{AGb{c}}}{{AEb{ec}}}{}{}}{{{AFj{c}}}{{AEb{ec}}}{}BDd}{{{ABl{gi}}}{{AEb{ce}}}{}{}{{BDb{{AEb{ce}}}}}{}}{{{AGf{c}}}{{AEb{ec}}}{}{}}{{{AFl{c}}}{{AFh{ec}}}{}BDd}{{{ABj{ce}}}{{AFh{ce}}}{}{}}{{{AGh{c}}}{{AFh{ec}}}{}{}}{{{AEb{ce}}}{{AFh{ce}}}{}{AIlAJf}}{{{AFj{c}}}{{AFh{ec}}}{}BDd}{{{AGj{c}}}{{AFh{ec}}}{}{}}{{{AE`{c}}}{{AFh{ec}}}{}BDd}{{{AG`{c}}}{{AFh{ec}}}{}BDd}{{{AFh{ce}}}{{AFh{ge}}}BDd{}BDd}{{{ADn{ce}}}{{AFh{ce}}}{}{}}{{{ABl{gi}}}{{AFh{ce}}}{}{}{{BDb{{AFh{ce}}}}}{}}{{{AI`{ce}}}{{AFh{ge}}}{{BDj{}{{BDh{}}}}}{}BDd}{{{AGn{c}}}{{AFh{ec}}}{}BDd}{{{AFn{c}}}{{AFh{ec}}}{}BDd}{{{AGb{c}}}{{AFh{ec}}}{}{}}{{{AGd{c}}}{{AFh{ec}}}{}{}}{{{AGl{c}}}{{AFh{ec}}}{}BDd}{{{AGf{c}}}{{AFh{ec}}}{}{}}{{{AFl{ce}}}{{AFj{ce}}}{}{AEnAEfAInAMd{AMh{}{{Ch{}}}}Dl}}{{{AI`{gc}}}{{AFj{ec}}}{}{{AKh{c}}}{{BDj{}{{BDh{e}}}}}}{{{AGf{c}}}{{AFj{ec}}}{}{{AKh{c}}}}{{{AFh{ce}}}{{AFj{ge}}}BDd{}{{AKh{e}}}}{{{AE`{ec}}}{{AFj{ec}}}{}{{AKh{c}}}}{{{AGj{c}}}{{AFj{ec}}}{}{{AKh{c}}}}{{{AGd{c}}}{{AFj{ec}}}{}{{AKh{c}}}}{{{AGb{c}}}{{AFj{ec}}}{}{{AKh{c}}}}{{{AEb{ce}}}{{AFj{ge}}}BDd{}{{AKh{e}}}}{{{AFj{ce}}}{{AFj{ce}}}{}{}}{{{AGl{ec}}}{{AFj{ec}}}{AIjAM`BDlAJfAJhDl}{{AKh{c}}}}{{{AGh{c}}}{{AFj{ec}}}{}{{AKh{c}}}}{{{AG`{ec}}}{{AFj{ec}}}{}{{AKh{c}}}}{{{ABl{gi}}}{{AFj{ce}}}{}{}{{BDb{{AFj{ce}}}}}{}}{{{AGn{ec}}}{{AFj{ec}}}{}{{AKh{c}}}}{{{ADn{ce}}}{{AFj{ge}}}BDd{}{{AKh{e}}}}{{{AFn{ec}}}{{AFj{ec}}}{}{{AKh{c}}}}{{{ABj{ce}}}{{AFj{ge}}}BDd{}{{AKh{e}}}}{{{AGb{c}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{AFj{ce}}}{{AFl{ce}}}{}{AEfAMf}}{{{ABl{gi}}}{{AFl{ce}}}{}{}{{BDb{{AFl{ce}}}}}{}}{{{AEb{ce}}}{{AFl{ge}}}BDd{}{{AKh{e}}}}{{{AGj{c}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{AE`{ec}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{AFn{ec}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{AGh{c}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{AGn{ec}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{ABj{ce}}}{{AFl{ge}}}BDd{}{{AKh{e}}}}{{{AG`{ec}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{AI`{gc}}}{{AFl{ec}}}{}{{AKh{c}}}{{BDj{}{{BDh{e}}}}}}{{{AFl{ce}}}{{AFl{ce}}}{}{}}{{{AGd{c}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{AGf{c}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{AFh{ce}}}{{AFl{ge}}}BDd{}{{AKh{e}}}}{{{ADn{ce}}}{{AFl{ge}}}BDd{}{{AKh{e}}}}{{{AGl{ec}}}{{AFl{ec}}}{}{{AKh{c}}}}{{{AGd{c}}}{{AFn{ec}}}{}{{AKh{c}}}}{{{AGj{c}}}{{AFn{ec}}}{}{{AKh{c}}}}{{{AFl{ec}}}{{AFn{ec}}}{}{{AKh{c}}}}{{{ABl{gi}}}{{AFn{ce}}}{}{}{{BDb{{AFn{ce}}}}}{}}{{{AFn{ce}}}{{AFn{ce}}}{}{}}{{{AE`{ce}}}{{AFn{ce}}}{}{AIjAEn{K`{Nl}}AM`{AMh{}{{Ch{}}}}Dl}}{{{AFh{ce}}}{{AFn{ge}}}BDd{}{{AKh{e}}}}{{{AGh{c}}}{{AFn{ec}}}{}{{AKh{c}}}}{{{AGn{ec}}}{{AFn{ec}}}{}{{AKh{c}}}}{{{AGl{ec}}}{{AFn{ec}}}{}{{AKh{c}}}}{{{AI`{gc}}}{{AFn{ec}}}{}{{AKh{c}}}{{BDj{}{{BDh{e}}}}}}{{{AEb{ce}}}{{AFn{ge}}}BDd{}{{AKh{e}}}}{{{ADn{ce}}}{{AFn{ge}}}BDd{}{{AKh{e}}}}{{{ABj{ce}}}{{AFn{ge}}}BDd{}{{AKh{e}}}}{{{AG`{ce}}}{{AFn{ce}}}{}{AEfAMf}}{{{AFj{ec}}}{{AFn{ec}}}{}{{AKh{c}}}}{{{AGb{c}}}{{AFn{ec}}}{}{{AKh{c}}}}{{{AGf{c}}}{{AFn{ec}}}{}{{AKh{c}}}}{{{AGj{c}}}{{AG`{ec}}}{}{{AKh{c}}}}{{{ABj{ce}}}{{AG`{ge}}}BDd{}{{AKh{e}}}}{{{AFl{ec}}}{{AG`{ec}}}{}{{AKh{c}}}}{{{ADn{ce}}}{{AG`{ge}}}BDd{}{{AKh{e}}}}{{{AGn{ec}}}{{AG`{ec}}}{}{{AKh{c}}}}{{{AFh{ce}}}{{AG`{ge}}}BDd{}{{AKh{e}}}}{{{ABl{gi}}}{{AG`{ce}}}{}{}{{BDb{{AG`{ce}}}}}{}}{{{AGf{c}}}{{AG`{ec}}}{}{{AKh{c}}}}{{{AGb{c}}}{{AG`{ec}}}{}{{AKh{c}}}}{{{AFn{ce}}}{{AG`{ce}}}{}{AEnAEfAInAMd{AMh{}{{Ch{}}}}Dl}}{{{AFj{ec}}}{{AG`{ec}}}{}{{AKh{c}}}}{{{AGd{c}}}{{AG`{ec}}}{}{{AKh{c}}}}{{{AG`{ce}}}{{AG`{ce}}}{}{}}{{{AEb{ce}}}{{AG`{ge}}}BDd{}{{AKh{e}}}}{{{AI`{gc}}}{{AG`{ec}}}{}{{AKh{c}}}{{BDj{}{{BDh{e}}}}}}{{{AE`{ec}}}{{AG`{ec}}}{}{{AKh{c}}}}{{{AGl{ec}}}{{AG`{ec}}}{AIjAEfAM`BChBDnAJfBE`Dl{BEb{}{{AEh{j}}}}}{{AKh{c}}}}{{{AGh{c}}}{{AG`{ec}}}{}{{AKh{c}}}}{{{AGd{c}}}{{AGb{c}}}{}}{{{ABj{ce}}}{{AGb{e}}}BDd{}}{{{AFn{BEdc}}}{{AGb{c}}}{}}{{{AGh{c}}}{{AGb{c}}}{AEfAJfAM`AJbAMfAInBDl{BDf{}{{AEh{j}}{AEh{j}}}}BEbAIjBE`DlAIl}}{{{ADn{ce}}}{{AGb{e}}}BDd{}}{{{AEb{ce}}}{{AGb{e}}}BDd{}}{{{AGb{c}}}{{AGb{c}}}{}}{{{AG`{BEdc}}}{{AGb{c}}}{}}{{{AI`{ce}}}{{AGb{e}}}{{BDj{}{{BDh{BEd}}}}}{}}{{{AGj{c}}}{{AGb{c}}}{}}{{{AGn{BEdc}}}{{AGb{c}}}{}}{{{AGf{c}}}{{AGb{c}}}{}}{{{AGl{BEdc}}}{{AGb{c}}}{}}{{{ABl{eg}}}{{AGb{c}}}{}{{BDb{{AGb{c}}}}}{}}{{{AFj{BEdc}}}{{AGb{c}}}{}}{{{AE`{BEdc}}}{{AGb{c}}}{}}{{{AFl{BEdc}}}{{AGb{c}}}{}}{{{AFh{ce}}}{{AGb{e}}}BDd{}}{{{AGh{c}}}{{AGd{c}}}{DlAM`AJbBDlAJfAMdAEfAMfAIl{BDf{}{{AEh{j}}{AEh{j}}}}BEbAIjBE`AIn}}{{{AGb{c}}}{{AGd{c}}}{}}{{{AG`{BEdc}}}{{AGd{c}}}{}}{{{AGl{BEdc}}}{{AGd{c}}}{}}{{{AFn{BEdc}}}{{AGd{c}}}{}}{{{ABj{ce}}}{{AGd{e}}}BDd{}}{{{AEb{ce}}}{{AGd{e}}}BDd{}}{{{ADn{ce}}}{{AGd{e}}}BDd{}}{{{AGn{BEdc}}}{{AGd{c}}}{}}{{{AI`{ce}}}{{AGd{e}}}{{BDj{}{{BDh{BEd}}}}}{}}{{{AFl{BEdc}}}{{AGd{c}}}{}}{{{AGj{c}}}{{AGd{c}}}{}}{{{AE`{BEdc}}}{{AGd{c}}}{}}{{{AGd{c}}}{{AGd{c}}}{}}{{{ABl{eg}}}{{AGd{c}}}{}{{BDb{{AGd{c}}}}}{}}{{{AFh{ce}}}{{AGd{e}}}BDd{}}{{{AGf{c}}}{{AGd{c}}}{AIlAEfBDfAJf}}{{{AFj{BEdc}}}{{AGd{c}}}{}}{{{AGb{c}}}{{AGf{c}}}{}}{{{AGn{BEdc}}}{{AGf{c}}}{}}{{{AFh{ce}}}{{AGf{e}}}BDd{}}{{{ABl{eg}}}{{AGf{c}}}{}{{BDb{{AGf{c}}}}}{}}{{{ABj{ce}}}{{AGf{e}}}BDd{}}{{{AFn{BEdc}}}{{AGf{c}}}{}}{{{AGl{BEdc}}}{{AGf{c}}}{}}{{{AG`{BEdc}}}{{AGf{c}}}{}}{{{AE`{BEdc}}}{{AGf{c}}}{}}{{{AGj{c}}}{{AGf{c}}}{}}{{{AFj{BEdc}}}{{AGf{c}}}{}}{{{AEb{ce}}}{{AGf{e}}}BDd{}}{{{ADn{ce}}}{{AGf{e}}}BDd{}}{{{AGh{c}}}{{AGf{c}}}{}}{{{AFl{BEdc}}}{{AGf{c}}}{}}{{{AGd{c}}}{{AGf{c}}}{AIlAJf}}{{{AI`{ce}}}{{AGf{e}}}{{BDj{}{{BDh{BEd}}}}}{}}{{{AEb{ce}}}{{AGh{e}}}BDd{}}{{{ABl{eg}}}{{AGh{c}}}{}{{BDb{{AGh{c}}}}}{}}{{{AFj{BEdc}}}{{AGh{c}}}{}}{{{AE`{BEdc}}}{{AGh{c}}}{}}{{{AI`{ce}}}{{AGh{e}}}{{BDj{}{{BDh{BEd}}}}}{}}{{{AGl{BEdc}}}{{AGh{c}}}{AIjBDlAJf}}{{{AGj{c}}}{{AGh{c}}}{AEnAEfAInAMd{AMh{}{{Ch{}}}}Dl}}{{{ADn{ce}}}{{AGh{e}}}BDd{}}{{{AFl{BEdc}}}{{AGh{c}}}{}}{{{AGf{c}}}{{AGh{c}}}{}}{{{AGd{c}}}{{AGh{c}}}{AEnBE`{BEb{}{{AEh{j}}}}AInAM`AJfDlAIlAEfBDlAMd}}{{{AFh{ce}}}{{AGh{e}}}BDd{}}{{{AGb{c}}}{{AGh{c}}}{AEnAIlAEfAJfAJbAInBE`{BEb{}{{AEh{j}}}}AM`BDlAMdDl}}{{{AFn{BEdc}}}{{AGh{c}}}{}}{{{AGn{BEdc}}}{{AGh{c}}}{}}{{{AGh{c}}}{{AGh{c}}}{}}{{{ABj{ce}}}{{AGh{e}}}BDd{AIjBDlAJfAh}}{{{AG`{BEdc}}}{{AGh{c}}}{}}{{{ABj{ce}}}{{AGj{e}}}BDd{}}{{{AGn{BEdc}}}{{AGj{c}}}{}}{{{ADn{ce}}}{{AGj{e}}}BDd{}}{{{AFj{BEdc}}}{{AGj{c}}}{}}{{{AGd{c}}}{{AGj{c}}}{}}{{{AEb{ce}}}{{AGj{e}}}BDd{}}{{{AGl{BEdc}}}{{AGj{c}}}{}}{{{ABl{eg}}}{{AGj{c}}}{}{{BDb{{AGj{c}}}}}{}}{{{AFh{ce}}}{{AGj{e}}}BDd{}}{{{AFn{BEdc}}}{{AGj{c}}}{}}{{{AI`{ce}}}{{AGj{e}}}{{BDj{}{{BDh{BEd}}}}}{}}{{{AE`{BEdc}}}{{AGj{c}}}{}}{{{AGh{c}}}{{AGj{c}}}{AMfDl}}{{{AGj{c}}}{{AGj{c}}}{}}{{{AGf{c}}}{{AGj{c}}}{}}{{{AFl{BEdc}}}{{AGj{c}}}{}}{{{AG`{BEdc}}}{{AGj{c}}}{}}{{{AGb{c}}}{{AGj{c}}}{}}{{{AFn{ec}}}{{AGl{ec}}}{}{{AKh{c}}}}{{{ADn{ce}}}{{AGl{ge}}}BDd{}{{AKh{e}}}}{{{AGh{c}}}{{AGl{BEdc}}}{AIjAM`AJf}}{{{ABl{gi}}}{{AGl{ce}}}{}{}{{BDb{{AGl{ce}}}}}{}}{{{AGb{c}}}{{AGl{ec}}}{}{}}{{{AFh{ce}}}{{AGl{ge}}}BDd{}{{AKh{e}}}}{{{AGn{ce}}}{{AGl{ce}}}{}{AEfAIlBDfAJfDl}}{{{AEb{ce}}}{{AGl{ge}}}BDd{}{{AKh{e}}}}{{{AFl{ec}}}{{AGl{ec}}}{}{{AKh{c}}}}{{{ABj{ce}}}{{AGl{ge}}}BDd{AJfBCf}AKh}{{{AGl{ce}}}{{AGl{ce}}}{}{}}{{{AG`{ec}}}{{AGl{ec}}}{AIjAEfBDnAM`AJfBE`Dl{BEb{}{{AEh{j}}}}}{{AKh{c}}}}{{{AGd{c}}}{{AGl{ec}}}{}{}}{{{AFj{ec}}}{{AGl{ec}}}{AIjBDnAM`AJfAJhDl}{{AKh{c}}}}{{{AI`{gc}}}{{AGl{ec}}}{}{{AKh{c}}}{{BDj{}{{BDh{e}}}}}}{{{AGj{c}}}{{AGl{ec}}}{}{}}{{{AGf{c}}}{{AGl{ec}}}{}{}}{{{AE`{ec}}}{{AGl{ec}}}{}{{AKh{c}}}}{{{ADn{ce}}}{{AGn{ge}}}BDd{}{{AKh{e}}}}{{{AEb{ce}}}{{AGn{ge}}}BDd{}{{AKh{e}}}}{{{AFh{ce}}}{{AGn{ge}}}BDd{}{{AKh{e}}}}{{{AGn{ce}}}{{AGn{ce}}}{}{}}{{{AI`{ce}}}{{AGn{e}}}BDj{}}{{{AFj{ec}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{ABl{gi}}}{{AGn{ce}}}{}{}{{BDb{{AGn{ce}}}}}{}}{{{AFl{ec}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{AG`{ec}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{AGf{c}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{AE`{ec}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{AGh{c}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{AGb{c}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{ABj{ce}}}{{AGn{ge}}}BDd{}{{AKh{e}}}}{{{AGd{c}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{AFn{ec}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{AGj{c}}}{{AGn{ec}}}{}{{AKh{c}}}}{{{AGl{ce}}}{{AGn{ce}}}{}{AEfBDfAJfDl}}{c{{BEf{ec}}}{}{}}000000000000000{{{Lf{cceg}}}{{ABl{{AHl{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{Lf{cceg}}}{{ABl{{AIb{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{Lf{eccg}}}{{ABl{{AGf{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{{{Lf{cceg}}}{{ABl{{AFl{ic}}g}}}{}{{K`{{AEd{c}}}}}{}{}}{{{Lf{eccg}}}{{ABl{{AGb{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{{{Lf{cceg}}}{{ABl{{AHf{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{Lf{eccg}}}{{ABl{{AFh{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{Lf{ccce}}}{{ABl{{ABj{gc}}e}}}{}{}{}}{{{Lf{cceg}}}{{ABl{{AId{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{Lf{ccce}}}{{ABl{{AGn{gc}}e}}}{}{}{}}{{{Lf{eccg}}}{{ABl{{AE`{ic}}g}}}{}{{K`{{AFb{c}}}}}{}{}}{{{Lf{ce}}}{{ABl{{AI`{gc}}e}}}{}{}{}}{{{Lf{ccce}}}{{ABl{{AGh{c}}e}}}{}{}}{{{Lf{cceg}}}{{ABl{{AHd{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{Lf{ccce}}}{{ABl{{AHn{c}}e}}}{}{}}{{{Lf{eccg}}}{{ABl{{ADn{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{Lf{cceg}}}{{ABl{{AHh{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{Lf{cceg}}}{{ABl{{AHj{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{{Lf{ccce}}}{{ABl{{AFj{gc}}e}}}{}{}{}}{{{Lf{cceg}}}{{ABl{{AGj{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{{{Lf{eccg}}}{{ABl{{AEb{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{Lf{ccce}}}{{ABl{{AG`{gc}}e}}}{}{}{}}{{{Lf{eccg}}}{{ABl{{AGd{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{{{Lf{ccce}}}{{ABl{{AGl{gc}}e}}}{}{}{}}{{{Lf{cceg}}}{{ABl{{AFn{ic}}g}}}{}{{K`{{AFb{c}}}}}{}{}}{{{Lf{ecc}}}{{ADn{gc}}}{}{{K`{{AFd{c}}}}}{}}{{{Lf{ecc}}}{{AE`{gc}}}{}{{K`{{AFb{c}}}}}{}}{{{Lf{ecc}}}{{AEb{gc}}}{}{{K`{{AFd{c}}}}}{}}{{{Lf{ecc}}}{{AFh{gc}}}{}{{K`{{AFd{c}}}}}{}}{{{Lf{ccc}}}{{AFj{ec}}}{}{}}{{{Lf{cce}}}{{AFl{gc}}}{}{{K`{{AEd{c}}}}}{}}{{{Lf{cce}}}{{AFn{gc}}}{}{{K`{{AFb{c}}}}}{}}{{{Lf{ccc}}}{{AG`{ec}}}{}{}}{{{Lf{ecc}}}{{AGb{c}}}{}{{K`{{AFf{c}}}}}}{{{Lf{ecc}}}{{AGd{c}}}{}{{K`{{AFf{c}}}}}}{{{Lf{ecc}}}{{AGf{c}}}{}{{K`{{AFf{c}}}}}}{{{Lf{ccc}}}{{AGh{c}}}{}}{{{Lf{cce}}}{{AGj{c}}}{}{{K`{{AFf{c}}}}}}{{{Lf{ccc}}}{{AGl{ec}}}{}{}}{{{Lf{ccc}}}{{AGn{ec}}}{}{}}{c{{AEd{c}}}AEn}{c{{AFb{c}}}AEn}{c{{AFd{c}}}AEn}{c{{AFf{c}}}AEn}{{{ABl{{ABj{eg}}i}}}{{ABl{{ABj{{BBf{c}}k}}m}}}BEh{{BDd{}{{BEj{c}}}}}{}{}{}{{BC`{i}}}}{{{ABl{{AI`{eg}}i}}}{{ABl{{AI`{{BBf{c}}k}}m}}}{}{{BDj{}{{BDh{c}}}}}{}{}{}{{BC`{i}}}}{{{ABl{{ABj{ce}}g}}}{{ABl{{ABj{ci}}k}}}{}{}{}{{BC`{e}}}{{BC`{g}}}}{{{ABl{{AGf{c}}e}}}{{ABl{{AGf{g}}i}}}{}{}{{BC`{c}}{BEl{c}}}{{BC`{e}}}}{{{ABl{{AGb{c}}e}}}{{ABl{{AGb{g}}i}}}{}{}{{BC`{c}}{BEl{c}}}{{BC`{e}}}}{{{ABl{{AFh{ce}}g}}}{{ABl{{AFh{ci}}k}}}{}{}{}{{BC`{e}}{BEl{e}}}{{BC`{g}}}}{{{ABl{{AI`{ce}}g}}}{{ABl{{AI`{ci}}k}}}{}{}{}{{BC`{e}}}{{BC`{g}}}}{{{ABl{{AEb{ce}}g}}}{{ABl{{AEb{ci}}k}}}{}{}{}{{BC`{e}}{BEl{e}}}{{BC`{g}}}}{{{ABl{{ADn{ce}}g}}}{{ABl{{ADn{ci}}k}}}{}{}{}{{BC`{e}}{BEl{e}}}{{BC`{g}}}}{{{ABl{{AGd{c}}e}}}{{ABl{{AGd{g}}i}}}{AEfAIn}{}{{BC`{c}}{BEl{c}}}{{BC`{e}}}}{{{ADn{ce}}}{{ADn{cg}}}{}{}{{BC`{e}}{BEl{e}}}}{{{AEb{ce}}}{{AEb{cg}}}{}{}{{BC`{e}}{BEl{e}}}}{{{AEd{c}}}{{AEd{e}}}{}{{BEl{c}}}}{{{AFb{c}}}{{AFb{e}}}{}{{BEl{c}}}}{{{AFd{c}}}{{AFd{e}}}{}{{BEl{c}}}}{{{AFf{c}}}{{AFf{e}}}{}{{BEl{c}}}}{{{AFh{ce}}}{{AFh{cg}}}{}{}{{BC`{e}}{BEl{e}}}}{{{AGb{c}}}{{AGb{e}}}{}{{BC`{c}}{BEl{c}}}}{{{ABl{{BBh{c}}e}}}{{ABl{{AHl{c}}e}}}{}{}}{{{ABl{{BBh{c}}e}}}{{ABl{{AHj{c}}e}}}{}{}}{{{ABl{{BBh{c}}e}}}{{ABl{{AId{c}}e}}}{}{}}{{{ABl{{BBh{c}}e}}}{{ABl{{AHh{c}}e}}}{}{}}{{{ABl{{BBh{c}}e}}}{{ABl{{AIb{c}}e}}}{}{}}{{{ABl{{BBh{c}}e}}}{{ABl{{AHd{c}}e}}}{}{}}{g{{ABl{ik}}}{}{}{{Oh{}{{Of{{ABl{ce}}}}}}}{{BAl{c}}{BEn{c}}}{{BAl{e}}Fn}}{g{{ADn{ci}}}{}{}{{Oh{}{{Of{{ADn{ce}}}}}}}Fn}{g{{AE`{ci}}}{}{}{{Oh{}{{Of{{AE`{ce}}}}}}}Fn}{g{{AEb{ci}}}{}{}{{Oh{}{{Of{{AEb{ce}}}}}}}Fn}{g{{AFh{ci}}}{}{}{{Oh{}{{Of{{AFh{ce}}}}}}}Fn}{g{{AFj{ci}}}{}{}{{Oh{}{{Of{{AFj{ce}}}}}}}Fn}{g{{AFl{ci}}}{}{}{{Oh{}{{Of{{AFl{ce}}}}}}}Fn}{g{{AFn{ci}}}{}{}{{Oh{}{{Of{{AFn{ce}}}}}}}Fn}{g{{AG`{ci}}}{}{}{{Oh{}{{Of{{AG`{ce}}}}}}}Fn}{e{{AGb{g}}}{}{{Oh{}{{Of{{AGb{c}}}}}}}Fn}{e{{AGd{g}}}{}{{Oh{}{{Of{{AGd{c}}}}}}}Fn}{e{{AGf{g}}}{}{{Oh{}{{Of{{AGf{c}}}}}}}Fn}{e{{AGh{g}}}{}{{Oh{}{{Of{{AGh{c}}}}}}}Fn}{e{{AGj{g}}}{}{{Oh{}{{Of{{AGj{c}}}}}}}Fn}{g{{AGl{ci}}}{}{}{{Oh{}{{Of{{AGl{ce}}}}}}}Fn}{g{{AGn{ci}}}{}{}{{Oh{}{{Of{{AGn{ce}}}}}}}Fn}{{{ABl{{ABj{BBfc}}e}}}{{ABl{{ABj{gi}}k}}}{}{}BDd{}{{BC`{e}}}}{{{ABl{{AI`{BBfc}}e}}}{{ABl{{AI`{gi}}k}}}{}{}BDj{}{{BC`{e}}}}{c{{AEd{c}}}AEn}{c{{AFb{c}}}AEn}{c{{AFd{c}}}AEn}{c{{AFf{c}}}AEn}{ce{}{}}00000000000000000000{Gd{{Il{{ABl{{ABj{cBBn}}BBn}}}}}{}}{ADh{{ABl{{AI`{cBBn}}BBn}}}{}}{M`{{ABl{{ABj{cBBn}}BBn}}}{}}{{{ABl{{AGl{c}}e}}i}{{ABl{{AId{c}}e}}}BCf{}BCl{{K`{{Cl{g}}}}}}{{{ABl{{AGl{c}}e}}i}{{ABl{{AHj{c}}e}}}BCf{}BCl{{K`{{Cl{g}}}}}}{{{ABl{{AGl{c}}e}}i}{{ABl{{BBh{c}}e}}}BCf{}BCl{{K`{{Cl{g}}}}}}{{{ABl{{AGl{c}}e}}i}{{ABl{{AHl{c}}e}}}BCf{}BCl{{K`{{Cl{g}}}}}}{{{ABl{{AGl{c}}e}}i}{{ABl{{AHh{c}}e}}}BCf{}BCl{{K`{{Cl{g}}}}}}{{{ABl{{AGl{c}}e}}i}{{ABl{{AHd{c}}e}}}BCf{}BCl{{K`{{Cl{g}}}}}}{{{ABl{{AGl{c}}e}}i}{{ABl{{AIb{c}}e}}}BCf{}BCl{{K`{{Cl{g}}}}}}{{{ABl{{AGf{e}}i}}k}{{I`{{ABl{AGf}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AFj{cg}}k}}m}{{I`{{ABl{{AFj{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AI`{cg}}k}}m}{{I`{{ABl{{AI`{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AGj{e}}i}}k}{{I`{{ABl{AGj}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AHh{e}}i}}k}{{I`{{ABl{AHh}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AGd{e}}i}}k}{{I`{{ABl{AGd}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AG`{cg}}k}}m}{{I`{{ABl{{AG`{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AId{e}}i}}k}{{I`{{ABl{AId}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AE`{cg}}k}}m}{{I`{{ABl{{AE`{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AGn{cg}}k}}m}{{I`{{ABl{{AGn{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AEb{cg}}k}}m}{{I`{{ABl{{AEb{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{ABj{cg}}k}}m}{{I`{{ABl{{ABj{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AFl{cg}}k}}m}{{I`{{ABl{{AFl{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AHn{e}}i}}k}{{I`{{ABl{AHn}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AHf{e}}i}}k}{{I`{{ABl{AHf}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AHd{e}}i}}k}{{I`{{ABl{AHd}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AGb{e}}i}}k}{{I`{{ABl{AGb}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AFh{cg}}k}}m}{{I`{{ABl{{AFh{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AIb{e}}i}}k}{{I`{{ABl{AIb}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AHl{e}}i}}k}{{I`{{ABl{AHl}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AGh{e}}i}}k}{{I`{{ABl{AGh}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AHj{e}}i}}k}{{I`{{ABl{AHj}}}}}{}{{Gf{{Ml{c}}}}}{}{{Gf{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{ADn{cg}}k}}m}{{I`{{ABl{{ADn{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AFn{cg}}k}}m}{{I`{{ABl{{AFn{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AGl{cg}}k}}m}{{I`{{ABl{{AGl{c}}}}}}}{}{}{{Gf{{Ml{e}}}}}{}{{Gf{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ADn{cg}}i}{{I`{{ADn{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AE`{cg}}i}{{I`{{AE`{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AEb{cg}}i}{{I`{{AEb{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AEd{e}}g}{{I`{AEd}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AFb{e}}g}{{I`{AFb}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AFd{e}}g}{{I`{AFd}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AFf{e}}g}{{I`{AFf}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AFh{cg}}i}{{I`{{AFh{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AFj{cg}}i}{{I`{{AFj{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AFl{cg}}i}{{I`{{AFl{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AFn{cg}}i}{{I`{{AFn{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AG`{cg}}i}{{I`{{AG`{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AGb{e}}g}{{I`{AGb}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGd{e}}g}{{I`{AGd}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGf{e}}g}{{I`{AGf}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGh{e}}g}{{I`{AGh}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGj{e}}g}{{I`{AGj}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGl{cg}}i}{{I`{{AGl{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AGn{cg}}i}{{I`{{AGn{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{BFb{}{{AJj{c}}}}{BFb{}{{AJj{c}}}}}c{}}{{{AFj{ce}}{AFj{ce}}}{}{}{AIjAEnAIlAEfAM`AMbAMdAJdAJbAJfAJhDl}}{{{AFl{ce}}{AFl{ce}}}{}{}{AIjAEnAIlAEfAMdAJdAJbAM`AMbAJfAJhDl}}{{{BFd{}{{AJj{c}}}}{BFd{}{{AJj{c}}}}}c{AIjAJh}}{{{ADn{ce}}{ADn{ce}}}eBDd{AIjAJfAJh}}{{{AE`{ce}}{AE`{ce}}}e{}{AIjAJfAJh}}{{{AEb{ce}}{AEb{ce}}}eBDd{AIjAJfAJh}}{{{AFh{ce}}{AFh{ce}}}eBDd{AIjAJfAJh}}{{{AFj{ce}}{AFj{ce}}}e{}{AIjAJfAJh}}{{{AFl{ce}}{AFl{ce}}}e{}{AIjAJfAJh}}{{{AFn{ce}}{AFn{ce}}}e{}{AIjAJfAJh}}{{{AG`{ec}}{AG`{ec}}}c{AIjAJfAJh}{{AKh{c}}}}{{{AGb{c}}{AGb{c}}}c{AIjAJfAJh}}{{{AGf{c}}{AGf{c}}}c{AIjAJfAJh}}{{{AGh{c}}{AGh{c}}}c{AIjAJfAJh}}{{{AGj{c}}{AGj{c}}}c{AIjAJfAJh}}{{{AGl{ce}}{AGl{ce}}}e{}{AIjAJfAJh}}{{{AGn{ce}}{AGn{ce}}}e{}{AIjAJfAJh}}{{{BFh{}{{BFf{c}}}}}c{}}{{{ABl{ce}}}{}BFh{}}{{{ADn{ce}}}{{AFd{e}}}{}Dl}{{{AE`{ce}}}{{AFb{e}}}{}Dl}{{{AEb{ce}}}{{AFd{e}}}{}Dl}{{{AFh{ce}}}{{AFd{e}}}{}Dl}{{{AFj{ce}}}{{AEd{e}}}{}{AEnAMd{AH`{}{{Ch{}}}}{AKn{}{{Ch{}}}}Dl}}{{{AFl{ce}}}{{AEd{e}}}{}Dl}{{{AFn{ce}}}{{AFb{e}}}{}Dl}{{{AG`{ce}}}{{AFb{e}}}{}{AEnAMd{AH`{}{{Ch{}}}}{AKn{}{{Ch{}}}}Dl}}{{{AGb{c}}}{{AFf{c}}}Dl}{{{AGd{c}}}{{AFf{c}}}Dl}{{{AGf{c}}}{{AFf{c}}}Dl}{{{AGh{c}}}{{AFf{c}}}{AMd{AH`{}{{Ch{}}}}{AKn{}{{Ch{}}}}AEnDl}}{{{AGj{c}}}{{AFf{c}}}Dl}{{{ABl{{AGh{e}}i}}k}{{I`{{ABl{AGh}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AGj{e}}i}}k}{{I`{{ABl{AGj}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AHf{e}}i}}k}{{I`{{ABl{AHf}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AGd{e}}i}}k}{{I`{{ABl{AGd}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AId{e}}i}}k}{{I`{{ABl{AId}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AHj{e}}i}}k}{{I`{{ABl{AHj}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{ABj{cg}}k}}m}{{I`{{ABl{{ABj{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AFn{cg}}k}}m}{{I`{{ABl{{AFn{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AFh{cg}}k}}m}{{I`{{ABl{{AFh{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{ADn{cg}}k}}m}{{I`{{ABl{{ADn{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AEb{cg}}k}}m}{{I`{{ABl{{AEb{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AIb{e}}i}}k}{{I`{{ABl{AIb}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AFl{cg}}k}}m}{{I`{{ABl{{AFl{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AGf{e}}i}}k}{{I`{{ABl{AGf}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AGb{e}}i}}k}{{I`{{ABl{AGb}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AE`{cg}}k}}m}{{I`{{ABl{{AE`{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AI`{cg}}k}}m}{{I`{{ABl{{AI`{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AGn{cg}}k}}m}{{I`{{ABl{{AGn{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AHn{e}}i}}k}{{I`{{ABl{AHn}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AHl{e}}i}}k}{{I`{{ABl{AHl}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AG`{cg}}k}}m}{{I`{{ABl{{AG`{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AHd{e}}i}}k}{{I`{{ABl{AHd}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AHh{e}}i}}k}{{I`{{ABl{AHh}}}}}{}{{BFj{{Ml{c}}}}}{}{{BFj{{Ml{g}}}}}{{BF`{{Ml{c}}}}{BF`{{Ml{g}}}}Dl}}{{{ABl{{AGl{cg}}k}}m}{{I`{{ABl{{AGl{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ABl{{AFj{cg}}k}}m}{{I`{{ABl{{AFj{c}}}}}}}{}{}{{BFj{{Ml{e}}}}}{}{{BFj{{Ml{i}}}}}{{BF`{{Ml{e}}}}{BF`{{Ml{i}}}}Dl}}{{{ADn{cg}}i}{{I`{{ADn{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AE`{cg}}i}{{I`{{AE`{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AEb{cg}}i}{{I`{{AEb{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AEd{e}}g}{{I`{AEd}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AFb{e}}g}{{I`{AFb}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AFd{e}}g}{{I`{AFd}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AFf{e}}g}{{I`{AFf}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AFh{cg}}i}{{I`{{AFh{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AFj{cg}}i}{{I`{{AFj{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AFl{cg}}i}{{I`{{AFl{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AFn{cg}}i}{{I`{{AFn{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AG`{cg}}i}{{I`{{AG`{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AGb{e}}g}{{I`{AGb}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGd{e}}g}{{I`{AGd}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGf{e}}g}{{I`{AGf}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGh{e}}g}{{I`{AGh}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGj{e}}g}{{I`{AGj}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AGl{cg}}i}{{I`{{AGl{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AGn{cg}}i}{{I`{{AGn{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}```{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{ce}e{}{}}{{{BFd{}{{AJj{c}}}}{BFd{}{{AJj{c}}}}}{}{AIjAJh}}0000```````````````{{{AFj{ce}}{AFj{ce}}}{}{}{AJdAJb{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}AIjDl}}{{{AG`{ce}}{AG`{ce}}}{}{}{AJdAJb{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}AIjDl}}{{{AGh{c}}{AGh{c}}}{}{AJb{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}AIj{AMh{}{{Ch{}}}}AJdDl}}{{{AFj{ce}}{AFj{ce}}}{}{}{AIj{AMh{}{{Ch{}}}}BCh}}{{{AFl{ce}}{AFl{ce}}}{}{}{}}{{}Db}00000000000000000000{{{ABl{c}}{ABl{c}}}{{ABl{c}}}AIf}88888{ce{}{}}00000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000{{{AEd{c}}}{{Lf{cc}}}{AEnAMd}}{{{AFb{c}}}{{Lf{cc}}}{AEnAMd}}{{{AFd{c}}}{{Lf{cc}}}{AEnAMd}}{{{AFf{c}}}{{Lf{cc}}}{AEnAMd}}{BFlc{}}999999999999999999999{BFn{{ALd{cBFn}}}{{ALf{BFn}}ALh}}{c{{ALd{eg}}}{}{}{}}000000000000000;;;;;;;;;;;;;;;;;;;;;{c{{BEf{eg}}}{}{}{}}000000000000000{{{ABl{{AGh{c}}e}}}{{Lf{ccce}}}{}{}}{{{ABl{{AEb{ce}}g}}}{{Lf{{AFd{e}}eeg}}}{}{}{}}{{{ABl{{AIb{c}}e}}}{{Lf{cc{BBl{c}}e}}}{}{}}{{{ABl{{AHh{c}}e}}}{{Lf{cc{BBl{c}}e}}}{}{}}{{{ABl{{AGj{c}}e}}}{{Lf{cc{AFf{c}}e}}}{}{}}{{{ABl{{ADn{ce}}g}}}{{Lf{{AFd{e}}eeg}}}{}{}{}}{{{ABl{{AFl{ce}}g}}}{{Lf{ee{AEd{e}}g}}}{}{}{}}{{{ABl{{AHd{c}}e}}}{{Lf{cc{BBl{c}}e}}}{}{}}{{{ABl{{AGf{c}}e}}}{{Lf{{AFf{c}}cce}}}{}{}}{{{ABl{{AE`{ce}}g}}}{{Lf{{AFb{e}}eeg}}}{}{}{}}{{{ABl{{AHl{c}}e}}}{{Lf{cc{BBl{c}}e}}}{}{}}{{{ABl{{AFn{ce}}g}}}{{Lf{ee{AFb{e}}g}}}{}{}{}}{{{ABl{{AHf{c}}e}}}{{Lf{cc{BBl{c}}e}}}{}{}}{{{ABl{{AFh{ce}}g}}}{{Lf{{AFd{e}}eeg}}}{}{}{}}{{{ABl{{AG`{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{ABl{{AHj{c}}e}}}{{Lf{cc{BBl{c}}e}}}{}{}}{{{ABl{{AGd{c}}e}}}{{Lf{{AFf{c}}cce}}}{}{}}{{{ABl{{AGb{c}}e}}}{{Lf{{AFf{c}}cce}}}{}{}}{{{ABl{{AHn{c}}e}}}{{Lf{ccce}}}{}{}}{{{ABl{{AI`{ce}}g}}}{{Lf{eg}}}{}{}{}}{{{ABl{{AId{c}}e}}}{{Lf{cc{BBl{c}}e}}}{}{}}{{{ABl{{AGl{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{ABl{{AGn{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{ABl{{AFj{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{ABl{{ABj{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{ADn{ce}}}{{Lf{{AFd{e}}ee}}}{}{}}{{{AE`{ce}}}{{Lf{{AFb{e}}ee}}}{}{}}{{{AEb{ce}}}{{Lf{{AFd{e}}ee}}}{}{}}{{{AFh{ce}}}{{Lf{{AFd{e}}ee}}}{}{}}{{{AFj{ce}}}{{Lf{eee}}}{}{}}{{{AFl{ce}}}{{Lf{ee{AEd{e}}}}}{}{}}{{{AFn{ce}}}{{Lf{ee{AFb{e}}}}}{}{}}{{{AG`{ce}}}{{Lf{eee}}}{}{}}{{{AGb{c}}}{{Lf{{AFf{c}}cc}}}{}}{{{AGd{c}}}{{Lf{{AFf{c}}cc}}}{}}{{{AGf{c}}}{{Lf{{AFf{c}}cc}}}{}}{{{AGh{c}}}{{Lf{ccc}}}{}}{{{AGj{c}}}{{Lf{cc{AFf{c}}}}}{}}{{{AGl{ce}}}{{Lf{eee}}}{}{}}{{{AGn{ce}}}{{Lf{eee}}}{}{}}{{{AEd{c}}}c{AEnAF`}}{{{AFb{c}}}c{AEnAF`}}{{{AFd{c}}}c{AEnAF`}}{{{AFf{c}}}c{AEnAF`}}{{{ABl{{AI`{{BBf{c}}e}}g}}}{{ABl{{AI`{ik}}m}}}{}{}{}{{BDj{}{{BDh{c}}}}}{}{{BC`{g}}}}{{{ABl{{ABj{{BBf{c}}e}}g}}}{{ABl{{ABj{ik}}m}}}BEh{}{}{{BDd{}{{BEj{c}}}}}{}{{BC`{g}}}}{{{ABl{{AEb{ce}}g}}}{{ABl{{AEb{ci}}k}}}{}{}{}{{BC`{e}}{BEl{e}}}{{BC`{g}}}}{{{ABl{{ADn{ce}}g}}}{{ABl{{ADn{ci}}k}}}{}{}{}{{BC`{e}}{BEl{e}}}{{BC`{g}}}}{{{ABl{{ABj{ce}}g}}}{{ABl{{ABj{ci}}k}}}{}{}{}{{BC`{e}}}{{BC`{g}}}}{{{ABl{{AI`{ce}}g}}}{{ABl{{AI`{ci}}k}}}{}{}{}{{BC`{e}}}{{BC`{g}}}}{{{ABl{{AGb{c}}e}}}{{ABl{{AGb{g}}i}}}{}{}{{BC`{c}}{BEl{c}}}{{BC`{e}}}}{{{ABl{{AFh{ce}}g}}}{{ABl{{AFh{ci}}k}}}{}{}{}{{BC`{e}}{BEl{e}}}{{BC`{g}}}}{{{ABl{{AGd{c}}e}}}{{ABl{{AGd{g}}i}}}{}{}{{BC`{c}}{BEl{c}}}{{BC`{e}}}}{{{ABl{{AGf{c}}e}}}{{ABl{{AGf{g}}i}}}{}{}{{BC`{c}}{BEl{c}}}{{BC`{e}}}}{{{ADn{ce}}}{{ADn{cg}}}{}{}{{BC`{e}}{BEl{e}}}}{{{AEb{ce}}}{{AEb{cg}}}{}{}{{BC`{e}}{BEl{e}}}}{{{AEd{c}}}{{AEd{e}}}{}{{BEl{c}}}}{{{AFb{c}}}{{AFb{e}}}{}{{BEl{c}}}}{{{AFd{c}}}{{AFd{e}}}{}{{BEl{c}}}}{{{AFf{c}}}{{AFf{e}}}{}{{BEl{c}}}}{{{AFh{ce}}}{{AFh{cg}}}{}{}{{BC`{e}}{BEl{e}}}}{{{AGb{c}}}{{AGb{e}}}{}{{BC`{c}}{BEl{c}}}}{{{AGd{c}}}{{AGd{e}}}{}{{BC`{c}}{BEl{c}}}}{{{AGf{c}}}{{AGf{e}}}{}{{BC`{c}}{BEl{c}}}}{{{ABl{{AIb{c}}e}}i}{{ABl{{BBh{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AHl{c}}e}}i}{{ABl{{BBh{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AId{c}}e}}i}{{ABl{{BBh{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AHd{c}}e}}i}{{ABl{{BBh{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AHh{c}}e}}i}{{ABl{{BBh{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AHj{c}}e}}i}{{ABl{{BBh{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{AEd{c}}}c{}}{{{AFb{c}}}c{}}{{{AFd{c}}}c{}}{{{AFf{c}}}c{}}{{{ABl{{AGf{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AFh{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGj{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AHd{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AHf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AGn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AHn{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AFj{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AI`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AHj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AFn{c{ADb{e}}}}{ADb{e}}}}}{}{}{}};{{{ABl{{AHd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHl{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AHl{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGh{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AHn{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AEb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AEb{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGb{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AFh{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHl{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AGf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AFn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{ABj{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}3{{{ABl{{AFh{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AI`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AHh{{Ml{c}}}}{Ml{c}}}}}{}{}}1{{{ABl{{AId{{ADb{c}}}}{ADb{c}}}}}{}{}}8{{{ABl{{AGj{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGb{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AFj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AFn{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}59{{{ABl{{AE`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AE`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AFl{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AIb{{Ml{c}}}}{Ml{c}}}}}{}{}}7{{{ABl{{AFl{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AId{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AId{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AG`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{ADn{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AHn{{Ml{c}}}}{Ml{c}}}}}{}{}}1{{{ABl{{AGl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AE`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AI`{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AE`{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AFl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGl{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AEb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}5{{{ABl{{AHf{{Jn{c}}}}{Jn{c}}}}}{}{}}7{{{ABl{{AHh{{Jn{c}}}}{Jn{c}}}}}{}{}}8<{{{ABl{{AIb{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AG`{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{ADn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGn{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AHj{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AHl{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AIb{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AG`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHj{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AHh{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AHj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AGh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGl{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AHh{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{ABj{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AHd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHd{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AFj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AI`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}1{{{ABl{{AFh{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}4{{{ABl{{AFl{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AE`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGd{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AIb{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AGn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AEb{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AHl{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AEb{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AIb{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGf{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGh{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AId{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AHl{{ADb{c}}}}{ADb{c}}}}}{}{}}>{{{ABl{{AGj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AG`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AGd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGd{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AEb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}={{{ABl{{AI`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AGd{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AGj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AGn{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AHn{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{ABj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGl{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AHl{{Ml{c}}}}{Ml{c}}}}}{}{}}2{{{ABl{{AGb{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AHf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AE`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AHh{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AGb{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AFh{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AHn{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AFl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AI`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AGl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}39{{{ABl{{AGl{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AGj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AIb{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}2{{{ABl{{AHd{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AGf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AHn{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AHf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGf{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AFn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}9{{{ABl{{AG`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AGf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AId{{Jn{c}}}}{Jn{c}}}}}{}{}}?{{{ABl{{AFl{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AEb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AHn{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{ADn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AI`{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AE`{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AHh{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AFj{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}4{{{ABl{{AHl{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGj{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AFn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGb{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AG`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AFh{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{ABj{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGb{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGd{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AFl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}5{{{ABl{{AHh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGd{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AIb{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AG`{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGf{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AHd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AI`{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AEb{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AGh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGb{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AId{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AHd{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{ADn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AFl{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AGh{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AFj{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AI`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AIb{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{ADn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AIb{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AI`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}=>{{{ABl{{AE`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{ABj{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{ADn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{ABj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AHn{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AId{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHd{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AFn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AHh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHl{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AFj{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AIb{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}8{{{ABl{{AEb{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHn{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGb{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{ADn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AFl{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}2{{{ABl{{AGd{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AHl{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AHf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AEb{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AEb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AHj{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AId{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHh{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AHj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGd{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}3;{{{ABl{{AG`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AHd{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AId{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AHf{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGl{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHn{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AGf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHn{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AGj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AHd{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AGn{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGh{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AFh{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AHj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AFn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AGd{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AE`{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AI`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHh{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AHn{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGj{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{ABj{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHf{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{ADn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{ABj{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AEb{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AG`{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGj{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AEb{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AFn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AG`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AFj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AFh{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AFj{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{ADn{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGh{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AHj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHh{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AHf{{ADb{c}}}}{ADb{c}}}}}{}{}}7{{{ABl{{AHd{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AId{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{ADn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}<>{{{ABl{{AHf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AGh{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AFj{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AGb{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AGh{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{ADn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{ABj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}3{{{ABl{{AIb{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AHj{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AGf{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}7{{{ABl{{ABj{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AE`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ABl{{AIb{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AFh{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AHn{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ABl{{AFl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AE`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AG`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ABl{{AFn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}=36{{{ABl{{AHf{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AFn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AGj{{Ml{c}}}}{Ml{c}}}}}{}{}}4:{{{ABl{{AFn{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AGh{{Jn{c}}}}{Jn{c}}}}}{}{}}4{{{ABl{{AFh{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHj{{ADb{c}}}}{ADb{c}}}}}{}{}}{{{ABl{{AG`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ABl{{AFh{c{ADb{e}}}}{ADb{e}}}}}{}{}{}}{{{ABl{{AFl{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ABl{{AHl{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ABl{{AFn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ADn{c{Ml{e}}}}}{}{}{}}{{{ADn{c{Jn{e}}}}}{}{}{}}1{{{ADn{c{Ib{{Ml{e}}}}}}}{}{}{}}2{{{ADn{c{ADb{e}}}}}{}{}{}}3100223{{{AE`{c{Ml{e}}}}}{}{}{}}{{{AE`{c{ADb{e}}}}}{}{}{}}{{{AE`{c{Jn{e}}}}}{}{}{}}2{{{AE`{c{Ib{{Ml{e}}}}}}}{}{}{}}11033322{{{AEb{c{Ib{{Ml{e}}}}}}}{}{}{}}{{{AEb{c{Ml{e}}}}}{}{}{}}{{{AEb{c{ADb{e}}}}}{}{}{}}1{{{AEb{c{Jn{e}}}}}{}{}{}}31022210{{{AEd{{Jn{c}}}}}{}{}}{{{AEd{{Ml{c}}}}}{}{}}0{{{AEd{{ADb{c}}}}}{}{}}0{{{AEd{{Ib{{Ml{c}}}}}}}{}{}}0233122{{{AFb{{Ib{{Ml{c}}}}}}}{}{}}{{{AFb{{ADb{c}}}}}{}{}}{{{AFb{{Ml{c}}}}}{}{}}{{{AFb{{Jn{c}}}}}{}{}}131100221{{{AFd{{Ml{c}}}}}{}{}}{{{AFd{{ADb{c}}}}}{}{}}1{{{AFd{{Ib{{Ml{c}}}}}}}{}{}}{{{AFd{{Jn{c}}}}}{}{}}33003221{{{AFf{{Ml{c}}}}}{}{}}{{{AFf{{Jn{c}}}}}{}{}}1{{{AFf{{ADb{c}}}}}{}{}}221002{{{AFf{{Ib{{Ml{c}}}}}}}{}{}}02{{{AFh{c{Ml{e}}}}}{}{}{}}{{{AFh{c{ADb{e}}}}}{}{}{}}{{{AFh{c{Ib{{Ml{e}}}}}}}{}{}{}}21{{{AFh{c{Jn{e}}}}}{}{}{}}3012303{{{AFj{c{Ml{e}}}}}{}{}{}}{{{AFj{c{Jn{e}}}}}{}{}{}}0{{{AFj{c{ADb{e}}}}}{}{}{}}222{{{AFj{c{Ib{{Ml{e}}}}}}}{}{}{}}20311{{{AFl{c{Jn{e}}}}}{}{}{}}{{{AFl{c{Ml{e}}}}}{}{}{}}{{{AFl{c{ADb{e}}}}}{}{}{}}1221{{{AFl{c{Ib{{Ml{e}}}}}}}{}{}{}}22110{{{AFn{c{ADb{e}}}}}{}{}{}}{{{AFn{c{Jn{e}}}}}{}{}{}}0{{{AFn{c{Ib{{Ml{e}}}}}}}{}{}{}}0{{{AFn{c{Ml{e}}}}}{}{}{}}3200300{{{AG`{c{ADb{e}}}}}{}{}{}}{{{AG`{c{Ml{e}}}}}{}{}{}}{{{AG`{c{Jn{e}}}}}{}{}{}}1{{{AG`{c{Ib{{Ml{e}}}}}}}{}{}{}}01232123{{{AGb{{ADb{c}}}}}{}{}}{{{AGb{{Jn{c}}}}}{}{}}{{{AGb{{Ib{{Ml{c}}}}}}}{}{}}021{{{AGb{{Ml{c}}}}}{}{}}000023{{{AGd{{Jn{c}}}}}{}{}}{{{AGd{{Ml{c}}}}}{}{}}0{{{AGd{{ADb{c}}}}}{}{}}101{{{AGd{{Ib{{Ml{c}}}}}}}{}{}}32103{{{AGf{{ADb{c}}}}}{}{}}0{{{AGf{{Ib{{Ml{c}}}}}}}{}{}}{{{AGf{{Ml{c}}}}}{}{}}020{{{AGf{{Jn{c}}}}}{}{}}01021{{{AGh{{Ml{c}}}}}{}{}}{{{AGh{{ADb{c}}}}}{}{}}{{{AGh{{Jn{c}}}}}{}{}}{{{AGh{{Ib{{Ml{c}}}}}}}{}{}}233033211{{{AGj{{ADb{c}}}}}{}{}}{{{AGj{{Ib{{Ml{c}}}}}}}{}{}}{{{AGj{{Ml{c}}}}}{}{}}02{{{AGj{{Jn{c}}}}}{}{}}0101132{{{AGl{c{Ib{{Ml{e}}}}}}}{}{}{}}{{{AGl{c{Ml{e}}}}}{}{}{}}0{{{AGl{c{ADb{e}}}}}{}{}{}}2{{{AGl{c{Jn{e}}}}}{}{}{}}2221100{{{AGn{c{Ib{{Ml{e}}}}}}}{}{}{}}{{{AGn{c{Ml{e}}}}}{}{}{}}0{{{AGn{c{ADb{e}}}}}{}{}{}}1{{{AGn{c{Jn{e}}}}}{}{}{}}0312012{{{ABl{{AI`{ce}}g}}}{{ABl{{AI`{BBfi}}k}}}BDj{}{}{}{{BC`{g}}}}{{{ABl{{ABj{ce}}g}}}{{ABl{{ABj{BBfi}}k}}}BDd{}{}{}{{BC`{g}}}}{{{AEd{c}}}c{AEnBG`}}{{{AFb{c}}}c{AEnBG`}}{{{AFd{c}}}c{AEnBG`}}{{{AFf{c}}}c{AEnBG`}}3210{{{AEd{c}}}c{AEnAF`}}{{{AFb{c}}}c{AEnAF`}}{{{AFd{c}}}c{AEnAF`}}{{{AFf{c}}}c{AEnAF`}}{{{AEd{c}}}cAEn}{{{AFb{c}}}cAEn}{{{AFd{c}}}cAEn}{{{AFf{c}}}cAEn}3210{ce{}{}}00000000000000000000{{{ABl{{AI`{cBBn}}BBn}}}ADh{}}{{{ABl{{ABj{cBBn}}BBn}}}M`{}}{{{ALd{ce}}}{{BEf{ce}}}{}{{BGb{c}}{ALf{c}}ALh}}{{{ABl{{AHj{c}}e}}i}{{ABl{{AGl{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{BBh{c}}e}}i}{{ABl{{AGl{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AHd{c}}e}}i}{{ABl{{AGl{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AHl{c}}e}}i}{{ABl{{AGl{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AId{c}}e}}i}{{ABl{{AGl{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AHh{c}}e}}i}{{ABl{{AGl{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{ABl{{AIb{c}}e}}i}{{ABl{{AGl{c}}e}}}BCf{}{{BCl{c}}}{{K`{{Cl{g}}}}}}{{{AGl{BGdc}}}{{AGl{BGdc}}}{}}{BGfc{}}{{{ABl{ce}}}{}BGf{AKd{AJh{}{{AEh{}}}}BGf}}{{{ADn{ce}}}{}{}{AJhAKd}}{{{AE`{ce}}}{}{}{AJhAIjAEf}}{{{AEb{ce}}}{}{}{AJhAKd}}{{{AFh{ce}}}{}{}{AJh{AH`{}{{Ch{}}}}DlAKd}}{{{AFj{ce}}}{}{}{AJhAIjAEf}}{{{AFl{ce}}}{}{}{AJhAIjAEf}}{{{AFn{ce}}}{}{}{AJhAIjAEf}}{{{AG`{ce}}}{}{}{AJhAIjAEf}}{{{AGb{c}}}{}{AJhAKd}}{{{AGd{c}}}{}{AJhAIjAJfAKd}}{{{AGf{c}}}{}{{AH`{}{{Ch{}}}}DlAJhAKd}}{{{AGh{c}}}{}{AJhAEfAIl}}{{{AGj{c}}}{}{AJhAEfAIl}}{{{AGl{ec}}}{}{AJhAEf}{{AKh{c}}}}{{{AGn{ce}}}{}{}{AJhAEfAIl}}{{{ABl{ce}}}{}{}{}}{{{ADn{ce}}}{}{}{}}{{{AE`{ce}}}{}{}{}}{{{AEb{ce}}}{}{}{}}{{{AEd{c}}}{}{}}{{{AFb{c}}}{}{}}{{{AFd{c}}}{}{}}{{{AFf{c}}}{}{}}{{{AFh{ce}}}{}{}{}}{{{AFj{ce}}}{}{}{}}{{{AFl{ce}}}{}{}{}}{{{AFn{ce}}}{}{}{}}{{{AG`{ce}}}{}{}{}}{{{AGb{c}}}{}{}}{{{AGd{c}}}{}{}}{{{AGf{c}}}{}{}}{{{AGh{c}}}{}{}}{{{AGj{c}}}{}{}}{{{AGl{ce}}}{}{}{}}{{{AGn{ce}}}{}{}{}}{{{ABl{ce}}}{}{}{}}{{{ADn{ce}}}{}{}{}}{{{AE`{ce}}}{}{}{}}{{{AEb{ce}}}{}{}{}}{{{AEd{c}}}{}{}}{{{AFb{c}}}{}{}}{{{AFd{c}}}{}{}}{{{AFf{c}}}{}{}}{{{AFh{ce}}}{}{}{}}{{{AFj{ce}}}{}{}{}}{{{AFl{ce}}}{}{}{}}{{{AFn{ce}}}{}{}{}}{{{AG`{ce}}}{}{}{}}{{{AGb{c}}}{}{}}{{{AGd{c}}}{}{}}{{{AGf{c}}}{}{}}{{{AGh{c}}}{}{}}{{{AGj{c}}}{}{}}{{{AGl{ce}}}{}{}{}}{{{AGn{ce}}}{}{}{}}``````````{{{BGh{}{{AJj{c}}}}c}{{BGh{}{{AJj{c}}}}}{}}{{{ABl{c}}}{{ABl{c}}}BGh}{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{{ADn{ce}}e}{{ADn{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AE`{ce}}e}{{AE`{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AEb{ce}}e}{{AEb{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AFh{ce}}e}{{AFh{ce}}}{}{AIjAEfAInAJfAJhDlAKd}}{{{AFj{ce}}e}{{AFj{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AFl{ce}}e}{{AFl{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AFn{ce}}e}{{AFn{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AG`{ce}}e}{{AG`{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AGb{c}}c}{{AGb{c}}}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AGd{c}}c}{{AGd{c}}}{AIjAEfAInAJ`AJfAJhDlAIjAKd}}{{{AGf{c}}c}{{AGf{c}}}{AIjAEfAInAJfAJhDlAKd}}{{{AGh{c}}c}{{AGh{c}}}{AIjAEfAInAJ`AJfAJhDlAIl}}{{{AGj{c}}c}{{AGj{c}}}{AIjAEfAInAJ`AJfAJhDlAEfAIl}}{{ce}e{}{}}{{{AGl{ec}}c}{{AGl{ec}}}{AIjAEfAInAJ`AJfAJhDl}{{AKh{c}}}}{{{AGn{ce}}e}{{AGn{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAIl}}{{{BGj{}{{AJj{c}}}}c}Ad{}}{{{ABl{c}}}AdBGj}{{{ADn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AE`{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AEb{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AFh{ce}}e}Ad{}{AIjAEfAInAKlAHbBGlAJfAJhDlAKd}}{{{AFj{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AFl{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AFn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AG`{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AGb{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AGd{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAIjAKd}}{{{AGf{c}}c}Ad{AIjAEfAInAKlAHbBGlAJfAJhDlAKd}}{{{AGh{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAIl}}{{{AGj{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAEfAIl}}{{{AGl{ec}}c}Ad{AIjAEfAInAKlAHbAJfAJhDl}{{AKh{c}}}}{{{AGn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAIl}}{{{BGh{}{{AJj{c}}}}c}{{BGh{}{{AJj{c}}}}}{}}{{{ABl{c}}}{{ABl{c}}}BGh}{{{ADn{ce}}e}{{ADn{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AE`{ce}}e}{{AE`{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AEb{ce}}e}{{AEb{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AFh{ce}}e}{{AFh{ce}}}{}{AIjAEfAInAJfAJhDlAKd}}{{{AFj{ce}}e}{{AFj{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AFl{ce}}e}{{AFl{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AFn{ce}}e}{{AFn{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AG`{ce}}e}{{AG`{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AGb{c}}c}{{AGb{c}}}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AGd{c}}c}{{AGd{c}}}{AIjAEfAInAJ`AJfAJhDlAIjAKd}}{{{AGf{c}}c}{{AGf{c}}}{AIjAEfAInAJfAJhDlAKd}}{{{AGh{c}}c}{{AGh{c}}}{AIjAEfAInAJ`AJfAJhDlAIl}}{{{AGj{c}}c}{{AGj{c}}}{AIjAEfAInAJ`AJfAJhDlAEfAIl}}{{{AGl{ec}}c}{{AGl{ec}}}{AIjAEfAInAJ`AJfAJhDl}{{AKh{c}}}}{{{AGn{ce}}e}{{AGn{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAIl}}{{{BGj{}{{AJj{c}}}}c}Ad{}}{{{ABl{c}}}AdBGj}{{{ADn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AE`{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AEb{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AFh{ce}}e}Ad{}{AIjAEfAInAKlAHbBGlAJfAJhDlAKd}}{{{AFj{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AFl{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AFn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AG`{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AGb{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AGd{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAIjAKd}}{{{AGf{c}}c}Ad{AIjAEfAInAKlAHbBGlAJfAJhDlAKd}}{{{AGh{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAIl}}{{{AGj{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAEfAIl}}{{{AGl{ec}}c}Ad{AIjAEfAInAKlAHbAJfAJhDl}{{AKh{c}}}}{{{AGn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAIl}}````````{{}c{AEfAIj}}{{}cAKd}10011111111{{}c{AEfAIl}}011012111221111{{}cAEf}10103232233133333112212322233222201010{{{BGn{}{{AJj{c}}}}{BGn{}{{AJj{c}}}}c}{{BGn{}{{AJj{c}}}}}{}}{{{ABl{c}}{ABl{c}}}{{ABl{c}}}BGn}{{{ADn{ce}}{ADn{ce}}e}{{ADn{ce}}}{}{AEnAF`AEfAIlAJ`AJfDl}}{{{AE`{ce}}{AE`{ce}}e}{{AE`{ce}}}{}{AEnAF`AEfAIlAJ`AJfDl}}{{{AEb{ce}}{AEb{ce}}e}{{AEb{ce}}}{}{AEnAF`AEfAIlAJ`AJfDl}}{{{AFh{ce}}{AFh{ce}}e}{{AFh{ce}}}{}{AEnAF`AEfAIlAJ`AJfDl}}{{{AFj{ce}}{AFj{ce}}e}{{AFj{ce}}}{}{AIjAEfAIlAJfAJ`Dl}}{{{AFl{ce}}{AFl{ce}}e}{{AFl{ce}}}{}{AEnAF`AEfAIlAJ`AJfDl}}{{{AFn{ce}}{AFn{ce}}e}{{AFn{ce}}}{}{AEnAF`AEfAIlAJ`AJfDl}}{{{AG`{ce}}{AG`{ce}}e}{{AG`{ce}}}{}{AIjAEfAIlAJfAJ`Dl}}{{{AGb{c}}{AGb{c}}c}{{AGb{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AGd{c}}{AGd{c}}c}{{AGd{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AGf{c}}{AGf{c}}c}{{AGf{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AGh{c}}{AGh{c}}c}{{AGh{c}}}{AIjAEfAIlAJfAJ`Dl}}{{{AGj{c}}{AGj{c}}c}{{AGj{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AGl{ce}}{AGl{ce}}e}{{AGl{ce}}}{}{AIjAEfAIlAJfAJ`Dl}}{{{AGn{ce}}{AGn{ce}}e}{{AGn{ce}}}{}{AIjAEfAIlAJfAJ`Dl}}{{{BH`{}{{AJj{c}}}}{BH`{}{{AJj{c}}}}c}Ad{}}{{{ABl{c}}{ABl{c}}}AdBH`}{{{ADn{ce}}{ADn{ce}}e}Ad{}{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AE`{ce}}{AE`{ce}}e}Ad{}{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AEb{ce}}{AEb{ce}}e}Ad{}{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AFh{ce}}{AFh{ce}}e}Ad{}{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AFj{ce}}{AFj{ce}}e}Ad{}{AIjAEfAIlAHbAJfAJ`Dl}}{{{AFl{ce}}{AFl{ce}}e}Ad{}{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AFn{ce}}{AFn{ce}}e}Ad{}{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AG`{ce}}{AG`{ce}}e}Ad{}{AIjAEfAIlAHbAJfAJ`Dl}}{{{AGb{c}}{AGb{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AGd{c}}{AGd{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AGf{c}}{AGf{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AGh{c}}{AGh{c}}c}Ad{AIjAEfAIlAHbAJfAJ`Dl}}{{{AGj{c}}{AGj{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AGl{ce}}{AGl{ce}}e}Ad{}{AIjAEfAIlAHbAJfAJ`Dl}}{{{AGn{ce}}{AGn{ce}}e}Ad{}{AIjAEfAIlAHbAJfAJ`Dl}}{{{ABl{ec}}c}{}{AMhDl}{{AMh{c}}}}{{{ABl{ce}}{ABl{ce}}}{}AMhAMh}{{{AFj{ce}}{AFj{ce}}}{}{}{{AMh{}{{Ch{}}}}}}{{{AFj{ce}}e}{}{}{{AMh{}{{Ch{}}}}Dl}}{{{AG`{ce}}{AG`{ce}}}{}{}{{AMh{}{{Ch{}}}}}}{{{AG`{ce}}e}{}{}{{AMh{}{{Ch{}}}}Dl}}{{{AGh{c}}c}{}{{AMh{}{{Ch{}}}}Dl}}{{{AGh{c}}{AGh{c}}}{}{{AMh{}{{Ch{}}}}}}{{{AGl{ce}}{AGl{ce}}}{}{}{{AMh{}{{Ch{}}}}}}{{{AGl{ce}}e}{}{}{{AMh{}{{Ch{}}}}Dl}}{{{AGn{ce}}e}{}{}{{AMh{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AMh{}{{Ch{}}}}}}{{{ABl{ce}}{ABl{ce}}}AdBHbBHb}{{{ABl{ec}}c}Ad{BHbDl}{{BHb{c}}}}{{{AFj{ce}}{AFj{ce}}}Ad{}BHb}{{{AFj{ce}}e}Ad{}{BHbDl}}{{{AG`{ce}}{AG`{ce}}}Ad{}BHb}{{{AG`{ce}}e}Ad{}{BHbDl}}{{{AGh{c}}c}Ad{BHbDl}}{{{AGh{c}}{AGh{c}}}AdBHb}{{{AGl{ce}}e}Ad{}{BHbDl}}{{{AGl{ce}}{AGl{ce}}}Ad{}BHb}{{{AGn{ce}}e}Ad{}{BHbDl}}{{{AGn{ce}}{AGn{ce}}}Ad{}BHb}{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{ce}e{}{}}`{{eccg}{{ABl{{AGd{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{{ccce}{{ABl{{AGn{gc}}e}}}{}{}{}}{{cceg}{{ABl{{AId{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{cceg}{{ABl{{AHf{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{ccce}{{ABl{{ABj{gc}}e}}}{}{}{}}{{ccce}{{ABl{{AGl{gc}}e}}}{}{}{}}{{ccce}{{ABl{{AHn{c}}e}}}{}{}}{{eccg}{{ABl{{AGb{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{{cceg}{{ABl{{AIb{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{eccg}{{ABl{{AGf{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{{cceg}{{ABl{{AHh{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{ccce}{{ABl{{AGh{c}}e}}}{}{}}{{cceg}{{ABl{{AFl{ic}}g}}}{}{{K`{{AEd{c}}}}}{}{}}{{cceg}{{ABl{{AHl{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{eccg}{{ABl{{ADn{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{ce}{{ABl{{AI`{gc}}e}}}{}{}{}}{{ccce}{{ABl{{AG`{gc}}e}}}{}{}{}}{{eccg}{{ABl{{AE`{ic}}g}}}{}{{K`{{AFb{c}}}}}{}{}}{{cceg}{{ABl{{AGj{c}}g}}}{}{{K`{{AFf{c}}}}}{}}{{eccg}{{ABl{{AEb{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{cceg}{{ABl{{AHd{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{ccce}{{ABl{{AFj{gc}}e}}}{}{}{}}{{eccg}{{ABl{{AFh{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{cceg}{{ABl{{AFn{ic}}g}}}{}{{K`{{AFb{c}}}}}{}{}}{{cceg}{{ABl{{AHj{c}}g}}}{}{{K`{{BBl{c}}}}}{}}{{ecc}{{ADn{gc}}}{}{{K`{{AFd{c}}}}}{}}{{ecc}{{AE`{gc}}}{}{{K`{{AFb{c}}}}}{}}{{ecc}{{AEb{gc}}}{}{{K`{{AFd{c}}}}}{}}{c{{AEd{c}}}{}}{c{{AFb{c}}}{}}{c{{AFd{c}}}{}}{c{{AFf{c}}}{}}{{ecc}{{AFh{gc}}}{}{{K`{{AFd{c}}}}}{}}{{ccc}{{AFj{ec}}}{}{}}{{cce}{{AFl{gc}}}{}{{K`{{AEd{c}}}}}{}}{{cce}{{AFn{gc}}}{}{{K`{{AFb{c}}}}}{}}{{ccc}{{AG`{ec}}}{}{}}{{ecc}{{AGb{c}}}{}{{K`{{AFf{c}}}}}}{{ecc}{{AGd{c}}}{}{{K`{{AFf{c}}}}}}{{ecc}{{AGf{c}}}{}{{K`{{AFf{c}}}}}}{{ccc}{{AGh{c}}}{}}{{cce}{{AGj{c}}}{}{{K`{{AFf{c}}}}}}{{ccc}{{AGl{ec}}}{}{}}{{ccc}{{AGn{ec}}}{}{}}{{cc{AFb{c}}e}{{ABl{{AFn{gc}}e}}}{}{}{}}{{cc{BBl{c}}e}{{ABl{{AHh{c}}e}}}{}{}}{{{AFf{c}}cce}{{ABl{{AGf{c}}e}}}{}{}}{{{AFb{c}}cce}{{ABl{{AE`{gc}}e}}}{}{}{}}{{cc{BBl{c}}e}{{ABl{{AHj{c}}e}}}{}{}}{{{AFd{c}}cce}{{ABl{{AFh{gc}}e}}}{}{}{}}{{cc{AEd{c}}e}{{ABl{{AFl{gc}}e}}}{}{}{}}{{{AFd{c}}cce}{{ABl{{AEb{gc}}e}}}{}{}{}}{{cc{BBl{c}}e}{{ABl{{AId{c}}e}}}{}{}}{{{AFd{c}}cce}{{ABl{{ADn{gc}}e}}}{}{}{}}{{{AFf{c}}cce}{{ABl{{AGd{c}}e}}}{}{}}{{{AFf{c}}cce}{{ABl{{AGb{c}}e}}}{}{}}{{cc{BBl{c}}e}{{ABl{{AHd{c}}e}}}{}{}}{{cc{BBl{c}}e}{{ABl{{AIb{c}}e}}}{}{}}{{cc{BBl{c}}e}{{ABl{{AHf{c}}e}}}{}{}}{{cc{AFf{c}}e}{{ABl{{AGj{c}}e}}}{}{}}{{cc{BBl{c}}e}{{ABl{{AHl{c}}e}}}{}{}}{{{AFd{c}}cc}{{ADn{ec}}}{}{}}{{{AFb{c}}cc}{{AE`{ec}}}{}{}}{{{AFd{c}}cc}{{AEb{ec}}}{}{}}{{{AFd{c}}cc}{{AFh{ec}}}{}{}}{{cc{AEd{c}}}{{AFl{ec}}}{}{}}{{cc{AFb{c}}}{{AFn{ec}}}{}{}}{{{AFf{c}}cc}{{AGb{c}}}{}}{{{AFf{c}}cc}{{AGd{c}}}{}}{{{AFf{c}}cc}{{AGf{c}}}{}}{{cc{AFf{c}}}{{AGj{c}}}{}}{{eccg}{{ABl{{AEb{BBdc}}g}}}{}{{K`{{AFd{c}}}}}{}}{{eccg}{{ABl{{AFh{BBdc}}g}}}{}{{K`{{AFd{c}}}}}{}}{{eccg}{{ABl{{ADn{BBdc}}g}}}{}{{K`{{AFd{c}}}}}{}}{{ecc}{{ADn{BBdc}}}{}{{K`{{AFd{c}}}}}}{{ecc}{{AEb{BBdc}}}{}{{K`{{AFd{c}}}}}}{{ecc}{{AFh{BBdc}}}{}{{K`{{AFd{c}}}}}}{{{AFd{c}}cce}{{ABl{{AFh{BBdc}}e}}}{}{}}{{{AFd{c}}cce}{{ABl{{AEb{BBdc}}e}}}{}{}}{{{AFd{c}}cce}{{ABl{{ADn{BBdc}}e}}}{}{}}{{{AFd{c}}cc}{{ADn{BBdc}}}{}}{{{AFd{c}}cc}{{AEb{BBdc}}}{}}{{{AFd{c}}cc}{{AFh{BBdc}}}{}}``````{{{BD`{}{{BHd{c}}{BHf{e}}}}}e{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}AKd}{{{ABl{c}}{ABl{c}}}{{ABl{c}}}AIf}{{ce}e{}{}}0000100000{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}1211111{{{ABl{{AGh{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AGh{c}}e}}}}}{}{}}{{{ABl{{AG`{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AG`{ce}}g}}}}}{}{}{}}{{{ABl{{AGn{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AGn{ce}}g}}}}}{}{}{}}{{{ABl{{AHl{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AHl{c}}e}}}}}{}{}}{{{ABl{{AEb{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AEb{ce}}g}}}}}{}{}{}}{{{ABl{{AGf{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AGf{c}}e}}}}}{}{}}{{{ABl{{AFn{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AFn{ce}}g}}}}}{}{}{}}{{{ABl{{AHd{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AHd{c}}e}}}}}{}{}}{{{ABl{{AGd{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AGd{c}}e}}}}}{}{}}{{{ABl{{AHh{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AHh{c}}e}}}}}{}{}}{{{ABl{{AIb{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AIb{c}}e}}}}}{}{}}{{{ABl{{AHj{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AHj{c}}e}}}}}{}{}}{{{ABl{{ABj{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{ABj{ce}}g}}}}}{}{}{}}{{{ABl{{AHn{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AHn{c}}e}}}}}{}{}}{{{ABl{{AGl{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AGl{ce}}g}}}}}{}{}{}}{{{ABl{{AGb{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AGb{c}}e}}}}}{}{}}{{{ABl{{AId{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AId{c}}e}}}}}{}{}}{{{ABl{{AFh{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AFh{ce}}g}}}}}{}{}{}}{{{ABl{{AGj{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AGj{c}}e}}}}}{}{}}{{{ABl{{AFl{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AFl{ce}}g}}}}}{}{}{}}{{{ABl{{AFj{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AFj{ce}}g}}}}}{}{}{}}{{{ABl{{AE`{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AE`{ce}}g}}}}}{}{}{}}{{{ABl{{AHf{{Jn{c}}}}{Jn{e}}}}}{{I`{{ABl{{AHf{c}}e}}}}}{}{}}{{{ABl{{AI`{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{AI`{ce}}g}}}}}{}{}{}}{{{ABl{{ADn{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ABl{{ADn{ce}}g}}}}}{}{}{}}{{{ADn{c{Jn{e}}}}}{{I`{{ADn{ce}}}}}{}{}}{{{AE`{c{Jn{e}}}}}{{I`{{AE`{ce}}}}}{}{}}{{{AEb{c{Jn{e}}}}}{{I`{{AEb{ce}}}}}{}{}}{{{AEd{{Jn{c}}}}}{{I`{{AEd{c}}}}}{}}{{{AFb{{Jn{c}}}}}{{I`{{AFb{c}}}}}{}}{{{AFd{{Jn{c}}}}}{{I`{{AFd{c}}}}}{}}{{{AFf{{Jn{c}}}}}{{I`{{AFf{c}}}}}{}}{{{AFh{c{Jn{e}}}}}{{I`{{AFh{ce}}}}}{}{}}{{{AFj{c{Jn{e}}}}}{{I`{{AFj{ce}}}}}{}{}}{{{AFl{c{Jn{e}}}}}{{I`{{AFl{ce}}}}}{}{}}{{{AFn{c{Jn{e}}}}}{{I`{{AFn{ce}}}}}{}{}}{{{AG`{c{Jn{e}}}}}{{I`{{AG`{ce}}}}}{}{}}{{{AGb{{Jn{c}}}}}{{I`{{AGb{c}}}}}{}}{{{AGd{{Jn{c}}}}}{{I`{{AGd{c}}}}}{}}{{{AGf{{Jn{c}}}}}{{I`{{AGf{c}}}}}{}}{{{AGh{{Jn{c}}}}}{{I`{{AGh{c}}}}}{}}{{{AGj{{Jn{c}}}}}{{I`{{AGj{c}}}}}{}}{{{AGl{c{Jn{e}}}}}{{I`{{AGl{ce}}}}}{}{}}{{{AGn{c{Jn{e}}}}}{{I`{{AGn{ce}}}}}{}{}}{{{ABl{c}}}{{BBj{c}}}AIf}{{{AFj{ce}}e}{{BBj{{AFj{ce}}}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{AG`{ce}}e}{{BBj{{AG`{ce}}}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{AGh{c}}c}{{BBj{{AGh{c}}}}}{AKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIjDl}}{{{AGl{ce}}e}{{BBj{{AGl{ce}}}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{AGn{ce}}e}{{BBj{{AGn{ce}}}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{ABl{{AEb{c{Jn{e}}}}{Jn{g}}}}{ABl{{AEb{ce}}g}}}Ad{}{}{}}{{{ABl{{AHh{{Jn{c}}}}{Jn{e}}}}{ABl{{AHh{c}}e}}}Ad{}{}}{{{ABl{{AHn{{Jn{c}}}}{Jn{e}}}}{ABl{{AHn{c}}e}}}Ad{}{}}{{{ABl{{AFj{c{Jn{e}}}}{Jn{g}}}}{ABl{{AFj{ce}}g}}}Ad{}{}{}}{{{ABl{{AGb{{Jn{c}}}}{Jn{e}}}}{ABl{{AGb{c}}e}}}Ad{}{}}{{{ABl{{AFl{c{Jn{e}}}}{Jn{g}}}}{ABl{{AFl{ce}}g}}}Ad{}{}{}}{{{ABl{{AId{{Jn{c}}}}{Jn{e}}}}{ABl{{AId{c}}e}}}Ad{}{}}{{{ABl{{AHj{{Jn{c}}}}{Jn{e}}}}{ABl{{AHj{c}}e}}}Ad{}{}}{{{ABl{{AIb{{Jn{c}}}}{Jn{e}}}}{ABl{{AIb{c}}e}}}Ad{}{}}{{{ABl{{AI`{c{Jn{e}}}}{Jn{g}}}}{ABl{{AI`{ce}}g}}}Ad{}{}{}}{{{ABl{{AGl{c{Jn{e}}}}{Jn{g}}}}{ABl{{AGl{ce}}g}}}Ad{}{}{}}{{{ABl{{AFh{c{Jn{e}}}}{Jn{g}}}}{ABl{{AFh{ce}}g}}}Ad{}{}{}}{{{ABl{{AHl{{Jn{c}}}}{Jn{e}}}}{ABl{{AHl{c}}e}}}Ad{}{}}{{{ABl{{ADn{c{Jn{e}}}}{Jn{g}}}}{ABl{{ADn{ce}}g}}}Ad{}{}{}}{{{ABl{{AGd{{Jn{c}}}}{Jn{e}}}}{ABl{{AGd{c}}e}}}Ad{}{}}{{{ABl{{AG`{c{Jn{e}}}}{Jn{g}}}}{ABl{{AG`{ce}}g}}}Ad{}{}{}}{{{ABl{{AGj{{Jn{c}}}}{Jn{e}}}}{ABl{{AGj{c}}e}}}Ad{}{}}{{{ABl{{AFn{c{Jn{e}}}}{Jn{g}}}}{ABl{{AFn{ce}}g}}}Ad{}{}{}}{{{ABl{{AHf{{Jn{c}}}}{Jn{e}}}}{ABl{{AHf{c}}e}}}Ad{}{}}{{{ABl{{AHd{{Jn{c}}}}{Jn{e}}}}{ABl{{AHd{c}}e}}}Ad{}{}}{{{ABl{{AGf{{Jn{c}}}}{Jn{e}}}}{ABl{{AGf{c}}e}}}Ad{}{}}{{{ABl{{AE`{c{Jn{e}}}}{Jn{g}}}}{ABl{{AE`{ce}}g}}}Ad{}{}{}}{{{ABl{{AGn{c{Jn{e}}}}{Jn{g}}}}{ABl{{AGn{ce}}g}}}Ad{}{}{}}{{{ABl{{AGh{{Jn{c}}}}{Jn{e}}}}{ABl{{AGh{c}}e}}}Ad{}{}}{{{ABl{{ABj{c{Jn{e}}}}{Jn{g}}}}{ABl{{ABj{ce}}g}}}Ad{}{}{}}{{{ADn{c{Jn{e}}}}{ADn{ce}}}Ad{}{}}{{{AE`{c{Jn{e}}}}{AE`{ce}}}Ad{}{}}{{{AEb{c{Jn{e}}}}{AEb{ce}}}Ad{}{}}{{{AEd{{Jn{c}}}}{AEd{c}}}Ad{}}{{{AFb{{Jn{c}}}}{AFb{c}}}Ad{}}{{{AFd{{Jn{c}}}}{AFd{c}}}Ad{}}{{{AFf{{Jn{c}}}}{AFf{c}}}Ad{}}{{{AFh{c{Jn{e}}}}{AFh{ce}}}Ad{}{}}{{{AFj{c{Jn{e}}}}{AFj{ce}}}Ad{}{}}{{{AFl{c{Jn{e}}}}{AFl{ce}}}Ad{}{}}{{{AFn{c{Jn{e}}}}{AFn{ce}}}Ad{}{}}{{{AG`{c{Jn{e}}}}{AG`{ce}}}Ad{}{}}{{{AGb{{Jn{c}}}}{AGb{c}}}Ad{}}{{{AGd{{Jn{c}}}}{AGd{c}}}Ad{}}{{{AGf{{Jn{c}}}}{AGf{c}}}Ad{}}{{{AGh{{Jn{c}}}}{AGh{c}}}Ad{}}{{{AGj{{Jn{c}}}}{AGj{c}}}Ad{}}{{{AGl{c{Jn{e}}}}{AGl{ce}}}Ad{}{}}{{{AGn{c{Jn{e}}}}{AGn{ce}}}Ad{}{}}```{{{ABl{ce}}{ABl{ce}}}j{{BHh{}{{ADj{}}}}}BHh}{{{ADn{ce}}{ADn{ce}}}j{}BHh}{{{AE`{ce}}{AE`{ce}}}j{}BHh}{{{AEb{ce}}{AEb{ce}}}j{}BHh}{{{AEd{c}}{AEd{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBHhAF`}}{{{AFb{c}}{AFb{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBHhAF`}}{{{AFd{c}}{AFd{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBHhAF`}}{{{AFf{c}}{AFf{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBHhAF`}}{{{AFh{ce}}{AFh{ce}}}j{}BHh}{{{AFj{ce}}{AFj{ce}}}j{}BHh}{{{AFl{ce}}{AFl{ce}}}j{}BHh}{{{AFn{ce}}{AFn{ce}}}j{}BHh}{{{AG`{ce}}{AG`{ce}}}j{}BHh}{{{AGb{c}}{AGb{c}}}jBHh}{{{AGd{c}}{AGd{c}}}jBHh}{{{AGf{c}}{AGf{c}}}jBHh}{{{AGh{c}}{AGh{c}}}jBHh}{{{AGj{c}}{AGj{c}}}jBHh}{{{AGl{ce}}{AGl{ce}}}j{}BHh}{{{AGn{ce}}{AGn{ce}}}j{}BHh}{{{ADn{ce}}{ADn{ce}}}j{}BHh}{{{AE`{ce}}{AE`{ce}}}j{}BHh}{{{AEb{ce}}{AEb{ce}}}j{}BHh}{{{AEd{c}}{AEd{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBHhAF`}}{{{AFb{c}}{AFb{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBHhAF`}}{{{AFd{c}}{AFd{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBHhAF`}}{{{AFf{c}}{AFf{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBHhAF`}}{{{AFh{ce}}{AFh{ce}}}j{}BHh}{{{AFj{ce}}{AFj{ce}}}j{}BHh}{{{AFl{ce}}{AFl{ce}}}j{}BHh}{{{AFn{ce}}{AFn{ce}}}j{}BHh}{{{AG`{ce}}{AG`{ce}}}j{}BHh}{{{AGb{c}}{AGb{c}}}jBHh}{{{AGd{c}}{AGd{c}}}jBHh}{{{AGf{c}}{AGf{c}}}jBHh}{{{AGh{c}}{AGh{c}}}jBHh}{{{AGj{c}}{AGj{c}}}jBHh}{{{AGl{ce}}{AGl{ce}}}j{}BHh}{{{AGn{ce}}{AGn{ce}}}j{}BHh}{{{ALd{ce}}}e{}{{ALf{c}}ALh}}`{{{BHj{}{{AJj{c}}}}c}{{BHj{}{{AJj{c}}}}}{}}{{{ABl{c}}}{{ABl{c}}}BHj}{{{ADn{ce}}e}{{ADn{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AE`{ce}}e}{{AE`{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AEb{ce}}e}{{AEb{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AFl{ce}}e}{{AFl{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AFn{ce}}e}{{AFn{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AGb{c}}c}{{AGb{c}}}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AGd{c}}c}{{AGd{c}}}{AIjAEfAInAJ`AJfAJhDlAIjAKd}}{{{BHl{}{{AJj{c}}}}c}Ad{}}{{{ABl{c}}}AdBHl}{{{ADn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AE`{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AEb{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AFl{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AFn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AGb{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AGd{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAIjAKd}}{{{BHj{}{{AJj{c}}}}c}{{BHj{}{{AJj{c}}}}}{}}{{{ABl{c}}}{{ABl{c}}}BHj}{{{ADn{ce}}e}{{ADn{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AE`{ce}}e}{{AE`{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AEb{ce}}e}{{AEb{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AFl{ce}}e}{{AFl{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AFn{ce}}e}{{AFn{ce}}}{}{AIjAEfAInAJ`AJfAJhDl}}{{{AGb{c}}c}{{AGb{c}}}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{AGd{c}}c}{{AGd{c}}}{AIjAEfAInAJ`AJfAJhDlAIjAKd}}{{{BHl{}{{AJj{c}}}}c}Ad{}}{{{ABl{c}}}AdBHl}{{{ADn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AE`{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AEb{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AFl{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AFn{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDl}}{{{AGb{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAKd}}{{{AGd{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDlAIjAKd}}{{{ABl{ec}}c}{}{BHnDl}{{BHn{c}}}}{{{ABl{ce}}{ABl{ce}}}{}BHnBHn}{{{ADn{ce}}{ADn{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{ADn{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AE`{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AE`{ce}}{AE`{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{AEb{ce}}{AEb{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{AEb{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AEd{c}}c}{{AEd{c}}}{{BHn{}{{Ch{}}}}}}{{{AEd{c}}{AEd{c}}}{{AEd{c}}}{{BHn{}{{Ch{}}}}}}{{{AFb{c}}c}{{AFb{c}}}{{BHn{}{{Ch{}}}}}}{{{AFb{c}}{AFb{c}}}{{AFb{c}}}{{BHn{}{{Ch{}}}}}}{{{AFd{c}}{AFd{c}}}{{AFd{c}}}{{BHn{}{{Ch{}}}}}}{{{AFd{c}}c}{{AFd{c}}}{{BHn{}{{Ch{}}}}}}{{{AFf{c}}c}{{AFf{c}}}{{BHn{}{{Ch{}}}}}}{{{AFf{c}}{AFf{c}}}{{AFf{c}}}{{BHn{}{{Ch{}}}}}}{{{AFh{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AFh{ce}}{AFh{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{AFj{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AFj{ce}}{AFj{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{AFl{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{AFn{ce}}{AFn{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{AFn{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AG`{ce}}{AG`{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{AG`{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AGb{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AGb{c}}{AGb{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AGd{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AGd{c}}{AGd{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AGf{c}}{AGf{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AGf{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AGh{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AGh{c}}{AGh{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AGj{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AGj{c}}{AGj{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AGl{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AGl{ce}}{AGl{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{AGn{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{ABl{ec}}c}{}{BI`Dl}{{BI`{c}}}}{{{ABl{ce}}{ABl{ce}}}{}BI`BI`}{{{ADn{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{ADn{ce}}{ADn{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AE`{ce}}{AE`{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AE`{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AEb{ce}}{AEb{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AEb{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AEd{c}}{AEd{c}}}{{AEd{c}}}{{BI`{}{{Ch{}}}}}}{{{AEd{c}}c}{{AEd{c}}}{{BI`{}{{Ch{}}}}}}{{{AFb{c}}{AFb{c}}}{{AFb{c}}}{{BI`{}{{Ch{}}}}}}{{{AFb{c}}c}{{AFb{c}}}{{BI`{}{{Ch{}}}}}}{{{AFd{c}}{AFd{c}}}{{AFd{c}}}{{BI`{}{{Ch{}}}}}}{{{AFd{c}}c}{{AFd{c}}}{{BI`{}{{Ch{}}}}}}{{{AFf{c}}c}{{AFf{c}}}{{BI`{}{{Ch{}}}}}}{{{AFf{c}}{AFf{c}}}{{AFf{c}}}{{BI`{}{{Ch{}}}}}}{{{AFh{ce}}{AFh{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AFh{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AFj{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AFj{ce}}{AFj{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AFl{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AFn{ce}}{AFn{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AFn{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AG`{ce}}{AG`{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AG`{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGb{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGb{c}}{AGb{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGd{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGd{c}}{AGd{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGf{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGf{c}}{AGf{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGh{c}}{AGh{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGh{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGj{c}}{AGj{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGj{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGl{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGl{ce}}{AGl{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AGn{ce}}{AGn{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AGn{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}`````{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{ce}e{}{}}`{{{ABl{ce}}g}IlAAnAAnADd}{{{ADn{ce}}g}Il{}AAnADd}{{{AE`{ce}}g}Il{}AAnADd}{{{AEb{ce}}g}Il{}AAnADd}{{{AEd{c}}e}IlAAnADd}{{{AFb{c}}e}IlAAnADd}{{{AFd{c}}e}IlAAnADd}{{{AFf{c}}e}IlAAnADd}{{{AFh{ce}}g}Il{}AAnADd}{{{AFj{ce}}g}Il{}AAnADd}{{{AFl{ce}}g}Il{}AAnADd}{{{AFn{ce}}g}Il{}AAnADd}{{{AG`{ce}}g}Il{}AAnADd}{{{AGb{c}}e}IlAAnADd}{{{AGd{c}}e}IlAAnADd}{{{AGf{c}}e}IlAAnADd}{{{AGh{c}}e}IlAAnADd}{{{AGj{c}}e}IlAAnADd}{{{AGl{ce}}g}Il{}AAnADd}{{{AGn{ce}}g}Il{}AAnADd}{{{ABl{{AFh{ce}}g}}{ABl{{AFh{ce}}g}}}Ad{}{}{}}{{{ABl{{AGf{c}}e}}{ABl{{AGf{c}}e}}}Ad{}{}}{{{ABl{{AFl{ce}}g}}{ABl{{AFl{ce}}g}}}Ad{}{}{}}{{{ABl{{AE`{ce}}g}}{ABl{{AE`{ce}}g}}}Ad{}{}{}}{{{ABl{{AId{c}}e}}{ABl{{AId{c}}e}}}Ad{}{}}{{{ABl{{AGh{c}}e}}{ABl{{AGh{c}}e}}}Ad{}{}}{{{ABl{{AGl{ce}}g}}{ABl{{AGl{ce}}g}}}Ad{}{}{}}{{{ABl{{AGn{ce}}g}}{ABl{{AGn{ce}}g}}}Ad{}{}{}}{{{ABl{{AFn{ce}}g}}{ABl{{AFn{ce}}g}}}Ad{}{}{}}{{{ABl{{AHh{c}}e}}{ABl{{AHh{c}}e}}}Ad{}{}}{{{ABl{{AEb{ce}}g}}{ABl{{AEb{ce}}g}}}Ad{}{}{}}{{{ABl{{AHl{c}}e}}{ABl{{AHl{c}}e}}}Ad{}{}}{{{ABl{{ABj{ce}}g}}{ABl{{ABj{ce}}g}}}Ad{}{}{}}{{{ABl{{AFj{ce}}g}}{ABl{{AFj{ce}}g}}}Ad{}{}{}}{{{ABl{{AHf{c}}e}}{ABl{{AHf{c}}e}}}Ad{}{}}{{{ABl{{AI`{ce}}g}}{ABl{{AI`{ce}}g}}}Ad{}{}{}}{{{ABl{{AHd{c}}e}}{ABl{{AHd{c}}e}}}Ad{}{}}{{{ABl{{AG`{ce}}g}}{ABl{{AG`{ce}}g}}}Ad{}{}{}}{{{ABl{{AGb{c}}e}}{ABl{{AGb{c}}e}}}Ad{}{}}{{{ABl{{AIb{c}}e}}{ABl{{AIb{c}}e}}}Ad{}{}}{{{ABl{{AGd{c}}e}}{ABl{{AGd{c}}e}}}Ad{}{}}{{{ABl{{ADn{ce}}g}}{ABl{{ADn{ce}}g}}}Ad{}{}{}}{{{ABl{{AHj{c}}e}}{ABl{{AHj{c}}e}}}Ad{}{}}{{{ABl{{AHn{c}}e}}{ABl{{AHn{c}}e}}}Ad{}{}}{{{ABl{{AGj{c}}e}}{ABl{{AGj{c}}e}}}Ad{}{}}{{{ADn{ce}}{ADn{ce}}}Ad{}{}}{{{AE`{ce}}{AE`{ce}}}Ad{}{}}{{{AEb{ce}}{AEb{ce}}}Ad{}{}}{{{AEd{c}}{AEd{c}}}Ad{}}{{{AFb{c}}{AFb{c}}}Ad{}}{{{AFd{c}}{AFd{c}}}Ad{}}{{{AFf{c}}{AFf{c}}}Ad{}}{{{AFh{ce}}{AFh{ce}}}Ad{}{}}{{{AFj{ce}}{AFj{ce}}}Ad{}{}}{{{AFl{ce}}{AFl{ce}}}Ad{}{}}{{{AFn{ce}}{AFn{ce}}}Ad{}{}}{{{AG`{ce}}{AG`{ce}}}Ad{}{}}{{{AGb{c}}{AGb{c}}}Ad{}}{{{AGd{c}}{AGd{c}}}Ad{}}{{{AGf{c}}{AGf{c}}}Ad{}}{{{AGh{c}}{AGh{c}}}Ad{}}{{{AGj{c}}{AGj{c}}}Ad{}}{{{AGl{ce}}{AGl{ce}}}Ad{}{}}{{{AGn{ce}}{AGn{ce}}}Ad{}{}}{{BIbc}Ad{}}{{{ABl{eg}}c}Ad{}{{BIb{c}}}{}}{{{ADn{ce}}g}Ad{}{}{{K`{{AFd{e}}}}}}{{{AE`{ce}}g}Ad{}{}{{K`{{AFb{e}}}}}}{{{AEb{ce}}g}Ad{}{}{{K`{{AFd{e}}}}}}{{{AFh{ce}}g}Ad{}{}{{K`{{AFd{e}}}}}}{{{AFl{ce}}g}Ad{}{}{{K`{{AEd{e}}}}}}{{{AFn{ce}}g}Ad{}{}{{K`{{AFb{e}}}}}}{{{AGb{c}}e}Ad{}{{K`{{AFf{c}}}}}}{{{AGd{c}}e}Ad{}{{K`{{AFf{c}}}}}}{{{AGf{c}}e}Ad{}{{K`{{AFf{c}}}}}}{{{AGj{c}}e}Ad{}{{K`{{AFf{c}}}}}}{{{BId{}{{AJj{c}}}}c}{{BId{}{{AJj{c}}}}}{}}{{{ABl{ce}}}{{ABl{ce}}}BId{}}{{{ADn{ce}}}{{ADn{ce}}}{}{{AH`{}{{Ch{}}}}}}{{{AE`{ce}}}{{AE`{ce}}}{}{{AH`{}{{Ch{}}}}}}{{{AEb{ce}}}{{AEb{ce}}}{}{{AH`{}{{Ch{}}}}}}{{{AFh{ce}}}{{AFh{ce}}}{}{{AH`{}{{Ch{}}}}}}{{{AFl{ce}}}{{AFl{ce}}}{}{{AH`{}{{Ch{}}}}}}{{{AFn{ce}}}{{AFn{ce}}}{}{{AH`{}{{Ch{}}}}}}{{{AGb{c}}}{{AGb{c}}}{{AH`{}{{Ch{}}}}}}{{{AGd{c}}}{{AGd{c}}}{{AH`{}{{Ch{}}}}}}{{{AGf{c}}}{{AGf{c}}}{{AH`{}{{Ch{}}}}}}{{{AGj{c}}}{{AGj{c}}}{{AH`{}{{Ch{}}}}}}{{{BIf{}{{AJj{c}}}}c}Ad{}}{{{ABl{ce}}}AdBIf{}}{{{ADn{ce}}}Ad{}AHb}{{{AE`{ce}}}Ad{}AHb}{{{AEb{ce}}}Ad{}AHb}{{{AFh{ce}}}Ad{}AHb}{{{AFl{ce}}}Ad{}AHb}{{{AFn{ce}}}Ad{}AHb}{{{AGb{c}}}AdAHb}{{{AGd{c}}}AdAHb}{{{AGf{c}}}AdAHb}{{{AGj{c}}}AdAHb}{{{ABl{ec}}{ABl{ec}}}{{ABl{ec}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{ce}e{}{}}{{{BD`{}{{BHd{c}}{BHf{e}}}}}{{Lf{cg}}}{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}{}}{{{ABl{ce}}}{{Lf{e}}}{}{}}{{{ADn{ce}}}{{Lf{g}}}{}{}AKd}{{{AE`{ce}}}{{Lf{g}}}{}{}AKd}{{{AEb{ce}}}{{Lf{g}}}{}{}AKd}{{{AFh{ce}}}{{Lf{g}}}{}{}AKd}{{{AFj{ce}}}{{Lf{g}}}{}{}AKd}{{{AFl{ce}}}{{Lf{g}}}{}{}AKd}{{{AFn{ce}}}{{Lf{g}}}{}{}AKd}{{{AG`{ce}}}{{Lf{g}}}{}{}AKd}{{{AGb{c}}}{{Lf{e}}}{}AKd}{{{AGd{c}}}{{Lf{e}}}{}AKd}{{{AGf{c}}}{{Lf{e}}}{}AKd}{{{AGh{c}}}{{Lf{e}}}{}AKd}{{{AGj{c}}}{{Lf{e}}}{}AKd}{{{AGl{ce}}}{{Lf{g}}}{}{}AKd}{{{AGn{ce}}}{{Lf{g}}}{}{}AKd}``````````{{{ABl{ec}}c}{}{AElDl}{{AEl{c}}}}{{{ABl{ce}}{ABl{ce}}}{}AElAEl}{{{ADn{ce}}{ADn{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{ADn{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AE`{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AE`{ce}}{AE`{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{AEb{ce}}{AEb{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{AEb{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AEd{c}}c}{{AEd{c}}}{{AEl{}{{Ch{}}}}}}{{{AEd{c}}{AEd{c}}}{{AEd{c}}}{{AEl{}{{Ch{}}}}}}{{{AFb{c}}c}{{AFb{c}}}{{AEl{}{{Ch{}}}}}}{{{AFb{c}}{AFb{c}}}{{AFb{c}}}{{AEl{}{{Ch{}}}}}}{{{AFd{c}}{AFd{c}}}{{AFd{c}}}{{AEl{}{{Ch{}}}}}}{{{AFd{c}}c}{{AFd{c}}}{{AEl{}{{Ch{}}}}}}{{{AFf{c}}{AFf{c}}}{{AFf{c}}}{{AEl{}{{Ch{}}}}}}{{{AFf{c}}c}{{AFf{c}}}{{AEl{}{{Ch{}}}}}}{{{AFh{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AFh{ce}}{AFh{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{AFj{ce}}{AFj{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{AFj{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AFl{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{AFn{ce}}{AFn{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{AFn{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AG`{ce}}{AG`{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{AG`{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AGb{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AGb{c}}{AGb{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AGd{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AGd{c}}{AGd{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AGf{c}}{AGf{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AGf{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AGh{c}}{AGh{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AGh{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AGj{c}}{AGj{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AGj{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AGl{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AGl{ce}}{AGl{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{AGn{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{ABl{ec}}c}Ad{BGlDl}{{BGl{c}}}}{{{ABl{ce}}{ABl{ce}}}AdBGlBGl}{{{ADn{ce}}{ADn{ce}}}Ad{}BGl}{{{ADn{ce}}e}Ad{}{BGlDl}}{{{AE`{ce}}{AE`{ce}}}Ad{}BGl}{{{AE`{ce}}e}Ad{}{BGlDl}}{{{AEb{ce}}e}Ad{}{BGlDl}}{{{AEb{ce}}{AEb{ce}}}Ad{}BGl}{{{AEd{c}}c}AdBGl}{{{AEd{c}}{AEd{c}}}AdBGl}{{{AFb{c}}{AFb{c}}}AdBGl}{{{AFb{c}}c}AdBGl}{{{AFd{c}}c}AdBGl}{{{AFd{c}}{AFd{c}}}AdBGl}{{{AFf{c}}{AFf{c}}}AdBGl}{{{AFf{c}}c}AdBGl}{{{AFh{ce}}e}Ad{}{BGlDl}}{{{AFh{ce}}{AFh{ce}}}Ad{}BGl}{{{AFj{ce}}e}Ad{}{BGlDl}}{{{AFj{ce}}{AFj{ce}}}Ad{}BGl}{{{AFl{ce}}e}Ad{}{BGlDl}}{{{AFl{ce}}{AFl{ce}}}Ad{}BGl}{{{AFn{ce}}{AFn{ce}}}Ad{}BGl}{{{AFn{ce}}e}Ad{}{BGlDl}}{{{AG`{ce}}e}Ad{}{BGlDl}}{{{AG`{ce}}{AG`{ce}}}Ad{}BGl}{{{AGb{c}}{AGb{c}}}AdBGl}{{{AGb{c}}c}Ad{BGlDl}}{{{AGd{c}}c}Ad{BGlDl}}{{{AGd{c}}{AGd{c}}}AdBGl}{{{AGf{c}}c}Ad{BGlDl}}{{{AGf{c}}{AGf{c}}}AdBGl}{{{AGh{c}}{AGh{c}}}AdBGl}{{{AGh{c}}c}Ad{BGlDl}}{{{AGj{c}}c}Ad{BGlDl}}{{{AGj{c}}{AGj{c}}}AdBGl}{{{AGl{ce}}{AGl{ce}}}Ad{}BGl}{{{AGl{ce}}e}Ad{}{BGlDl}}{{{AGn{ce}}e}Ad{}{BGlDl}}{{{AGn{ce}}{AGn{ce}}}Ad{}BGl}{{{ABl{{AHn{c}}e}}}{{Lf{{ABl{{AHn{c}}e}}{ABl{{AHn{c}}e}}{ABl{{AHn{c}}e}}}}}{}Dl}{{{ABl{{AG`{ce}}g}}}{{Lf{{ABl{{AG`{ce}}g}}{ABl{{AG`{ce}}g}}{ABl{{AG`{ce}}g}}}}}{}{}Dl}{{{ABl{{AGh{c}}e}}}{{Lf{{ABl{{AGh{c}}e}}{ABl{{AGh{c}}e}}{ABl{{AGh{c}}e}}}}}{}Dl}{{{ABl{{AFj{ce}}g}}}{{Lf{{ABl{{AFj{ce}}g}}{ABl{{AFj{ce}}g}}{ABl{{AFj{ce}}g}}}}}{}{}Dl}{{{AFj{ce}}}{{Lf{{AFj{ce}}{AFj{ce}}{AFj{ce}}}}}{}{{AKn{}{{Ch{}}}}Dl}}{{{AG`{ce}}}{{Lf{{AG`{ce}}{AG`{ce}}{AG`{ce}}}}}{}{{AKn{}{{Ch{}}}}Dl}}{{{AGh{c}}}{{Lf{{AGh{c}}{AGh{c}}{AGh{c}}}}}{{AKn{}{{Ch{}}}}Dl}}{{{ALd{ec}}}{{ALd{gc}}}{}{}{{ALf{c}}{ALf{e}}ALh}}{{{ALd{ec}}}{{BEf{gc}}}{}{}{{BGb{c}}{BGb{e}}ALh}}{ce{}{}}0000000000000000000{{{BD`{}{{BHd{c}}{BHf{e}}}}}e{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}AEf}{c{{Il{e}}}{}{}}0000000000000000000000{{{Ml{c}}}{{Il{{ABl{ec}}}}}{}{}}01{{{Ml{c}}}{{Il{{ADn{ec}}}}}{}{}}02{{{Ml{c}}}{{Il{{AE`{ec}}}}}{}{}}0{{{Ml{c}}}{{Il{{AEb{ec}}}}}{}{}}044444{{{Ml{c}}}{{Il{{AFh{ec}}}}}{}{}}505{{{Ml{c}}}{{Il{{AFj{ec}}}}}{}{}}0{{{Ml{c}}}{{Il{{AFl{ec}}}}}{}{}}07{{{Ml{c}}}{{Il{{AFn{ec}}}}}{}{}}80{{{Ml{c}}}{{Il{{AG`{ec}}}}}{}{}}09{{{Ml{c}}}{{Il{{AGb{c}}}}}{}}:0{{{Ml{c}}}{{Il{{AGd{c}}}}}{}};0{{{Ml{c}}}{{Il{{AGf{c}}}}}{}}<0{{{Ml{c}}}{{Il{{AGh{c}}}}}{}}0={{{Ml{c}}}{{Il{{AGj{c}}}}}{}}0>>{{{Ml{c}}}{{Il{{AGl{ec}}}}}{}{}}0{{{Ml{c}}}{{Il{{AGn{ec}}}}}{}{}}0{c{{Il{e}}}{}{}}{c{{Il{e{In{e}}}}}{}{}}000000000000000111111111111111111111000000000000000000000{cJ`{}}00000000000000000000`{ce{}{}}00000000000000000000000000000000000000000{{{ABl{ce}}{ABl{ce}}M`}j{{BIh{}{{ADj{}}}}}BIh}{{{ADn{ce}}{ADn{ce}}M`}j{}BIh}{{{AE`{ce}}{AE`{ce}}M`}j{}BIh}{{{AEb{ce}}{AEb{ce}}M`}j{}BIh}{{{AEd{c}}{AEd{c}}M`}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBIhAF`}}{{{AFb{c}}{AFb{c}}M`}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBIhAF`}}{{{AFd{c}}{AFd{c}}M`}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBIhAF`}}{{{AFf{c}}{AFf{c}}M`}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBIhAF`}}{{{AFh{ce}}{AFh{ce}}M`}j{}BIh}{{{AFj{ce}}{AFj{ce}}M`}j{}BIh}{{{AFl{ce}}{AFl{ce}}M`}j{}BIh}{{{AFn{ce}}{AFn{ce}}M`}j{}BIh}{{{AG`{ce}}{AG`{ce}}M`}j{}BIh}{{{AGb{c}}{AGb{c}}M`}jBIh}{{{AGd{c}}{AGd{c}}M`}jBIh}{{{AGf{c}}{AGf{c}}M`}jBIh}{{{AGh{c}}{AGh{c}}M`}jBIh}{{{AGj{c}}{AGj{c}}M`}jBIh}{{{AGl{ce}}{AGl{ce}}M`}j{}BIh}{{{AGn{ce}}{AGn{ce}}M`}j{}BIh}{{{ADn{ce}}{ADn{ce}}M`}j{}BIh}{{{AE`{ce}}{AE`{ce}}M`}j{}BIh}{{{AEb{ce}}{AEb{ce}}M`}j{}BIh}{{{AEd{c}}{AEd{c}}M`}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBIhAF`}}{{{AFb{c}}{AFb{c}}M`}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBIhAF`}}{{{AFd{c}}{AFd{c}}M`}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBIhAF`}}{{{AFf{c}}{AFf{c}}M`}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBIhAF`}}{{{AFh{ce}}{AFh{ce}}M`}j{}BIh}{{{AFj{ce}}{AFj{ce}}M`}j{}BIh}{{{AFl{ce}}{AFl{ce}}M`}j{}BIh}{{{AFn{ce}}{AFn{ce}}M`}j{}BIh}{{{AG`{ce}}{AG`{ce}}M`}j{}BIh}{{{AGb{c}}{AGb{c}}M`}jBIh}{{{AGd{c}}{AGd{c}}M`}jBIh}{{{AGf{c}}{AGf{c}}M`}jBIh}{{{AGh{c}}{AGh{c}}M`}jBIh}{{{AGj{c}}{AGj{c}}M`}jBIh}{{{AGl{ce}}{AGl{ce}}M`}j{}BIh}{{{AGn{ce}}{AGn{ce}}M`}j{}BIh}{{{BBj{{AFj{ce}}}}}{{Lf{{AFj{ce}}e}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{BBj{{AG`{ce}}}}}{{Lf{{AG`{ce}}e}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{BBj{{AGh{c}}}}}{{Lf{{AGh{c}}c}}}{AKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIjDl}}{{{BBj{{AGl{ce}}}}}{{Lf{{AGl{ce}}e}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{BBj{{AGn{ce}}}}}{{Lf{{AGn{ce}}e}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}`````````````{{{BD`{}{{BHd{c}}{BHf{e}}}}g}e{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}{}}{{{ABl{ce}}e}{}{}{}}{{{ADn{ce}}g}{}{}{}AKd}{{{AE`{ce}}g}{}{}{}AKd}{{{AEb{ce}}g}{}{}{}AKd}{{{AFh{ce}}g}{}{}{}AKd}{{{AFj{ce}}g}{}{}{}AKd}{{{AFl{ce}}g}{}{}{}AKd}{{{AFn{ce}}g}{}{}{}AKd}{{{AG`{ce}}g}{}{}{}AKd}{{{AGb{c}}e}{}{}AKd}{{{AGd{c}}e}{}{}AKd}{{{AGf{c}}e}{}{}AKd}{{{AGh{c}}e}{}{}AKd}{{{AGj{c}}e}{}{}AKd}{{{AGl{ce}}g}{}{}{}AKd}{{{AGn{ce}}g}{}{}{}AKd}{Db{{ABl{{AGj{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AHf{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AE`{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AId{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AHl{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AGh{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AGd{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{ADn{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AFn{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AEb{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AHn{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AGb{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AGn{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AFh{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AG`{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AI`{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{ABj{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AFj{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AHj{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AHd{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AHh{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AGf{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AIb{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ABl{{AGl{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ABl{{AFl{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ADn{c{Jn{e}}}}}{}{}}{Db{{AE`{c{Jn{e}}}}}{}{}}{Db{{AEb{c{Jn{e}}}}}{}{}}{Db{{AEd{{Jn{c}}}}}{}}{Db{{AFb{{Jn{c}}}}}{}}{Db{{AFd{{Jn{c}}}}}{}}{Db{{AFf{{Jn{c}}}}}{}}{Db{{AFh{c{Jn{e}}}}}{}{}}{Db{{AFj{c{Jn{e}}}}}{}{}}{Db{{AFl{c{Jn{e}}}}}{}{}}{Db{{AFn{c{Jn{e}}}}}{}{}}{Db{{AG`{c{Jn{e}}}}}{}{}}{Db{{AGb{{Jn{c}}}}}{}}{Db{{AGd{{Jn{c}}}}}{}}{Db{{AGf{{Jn{c}}}}}{}}{Db{{AGh{{Jn{c}}}}}{}}{Db{{AGj{{Jn{c}}}}}{}}{Db{{AGl{c{Jn{e}}}}}{}{}}{Db{{AGn{c{Jn{e}}}}}{}{}}{{BIjc}BIj{}}{{{ABl{eg}}c}{{ABl{eg}}}{}{{BIj{c}}}{}}{{{ADn{ce}}g}{{ADn{ce}}}{}{}{{K`{{AFd{e}}}}}}{{{AE`{ce}}g}{{AE`{ce}}}{}{}{{K`{{AFb{e}}}}}}{{{AEb{ce}}g}{{AEb{ce}}}{}{}{{K`{{AFd{e}}}}}}{{{AFh{ce}}g}{{AFh{ce}}}{}{}{{K`{{AFd{e}}}}}}{{{AFl{ce}}g}{{AFl{ce}}}{}{}{{K`{{AEd{e}}}}}}{{{AFn{ce}}g}{{AFn{ce}}}{}{}{{K`{{AFb{e}}}}}}{{{AGb{c}}e}{{AGb{c}}}{}{{K`{{AFf{c}}}}}}{{{AGd{c}}e}{{AGd{c}}}{}{{K`{{AFf{c}}}}}}{{{AGf{c}}e}{{AGf{c}}}{}{{K`{{AFf{c}}}}}}{{{AGj{c}}e}{{AGj{c}}}{}{{K`{{AFf{c}}}}}}{{{ABl{{AGn{ce}}g}}}{{ABl{{AGn{ie}}g}}}{}{}{}{}}{{{ABl{{AGl{ce}}g}}}{{ABl{{AGl{ie}}g}}}{}{}{}{}}{{{AGl{ce}}}{{AGl{ge}}}{}{}{}}{{{AGn{ce}}}{{AGn{ge}}}{}{}{}}{{{BD`{}{{BHd{c}}{BHf{e}}}}}c{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}{}}{{{ABl{ce}}}{}{}{}}{{{ADn{ce}}}{}{}{}}{{{AE`{ce}}}{}{}{}}{{{AEb{ce}}}{}{}{}}{{{AFh{ce}}}{}{}{}}{{{AFj{ce}}}{}{}{}}{{{AFl{ce}}}{}{}{}}{{{AFn{ce}}}{}{}{}}{{{AG`{ce}}}{}{}{}}{{{AGb{c}}}{}{}}{{{AGd{c}}}{}{}}{{{AGf{c}}}{}{}}{{{AGh{c}}}{}{}}{{{AGj{c}}}{}{}}{{{AGl{ce}}}{}{}{}}{{{AGn{ce}}}{}{}{}}``{{{ABl{c}}{ABl{c}}}{{ABl{c}}}AIf}{{ce}e{}{}}0000````````````{{cg}i{}{}{{An{e}}}{}}``{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}``2{{{AN`{ce}}}DbBIlBIl}{Dbc{}}0{DbAd}{cc{}}06{{}Db}77{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8::::{{{AN`{ce}}}DbBInBIn}{{{AN`{ce}}}I`BIlBIl}{{{AN`{ce}}}I`BJ`BJ`}{{{BD`{}{{BHd{c}}{BHf{e}}}}}e{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}AKd}{{{AN`{ce}}}{{Lf{Db{I`{Db}}}}}BIlBIl}{{{BD`{}{{BHd{c}}{BHf{e}}}}}{{Lf{cg}}}{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}{}}{{{BD`{}{{BHd{c}}{BHf{e}}}}}e{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}AEf}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{BD`{}{{BHd{c}}{BHf{e}}}}g}e{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}{}}{{{BD`{}{{BHd{c}}{BHf{e}}}}}c{}{{BD`{g}{{BHd{c}}{BHf{e}}}}}{}}````````{{AEjAEj}c{}}{AEnAEn}{cBEl{}}{{}BJb}{{}BJd}{BJfc{}}{AF`AF`}{BG`BG`}6```````````````````````````{{{BBj{e}}{BBj{e}}}jADl{{ADl{}{{ADj{}}}}{AIf{}{{AJj{c}}}}}}{{cg}i{}{}{{An{e}}}{}}0000{{{BBj{c}}{BBj{c}}}{}{AIf{AH`{}{{Ch{}}}}}}{{{BBj{c}}Mf}{}{{AIf{}{{AJj{}}}}{AH`{Mf}{{Ch{}}}}}}{{{BBj{c}}Nl}{}{{AIf{}{{AJj{}}}}{AH`{Nl}{{Ch{}}}}}}{{{BBj{c}}{BBj{c}}}Ad{AHbAIf}}{{{BBj{c}}Mf}Ad{{AHb{Mf}}{AIf{}{{AJj{Mf}}}}}}{{{BBj{c}}Nl}Ad{{AHb{Nl}}{AIf{}{{AJj{Nl}}}}}}```{{AIh{BBj{c}}{BBj{c}}}{{BBj{c}}}AIf}{{BJh{BBj{e}}{BBj{e}}}{{BBj{e}}}{AIjAIlAEfAInAJbBDfAJfDl}{{AIf{}{{AJj{}}}}{AMh{}{{Ch{}}{Ch{}}}}{AMh{c}}{AK`{}{{AJn{}}}}Dl}}{ce{}{}}000000000{cCj{}}000000000{{{BBj{c}}}ADbAIf}{{{BBj{c}}}MlAIf}01{{BJjBJj}BJj}{{{BBj{e}}{BBj{e}}}{{BBj{e}}}{AIjAEfAIlAJfAJ`Dl}{{AK`{}{{AJn{{ADb{c}}}}}}{AIf{}{{AJj{c}}}}}}{{{BJl{}{{BHd{c}}}}{BJl{}{{BHd{c}}}}e}{{BJl{}{{BHd{c}}}}}AIf{{AIh{c}}}}{{{BBj{c}}{BBj{c}}e}{{BBj{c}}}AIfAIh}7777777777{{BJnBJn}BJn}{{{BBj{e}}{BBj{e}}}{{BBj{e}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{c{Cl{e}}}g{}{}{}}0000{BJhBJh}{BK`BK`}{BKbBKb}{BKdBKd}{{{BBj{c}}}{{BBj{c}}}{DlAIf}}{{ce}Ad{}{}}0000```{ce{}{}}000098{{}{{BBj{c}}}{FnAIf}}{{}}0{{}M`}{Dbc{}}0000{{{BBj{c}}}cAIf}111110{c{{Il{{BBj{e}}}}}AD`{AIfALn}}`?>{{{BBj{c}}{BBj{c}}}{}{AIf{AMj{}{{Ch{}}}}}}{{{BBj{c}}Mf}{}{{AIf{}{{AJj{}}}}{AMj{Mf}{{Ch{}}}}}}{{{BBj{c}}Nl}{}{{AIf{}{{AJj{}}}}{AMj{Nl}{{Ch{}}}}}}{{{BBj{c}}Mf}Ad{{AKf{Mf}}{AIf{}{{AJj{Mf}}}}}}{{{BBj{c}}Nl}Ad{{AKf{Nl}}{AIf{}{{AJj{Nl}}}}}}{{{BBj{c}}{BBj{c}}}Ad{AKfAIf}}{{BJnBJn}BJn}{{{BBj{e}}{BBj{e}}}{{BBj{e}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{DbAd}0000{{BJhBJh}j}{{BK`BK`}j}{{BKbBKb}j}{{BKdBKd}j}{{{BBj{c}}{BBj{c}}}j{GhAIf}}{{ce}j{}{}}0000000000000087{{BJhDf}{{Il{AdAl}}}}{{BK`Df}{{Il{AdAl}}}}{{BKbDf}{{Il{AdAl}}}}{{BKdDf}{{Il{AdAl}}}}{{{BBj{c}}Df}{{Il{AdAl}}}{JjAIf}}{cc{}}000{c{{BBj{c}}}AIf}{ADb{{BBj{c}}}AIf}{{{ADb{{BBj{{AGh{c}}}}}}}{{BBj{{AGh{e}}}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{{BBj{{AGl{ce}}}}}}}{{BBj{{AGl{cg}}}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ADb{{BBj{{ABj{ce}}}}}}}{{BBj{{ABj{cg}}}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ADb{{BBj{{AFj{ce}}}}}}}{{BBj{{AFj{cg}}}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ADb{{BBj{{AI`{ce}}}}}}}{{BBj{{AI`{cg}}}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ADb{{BBj{{AGn{ce}}}}}}}{{BBj{{AGn{cg}}}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ABl{c}}}{{BBj{c}}}AIf}77{{{ADb{{BBj{{AHn{c}}}}}}}{{BBj{{AHn{e}}}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{{BBj{{AG`{ce}}}}}}}{{BBj{{AG`{cg}}}}}{}{}{{BBb{}{{AJj{e}}}}}};;;;;;{{BK`BK`}BJh}{{BKdBKd}BJh}{ce{}{}}0000{{BJnBJn}BJn}{{{BBj{e}}{BBj{e}}}{{BBj{e}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{{}Db}0000{{BJjBJj}BJj}{{{BBj{e}}{BBj{e}}}{{BBj{e}}}{AIjAEfAIlAJfAJ`Dl}{{AK`{}{{AJn{{ADb{c}}}}}}{AIf{}{{AJj{c}}}}}}5555555555{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}000099999999999999987{{{BBj{e}}{BBj{e}}c}{{BBj{e}}}{AIjAEfAIlAJ`AJfDl}{{BGn{}{{AJj{c}}}}{AIf{}{{AJj{c}}}}}}{{{BBj{e}}{BBj{e}}c}Ad{AIjAEfAIlAJ`AJfAHbDl}{{BH`{}{{AJj{c}}}}{AIf{}{{AJj{c}}}}}}{{{BBj{c}}{BBj{c}}}{}{AIf{AMh{}{{Ch{}}}}}}{{{BBj{c}}Mf}{}{{AIf{}{{AJj{}}}}{AMh{Mf}{{Ch{}}}}}}{{{BBj{c}}Nl}{}{{AIf{}{{AJj{}}}}{AMh{Nl}{{Ch{}}}}}}{{{BBj{c}}{BBj{c}}}Ad{BHbAIf}}{{{BBj{c}}Mf}Ad{{BHb{Mf}}{AIf{}{{AJj{Mf}}}}}}{{{BBj{c}}Nl}Ad{{BHb{Nl}}{AIf{}{{AJj{Nl}}}}}}{{BJnBJn}BJn}{{{BBj{e}}{BBj{e}}}{{BBj{e}}}{AIjAEfAIlAInAJ`AJbAJdAJfAJhDl}{{AIf{}{{AJj{c}}}}AJl{AK`{}{{AJn{{ADb{c}}}}}}Dl}}{c{{BBj{c}}}AIf}0{{BJjBJj}BJj}{{{BBj{e}}{BBj{e}}}{{BBj{e}}}{AIjAEfAIlAJfAJ`Dl}{{AK`{}{{AJn{{ADb{c}}}}}}{AIf{}{{AJj{c}}}}}}104310{{{AIf{}{{AJj{c}}}}c}{{BBj{{AIf{}{{AJj{c}}}}}}}{AIjAKd}}{{{BBj{e}}{BBj{e}}}jBHh{{BHh{}{{ADj{}}}}{AIf{}{{AJj{c}}}}}}65{{{BBj{c}}e}Il{AIfAAn}ADd}76`{{{BBj{c}}Mf}{}{{AIf{}{{AJj{}}}}{AEl{Mf}{{Ch{}}}}}}{{{BBj{c}}{BBj{c}}}{}{AIf{AEl{}{{Ch{}}}}}}{{{BBj{c}}Nl}{}{{AIf{}{{AJj{}}}}{AEl{Nl}{{Ch{}}}}}}{{{BBj{c}}{BBj{c}}}Ad{BGlAIf}}{{{BBj{c}}Mf}Ad{{BGl{Mf}}{AIf{}{{AJj{Mf}}}}}}{{{BBj{c}}Nl}Ad{{BGl{Nl}}{AIf{}{{AJj{Nl}}}}}}{ce{}{}}0000{c{{Il{e}}}{}{}}00000000{Ml{{Il{{BBj{c}}}}}AIf}1011111{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00004444444444{{{BBj{e}}{BBj{e}}M`}jBIh{{BIh{}{{ADj{}}}}{AIf{}{{AJj{c}}}}}}{{{BBj{{AIf{}{{AJj{c}}}}}}}{{Lf{{AIf{}{{AJj{c}}}}c}}}{AIjAKd}}{{{BBj{c}}}{{ABl{c}}}AIf}{{BJjBJj}BJj}{{{BBj{e}}{BBj{e}}}{{BBj{e}}}{AIjAEfAIlAJfAJ`Dl}{{AK`{}{{AJn{{ADb{c}}}}}}{AIf{}{{AJj{c}}}}}}``````{jBKf}{BKfj}0{{BKheg}c{{BEb{}{{AEh{BKh}}}}}{{Bb{}{{Ch{c}}}}}{{Bb{}{{Ch{c}}}}}}{{BKjcc}c{{BEb{}{{AEh{BKj}}}}}}``````````````````````````````````````````{{{BBh{c}}{BBh{c}}}jADl}{{{AHn{c}}{AHn{c}}}jADl}{{{AHf{c}}{AHf{c}}}jADl}210{{cg}i{}{}{{An{e}}}{}}000000000`{{{AHn{c}}{AHn{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AHn{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AHf{c}}{AHf{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AHf{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AHn{c}}c}Ad{AHbDl}}{{{AHn{c}}{AHn{c}}}AdAHb}{{{AHf{c}}{AHf{c}}}AdAHb}{{{AHf{c}}c}Ad{AHbDl}}`````````{ce{}{}}0000000000000000000{cCj{}}0000000000000000000{{{AHn{c}}}{{ADb{c}}}{}}{{{AHn{c}}}{{Ml{c}}}{}}{{{AHf{c}}}{{Ml{c}}}{}}{{{AHf{c}}}{{ADb{c}}}{}}3210{{{AHn{c}}}{{AHn{c}}}{}}{{{AHf{c}}}{{AHf{c}}}{}}{{ce}e{}{}}``{{{BKl{ce}}}{{Cl{ce}}}{}{}}{{ceg}e{}{}AIh}::::::::::::::::::::````{{c{Cl{eg}}}{{BKn{}{{AJj{g}}}}}{}{}{}}{{{AHh{c}}{Cl{e}}}{{BBh{c}}}{AIjBCfAEfAJfAJbAJhDl}{{BCl{c}}}}{{{AHj{c}}{Cl{e}}}{{BBh{c}}}{AIjBCfAEfAJfAJbAJhDl}{{BCl{c}}}}{{{AIb{c}}{Cl{e}}}{{BBh{c}}}{AIjBCfAEfAJfAJbAJhDl}{{BCl{c}}}}{{{AId{c}}{Cl{e}}}{{BBh{c}}}{AIjBCfAEfAJfAJbAJhDl}{{BCl{c}}}}{{{AHd{c}}{Cl{e}}}{{BBh{c}}}{AIjBCfAEfAJfAJbAJhDl}{{BCl{c}}}}{{{AHl{c}}{Cl{e}}}{{BBh{c}}}{AIjBCfAEfAJfAJbAJhDl}{{BCl{c}}}}{{{AGl{c}}{Cl{e}}}{{BBh{c}}}{AIjBCfAJfBChAJbAJdBCjAMdAEnDl}BCl}{{{BL`{}{{AJj{c}}}}{Cl{ec}}}g{}{}{}}{{c{Cl{e}}}g{}{}{}}000000000`````````{{{BBh{c}}}{{BBh{c}}}{AJ`AEf}}{{{AHn{c}}}{{AHn{c}}}{AJ`AIjAEf}}{{{AHf{c}}}{{AHf{c}}}{AJ`AEfAIj}}{{{BBh{c}}}Ad{AKlAEf}}{{{AHn{c}}}Ad{AKlAIjAEf}}{{{AHf{c}}}Ad{AKlAEfAIj}}{{{AHn{{Jn{c}}}}}Ad{}}{{{AHf{{Jn{c}}}}}Ad{}}{{{Cl{ce}}}{{Cl{ce}}}{}Dl}{{{BLb{c}}}{{BLb{c}}}{}}{{{BBh{c}}}{{BBh{c}}}Dl}{{{BKl{ce}}}{{BKl{ce}}}DlDl}{{{BLd{c}}}{{BLd{c}}}Dl}{{{BLf{c}}}{{BLf{c}}}Dl}{{{AHn{c}}}{{AHn{c}}}Dl}{{{AHf{c}}}{{AHf{c}}}Dl}{{ce}Ad{}{}}00000002211`````````````{{{AHn{c}}}{{AHn{c}}}{{AKn{}{{Ch{}}}}}}{ce{}{}}000000000{{{AHn{c}}}{{AHn{c}}}Ah}0{{{AHf{c}}}{{AHf{c}}}Ah}0{{{AO`{c}}}DbBIl}{{{Bj{c}}}DbBIl}{{}{{BBh{c}}}Fn}{{}{{AHn{c}}}Fn}{{}{{AHf{c}}}Fn}{{{AGl{BGdc}}c}{{BKl{{AGl{BGdc}}c}}}AIj}{{}}00000{{}M`}00{c{{BKl{{BLb{e}}c}}}AIj{}}{{{AHn{c}}{AHn{c}}}{}AJb}{{{AHf{c}}{AHf{c}}}{}{}}{Dbc{}}0000000000000000000{c{{Il{{AHn{e}}}}}AD`ALn}{c{{Il{{AHf{e}}}}}AD`ALn}`{{{AHn{c}}{AHn{c}}}{}{{AH`{}{{Ch{}}}}AIj{AMh{}{{Ch{}}}}{AEl{}{{Ch{}}}}Dl}}{{{AHn{c}}{AHn{c}}}{}{{AMj{}{{Ch{}}}}}}{{{AHn{c}}c}{}{{AMj{}{{Ch{}}}}Dl}}{{{AHn{c}}{AHn{c}}}AdAKf}{{{AHn{c}}c}Ad{AKfDl}}{{{AHn{{Jn{c}}}}e}{{AO`{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{{{AHf{{Jn{c}}}}e}{{Bj{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{DbAd}000000000{{{BBh{c}}{BBh{c}}}jGh}{{{AHn{c}}{AHn{c}}}jGh}{{{AHf{c}}{AHf{c}}}jGh}{{ce}j{}{}}00000000{{{AHn{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AHn{c}}}}}}}}{{{AHf{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AHf{c}}}}}}}}{{{BBh{c}}Df}{{Il{AdAl}}}Jj}{{{AHn{c}}Df}{{Il{AdAl}}}Jj}{{{AHf{c}}Df}{{Il{AdAl}}}Jj}{{{BKl{ec}}}{{Cl{ec}}}{}{{BCl{c}}}}{cc{}}00{{{ADb{{BBh{c}}}}}{{BBh{e}}}{}{{BBb{}{{AJj{c}}}}}}111{{{ADb{{AHn{c}}}}}{{AHn{e}}}{}{{BBb{}{{AJj{c}}}}}}{{{ADb{c}}}{{AHn{c}}}{}}{{{BBj{{AHn{c}}}}}{{AHn{c}}}{}}4{{{Lf{ccc}}}{{AHn{c}}}{}}2255{{{ADb{c}}}{{AHf{c}}}{}}{{{Lf{cce}}}{{AHf{c}}}{}{{K`{{BBl{c}}}}}}1{{{ADb{{AHf{c}}}}}{{AHf{e}}}{}{{BBb{}{{AJj{c}}}}}}288888888888{{c{Cl{eg}}}{{BLh{}{{AJj{g}}}}}{}{}{}}{{{AHh{c}}{Cl{e}}}{{BBh{c}}}{}{}}{{{AId{c}}{Cl{e}}}{{BBh{c}}}{}{}}{{{AHl{c}}{Cl{e}}}{{BBh{c}}}{}{}}{{{AHj{c}}{Cl{e}}}{{BBh{c}}}{}{}}{{{AIb{c}}{Cl{e}}}{{BBh{c}}}{}{}}{{{AHd{c}}{Cl{e}}}{{BBh{c}}}{}{}}{ce{}{}}0{c{{ALd{ec}}}{}{}}0{{{AId{c}}}{{AHn{c}}}{}}{{{BBh{c}}}{{AHn{c}}}{}}{{{ABl{eg}}}{{AHn{c}}}{}{{BDb{{AHn{c}}}}}{}}{{{AHf{c}}}{{AHn{c}}}{AEnAEf{AMh{}{{Ch{}}}}AMdAInDl}}{{{AHn{c}}}{{AHn{c}}}{}}{{{AHf{c}}}{{AHf{c}}}{}}{{{ABl{eg}}}{{AHf{c}}}{}{{BDb{{AHf{c}}}}}{}}{{{AHn{c}}}{{AHf{c}}}{AEnAMfAMdAJfDl}}{{{AId{c}}}{{AHf{c}}}{AIjAIlBLjAJf}}{{{BBh{c}}}{{AHf{c}}}{}}{c{{BEf{ec}}}{}{}}0{{{Lf{ccc}}}{{AHn{c}}}{}}{{{Lf{cce}}}{{AHf{c}}}{}{{K`{{BBl{c}}}}}}{e{{AHn{g}}}{}{{Oh{}{{Of{{AHn{c}}}}}}}Fn}{e{{AHf{g}}}{}{{Oh{}{{Of{{AHf{c}}}}}}}Fn}{ce{}{}}000000000{{{AGl{c}}g}{{BBh{c}}}BCfBCl{{K`{{Cl{e}}}}}}{{{AHn{e}}g}{{I`{AHn}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AHf{e}}g}{{I`{AHf}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{BBh{c}}}{{BBl{c}}}Dl}{{{AHf{c}}}{{BBl{c}}}Dl}{{{AHn{e}}g}{{I`{AHn}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AHf{e}}g}{{I`{AHf}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}````````{{{AHn{c}}{AHn{c}}}{}{AJb{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}AIj{AMh{}{{Ch{}}}}AJdDl}}{{{AHn{c}}{AHn{c}}}{}{AIj{AMh{}{{Ch{}}}}BCh}}{{{AHf{c}}{AHf{c}}}{}{}}{{}Db}000000000{{ce}e{}{}}<<<<<<<<<<<<<<<<<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000{{{If{c}}}{{If{Cj}}}{}}000000000{{{BLl{}{{AJj{c}}}}{Cl{ec}}}g{}{}{}}{{c{Cl{e}}}g{}{}{}}000000000{ce{}{}}000000000{c{{ALd{eg}}}{}{}{}}01111111111{c{{BEf{eg}}}{}{}{}}0{{{AHn{c}}}{{Lf{ccc}}}{}}{{{AHf{c}}}{{Lf{cc{BBl{c}}}}}{}}{{{AHn{{Ml{c}}}}}{}{}}{{{AHn{{Jn{c}}}}}{}{}}{{{AHn{{Ib{{Ml{c}}}}}}}{}{}}{{{AHn{{ADb{c}}}}}{}{}}1302230338{{{AHf{{Ib{{Ml{c}}}}}}}{}{}}{{{AHf{{ADb{c}}}}}{}{}}{{{AHf{{Ml{c}}}}}{}{}}10{{{AHf{{Jn{c}}}}}{}{}}1103120<<<<<<<<<<<{{{BCl{}{{BLn{c}}}}}{{AGl{BGde}}}{}{}}{{{BLb{e}}}{{AGl{BGdc}}}{}{{AKh{c}}}}{{{BBh{c}}g}{{AGl{c}}}BCf{{BCl{c}}}{{K`{{Cl{e}}}}}}{{{BBh{c}}}{}{AJhAEf}}{{{AHn{c}}}{}{AJhAIjAEf}}{{{AHf{c}}}{}{AJhAEfAIj}}{{{AHn{c}}}{}{}}{{{AHf{c}}}{}{}}10{{{AO`{c}}}DbBIn}{{{Bj{c}}}DbBIn}{{{AHn{c}}c}{{AHn{c}}}{AIjAEfAInAJ`AJfAJhDl}}{{{AHf{c}}c}{{AHf{c}}}{AIjAEfAInAJ`AJfAJhDl}}{{{AHn{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDl}}{{{AHf{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDl}}3210``````{{}c{AEfAIj}}000000000{{{AHn{c}}{AHn{c}}c}{{AHn{c}}}{AIjAEfAIlAJfAJ`Dl}}{{{AHf{c}}{AHf{c}}c}{{AHf{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AHn{c}}{AHn{c}}c}Ad{AIjAEfAIlAHbAJfAJ`Dl}}{{{AHf{c}}{AHf{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{{AHn{c}}{AHn{c}}}{}{{AMh{}{{Ch{}}}}}}{{{AHn{c}}c}{}{{AMh{}{{Ch{}}}}Dl}}{{{AHn{c}}c}Ad{BHbDl}}{{{AHn{c}}{AHn{c}}}AdBHb}{{ccc}{{AHn{c}}}{}}{{cce}{{AHf{c}}}{}{{K`{{BBl{c}}}}}}{{cc{BBl{c}}}{{AHf{c}}}{}}{{{AO`{c}}}I`BIl}{{{Bj{c}}}I`BIl}{{{AO`{c}}}I`BJ`}{{{Bj{c}}}I`BJ`}{{ce}e{}{}}00{{{AHn{{Jn{c}}}}}{{I`{{AHn{c}}}}}{}}{{{AHf{{Jn{c}}}}}{{I`{{AHf{c}}}}}{}}{{{AHn{c}}c}{{BBj{{AHn{c}}}}}{AKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIjDl}}{{{AHn{{Jn{c}}}}{AHn{c}}}Ad{}}{{{AHf{{Jn{c}}}}{AHf{c}}}Ad{}}{{{BBh{c}}{BBh{c}}}jBHh}{{{AHn{c}}{AHn{c}}}jBHh}{{{AHf{c}}{AHf{c}}}jBHh}210{{{AHf{c}}c}{{AHf{c}}}{AIjAEfAInAJ`AJfAJhDl}}{{{AHf{c}}c}Ad{AIjAEfAInAKlAHbAJfAJhDl}}10{{{AHn{c}}{AHn{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AHn{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AHf{c}}{AHf{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AHf{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AHn{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHn{c}}{AHn{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AHf{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHf{c}}{AHf{c}}}{}{{BI`{}{{Ch{}}}}}}```{{{AHn{c}}e}IlAAnADd}{{{AHf{c}}e}IlAAnADd}{{{AHn{c}}{AHn{c}}}Ad{}}{{{AHf{c}}{AHf{c}}}Ad{}}{{{AHf{c}}e}Ad{}{{K`{{BBl{c}}}}}}{{{AHf{c}}}{{AHf{c}}}{{AH`{}{{Ch{}}}}}}{{{AHf{c}}}AdAHb}{{{AO`{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{Bj{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{BBh{c}}}{{Lf{e}}}{}AKd}{{{AHn{c}}}{{Lf{e}}}{}AKd}{{{AHf{c}}}{{Lf{e}}}{}AKd}{{{AHn{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AHn{c}}{AHn{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AHf{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AHf{c}}{AHf{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AHn{c}}c}Ad{BGlDl}}{{{AHn{c}}{AHn{c}}}AdBGl}{{{AHf{c}}c}Ad{BGlDl}}{{{AHf{c}}{AHf{c}}}AdBGl}`{{{AHn{c}}}{{Lf{{AHn{c}}{AHn{c}}{AHn{c}}}}}{{AKn{}{{Ch{}}}}Dl}}{ce{}{}}0000000{c{{Il{e}}}{}{}}0000000000000000{{{Ml{c}}}{{Il{{AHn{c}}}}}{}}01{{{Ml{c}}}{{Il{{AHf{c}}}}}{}}022{c{{Il{e{In{e}}}}}{}{}}033333333330000000000{cJ`{}}00000000055555555555555555555{{{BBh{c}}{BBh{c}}M`}jBIh}{{{AHn{c}}{AHn{c}}M`}jBIh}{{{AHf{c}}{AHf{c}}M`}jBIh}210{{{BBj{{AHn{c}}}}}{{Lf{{AHn{c}}c}}}{AKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIjDl}}`{{{BBh{c}}e}{}{}AKd}{{{AHn{c}}e}{}{}AKd}{{{AHf{c}}e}{}{}AKd}{Db{{AHn{{Jn{c}}}}}{}}{Db{{AHf{{Jn{c}}}}}{}}{{{AHf{c}}e}{{AHf{c}}}{}{{K`{{BBl{c}}}}}}{{{BBh{c}}}{}{}}{{{AHn{c}}}{}{}}{{{AHf{c}}}{}{}}{{ce}e{}{}}``{{{AHl{c}}{AHl{c}}}jADl}0{{cg}i{}{}{{An{e}}}{}}0{{{AHl{c}}{AHl{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AHl{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AHl{c}}{AHl{c}}}AdAHb}{{{AHl{c}}c}Ad{AHbDl}}{ce{}{}}000{cCj{}}000{{{AHl{c}}}{{ADb{c}}}{}}{{{AHl{c}}}{{Ml{c}}}{}}10{{{AHl{c}}}{{AHl{c}}}{}}4444{{{AGl{c}}{Cl{e}}}{{AHl{c}}}{}{{BCl{c}}}}{{c{Cl{e}}}g{}{}{}}0`{{{AHl{c}}}{{AHl{c}}}{AJ`AEf}}{{{AHl{c}}}Ad{AKlAEf}}{{{AHl{{Jn{c}}}}}Ad{}}{{{AHl{c}}}{{AHl{c}}}Dl}{{ce}Ad{}{}}11;;{{{AHl{c}}}{{AHl{c}}}Ah}0{{{B`{c}}}DbBIl}{{}{{AHl{c}}}Fn}{{}}0{{}M`}{Dbc{}}000{{{AHl{{Jn{c}}}}e}{{B`{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{DbAd}0{{{AHl{c}}{AHl{c}}}jGh}{{ce}j{}{}}00{{{AHl{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AHl{c}}}}}}}}{{{AHl{c}}Df}{{Il{AdAl}}}Jj}{cc{}}{{{ADb{c}}}{{AHl{c}}}{}}00{{{Lf{cce}}}{{AHl{c}}}{}{{K`{{BBl{c}}}}}}2{{{BBh{c}}}{{AHl{c}}}{}}{{{ADb{{AHl{c}}}}}{{AHl{e}}}{}{{BBb{}{{AJj{c}}}}}}44{ce{}{}}{c{{ALd{ec}}}{}{}}{{{ABl{eg}}}{{AHl{c}}}{}{{BDb{{AHl{c}}}}}{}}{{{AHl{c}}}{{AHl{c}}}{}}5{c{{BEf{ec}}}{}{}}76{e{{AHl{g}}}{}{{Oh{}{{Of{{AHl{c}}}}}}}Fn}55{{{AGl{c}}g}{{AHl{c}}}BCfBCl{{K`{{Cl{e}}}}}}{{{AHl{e}}g}{{I`{AHl}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AHl{c}}}{{BBl{c}}}Dl}{{{AHl{e}}g}{{I`{AHl}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALd{eg}}}{}{}{}}??{c{{BEf{eg}}}{}{}{}}{{{AHl{c}}}{{Lf{cc{BBl{c}}}}}{}}{{{AHl{c}}g}{{BBh{c}}}BCf{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AHl{{Jn{c}}}}}{}{}}{{{AHl{{ADb{c}}}}}{}{}}{{{AHl{{Ml{c}}}}}{}{}}0{{{AHl{{Ib{{Ml{c}}}}}}}{}{}}1012231344{{{AHl{c}}g}{{AGl{c}}}BCf{{BCl{c}}}{{K`{{Cl{e}}}}}}{{{AHl{c}}}{}{AJhAEf}}{{{AHl{c}}}{}{}}0{{{B`{c}}}DbBIn}`{{{AHl{c}}{AHl{c}}c}{{AHl{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AHl{c}}{AHl{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{cce}{{AHl{c}}}{}{{K`{{BBl{c}}}}}}{{cc{BBl{c}}}{{AHl{c}}}{}}{{{B`{c}}}I`BIl}{{{B`{c}}}I`BJ`}{{{AHl{{Jn{c}}}}}{{I`{{AHl{c}}}}}{}}{{{AHl{{Jn{c}}}}{AHl{c}}}Ad{}}{{{AHl{c}}{AHl{c}}}jBHh}0{{{AHl{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AHl{c}}{AHl{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AHl{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHl{c}}{AHl{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AHl{c}}{AHl{c}}}Ad{}}{{{AHl{c}}e}Ad{}{{K`{{BBl{c}}}}}}{{{AHl{c}}}{{AHl{c}}}{{AH`{}{{Ch{}}}}}}{{{AHl{c}}}AdAHb}{{{B`{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{AHl{c}}}{{Lf{e}}}{}AKd}{{{AHl{c}}{AHl{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AHl{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AHl{c}}{AHl{c}}}AdBGl}{{{AHl{c}}c}Ad{BGlDl}}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AHl{c}}}}}{}}10{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AHl{c}}{AHl{c}}M`}jBIh}0{{{AHl{c}}e}{}{}AKd}{Db{{AHl{{Jn{c}}}}}{}}{{{AHl{c}}e}{{AHl{c}}}{}{{K`{{BBl{c}}}}}}{{{AHl{c}}}{}{}}``{{{AId{c}}{AId{c}}}jADl}0{{cg}i{}{}{{An{e}}}{}}0{{{AId{c}}{AId{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AId{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AId{c}}{AId{c}}}AdAHb}{{{AId{c}}c}Ad{AHbDl}}????{cCj{}}000{{{AId{c}}}{{Ml{c}}}{}}{{{AId{c}}}{{ADb{c}}}{}}01{{{AId{c}}}{{AId{c}}}{}}{ce{}{}}000{{{AGl{c}}{Cl{e}}}{{AId{c}}}{}{{BCl{c}}}}{{c{Cl{e}}}g{}{}{}}0{{{AId{c}}}{{AId{c}}}{AJ`AEf}}{{{AId{c}}}Ad{AKlAEf}}{{{AId{{Jn{c}}}}}Ad{}}{{{AId{c}}}{{AId{c}}}Dl}{{ce}Ad{}{}}11`77{{{AId{c}}}{{AId{c}}}Ah}0{{{AOd{c}}}DbBIl}{{}{{AId{c}}}Fn}{{}}0{{}M`}{Dbc{}}000{{{AId{{Jn{c}}}}e}{{AOd{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{DbAd}0{{{AId{c}}{AId{c}}}jGh}{{ce}j{}{}}00{{{AId{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AId{c}}}}}}}}{{{AId{c}}Df}{{Il{AdAl}}}Jj}{cc{}}{{{ADb{c}}}{{AId{c}}}{}}100{{{BBh{c}}}{{AId{c}}}{}}{{{ADb{{AId{c}}}}}{{AId{e}}}{}{{BBb{}{{AJj{c}}}}}}{{{Lf{cce}}}{{AId{c}}}{}{{K`{{BBl{c}}}}}}44{ce{}{}}{c{{ALd{ec}}}{}{}}{{{AId{c}}}{{AId{c}}}{}}{{{ABl{eg}}}{{AId{c}}}{}{{BDb{{AId{c}}}}}{}}{{{AHf{c}}}{{AId{c}}}{AIjAIlAMbAJfDl}}{{{AHn{c}}}{{AId{c}}}{}}8{c{{BEf{ec}}}{}{}}79{e{{AId{g}}}{}{{Oh{}{{Of{{AId{c}}}}}}}Fn}77{{{AGl{c}}g}{{AId{c}}}BCfBCl{{K`{{Cl{e}}}}}}{{{AId{e}}g}{{I`{AId}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AId{c}}}{{BBl{c}}}Dl}{{{AId{e}}g}{{I`{AId}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}`{{}Db}0<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0{ce{}{}}0{c{{ALd{eg}}}{}{}{}}11{c{{BEf{eg}}}{}{}{}}{{{AId{c}}}{{Lf{cc{BBl{c}}}}}{}}{{{AId{c}}g}{{BBh{c}}}BCf{}{{K`{{Cl{e}}}}}}4{{{AId{{ADb{c}}}}}{}{}}{{{AId{{Ml{c}}}}}{}{}}{{{AId{{Ib{{Ml{c}}}}}}}{}{}}1{{{AId{{Jn{c}}}}}{}{}}3123020288{{{AId{c}}g}{{AGl{c}}}BCf{{BCl{c}}}{{K`{{Cl{e}}}}}}{{{AId{c}}}{}{AJhAEf}}{{{AId{c}}}{}{}}0{{{AOd{c}}}DbBIn}`{{{AId{c}}{AId{c}}c}{{AId{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AId{c}}{AId{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{cce}{{AId{c}}}{}{{K`{{BBl{c}}}}}}{{cc{BBl{c}}}{{AId{c}}}{}}{{{AOd{c}}}I`BIl}{{{AOd{c}}}I`BJ`}{{{AId{{Jn{c}}}}}{{I`{{AId{c}}}}}{}}{{{AId{{Jn{c}}}}{AId{c}}}Ad{}}{{{AId{c}}{AId{c}}}jBHh}0{{{AId{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AId{c}}{AId{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AId{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AId{c}}{AId{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AId{c}}{AId{c}}}Ad{}}{{{AId{c}}e}Ad{}{{K`{{BBl{c}}}}}}{{{AId{c}}}{{AId{c}}}{{AH`{}{{Ch{}}}}}}{{{AId{c}}}AdAHb}{{{AOd{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{AId{c}}}{{Lf{e}}}{}AKd}{{{AId{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AId{c}}{AId{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AId{c}}{AId{c}}}AdBGl}{{{AId{c}}c}Ad{BGlDl}}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AId{c}}}}}{}}01{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AId{c}}{AId{c}}M`}jBIh}0{{{AId{c}}e}{}{}AKd}{Db{{AId{{Jn{c}}}}}{}}{{{AId{c}}e}{{AId{c}}}{}{{K`{{BBl{c}}}}}}{{{AId{c}}}{}{}}``{{{AHj{c}}{AHj{c}}}jADl}0{{cg}i{}{}{{An{e}}}{}}0{{{AHj{c}}{AHj{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AHj{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AHj{c}}c}Ad{AHbDl}}{{{AHj{c}}{AHj{c}}}AdAHb}????{cCj{}}000{{{AHj{c}}}{{ADb{c}}}{}}{{{AHj{c}}}{{Ml{c}}}{}}01{{{AHj{c}}}{{AHj{c}}}{}}{ce{}{}}000{{{AGl{c}}{Cl{e}}}{{AHj{c}}}{}{{BCl{c}}}}{{c{Cl{e}}}g{}{}{}}0{{{AHj{c}}}{{AHj{c}}}{AJ`AEf}}{{{AHj{c}}}Ad{AKlAEf}}{{{AHj{{Jn{c}}}}}Ad{}}{{{AHj{c}}}{{AHj{c}}}Dl}{{ce}Ad{}{}}1177{{{AHj{c}}}{{AHj{c}}}Ah}0{{{ANj{c}}}DbBIl}{{}{{AHj{c}}}Fn}{{}}0{{}M`}{Dbc{}}000{{{AHj{{Jn{c}}}}e}{{ANj{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{DbAd}0{{{AHj{c}}{AHj{c}}}jGh}{{ce}j{}{}}00{{{AHj{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AHj{c}}}}}}}}{{{AHj{c}}Df}{{Il{AdAl}}}Jj}{cc{}}{{{ADb{c}}}{{AHj{c}}}{}}{{{BBh{c}}}{{AHj{c}}}{}}{{{ADb{{AHj{c}}}}}{{AHj{e}}}{}{{BBb{}{{AJj{c}}}}}}2{{{Lf{cce}}}{{AHj{c}}}{}{{K`{{BBl{c}}}}}}3444{ce{}{}}{c{{ALd{ec}}}{}{}}{{{ABl{eg}}}{{AHj{c}}}{}{{BDb{{AHj{c}}}}}{}}{{{AHj{c}}}{{AHj{c}}}{}}6{c{{BEf{ec}}}{}{}}57{e{{AHj{g}}}{}{{Oh{}{{Of{{AHj{c}}}}}}}Fn}55{{{AGl{c}}g}{{AHj{c}}}BCfBCl{{K`{{Cl{e}}}}}}{{{AHj{e}}g}{{I`{AHj}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AHj{c}}}{{BBl{c}}}Dl}{{{AHj{e}}g}{{I`{AHj}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALd{eg}}}{}{}{}}??{c{{BEf{eg}}}{}{}{}}{{{AHj{c}}}{{Lf{cc{BBl{c}}}}}{}}{{{AHj{c}}g}{{BBh{c}}}BCf{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AHj{{ADb{c}}}}}{}{}}{{{AHj{{Jn{c}}}}}{}{}}{{{AHj{{Ml{c}}}}}{}{}}{{{AHj{{Ib{{Ml{c}}}}}}}{}{}}11130221344{{{AHj{c}}g}{{AGl{c}}}BCf{{BCl{c}}}{{K`{{Cl{e}}}}}}{{{AHj{c}}}{}{AJhAEf}}{{{AHj{c}}}{}{}}0{{{ANj{c}}}DbBIn}`{{{AHj{c}}{AHj{c}}c}{{AHj{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AHj{c}}{AHj{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{cce}{{AHj{c}}}{}{{K`{{BBl{c}}}}}}{{cc{BBl{c}}}{{AHj{c}}}{}}{{{ANj{c}}}I`BIl}{{{ANj{c}}}I`BJ`}{{{AHj{{Jn{c}}}}}{{I`{{AHj{c}}}}}{}}{{{AHj{{Jn{c}}}}{AHj{c}}}Ad{}}{{{AHj{c}}{AHj{c}}}jBHh}0{{{AHj{c}}{AHj{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AHj{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AHj{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}{}{{BI`{}{{Ch{}}}}}}`{{{AHj{c}}{AHj{c}}}Ad{}}{{{AHj{c}}e}Ad{}{{K`{{BBl{c}}}}}}{{{AHj{c}}}{{AHj{c}}}{{AH`{}{{Ch{}}}}}}{{{AHj{c}}}AdAHb}{{{ANj{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{AHj{c}}}{{Lf{e}}}{}AKd}{{{AHj{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AHj{c}}{AHj{c}}}AdBGl}{{{AHj{c}}c}Ad{BGlDl}}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AHj{c}}}}}{}}01{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AHj{c}}{AHj{c}}M`}jBIh}0{{{AHj{c}}e}{}{}AKd}{Db{{AHj{{Jn{c}}}}}{}}{{{AHj{c}}e}{{AHj{c}}}{}{{K`{{BBl{c}}}}}}{{{AHj{c}}}{}{}}``{{{AHd{c}}{AHd{c}}}jADl}0{{cg}i{}{}{{An{e}}}{}}0{{{AHd{c}}{AHd{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AHd{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AHd{c}}{AHd{c}}}AdAHb}{{{AHd{c}}c}Ad{AHbDl}}????{cCj{}}000{{{AHd{c}}}{{ADb{c}}}{}}{{{AHd{c}}}{{Ml{c}}}{}}10{{{AHd{c}}}{{AHd{c}}}{}}{ce{}{}}000`{{{AGl{c}}{Cl{e}}}{{AHd{c}}}{}{{BCl{c}}}}{{c{Cl{e}}}g{}{}{}}0`{{{AHd{c}}}{{AHd{c}}}{AJ`AEf}}{{{AHd{c}}}Ad{AKlAEf}}{{{AHd{{Jn{c}}}}}Ad{}}{{{AHd{c}}}{{AHd{c}}}Dl}{{ce}Ad{}{}}1177{{{AHd{c}}}{{AHd{c}}}Ah}0{{{Bl{c}}}DbBIl}{{}{{AHd{c}}}Fn}{{}}0{{}M`}{Dbc{}}000{{{AHd{{Jn{c}}}}e}{{Bl{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{DbAd}0{{{AHd{c}}{AHd{c}}}jGh}{{ce}j{}{}}00{{{AHd{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AHd{c}}}}}}}}{{{AHd{c}}Df}{{Il{AdAl}}}Jj}{cc{}}{{{ADb{c}}}{{AHd{c}}}{}}{{{ADb{{AHd{c}}}}}{{AHd{e}}}{}{{BBb{}{{AJj{c}}}}}}1{{{Lf{cce}}}{{AHd{c}}}{}{{K`{{BBl{c}}}}}}3{{{BBh{c}}}{{AHd{c}}}{}}344{ce{}{}}{c{{ALd{ec}}}{}{}}2{{{ABl{eg}}}{{AHd{c}}}{}{{BDb{{AHd{c}}}}}{}}{{{AHd{c}}}{{AHd{c}}}{}}{c{{BEf{ec}}}{}{}}65{e{{AHd{g}}}{}{{Oh{}{{Of{{AHd{c}}}}}}}Fn}55{{{AGl{c}}g}{{AHd{c}}}BCfBCl{{K`{{Cl{e}}}}}}{{{AHd{e}}g}{{I`{AHd}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AHd{c}}}{{BBl{c}}}Dl}{{{AHd{e}}g}{{I`{AHd}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALd{eg}}}{}{}{}}??{c{{BEf{eg}}}{}{}{}}{{{AHd{c}}}{{Lf{cc{BBl{c}}}}}{}}{{{AHd{c}}g}{{BBh{c}}}BCf{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AHd{{Jn{c}}}}}{}{}}{{{AHd{{Ml{c}}}}}{}{}}{{{AHd{{ADb{c}}}}}{}{}}01101{{{AHd{{Ib{{Ml{c}}}}}}}{}{}}332044{{{AHd{c}}g}{{AGl{c}}}BCf{{BCl{c}}}{{K`{{Cl{e}}}}}}{{{AHd{c}}}{}{AJhAEf}}{{{AHd{c}}}{}{}}0{{{Bl{c}}}DbBIn}{{{AHd{c}}{AHd{c}}c}{{AHd{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AHd{c}}{AHd{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{cce}{{AHd{c}}}{}{{K`{{BBl{c}}}}}}{{cc{BBl{c}}}{{AHd{c}}}{}}{{{Bl{c}}}I`BIl}{{{Bl{c}}}I`BJ`}{{{AHd{{Jn{c}}}}}{{I`{{AHd{c}}}}}{}}{{{AHd{{Jn{c}}}}{AHd{c}}}Ad{}}{{{AHd{c}}{AHd{c}}}jBHh}0{{{AHd{c}}{AHd{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AHd{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AHd{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHd{c}}{AHd{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AHd{c}}{AHd{c}}}Ad{}}{{{AHd{c}}e}Ad{}{{K`{{BBl{c}}}}}}{{{AHd{c}}}{{AHd{c}}}{{AH`{}{{Ch{}}}}}}{{{AHd{c}}}AdAHb}{{{Bl{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{AHd{c}}}{{Lf{e}}}{}AKd}{{{AHd{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AHd{c}}{AHd{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AHd{c}}c}Ad{BGlDl}}{{{AHd{c}}{AHd{c}}}AdBGl}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AHd{c}}}}}{}}10{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AHd{c}}{AHd{c}}M`}jBIh}0{{{AHd{c}}e}{}{}AKd}{Db{{AHd{{Jn{c}}}}}{}}{{{AHd{c}}e}{{AHd{c}}}{}{{K`{{BBl{c}}}}}}{{{AHd{c}}}{}{}}``{{{AHh{c}}{AHh{c}}}jADl}0{{cg}i{}{}{{An{e}}}{}}0{{{AHh{c}}{AHh{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AHh{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AHh{c}}{AHh{c}}}AdAHb}{{{AHh{c}}c}Ad{AHbDl}}????{cCj{}}000{{{AHh{c}}}{{ADb{c}}}{}}{{{AHh{c}}}{{Ml{c}}}{}}10{{{AHh{c}}}{{AHh{c}}}{}}{ce{}{}}000`{{{AGl{c}}{Cl{e}}}{{AHh{c}}}{}{{BCl{c}}}}{{c{Cl{e}}}g{}{}{}}0{{{AHh{c}}}{{AHh{c}}}{AJ`AEf}}{{{AHh{c}}}Ad{AKlAEf}}{{{AHh{{Jn{c}}}}}Ad{}}{{{AHh{c}}}{{AHh{c}}}Dl}{{ce}Ad{}{}}11`77{{{AHh{c}}}{{AHh{c}}}Ah}0{{{AOj{c}}}DbBIl}{{}{{AHh{c}}}Fn}{{}}0{{}M`}{Dbc{}}000{{{AHh{{Jn{c}}}}e}{{AOj{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{DbAd}0{{{AHh{c}}{AHh{c}}}jGh}{{ce}j{}{}}00{{{AHh{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AHh{c}}}}}}}}{{{AHh{c}}Df}{{Il{AdAl}}}Jj}{cc{}}{{{ADb{c}}}{{AHh{c}}}{}}00{{{BBh{c}}}{{AHh{c}}}{}}{{{Lf{cce}}}{{AHh{c}}}{}{{K`{{BBl{c}}}}}}3{{{ADb{{AHh{c}}}}}{{AHh{e}}}{}{{BBb{}{{AJj{c}}}}}}44{ce{}{}}{c{{ALd{ec}}}{}{}}{{{ABl{eg}}}{{AHh{c}}}{}{{BDb{{AHh{c}}}}}{}}{{{AHh{c}}}{{AHh{c}}}{}}6{c{{BEf{ec}}}{}{}}67{e{{AHh{g}}}{}{{Oh{}{{Of{{AHh{c}}}}}}}Fn}55{{{AGl{c}}g}{{AHh{c}}}BCfBCl{{K`{{Cl{e}}}}}}{{{AHh{e}}g}{{I`{AHh}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AHh{c}}}{{BBl{c}}}Dl}{{{AHh{e}}g}{{I`{AHh}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALd{eg}}}{}{}{}}??{c{{BEf{eg}}}{}{}{}}{{{AHh{c}}}{{Lf{cc{BBl{c}}}}}{}}{{{AHh{c}}g}{{BBh{c}}}BCf{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AHh{{Jn{c}}}}}{}{}}0{{{AHh{{Ml{c}}}}}{}{}}0{{{AHh{{ADb{c}}}}}{}{}}{{{AHh{{Ib{{Ml{c}}}}}}}{}{}}322210144{{{AHh{c}}g}{{AGl{c}}}BCf{{BCl{c}}}{{K`{{Cl{e}}}}}}{{{AHh{c}}}{}{AJhAEf}}{{{AHh{c}}}{}{}}0{{{AOj{c}}}DbBIn}{{{AHh{c}}{AHh{c}}c}{{AHh{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AHh{c}}{AHh{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{cce}{{AHh{c}}}{}{{K`{{BBl{c}}}}}}{{cc{BBl{c}}}{{AHh{c}}}{}}{{{AOj{c}}}I`BIl}{{{AOj{c}}}I`BJ`}{{{AHh{{Jn{c}}}}}{{I`{{AHh{c}}}}}{}}{{{AHh{{Jn{c}}}}{AHh{c}}}Ad{}}{{{AHh{c}}{AHh{c}}}jBHh}0{{{AHh{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AHh{c}}{AHh{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AHh{c}}{AHh{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AHh{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHh{c}}{AHh{c}}}Ad{}}{{{AHh{c}}e}Ad{}{{K`{{BBl{c}}}}}}{{{AHh{c}}}{{AHh{c}}}{{AH`{}{{Ch{}}}}}}{{{AHh{c}}}AdAHb}{{{AOj{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{AHh{c}}}{{Lf{e}}}{}AKd}{{{AHh{c}}{AHh{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AHh{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AHh{c}}{AHh{c}}}AdBGl}{{{AHh{c}}c}Ad{BGlDl}}{ce{}{}}{c{{Il{e}}}{}{}}000{{{Ml{c}}}{{Il{{AHh{c}}}}}{}}0{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AHh{c}}{AHh{c}}M`}jBIh}0{{{AHh{c}}e}{}{}AKd}{Db{{AHh{{Jn{c}}}}}{}}{{{AHh{c}}e}{{AHh{c}}}{}{{K`{{BBl{c}}}}}}{{{AHh{c}}}{}{}}``{{{AIb{c}}{AIb{c}}}jADl}0{{cg}i{}{}{{An{e}}}{}}0{{{AIb{c}}{AIb{c}}}{}{{AH`{}{{Ch{}}}}}}{{{AIb{c}}c}{}{{AH`{}{{Ch{}}}}Dl}}{{{AIb{c}}c}Ad{AHbDl}}{{{AIb{c}}{AIb{c}}}AdAHb}????{cCj{}}000{{{AIb{c}}}{{ADb{c}}}{}}{{{AIb{c}}}{{Ml{c}}}{}}01{{{AIb{c}}}{{AIb{c}}}{}}{ce{}{}}000`{{{AGl{c}}{Cl{e}}}{{AIb{c}}}{}{{BCl{c}}}}{{c{Cl{e}}}g{}{}{}}0{{{AIb{c}}}{{AIb{c}}}{AJ`AEf}}{{{AIb{c}}}Ad{AKlAEf}}{{{AIb{{Jn{c}}}}}Ad{}}{{{AIb{c}}}{{AIb{c}}}Dl}{{ce}Ad{}{}}1177{{{AIb{c}}}{{AIb{c}}}Ah}0{{{Bf{c}}}DbBIl}{{}{{AIb{c}}}Fn}{{}}0{{}M`}{Dbc{}}000{{{AIb{{Jn{c}}}}e}{{Bf{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{DbAd}0{{{AIb{c}}{AIb{c}}}jGh}{{ce}j{}{}}00{{{AIb{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{{AIb{c}}}}}}}}{{{AIb{c}}Df}{{Il{AdAl}}}Jj}{cc{}}{{{ADb{c}}}{{AIb{c}}}{}}{{{Lf{cce}}}{{AIb{c}}}{}{{K`{{BBl{c}}}}}}{{{BBh{c}}}{{AIb{c}}}{}}22{{{ADb{{AIb{c}}}}}{{AIb{e}}}{}{{BBb{}{{AJj{c}}}}}}444{ce{}{}}{c{{ALd{ec}}}{}{}}3{{{ABl{eg}}}{{AIb{c}}}{}{{BDb{{AIb{c}}}}}{}}{{{AIb{c}}}{{AIb{c}}}{}}{c{{BEf{ec}}}{}{}}76{e{{AIb{g}}}{}{{Oh{}{{Of{{AIb{c}}}}}}}Fn}55{{{AGl{c}}g}{{AIb{c}}}BCfBCl{{K`{{Cl{e}}}}}}{{{AIb{e}}g}{{I`{AIb}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{AIb{c}}}{{BBl{c}}}Dl}{{{AIb{e}}g}{{I`{AIb}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALd{eg}}}{}{}{}}??{c{{BEf{eg}}}{}{}{}}{{{AIb{c}}}{{Lf{cc{BBl{c}}}}}{}}{{{AIb{c}}g}{{BBh{c}}}BCf{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AIb{{Ml{c}}}}}{}{}}{{{AIb{{ADb{c}}}}}{}{}}1{{{AIb{{Ib{{Ml{c}}}}}}}{}{}}210{{{AIb{{Jn{c}}}}}{}{}}0330244{{{AIb{c}}g}{{AGl{c}}}BCf{{BCl{c}}}{{K`{{Cl{e}}}}}}{{{AIb{c}}}{}{AJhAEf}}{{{AIb{c}}}{}{}}0{{{Bf{c}}}DbBIn}{{{AIb{c}}{AIb{c}}c}{{AIb{c}}}{AEnAF`AEfAIlAJ`AJfDl}}{{{AIb{c}}{AIb{c}}c}Ad{AEnAF`AEfAIlAJ`AHbAJfDl}}{{cce}{{AIb{c}}}{}{{K`{{BBl{c}}}}}}{{cc{BBl{c}}}{{AIb{c}}}{}}{{{Bf{c}}}I`BIl}{{{Bf{c}}}I`BJ`}{{{AIb{{Jn{c}}}}}{{I`{{AIb{c}}}}}{}}{{{AIb{{Jn{c}}}}{AIb{c}}}Ad{}}{{{AIb{c}}{AIb{c}}}jBHh}0{{{AIb{c}}{AIb{c}}}{}{{BHn{}{{Ch{}}}}}}{{{AIb{c}}c}{}{{BHn{}{{Ch{}}}}Dl}}{{{AIb{c}}{AIb{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AIb{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}`{{{AIb{c}}{AIb{c}}}Ad{}}{{{AIb{c}}e}Ad{}{{K`{{BBl{c}}}}}}{{{AIb{c}}}{{AIb{c}}}{{AH`{}{{Ch{}}}}}}{{{AIb{c}}}AdAHb}{{{Bf{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{AIb{c}}}{{Lf{e}}}{}AKd}{{{AIb{c}}c}{}{{AEl{}{{Ch{}}}}Dl}}{{{AIb{c}}{AIb{c}}}{}{{AEl{}{{Ch{}}}}}}{{{AIb{c}}{AIb{c}}}AdBGl}{{{AIb{c}}c}Ad{BGlDl}}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AIb{c}}}}}{}}01{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AIb{c}}{AIb{c}}M`}jBIh}0{{{AIb{c}}e}{}{}AKd}{Db{{AIb{{Jn{c}}}}}{}}{{{AIb{c}}e}{{AIb{c}}}{}{{K`{{BBl{c}}}}}}{{{AIb{c}}}{}{}}`````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000{BM`cALh}{BMbcALh}{cBMd{}}====={BMfc{}}>>>>>{cCj{}}000000000{BMhcALh}{BMjcALh}{BMlcALh}{BMncALh}{{{BCb{c{ADb{e}}}}}{{ADb{e}}}{}{}}{{{BCb{ce}}}e{}{}}{{{BCb{c{ADb{e}}}}}{{Ml{e}}}{}{}}012{BN`cALh}{BNbcALh}{ce{}{}}000000000{{c{Cl{e}}}g{}{}{}}0000`{BNdBNd}{{{BNf{c}}}{{BNf{c}}}Dl}{{{BNh{c}}}{{BNh{c}}}Dl}{BNjBNj}{{{BCb{ce}}}{{BCb{ce}}}{}Dl}{{ce}Ad{}{}}0000`{BNlcALh}{BNncALh}{cBO`{}}:::::{BObc{}}{Dbc{}}000000000{DbAd}0000{{BNdBNd}j}{{{BNf{c}}{BNf{c}}}jGh}{{{BNh{c}}{BNh{c}}}jGh}{{BNjBNj}j}{{{BCb{ce}}{BCb{ce}}}jGhGh}{{ce}j{}{}}00000000000000{{BNdDf}{{Il{AdAl}}}}0{{{BNf{c}}Df}{{Il{AdAl}}}{}}0{{{BNh{c}}Df}{{Il{AdAl}}}{}}0{{BNjDf}{{Il{AdAl}}}}{{{BCb{ce}}Df}{{Il{AdAl}}}JjJj}{cc{}}000{{{ADb{c}}}{{BCb{e{ADb{c}}}}}{}{}}{{{ABl{{ABj{ce}}e}}}{{BCb{ig}}}{}{}{}{{BCd{{ABl{{ABj{ce}}e}}g}}}}{{{ABl{{AI`{ce}}e}}}{{BCb{ig}}}{}{}{}{{BCd{{ABl{{AI`{ce}}e}}g}}}}2{e{{BCb{ce}}}{}{}}{{{ABj{ce}}}{{BCb{ig}}}{}{}{}{{BCd{{ABl{{ABj{ce}}e}}g}}}}1{c{{BCb{ec}}}{}{}}65{{{AI`{ce}}}{{BCb{ig}}}{}{}{}{{BCd{{ABl{{AI`{ce}}e}}g}}}}77777{{}cAK`}{ADb{{ADb{c}}}AK`}{Ib{{Ib{c}}}AK`}22{Ml{{Ml{c}}}AK`}{{{Ib{Ml}}}{{Ib{{Ml{c}}}}}AK`}1{Jn{{Jn{c}}}AK`}{cBOd{}}53231{cBOf{}}{ce{}{}}0000{{}cBOh}{ADb{{ADb{c}}}BOh}11{Ml{{Ml{c}}}BOh}{{{Ib{Ml}}}{{Ib{{Ml{c}}}}}BOh}1{Jn{{Jn{c}}}BOh}{cBOj{}}{{}Db}00007777777777{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{c{}AK`}{{{ADb{c}}}ADbAK`}{{{Ib{c}}}IbAK`}22{{{Ml{c}}}MlAK`}{{{Ib{{Ml{c}}}}}{{Ib{Ml}}}AK`}1{{{Jn{c}}}JnAK`}{BOlc{}}{{c{Cl{e}}}g{}{}{}}0000{ce{}{}}00000000075453{BOnc{}}11111{c{}BOh}{{{ADb{c}}}ADbBOh}11{{{Ml{c}}}MlBOh}{{{Ib{{Ml{c}}}}}{{Ib{Ml}}}BOh}1{{{Jn{c}}}JnBOh}{C`c{}}`{{{Ib{{Ml{c}}}}g}{{Ib{{Ml{e}}}}}AK`{{AK`{}{{AJn{}}}}}{{Cb{c}{{Ch{e}}}}}}{{{Jn{c}}g}{{Jn{e}}}AK`{{AK`{}{{AJn{}}}}}{{Cb{c}{{Ch{e}}}}}}9{c{{BCb{ge}}}{}{}{{BCd{ce}}}}:::::{cAB`{}}00{cJl{}}00{{{Cf{}{{Cd{c}}}}}{{Il{ec}}}{}ALh}{{{Ch{}{{Cd{c}}}}}{{Il{ec}}}{}ALh}{{{Cj{}{{Cd{c}}}}}{{Il{ec}}}{}{}}{c{{Il{e}}}{}{}}00000000{{{Ml{c}}}{{Il{{BCb{e{ADb{c}}}}}}}{}{}}01{Ml{{Il{{Ml{c}}BNd}}}AK`}{{{Ib{Ml}}}{{Il{{Ib{{Ml{c}}}}BNf}}}AK`}1{Jn{{Il{{Jn{c}}BNh}}}AK`}{c{{Il{{Cl{}{{Cd{e}}}}e}}}{}{}}55555{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000{CncALh}{CA`cALh}{cCAb{}}{ce{}{}}0000{CAdc{}}111111{{{BCb{ge}}}c{}{}{{BCd{ce}}}}``````````{cCAf{}}{{cg}CAf{}{AIjAEfAJfDl}{{An{e}}}}{CAhc{}}{{CAhe}g{AIjAEfAJfDl}{{An{c}}}{}}{{cg}i{}{}{{An{e}}}{}}07777{cCj{}}0008888{{c{Cl{e}}}g{}{}{}}099{Dbc{}}000{DbAd}0{cc{}}000<<{{An{AGl{BGdc}}{AGl{BGdc}}}{{ADb{c}}}{AEfAJfDl}}{An{{CAj{c}}}{AEfAJfDl}}{CAl{{CAj{c}}}{AIjAEfAJfDl}}{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0;;333333``{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}06666``````````````{{{CAn{}{{AJj{c}}}}{CAn{}{{AJj{c}}}}}c{}}{{{CB`{}{{AJj{c}}}}{CB`{}{{AJj{c}}}}}c{}}{{{CBb{}{{AJj{c}}}}{CBb{}{{AJj{c}}}}}c{}}0{{{BFb{}{{AJj{c}}}}{BFb{}{{AJj{c}}}}}c{}}{{{CBd{}{{AJj{c}}}}{CBd{}{{AJj{c}}}}}{}{AIj{AH`{}{{Ch{c}}}}{AMj{}{{Ch{c}}}}AJhAIn}}0000{{{CBf{}{{AJj{c}}}}{CBf{}{{AJj{c}}}}}c{}}{{CBhCBh}c{}}{{CBjCBj}c{}}{{{CBd{}{{AJj{c}}}}{CBd{}{{AJj{c}}}}}c{AIj{AH`{}{{Ch{c}}}}{AMj{}{{Ch{c}}}}AJhAIn}}{{{CBd{}{{AJj{c}}}}}{{AI`{{BBf{BEd}}c}}}{AIj{AH`{}{{Ch{c}}}}{AMj{}{{Ch{c}}}}AJhAIn}}`````{CBl{{Lf{CBlCBl}}}}0{CBnCBn}{CC`{{Lf{CC`CC`}}}}{CCb{{Lf{CCbCCbCCb}}}}{CCd{{Lf{CCdCCd}}}}``````````````{{cg}i{}{}{{An{e}}}{}}0{ce{}{}}000{cCj{}}0001111{{c{Cl{e}}}g{}{}{}}0{{{In{c}}}c{}}33{{{BEf{ce}}}{}{}{{BGb{c}}ALh}}{Dbc{}}0010{{{In{c}}}GdJj}{{{BEf{ce}}}Ad{}{{BGb{c}}ALh}}{DbAd}0{{{In{c}}Df}{{Il{AdAl}}}Jj}{{{In{c}}Df}{{Il{AdAl}}}{}}{cc{}}000{cBCn{}}{c{{ALd{ALfc}}}{{ALf{ALf}}ALh}}{cCCf{}}{c{{BEf{BGbc}}}{{BGb{BGb}}ALh}}??{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0{{{BEf{ce}}}{{ALd{ce}}}{}{{ALf{c}}{BGb{c}}ALh}}{BFlc{}}66{BFn{{ALd{cBFn}}}{{ALf{BFn}}ALh}}{BDbc{}}88{CCh{{BEf{cCCh}}}{{BGb{CCh}}ALh}}99{{{BEf{ce}}}e{}{{BGb{c}}ALh}}{{{BEf{ec}}}{{ALd{gc}}}{}{}{{ALf{c}}{ALf{e}}ALh}}{{{BEf{ec}}}{{BEf{gc}}}{}{}{{BGb{c}}{BGb{e}}ALh}}{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}000{c{{Il{CCj{In{CCj}}}}}{}}11{CCl{{Il{c{In{c}}}}}{}}{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000``````{{cg}i{}{}{{An{e}}}{}}00011111111{cCj{}}0000000{{}{{AGn{BGdc}}}AIj}33333333{{c{Cl{e}}}g{}{}{}}000{{{CCn{ce}}}{{CCn{ce}}}Dl{DlCD`}}{CDbCDb}{{{BBf{c}}}{{BBf{c}}}Dl}{BBdBBd}{{ce}Ad{}{}}0009999{Dbc{}}0000000{DbAd}000{{{CCn{ce}}{CCn{ce}}}jGh{GhCD`}}{{CDbCDb}j}{{{BBf{c}}{BBf{c}}}jGh}{{BBdBBd}j}{{ce}j{}{}}00000000000{{{CCn{ce}}Df}{{Il{AdAl}}}Jj{JjCD`}}{{CDbDf}{{Il{AdAl}}}}{{{BBf{c}}Df}{{Il{AdAl}}}Jj}{{BBdDf}{{Il{AdAl}}}}{cc{}}0000000{ce{}{}}{MfBBn}{NlBBn}{cc{AIjBChCDdAJfAJhDl}}3333`{{}{{AGn{BGdc}}}AIj}{{}Db}00055555555{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000999999999{BBnMf}{cc{AIjBChCDfAJfAJhDl}}{BBnNl}<<<<`8{{}{{I`{{ADb{Nl}}}}}}`===={c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000{ce{}{}}00000004`````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022:{{{CDh{c}}}{{CDh{c}}}{DlCD`}}{{ce}Ad{}{}}4{Dbc{}}0{DbAd}{{{CDh{c}}{CDh{c}}}j{GhCD`}}{{ce}j{}{}}00{{{CDh{c}}Df}{{Il{AdAl}}}{JjCD`}}{cc{}}0{cc{AIjBCh}};{{}Db}<<{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}0700{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33``{{cg}i{}{}{{An{e}}}{}}44{cCj{}}0556{CDjCDj}{{ce}Ad{}{}}7{Dbc{}}0{DbAd}{{CDjCDj}j}{{ce}j{}{}}00{{CDjDf}{{Il{AdAl}}}}{cc{}}00={{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}0600{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33````{{cg}i{}{}{{An{e}}}{}}`44{cCj{}}0556`5{{{ANd{ce}}}DbBIl{}}{Dbc{}}0{DbAd}>>8`=88<;:98888{{{ANd{ce}}}DbBIn{}}`{{{ANd{ce}}}I`BIl{}}{{{ANd{ce}}}I`BJ`{}}`{{{ANd{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}`;;;:9<<```8`<<77<<=`<{{{ANl{ce}}}DbBIl{}}665{cc{}}0>`{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}000`{{{ANl{ce}}}DbBIn{}}{{{ANl{ce}}}I`BIl{}}{{{ANl{ce}}}I`BJ`{}}`{{{ANl{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77````{{cg}i{}{}{{An{e}}}{}}`88{cCj{}}099:`9{{{AOl{ce}}}DbBIl{}}{Dbc{}}0{DbAd}{cc{}}0=`{{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}000{{{AOl{ce}}}DbBIn{}}{{{AOl{ce}}}I`BIl{}}{{{AOl{ce}}}I`BJ`{}}`{{{AOl{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77```````````{{{BBl{c}}{BBl{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnADlDlAF`}}0{{cg}i{}{}{{An{e}}}{}}00000{{{BBl{c}}c}{{BBl{c}}}{{AH`{}{{Ch{}}}}}}{{{BBl{c}}{BBl{c}}}{{BBl{c}}}{{AH`{}{{Ch{}}}}}}{{{BBl{c}}c}AdAHb}{{{BBl{c}}{BBl{c}}}AdAHb}============{cCj{}}00000000000{{{BBl{c}}}{{BBl{c}}}{}}????????????{{c{Cl{e}}}g{}{}{}}00000{{{BBl{{Jn{c}}}}}Ad{}}{{{BBl{c}}}{{BBl{c}}}Dl}{{ce}Ad{}{}}11{ce{}{}}00000{{{BBl{c}}}{{BBl{c}}}Ah}0{{{BAd{c}}}DbBIl}{{{BAf{c}}}DbBIl}{{{BAh{c}}}DbBIl}{{{BAj{c}}}DbBIl}{{{CDl{c}}}DbBIl}{{}{{BBl{c}}}Fn}{{}}0{{}M`}{Dbc{}}00000000000{c{{Il{{BBl{e}}}}}AD`ALn}{{{BBl{{Jn{c}}}}e}{{CDl{{AMl{c}}}}}{}{{ANb{Db}}Dl}}{DbAd}00000{{{BBl{c}}c}j{{AEj{}{{AEh{j}}}}Gh}}{{{BBl{c}}{BBl{c}}}j{{AEj{}{{AEh{j}}}}Gh}}{{ce}j{}{}}00{{{BBl{e}}g}Ad{}{{BAl{c}}}{{Oh{}{{Of{c}}}}}}{{{BBl{c}}Df}{{Il{AdAl}}}Jj}{cc{}}0000{c{{BBl{c}}}{}}{Nnc{}}2222222{{cc}{{BBl{c}}}{}}{c{{BBl{c}}}AEn}{{{BBl{c}}}{{BBl{e}}}{}{{BEl{c}}}}1{ce{}{}}00000{{{BBl{e}}g}{{I`{BBl}}}{}{{Gf{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{{BBl{e}}g}{{I`{BBl}}}{}{{BFj{{Ml{c}}}}}{{BF`{{Ml{c}}}}Dl}}{{}Db}00000333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000{{{BBl{c}}}{{Lf{cc}}}{AEnAMd}}888888888888{{{BBl{c}}}c{AEnAF`}}:{{{BBl{c}}}c{}}:::::{{{BBl{{ADb{c}}}}}{}{}}{{{BBl{{Ib{{Ml{c}}}}}}}{}{}}{{{BBl{{Jn{c}}}}}{}{}}{{{BBl{{Ml{c}}}}}{}{}}010201303{{{BBl{c}}}c{AEnBG`}}06{{{BBl{c}}}cAEn}0{ce{}{}}00000{{{BBl{c}}}{}{}}0{{{BAd{c}}}DbBIn}{{{BAf{c}}}DbBIn}{{{BAh{c}}}DbBIn}{{{BAj{c}}}DbBIn}{{{CDl{c}}}DbBIn}{c{{BBl{c}}}{}}{{{BAd{c}}}I`BIl}{{{BAf{c}}}I`BIl}{{{BAh{c}}}I`BIl}{{{BAj{c}}}I`BIl}{{{CDl{c}}}I`BIl}{{{BAd{c}}}I`BJ`}{{{BAf{c}}}I`BJ`}{{{BAh{c}}}I`BJ`}{{{BAj{c}}}I`BJ`}{{{CDl{c}}}I`BJ`}{{{BBl{{Jn{c}}}}}{{I`{{BBl{c}}}}}{}}{{{BBl{{Jn{c}}}}{BBl{c}}}Ad{}}{{{BBl{c}}{BBl{c}}}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBHhAF`}}0{{{BBl{c}}{BBl{c}}}{{BBl{c}}}{{BHn{}{{Ch{}}}}}}{{{BBl{c}}c}{{BBl{c}}}{{BHn{}{{Ch{}}}}}}{{{BBl{c}}{BBl{c}}}{{BBl{c}}}{{BI`{}{{Ch{}}}}}}{{{BBl{c}}c}{{BBl{c}}}{{BI`{}{{Ch{}}}}}}{{{BBl{c}}e}IlAAnADd}{{{BBl{c}}{BBl{c}}}Ad{}}{{{BAd{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{BAf{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{BAh{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{BAj{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{CDl{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{BBl{c}}c}{{BBl{c}}}{{AEl{}{{Ch{}}}}}}{{{BBl{c}}{BBl{c}}}{{BBl{c}}}{{AEl{}{{Ch{}}}}}}{{{BBl{c}}{BBl{c}}}AdBGl}{{{BBl{c}}c}AdBGl}{ce{}{}}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000333333333333{{{BBl{c}}{BBl{c}}M`}j{AEf{AEj{}{{AEh{}}}}{AEl{}{{Ch{}}}}AEnDlBIhAF`}}0{Db{{BBl{{Jn{c}}}}}{}}```{{cg}i{}{}{{An{e}}}{}}`66{cCj{}}0`77{{c{Cl{e}}}g{}{}{}}`8{{{ANn{ce}}}DbBIl{}}{Dbc{}}0{DbAd}{cc{}}0<`{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}000{{{ANn{ce}}}DbBIn{}}{{{ANn{ce}}}I`BIl{}}{{{ANn{ce}}}I`BJ`{}}{{{ANn{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77`````{{cg}i{}{}{{An{e}}}{}}`88{cCj{}}0`99{{c{Cl{e}}}g{}{}{}}`:{{{AOf{ce}}}DbBIl{}}{Dbc{}}0{DbAd}{cc{}}0>{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}000`{{{AOf{ce}}}DbBIn{}}{{{AOf{ce}}}I`BIl{}}{{{AOf{ce}}}I`BJ`{}}{{{AOf{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77````{{cg}i{}{}{{An{e}}}{}}`88{cCj{}}099{{c{Cl{e}}}g{}{}{}}``:{{{ANf{ce}}}DbBIl{}}{Dbc{}}0{DbAd}{cc{}}0>`{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}000`{{{ANf{ce}}}DbBIn{}}{{{ANf{ce}}}I`BIl{}}{{{ANf{ce}}}I`BJ`{}}{{{ANf{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77````{{cg}i{}{}{{An{e}}}{}}`88{cCj{}}099{{c{Cl{e}}}g{}{}{}}``:{{{Bd{ce}}}DbBIl{}}{Dbc{}}0{DbAd}{cc{}}0>`{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}000`{{{Bd{ce}}}DbBIn{}}{{{Bd{ce}}}I`BIl{}}{{{Bd{ce}}}I`BJ`{}}{{{Bd{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77```````````````{{{AI`{ce}}{AI`{ce}}}j{}ADl}0{{cg}i{}{}{{An{e}}}{}}00{{{AI`{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{AI`{ce}}{AI`{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{AI`{ce}}{AI`{ce}}}Ad{}AHb}{{{AI`{ce}}e}Ad{}{AHbDl}}````===={cCj{}}000{{{AI`{ce}}}{{Ml{e}}}{}{}}{{{AI`{ce}}}{{ADb{e}}}{}{}}{{{AI`{ce}}}e{}{}}012{{{AI`{ce}}}{{AI`{ce}}}{}{}}{{ce}e{}{}}{{ceg}e{}{}AIh}{ce{}{}}0002{{c{Cl{e}}}g{}{}{}}0```{{{AI`{ce}}}{{AI`{ce}}}{}{AJ`AKd}}{{{AI`{ce}}}Ad{}{AKlAKd}}{{{AI`{c{Jn{e}}}}}Ad{}{}}{{{AI`{ce}}}{{AI`{ce}}}{}Dl}{{ce}Ad{}{}}11``````66{{{AI`{ce}}}{{AI`{ce}}}{}Ah}0{{{Bn{ce}}}DbBIl{}}:{{}{{AI`{ce}}}{}AKd}{{}}0{{}M`}{Dbc{}}000{c{{Il{{AI`{eg}}}}}AD`{}ALn}?{{{AI`{ce}}{AI`{ce}}}{}{}{{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}AIjDl}}{{{AI`{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AI`{ce}}{AI`{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AI`{ce}}{AI`{ce}}}Ad{}AKf}{{{AI`{ce}}e}Ad{}{AKfDl}}{{ce}e{}{}}{{{AI`{c{Jn{e}}}}g}{{Bn{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{DbAd}0{{{AI`{ce}}{AI`{ce}}}j{}Gh}{{ce}j{}{}}004{{{AI`{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{AI`{ce}}}}}}}}{{{AI`{ce}}Df}{{Il{AdAl}}}JjJj}{{{AI`{ce}}Df}{{Il{AdAl}}}{}BB`}{{{AI`{ce}}Df}{{Il{AdAl}}}{}BAn}{M`{{AI`{cM`}}}{}}{BBn{{AI`{cBBn}}}{}}{{{ADb{c}}}{{AI`{ec}}}{}{}}{Af{{AI`{cAf}}}{}}032{cc{}}{{{Lf{c}}}{{AI`{ec}}}{}{}}{ADh{{AI`{cBBn}}}{}}{{{BBj{{AI`{ce}}}}}{{AI`{ce}}}{}{}}{Mf{{AI`{c}}}{}}{CDn{{AI`{cCDn}}}{}}{Nnc{}}2{ADh{{AI`{cADh}}}{}}02{{{BCb{ge}}}{{AI`{cBBn}}}{}{}{{BCd{{ABl{{AI`{cBBn}}BBn}}e}}}}{c{{AI`{ec}}}{}{}};{Nl{{AI`{cNl}}}{}}<{{{ADb{{AI`{ce}}}}}{{AI`{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}1;;;{ce{}{}}{c{{ALd{ec}}}{}{}}{{{ADn{ce}}}{{AI`{ge}}}BDd{}BDj}{{{AFh{ce}}}{{AI`{ge}}}BDd{}BDj}{{{AGf{c}}}{{AI`{ec}}}{}BDj}{{{AGl{c}}}{{AI`{ec}}}{}BDj}{{{AFn{c}}}{{AI`{ec}}}{}BDj}{{{AGd{c}}}{{AI`{ec}}}{}BDj}{{{AEb{ce}}}{{AI`{ge}}}BDd{}BDj}{{{ABl{gi}}}{{AI`{ce}}}{}{}{{BDb{{AI`{ce}}}}}{}}{{{ABj{ce}}}{{AI`{ge}}}BDd{}BDj}{{{AGj{c}}}{{AI`{ec}}}{}BDj}{{{AGh{c}}}{{AI`{ec}}}{}BDj}{{{AGb{c}}}{{AI`{ec}}}{}BDj}{{{AE`{c}}}{{AI`{ec}}}{}BDj}{{{AI`{ce}}}{{AI`{ge}}}{{BDj{}{{BDh{}}}}}{}BDj}{{{AFl{c}}}{{AI`{ec}}}{}BDj}{{{AG`{c}}}{{AI`{ec}}}{}BDj}{{{AGn{c}}}{{AI`{ec}}}{}BDj}{{{AFj{c}}}{{AI`{ec}}}{}BDj}{c{{BEf{ec}}}{}{}}{{{Lf{c}}}{{AI`{ec}}}{}{}}{{{AI`{eg}}}{{AI`{{BBf{c}}i}}}{}{{BDj{}{{BDh{c}}}}}{}{}}{{{AI`{ce}}}{{AI`{cg}}}{}{}{{BC`{e}}}}{g{{AI`{ci}}}{}{}{{Oh{}{{Of{{AI`{ce}}}}}}}Fn}{{{AI`{BBfc}}}{{AI`{eg}}}{}BDj{}}{ce{}{}}0{ADh{{AI`{cBBn}}}{}}{{{AI`{cg}}i}{{I`{{AI`{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{AI`{ce}}{AI`{ce}}}eBDj{AIjAJfAJh}}{{{AI`{cg}}i}{{I`{{AI`{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{ce}e{}{}}{{}Db}016666{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0::{c{{ALd{eg}}}{}{}{}};;{c{{BEf{eg}}}{}{}{}}{{{AI`{ce}}}{{Lf{e}}}{}{}}{{{AI`{{BBf{c}}e}}}{{AI`{gi}}}{}{}{{BDj{}{{BDh{c}}}}}{}}{{{AI`{ce}}}{{AI`{cg}}}{}{}{{BC`{e}}}}{{{AI`{c{Jn{e}}}}}{}{}{}}{{{AI`{c{ADb{e}}}}}{}{}{}}0{{{AI`{c{Ib{{Ml{e}}}}}}}{}{}{}}{{{AI`{c{Ml{e}}}}}{}{}{}}01300320{ce{}{}}{{{AI`{ce}}}{{AI`{BBfg}}}BDj{}{}}11{{{AI`{cBBn}}}ADh{}}{{{AI`{ce}}}{}{}{AJhAKd}}{{{AI`{ce}}}{}{}{}}0{{{Bn{ce}}}DbBIn{}}{{{AI`{ce}}e}{{AI`{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{ce}e{}{}}{{{AI`{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}20````{{}cAKd}0{{{AI`{ce}}{AI`{ce}}e}{{AI`{ce}}}{}{AIjAEfAIlAJfAJ`Dl}}{{{AI`{ce}}{AI`{ce}}e}Ad{}{AIjAEfAIlAHbAJfAJ`Dl}}{{{AI`{ce}}{AI`{ce}}}{}{}{{AMh{}{{Ch{}}}}}}{{{AI`{ce}}e}{}{}{{AMh{}{{Ch{}}}}Dl}}{{{AI`{ce}}{AI`{ce}}}Ad{}BHb}{{{AI`{ce}}e}Ad{}{BHbDl}}8{c{{AI`{ec}}}{}{}}{{{Bn{ce}}}I`BIl{}}{{{Bn{ce}}}I`BJ`{}};;;;{{{AI`{c{Jn{e}}}}}{{I`{{AI`{ce}}}}}{}{}}{{{AI`{ce}}e}{{BBj{{AI`{ce}}}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{AI`{c{Jn{e}}}}{AI`{ce}}}Ad{}{}}{{{AI`{ce}}{AI`{ce}}}j{}BHh}{{{AI`{ce}}}{{AI`{{BBf{BEd}}}}}{{BDj{}{{BDh{BEd}}}}}{AIj{AH`{}{{Ch{}}}}{AMj{}{{Ch{}}}}AJhAIn}}1{{{AI`{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{AI`{ce}}{AI`{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{AI`{ce}}{AI`{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AI`{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{ce}e{}{}}{{{AI`{ce}}g}Il{}AAnADd}{{{AI`{ce}}{AI`{ce}}}Ad{}{}}{{{Bn{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}3{{{AI`{ce}}}{{Lf{g}}}{}{}AKd}````{{{AI`{ce}}{AI`{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{AI`{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{AI`{ce}}{AI`{ce}}}Ad{}BGl}{{{AI`{ce}}e}Ad{}{BGlDl}}{ce{}{}}{c{{Il{e}}}{}{}}0{{{Ml{c}}}{{Il{{AI`{ec}}}}}{}{}}011{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AI`{ce}}{AI`{ce}}M`}j{}BIh}0{{{BBj{{AI`{ce}}}}}{{Lf{{AI`{ce}}e}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{AI`{ce}}g}{}{}{}AKd}{Db{{AI`{c{Jn{e}}}}}{}{}}{{{AI`{ce}}}{}{}{}}{{ce}e{}{}}``{{cg}i{}{}{{An{e}}}{}}0;;;;{cCj{}}000<<<<{{c{Cl{e}}}g{}{}{}}0{CE`CE`}{CEbCEb}{{ce}Ad{}{}}0{ce{}{}}0{Dbc{}}000{DbAd}0{{CE`CE`}j}{{CEbCEb}j}{{ce}j{}{}}00000{{CE`Df}{{Il{AdAl}}}}{{CEbDf}{{Il{AdAl}}}}{cc{}}00088{{}Db}09999{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0======{cADh{}}{{{ABl{{AI`{ce}}e}}}{{ADb{e}}}{}{}}01??{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{{ADb{c}}}{{ABl{{AI`{ec}}c}}}{}{}}{ADhc{}}01```{{cg}i{}{}{{An{e}}}{}}`33{cCj{}}044:`4{{{AOb{ce}}}DbBIl{}}{Dbc{}}0{DbAd}{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}====`{{{AOb{ce}}}DbBIn{}}{{{AOb{ce}}}I`BIl{}}{{{AOb{ce}}}I`BJ`{}}{{{AOb{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}`{ce{}{}}0``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{Gd{{I`{{ABj{BBdBBn}}}}}}````````````````````````````````{AJdAJd}{AMdAMd}00{{AMdAMd}AMd}{BDlBDl}{CEdCEd}{{AJ`AJ`AJ`}AJ`}{{AKlAKlAKl}Ad}{{AJ`AJ`}AJ`}{{AKlAKl}Ad}107{{AJhAJh}c{}}{AMbAMb}6{{{ADb{c}}}BBb{}}{NlAIj}{c{{BCf{}{{AJj{c}}}}}{}}44{{AMfAMf}AMf}{CEf{{ADb{c}}}{}}{BDfc{}}{BLjBLj}88{{AInAIn}AIn}0{{AInAIn}{{Lf{AInAIn}}}}{{CDfCDfCDf}CDf}{{CDdCDdCDd}CDd}<{{}AIl}{{BChBCh}BCh}{{AM`CEh}AM`}{{CEjM`}CEj}{BDnBDn}{CEdCEd}{{{BHn{}{{Ch{c}}}}e}c{}{}}{{{BI`{}{{Ch{c}}}}e}c{}{}}{BCjBCj}{AMdAMd}{AMd{{Lf{AMdAMd}}}}{AJbAJb}2{{}AEf}```{{cg}i{}{}{{An{e}}}{}}`{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}`2{{{AOn{c}}}DbBIl}{Dbc{}}0{DbAd}{cc{}}06`{{}Db}77{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8::::{{{AOn{c}}}DbBIn}`{{{AOn{c}}}I`BIl}{{{AOn{c}}}I`BJ`}`{{{AOn{c}}}{{Lf{Db{I`{Db}}}}}BIl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cg}i{}{}{{An{e}}}{}}`11{cCj{}}022{{c{Cl{e}}}g{}{}{}}`3{{{Bh{c}}}DbBIl}{Dbc{}}0{DbAd}{cc{}}07`{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;;{{{Bh{c}}}DbBIn}{{{Bh{c}}}I`BIl}{{{Bh{c}}}I`BJ`}`{{{Bh{c}}}{{Lf{Db{I`{Db}}}}}BIl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0````{{cg}i{}{}{{An{e}}}{}}`11{cCj{}}0`22{{c{Cl{e}}}g{}{}{}}`3{{{BA`{c}}}DbBIl}{Dbc{}}0{DbAd}{cc{}}07`{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;;{{{BA`{c}}}DbBIn}{{{BA`{c}}}I`BIl}{{{BA`{c}}}I`BJ`}{{{BA`{c}}}{{Lf{Db{I`{Db}}}}}BIl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0`````{{cg}i{}{}{{An{e}}}{}}`11{cCj{}}0`22{{c{Cl{e}}}g{}{}{}}`3{{{Bb{c}}}DbBIl}{Dbc{}}0{DbAd}{cc{}}07{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;;`{{{Bb{c}}}DbBIn}{{{Bb{c}}}I`BIl}{{{Bb{c}}}I`BJ`}{{{Bb{c}}}{{Lf{Db{I`{Db}}}}}BIl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cg}i{}{}{{An{e}}}{}}`11{cCj{}}022{{c{Cl{e}}}g{}{}{}}``3{{{AMn{c}}}DbBIl}{Dbc{}}0{DbAd}{cc{}}07`{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;;`{{{AMn{c}}}DbBIn}{{{AMn{c}}}I`BIl}{{{AMn{c}}}I`BJ`}{{{AMn{c}}}{{Lf{Db{I`{Db}}}}}BIl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0````````````````````````{{{ABj{ce}}{ABj{ce}}}j{}ADl}0{{cg}i{}{}{{An{e}}}{}}000{{{ABj{ce}}{ABj{ce}}}{}{}{{AH`{}{{Ch{}}}}}}{{{ABj{ce}}e}{}{}{{AH`{}{{Ch{}}}}Dl}}{{{ABj{ce}}e}Ad{}{AHbDl}}{{{ABj{ce}}{ABj{ce}}}Ad{}AHb}````666666{cCj{}}00000{{{ABj{ce}}}{{Ml{e}}}{}{}}{{{ABj{ce}}}{{ADb{e}}}{}{}}10{{{ABj{ce}}}{{ABj{ce}}}{}{}}{{ce}e{}{}}{{ceg}e{}{}AIh}{{}{{AGn{BGdc}}}{}}````======2{{c{Cl{e}}}g{}{}{}}00`````{{{ABj{ce}}}{{ABj{ce}}}{}{AJ`AKd}}{{{ABj{ce}}}Ad{}{AKlAKd}}{{{ABj{c{Jn{e}}}}}Ad{}{}}{{{ABj{ce}}}{{ABj{ce}}}{}Dl}{{ce}Ad{}{}}11````````{ce{}{}}00{{{ABj{ce}}}{{ABj{ce}}}{}Ah}0{{{AOh{ce}}}DbBIl{}};{{}{{ABj{ce}}}{}AKd}{{}}0{{}M`}{Dbc{}}00000{c{{Il{{ABj{eg}}}}}AD`{}ALn}{{ce}e{}{}}{{{ABj{ce}}{ABj{ce}}}{}{}{{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}AIjDl}}{{{ABj{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{ABj{ce}}{ABj{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{ABj{ce}}e}Ad{}{AKfDl}}{{{ABj{ce}}{ABj{ce}}}Ad{}AKf}5{{{ABj{c{Jn{e}}}}g}{{AOh{{AMl{e}}c}}}{}{}{{ANb{Db}}Dl}}{DbAd}00{{{ABj{ce}}{ABj{ce}}}j{}Gh}{{ce}j{}{}}009{{{ABj{cg}}i}Ad{}{}{{BAl{e}}}{{Oh{}{{Of{{ABj{ce}}}}}}}}{{{ABj{ce}}Df}{{Il{AdAl}}}{}BAn}{{{ABj{ce}}Df}{{Il{AdAl}}}JjJj}{{{ABj{ce}}Df}{{Il{AdAl}}}{}BB`}{{CElDf}{{Il{AdAl}}}}0{{{ABj{cNl}}}{{ABj{cBBn}}}{}}{{{ABj{cBBn}}}{{ABj{c}}}{}}{{{ABj{cNl}}}{{ABj{c}}}{}}{{{ADb{{ABj{ce}}}}}{{ABj{cg}}}{}{}{{BBb{}{{AJj{e}}}}}}{{{ABj{c}}}{{ABj{cNl}}}{}}{{{ABj{cBBn}}}{{ABj{cNl}}}{}}{cc{}}{{{ADb{c}}}{{ABj{ec}}}{}{}}0{M`{{ABj{cBBn}}}{}}{{{BBj{{ABj{ce}}}}}{{ABj{ce}}}{}{}}2{{{ABj{c}}}{{ABj{cBBn}}}{}}{{{BCb{ge}}}{{ABj{cBBn}}}{}{}{{BCd{{ABl{{ABj{cBBn}}BBn}}e}}}}{{{ABj{{BBf{BBd}}c}}}{{ABj{BBde}}}{}{}}{{{ABj{BBdc}}}{{ABj{{BBf{BBd}}e}}}{}{}}{DdABj}{{{Lf{ccc}}}{{ABj{ec}}}{}{}}9{GdCEl}:{CEnCEl};;;{ce{}{}}{c{{ALd{ec}}}{}{}}{{{AFl{c}}}{{ABj{ec}}}{}BDd}{{{AFj{c}}}{{ABj{ec}}}{}BDd}{{{AGh{c}}}{{ABj{ec}}}{AIjAJfAh}BDd}{{{AGd{c}}}{{ABj{ec}}}{}{}}{{{AGn{c}}}{{ABj{ec}}}{}BDd}{{{AEb{ce}}}{{ABj{ce}}}{}{AIjAEnBG`CEdAEfAIlAJdAJhAJfDl}}{{{AGj{c}}}{{ABj{ec}}}{}{}}{{{AFh{ce}}}{{ABj{ce}}}{}{}}{{{AI`{ce}}}{{ABj{ge}}}{{BDj{}{{BDh{}}}}}DlBDd}{{{AGl{c}}}{{ABj{ec}}}{AJfBCf}BDd}{{{ABl{gi}}}{{ABj{ce}}}{}{}{{BDb{{ABj{ce}}}}}{}}{{{AG`{c}}}{{ABj{ec}}}{}BDd}{{{AGf{c}}}{{ABj{ec}}}{}{}}{{{AGb{c}}}{{ABj{ec}}}{}{}}{{{ADn{ce}}}{{ABj{ce}}}{}{AIjAEnBG`AEfAIlAJdCEdAJhAJfDl}}{{{ABj{ce}}}{{ABj{ge}}}BDd{}BDd}{{{AE`{c}}}{{ABj{ec}}}{}BDd}{{{AFn{c}}}{{ABj{ec}}}{}BDd}{c{{BEf{ec}}}{}{}}{{{Lf{ccc}}}{{ABj{ec}}}{}{}}{{{ABj{eg}}}{{ABj{{BBf{c}}i}}}BEh{{BDd{}{{BEj{c}}}}}{}{}}{{{ABj{ce}}}{{ABj{cg}}}{}{}{{BC`{e}}}}{g{{ABj{ci}}}{}{}{{Oh{}{{Of{{ABj{ce}}}}}}}Fn}{{{ABj{BBfc}}}{{ABj{eg}}}{}BDd{}}{ce{}{}}00{Gd{{Il{{ABj{cBBn}}}}}{}}{M`{{ABj{cBBn}}}{}}{{{ABj{cg}}i}{{I`{{ABj{c}}}}}{}{}{{Gf{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{{ABj{ce}}{ABj{ce}}}eBDd{AIjAJfAJh}}{{{ABj{ce}}}{{AFd{e}}}{}{AIjAEnAMdAJfDl}}{{{ABj{cg}}i}{{I`{{ABj{c}}}}}{}{}{{BFj{{Ml{e}}}}}{{BF`{{Ml{e}}}}Dl}}{{}{{AGn{BGdc}}}{}}````{{ce}e{}{}}{{}Db}001999999{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00==={c{{ALd{eg}}}{}{}{}}>>>{c{{BEf{eg}}}{}{}{}}{{{ABj{ce}}}{{Lf{eee}}}{}{}}{{{ABj{{BBf{c}}e}}}{{ABj{gi}}}BEh{}{{BDd{}{{BEj{c}}}}}{}}{{{ABj{ce}}}{{ABj{cg}}}{}{}{{BC`{e}}}}{{{ABj{c{Jn{e}}}}}{}{}{}}{{{ABj{c{Ml{e}}}}}{}{}{}}{{{ABj{c{ADb{e}}}}}{}{}{}}112211{{{ABj{c{Ib{{Ml{e}}}}}}}{}{}{}}110{ce{}{}}{{{ABj{ce}}}{{ABj{BBfg}}}BDd{}{}}111{{{ABj{cBBn}}}M`{}}{{{ABj{ce}}}{}{}{AJhAKd}}{{{ABj{ce}}}{}{}{}}0{{{AOh{ce}}}DbBIn{}}{{ce}e{}{}}{{{ABj{ce}}e}{{ABj{ce}}}{}{AIjAEfAInAJ`AJfAJhDlAKd}}{{{ABj{ce}}e}Ad{}{AIjAEfAInAKlAHbAJfAJhDlAKd}}10{{}cAKd}00000{{{ABj{ce}}{ABj{ce}}e}{{ABj{ce}}}{}{AIjAEfAIlAJfAJ`Dl}}{{{ABj{ce}}{ABj{ce}}e}Ad{}{AIjAEfAIlAHbAJfAJ`Dl}}{{{ABj{ce}}e}{}{}{{AMh{}{{Ch{}}}}Dl}}{{{ABj{ce}}{ABj{ce}}}{}{}{{AMh{}{{Ch{}}}}}}{{{ABj{ce}}{ABj{ce}}}Ad{}BHb}{{{ABj{ce}}e}Ad{}{BHbDl}}9{{ccc}{{ABj{ec}}}{}{}}{{{AOh{ce}}}I`BIl{}}{{{AOh{ce}}}I`BJ`{}}<<<<{{{ABj{c{Jn{e}}}}}{{I`{{ABj{ce}}}}}{}{}}{{{ABj{ce}}e}{{BBj{{ABj{ce}}}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{ABj{c{Jn{e}}}}{ABj{ce}}}Ad{}{}}{{}{{AGn{BGdc}}}{}}````{{{ABj{ce}}{ABj{ce}}}j{}BHh}{{{ABj{ce}}}{{AI`{{BBf{BEd}}}}}{{BDd{}{{BEj{BBd}}}}}{AIj{AH`{}{{Ch{}}}}{AMj{}{{Ch{}}}}AJhAIn}}1{{}{{I`{{ADb{Nl}}}}}}{{{ABj{ce}}e}{}{}{{BHn{}{{Ch{}}}}Dl}}{{{ABj{ce}}{ABj{ce}}}{}{}{{BHn{}{{Ch{}}}}}}{{{ABj{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{ABj{ce}}{ABj{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{ce}e{}{}}{{{ABj{ce}}g}Il{}AAnADd}{{{ABj{ce}}{ABj{ce}}}Ad{}{}}{{{AOh{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}3{CEl{{I`{CF`}}}}{{{ABj{ce}}}{{Lf{g}}}{}{}AKd}````{{{ABj{ce}}e}{}{}{{AEl{}{{Ch{}}}}Dl}}{{{ABj{ce}}{ABj{ce}}}{}{}{{AEl{}{{Ch{}}}}}}{{{ABj{ce}}e}Ad{}{BGlDl}}{{{ABj{ce}}{ABj{ce}}}Ad{}BGl}{ce{}{}}{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}000{{{Ml{c}}}{{Il{{ABj{ec}}}}}{}{}}011{c{{Il{e{In{e}}}}}{}{}}222000{cJ`{}}00666666{{{ABj{ce}}{ABj{ce}}M`}j{}BIh}0{{{BBj{{ABj{ce}}}}}{{Lf{{ABj{ce}}e}}}{}{AIjAKdAEfBDf{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Dl}}{{{ABj{ce}}g}{}{}{}AKd}{Db{{ABj{c{Jn{e}}}}}{}{}}{{{ABj{ce}}}{}{}{}}{{ce}e{}{}}{{}{{I`{{ADb{Nl}}}}}}````{{cg}i{}{}{{An{e}}}{}}000>>>>>>>>{cCj{}}0000000????????{{c{Cl{e}}}g{}{}{}}000{CFbCFb}{CFdCFd}{CFfCFf}{CFhCFh}{{ce}Ad{}{}}000{ce{}{}}000{Dbc{}}0000000{DbAd}000{{CFbCFb}j}{{CFdCFd}j}{{CFfCFf}j}{{CFhCFh}j}{{ce}j{}{}}00000000000{{CFbDf}{{Il{AdAl}}}}{{CFdDf}{{Il{AdAl}}}}{{CFfDf}{{Il{AdAl}}}}{{CFhDf}{{Il{AdAl}}}}{cc{}}0000000<<<<{{}Db}000========{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000{ce{}{}}00000000000{cM`{}}{{{ABl{{ABj{ce}}e}}}{{ADb{e}}}{}{}}0110012222{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00055555555{{{ADb{c}}}{{ABl{{ABj{ec}}c}}}{}{}}{M`c{}}011010``{c{{Il{e}}}AD`AK`}{c{{Il{e}}}AD`BOh}{c{{Il{{ABl{eg}}}}}AD`ALn{AKdALn}}{c{{Il{{BBj{e}}}}}AD`{AIfALn}}{{ce}IlAK`ADd}{{ce}IlBOhADd}5140````{cBC`{}}{CFjc{}}{{}AKd}`````````````````{{cg}i{}{}{{An{e}}}{}}000000000000000{ce{}{}}0000000000000000000000000000000{cCj{}}000000000000000000000000000000011111111111111111111111111111111{{c{Cl{e}}}g{}{}{}}000000000000000{BGdBGd}{CFlCFl}{CFnCFn}{CG`CG`}{CGbCGb}{CGdCGd}{BEdBEd}{CGfCGf}{CGhCGh}{CGjCGj}{CGlCGl}{CGnCGn}{CH`CH`}{CHbCHb}{CHdCHd}{CHfCHf}{{ce}Ad{}{}}000000000000000{ce{}{}}000000000000000{Dbc{}}0000000000000000000000000000000{DbAd}000000000000000{{BGdBGd}j}{{CFlCFl}j}{{CFnCFn}j}{{CG`CG`}j}{{CGbCGb}j}{{CGdCGd}j}{{BEdBEd}j}{{CGfCGf}j}{{CGhCGh}j}{{CGjCGj}j}{{CGlCGl}j}{{CGnCGn}j}{{CH`CH`}j}{{CHbCHb}j}{{CHdCHd}j}{{CHfCHf}j}{{ce}j{}{}}00000000000000000000000000000000000000000000000{{BGdDf}{{Il{AdAl}}}}{{CFlDf}{{Il{AdAl}}}}{{CFnDf}{{Il{AdAl}}}}{{CG`Df}{{Il{AdAl}}}}{{CGbDf}{{Il{AdAl}}}}{{CGdDf}{{Il{AdAl}}}}{{BEdDf}{{Il{AdAl}}}}{{CGfDf}{{Il{AdAl}}}}{{CGhDf}{{Il{AdAl}}}}{{CGjDf}{{Il{AdAl}}}}{{CGlDf}{{Il{AdAl}}}}{{CGnDf}{{Il{AdAl}}}}{{CH`Df}{{Il{AdAl}}}}{{CHbDf}{{Il{AdAl}}}}{{CHdDf}{{Il{AdAl}}}}{{CHfDf}{{Il{AdAl}}}}{cc{}}0000000000000000000000000000000{ce{}{}}000000000000000{{}{{AGl{BGdc}}}{}}{{}{{AGl{BGdc}}}AIj}00000000000000{{}Db}00000000000000033333333333333333333333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000{{c{Cl{e}}}g{}{}{}}0000000000000007777777777777777777777777777777777777777777777777777777777777777{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000{cJ`{}}000000000000000::::::::::::::::::::::::::::::::```{{cg}i{}{}{{An{e}}}{}}`;;{cCj{}}0<<5`<{{{ANh{ce}}}DbBIl{}}{Dbc{}}0{DbAd}{cc{}}0{ce{}{}}>00=<;:0000{{{ANh{ce}}}DbBIn{}}{{{ANh{ce}}}I`BIl{}}{{{ANh{ce}}}I`BJ`{}}{{{ANh{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}===<;44```````:`449944>`4{{{BAb{ce}}}DbBIl{}}887665{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}::::{{{BAb{ce}}}DbBIn{}}`{{{BAb{ce}}}I`BIl{}}{{{BAb{ce}}}I`BJ`{}}{{{BAb{ce}}}{{Lf{Db{I`{Db}}}}}BIl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cDb}Db{}}{{DbDbDbj}{{I`{Db}}}}{{DbDb{Jn{{ABl{ABjMf}}}}j{ABl{ABjMf}}}{{ABl{ABjMf}}}}{{Db{Jn{{ABl{ABjMf}}}}{ABl{ABjMf}}{I`{{Jn{{ABl{ABjMf}}}}}}}{{ABl{ABjMf}}}}{{{ABl{ABjMf}}}j}{{{ABl{AGjMf}}}{{ABl{ABjMf}}}}{{c{CHh{Db}}}{{Jn{{ABl{ABjMf}}}}}{}}````{{cg}i{}{}{{An{e}}}{}}88{cCj{}}099{{c{Cl{e}}}g{}{}{}}:{Dbc{}}0{DbAd}{{CHje}c{}{{Bb{}{{Ch{c}}}}}}{cc{}}0>{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}00{{}{{Il{CHjAn}}}}{{CHjc}Ad{{Oj{}{{Ch{Ad}}}}Fd}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55`{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077{{c{Cl{e}}}g{}{}{}}8{Dbc{}}0{DbAd}{{CHle}c{}{{Bb{}{{Ch{c}}}}}}{cc{}}0<{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}00{{}{{Il{CHlAn}}}}{{CHlc}Ad{{Oj{}{{Ch{Ad}}}}Fd}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55`````````````{{}{{Nf{{Il{AdCHn}}}}}}`````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0```7777{cCj{}}000`8888`{{c{Cl{e}}}g{}{}{}}0````99{{}{{CI`{c}}}Fn}``{Dbc{}}000{DbAd}0{{Kne}c{}{{Bb{}{{Ch{c}}}}}}`````{{CIbDf}{{Il{AdAl}}}}0{{{CI`{c}}Df}{{Il{AdAl}}}Jj}``{{{CId{c}}}{{CIh{cbCIf}}}Dl}{CIjCIb}{cc{}}000{ce{}{}}0````{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0>>444444```{c{{Lf{{CIn{}{{Kf{e}}{Kj{g}}{CIl{i}}{Kh{c}}}}{Nf{g}}}}}{}Kn{JjFd}{FnCJ`}}{{}{{CJb{}{{Kj{c}}}}}{JjFdNd}}{{}{{Il{KnAn}}}}````{{{CI`{c}}}{{Il{AdCIb}}}{}}{{{CI`{Ad}}}{{Il{AdCIb}}}}{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}NlKn{JjFd}{FnCJ`}{}}{{{CJb{}{{Kj{c}}}}}Nl{JjFdNd}}`{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}`{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}{}Kn{JjFd}{FnCJ`}{}}{{{CJb{}{{Kj{c}}}}}CJf{JjFdNd}}``{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}{{Mh{e}}}Kn{JjFd}{FnCJ`}{}}{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}gKn{JjFd}{FnCJ`}{}}{{{CJb{}{{Kj{c}}}}}CJh{JjFdNd}}`{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}JlKn{JjFd}{FnCJ`}{}}{{{CJb{}{{Kj{c}}}}}Jl{JjFdNd}}{cAB`{}}{cJl{}}``{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}e}{{Nf{e}}}Kn{JjFd}{FnCJ`}{}}{{{CJb{}{{Kj{c}}}}c}Ad{JjFdNd}}{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}{{CJl{egCJj}}}Kn{JjFd}{FnCJ`}{}}{{{CJb{}{{Kj{c}}}}}{{CJl{cCJhCJj}}}{JjFdNd}}```````{c{{CI`{c}}}{}}```````````````{CJn{{Jn{CK`}}}}{CKbAd}`{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CKhceCKjCKdCKl}AdCKb{}}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CL`Ad}{{CKbCLbc}Ad{{K`{Ih}}}}``{CJn{{I`{CLd}}}}`{{CKhCKdcCLf}jCKb}`{{CKhcObCLfCLh}CLjCKb}{{CJnCK`cOd}CLjCKb}``{{CKhCKdCKlCKnc}CLlCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CJnCK`CKdcCMd}AdCKb}`{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}{CL`{{I`{Jl}}}}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}10{{CL`CMh{Jn{CMj}}}Ad}`{{CL`CMl}Ad}{{CJnCLd}Ad}`{CJn{{Ob{CMn}}}}`0{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{CJnCNb}``{CJnCNd}```{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}{{CL`Jl}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}10```````````````````````````````````````{CNhCKn}``{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}gM`M`}AdFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}eFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}iM`M`}gFnCKb{}{CObDl}}`{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}COdFnCKb{}}````{{ce}{{Il{{CO`{}{{CNj{c}}{CNl{g}}{CNn{i}}}}COf}}}Fn{CObDl}CKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Il{AdCOj}}}FnCKb{}{{Gf{Gd}}}}`{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Jn{BBn}}}FnCKb{}{{Gf{Gd}}}}`````````````````````````````````````````````{{COlCOn}{{Ob{M`}}}}{{D`{Ad{{Ml{BBn}}}}}Ad}{{DbDd}{{Ob{M`}}}}``{cDf{{K`{Dd}}}}````````````````:987654````````````````````````````````````````````````````````{CJn{{Jn{CK`}}}}{CKbAd}`````{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CKhceCKjCKdCKl}AdCKb{}}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CL`Ad}``{{CKbCLbc}Ad{{K`{Ih}}}}````````{CJn{{I`{CLd}}}}{{CKhCKdcCLf}jCKb}`{{CKhcObCLfCLh}CLjCKb}{{CJnCK`cOd}CLjCKb}``{{CKhCKdCKlCKnc}CLlCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}`{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CJnCK`CKdcCMd}AdCKb}{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}``{CL`{{I`{Jl}}}}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}10{{CL`CMh{Jn{CMj}}}Ad}`{{CL`CMl}Ad}{{CJnCLd}Ad}`{CJn{{Ob{CMn}}}}`0{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{CJnCNb}``{CJnCNd}`````````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}{{CL`Jl}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}10`````````````````````````````{CL`Ad}{{CL`{I`{Jl}}}{{I`{c}}}Dh}?>{CL`{{I`{c}}}Dh}>?0>=<{{CL`j{I`{CN`}}{I`{{Lf{{CJl{ceg}}CNb}}}}{Ib{Fb}}CMl}Ad{}{}{}}:5454````````````````````````````````````````````````````````````````{{DjDj}j}{{}{{CHh{CDn}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{Jn{BBn}}M`M`}{{Il{DlDn}}}}``````{CNhCKn}{{{Jn{CKn}}Mf{Ob{M`}}}{{Jn{CKn}}}}{{{Ml{{DA`{c}}}}{Ml{{DA`{c}}}}}{{Jn{CKn}}}CNh}````````{e{{DAd{{Ib{DAb}}}}}{}{{DAb{}{{Of{c}}}}Fd}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAn}}}}{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}```````````{DAf{{Mh{DAh}}}}``{{}{{Mh{CLn}}}}{{{DAj{CLnCMb}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`543`````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}`{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}``{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}`{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}``{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}`{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}`{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}`{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}``{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{DNf{{DNh{DNf}}}}`{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}`{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}`{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````{Db{{Lf{{EDl{c}}{EDn{c}}}}}{}}{{}{{Lf{{EE`{c}}{EEb{c}}}}}{}}````{{}{{Lf{{EEd{c}}{EEf{c}}}}}{}}```````{c{}Oj}{c{{EEh{c}}}{DAbDFl}}{{}{{Il{EEjEEl}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DClc}{{DCn{DClc}}}DD`}{DDf{{DDh{DDf}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{{ce}{{EEn{ce}}}DD`{DLfDFlALh}}{{ce}{{EF`{ce}}}DDn{DLfDFlALh}}{{ce}{{Lf{{EFb{ce}}EFd}}}DDn{DLfDFlALh}}{{}EFf}{DE`{{DFb{DE`}}}}{DDf{{DGj{DDf}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DE`{{DJb{DE`}}}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}1{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{BBnEFh}{{DNfDLl}{{DNh{DNf}}}}{{}EFj}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{DNf{{DNh{DNf}}}}{{DClAf}{{Ef{DCl}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}````````````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}`{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}`{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}`{DNf{{DNh{DNf}}}}{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}Oj}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}0{DBl{{DCf{DBl}}}}{OjAd}{c{{EFn{{Il{ec}}}}}{}{}}{DB`{{DEh{DB`c}}}{}}{DBl{{DFn{DBl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{DBl{{DHd{DBl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{DB`{{DIf{DB`}}}}{EG`Oj}{DBl{{DIl{DBl}}}}{EGbj}{{ce}{{EGd{ce}}}OjOj}{{ceg}{{EGf{ceg}}}OjOjOj}{{cegi}{{EGh{cegi}}}OjOjOjOj}{{cegik}{{EGj{cegik}}}OjOjOjOjOj}{cEGlOh}{e{{EGn{e}}}{}{{Bb{DLb}{{Ch{c}}}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EH`{c}}}Oj}{DBl{{DKd{DBl}}}}{DBl{{I`{c}}}{}}{c{{EFn{{Il{ce}}}}}{}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHb{c}}}{}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{e{{EHd{e}}}{}{{Cb{DLb}{{Ch{{DLd{c}}}}}}}}{c{{EHf{c}}}Oj}{{DBlDLb}{{DLd{c}}}{}}{c{{EFn{c}}}{}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHh{ce}}}{OjDFl}{OjDFl}}{cEHjOh}{cEHlOh}{DBl{{DOb{DBl}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DB`{{EBb{DB`c}}}{}}{DB`{{EBf{DB`}}}}{{ce}{{EHn{ce}}}DBd{{DBd{}{{Cd{}}}}}}{{ceg}{{EI`{ceg}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegi}{{EIb{cegi}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegik}{{EId{cegik}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{cEIfOh}{c{{EIh{c}}}DBd}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{ce}{{EIj{ce}}}{DBdDFl}{DBdDFl}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DBnDb}{{DC`{DBnc}}}{}}{DBn{{DDd{DBnc}}}{}}{{}{{EIl{c}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DBn{{DGh{DBnc}}}{}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}1010{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{{ck}{{EIn{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}DAb}{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}0{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlDb}{{DDb{DAl}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{{}{{EJ`{c}}}{}}{DAl{{DEf{DAl}}}}{DBf{{DEj{DBfc}}}{}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DAl{{DG`{DAl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DHf{DAl}}}}`{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DAl{{DIh{DAl}}}}{DBf{{DIn{DBf}}}}{EJbj}{cEJdOh}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DAl{{DKf{DAl}}}}{c{{EJf{c}}}Oj}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{}{{EJh{c}}}{}}{e{{EJj{e}}}{}{{Cb{DLb}{{Ch{{DLd{{I`{c}}}}}}}}}}{c{{EJl{c}}}DAb}{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{DAlDb}{{DMn{DAl}}}}{c{{EJn{c}}}Dl}{e{{EK`{e}}}{}{{Cb{}{{Ch{c}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{ce}{{EKb{ce}}}DAb{{DAb{}{{Of{}}}}}}`{cEKdOh}{DAl{{DNj{DAl}}}}{{cei}{{EKf{ceig}}}DAb{{DAb{}{{Of{}}}}}Fn{{Cb{g}{{Ch{EKh}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{{DAlDb}{{Ed{DAl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DBf{{EBd{DBf}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKj{cig}}}{}{}{{DBd{}{{DKl{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DAlc}{{EDj{DAlc}}}DAb}``````````{cEKdOh}``````````````````{OjAd}{EG`Oj}{{}EKn}0{{EL`c}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}Fd}}{{ELdc}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}}}{{ELf{ELh{Ad}}}{{Il{AdELb}}}}{{ELdc}{{Il{DNbELb}}}Oj}{{ELj{ELl{Ad}}}{{Il{AdELb}}}}{{EL`c}{{Il{DNbELb}}}{OjFd}}{ELj{{Il{AdELb}}}}{ELf{{Il{AdELb}}}}{{{Id{ELn}}}Ad}0{{{Id{c}}}EKnELn}{{{Id{c}}}EM`ELn}{{{DAj{EMbEMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`````{{cDbi}{{Mh{e}}}AjCJd{{Oj{}{{Ch{EMf}}}}CJd}{{Bb{{EDl{e}}}{{Ch{g}}}}CJd}}{{{EMh{}{{Ch{c}}}}EMj}Ad{}}{{{DAj{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAb{}{{Of{c}}}}CJd}}{{cg}{{Mh{e}}}Aj{}{{DAb{}{{Of{e}}}}CJd}}{{{Ib{{EMh{}{{Ch{c}}}}}}{DAd{{Ib{DAb}}}}}{{DAd{{Ib{DAb}}}}}{}}{{cek}{{Mh{g}}}AjCJdCJd{{Oj{}{{Ch{{Lf{ge}}}}}}CJd}{{Cb{e}{{Ch{i}}}}CJdNd}}``````````````````````{{{EMn{}{{EMl{c}}}}{Jn{c}}}Ad{}}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{EN`ENb}{{Ml{Mf}}}}{{ENdENf}{{ENj{MfENh}}}}{{ENdENb}{{ENj{MfENh}}}}```{EN`Db}`````{ENl{{ENj{MfENh}}}}``````````````````````````````````````````````````{{ENn{ENj{MfENh}}MfEO`{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}EO`{Ml{Mf}}}Ad}{{ENn{EOf{Mf}}{Ml{Mf}}}{{Lf{ENbENb}}}}{{ENn{ENj{MfENh}}{Ml{Mf}}}ENb}{{ENn{EOh{{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{EOj{EOh{{ENj{MfENh}}}}}Ad}{{ENn{EOl{MfENh}}EO`{Ml{Mf}}}Ad}{{ENn{EOl{MfENh}}EOnEO`{Ml{Mf}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{ENj{MfENh}}}Ad}5``{{{Fd{}{{Fb{c}}}}}c{}}{EOjAd}{ENnAd}{{ENn{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}Ad}{{ENnj}Ad}{{ENn{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}Ad}{{ENnMf}{{Fh{ENn}}}}{{EOjMf}Ad}>{{EOj{ENj{MfENh}}}Ad}0{ENnDb}{{ENn{Ff{{ENj{MfENh}}{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{EOb{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOb{MfENh}}{EOb{MfENh}}}Ad}7{{EOj{EOb{MfENh}}}Ad}0{{EOj{EOb{MfENh}}{EOb{MfENh}}}Ad}9{{ENnDbDb}Ad}{{EOjDbDb}Ad}6:23``{{ENnc}{{Fj{ENnc}}}{{Fl{Mf}}}}<{ENn{{Fn{ENn}}}}`````````````````````````````````````````````{{{FA`{}{{AJj{c}}}}c}{{FA`{}{{AJj{c}}}}}FAb}`{{{FA`{}{{AJj{c}}}}c}cFAb}``1``````{{{FA`{}{{AJj{c}}}}c}{{EOb{cENh}}}FAb}11{FAbFAb}`{{{FA`{}{{AJj{c}}}}}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}cCb}AdFAb}{{{FA`{}{{AJj{c}}}}}{{ENj{cENh}}}FAb}``````````````{{cc}{{ENj{cENh}}}{}}`````{{{FA`{}{{AJj{c}}}}c}{{ENj{cENh}}}FAb}{{cc}{{FAd{cENh}}}{}}{{{FA`{}{{AJj{c}}}}c}{{Lf{{FA`{}{{AJj{c}}}}{FA`{}{{AJj{c}}}}}}}FAb}{{{FA`{}{{AJj{c}}}}{FAf{c}}}{{FA`{}{{AJj{c}}}}}FAb}```5``````{MfFAb}{{cc}{{EOb{cENh}}}{}}``<`````<```````````````````````````````````````````````````````````{{cccccc}{{FAh{ce}}}Ah{}}{{jj}FAj}{{jjj}FAl}{FAnFAn}`0`{{FAnFAn}FAn}``````````````````````````````````{{cc}{{ENj{ce}}}{}{}}{{ccc}{{FB`{ce}}}{}{}}``3{{cccc}{{FBb{ce}}}{}{}}``4`{{cc}{{FAd{ce}}}{}{}}{{ccc}{{FBd{ce}}}{}{}}6``{{cc}{{EOb{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}```````````````````````````{{}c{}}{{FBhFBh}j}{{FBhFBhc}j{}}{{cc}cBE`}0````````````````````````````````````````````````````````````````````````````````````````{FBjFBj}{FBlFBl}{{}FBn}{FC`FC`}{{}FCb}``````````{{{FA`{}{{AJj{c}}}}c}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}c}cFAb}1{{{FA`{}{{AJj{c}}}}c}{{EOb{cENh}}}FAb}11{{{FA`{}{{AJj{c}}}}}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}cCb}AdFAb}{{{FA`{}{{AJj{c}}}}}{{ENj{cENh}}}FAb}{{{FA`{}{{AJj{c}}}}c}{{ENj{cENh}}}FAb}{{{FA`{}{{AJj{c}}}}c}{{Lf{{FA`{}{{AJj{c}}}}{FA`{}{{AJj{c}}}}}}}FAb}{{{FA`{}{{AJj{c}}}}{FAf{c}}}{{FA`{}{{AJj{c}}}}}FAb}3{{Fl{ENj{cENh}}}{{ENj{cENh}}}{}}{{Fl{EOb{cENh}}}{{EOb{cENh}}}{}}99{{cccc}{{FCd{c}}}FAb}{{{EOb{cENh}}{EOb{cENh}}}cFAb}{{{ENj{cENh}}{ENj{cENh}}{ENj{cENh}}}cFAb}{{cc}{{Lf{cc}}}FCf}{{{EOb{cENh}}}{{EOb{cENh}}}FAb}{{{EOb{cENh}}}{{EOb{cENh}}}FCf}`````{{FChMf}{{FCj{FCh}}}}{{FChc}{{FCl{FChc}}}{{Fl{Mf}}}}```````````````````{{MfMf}{{ENj{MfENh}}}}`{{MfMf}{{FAd{MfENh}}}}{{MfMf}{{EOb{MfENh}}}}````````````````````````````````````{{ENn{ENj{MfENh}}MfEO`{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}EO`{Ml{Mf}}}Ad}{{ENn{EOf{Mf}}{Ml{Mf}}}{{Lf{ENbENb}}}}{{ENn{ENj{MfENh}}{Ml{Mf}}}ENb}{{ENn{EOh{{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{EOj{EOh{{ENj{MfENh}}}}}Ad}{{ENn{EOl{MfENh}}EO`{Ml{Mf}}}Ad}{{ENn{EOl{MfENh}}EOnEO`{Ml{Mf}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{ENj{MfENh}}}Ad}5{{{Fd{}{{Fb{c}}}}}c{}}{EOjAd}{ENnAd}{{ENn{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}Ad}{{ENnj}Ad}{{ENn{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}Ad}{{ENnMf}{{Fh{ENn}}}}{{FChMf}{{FCj{FCh}}}}{{EOjMf}Ad}?{{EOj{ENj{MfENh}}}Ad}0{ENnDb}{{ENn{Ff{{ENj{MfENh}}{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{EOb{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOb{MfENh}}{EOb{MfENh}}}Ad}7{{EOj{EOb{MfENh}}}Ad}0{{EOj{EOb{MfENh}}{EOb{MfENh}}}Ad}9{{ENnDbDb}Ad}{{EOjDbDb}Ad}6:23{{ENnc}{{Fj{ENnc}}}{{Fl{Mf}}}}{{FChc}{{FCl{FChc}}}{{Fl{Mf}}}}={ENn{{Fn{ENn}}}}`````````````````````````{{FCnCKn}FD`}``{COn{{Il{FDbFDd}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{FDh{}{{FDf{c}}}}e}AdFDj{{Cb{c}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}e}AdFDj{{Cb{cc}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}eg}AdFDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}2{FDl{{Ml{BBn}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}}AdFDj}{{FDnM`M`c}Ad{}}{{{FEb{}{{FE`{c}}}}}{{Lf{M`M`M`M`}}}FDh}`{{{FDh{}{{FDf{c}}}}}{{Ml{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{Lf{cccc}}}FDj}1``{{{FEf{}{{FEd{c}}}}}FEhFEj}{{FDneM`M`}{{Il{AdFDd}}}{}{{FEb{}{{FE`{c}}}}}}{{FDnFElM`M`}j}{{{FEf{}{{FEd{c}}}}}{{Lf{M`M`}}}FEj}{{{FEb{}{{FE`{c}}}}}{{Lf{M`M`}}}FDh}``{{cccc}{{FDh{}{{FDf{c}}}}}FDj}{{{Ml{c}}}{{FDh{}{{FDf{c}}}}}FDj}0{{{FEb{}{{FE`{c}}}}M`M`}cFDh}{{FDnM`M`}c{}}{{{Ml{BBn}}}{{Il{FEnFDd}}}}{{{FEb{}{{FE`{c}}}}}M`FDh}{{{FEf{}{{FEd{c}}}}}{{I`{{Jn{BBn}}}}}FEj}{c{{Il{{Lf{M`M`}}FDd}}}{{Gf{FF`}}}}`{{{FEb{}{{FE`{c}}}}M`M`}jFDh}{FFbFFd}{{{FEf{}{{FEd{c}}}}}{{Il{cFDd}}}FEj}{{{FDh{}{{FDf{c}}}}}AdFDj}``{{cFEn}{{Il{FDbFDd}}}{FFfFFh}}{{{Ml{BBn}}}{{Il{FDbFDd}}}}{{{Ml{BBn}}FEn}{{Il{FDbFDd}}}}{{{FDh{}{{FDf{c}}}}e}{{FDh{}{{FDf{c}}}}}FDj{{Cb{c}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}e}{{FDh{}{{FDf{c}}}}}FDj{{Cb{cc}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}eg}{{FDh{}{{FDf{c}}}}}FDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}2`{c{{Il{FDbFDd}}}{{Gf{FF`}}}}{{{FEf{}{{FEd{c}}}}}FFjFEj}{{{FEb{}{{FE`{c}}}}}{{FFl{{FEb{}{{FE`{c}}}}}}}FDh}{{FDnM`M`c}Ad{}}{{{FEf{}{{FEd{c}}}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{FEf{}{{FEd{c}}}}{Ml{BBn}}e}{{Il{AdFDd}}}FEj{{ABd{FFn}}}}{{FG`M`M`M`M`{Ml{BBn}}}{{Il{AdFDd}}}}{{FG`M`M`M`M`{Ml{BBn}}c}{{Il{AdFDd}}}{{ABd{FFn}}}}`{{c{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}{{Gf{FF`}}}}{{c{Ml{BBn}}M`M`FEhFEn}{{Il{AdFDd}}}{{Gf{FF`}}}}{{{FEf{}{{FEd{c}}}}}AfFEj}{{{FEf{}{{FEd{c}}}}FGb}{{Il{AdFDd}}}FEj}{{FDnM`M`M`M`}{{FGd{FDn}}}}{{{FDh{}{{FDf{c}}}}}{{FGf{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{FGh{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{FGj{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{FGl{c}}}FDj}6{{{FEb{}{{FE`{c}}}}M`M`}cFDh}>{{{FEb{}{{FE`{c}}}}M`M`M`M`}{{FGd{{FEb{}{{FE`{c}}}}}}}FDh}{{{FEb{}{{FE`{c}}}}}M`FDh}{{c{Ml{BBn}}M`M`FEhe}{{Il{AdFDd}}}{FGnFFh}{{K`{FH`}}}}{{FHb{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}}`````````{FHdc{}}``````````````````````````````````````````````````{c{{Il{{Jn{{FGj{Mf}}}}An}}}{{Gf{FF`}}}}{{BBnBBnBBnBBn}FHf}{{{FGj{Mf}}}FHf}````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cMf}{{FHh{Jn}}}FEb}{{gCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}`{{gMf}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cM`M`M`M`}{{FGd{c}}}FEb}0{{{FHh{c{Jn{BBn}}}}e}Ad{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{g{Ml{Mf}}}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{c{{FHh{Jn}}}FEb}{{c{FHh{e}}}{{Il{AdFDd}}}FEb{{FHn{}{{FHl{Ml}}}}}}{cAdFDn}210{c{{FHh{FGfJn}}}FEb}{c{{FHh{FGhJn}}}FEb}{c{{FHh{eJn}}}FEb{FDh{FI`{FGf}}}}{c{{FHh{eJn}}}FEb{FDh{FI`{FGh}}}}{{{FHj{}{{BHd{c}}}}}j{}}{{gee}Ad{FDjFIb}{{FDh{}{{FDf{c}}}}}{{FDn{}{{FE`{e}}}}}}={{{FHh{c{Jn{BBn}}}}e}{{FHh{{FGf{BBn}}{Jn{BBn}}}}}{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{{FHj{}{{BHd{c}}}}c}Db{}}{{eMfMf}{{I`{c}}}FDh{{FEb{}{{FE`{c}}}}}}09{{{FHj{}{{BHd{c}}}}Db}{{I`{c}}}{}}{{{FHj{}{{BHd{c}}}}c}Ad{}}{{ceFIdFId}AdFDn{{FEb{}{{FE`{}}}}}}{{{Lf{M`M`}}{Lf{M`M`}}M`M`}{{Lf{M`M`}}}}1{{cM`M`FIf}{{FHh{Jn}}}FEb}{c{{FHh{Jn}}}FEb}{{c{FHh{e}}}{{Il{AdFDd}}}FEb{{FHn{}{{FHl{Ml}}}}}}{cAdFDn}212188{{gM`M`}{{FHh{e{Jn{c}}}}}{FDjFIh}{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{ce}AdFDn{{FEb{}{{FE`{}}}}}}{{gMfCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}>```{{gCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cCEh}AdFDn}{{gMf}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cMf}AdFDn}{{{FHh{c{Jn{BBn}}}}e}Ad{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{c{{FHh{FGfJn}}}FEb}{c{{FHh{FGhJn}}}FEb}{c{{FHh{eJn}}}FEb{FDh{FI`{FGf}}}}{c{{FHh{eJn}}}FEb{FDh{FI`{FGh}}}}{{{FHj{}{{BHd{c}}}}}j{}}98{{{FHh{c{Jn{BBn}}}}e}{{FHh{{FGf{BBn}}{Jn{BBn}}}}}{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{{FHj{}{{BHd{c}}}}c}Db{}}?{{{FHj{}{{BHd{c}}}}Db}{{I`{c}}}{}}{{{FHj{}{{BHd{c}}}}c}Ad{}}```````````````````````````````````````{{}{{FIl{FIj}}}}{FInOb}``{O`FJ`}{DdFJb}{FJdFJf}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FJhFJjFJl}Ad}`{{FJhFJn}j}``{FJhj}`{{FJhFJj}{{FK`{FJh}}}}{FJhFKb}0``````````{FJh{{I`{Jl}}}}{FJhFKd}``{{FJhFKdFKd}Ad}5``````{FJh{{I`{FJn}}}}```````````````````{{FJhFKdGd{I`{FKf}}}FKd}{{FJhGd{I`{FKf}}}Ad}```````````````````````8``{FJhFKh}{FJh{{I`{{Lf{FKdFKd}}}}}}{{FJhj}Ad}{{FJhFKd}Ad}1{{FJhFKh}Ad}{{FJhADh}Ad}{{FJhFJjj}Ad}`````{FJhAd}````{FJhADh}`````````{{FJhe}c{}{{Bb{FIn}{{Ch{c}}}}}}0```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FKj{Ml{FKl}}FKn}FL`}{{FKjFLbFKn}FL`}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{FLdAd}````````{{FLdMfMfMfMfMfMf}Ad}`````````{{{Ml{BBn}}}{{I`{M`}}}}```````````````````````````````````````````{{FLdMfMf}Ad}`````````````0`````````````{{{Ml{BBn}}}{{I`{FLf}}}}`````{{FLdMfMfMfMf}Ad}````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FLhFLj}Ad}{{FLhFLl}Ad}{FLhAd}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FLn{Ml{BBn}}}{{I`{FM`}}}}{{{Ml{BBn}}ADh}{{I`{FMb}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{FMf{}{{FMd{c}}}}c}{{Ob{M`}}}{DlAj}}{{{FMf{}{{FMd{c}}}}cFMhCKn{ADb{Mf}}}Ad{DlAj}}``````{{Odce}CLj{{K`{CMn}}}{{K`{CMn}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{CLj}}}}}}`{{OdMfce}CLj{{Bb{Od}{{Ch{CLj}}}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegi}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegik}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}{{Bb{CLjOb}{{Ch{CLj}}}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMlcOdCMnCMnFMjMfFMn{Ml{{CJl{egc}}}}{Ml{CK`}}}CLjCKb{}{}}```````````````````````````````````````````````{{CKhceCKjCKdCKl}AdCKb{}}{{{Ml{{CJl{ceg}}}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{CKhCKdcCLf}jCKb}{{CKhcObCLfCLh}CLjCKb}{{CKhCKdCKlCKnc}CLlCKb}{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}``````{CKbAd}{{CKbCLbc}Ad{{K`{Ih}}}}````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}```{{{EMh{}{{Ch{c}}}}EMj}Ad{}}{{{Ib{{EMh{}{{Ch{c}}}}}}{DAd{{Ib{DAb}}}}}{{DAd{{Ib{DAb}}}}}{}}`````{{FN`Dd}{{Ob{M`}}}}{{FN`Dd{I`{Dd}}CKn}Ad}`````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}FO`{AhGh}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}c{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}FOl{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}gCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}eCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}i}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{FNn{c}}CLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FNl{}{{FNb{c}}}}DbDb}{{I`{CLf}}}{AhGh}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNl{}{{FNb{c}}}}CLf}{{I`{G`}}}{AhGh}}{{{FNl{}{{FNb{c}}}}}Gb{AhGh}}`{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{Ad{{Ml{BBn}}}}}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FNl{}{{FNb{c}}}}}Ob{AhGh}}{{{FNl{}{{FNb{c}}}}}Mf{AhGh}}0{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}Gd}Ad{AhGhFn}}{{{FNl{}{{FNb{c}}}}Ob}Ad{AhGh}}{{{FNd{}{{FNb{c}}}}}{{I`{Jl}}}{AhGhFn}}``{{{FNd{}{{FNb{c}}}}ObcFOlGfe}Ad{AhGhFn}FNj}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}c}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}Ad{AhGh}}{{{FNl{}{{FNb{c}}}}}Gh{AhGh}}`{{{FNn{c}}}{{FNl{}{{FNb{c}}}}}{AhGh}}{Gd{{FNd{}{{FNb{c}}}}}{AhGhFn}}````````````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}><;6```````{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}>````````{CJn{{Jn{CK`}}}}`{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CMd{{Gj{c}}}{}}{{CMdGl{I`{CLd}}}Ad}{CJn{{I`{CLd}}}}`{{CJnCK`cOd}CLjCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CJnCK`CKdcCMd}AdCKb}`{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CMdGn{I`{CLd}}CKnCLh}Ad}{{CJnCLd}Ad}{CJn{{Ob{CMn}}}}0{CJnCNb}`{CJnCNd}``{{CMdGA`{I`{CLd}}}Ad}`````````````````{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}?{GlAd}`?{Glj}{{{Ib{CMd}}g}{{`{{CMd{e}}}}}{}{}{{ABd{c}{{Ch{e}}}}}}{{GA`Db}Ad}{GA`Ad}0{{CLde}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{GnGAb}Ad}`>2{{GnGAd}Ad}`:7``{{{DAj{GAf}{{Ch{e}}}}}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{}{{`{{CMd{CLd}}}}}}{CLd{{`{{CMd{c}}}}}{}}:{{}{{`{{CMd{c}}}}}{}}0`:`;```{{CLdGAb}{{`{{CMd{c}}}}}{}}6{{CLdGAd}{{`{{CMd{c}}}}}{}}6`````{{CLdDb}{{`{{CMd{c}}}}}{}};4:4:4:```````````{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}`{{cCKjCKdGAlCbCKn}AdFOj}{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}``````{{{Jn{CK`}}{Ml{c}}egi}Ad{}{{ABd{CK`c}}}{{ABd{Db}{{Ch{j}}}}}{{ABd{c}{{Ch{CK`}}}}}}```````````{{{CJ`{}{{GAh{c}}}}c}BhFn}``{c{{Lf{{CIn{}{{Kf{e}}{Kj{g}}{CIl{i}}{Kh{c}}}}{Nf{g}}}}}{}Kn{JjFd}{FnCJ`}}{{{CI`{c}}}{{Il{AdCIb}}}{}}{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}NlKn{JjFd}{FnCJ`}{}}{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}{}Kn{JjFd}{FnCJ`}{}}{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}{{Mh{e}}}Kn{JjFd}{FnCJ`}{}}`{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}gKn{JjFd}{FnCJ`}{}}{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}JlKn{JjFd}{FnCJ`}{}}{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}e}{{Nf{e}}}Kn{JjFd}{FnCJ`}{}}{{{CIn{}{{Kf{c}}{Kj{e}}{CIl{g}}{Kh{i}}}}}{{CJl{egCJj}}}Kn{JjFd}{FnCJ`}{}}{e{{Nf{c}}}{}{{ABd{{I`{Jl}}}{{Ch{c}}}}}}{CL`{{I`{c}}}Dh}10{Jl{{Nf{c}}}{}}0``````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000{{}CMl}{{}{{Ad{{Ml{GAn}}}}}}{ce{}{}}00000000000000000{cCj{}}00000000000000000{{{GB`{c}}GAn}{{I`{{Ad{{Ml{BBn}}}}}}}Fb}{{{GB`{c}}}{{Ad{{Ml{GAn}}}}}Fb}{{CMlCMl}CMl}{{CMlCMl}Ad}10{CMlM`}021666666666666666666{{c{Cl{e}}}g{}{}{}}00000000{CMlCMl}{{{GBb{c}}}{{GBb{c}}}Dl}{GBdGBd}{{{GBf{c}}}{{GBf{c}}}Dl}{GBhGBh}{CMjCMj}{GBjGBj}{CMhCMh}{{{GB`{c}}}{{GB`{c}}}Dl}{{ce}Ad{}{}}000000009{ce{}{}}00000000{{CMlCMl}j}{{}GBh}{Dbc{}}00000000000000000{{CMlCMl}CMl}{DbAd}00000000{{}CMl}5{{{GBb{c}}{GBb{c}}}j{}}{{GBdGBd}j}{{{GBf{c}}{GBf{c}}}j{}}{{ce}j{}{}}00{{CMlc}Ad{{Oh{}{{Of{CMl}}}}}}{{CMlDf}{{Il{AdAl}}}}0000{{{GBb{c}}Df}{{Il{AdAl}}}Jj}{{GBdDf}{{Il{AdAl}}}}{{{GBf{c}}Df}{{Il{AdAl}}}Jj}{{GBhDf}{{Il{AdAl}}}}{{CMjDf}{{Il{AdAl}}}}{{CMhDf}{{Il{AdAl}}}}{GBlCMl}{cc{}}00000000000000000{M`{{I`{CMl}}}}{M`CMl}00{cCMl{{Oh{}{{Of{CMl}}}}}}{Gd{{I`{CMl}}}}{ce{}{}}00000000{CMhGBn}{{CMlc}AdGC`}``{{}Db}00000000{{CMlCMl}Ad}{{CMlCMl}CMl}{{CMlCMl}j}666666666666666666{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000::::::::::::::::::{CMl};;;;;;;;;{CMlj}0{CMl{{GCb{CMl}}}}{CMl{{GCd{CMl}}}}`{CMlCMl}```;{{GCf{GBb{c}}}{{Il{Ad{GCh{{GBb{c}}}}}}}{}}{{CMlCMlj}Ad}<=<{ce{}{}}00000000>{c{{Il{e}}}{}{}}00000000000000000{{{Lf{{Jn{BBn}}GAn}}}{{Il{{GB`{c}}}}}{{GCj{{Lf{{Jn{BBn}}Jl}}}}}}111111111{c{{Il{e{In{e}}}}}{}{}}00000000{cJ`{}}00000000444444444444444444{{CMlCMl}CMl}`````````````````````{{cg}i{}{}{{An{e}}}{}}000{{}{{Ad{{Ml{Jl}}}}}}0{{}{{Ad{{Ml{GAn}}}}}}88888888{cCj{}}0000000{{FbGd}{{I`{{Ad{{Ml{BBn}}}}}}}}{{{CNf{c}}GAn}{{I`{{Ad{{Ml{BBn}}}}}}}Fb}{Fb{{Ad{{Ml{Jl}}}}}}{{{CNf{c}}}{{Ad{{Ml{GAn}}}}}Fb}========{{c{Cl{e}}}g{}{}{}}000{GClGCl}{{ce}Ad{}{}}{ce{}{}}000{Dbc{}}0000000{DbAd}000{{GClDf}{{Il{AdAl}}}}0{cc{}}00000004444{{}Db}00055555555{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000;;;;888888888888`8{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}000{{{Lf{{Jn{BBn}}Jl}}}{{Il{GCn}}}}1{{{Lf{{Jn{BBn}}GAn}}}{{Il{{GD`{c}}}}}{{GCj{{Lf{{Jn{BBn}}Jl}}}}}}2222222{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000????????``{{Dbg}{{Nf{c}}}CJd{{Oj{}{{Ch{Ad}}}}CJd}{{Bb{{EDl{c}}}{{Ch{e}}}}CJd}}``````````````{{}{{Mh{CLn}}}}{{{DAj{CLnCMb}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0``{{Kne}c{}{{Bb{}{{Ch{c}}}}}}{{}{{Il{KnAn}}}}{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}``````````````````````````````````{c{{Nf{{Il{AdCHn}}}}}{{K`{{Ad{{Ml{BBn}}}}}}}}`````````````````{{{DAj{EMbEMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0```````````````````````````````````````````````````{{{GDb{}{{GAh{c}}}}c}C`{FnDl}}```````````````{{cDbi}{{Mh{e}}}AjCJd{{Oj{}{{Ch{EMf}}}}CJd}{{Bb{{EDl{e}}}{{Ch{g}}}}CJd}}{{{DAj{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAb{}{{Of{c}}}}CJd}}{{cg}{{Mh{e}}}Aj{}{{DAb{}{{Of{e}}}}CJd}}{{cek}{{Mh{g}}}AjCJdCJd{{Oj{}{{Ch{{Lf{ge}}}}}}CJd}{{Cb{e}{{Ch{i}}}}CJdNd}}``{DAf{{Mh{DAh}}}}```````````````````````````````````````````````````{i{{GDd{ceg}}}{}GDfCKb{{K`{{CJl{ceg}}}}}}`{i{{GDh{iceg}}}{}{}EMn{{GDj{ceg}}}}`{{cjg}{{GDl{eik}}}{{K`{Jl}}}{}{{ABd{j}{{Ch{e}}}}}{GDnGAj}FOj}{i{{GE`{ceg}}}{}{}CKb{{Oh{}{{Of{{CJl{ceg}}}}}}}}``{{{GEb{c}}Gd{I`{c}}g}{{GEd{ceik}}}{GEfDl}{}{{ABd{c}{{Ch{e}}}}}{GEhGDb}FOj}{i{{CJl{ceg}}}{}{}CKb{{GEj{ceg}}}}`{i{{GEl{ceg}}}{}GEnCKb{{K`{{CJl{ceg}}}}}}{{}{{Nf{c}}}{}}0{c{{GF`{e}}}{{K`{FOl}}}GFb}{cGFd{{K`{CMn}}}}`{e{{GFf{c}}}{}{{K`{c}}}}`{k{{GFh{cegi}}}{AhGh}{}{}CKb{{Oh{}{{Of{{Lf{c{CJl{egi}}}}}}}}}}`{{cm}{{GFj{egick}}}Aj{}{}{}{{K`{{CJl{egi}}}}}{{ABd{c}{{Ch{k}}}}}}{i{{GFl{ceg}}}{}{}CKb{{K`{{CJl{ceg}}}}}}{{{GEj{}{{GFn{c}}{GG`{e}}}}cCMd}AdFn{}}```{{e{I`{c}}i}{{GGb{cgkm}}}{JhGh}{{K`{{Ad{{Ml{c}}}}}}}{}{{ABd{c}{{Ch{g}}}}}{GGdGGfGDbGEn}FOj}`{{{GGh{Mf}}Mf}{{GGj{c}}}GGl}`{{ce{I`{e}}i}{{GGn{gkm}}}{{K`{Jl}}}{AhGH`}Dl{{Bb{e}{{Ch{g}}}}}GHbFOj}{i{{GHd{ceg}}}{}{}CKb{{ABd{Ob}{{Ch{{CJl{ceg}}}}}}}}{i{{GHf{ceg}}}{}{}CKb{{Oh{}{{Of{{CJl{ceg}}}}}}}}```{i{{GHh{ceg}}}{}GGfCKb{{K`{{CJl{ceg}}}}}}`{{{GGh{c}}cg}{{GHj{cei}}}{Ah{ED`{BBn}}BE`}Dl{{ABd{c}{{Ch{e}}}}}GHl}``{c{{GHn{e}}}{{K`{Dd}}}GI`}`{c{{GIb{eg}}}JhGAjFOj}`{{{GId{c}}}{{GIh{GIfegc}}}FOjDlGIj}`{{GdGd}{{GIl{ceg}}}DlGEhFOj}`{{ci}{{GIn{ecg}}}{}{}CKb{{K`{{CJl{ecg}}}}}}`{{cjg}{{GJ`{eik}}}{{K`{{I`{Jl}}}}}{}{{ABd{j}{{Ch{e}}}}}GJbFOj}`{{ikGJd}{{GJf{ceg}}}{}{GEnGAj}FOj{{K`{{CJl{ceg}}}}}Jh}{{{GEj{}{{GFn{c}}{GG`{e}}}}ce}{{I`{g}}}Fn{}{}}{c{{GF`{e}}}{{K`{FOl}}}GFb}`{{{GGh{c}}cg}{{GJh{cei}}}{Ah{ED`{BBn}}BE`}Dl{{ABd{c}{{Ch{e}}}}}GHl}{cGFd{{K`{CMn}}}}{{{GEj{}{{GFn{c}}{GG`{e}}}}c}{{CJl{egi}}}Fn{}{}{}}`````{{{GDf{}{{GAh{c}}}}c}dFn}`````0{{cCKnCKljeg}dCKbGDf{{Bb{}{{Ch{GJj}}}}}}{CLd{{Nf{c}}}{}}2`{{OdCMnCMnFMjc}CLj{{Bb{Od}{{Ch{CLj}}}}}}{{CKdCKlj}CLl}4```{{CLdCLnCKdCKl{CM`{c}}{I`{c}}e}CMbDl{{Bb{}{{Ch{GJj}}}}}}``````````````````````````````````{{{EMn{}{{EMl{c}}}}{Jn{c}}}Ad{}}{{{GDj{}{{GFn{c}}}}cegCKnCKl}JnFnEMn{}}```````{{{GDj{}{{GFn{c}}}}cCKnCKl}CLlFn}````````{{{GDj{}{{GFn{c}}}}cGJlCKnCKl}{{Lf{CMb{I`{e}}}}}Fn{}}``````````````{{{GDn{}{{GAh{c}}}}cj}AbFn}````0```````{e{{Jn{Jl}}}GEf{{Oh{}{{Of{c}}}}}}{{eiGd}{{`{{BIl{}{{Of{c}}}}}}}{}{{Oh{}{{Of{c}}}}}{{Gf{Gd}}}{{Oh{}{{Of{g}}}}}}````{{{GEn{}{{GAh{c}}}}c}BfFn}``{{cBfCKn}AdCKb}`{{OdCMnCMnMfMfFMjGbGhc}CLj{{Bb{Od}{{Ch{CLj}}}}}}``{CLd{{Nf{{I`{CKn}}}}}}``````{{eCKdcGJnFMh{ADb{Mf}}}Ad{DlAj}{{FMf{}{{FMd{c}}}}}}{{eOdcCMnCMnGJn{ADb{Mf}}}CLj{}{{FMf{}{{FMd{c}}}}}}`{c{{GK`{c}}}{}}``{{cGKbOb}ObFMf}`````````````````````````````````````````````````{{GKdCKdCLf}j}`{{GKfGKhCKdCKlceCKjCKnMf{I`{Mf}}ik}AdCKbGKj{}{{BIl{}{{Of{{Lf{GKlg}}}}}}}{{ABd{gcCKjCKdCKlCKn}}}}{{{GKj{}{{GAh{c}}}}c}HlFn}{{{GKj{}{{GAh{c}}}}c}{{I`{Hn}}}Fn}`{{CK`cOdGKhCMnCMnMfgi}CLj{}{}{{BIl{}{{Of{{Lf{GKle}}}}}}}{{ABd{eCK`cOd}{{Ch{CLj}}}}}}{{GKfGKhCKdCKlMf{I`{Mf}}}{{I`{CLl}}}}`2```{{GKfGKhCLnCKdCKl{CM`{c}}Mfg{I`{{Ib{ABd}}}}{I`{{Ib{ABd}}}}{I`{{Lf{Mf{Ib{ABd}}}}}}}CMb{}GKd{{BIl{}{{Of{{Lf{GKle}}}}}}}}````````````````````````````````````````{{{GGd{}{{GAh{c}}}}c}Af{FnDl}}```{{ceCKdCKlFMj{I`{FOl}}GfFJd{I`{Gd}}{I`{g}}GKniCKn}AdFOjGGdJh{{Bb{}{{Ch{GL`}}}}}}``1{{GL`cOdCMnFMj{I`{FOl}}GfFJdI`{I`{Gd}}{Ml{e}}}CLjFOjJh}`{{CKdCKl}CLl}{{CKdGL`FMj{I`{FOl}}FJd{Ml{c}}ABd}{{I`{{CMf{egi}}}}}{DlJh}{}{GGdGGfGDbGEn}FOj}````{{CLnCKdCKl{CM`{c}}ABd{I`{e}}{Ml{e}}i}CMb{}{GhDl}FNl{{Bb{}{{Ch{{GL`{g}}}}}}}}```````{{{GGl{}{{GAh{c}}}}c}BnFn}```````{{{GHb{}{{GAh{c}}}}cj}lFn}````0``````````{{{GFb{}{{GAh{c}}}}c}BlFn}`````````````````````{{{GGf{}{{GAh{c}}}}c}hFn}0````00{{GLbceCKdCKlGLdg}AdCKbGGf{{Bb{cCKdCKlCKn}}}}{{{GGf{}{{GAh{c}}}}cj}hFn}0{{cOdCMnCMnGLde}CLj{}{{Bb{cOd}{{Ch{CLj}}}}}}{{GLbCKdCKlGLdc}CLl{{Bb{CKdCKlCKn}{{Ch{CLl}}}}}}{{CLdGAb}{{Nf{c}}}{}}`{{CLdGAd}{{Nf{c}}}{}}{{GLbCLnCKdCKlCL`{CM`{c}}GLd{I`{{Ib{ABd}}}}e}CMb{}{{Bb{CLnCKdCKlCL`{CM`{c}}CKn}{{Ch{CMb}}}}}}```````````````````{{{GHl{}{{GAh{c}}}}c}AlFn}``````0{{cCKdCKlGLfe{GGh{e}}{Ml{e}}g}AdCKb{{K`{Nl}}Ah}GHl}`1{{CKdCKlGLf}CLl}``{{CLnCKdCKl{CM`{c}}GLfe{GGh{e}}eABd{I`{c}}}CMbDl{Ah{K`{Nl}}GLh}}`````````````{{{GI`{}{{GAh{c}}}}c}BdFn}`0```````````{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}`{{cCKjCKdGAlCbCKn}AdFOj}{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}`````````````````````````````````{{{GIj{}{{GAh{c}}}}c}A`Fn}``0{{{GIj{}{{GAh{c}}}}c}DdFn}11000`````````````{{{GEh{}{{GAh{c}}}}c}fFn}````0{{{GEh{}{{GAh{c}}}}c}DdFn}{{ceCKdCKlGLjGLljj{I`{GLn}}CKn}AdFOjGEh}{CLd{{Nf{c}}}{}}3`3`{{cOdCMnFMj{I`{FOl}}I`Gf{I`{GLn}}GLjGLlGdj}CLjFOj}{{CKdCKlj}CLl}{{CLdDb}{{Nf{c}}}{}}33535```{{CLnCKdCKlcCL`{CM`{e}}GLl{I`{FOl}}GfI`j{I`{ABd}}{I`{ABd}}{I`{e}}g}CMbFOjDl{{Bb{}{{Ch{GLj}}}}}}6``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GJb{}{{GAh{c}}}}cj}AhFn}```````0````````````````{{{GHl{}{{GAh{c}}}}c}AlFn}````0{{cCKdCKlGM`e{GGh{e}}g}AdCKb{{K`{Nl}}Ah}GHl}`1{{CKdCKlGM`}CLl}``{{CLnCKdCKl{CM`{c}}GM`e{GGh{e}}eABd{I`{c}}}CMbDl{Ah{K`{Nl}}GLh}}```````````````````````````````````````````````````````````````{{LdDl}{{Nf{c}}}{}}{{LdGMb}{{Nf{c}}}{}}{{LdGMd}{{Nf{c}}}{}}{Ld{{Nf{c}}}{}}`0`{{Lde}{{Nf{c}}}{}{{Bb{Af}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{j}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{{I`{j}}}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{GMd}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{Ob}{{Ch{c}}}}}}{{}{{Mh{{Lf{LdDAh}}}}}}6````{{Ldj}{{Nf{c}}}{}}`0{{LdCLf}{{Nf{c}}}{}}``{{Ld{I`{GMf}}}{{Nf{c}}}{}}`{{LdOb}{{Nf{c}}}{}}``{{Lde}{{Nf{c}}}{}{{Bb{GMh}{{Ch{c}}}}Fd}}`;``{GMj{{Lf{Ld{Nf{c}}}}}{}}<<`````````````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}2{Dbc{}}0{DbAd}{{GMlDf}{{Il{AdAl}}}}0{AnGMl}{DnGMl}{cc{}}{FDdGMl}1{c{{Il{DlGMl}}}{{Gf{FF`}}}}{{{Ml{BBn}}{I`{FEn}}}{{Il{DlGMl}}}}{{{Jn{BBn}}M`M`}{{Il{DlDn}}}}<{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}>{ce{}{}}00{GMl{{I`{CF`}}}}{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}66``````````````````````````````````````````````````````````````````````````````{CJn{{Jn{CK`}}}}{CKbAd}`````{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CKhceCKjCKdCKl}AdCKb{}}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CL`Ad}``{{CKbCLbc}Ad{{K`{Ih}}}}````````{CJn{{I`{CLd}}}}`{{CKhCKdcCLf}jCKb}``{{CKhcObCLfCLh}CLjCKb}{{CJnCK`cOd}CLjCKb}```{{CKhCKdCKlCKnc}CLlCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}`{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CJnCK`CKdcCMd}AdCKb}`{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}``{CL`{{I`{Jl}}}}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}10{{CL`CMh{Jn{CMj}}}Ad}``{{CL`CMl}Ad}{{CJnCLd}Ad}`{CJn{{Ob{CMn}}}}`0{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{CJnCNb}```{CJnCNd}```````````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}{{CL`Jl}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}10`````````````````````````````{CL`Ad}{{CL`{I`{Jl}}}{{I`{c}}}Dh}?>{CL`{{I`{c}}}Dh}>?0>=<{{CL`j{I`{CN`}}{I`{{Lf{{CJl{ceg}}CNb}}}}{Ib{Fb}}CMl}Ad{}{}{}}:5454````````````````````````````````````````````````````````````````{{DjDj}j}{{}{{CHh{CDn}}}}```````````{{{FMf{}{{FMd{c}}}}c}{{Ob{M`}}}{DlAj}}{{{FMf{}{{FMd{c}}}}cFMhCKn{ADb{Mf}}}Ad{DlAj}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLj{{K`{CMn}}}{{K`{CMn}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{CLj}}}}}}`{{OdMfce}CLj{{Bb{Od}{{Ch{CLj}}}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegi}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegik}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}{{Bb{CLjOb}{{Ch{CLj}}}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMlcOdCMnCMnFMjMfFMn{Ml{{CJl{egc}}}}{Ml{CK`}}}CLjCKb{}{}}```````````````````````````````````````````````{{CKhceCKjCKdCKl}AdCKb{}}{{{Ml{{CJl{ceg}}}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{CKhCKdcCLf}jCKb}{{CKhcObCLfCLh}CLjCKb}{{CKhCKdCKlCKnc}CLlCKb}{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}``````{CKbAd}{{CKbCLbc}Ad{{K`{Ih}}}}````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}`````{{FN`Dd}{{Ob{M`}}}}{{FN`Dd{I`{Dd}}CKn}Ad}`````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}FO`{AhGh}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}c{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}FOl{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}gCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}eCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}i}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{FNn{c}}CLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FNl{}{{FNb{c}}}}DbDb}{{I`{CLf}}}{AhGh}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNl{}{{FNb{c}}}}CLf}{{I`{G`}}}{AhGh}}{{{FNl{}{{FNb{c}}}}}Gb{AhGh}}`{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{Ad{{Ml{BBn}}}}}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FNl{}{{FNb{c}}}}}Ob{AhGh}}{{{FNl{}{{FNb{c}}}}}Mf{AhGh}}0{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}Gd}Ad{AhGhFn}}{{{FNl{}{{FNb{c}}}}Ob}Ad{AhGh}}{{{FNd{}{{FNb{c}}}}}{{I`{Jl}}}{AhGhFn}}``{{{FNd{}{{FNb{c}}}}ObcFOlGfe}Ad{AhGhFn}FNj}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}c}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}Ad{AhGh}}{{{FNl{}{{FNb{c}}}}}Gh{AhGh}}`{{{FNn{c}}}{{FNl{}{{FNb{c}}}}}{AhGh}}{Gd{{FNd{}{{FNb{c}}}}}{AhGhFn}}````````````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}><;6```````{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}>````````````````````````{CJn{{Jn{CK`}}}}`{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CMd{{Gj{c}}}{}}{{CMdGl{I`{CLd}}}Ad}{CJn{{I`{CLd}}}}`{{CJnCK`cOd}CLjCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CJnCK`CKdcCMd}AdCKb}`{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CMdGn{I`{CLd}}CKnCLh}Ad}{{CJnCLd}Ad}{CJn{{Ob{CMn}}}}0{CJnCNb}`{CJnCNd}``{{CMdGA`{I`{CLd}}}Ad}`````````````````{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}?{GlAd}`?{Glj}{{{Ib{CMd}}g}{{`{{CMd{e}}}}}{}{}{{ABd{c}{{Ch{e}}}}}}{{GA`Db}Ad}{GA`Ad}0{{CLde}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{GnGAb}Ad}`>2{{GnGAd}Ad}`:7``{{{DAj{GAf}{{Ch{e}}}}}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{}{{`{{CMd{CLd}}}}}}{CLd{{`{{CMd{c}}}}}{}}:{{}{{`{{CMd{c}}}}}{}}0`:`;```{{CLdGAb}{{`{{CMd{c}}}}}{}}6{{CLdGAd}{{`{{CMd{c}}}}}{}}6`````{{CLdDb}{{`{{CMd{c}}}}}{}};4:4:4:```````````{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}`{{cCKjCKdGAlCbCKn}AdFOj}{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}``````{{{Jn{CK`}}{Ml{c}}egi}Ad{}{{ABd{CK`c}}}{{ABd{Db}{{Ch{j}}}}}{{ABd{c}{{Ch{CK`}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBn}}M`M`}{{Il{DlDn}}}}`````````````````````````````{e{{DAd{{Ib{DAb}}}}}{}{{DAb{}{{Of{c}}}}Fd}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAn}}}}{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}```````````{DAf{{Mh{DAh}}}}``````````````````````````````````````````````````````````{CJn{{Jn{CK`}}}}{CKbAd}`````{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CKhceCKjCKdCKl}AdCKb{}}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CL`Ad}``{{CKbCLbc}Ad{{K`{Ih}}}}````````{CJn{{I`{CLd}}}}`{{CKhCKdcCLf}jCKb}``{{CKhcObCLfCLh}CLjCKb}{{CJnCK`cOd}CLjCKb}```{{CKhCKdCKlCKnc}CLlCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}`{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CJnCK`CKdcCMd}AdCKb}`{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}``{CL`{{I`{Jl}}}}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}10{{CL`CMh{Jn{CMj}}}Ad}``{{CL`CMl}Ad}{{CJnCLd}Ad}`{CJn{{Ob{CMn}}}}`0{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{CJnCNb}```{CJnCNd}```````````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}{{CL`Jl}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}10`````````````````````````````{CL`Ad}{{CL`{I`{Jl}}}{{I`{c}}}Dh}?>{CL`{{I`{c}}}Dh}>?0>=<{{CL`j{I`{CN`}}{I`{{Lf{{CJl{ceg}}CNb}}}}{Ib{Fb}}CMl}Ad{}{}{}}:5454````````````````````````````````````````````````````````````````{{DjDj}j}{{}{{CHh{CDn}}}}```````````{{{FMf{}{{FMd{c}}}}c}{{Ob{M`}}}{DlAj}}{{{FMf{}{{FMd{c}}}}cFMhCKn{ADb{Mf}}}Ad{DlAj}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLj{{K`{CMn}}}{{K`{CMn}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{CLj}}}}}}`{{OdMfce}CLj{{Bb{Od}{{Ch{CLj}}}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegi}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegik}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}{{Bb{CLjOb}{{Ch{CLj}}}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMlcOdCMnCMnFMjMfFMn{Ml{{CJl{egc}}}}{Ml{CK`}}}CLjCKb{}{}}```````````````````````````````````````````````{{CKhceCKjCKdCKl}AdCKb{}}{{{Ml{{CJl{ceg}}}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{CKhCKdcCLf}jCKb}{{CKhcObCLfCLh}CLjCKb}{{CKhCKdCKlCKnc}CLlCKb}{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}``````{CKbAd}{{CKbCLbc}Ad{{K`{Ih}}}}````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}`````{{FN`Dd}{{Ob{M`}}}}{{FN`Dd{I`{Dd}}CKn}Ad}`````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}FO`{AhGh}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}c{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}FOl{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}gCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}eCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}i}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{FNn{c}}CLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FNl{}{{FNb{c}}}}DbDb}{{I`{CLf}}}{AhGh}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNl{}{{FNb{c}}}}CLf}{{I`{G`}}}{AhGh}}{{{FNl{}{{FNb{c}}}}}Gb{AhGh}}`{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{Ad{{Ml{BBn}}}}}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FNl{}{{FNb{c}}}}}Ob{AhGh}}{{{FNl{}{{FNb{c}}}}}Mf{AhGh}}0{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}Gd}Ad{AhGhFn}}{{{FNl{}{{FNb{c}}}}Ob}Ad{AhGh}}{{{FNd{}{{FNb{c}}}}}{{I`{Jl}}}{AhGhFn}}``{{{FNd{}{{FNb{c}}}}ObcFOlGfe}Ad{AhGhFn}FNj}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}c}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}Ad{AhGh}}{{{FNl{}{{FNb{c}}}}}Gh{AhGh}}`{{{FNn{c}}}{{FNl{}{{FNb{c}}}}}{AhGh}}{Gd{{FNd{}{{FNb{c}}}}}{AhGhFn}}````````````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}><;6```````{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}>````````````````````````{CJn{{Jn{CK`}}}}`{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CMd{{Gj{c}}}{}}{{CMdGl{I`{CLd}}}Ad}{CJn{{I`{CLd}}}}`{{CJnCK`cOd}CLjCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CJnCK`CKdcCMd}AdCKb}`{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CMdGn{I`{CLd}}CKnCLh}Ad}{{CJnCLd}Ad}{CJn{{Ob{CMn}}}}0{CJnCNb}`{CJnCNd}``{{CMdGA`{I`{CLd}}}Ad}`````````````````{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}?{GlAd}`?{Glj}{{{Ib{CMd}}g}{{`{{CMd{e}}}}}{}{}{{ABd{c}{{Ch{e}}}}}}{{GA`Db}Ad}{GA`Ad}0{{CLde}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{GnGAb}Ad}`>2{{GnGAd}Ad}`:7``{{{DAj{GAf}{{Ch{e}}}}}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{}{{`{{CMd{CLd}}}}}}{CLd{{`{{CMd{c}}}}}{}}:{{}{{`{{CMd{c}}}}}{}}0`:`;```{{CLdGAb}{{`{{CMd{c}}}}}{}}6{{CLdGAd}{{`{{CMd{c}}}}}{}}6`````{{CLdDb}{{`{{CMd{c}}}}}{}};4:4:4:```````````{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}`{{cCKjCKdGAlCbCKn}AdFOj}{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}``````{{{Jn{CK`}}{Ml{c}}egi}Ad{}{{ABd{CK`c}}}{{ABd{Db}{{Ch{j}}}}}{{ABd{c}{{Ch{CK`}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBn}}M`M`}{{Il{DlDn}}}}`````````````````````{{}{{Mh{CLn}}}}{{{DAj{CLnCMb}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`{{Kne}c{}{{Bb{}{{Ch{c}}}}}}{{}{{Il{KnAn}}}}{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}`````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}`{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}``{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}`{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}``{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}`{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}`{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}`{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}``{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{DNf{{DNh{DNf}}}}`{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}`{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}`{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````{Db{{Lf{{EDl{c}}{EDn{c}}}}}{}}{{}{{Lf{{EE`{c}}{EEb{c}}}}}{}}````{{}{{Lf{{EEd{c}}{EEf{c}}}}}{}}```````{c{}Oj}{c{{EEh{c}}}{DAbDFl}}{{}{{Il{EEjEEl}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DClc}{{DCn{DClc}}}DD`}{DDf{{DDh{DDf}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{{ce}{{EEn{ce}}}DD`{DLfDFlALh}}{{ce}{{EF`{ce}}}DDn{DLfDFlALh}}{{ce}{{Lf{{EFb{ce}}EFd}}}DDn{DLfDFlALh}}{{}EFf}{DE`{{DFb{DE`}}}}{DDf{{DGj{DDf}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DE`{{DJb{DE`}}}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}1{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{BBnEFh}{{DNfDLl}{{DNh{DNf}}}}{{}EFj}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{DNf{{DNh{DNf}}}}{{DClAf}{{Ef{DCl}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}````````````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}`{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}`{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}`{DNf{{DNh{DNf}}}}{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}Oj}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}0{DBl{{DCf{DBl}}}}{OjAd}{c{{EFn{{Il{ec}}}}}{}{}}{DB`{{DEh{DB`c}}}{}}{DBl{{DFn{DBl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{DBl{{DHd{DBl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{DB`{{DIf{DB`}}}}{EG`Oj}{DBl{{DIl{DBl}}}}{EGbj}{{ce}{{EGd{ce}}}OjOj}{{ceg}{{EGf{ceg}}}OjOjOj}{{cegi}{{EGh{cegi}}}OjOjOjOj}{{cegik}{{EGj{cegik}}}OjOjOjOjOj}{cEGlOh}{e{{EGn{e}}}{}{{Bb{DLb}{{Ch{c}}}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EH`{c}}}Oj}{DBl{{DKd{DBl}}}}{DBl{{I`{c}}}{}}{c{{EFn{{Il{ce}}}}}{}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHb{c}}}{}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{e{{EHd{e}}}{}{{Cb{DLb}{{Ch{{DLd{c}}}}}}}}{c{{EHf{c}}}Oj}{{DBlDLb}{{DLd{c}}}{}}{c{{EFn{c}}}{}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHh{ce}}}{OjDFl}{OjDFl}}{cEHjOh}{cEHlOh}{DBl{{DOb{DBl}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DB`{{EBb{DB`c}}}{}}{DB`{{EBf{DB`}}}}{{ce}{{EHn{ce}}}DBd{{DBd{}{{Cd{}}}}}}{{ceg}{{EI`{ceg}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegi}{{EIb{cegi}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegik}{{EId{cegik}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{cEIfOh}{c{{EIh{c}}}DBd}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{ce}{{EIj{ce}}}{DBdDFl}{DBdDFl}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DBnDb}{{DC`{DBnc}}}{}}{DBn{{DDd{DBnc}}}{}}{{}{{EIl{c}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DBn{{DGh{DBnc}}}{}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}1010{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{{ck}{{EIn{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}DAb}{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}0{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlDb}{{DDb{DAl}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{{}{{EJ`{c}}}{}}{DAl{{DEf{DAl}}}}{DBf{{DEj{DBfc}}}{}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DAl{{DG`{DAl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DHf{DAl}}}}`{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DAl{{DIh{DAl}}}}{DBf{{DIn{DBf}}}}{EJbj}{cEJdOh}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DAl{{DKf{DAl}}}}{c{{EJf{c}}}Oj}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{}{{EJh{c}}}{}}{e{{EJj{e}}}{}{{Cb{DLb}{{Ch{{DLd{{I`{c}}}}}}}}}}{c{{EJl{c}}}DAb}{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{DAlDb}{{DMn{DAl}}}}{c{{EJn{c}}}Dl}{e{{EK`{e}}}{}{{Cb{}{{Ch{c}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{ce}{{EKb{ce}}}DAb{{DAb{}{{Of{}}}}}}`{cEKdOh}{DAl{{DNj{DAl}}}}{{cei}{{EKf{ceig}}}DAb{{DAb{}{{Of{}}}}}Fn{{Cb{g}{{Ch{EKh}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{{DAlDb}{{Ed{DAl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DBf{{EBd{DBf}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKj{cig}}}{}{}{{DBd{}{{DKl{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DAlc}{{EDj{DAlc}}}DAb}``````````{cEKdOh}``````````````````{OjAd}{EG`Oj}{{}EKn}0{{EL`c}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}Fd}}{{ELdc}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}}}{{ELf{ELh{Ad}}}{{Il{AdELb}}}}{{ELdc}{{Il{DNbELb}}}Oj}{{ELj{ELl{Ad}}}{{Il{AdELb}}}}{{EL`c}{{Il{DNbELb}}}{OjFd}}{ELj{{Il{AdELb}}}}{ELf{{Il{AdELb}}}}{{{Id{ELn}}}Ad}0{{{Id{c}}}EKnELn}{{{Id{c}}}EM`ELn}{{{DAj{EMbEMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`````{{cDbi}{{Mh{e}}}AjCJd{{Oj{}{{Ch{EMf}}}}CJd}{{Bb{{EDl{e}}}{{Ch{g}}}}CJd}}{{{EMh{}{{Ch{c}}}}EMj}Ad{}}{{{DAj{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAb{}{{Of{c}}}}CJd}}{{cg}{{Mh{e}}}Aj{}{{DAb{}{{Of{e}}}}CJd}}{{{Ib{{EMh{}{{Ch{c}}}}}}{DAd{{Ib{DAb}}}}}{{DAd{{Ib{DAb}}}}}{}}{{cek}{{Mh{g}}}AjCJdCJd{{Oj{}{{Ch{{Lf{ge}}}}}}CJd}{{Cb{e}{{Ch{i}}}}CJdNd}}````````````````````````````````````````````````````````````{CNhCKn}``{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}gM`M`}AdFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}eFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}iM`M`}gFnCKb{}{CObDl}}`{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}COdFnCKb{}}````{{ce}{{Il{{CO`{}{{CNj{c}}{CNl{g}}{CNn{i}}}}COf}}}Fn{CObDl}CKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Il{AdCOj}}}FnCKb{}{{Gf{Gd}}}}`{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Jn{BBn}}}FnCKb{}{{Gf{Gd}}}}`````````````````````````````````````````````{{COlCOn}{{Ob{M`}}}}{{D`{Ad{{Ml{BBn}}}}}Ad}{{DbDd}{{Ob{M`}}}}``{cDf{{K`{Dd}}}}````````````````:987654````````````````````````````````````````````````````````{CJn{{Jn{CK`}}}}{CKbAd}`````{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CKhceCKjCKdCKl}AdCKb{}}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CL`Ad}``{{CKbCLbc}Ad{{K`{Ih}}}}````````{CJn{{I`{CLd}}}}`{{CKhCKdcCLf}jCKb}``{{CKhcObCLfCLh}CLjCKb}{{CJnCK`cOd}CLjCKb}```{{CKhCKdCKlCKnc}CLlCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}`{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CJnCK`CKdcCMd}AdCKb}`{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}``{CL`{{I`{Jl}}}}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}10{{CL`CMh{Jn{CMj}}}Ad}``{{CL`CMl}Ad}{{CJnCLd}Ad}`{CJn{{Ob{CMn}}}}`0{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{CJnCNb}```{CJnCNd}```````````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}{{CL`Jl}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}10`````````````````````````````{CL`Ad}{{CL`{I`{Jl}}}{{I`{c}}}Dh}?>{CL`{{I`{c}}}Dh}>?0>=<{{CL`j{I`{CN`}}{I`{{Lf{{CJl{ceg}}CNb}}}}{Ib{Fb}}CMl}Ad{}{}{}}:5454````````````````````````````````````````````````````````````````{{DjDj}j}{{}{{CHh{CDn}}}}```````````{{{FMf{}{{FMd{c}}}}c}{{Ob{M`}}}{DlAj}}{{{FMf{}{{FMd{c}}}}cFMhCKn{ADb{Mf}}}Ad{DlAj}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLj{{K`{CMn}}}{{K`{CMn}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{CLj}}}}}}`{{OdMfce}CLj{{Bb{Od}{{Ch{CLj}}}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegi}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegik}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}{{Bb{CLjOb}{{Ch{CLj}}}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMlcOdCMnCMnFMjMfFMn{Ml{{CJl{egc}}}}{Ml{CK`}}}CLjCKb{}{}}```````````````````````````````````````````````{{CKhceCKjCKdCKl}AdCKb{}}{{{Ml{{CJl{ceg}}}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{CKhCKdcCLf}jCKb}{{CKhcObCLfCLh}CLjCKb}{{CKhCKdCKlCKnc}CLlCKb}{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}``````{CKbAd}{{CKbCLbc}Ad{{K`{Ih}}}}````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}`````{{FN`Dd}{{Ob{M`}}}}{{FN`Dd{I`{Dd}}CKn}Ad}`````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}FO`{AhGh}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}c{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}FOl{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}gCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}eCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}i}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{FNn{c}}CLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FNl{}{{FNb{c}}}}DbDb}{{I`{CLf}}}{AhGh}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNl{}{{FNb{c}}}}CLf}{{I`{G`}}}{AhGh}}{{{FNl{}{{FNb{c}}}}}Gb{AhGh}}`{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{Ad{{Ml{BBn}}}}}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FNl{}{{FNb{c}}}}}Ob{AhGh}}{{{FNl{}{{FNb{c}}}}}Mf{AhGh}}0{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}Gd}Ad{AhGhFn}}{{{FNl{}{{FNb{c}}}}Ob}Ad{AhGh}}{{{FNd{}{{FNb{c}}}}}{{I`{Jl}}}{AhGhFn}}``{{{FNd{}{{FNb{c}}}}ObcFOlGfe}Ad{AhGhFn}FNj}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}c}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}Ad{AhGh}}{{{FNl{}{{FNb{c}}}}}Gh{AhGh}}`{{{FNn{c}}}{{FNl{}{{FNb{c}}}}}{AhGh}}{Gd{{FNd{}{{FNb{c}}}}}{AhGhFn}}````````````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}><;6```````{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}>````````````````````````{CJn{{Jn{CK`}}}}`{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CMd{{Gj{c}}}{}}{{CMdGl{I`{CLd}}}Ad}{CJn{{I`{CLd}}}}`{{CJnCK`cOd}CLjCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CJnCK`CKdcCMd}AdCKb}`{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CMdGn{I`{CLd}}CKnCLh}Ad}{{CJnCLd}Ad}{CJn{{Ob{CMn}}}}0{CJnCNb}`{CJnCNd}``{{CMdGA`{I`{CLd}}}Ad}`````````````````{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}?{GlAd}`?{Glj}{{{Ib{CMd}}g}{{`{{CMd{e}}}}}{}{}{{ABd{c}{{Ch{e}}}}}}{{GA`Db}Ad}{GA`Ad}0{{CLde}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{GnGAb}Ad}`>2{{GnGAd}Ad}`:7``{{{DAj{GAf}{{Ch{e}}}}}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{}{{`{{CMd{CLd}}}}}}{CLd{{`{{CMd{c}}}}}{}}:{{}{{`{{CMd{c}}}}}{}}0`:`;```{{CLdGAb}{{`{{CMd{c}}}}}{}}6{{CLdGAd}{{`{{CMd{c}}}}}{}}6`````{{CLdDb}{{`{{CMd{c}}}}}{}};4:4:4:```````````{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}`{{cCKjCKdGAlCbCKn}AdFOj}{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}``````{{{Jn{CK`}}{Ml{c}}egi}Ad{}{{ABd{CK`c}}}{{ABd{Db}{{Ch{j}}}}}{{ABd{c}{{Ch{CK`}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBn}}M`M`}{{Il{DlDn}}}}``````````````````````{CNhCKn}{{{Jn{CKn}}Mf{Ob{M`}}}{{Jn{CKn}}}}{{{Ml{{DA`{c}}}}{Ml{{DA`{c}}}}}{{Jn{CKn}}}CNh}````````{e{{DAd{{Ib{DAb}}}}}{}{{DAb{}{{Of{c}}}}Fd}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAn}}}}{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}```````````{DAf{{Mh{DAh}}}}``{{}{{Mh{CLn}}}}{{{DAj{CLnCMb}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`543`````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}`{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}``{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}`{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}``{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}`{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}`{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}`{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}``{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{DNf{{DNh{DNf}}}}`{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}`{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}`{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````{Db{{Lf{{EDl{c}}{EDn{c}}}}}{}}{{}{{Lf{{EE`{c}}{EEb{c}}}}}{}}````{{}{{Lf{{EEd{c}}{EEf{c}}}}}{}}```````{c{}Oj}{c{{EEh{c}}}{DAbDFl}}{{}{{Il{EEjEEl}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DClc}{{DCn{DClc}}}DD`}{DDf{{DDh{DDf}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{{ce}{{EEn{ce}}}DD`{DLfDFlALh}}{{ce}{{EF`{ce}}}DDn{DLfDFlALh}}{{ce}{{Lf{{EFb{ce}}EFd}}}DDn{DLfDFlALh}}{{}EFf}{DE`{{DFb{DE`}}}}{DDf{{DGj{DDf}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DE`{{DJb{DE`}}}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}1{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{BBnEFh}{{DNfDLl}{{DNh{DNf}}}}{{}EFj}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{DNf{{DNh{DNf}}}}{{DClAf}{{Ef{DCl}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}````````````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}`{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}`{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}`{DNf{{DNh{DNf}}}}{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}Oj}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}0{DBl{{DCf{DBl}}}}{OjAd}{c{{EFn{{Il{ec}}}}}{}{}}{DB`{{DEh{DB`c}}}{}}{DBl{{DFn{DBl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{DBl{{DHd{DBl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{DB`{{DIf{DB`}}}}{EG`Oj}{DBl{{DIl{DBl}}}}{EGbj}{{ce}{{EGd{ce}}}OjOj}{{ceg}{{EGf{ceg}}}OjOjOj}{{cegi}{{EGh{cegi}}}OjOjOjOj}{{cegik}{{EGj{cegik}}}OjOjOjOjOj}{cEGlOh}{e{{EGn{e}}}{}{{Bb{DLb}{{Ch{c}}}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EH`{c}}}Oj}{DBl{{DKd{DBl}}}}{DBl{{I`{c}}}{}}{c{{EFn{{Il{ce}}}}}{}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHb{c}}}{}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{e{{EHd{e}}}{}{{Cb{DLb}{{Ch{{DLd{c}}}}}}}}{c{{EHf{c}}}Oj}{{DBlDLb}{{DLd{c}}}{}}{c{{EFn{c}}}{}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHh{ce}}}{OjDFl}{OjDFl}}{cEHjOh}{cEHlOh}{DBl{{DOb{DBl}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DB`{{EBb{DB`c}}}{}}{DB`{{EBf{DB`}}}}{{ce}{{EHn{ce}}}DBd{{DBd{}{{Cd{}}}}}}{{ceg}{{EI`{ceg}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegi}{{EIb{cegi}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegik}{{EId{cegik}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{cEIfOh}{c{{EIh{c}}}DBd}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{ce}{{EIj{ce}}}{DBdDFl}{DBdDFl}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DBnDb}{{DC`{DBnc}}}{}}{DBn{{DDd{DBnc}}}{}}{{}{{EIl{c}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DBn{{DGh{DBnc}}}{}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}1010{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{{ck}{{EIn{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}DAb}{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}0{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlDb}{{DDb{DAl}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{{}{{EJ`{c}}}{}}{DAl{{DEf{DAl}}}}{DBf{{DEj{DBfc}}}{}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DAl{{DG`{DAl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DHf{DAl}}}}`{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DAl{{DIh{DAl}}}}{DBf{{DIn{DBf}}}}{EJbj}{cEJdOh}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DAl{{DKf{DAl}}}}{c{{EJf{c}}}Oj}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{}{{EJh{c}}}{}}{e{{EJj{e}}}{}{{Cb{DLb}{{Ch{{DLd{{I`{c}}}}}}}}}}{c{{EJl{c}}}DAb}{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{DAlDb}{{DMn{DAl}}}}{c{{EJn{c}}}Dl}{e{{EK`{e}}}{}{{Cb{}{{Ch{c}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{ce}{{EKb{ce}}}DAb{{DAb{}{{Of{}}}}}}`{cEKdOh}{DAl{{DNj{DAl}}}}{{cei}{{EKf{ceig}}}DAb{{DAb{}{{Of{}}}}}Fn{{Cb{g}{{Ch{EKh}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{{DAlDb}{{Ed{DAl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DBf{{EBd{DBf}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKj{cig}}}{}{}{{DBd{}{{DKl{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DAlc}{{EDj{DAlc}}}DAb}``````````{cEKdOh}``````````````````{OjAd}{EG`Oj}{{}EKn}0{{EL`c}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}Fd}}{{ELdc}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}}}{{ELf{ELh{Ad}}}{{Il{AdELb}}}}{{ELdc}{{Il{DNbELb}}}Oj}{{ELj{ELl{Ad}}}{{Il{AdELb}}}}{{EL`c}{{Il{DNbELb}}}{OjFd}}{ELj{{Il{AdELb}}}}{ELf{{Il{AdELb}}}}{{{Id{ELn}}}Ad}0{{{Id{c}}}EKnELn}{{{Id{c}}}EM`ELn}{{{DAj{EMbEMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`````{{cDbi}{{Mh{e}}}AjCJd{{Oj{}{{Ch{EMf}}}}CJd}{{Bb{{EDl{e}}}{{Ch{g}}}}CJd}}{{{EMh{}{{Ch{c}}}}EMj}Ad{}}{{{DAj{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAb{}{{Of{c}}}}CJd}}{{cg}{{Mh{e}}}Aj{}{{DAb{}{{Of{e}}}}CJd}}{{{Ib{{EMh{}{{Ch{c}}}}}}{DAd{{Ib{DAb}}}}}{{DAd{{Ib{DAb}}}}}{}}{{cek}{{Mh{g}}}AjCJdCJd{{Oj{}{{Ch{{Lf{ge}}}}}}CJd}{{Cb{e}{{Ch{i}}}}CJdNd}}``````````````````````{{{EMn{}{{EMl{c}}}}{Jn{c}}}Ad{}}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{EN`ENb}{{Ml{Mf}}}}{{ENdENf}{{ENj{MfENh}}}}{{ENdENb}{{ENj{MfENh}}}}```{EN`Db}`````{ENl{{ENj{MfENh}}}}``````````````````````````````````````````````````{{ENn{ENj{MfENh}}MfEO`{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}EO`{Ml{Mf}}}Ad}{{ENn{EOf{Mf}}{Ml{Mf}}}{{Lf{ENbENb}}}}{{ENn{ENj{MfENh}}{Ml{Mf}}}ENb}{{ENn{EOh{{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{EOj{EOh{{ENj{MfENh}}}}}Ad}{{ENn{EOl{MfENh}}EO`{Ml{Mf}}}Ad}{{ENn{EOl{MfENh}}EOnEO`{Ml{Mf}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{ENj{MfENh}}}Ad}5``{{{Fd{}{{Fb{c}}}}}c{}}{EOjAd}{ENnAd}{{ENn{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}Ad}{{ENnj}Ad}{{ENn{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}Ad}{{ENnMf}{{Fh{ENn}}}}{{EOjMf}Ad}>{{EOj{ENj{MfENh}}}Ad}0{ENnDb}{{ENn{Ff{{ENj{MfENh}}{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{EOb{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOb{MfENh}}{EOb{MfENh}}}Ad}7{{EOj{EOb{MfENh}}}Ad}0{{EOj{EOb{MfENh}}{EOb{MfENh}}}Ad}9{{ENnDbDb}Ad}{{EOjDbDb}Ad}6:23``{{ENnc}{{Fj{ENnc}}}{{Fl{Mf}}}}<{ENn{{Fn{ENn}}}}`````````````````````````````````````````````{{{FA`{}{{AJj{c}}}}c}{{FA`{}{{AJj{c}}}}}FAb}`{{{FA`{}{{AJj{c}}}}c}cFAb}``1``````{{{FA`{}{{AJj{c}}}}c}{{EOb{cENh}}}FAb}11{FAbFAb}`{{{FA`{}{{AJj{c}}}}}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}cCb}AdFAb}{{{FA`{}{{AJj{c}}}}}{{ENj{cENh}}}FAb}``````````````{{cc}{{ENj{cENh}}}{}}`````{{{FA`{}{{AJj{c}}}}c}{{ENj{cENh}}}FAb}{{cc}{{FAd{cENh}}}{}}{{{FA`{}{{AJj{c}}}}c}{{Lf{{FA`{}{{AJj{c}}}}{FA`{}{{AJj{c}}}}}}}FAb}{{{FA`{}{{AJj{c}}}}{FAf{c}}}{{FA`{}{{AJj{c}}}}}FAb}```5``````{MfFAb}{{cc}{{EOb{cENh}}}{}}``<`````<```````````````````````````````````````````````````````````{{cccccc}{{FAh{ce}}}Ah{}}{{jj}FAj}{{jjj}FAl}{FAnFAn}`0`{{FAnFAn}FAn}``````````````````````````````````{{cc}{{ENj{ce}}}{}{}}{{ccc}{{FB`{ce}}}{}{}}``3{{cccc}{{FBb{ce}}}{}{}}``4`{{cc}{{FAd{ce}}}{}{}}{{ccc}{{FBd{ce}}}{}{}}6``{{cc}{{EOb{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}```````````````````````````{{}c{}}{{FBhFBh}j}{{FBhFBhc}j{}}{{cc}cBE`}0````````````````````````````````````````````````````````````````````````````````````````{FBjFBj}{FBlFBl}{{}FBn}{FC`FC`}{{}FCb}``````````{{{FA`{}{{AJj{c}}}}c}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}c}cFAb}1{{{FA`{}{{AJj{c}}}}c}{{EOb{cENh}}}FAb}11{{{FA`{}{{AJj{c}}}}}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}cCb}AdFAb}{{{FA`{}{{AJj{c}}}}}{{ENj{cENh}}}FAb}{{{FA`{}{{AJj{c}}}}c}{{ENj{cENh}}}FAb}{{{FA`{}{{AJj{c}}}}c}{{Lf{{FA`{}{{AJj{c}}}}{FA`{}{{AJj{c}}}}}}}FAb}{{{FA`{}{{AJj{c}}}}{FAf{c}}}{{FA`{}{{AJj{c}}}}}FAb}3{{Fl{ENj{cENh}}}{{ENj{cENh}}}{}}{{Fl{EOb{cENh}}}{{EOb{cENh}}}{}}99{{cccc}{{FCd{c}}}FAb}{{{EOb{cENh}}{EOb{cENh}}}cFAb}{{{ENj{cENh}}{ENj{cENh}}{ENj{cENh}}}cFAb}{{cc}{{Lf{cc}}}FCf}{{{EOb{cENh}}}{{EOb{cENh}}}FAb}{{{EOb{cENh}}}{{EOb{cENh}}}FCf}`````{{FChMf}{{FCj{FCh}}}}{{FChc}{{FCl{FChc}}}{{Fl{Mf}}}}```````````````````{{MfMf}{{ENj{MfENh}}}}`{{MfMf}{{FAd{MfENh}}}}{{MfMf}{{EOb{MfENh}}}}````````````````````````````````````{{ENn{ENj{MfENh}}MfEO`{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}EO`{Ml{Mf}}}Ad}{{ENn{EOf{Mf}}{Ml{Mf}}}{{Lf{ENbENb}}}}{{ENn{ENj{MfENh}}{Ml{Mf}}}ENb}{{ENn{EOh{{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{EOj{EOh{{ENj{MfENh}}}}}Ad}{{ENn{EOl{MfENh}}EO`{Ml{Mf}}}Ad}{{ENn{EOl{MfENh}}EOnEO`{Ml{Mf}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{ENj{MfENh}}}Ad}5{{{Fd{}{{Fb{c}}}}}c{}}{EOjAd}{ENnAd}{{ENn{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}Ad}{{ENnj}Ad}{{ENn{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}Ad}{{ENnMf}{{Fh{ENn}}}}{{FChMf}{{FCj{FCh}}}}{{EOjMf}Ad}?{{EOj{ENj{MfENh}}}Ad}0{ENnDb}{{ENn{Ff{{ENj{MfENh}}{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{EOb{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOb{MfENh}}{EOb{MfENh}}}Ad}7{{EOj{EOb{MfENh}}}Ad}0{{EOj{EOb{MfENh}}{EOb{MfENh}}}Ad}9{{ENnDbDb}Ad}{{EOjDbDb}Ad}6:23{{ENnc}{{Fj{ENnc}}}{{Fl{Mf}}}}{{FChc}{{FCl{FChc}}}{{Fl{Mf}}}}={ENn{{Fn{ENn}}}}`````````````````````````{{FCnCKn}FD`}``{COn{{Il{FDbFDd}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{FDh{}{{FDf{c}}}}e}AdFDj{{Cb{c}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}e}AdFDj{{Cb{cc}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}eg}AdFDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}2{FDl{{Ml{BBn}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}}AdFDj}{{FDnM`M`c}Ad{}}{{{FEb{}{{FE`{c}}}}}{{Lf{M`M`M`M`}}}FDh}`{{{FDh{}{{FDf{c}}}}}{{Ml{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{Lf{cccc}}}FDj}1``{{{FEf{}{{FEd{c}}}}}FEhFEj}{{FDneM`M`}{{Il{AdFDd}}}{}{{FEb{}{{FE`{c}}}}}}{{FDnFElM`M`}j}{{{FEf{}{{FEd{c}}}}}{{Lf{M`M`}}}FEj}{{{FEb{}{{FE`{c}}}}}{{Lf{M`M`}}}FDh}``{{cccc}{{FDh{}{{FDf{c}}}}}FDj}{{{Ml{c}}}{{FDh{}{{FDf{c}}}}}FDj}0{{{FEb{}{{FE`{c}}}}M`M`}cFDh}{{FDnM`M`}c{}}{{{Ml{BBn}}}{{Il{FEnFDd}}}}{{{FEb{}{{FE`{c}}}}}M`FDh}{{{FEf{}{{FEd{c}}}}}{{I`{{Jn{BBn}}}}}FEj}{c{{Il{{Lf{M`M`}}FDd}}}{{Gf{FF`}}}}`{{{FEb{}{{FE`{c}}}}M`M`}jFDh}{FFbFFd}{{{FEf{}{{FEd{c}}}}}{{Il{cFDd}}}FEj}{{{FDh{}{{FDf{c}}}}}AdFDj}``{{cFEn}{{Il{FDbFDd}}}{FFfFFh}}{{{Ml{BBn}}}{{Il{FDbFDd}}}}{{{Ml{BBn}}FEn}{{Il{FDbFDd}}}}{{{FDh{}{{FDf{c}}}}e}{{FDh{}{{FDf{c}}}}}FDj{{Cb{c}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}e}{{FDh{}{{FDf{c}}}}}FDj{{Cb{cc}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}eg}{{FDh{}{{FDf{c}}}}}FDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}2`{c{{Il{FDbFDd}}}{{Gf{FF`}}}}{{{FEf{}{{FEd{c}}}}}FFjFEj}{{{FEb{}{{FE`{c}}}}}{{FFl{{FEb{}{{FE`{c}}}}}}}FDh}{{FDnM`M`c}Ad{}}{{{FEf{}{{FEd{c}}}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{FEf{}{{FEd{c}}}}{Ml{BBn}}e}{{Il{AdFDd}}}FEj{{ABd{FFn}}}}{{FG`M`M`M`M`{Ml{BBn}}}{{Il{AdFDd}}}}{{FG`M`M`M`M`{Ml{BBn}}c}{{Il{AdFDd}}}{{ABd{FFn}}}}`{{c{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}{{Gf{FF`}}}}{{c{Ml{BBn}}M`M`FEhFEn}{{Il{AdFDd}}}{{Gf{FF`}}}}{{{FEf{}{{FEd{c}}}}}AfFEj}{{{FEf{}{{FEd{c}}}}FGb}{{Il{AdFDd}}}FEj}{{FDnM`M`M`M`}{{FGd{FDn}}}}{{{FDh{}{{FDf{c}}}}}{{FGf{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{FGh{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{FGj{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{FGl{c}}}FDj}6{{{FEb{}{{FE`{c}}}}M`M`}cFDh}>{{{FEb{}{{FE`{c}}}}M`M`M`M`}{{FGd{{FEb{}{{FE`{c}}}}}}}FDh}{{{FEb{}{{FE`{c}}}}}M`FDh}{{c{Ml{BBn}}M`M`FEhe}{{Il{AdFDd}}}{FGnFFh}{{K`{FH`}}}}{{FHb{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}}`````````{FHdc{}}``````````````````````````````````````````````````{c{{Il{{Jn{{FGj{Mf}}}}An}}}{{Gf{FF`}}}}{{BBnBBnBBnBBn}FHf}{{{FGj{Mf}}}FHf}````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cMf}{{FHh{Jn}}}FEb}{{gCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}`{{gMf}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cM`M`M`M`}{{FGd{c}}}FEb}0{{{FHh{c{Jn{BBn}}}}e}Ad{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{g{Ml{Mf}}}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{c{{FHh{Jn}}}FEb}{{c{FHh{e}}}{{Il{AdFDd}}}FEb{{FHn{}{{FHl{Ml}}}}}}{cAdFDn}210{c{{FHh{FGfJn}}}FEb}{c{{FHh{FGhJn}}}FEb}{c{{FHh{eJn}}}FEb{FDh{FI`{FGf}}}}{c{{FHh{eJn}}}FEb{FDh{FI`{FGh}}}}{{{FHj{}{{BHd{c}}}}}j{}}{{gee}Ad{FDjFIb}{{FDh{}{{FDf{c}}}}}{{FDn{}{{FE`{e}}}}}}={{{FHh{c{Jn{BBn}}}}e}{{FHh{{FGf{BBn}}{Jn{BBn}}}}}{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{{FHj{}{{BHd{c}}}}c}Db{}}{{eMfMf}{{I`{c}}}FDh{{FEb{}{{FE`{c}}}}}}09{{{FHj{}{{BHd{c}}}}Db}{{I`{c}}}{}}{{{FHj{}{{BHd{c}}}}c}Ad{}}{{ceFIdFId}AdFDn{{FEb{}{{FE`{}}}}}}{{{Lf{M`M`}}{Lf{M`M`}}M`M`}{{Lf{M`M`}}}}1{{cM`M`FIf}{{FHh{Jn}}}FEb}{c{{FHh{Jn}}}FEb}{{c{FHh{e}}}{{Il{AdFDd}}}FEb{{FHn{}{{FHl{Ml}}}}}}{cAdFDn}212188{{gM`M`}{{FHh{e{Jn{c}}}}}{FDjFIh}{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{ce}AdFDn{{FEb{}{{FE`{}}}}}}{{gMfCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}>```{{gCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cCEh}AdFDn}{{gMf}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cMf}AdFDn}{{{FHh{c{Jn{BBn}}}}e}Ad{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{c{{FHh{FGfJn}}}FEb}{c{{FHh{FGhJn}}}FEb}{c{{FHh{eJn}}}FEb{FDh{FI`{FGf}}}}{c{{FHh{eJn}}}FEb{FDh{FI`{FGh}}}}{{{FHj{}{{BHd{c}}}}}j{}}98{{{FHh{c{Jn{BBn}}}}e}{{FHh{{FGf{BBn}}{Jn{BBn}}}}}{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{{FHj{}{{BHd{c}}}}c}Db{}}?{{{FHj{}{{BHd{c}}}}Db}{{I`{c}}}{}}{{{FHj{}{{BHd{c}}}}c}Ad{}}```````````````````````````````````````{{}{{FIl{FIj}}}}{FInOb}``{O`FJ`}{DdFJb}{FJdFJf}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FJhFJjFJl}Ad}`{{FJhFJn}j}``{FJhj}`{{FJhFJj}{{FK`{FJh}}}}{FJhFKb}0``````````{FJh{{I`{Jl}}}}{FJhFKd}``{{FJhFKdFKd}Ad}5``````{FJh{{I`{FJn}}}}```````````````````{{FJhFKdGd{I`{FKf}}}FKd}{{FJhGd{I`{FKf}}}Ad}```````````````````````8``{FJhFKh}{FJh{{I`{{Lf{FKdFKd}}}}}}{{FJhj}Ad}{{FJhFKd}Ad}1{{FJhFKh}Ad}{{FJhADh}Ad}{{FJhFJjj}Ad}`````{FJhAd}````{FJhADh}`````````{{FJhe}c{}{{Bb{FIn}{{Ch{c}}}}}}0```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FKj{Ml{FKl}}FKn}FL`}{{FKjFLbFKn}FL`}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{FLdAd}````````{{FLdMfMfMfMfMfMf}Ad}`````````{{{Ml{BBn}}}{{I`{M`}}}}```````````````````````````````````````````{{FLdMfMf}Ad}`````````````0`````````````{{{Ml{BBn}}}{{I`{FLf}}}}`````{{FLdMfMfMfMf}Ad}````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FLhFLj}Ad}{{FLhFLl}Ad}{FLhAd}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FLn{Ml{BBn}}}{{I`{FM`}}}}{{{Ml{BBn}}ADh}{{I`{FMb}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}g}{{Nf{g}}}{CKbFOj}{}{JjFd}}`{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}}{{CJl{gec}}}{CKbFOj}{}{JjFd}}```````````{e{{Nf{c}}}{}{{ABd{{I`{Jl}}}{{Ch{c}}}}}}{g{{Nf{e}}}{DhFdNd}{}{{ABd{{I`{c}}}{{Ch{e}}}}}}10{Jl{{Nf{c}}}{}}{c{{Nf{e}}}{FbNdFd}{}}10```````````{{Dbg}{{Nf{c}}}CJd{{Oj{}{{Ch{Ad}}}}CJd}{{Bb{{EDl{c}}}{{Ch{e}}}}CJd}}`````````````````````````````````````````````````````````````{CJn{{Jn{CK`}}}}{CKbAd}`````{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CKhceCKjCKdCKl}AdCKb{}}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CL`Ad}``{{CKbCLbc}Ad{{K`{Ih}}}}````````{CJn{{I`{CLd}}}}`{{CKhCKdcCLf}jCKb}``{{CKhcObCLfCLh}CLjCKb}{{CJnCK`cOd}CLjCKb}```{{CKhCKdCKlCKnc}CLlCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}`{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CJnCK`CKdcCMd}AdCKb}`{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}``{CL`{{I`{Jl}}}}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}10{{CL`CMh{Jn{CMj}}}Ad}``{{CL`CMl}Ad}{{CJnCLd}Ad}`{CJn{{Ob{CMn}}}}`0{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{CJnCNb}```{CJnCNd}```````````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}{{CL`Jl}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}10`````````````````````````````{CL`Ad}{{CL`{I`{Jl}}}{{I`{c}}}Dh}?>{CL`{{I`{c}}}Dh}>?0>=<{{CL`j{I`{CN`}}{I`{{Lf{{CJl{ceg}}CNb}}}}{Ib{Fb}}CMl}Ad{}{}{}}:5454````````````````````````````````````````````````````````````````{{DjDj}j}{{}{{CHh{CDn}}}}```````````{{{FMf{}{{FMd{c}}}}c}{{Ob{M`}}}{DlAj}}{{{FMf{}{{FMd{c}}}}cFMhCKn{ADb{Mf}}}Ad{DlAj}}```````````````````````````{{Odce}CLj{{K`{CMn}}}{{K`{CMn}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{CLj}}}}}}`{{OdMfce}CLj{{Bb{Od}{{Ch{CLj}}}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegi}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegik}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}{{Bb{CLjOb}{{Ch{CLj}}}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMlcOdCMnCMnFMjMfFMn{Ml{{CJl{egc}}}}{Ml{CK`}}}CLjCKb{}{}}```````````````````````````````````````````````{{CKhceCKjCKdCKl}AdCKb{}}{{{Ml{{CJl{ceg}}}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{CKhCKdcCLf}jCKb}{{CKhcObCLfCLh}CLjCKb}{{CKhCKdCKlCKnc}CLlCKb}{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}``````{CKbAd}{{CKbCLbc}Ad{{K`{Ih}}}}````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}`````{{FN`Dd}{{Ob{M`}}}}{{FN`Dd{I`{Dd}}CKn}Ad}`````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}FO`{AhGh}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}c{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}FOl{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}gCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}eCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}i}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{FNn{c}}CLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FNl{}{{FNb{c}}}}DbDb}{{I`{CLf}}}{AhGh}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNl{}{{FNb{c}}}}CLf}{{I`{G`}}}{AhGh}}{{{FNl{}{{FNb{c}}}}}Gb{AhGh}}`{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{Ad{{Ml{BBn}}}}}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FNl{}{{FNb{c}}}}}Ob{AhGh}}{{{FNl{}{{FNb{c}}}}}Mf{AhGh}}0{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}Gd}Ad{AhGhFn}}{{{FNl{}{{FNb{c}}}}Ob}Ad{AhGh}}{{{FNd{}{{FNb{c}}}}}{{I`{Jl}}}{AhGhFn}}``{{{FNd{}{{FNb{c}}}}ObcFOlGfe}Ad{AhGhFn}FNj}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}c}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}Ad{AhGh}}{{{FNl{}{{FNb{c}}}}}Gh{AhGh}}`{{{FNn{c}}}{{FNl{}{{FNb{c}}}}}{AhGh}}{Gd{{FNd{}{{FNb{c}}}}}{AhGhFn}}````````````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}><;6```````{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}>````````````````````````{CJn{{Jn{CK`}}}}`{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CMd{{Gj{c}}}{}}{{CMdGl{I`{CLd}}}Ad}{CJn{{I`{CLd}}}}`{{CJnCK`cOd}CLjCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CJnCK`CKdcCMd}AdCKb}`{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CMdGn{I`{CLd}}CKnCLh}Ad}{{CJnCLd}Ad}{CJn{{Ob{CMn}}}}0{CJnCNb}`{CJnCNd}``{{CMdGA`{I`{CLd}}}Ad}`````````````````{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}?{GlAd}`?{Glj}{{{Ib{CMd}}g}{{`{{CMd{e}}}}}{}{}{{ABd{c}{{Ch{e}}}}}}{{GA`Db}Ad}{GA`Ad}0{{CLde}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{GnGAb}Ad}`>2{{GnGAd}Ad}`:7``{{{DAj{GAf}{{Ch{e}}}}}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{}{{`{{CMd{CLd}}}}}}{CLd{{`{{CMd{c}}}}}{}}:{{}{{`{{CMd{c}}}}}{}}0`:`;```{{CLdGAb}{{`{{CMd{c}}}}}{}}6{{CLdGAd}{{`{{CMd{c}}}}}{}}6`````{{CLdDb}{{`{{CMd{c}}}}}{}};4:4:4:```````````{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}`{{cCKjCKdGAlCbCKn}AdFOj}{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}``````{{{Jn{CK`}}{Ml{c}}egi}Ad{}{{ABd{CK`c}}}{{ABd{Db}{{Ch{j}}}}}{{ABd{c}{{Ch{CK`}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBn}}M`M`}{{Il{DlDn}}}}```````````````````````````{{}{{Nf{c}}}{}}{g{{Nf{e}}}{DhFdNd}{}{{ABd{{I`{c}}}{{Ch{e}}}}}}{{CMh{Jn{CMj}}}{{Nf{c}}}{}}{CMl{{Nf{c}}}{}}{{j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}{{Nf{c}}}{}}`````````````````````````````````````````{c{{Nf{{Il{AdCHn}}}}}{{K`{{Ad{{Ml{BBn}}}}}}}}```````````{e{{DAd{{Ib{DAb}}}}}{}{{DAb{}{{Of{c}}}}Fd}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAn}}}}{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}```````````{DAf{{Mh{DAh}}}}``{{}{{Mh{CLn}}}}{{{DAj{CLnCMb}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`543`````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}`{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}``{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}`{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}``{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}`{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}`{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}`{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}``{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{DNf{{DNh{DNf}}}}`{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}`{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}`{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````{Db{{Lf{{EDl{c}}{EDn{c}}}}}{}}{{}{{Lf{{EE`{c}}{EEb{c}}}}}{}}````{{}{{Lf{{EEd{c}}{EEf{c}}}}}{}}```````{c{}Oj}{c{{EEh{c}}}{DAbDFl}}{{}{{Il{EEjEEl}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DClc}{{DCn{DClc}}}DD`}{DDf{{DDh{DDf}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{{ce}{{EEn{ce}}}DD`{DLfDFlALh}}{{ce}{{EF`{ce}}}DDn{DLfDFlALh}}{{ce}{{Lf{{EFb{ce}}EFd}}}DDn{DLfDFlALh}}{{}EFf}{DE`{{DFb{DE`}}}}{DDf{{DGj{DDf}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DE`{{DJb{DE`}}}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}1{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{BBnEFh}{{DNfDLl}{{DNh{DNf}}}}{{}EFj}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{DNf{{DNh{DNf}}}}{{DClAf}{{Ef{DCl}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}````````````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}`{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}`{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}`{DNf{{DNh{DNf}}}}{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}Oj}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}0{DBl{{DCf{DBl}}}}{OjAd}{c{{EFn{{Il{ec}}}}}{}{}}{DB`{{DEh{DB`c}}}{}}{DBl{{DFn{DBl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{DBl{{DHd{DBl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{DB`{{DIf{DB`}}}}{EG`Oj}{DBl{{DIl{DBl}}}}{EGbj}{{ce}{{EGd{ce}}}OjOj}{{ceg}{{EGf{ceg}}}OjOjOj}{{cegi}{{EGh{cegi}}}OjOjOjOj}{{cegik}{{EGj{cegik}}}OjOjOjOjOj}{cEGlOh}{e{{EGn{e}}}{}{{Bb{DLb}{{Ch{c}}}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EH`{c}}}Oj}{DBl{{DKd{DBl}}}}{DBl{{I`{c}}}{}}{c{{EFn{{Il{ce}}}}}{}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHb{c}}}{}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{e{{EHd{e}}}{}{{Cb{DLb}{{Ch{{DLd{c}}}}}}}}{c{{EHf{c}}}Oj}{{DBlDLb}{{DLd{c}}}{}}{c{{EFn{c}}}{}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHh{ce}}}{OjDFl}{OjDFl}}{cEHjOh}{cEHlOh}{DBl{{DOb{DBl}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DB`{{EBb{DB`c}}}{}}{DB`{{EBf{DB`}}}}{{ce}{{EHn{ce}}}DBd{{DBd{}{{Cd{}}}}}}{{ceg}{{EI`{ceg}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegi}{{EIb{cegi}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegik}{{EId{cegik}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{cEIfOh}{c{{EIh{c}}}DBd}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{ce}{{EIj{ce}}}{DBdDFl}{DBdDFl}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DBnDb}{{DC`{DBnc}}}{}}{DBn{{DDd{DBnc}}}{}}{{}{{EIl{c}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DBn{{DGh{DBnc}}}{}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}1010{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{{ck}{{EIn{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}DAb}{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}0{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlDb}{{DDb{DAl}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{{}{{EJ`{c}}}{}}{DAl{{DEf{DAl}}}}{DBf{{DEj{DBfc}}}{}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DAl{{DG`{DAl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DHf{DAl}}}}`{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DAl{{DIh{DAl}}}}{DBf{{DIn{DBf}}}}{EJbj}{cEJdOh}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DAl{{DKf{DAl}}}}{c{{EJf{c}}}Oj}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{}{{EJh{c}}}{}}{e{{EJj{e}}}{}{{Cb{DLb}{{Ch{{DLd{{I`{c}}}}}}}}}}{c{{EJl{c}}}DAb}{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{DAlDb}{{DMn{DAl}}}}{c{{EJn{c}}}Dl}{e{{EK`{e}}}{}{{Cb{}{{Ch{c}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{ce}{{EKb{ce}}}DAb{{DAb{}{{Of{}}}}}}`{cEKdOh}{DAl{{DNj{DAl}}}}{{cei}{{EKf{ceig}}}DAb{{DAb{}{{Of{}}}}}Fn{{Cb{g}{{Ch{EKh}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{{DAlDb}{{Ed{DAl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DBf{{EBd{DBf}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKj{cig}}}{}{}{{DBd{}{{DKl{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DAlc}{{EDj{DAlc}}}DAb}``````````{cEKdOh}``````````````````{OjAd}{EG`Oj}{{}EKn}0{{EL`c}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}Fd}}{{ELdc}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}}}{{ELf{ELh{Ad}}}{{Il{AdELb}}}}{{ELdc}{{Il{DNbELb}}}Oj}{{ELj{ELl{Ad}}}{{Il{AdELb}}}}{{EL`c}{{Il{DNbELb}}}{OjFd}}{ELj{{Il{AdELb}}}}{ELf{{Il{AdELb}}}}{{{Id{ELn}}}Ad}0{{{Id{c}}}EKnELn}{{{Id{c}}}EM`ELn}{{{DAj{EMbEMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`````{{cDbi}{{Mh{e}}}AjCJd{{Oj{}{{Ch{EMf}}}}CJd}{{Bb{{EDl{e}}}{{Ch{g}}}}CJd}}{{{EMh{}{{Ch{c}}}}EMj}Ad{}}{{{DAj{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAb{}{{Of{c}}}}CJd}}{{cg}{{Mh{e}}}Aj{}{{DAb{}{{Of{e}}}}CJd}}{{{Ib{{EMh{}{{Ch{c}}}}}}{DAd{{Ib{DAb}}}}}{{DAd{{Ib{DAb}}}}}{}}{{cek}{{Mh{g}}}AjCJdCJd{{Oj{}{{Ch{{Lf{ge}}}}}}CJd}{{Cb{e}{{Ch{i}}}}CJdNd}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}g}{{Nf{g}}}{CKbFOj}{}{JjFd}}{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}}{{CJl{gec}}}{CKbFOj}{}{JjFd}}````````````````````````````````````````````{{LdDl}{{Nf{c}}}{}}{{LdGMb}{{Nf{c}}}{}}{{LdGMd}{{Nf{c}}}{}}{Ld{{Nf{c}}}{}}0{{Lde}{{Nf{c}}}{}{{Bb{Af}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{j}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{{I`{j}}}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{GMd}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{Ob}{{Ch{c}}}}}}{{}{{Mh{{Lf{LdDAh}}}}}}6{{Ldj}{{Nf{c}}}{}}0{{LdCLf}{{Nf{c}}}{}}{{Ld{I`{GMf}}}{{Nf{c}}}{}}{{LdOb}{{Nf{c}}}{}}`{{Lde}{{Nf{c}}}{}{{Bb{GMh}{{Ch{c}}}}Fd}};`{GMj{{Lf{Ld{Nf{c}}}}}{}}<<``````````````````````````````{{{CJ`{}{{GAh{c}}}}c}BhFn}``````{{{GDf{}{{GAh{c}}}}c}dFn}`````00`0``````{{{GDn{}{{GAh{c}}}}cj}AbFn}``0`````{{{GEn{}{{GAh{c}}}}c}BfFn}`````````````````````````````````````````````````````````````{CJn{{Jn{CK`}}}}{CKbAd}`````{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CKhceCKjCKdCKl}AdCKb{}}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CL`Ad}``{{CKbCLbc}Ad{{K`{Ih}}}}````````{CJn{{I`{CLd}}}}`{{CKhCKdcCLf}jCKb}``{{CKhcObCLfCLh}CLjCKb}{{CJnCK`cOd}CLjCKb}```{{CKhCKdCKlCKnc}CLlCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}`{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CJnCK`CKdcCMd}AdCKb}`{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}``{CL`{{I`{Jl}}}}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}10{{CL`CMh{Jn{CMj}}}Ad}``{{CL`CMl}Ad}{{CJnCLd}Ad}`{CJn{{Ob{CMn}}}}`0{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{CJnCNb}```{CJnCNd}```````````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}{{CL`Jl}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}10`````````````````````````````{CL`Ad}{{CL`{I`{Jl}}}{{I`{c}}}Dh}?>{CL`{{I`{c}}}Dh}>?0>=<{{CL`j{I`{CN`}}{I`{{Lf{{CJl{ceg}}CNb}}}}{Ib{Fb}}CMl}Ad{}{}{}}:5454````````````````````````````````````````````````````````````````{{DjDj}j}{{}{{CHh{CDn}}}}```````````{{{FMf{}{{FMd{c}}}}c}{{Ob{M`}}}{DlAj}}{{{FMf{}{{FMd{c}}}}cFMhCKn{ADb{Mf}}}Ad{DlAj}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLj{{K`{CMn}}}{{K`{CMn}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{CLj}}}}}}`{{OdMfce}CLj{{Bb{Od}{{Ch{CLj}}}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegi}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegik}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}{{Bb{CLjOb}{{Ch{CLj}}}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMlcOdCMnCMnFMjMfFMn{Ml{{CJl{egc}}}}{Ml{CK`}}}CLjCKb{}{}}```````````````````````````````````````````````{{CKhceCKjCKdCKl}AdCKb{}}{{{Ml{{CJl{ceg}}}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{CKhCKdcCLf}jCKb}{{CKhcObCLfCLh}CLjCKb}{{CKhCKdCKlCKnc}CLlCKb}{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}``````{CKbAd}{{CKbCLbc}Ad{{K`{Ih}}}}````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}`````{{FN`Dd}{{Ob{M`}}}}{{FN`Dd{I`{Dd}}CKn}Ad}`````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}FO`{AhGh}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}c{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}FOl{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}gCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}eCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}i}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{FNn{c}}CLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FNl{}{{FNb{c}}}}DbDb}{{I`{CLf}}}{AhGh}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNl{}{{FNb{c}}}}CLf}{{I`{G`}}}{AhGh}}{{{FNl{}{{FNb{c}}}}}Gb{AhGh}}`{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{Ad{{Ml{BBn}}}}}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FNl{}{{FNb{c}}}}}Ob{AhGh}}{{{FNl{}{{FNb{c}}}}}Mf{AhGh}}0{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}Gd}Ad{AhGhFn}}{{{FNl{}{{FNb{c}}}}Ob}Ad{AhGh}}{{{FNd{}{{FNb{c}}}}}{{I`{Jl}}}{AhGhFn}}``{{{FNd{}{{FNb{c}}}}ObcFOlGfe}Ad{AhGhFn}FNj}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}c}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}Ad{AhGh}}{{{FNl{}{{FNb{c}}}}}Gh{AhGh}}`{{{FNn{c}}}{{FNl{}{{FNb{c}}}}}{AhGh}}{Gd{{FNd{}{{FNb{c}}}}}{AhGhFn}}````````````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}><;6```````{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}>````````````````````````{CJn{{Jn{CK`}}}}`{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CMd{{Gj{c}}}{}}{{CMdGl{I`{CLd}}}Ad}{CJn{{I`{CLd}}}}`{{CJnCK`cOd}CLjCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CJnCK`CKdcCMd}AdCKb}`{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CMdGn{I`{CLd}}CKnCLh}Ad}{{CJnCLd}Ad}{CJn{{Ob{CMn}}}}0{CJnCNb}`{CJnCNd}``{{CMdGA`{I`{CLd}}}Ad}`````````````````{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}?{GlAd}`?{Glj}{{{Ib{CMd}}g}{{`{{CMd{e}}}}}{}{}{{ABd{c}{{Ch{e}}}}}}{{GA`Db}Ad}{GA`Ad}0{{CLde}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{GnGAb}Ad}`>2{{GnGAd}Ad}`:7``{{{DAj{GAf}{{Ch{e}}}}}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{}{{`{{CMd{CLd}}}}}}{CLd{{`{{CMd{c}}}}}{}}:{{}{{`{{CMd{c}}}}}{}}0`:`;```{{CLdGAb}{{`{{CMd{c}}}}}{}}6{{CLdGAd}{{`{{CMd{c}}}}}{}}6`````{{CLdDb}{{`{{CMd{c}}}}}{}};4:4:4:```````````{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}`{{cCKjCKdGAlCbCKn}AdFOj}{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}``````{{{Jn{CK`}}{Ml{c}}egi}Ad{}{{ABd{CK`c}}}{{ABd{Db}{{Ch{j}}}}}{{ABd{c}{{Ch{CK`}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBn}}M`M`}{{Il{DlDn}}}}````````````````````````{{{GDb{}{{GAh{c}}}}c}C`{FnDl}}````````````{{{GKj{}{{GAh{c}}}}c}HlFn}{{{GKj{}{{GAh{c}}}}c}{{I`{Hn}}}Fn}0````{{{GGd{}{{GAh{c}}}}c}Af{FnDl}}```0`````{{{GGl{}{{GAh{c}}}}c}BnFn}``````{{{GHb{}{{GAh{c}}}}cj}lFn}````0`````````{{{GFb{}{{GAh{c}}}}c}BlFn}````````{{{GGf{}{{GAh{c}}}}c}hFn}0````00{{{GGf{}{{GAh{c}}}}cj}hFn}0`````````````{{{GHl{}{{GAh{c}}}}c}AlFn}```````0`0````````````{{{GI`{}{{GAh{c}}}}c}BdFn}`0```{{{GIj{}{{GAh{c}}}}c}A`Fn}``0{{{GIj{}{{GAh{c}}}}c}DdFn}11000```{{{GEh{}{{GAh{c}}}}c}fFn}``0{{{GEh{}{{GAh{c}}}}c}DdFn}11`000```````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GJb{}{{GAh{c}}}}cj}AhFn}```````0```````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000000000000{{{GE`{ceg}}FMn}{{GE`{ceg}}}{}{}CKb}{{{GHf{ceg}}FMn}{{GHf{ceg}}}{}{}CKb}{{{GEl{ceg}}Gb}{{GEl{ceg}}}{}GEnCKb}{{{GEl{ceg}}Gh}{{GEl{ceg}}}{}GEnCKb}{ce{}{}}00000000000000000000000000000000000000000000000000000{cCj{}}00000000000000000000000000000000000000000000000000000{{{GFf{c}}{ADb{Mf}}}{{GFf{c}}}{}}222222222222222222222222222222222222222222222222222222{{{GHj{ceg}}{Ml{c}}}{{GHj{ceg}}}{Ah{ED`{BBn}}BE`}DlGHl}`{i{{GDd{ceg}}}{}GDfCKb{{K`{{CJl{ceg}}}}}}{{c{Cl{e}}}g{}{}{}}00000000000000000000000000`{i{{GDh{iceg}}}{}{}EMn{{GDj{ceg}}}}{{{GEl{ceg}}}{{GEl{ceg}}}{}GEnCKb}0`{{cjg}{{GDl{eik}}}{{K`{Jl}}}{}{{ABd{j}{{Ch{e}}}}}{GDnGAj}FOj}{{{GE`{ceg}}}{{Jn{CK`}}}{}{}CKb}{{{GFl{ceg}}}{{Jn{CK`}}}Dl{}CKb}{{{GHf{ceg}}}{{Jn{CK`}}}{}{}CKb}{{{GIn{ceg}}}{{Jn{CK`}}}{}{}CKb}{{{GDd{ceg}}}{{Jn{CK`}}}DlGDfCKb}{{{GEd{cegi}}}{{Jn{CK`}}}{GEfDl}Dl{GEnGEhGGfGDb}FOj}{{{GEl{ceg}}}{{Jn{CK`}}}{}GEnCKb}{{{GN`{ceg}}}{{Jn{CK`}}}{}{GKjGEn}CKb}{{{GHh{ceg}}}{{Jn{CK`}}}{}GGfCKb}{{{GJf{ceg}}}{{Jn{CK`}}}{}{GEnGAj}FOj}{{{GFj{cegik}}}{{Jn{CK`}}}{}{}CKbAj{{K`{{CJl{ceg}}}}}}{CJjAd}{i{{GE`{ceg}}}{}{}CKb{{Oh{}{{Of{{CJl{ceg}}}}}}}}``{{{GEb{c}}Gd{I`{c}}g}{{GEd{ceik}}}{GEfDl}{}{{ABd{c}{{Ch{e}}}}}{GEhGDb}FOj}{i{{CJl{ceg}}}{}{}CKb{{GEj{ceg}}}}{ce{}{}}00000000000000000000000000`{i{{GEl{ceg}}}{}GEnCKb{{K`{{CJl{ceg}}}}}}{{{GHn{c}}GJn}{{GHn{c}}}GI`}{{{GFf{c}}GJn}{{GFf{c}}}{}}{{}{{GE`{ce}}}{}CKb}{{}{{GHf{ce}}}{}CKb}{CJj}{CJjFOl}{Dbc{}}00000000000000000000000000000000000000000000000000000{{{GE`{ceg}}CK`}Ad{}{}CKb}{{{GFl{ceg}}CK`}AdDl{}CKb}{{{GHf{ceg}}CK`}Ad{}{}CKb}{{{GIn{ceg}}CK`}Ad{}{}CKb}{{{GDd{ceg}}CK`}AdDlGDfCKb}{{{GEl{ceg}}CK`}Ad{}GEnCKb}{{{GN`{ceg}}CK`}Ad{}{GKjGEn}CKb}{{{GHh{ceg}}CK`}Ad{}GGfCKb}{{{GIl{ceg}}CK`}AdDlGEhFOj}{{{GJf{ceg}}CK`}Ad{}{GEnGAj}FOj}{{{GFj{cegik}}CK`}Ad{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{CJjDd}{{Ob{M`}}}}{{CJjCOn}{{Ob{M`}}}}{{{GHh{ceg}}GLd}{{GHh{ceg}}}{}GGfCKb}{{{GE`{ceg}}CK`CKdCKf}Ad{}{}CKb}{{{GFl{ceg}}CK`CKdCKf}AdDl{}CKb}{{{GHf{ceg}}CK`CKdCKf}Ad{}{}CKb}{{{GEl{ceg}}CK`CKdCKf}Ad{}GEnCKb}{{{GHh{ceg}}CK`CKdCKf}Ad{}GGfCKb}{{{GHd{ceg}}CK`CKdCKf}Ad{}{}CKb}{{{GFj{cegik}}CK`CKdCKf}Ad{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GE`{ceg}}CK`geCKjCKdCKlCKn}Ad{}{}CKb}{{{GFl{ceg}}CK`geCKjCKdCKlCKn}AdDl{}CKb}{{CJjCOnFMhCKn{ADb{Mf}}}Ad}{{CJjJn}Ad}{{CJjDd{I`{Dd}}CKn}Ad}{{{GHf{ceg}}CK`geCKjCKdCKlCKn}Ad{}{}CKb}{{{GIn{ceg}}CK`giCKjCKdCKlCKn}Ad{}{}CKb{}}{{{GDd{ceg}}CK`geCKjCKdCKlCKn}AdDlGDfCKb}{{{GDl{ceg}}CK`geCKjCKdCKlCKn}Ad{}{GDnGAj}FOj}{{{GEd{cegi}}CK`igCKjCKdCKlCKn}Ad{GEfDl}Dl{GEnGEhGGfGDb}FOj}{{{GEl{ceg}}CK`geCKjCKdCKlCKn}Ad{}GEnCKb}{{{GN`{ceg}}CK`geCKjCKdCKlCKn}Ad{}{GKjGEn}CKb}{{{GGb{cegi}}CK`igCKjCKdCKlCKn}Ad{DlJhGh}{}{GGdGGfGDbGEn}FOj}{{{GGj{c}}CK`ecCKjCKdCKlCKn}AdGGlCKb}{{{GGn{ceg}}CK`geCKjCKdCKlCKn}AdDl{GHbGAj}FOj}{{{GF`{c}}CK`ecCKjCKdCKlCKn}AdGFbCKb}{{{GHh{ceg}}CK`geCKjCKdCKlCKn}Ad{}GGfCKb}{{{GHj{ceg}}CK`igCKjCKdCKlCKn}Ad{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GIh{cegi}}CK`igCKjCKdCKlCKn}AdFNj{}GIjFOj}{{{GIl{ceg}}CK`geCKjCKdCKlCKn}AdDlGEhFOj}{{{GIl{ceg}}CK`geCKdCKl{I`{GLl}}CKn}AdDlGEhFOj}{{{GJ`{ceg}}CK`geCKjCKdCKlCKn}Ad{}{GJbGAj}FOj}{{{GJf{ceg}}CK`geCKjCKdCKlCKn}Ad{}{GEnGAj}FOj}{{{GJh{ceg}}CK`igCKjCKdCKlCKn}Ad{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GHd{ceg}}CK`geCKjCKdCKlCKn}Ad{}{}CKb}{{{GFj{cegik}}CK`geCKjCKdCKlCKn}Ad{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GHn{c}}CK`ecCKjCKdCKlCKn}AdGI`FN`}{{GFdCK`ceCKjCKdCKlCKn}AdCKb{}}{{{GFf{c}}CK`egCKjCKdCKlCKn}Ad{DlAj}{{FMf{}{{FMd{c}}}}}{}}{{{GDh{iceg}}CK`geCKjCKdCKlCKn}Ad{}{}EMn{{GDj{ceg}}}}{{CJjGNb}Ad}{DbAd}00000000000000000000000000{{CJjCLfDdCKn}Ad}0{{CJjCLbc}Ad{{K`{Ih}}}}{CJjAd}{{CJjFNnCLfDdCKn}Ad}{{{GFf{c}}FMh}{{GFf{c}}}{}}{{GFdDf}{{Il{AdAl}}}}{{{GFf{c}}Df}{{Il{AdAl}}}Jj}{{{GDh{iceg}}Df}{{Il{AdAl}}}JjJj{JjEMn}{Jj{GDj{ceg}}}}{{}{{Nf{c}}}{}}0{{{GDl{ceg}}i}{{GDl{ceg}}}{}{GDnGAj}FOjK`}{{{GEd{cegi}}}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj}{{{GGb{cegi}}k}{{GGb{cegi}}}{JhGh}{}{GGdGGfGDbGEn}FOjK`}{{{GGn{ceg}}i}{{GGn{ceg}}}DlGHbFOjK`}{{{GIh{cegi}}k}{{GIh{cegi}}}FNj{}GIjFOjK`}{{{GIl{ceg}}}{{GIl{ceg}}}DlGEhFOj}{{{GJ`{ceg}}i}{{GJ`{ceg}}}{}GJbFOjK`}{{{GJf{ceg}}i}{{GJf{ceg}}}{}{GEnGAj}FOjK`}{cc{}}00000000{{{El{c}}}{{GEl{cbCIf}}}Dl}111111111111111111111111111111111111111111111{c{{GHn{e}}}{{K`{ABf}}}GI`}{ce{}{}}00000000000000000000000000{{{GJf{ceg}}i}{{GJf{ceg}}}{}{GEnGAj}FOj{{K`{FOl}}}}{{{GGb{cegi}}GKn}{{GGb{cegi}}}{JhGh}{}{GGdGGfGDbGEn}FOj}{{{GE`{ceg}}i}{{GE`{ceg}}}{}{}CKb{{K`{CMn}}}}{{{GHf{ceg}}i}{{GHf{ceg}}}{}{}CKb{{K`{CMn}}}}{{{GDd{ceg}}i}{{GDd{ceg}}}{}GDfCKb{{K`{CMn}}}}{{{GEl{ceg}}i}{{GEl{ceg}}}{}GEnCKb{{K`{CMn}}}}{{{GN`{ceg}}i}{{GN`{ceg}}}{}{GKjGEn}CKb{{K`{CMn}}}}{{{GGj{c}}e}{{GGj{c}}}GGl{{K`{CMn}}}}{{{GF`{c}}e}{{GF`{c}}}GFb{{K`{CMn}}}}{{{GHh{ceg}}i}{{GHh{ceg}}}{}GGfCKb{{K`{CMn}}}}{{{GHj{ceg}}i}{{GHj{ceg}}}{Ah{ED`{BBn}}BE`}DlGHl{{K`{FOl}}}}{{{GJh{ceg}}i}{{GJh{ceg}}}{Ah{ED`{BBn}}BE`}DlGHl{{K`{CMn}}}}{{{GHn{c}}e}{{GHn{c}}}GI`{{K`{CMn}}}}{{{GFf{c}}e}{{GFf{c}}}{}{{K`{CMn}}}}{{{GDh{iceg}}k}{{GDh{iceg}}}{}{}EMn{{GDj{ceg}}}{{K`{CMn}}}}{{{GIh{cegi}}{DAj{g}{{Ch{FOn}}}}}{{GIh{kegi}}}FNj{}GIjFOjFNj}{c{{GF`{e}}}{{K`{FOl}}}GFb}0{cGFd{{K`{CMn}}}}{{{GDl{ceg}}GNd}{{GDl{ceg}}}{}{GDnGAj}FOj}{{{GEd{cegi}}GLn}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj}{{{GIl{ceg}}GLn}{{GIl{ceg}}}DlGEhFOj}{{{GDd{ceg}}}{{I`{CLd}}}DlGDfCKb}{{{GDd{ceg}}CLd}{{GDd{ceg}}}{}GDfCKb}{{{GDl{ceg}}}{{I`{CLd}}}{}{GDnGAj}FOj}{{{GEl{ceg}}}{{I`{CLd}}}{}GEnCKb}{{{GHh{ceg}}CLd}{{GHh{ceg}}}{}GGfCKb}{{{GHh{ceg}}}{{I`{CLd}}}{}GGfCKb}{{{GHj{ceg}}}{{I`{CLd}}}{Ah{K`{Nl}}GLh}DlGHl}{{{GIl{ceg}}CLd}{{GIl{ceg}}}DlGEhFOj}{{{GJ`{ceg}}}{{I`{CLd}}}{}{GJbGAj}FOj}{{{GHd{ceg}}}{{I`{CLd}}}{}{}CKb}{{{GFj{cegik}}}{{I`{CLd}}}{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GHn{c}}}{{I`{CLd}}}GI`}{{{GFf{c}}}{{I`{CLd}}}{DlAj}}`{e{{GFf{c}}}{}{{K`{c}}}}{{}Db}00000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000000000444444444444444444444444444444444444444444444444444444444444444444444444444444444`{k{{GFh{cegi}}}{AhGh}{}{}CKb{{Oh{}{{Of{{Lf{c{CJl{egi}}}}}}}}}}`{{{GE`{ceg}}CK`gOd}CLj{}{}CKb}{{{GFl{ceg}}CK`gOd}CLjDl{}CKb}{{{GHf{ceg}}CK`gOd}CLj{}{}CKb}{{{GIn{ceg}}CK`gOd}CLj{}{}CKb}{{{GDd{ceg}}CK`gOd}CLjDlGDfCKb}{{{GDl{ceg}}CK`gOd}CLj{}{GDnGAj}FOj}{{{GEd{cegi}}CK`iOd}CLj{GEfDl}Dl{GEnGEhGGfGDb}FOj}{{{GEl{ceg}}CK`gOd}CLj{}GEnCKb}{{{GN`{ceg}}CK`gOd}CLj{}{GKjGEn}CKb}{{{GGb{cegi}}CK`iOd}CLj{DlJhGh}{}{GGdGGfGDbGEn}FOj}{{{GGj{c}}CK`eOd}CLjGGlCKb}{{{GGn{ceg}}CK`gOd}CLjDl{GHbGAj}FOj}{{{GF`{c}}CK`eOd}CLjGFbCKb}{{{GHh{ceg}}CK`gOd}CLj{}GGfCKb}{{{GHj{ceg}}CK`iOd}CLj{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GIh{cegi}}CK`iOd}CLjFNj{}GIjFOj}{{{GIl{ceg}}CK`gOd}CLjDlGEhFOj}{{{GIl{ceg}}CK`gOd{I`{GLl}}}CLjDlGEhFOj}{{{GJ`{ceg}}CK`gOd}CLj{}{GJbGAj}FOj}{{{GJf{ceg}}CK`gOd}CLj{}{GEnGAj}FOj}{{{GJh{ceg}}CK`iOd}CLj{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GHd{ceg}}CK`gOd}CLj{}{}CKb}{{{GFj{cegik}}CK`gOd}CLj{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GHn{c}}CK`eOd}CLjGI`FN`}{{GFdCK`cOd}CLjCKb}{{{GFf{c}}CK`eOd}CLj{DlAj}{{FMf{}{{FMd{c}}}}}}{{{GDh{iceg}}CK`gOd}CLj{}{}EMn{{GDj{ceg}}}}{{cm}{{GFj{egick}}}Aj{}{}{}{{K`{{CJl{egi}}}}}{{ABd{c}{{Ch{k}}}}}}{{{GEd{cegi}}k}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj{{K`{Gf}}}}{{{GIl{ceg}}i}{{GIl{ceg}}}DlGEhFOj{{K`{Gf}}}}{{CJj{Ad{{Ml{BBn}}}}}Ad}{{{GEl{ceg}}i}{{GEl{ceg}}}{}GEnCKb{{K`{FOl}}}}{{{GE`{ceg}}i}{{GE`{ceg}}}{}{}CKb{{K`{FOl}}}}1{i{{GFl{ceg}}}{}{}CKb{{K`{{CJl{ceg}}}}}}{{{GE`{ceg}}CK`CKdCKlCKng}CLl{}{}CKb}{{{GFl{ceg}}CK`CKdCKlCKng}CLlDl{}CKb}{{{GHf{ceg}}CK`CKdCKlCKng}CLl{}{}CKb}{{{GIn{ceg}}CK`CKdCKlCKng}CLl{}{}CKb}{{{GDd{ceg}}CK`CKdCKlCKng}CLlDlGDfCKb}{{{GDl{ceg}}CK`CKdCKlCKng}CLl{}{GDnGAj}FOj}{{{GEd{cegi}}CK`CKdCKlCKni}CLl{GEfDl}Dl{GEnGEhGGfGDb}FOj}{{{GEl{ceg}}CK`CKdCKlCKng}CLl{}GEnCKb}{{{GN`{ceg}}CK`CKdCKlCKng}CLl{}{GKjGEn}CKb}{{{GGb{cegi}}CK`CKdCKlCKni}CLl{DlJhGh}{}{GGdGGfGDbGEn}FOj}{{{GGn{ceg}}CK`CKdCKlCKng}CLlDl{GHbGAj}FOj}{{{GHh{ceg}}CK`CKdCKlCKng}CLl{}GGfCKb}{{{GHj{ceg}}CK`CKdCKlCKni}CLl{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GIh{cegi}}CK`CKdCKlCKni}CLlFNj{}GIjFOj}{{{GIl{ceg}}CK`CKdCKlCKng}CLlDlGEhFOj}{{{GJ`{ceg}}CK`CKdCKlCKng}CLl{}{GJbGAj}FOj}{{{GJf{ceg}}CK`CKdCKlCKng}CLl{}{GEnGAj}FOj}{{{GJh{ceg}}CK`CKdCKlCKni}CLl{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GHd{ceg}}CK`CKdCKlCKng}CLl{}{}CKb}{{{GFj{cegik}}CK`CKdCKlCKng}CLl{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GDh{iceg}}CK`CKdCKlCKng}CLl{}{}EMn{{GDj{ceg}}}}{{}{{GE`{ceg}}}{}{}CKb}{i{{GFl{ceg}}}{}{}{}{{K`{{CJl{ceg}}}}}}{{}{{GHf{ceg}}}{}{}CKb}{{ci}{{GIn{ecg}}}{}{}CKb{{K`{{CJl{ecg}}}}}}{i{{GDd{ceg}}}{}GDfCKb{{K`{{CJl{ceg}}}}}}{{cjg}{{GDl{eik}}}{{K`{Jl}}}{}{{ABd{j}{{Ch{e}}}}}{GDnGAj}FOj}{{{GEb{c}}Gd{I`{c}}g}{{GEd{ceik}}}{GEfDl}{}{{ABd{c}{{Ch{e}}}}}{GEhGDb}FOj}{i{{GEl{ceg}}}{}GEnCKb{{K`{{CJl{ceg}}}}}}{{{GNf{c}}k}{{GN`{egi}}}{}{}{GKjGEn}CKb{{ABd{GKlcj}{{Ch{{GNh{egi}}}}}}}}{{e{I`{c}}i}{{GGb{cgkm}}}{JhGh}{{K`{{Ad{{Ml{c}}}}}}}{}{{ABd{c}{{Ch{g}}}}}{GGdGGfGDbGEn}FOj}{{{GGh{Mf}}Mf}{{GGj{c}}}GGl}{{ce{I`{e}}i}{{GGn{gkm}}}{{K`{Jl}}}{GH`Ah}Dl{{Bb{e}{{Ch{g}}}}}GHbFOj}{i{{GHh{ceg}}}{}GGfCKb{{K`{{CJl{ceg}}}}}}{{{GGh{c}}cg}{{GHj{cei}}}{Ah{ED`{BBn}}BE`}Dl{{ABd{c}{{Ch{e}}}}}GHl}{{{GId{c}}}{{GIh{GIfegc}}}FOj{}GIj}{{GdGd}{{GIl{ceg}}}DlGEhFOj}{{cjg}{{GJ`{eik}}}{{K`{{I`{Jl}}}}}{}{{ABd{j}{{Ch{e}}}}}GJbFOj}{{ikGJd}{{GJf{ceg}}}{}{GEnGAj}FOj{{K`{{CJl{ceg}}}}}{{K`{{Ad{Gd}}}}}}{{{GGh{c}}cg}{{GJh{cei}}}{Ah{ED`{BBn}}BE`}Dl{{ABd{c}{{Ch{e}}}}}GHl}{i{{GHd{ceg}}}{}{}CKb{{ABd{Ob}{{Ch{{CJl{ceg}}}}}}}}{{cm}{{GFj{egick}}}Aj{}{}{}{{K`{{CJl{egi}}}}}{{ABd{c}{{Ch{k}}}}}}{c{{GHn{e}}}{{K`{Dd}}}GI`}{{ce}GFd{{K`{CMn}}}{{K`{CMn}}}}{e{{GFf{c}}}{}{{K`{c}}}}{i{{GDh{iceg}}}{}{}EMn{{GDj{ceg}}}}{{{GIh{cegi}}k}{{GIh{cegi}}}FNj{}GIjFOj{{ABd{Gd}{{Ch{e}}}}}}{{{GN`{ceg}}i}{{GN`{ceg}}}{}{GKjGEn}CKb{{ABd{GKl}{{Ch{c}}}}}}{{{GEd{cegi}}e}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj}{{{GFl{ceg}}c}{{GFl{ceg}}}{}{}{}}{{{GN`{ceg}}i}{{GN`{ceg}}}{}{GKjGEn}CKb{{ABd{GNj}{{Ch{c}}}}}}{{{GE`{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{}CKb}{{{GFl{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMbDl{}CKb}{{{GHf{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{}CKb}{{{GIn{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{}CKb}{{{GDd{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMbDlGDfCKb}{{{GDl{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{GDnGAj}FOj}{{{GEd{cegi}}CK`CLnCKdCKliCL`{CM`{e}}CKn}CMb{GEfDl}Dl{GEnGEhGGfGDb}FOj}{{{GEl{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}GEnCKb}{{{GN`{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{GKjGEn}CKb}{{{GGb{cegi}}CK`CLnCKdCKliCL`{CM`{e}}CKn}CMb{DlJhGh}{}{GGdGGfGDbGEn}FOj}{{{GGn{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMbDl{GHbGAj}FOj}{{{GHh{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}GGfCKb}{{{GHj{ceg}}CK`CLnCKdCKliCL`{CM`{e}}CKn}CMb{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GIh{cegi}}CK`CLnCKdCKliCL`{CM`{e}}CKn}CMbFNj{}GIjFOj}{{{GIl{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMbDlGEhFOj}{{{GJ`{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{GJbGAj}FOj}{{{GJf{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{GEnGAj}FOj}{{{GJh{ceg}}CK`CLnCKdCKliCL`{CM`{e}}CKn}CMb{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GHd{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{}CKb}{{{GFj{cegik}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GDh{iceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{}EMn{{GDj{ceg}}}}{{{GEd{cegi}}k}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj{{ABd{Jl}{{Ch{e}}}}}}{{{GIl{ceg}}i}{{GIl{ceg}}}DlGEhFOj{{ABd{Jl}{{Ch{c}}}}}}{{{GFl{ceg}}c}{{GFl{ceg}}}{}{}{}}000{{{GEd{cegi}}k}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj{{ABd{c}{{Ch{e}}}}}}21{{{GDd{ceg}}c}{{GDd{ceg}}}{}GDfCKb}{{{GDd{ceg}}{I`{c}}}{{GDd{ceg}}}{}GDfCKb}3{{{GHj{ceg}}e}{{GHj{ceg}}}{Ah{ED`{BBn}}BE`}DlGHl}{{{GJh{ceg}}e}{{GJh{ceg}}}{Ah{ED`{BBn}}BE`}DlGHl}{{{GN`{ceg}}ik}{{GN`{ceg}}}{}{GKjGEn}CKb{{K`{FOl}}}{{ABd{GNl}{{Ch{c}}}}}}66{{{GHh{ceg}}i}{{GHh{ceg}}}{}GGfCKb{{ABd{GNn}{{Ch{c}}}}}}{{{GIl{ceg}}c}{{GIl{ceg}}}DlGEhFOj}{{{GE`{ceg}}CK`CKdgCMd}Ad{}{}CKb}{{{GFl{ceg}}CK`CKdgCMd}AdDl{}CKb}{{{GHf{ceg}}CK`CKdgCMd}Ad{}{}CKb}{{{GIn{ceg}}CK`CKdgCMd}Ad{}{}CKb}{{{GDd{ceg}}CK`CKdgCMd}AdDlGDfCKb}{{{GEl{ceg}}CK`CKdgCMd}Ad{}GEnCKb}{{{GN`{ceg}}CK`CKdgCMd}Ad{}{GKjGEn}CKb}{{{GHh{ceg}}CK`CKdgCMd}Ad{}GGfCKb}{{{GIl{ceg}}CK`CKdgCMd}AdDlGEhFOj}{{{GEj{}{{GFn{c}}{GG`{e}}}}cCMd}AdFn{}}{{{GHd{ceg}}CK`CKdgCMd}Ad{}{}CKb}{{{GFj{cegik}}CK`CKdgCMd}Ad{}{}CKbAj{{K`{{CJl{ceg}}}}}}`{{{GE`{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{{GFl{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}Dl{}CKb}{{{GHf{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{{GIn{ceg}}CK`CKdg}{{I`{{CMf{cig}}}}}{}{}CKb{}}{{{GDd{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}DlGDfCKb}{{{GEd{cegi}}CK`CKdi}{{I`{{CMf{egi}}}}}{GEfDl}Dl{GEnGEhGGfGDb}FOj}{{{GEl{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}GEnCKb}{{{GN`{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{GKjGEn}CKb}{{{GGb{cegi}}CK`CKdi}{{I`{{CMf{egi}}}}}{DlJhGh}{}{GGdGGfGDbGEn}FOj}{{{GHh{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}GGfCKb}{{{GJf{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{GEnGAj}FOj}{{{GHd{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{{GFj{cegik}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GE`{ceg}}i}{{GE`{ceg}}}{}{}CKb{{K`{FMj}}}}{{{GHf{ceg}}i}{{GHf{ceg}}}{}{}CKb{{K`{FMj}}}}{{{GDd{ceg}}i}{{GDd{ceg}}}{}GDfCKb{{K`{FMj}}}}{{{GEd{cegi}}k}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj{{K`{FMj}}}}{{{GEl{ceg}}i}{{GEl{ceg}}}{}GEnCKb{{K`{FMj}}}}{{{GGb{cegi}}k}{{GGb{cegi}}}{JhGh}{}{GGdGGfGDbGEn}FOj{{K`{FMj}}}}{{{GIh{cegi}}k}{{GIh{cegi}}}FNj{}GIjFOj{{K`{FMj}}}}{{{GIl{ceg}}i}{{GIl{ceg}}}DlGEhFOj{{K`{FMj}}}}{{{GJf{ceg}}i}{{GJf{ceg}}}{}{GEnGAj}FOj{{K`{FOl}}}}`{{{GIl{ceg}}}{{GIl{ceg}}}DlGEhFOj}`{{e{I`{c}}i}{{GGb{cgkm}}}{JhGh}{{K`{{Ad{{Ml{c}}}}}}}{}{{ABd{c}{{Ch{g}}}}}{GGdGGfGDbGEn}FOj}{{{GGb{cegi}}k}{{GGb{cegi}}}{JhGh}{}{GGdGGfGDbGEn}FOj{{K`{Jl}}}}`{{{GGh{Mf}}Mf}{{GGj{c}}}GGl}{{{GE`{ceg}}i}{{GE`{ceg}}}{}{}CKb{{K`{{CJl{ceg}}}}}}{{{GHf{ceg}}i}{{GHf{ceg}}}{}{}CKb{{K`{{CJl{ceg}}}}}}`{{ce{I`{e}}i}{{GGn{gkm}}}{{K`{Jl}}}{AhGH`}Dl{{Bb{e}{{Ch{g}}}}}GHbFOj}{i{{GHd{ceg}}}{}{}CKb{{ABd{Ob}{{Ch{{CJl{ceg}}}}}}}}{i{{GHf{ceg}}}{}{}CKb{{Oh{}{{Of{{CJl{ceg}}}}}}}}```{i{{GHh{ceg}}}{}GGfCKb{{K`{{CJl{ceg}}}}}}{{{GDd{ceg}}CLd}AdDlGDfCKb}{{{GDl{ceg}}CLd}Ad{}{GDnGAj}FOj}{{{GEl{ceg}}CLd}Ad{}GEnCKb}{{{GHh{ceg}}CLd}Ad{}GGfCKb}{{{GHj{ceg}}CLd}Ad{Ah{K`{Nl}}GLh}DlGHl}{{{GJ`{ceg}}CLd}Ad{}{GJbGAj}FOj}{{{GHd{ceg}}CLd}Ad{}{}CKb}{{{GFj{cegik}}CLd}Ad{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GHn{c}}CLd}AdGI`}{{{GFf{c}}CLd}Ad{DlAj}}{{{GE`{ceg}}}{{Ob{CMn}}}{}{}CKb}{{{GFl{ceg}}}{{Ob{CMn}}}Dl{}CKb}{{{GHf{ceg}}}{{Ob{CMn}}}{}{}CKb}{{{GIn{ceg}}}{{Ob{CMn}}}{}{}CKb}{{{GDd{ceg}}}{{Ob{CMn}}}DlGDfCKb}{{{GDl{ceg}}i}{{GDl{ceg}}}{}{GDnGAj}FOj{{K`{FOl}}}}{{{GDl{ceg}}}{{Ob{CMn}}}{}{GDnGAj}FOj}{{{GEd{cegi}}Mf}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj}{{{GEd{cegi}}}{{Ob{CMn}}}{GEfDl}Dl{GEnGEhGGfGDb}FOj}{{{GEl{ceg}}}{{Ob{CMn}}}{}GEnCKb}{{{GN`{ceg}}}{{Ob{CMn}}}{}{GKjGEn}CKb}{{{GGb{cegi}}}{{Ob{CMn}}}{DlJhGh}{}{GGdGGfGDbGEn}FOj}{{{GGj{c}}}{{Ob{CMn}}}GGl}{{{GGn{ceg}}i}{{GGn{ceg}}}DlGHbFOj{{K`{FOl}}}}{{{GGn{ceg}}}{{Ob{CMn}}}Dl{GHbGAj}FOj}{{{GF`{c}}}{{Ob{CMn}}}GFb}{{{GHh{ceg}}}{{Ob{CMn}}}{}GGfCKb}{{{GHj{ceg}}}{{Ob{CMn}}}{Ah{K`{Nl}}GLh}DlGHl}{{{GIh{cegi}}}{{Ob{CMn}}}FNj{}GIjFOj}{{{GIl{ceg}}i}{{GIl{ceg}}}DlGEhFOj{{K`{FOl}}}}{{{GIl{ceg}}}{{Ob{CMn}}}DlGEhFOj}{{{GJ`{ceg}}i}{{GJ`{ceg}}}{}GJbFOj{{K`{FOl}}}}{{{GJ`{ceg}}}{{Ob{CMn}}}{}{GJbGAj}FOj}{{{GJf{ceg}}i}{{GJf{ceg}}}{}{GEnGAj}FOj{{K`{FOl}}}}{{{GJf{ceg}}}{{Ob{CMn}}}{}{GEnGAj}FOj}{{{GJh{ceg}}}{{Ob{CMn}}}{Ah{K`{Nl}}GLh}DlGHl}{{{GHd{ceg}}}{{Ob{CMn}}}{}{}CKb}{{{GFj{cegik}}}{{Ob{CMn}}}{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GHn{c}}}{{Ob{CMn}}}GI`}{GFd{{Ob{CMn}}}}{{{GFf{c}}}{{Ob{CMn}}}{DlAj}}{{{GDh{iceg}}}{{Ob{CMn}}}{}{}EMn{{GDj{ceg}}}}4`{{{GGh{c}}cg}{{GHj{cei}}}{Ah{ED`{BBn}}BE`}Dl{{ABd{c}{{Ch{e}}}}}GHl}{{{GJf{ceg}}j}{{GJf{ceg}}}{}{GEnGAj}FOj}`{{{GE`{ceg}}i}{{GE`{ceg}}}{}{}CKb{{K`{FOl}}}}{{{GHf{ceg}}i}{{GHf{ceg}}}{}{}CKb{{K`{FOl}}}}{{{GDl{ceg}}i}{{GDl{ceg}}}{}{GDnGAj}FOj{{K`{FOl}}}}{{{GN`{ceg}}i}{{GN`{ceg}}}{}{GKjGEn}CKb{{K`{FOl}}}}{{{GGn{ceg}}i}{{GGn{ceg}}}DlGHbFOj{{K`{FOl}}}}{{{GJ`{ceg}}i}{{GJ`{ceg}}}{}GJbFOj{{K`{FOl}}}}{{{GFl{ceg}}}CNbDl{}CKb}{{{GIn{ceg}}}CNb{}{}CKb}{{{GDd{ceg}}}CNbDlGDfCKb}{{{GDl{ceg}}}CNb{}{GDnGAj}FOj}{{{GEd{cegi}}}CNb{GEfDl}Dl{GEnGEhGGfGDb}FOj}{{{GEl{ceg}}}CNb{}GEnCKb}{{{GN`{ceg}}}CNb{}{GKjGEn}CKb}{{{GGb{cegi}}}CNb{DlJhGh}{}{GGdGGfGDbGEn}FOj}{{{GGn{ceg}}}CNbDl{GHbGAj}FOj}{{{GHh{ceg}}}CNb{}GGfCKb}{{{GHj{ceg}}}CNb{Ah{K`{Nl}}GLh}DlGHl}{{{GIh{cegi}}}CNbFNj{}GIjFOj}{{{GIl{ceg}}}CNbDlGEhFOj}{{{GJ`{ceg}}}CNb{}{GJbGAj}FOj}{{{GJf{ceg}}}CNb{}{GEnGAj}FOj}{{{GJh{ceg}}}CNb{Ah{K`{Nl}}GLh}DlGHl}{{{GHd{ceg}}}CNb{}{}CKb}{{{GFj{cegik}}}CNb{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GDh{iceg}}}CNb{}{}EMn{{GDj{ceg}}}}{{{GHj{ceg}}i}{{GHj{ceg}}}{Ah{ED`{BBn}}BE`}DlGHl{{K`{c}}}}{{{GJh{ceg}}c}{{GJh{ceg}}}{Ah{ED`{BBn}}BE`}DlGHl}{{{GDd{ceg}}i}{{GDd{ceg}}}{}GDfCKbK`}{{{GDl{ceg}}i}{{GDl{ceg}}}{}{GDnGAj}FOjK`}{{{GEd{cegi}}k}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj{K`K`Dl}}{{{GEl{ceg}}i}{{GEl{ceg}}}{}GEnCKbK`}{{{GN`{ceg}}i}{{GN`{ceg}}}{}{GKjGEn}CKbK`}{{{GGb{cegi}}k}{{GGb{cegi}}}{JhGh}{}{GGdGGfGDbGEn}FOjK`}{{{GGj{c}}e}{{GGj{c}}}GGlK`}{{{GGn{ceg}}i}{{GGn{ceg}}}DlGHbFOjK`}{{{GF`{c}}e}{{GF`{c}}}GFbK`}{{{GHh{ceg}}i}{{GHh{ceg}}}{}GGfCKbK`}{{{GHj{ceg}}i}{{GHj{ceg}}}{Ah{ED`{BBn}}BE`}DlGHlK`}{{{GIh{cegi}}k}{{GIh{cegi}}}FNj{}GIjFOjK`}{{{GIl{ceg}}i}{{GIl{ceg}}}DlGEhFOjK`}{{{GJ`{ceg}}i}{{GJ`{ceg}}}{}GJbFOjK`}{{{GJf{ceg}}i}{{GJf{ceg}}}{}{GEnGAj}FOjK`}{{{GJh{ceg}}i}{{GJh{ceg}}}{Ah{ED`{BBn}}BE`}DlGHlK`}{{{GHn{c}}e}{{GHn{c}}}GI`K`}`{c{{GHn{e}}}{{K`{Dd}}}GI`}{{{GHn{c}}j}{{GHn{c}}}GI`}{{{GFl{ceg}}}CNdDl{}CKb}{{{GIn{ceg}}}CNd{}{}CKb}{{{GDd{ceg}}}CNdDlGDfCKb}{{{GDl{ceg}}}CNd{}{GDnGAj}FOj}{{{GEd{cegi}}}CNd{GEfDl}Dl{GEnGEhGGfGDb}FOj}{{{GEl{ceg}}}CNd{}GEnCKb}{{{GN`{ceg}}}CNd{}{GKjGEn}CKb}{{{GGb{cegi}}}CNd{DlJhGh}{}{GGdGGfGDbGEn}FOj}{{{GGn{ceg}}}CNdDl{GHbGAj}FOj}{{{GHh{ceg}}}CNd{}GGfCKb}{{{GHj{ceg}}}CNd{Ah{K`{Nl}}GLh}DlGHl}{{{GIh{cegi}}}CNdFNj{}GIjFOj}{{{GIl{ceg}}}CNdDlGEhFOj}{{{GJ`{ceg}}}CNd{}{GJbGAj}FOj}{{{GJf{ceg}}}CNd{}{GEnGAj}FOj}{{{GJh{ceg}}}CNd{Ah{K`{Nl}}GLh}DlGHl}{{{GHd{ceg}}}CNd{}{}CKb}{{{GFj{cegik}}}CNd{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GDh{iceg}}}CNd{}{}EMn{{GDj{ceg}}}}`{c{{GIb{eg}}}JhGAjFOj}{{{GJ`{ceg}}Gb}{{GJ`{ceg}}}{}GJbFOj}`{{{GId{c}}}{{GIh{GIfegc}}}FOjDlGIj}`{{GdGd}{{GIl{ceg}}}DlGEhFOj}{{{GEd{cegi}}k}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj{K`Dl}}{{{GDl{ceg}}i}{{GDl{ceg}}}{}{GDnGAj}FOj{{K`{Gf}}}}{{{GGb{cegi}}k}{{GGb{cegi}}}{JhGh}{}{GGdGGfGDbGEn}FOj{{K`{Gf}}}}{{{GGn{ceg}}i}{{GGn{ceg}}}DlGHbFOj{{K`{Gf}}}}{{{GJ`{ceg}}i}{{GJ`{ceg}}}{}GJbFOj{{K`{Gf}}}}{{{GDl{ceg}}FJd}{{GDl{ceg}}}{}{GDnGAj}FOj}{{{GGb{cegi}}FJd}{{GGb{cegi}}}{JhGh}{}{GGdGGfGDbGEn}FOj}{{{GGn{ceg}}FJd}{{GGn{ceg}}}DlGHbFOj}{{{GJ`{ceg}}FJd}{{GJ`{ceg}}}{}GJbFOj}{{{GJf{ceg}}FJd}{{GJf{ceg}}}{}{GEnGAj}FOj}{{{GDl{ceg}}i}{{GDl{ceg}}}{}{GDnGAj}FOj{{K`{FOl}}}}{{{GGb{cegi}}k}{{GGb{cegi}}}{JhGh}{}{GGdGGfGDbGEn}FOj{{K`{FOl}}}}{{{GGn{ceg}}i}{{GGn{ceg}}}DlGHbFOj{{K`{FOl}}}}{{{GJ`{ceg}}i}{{GJ`{ceg}}}{}GJbFOj{{K`{FOl}}}}{{ci}{{GIn{ecg}}}{}{}CKb{{K`{{CJl{ecg}}}}}}`{{cjg}{{GJ`{eik}}}{{K`{{I`{Jl}}}}}{}{{ABd{j}{{Ch{e}}}}}GJbFOj}`{{ikGJd}{{GJf{ceg}}}{}{GEnGAj}FOj{{K`{{CJl{ceg}}}}}Jh}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000000000000{cJ`{}}00000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000{{{GEj{}{{GFn{c}}{GG`{e}}}}ce}{{I`{g}}}Fn{}{}}{c{{GF`{e}}}{{K`{FOl}}}GFb}0`{{{GGh{c}}cg}{{GJh{cei}}}{Ah{ED`{BBn}}BE`}Dl{{ABd{c}{{Ch{e}}}}}GHl}{cGFd{{K`{CMn}}}}{{{GEj{}{{GFn{c}}{GG`{e}}}}c}{{CJl{egi}}}Fn{}{}{}}{{{GE`{ceg}}i}{{GE`{ceg}}}{}{}CKb{{K`{CMn}}}}{{{GHf{ceg}}i}{{GHf{ceg}}}{}{}CKb{{K`{CMn}}}}{{{GDd{ceg}}i}{{GDd{ceg}}}{}GDfCKb{{K`{CMn}}}}{{{GDl{ceg}}i}{{GDl{ceg}}}{}{GDnGAj}FOj{{K`{CMn}}}}{{{GEd{cegi}}k}{{GEd{cegi}}}{GEfDl}{}{GEhGDb}FOj{{K`{CMn}}}}{{{GEl{ceg}}i}{{GEl{ceg}}}{}GEnCKb{{K`{CMn}}}}{{{GN`{ceg}}i}{{GN`{ceg}}}{}{GKjGEn}CKb{{K`{CMn}}}}{{{GGb{cegi}}k}{{GGb{cegi}}}{JhGh}{}{GGdGGfGDbGEn}FOj{{K`{CMn}}}}{{{GGj{c}}e}{{GGj{c}}}GGl{{K`{CMn}}}}{{{GGn{ceg}}i}{{GGn{ceg}}}DlGHbFOj{{K`{CMn}}}}{{{GF`{c}}e}{{GF`{c}}}GFb{{K`{CMn}}}}{{{GHh{ceg}}i}{{GHh{ceg}}}{}GGfCKb{{K`{CMn}}}}{{{GHj{ceg}}i}{{GHj{ceg}}}{Ah{ED`{BBn}}BE`}DlGHl{{K`{CMn}}}}{{{GIl{ceg}}i}{{GIl{ceg}}}DlGEhFOj{{K`{CMn}}}}{{{GJ`{ceg}}i}{{GJ`{ceg}}}{}GJbFOj{{K`{CMn}}}}{{{GJh{ceg}}i}{{GJh{ceg}}}{Ah{ED`{BBn}}BE`}DlGHl{{K`{FOl}}}}{{{GHn{c}}e}{{GHn{c}}}GI`{{K`{CMn}}}}{{{GFf{c}}e}{{GFf{c}}}{}{{K`{CMn}}}}{{{GDh{iceg}}k}{{GDh{iceg}}}{}{}EMn{{GDj{ceg}}}{{K`{CMn}}}}{i{{GE`{ceg}}}{}{}CKb{{Oh{}{{Of{{CJl{ceg}}}}}}}}{i{{GHf{ceg}}}{}{}CKb{{Oh{}{{Of{{CJl{ceg}}}}}}}}{cGFd{{K`{CMn}}}}{{CJjCKnc}Ad{{Bb{CJj}}}}{{CJjCLhc}Ad{{Bb{CJj}}}}2`````{{{GDf{}{{GAh{c}}}}c}dFn}{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0`````11{{c{Cl{e}}}g{}{}{}}{GJjGJj}{{ce}Ad{}{}}4{{}GJj}{Dbc{}}08{{cCKnCKljeg}dCKbGDf{{Bb{}{{Ch{GJj}}}}}}{DbAd}{{GJjGJj}j}{{ce}j{}{}}00{{GJjDf}{{Il{AdAl}}}}{CLd{{Nf{c}}}{}}{GJjAd}0{cc{}}0>{{{GDf{}{{GAh{c}}}}c}dFn}`{{}Db}{ce{}{}}0{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}444{GJjj}00{{OdCMnCMnFMjc}CLj{{Bb{Od}{{Ch{CLj}}}}}}{{CKdCKlj}CLl}{{}GJj}:```8{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}};;??{{CLdCLnCKdCKl{CM`{c}}{I`{c}}e}CMbDl{{Bb{}{{Ch{GJj}}}}}}````````````````````````````````{{cg}i{}{}{{An{e}}}{}}=={cCj{}}0>>:{GJlGJl}{{ce}Ad{}{}}`{ce{}{}}`{Dbc{}}0{{{EMn{}{{EMl{c}}}}{Jn{c}}}Ad{}}{{{GDj{}{{GFn{c}}}}cegCKnCKl}JnFnEMn{}}{DbAd}{{GJlGJl}j}``{{GJlDf}{{Il{AdAl}}}}`{cc{}}07``{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}<<<````{{{GDj{}{{GFn{c}}}}cCKnCKl}CLlFn}``````````={c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{GDj{}{{GFn{c}}}}cGJlCKnCKl}{{Lf{CMb{I`{e}}}}}Fn{}}```````````````````````{{FCnCKn}FD`}```````````````````````````````````````````````````````````````````````````````````````{{EN`ENb}{{Ml{Mf}}}}{{ENdENf}{{ENj{MfENh}}}}{{ENdENb}{{ENj{MfENh}}}}```{EN`Db}`````{ENl{{ENj{MfENh}}}}``````````````````````````````````````````````````{{ENn{ENj{MfENh}}MfEO`{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}EO`{Ml{Mf}}}Ad}{{ENn{EOf{Mf}}{Ml{Mf}}}{{Lf{ENbENb}}}}{{ENn{ENj{MfENh}}{Ml{Mf}}}ENb}{{ENn{EOh{{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{EOj{EOh{{ENj{MfENh}}}}}Ad}{{ENn{EOl{MfENh}}EO`{Ml{Mf}}}Ad}{{ENn{EOl{MfENh}}EOnEO`{Ml{Mf}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{ENj{MfENh}}}Ad}5``{{{Fd{}{{Fb{c}}}}}c{}}{EOjAd}{ENnAd}{{ENn{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}Ad}{{ENnj}Ad}{{ENn{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}Ad}{{ENnMf}{{Fh{ENn}}}}{{EOjMf}Ad}>{{EOj{ENj{MfENh}}}Ad}0{ENnDb}{{ENn{Ff{{ENj{MfENh}}{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{EOb{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOb{MfENh}}{EOb{MfENh}}}Ad}7{{EOj{EOb{MfENh}}}Ad}0{{EOj{EOb{MfENh}}{EOb{MfENh}}}Ad}9{{ENnDbDb}Ad}{{EOjDbDb}Ad}6:23``{{ENnc}{{Fj{ENnc}}}{{Fl{Mf}}}}<{ENn{{Fn{ENn}}}}`````````````````````````````````````````````{{{FA`{}{{AJj{c}}}}c}{{FA`{}{{AJj{c}}}}}FAb}`{{{FA`{}{{AJj{c}}}}c}cFAb}``1``````{{{FA`{}{{AJj{c}}}}c}{{EOb{cENh}}}FAb}11{FAbFAb}`{{{FA`{}{{AJj{c}}}}}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}cCb}AdFAb}{{{FA`{}{{AJj{c}}}}}{{ENj{cENh}}}FAb}``````````````{{cc}{{ENj{cENh}}}{}}`````{{{FA`{}{{AJj{c}}}}c}{{ENj{cENh}}}FAb}{{cc}{{FAd{cENh}}}{}}{{{FA`{}{{AJj{c}}}}c}{{Lf{{FA`{}{{AJj{c}}}}{FA`{}{{AJj{c}}}}}}}FAb}{{{FA`{}{{AJj{c}}}}{FAf{c}}}{{FA`{}{{AJj{c}}}}}FAb}```5``````{MfFAb}{{cc}{{EOb{cENh}}}{}}``<`````<```````````````````````````````````````````````````````````{{cccccc}{{FAh{ce}}}Ah{}}{{jj}FAj}{{jjj}FAl}{FAnFAn}`0`{{FAnFAn}FAn}``````````````````````````````````{{cc}{{ENj{ce}}}{}{}}{{ccc}{{FB`{ce}}}{}{}}``3{{cccc}{{FBb{ce}}}{}{}}``4`{{cc}{{FAd{ce}}}{}{}}{{ccc}{{FBd{ce}}}{}{}}6``{{cc}{{EOb{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}```````````````````````````{{}c{}}{{FBhFBh}j}{{FBhFBhc}j{}}{{cc}cBE`}0````````````````````````````````````````````````````````````````````````````````````````{FBjFBj}{FBlFBl}{{}FBn}{FC`FC`}{{}FCb}``````````{{{FA`{}{{AJj{c}}}}c}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}c}cFAb}1{{{FA`{}{{AJj{c}}}}c}{{EOb{cENh}}}FAb}11{{{FA`{}{{AJj{c}}}}}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}cCb}AdFAb}{{{FA`{}{{AJj{c}}}}}{{ENj{cENh}}}FAb}{{{FA`{}{{AJj{c}}}}c}{{ENj{cENh}}}FAb}{{{FA`{}{{AJj{c}}}}c}{{Lf{{FA`{}{{AJj{c}}}}{FA`{}{{AJj{c}}}}}}}FAb}{{{FA`{}{{AJj{c}}}}{FAf{c}}}{{FA`{}{{AJj{c}}}}}FAb}3{{Fl{ENj{cENh}}}{{ENj{cENh}}}{}}{{Fl{EOb{cENh}}}{{EOb{cENh}}}{}}99{{cccc}{{FCd{c}}}FAb}{{{EOb{cENh}}{EOb{cENh}}}cFAb}{{{ENj{cENh}}{ENj{cENh}}{ENj{cENh}}}cFAb}{{cc}{{Lf{cc}}}FCf}{{{EOb{cENh}}}{{EOb{cENh}}}FAb}{{{EOb{cENh}}}{{EOb{cENh}}}FCf}`````{{FChMf}{{FCj{FCh}}}}{{FChc}{{FCl{FChc}}}{{Fl{Mf}}}}```````````````````{{MfMf}{{ENj{MfENh}}}}`{{MfMf}{{FAd{MfENh}}}}{{MfMf}{{EOb{MfENh}}}}````````````````````````````````````{{ENn{ENj{MfENh}}MfEO`{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}EO`{Ml{Mf}}}Ad}{{ENn{EOf{Mf}}{Ml{Mf}}}{{Lf{ENbENb}}}}{{ENn{ENj{MfENh}}{Ml{Mf}}}ENb}{{ENn{EOh{{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{EOj{EOh{{ENj{MfENh}}}}}Ad}{{ENn{EOl{MfENh}}EO`{Ml{Mf}}}Ad}{{ENn{EOl{MfENh}}EOnEO`{Ml{Mf}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{ENj{MfENh}}}Ad}5{{{Fd{}{{Fb{c}}}}}c{}}{EOjAd}{ENnAd}{{ENn{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}Ad}{{ENnj}Ad}{{ENn{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}Ad}{{ENnMf}{{Fh{ENn}}}}{{FChMf}{{FCj{FCh}}}}{{EOjMf}Ad}?{{EOj{ENj{MfENh}}}Ad}0{ENnDb}{{ENn{Ff{{ENj{MfENh}}{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{EOb{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOb{MfENh}}{EOb{MfENh}}}Ad}7{{EOj{EOb{MfENh}}}Ad}0{{EOj{EOb{MfENh}}{EOb{MfENh}}}Ad}9{{ENnDbDb}Ad}{{EOjDbDb}Ad}6:23{{ENnc}{{Fj{ENnc}}}{{Fl{Mf}}}}{{FChc}{{FCl{FChc}}}{{Fl{Mf}}}}={ENn{{Fn{ENn}}}}`````````````````````````{{{GDn{}{{GAh{c}}}}cj}AbFn}{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0``11{{c{Cl{e}}}g{}{}{}}{{{GNd{c}}}{{GNd{c}}}Dl}{{ce}Ad{}{}}`4{Dbc{}}0{DbAd}{{{GNd{c}}{GNd{c}}}jGh}{{{GNd{c}}Df}{{Il{AdAl}}}Jj}`{cc{}}09;`{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};===````={c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022{e{{Jn{Jl}}}GEf{{Oh{}{{Of{c}}}}}}{{c{Cl{e}}}g{}{}{}}{{{GEb{c}}}{{GEb{c}}}Dl}{{ce}Ad{}{}}6{Dbc{}}0{DbAd}{{{GEb{c}}Df}{{Il{AdAl}}}Jj}{cc{}}0:{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}9==={{{Jn{c}}}{{GEb{c}}}{GEfDl}}{{eiGd}{{`{{BIl{}{{Of{c}}}}}}}{}{{Oh{}{{Of{c}}}}}{{Gf{Gd}}}{{Oh{}{{Of{g}}}}}}?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{Jn{c}}{I`{c}}}{{GEb{c}}}{GEfDl}}````{{{GEn{}{{GAh{c}}}}c}BfFn}``{{cBfCKn}AdCKb}`{{OdCMnCMnMfMfFMjGbGhc}CLj{{Bb{Od}{{Ch{CLj}}}}}}``{CLd{{Nf{{I`{CKn}}}}}}``````{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077{{c{Cl{e}}}g{}{}{}}8{Dbc{}}0{{eCKdcGJnFMh{ADb{Mf}}}Ad{DlAj}{{FMf{}{{FMd{c}}}}}}{{{GK`{c}}CK`egCKjCKdCKlCKn}Ad{DlAj}{{FMf{}{{FMd{c}}}}}{}}{DbAd}{cc{}}0={{{GK`{c}}e}{{GK`{c}}}{}{{K`{CMn}}}}{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:{ce{}{}}00{{eOdcCMnCMnGJn{ADb{Mf}}}CLj{}{{FMf{}{{FMd{c}}}}}}{{{GK`{c}}CK`eOd}CLj{DlAj}{{FMf{}{{FMd{c}}}}}}{{{GK`{c}}Mf}{{GK`{c}}}{}}0{{{GK`{c}}CK`CKdCKlCKne}CLl{DlAj}{{FMf{}{{FMd{c}}}}}}{c{{GK`{c}}}{}}{{{GK`{c}}CK`CLnCKdCKleCL`{CM`{g}}CKn}CMb{DlAj}{{FMf{}{{FMd{c}}}}}{}}{{{GK`{c}}e}{{GK`{c}}}{}{{K`{FOl}}}}4{{{GK`{c}}}{{Ob{CMn}}}{DlAj}}{{{GK`{c}}}CNb{DlAj}}{{{GK`{c}}}CNd{DlAj}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}==`8{{{GK`{c}}e}{{GK`{c}}}{}{{K`{CMn}}}}``{{cg}i{}{}{{An{e}}}{}}??{cCj{}}0{ce{}{}}0{{c{Cl{e}}}g{}{}{}}{GKbGKb}{{ce}Ad{}{}}3{{}GKb}{Dbc{}}0{DbAd}{{GKbDf}{{Il{AdAl}}}}{cc{}}08{{cGKbOb}ObFMf}{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}<==={GKbj}:>{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0`{{cg}i{}{}{{An{e}}}{}}{{{GFh{cegi}}FMn}{{GFh{cegi}}}{AhGh}{}{}CKb}22{cCj{}}033{{c{Cl{e}}}g{}{}{}}{{{GFh{cegi}}}{{Jn{CK`}}}{AhGh}{}{}CKb}`5{{}{{GFh{ceg}}}{AhGh}{}CKb}{Dbc{}}0{{{GFh{cegi}}CK`}Ad{AhGh}{}{}CKb}{{{GFh{cegi}}CK`igCKjCKdCKlCKn}Ad{AhGh}{}{}CKb}{DbAd}{cc{}}0;{{{GFh{cegi}}k}{{GFh{cegi}}}{AhGh}{}{}CKb{{K`{CMn}}}}{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};???{{{GFh{cegi}}CK`iOd}CLj{AhGh}{}{}CKb}{{{GFh{cegi}}k}{{GFh{cegi}}}{AhGh}{}{}CKb{{K`{FOl}}}}{{{GFh{cegi}}CK`CKdCKlCKni}CLl{AhGh}{}{}CKb}{{}{{GFh{cegi}}}{AhGh}{}{}CKb}{{{GFh{cegi}}CK`CLnCKdCKliCL`{CM`{e}}CKn}CMb{AhGh}{}{}CKb}{{{GFh{cegi}}CK`CKdiCMd}Ad{AhGh}{}{}CKb}{{{GFh{cegi}}CK`CKdi}{{I`{{CMf{egi}}}}}{AhGh}{}{}CKb}{{{GFh{cegi}}k}{{GFh{cegi}}}{AhGh}{}{}CKb{{K`{FMj}}}}{{{GFh{cegi}}ck}{{GFh{cegi}}}{AhGh}{}{}CKb{{K`{{CJl{egi}}}}}}{{{GFh{cegi}}}{{Ob{CMn}}}{AhGh}{}{}CKb}8{{{GFh{cegi}}}CNb{AhGh}{}{}CKb}{{{GFh{cegi}}}CNd{AhGh}{}{}CKb}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{GFh{cegi}}k}{{GFh{cegi}}}{AhGh}{}{}CKb{{K`{CMn}}}}{k{{GFh{cegi}}}{AhGh}{}{}CKb{{Oh{}{{Of{{Lf{c{CJl{egi}}}}}}}}}}```````{{cg}i{}{}{{An{e}}}{}}0{{{GDb{}{{GAh{c}}}}c}C`{FnDl}}4444{cCj{}}000``5555{{c{Cl{e}}}g{}{}{}}066{{}GO`}{Dbc{}}000{DbAd}0{{GO`Df}{{Il{AdAl}}}}{{{GOb{cegi}}k}{{GOb{cegi}}}{JhDl}{}{GDbGEnGGf}FOjK`}{cc{}}000<<{{}Db}0===={{{Ib{c}}}{{Ib{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}099??????{{GO`{Ml{c}}{I`{Db}}g{I`{ABd}}}{{GOb{ceik}}}{JhDl}{}{{Cb{c}{{Ch{e}}}}}{GDbGEnGGf}FOj}9{{{GOb{cegi}}CLfMf}{{CMf{egi}}}{JhDl}{}{GDbGEnGGf}FOj}{{{GOb{cegi}}k}{{GOb{cegi}}}{JhDl}{}{GDbGEnGGf}FOj{{K`{FMj}}}}``7`{{{GOb{cegi}}k}{{GOb{cegi}}}{JhDl}{}{GDbGEnGGf}FOj{{K`{Gf}}}}{{{GOb{cegi}}FJd}{{GOb{cegi}}}{JhDl}{}{GDbGEnGGf}FOj}{{{GOb{cegi}}k}{{GOb{cegi}}}{JhDl}{}{GDbGEnGGf}FOj{{K`{FOl}}}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{{GOb{cegi}}Mf}{{GOb{cegi}}}{JhDl}{}{GDbGEnGGf}FOj}````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000{{{GNf{c}}GKlGOd}{{I`{GKl}}}{}}{{{GOf{ceg}}}{{GOf{ceg}}}{}GEnCKb}444444444444444444444444444444{cCj{}}00000000000000000000000000000``555555555555555555555555555555{{c{Cl{e}}}g{}{}{}}00000000000000{{GKdCKdCLf}j}{{{GNh{ceg}}CKdCLf}j{}GEnCKb}{GOhGOh}{{{GOj{c}}}{{GOj{c}}}Dl}{GOdGOd}{GKhGKh}{GKlGKl}{GOlGOl}{{{GNf{c}}}{{GNf{c}}}Dl}{GNjGNj}{GOnGOn}{H`H`}{HbHb}{GNlGNl}{{ce}Ad{}{}}00000000000{{{GNf{c}}GKl}{{I`{{Lf{cGKl}}}}}{}}{{GKlGKl}Hd}{{GOlGOl}Hd}`{{ce}Hd{}{}}0{ce{}{}}00000000000000{{{GOf{ceg}}i}{{GOf{ceg}}}{}GEnCKb{{K`{{CJl{ceg}}}}}}{{}H`}{Dbc{}}00000000000000000000000000000{{GKfGKhCKdCKlceCKjCKnMf{I`{Mf}}ik}AdCKbGKj{}{{BIl{}{{Of{{Lf{GKlg}}}}}}}{{ABd{gcCKjCKdCKlCKn}}}}{{{GNh{ceg}}CK`geCKjCKdCKlCKn}Ad{}GEnCKb}{{{GOf{ceg}}CK`geCKjCKdCKlCKnj}Ad{}GEnCKb}{DbAd}00000000{{{GNf{c}}GKlGOn}Ad{}}111111{{GOhGOh}j}{{GOdGOd}j}{{GKlGKl}j}{{GOlGOl}j}{{ce}j{}{}}00000000000{{GOhDf}{{Il{AdAl}}}}{{{GOj{c}}Df}{{Il{AdAl}}}Jj}{{GOdDf}{{Il{AdAl}}}}{{GKhDf}{{Il{AdAl}}}}{{GKlDf}{{Il{AdAl}}}}{{GOlDf}{{Il{AdAl}}}}{{{GNf{c}}Df}{{Il{AdAl}}}Jj}{{GNjDf}{{Il{AdAl}}}}{{GOnDf}{{Il{AdAl}}}}{{H`Df}{{Il{AdAl}}}}{{HbDf}{{Il{AdAl}}}}{{GNlDf}{{Il{AdAl}}}}{{{Hf{c}}Df}{{Il{AdAl}}}Jj}{cc{}}{i{{GNh{ceg}}}{}GEnCKb{{K`{{CJl{ceg}}}}}}11111111111111111111111111111{ce{}{}}00000000000000{{{GNf{c}}GKl}{{I`{c}}}{}}0{{GOhc}AdGC`}{{GKhc}AdGC`}{{GKlc}AdGC`}{{GOlc}AdGC`}{{{GKj{}{{GAh{c}}}}c}HlFn}{{{GKj{}{{GAh{c}}}}c}{{I`{Hn}}}Fn}{{}Db}00000000000000`888888888888888888888888888888{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000{{c{Cl{e}}}g{}{}{}}00000000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<{{{GNf{c}}}j{}}{{{GOf{ceg}}CKdCLf}j{}GEnCKb}{{{GNf{c}}}{{`{{BIl{}{{Of{{Lf{GKlc}}}}}}}}}{}}{{{Hf{c}}}{{Ib{BIl}}}{}}1{{CK`cOdGKhCMnCMnMfgi}CLj{}{}{{BIl{}{{Of{{Lf{GKle}}}}}}}{{ABd{eCK`cOd}{{Ch{CLj}}}}}}{{{GNf{c}}}GKh{}}{{{Hf{c}}}GKh{}}{{{GNf{c}}}Db{}}{{{GNf{c}}GKl}Ad{}}{{{GNf{c}}}{{I`{GKl}}}{}}{{GKfGKhCKdCKlMf{I`{Mf}}}{{I`{CLl}}}}{{{GNf{c}}GKlHb}Ad{}}{i{{GNh{ceg}}}{}GEnCKb{{K`{{CJl{ceg}}}}}}{i{{GOf{ceg}}}{}GEnCKb{{K`{{CJl{ceg}}}}}}{c{{Lf{{GNf{c}}GKl}}}{}}{{{GOf{ceg}}i}{{GOf{ceg}}}{}GEnCKb{{K`{FMj}}}}{{GKhMfOb}{{Hh{GKlCKn}}}}`{{GKlGKl}{{I`{Hd}}}}{{GOlGOl}{{I`{Hd}}}}{{{GKj{}{{GAh{c}}}}c}{{I`{Hn}}}Fn}`{{{GNf{c}}GOlMf}Ad{}}{{{GNf{c}}}Ad{}}{{GOhCKnMfMf}{{Lf{CKnCKn}}}}{{{GNf{c}}GOhGKlc}{{I`{{Lf{GKlGOl}}}}}{}}`{{GOhCKnMfMf}CKn}{{GKhMfOb}{{Hh{GOl{Lf{GOhCKnMf}}}}}}{{{GNf{c}}GKlGKlH`}Ad{}}{GKh{{`{{BIl{}{{Of{GOl}}}}}}}}`{{{GNh{ceg}}i}{{GNh{ceg}}}{}GEnCKbK`}{{{GOf{ceg}}i}{{GOf{ceg}}}{}GEnCKbK`}{{{GNf{c}}GKlGKl}Ad{}}{{{GNh{ceg}}{GOf{ceg}}}{{GNh{ceg}}}{}GEnCKb}{ce{}{}}00000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000{cJ`{}}00000000000000333333333333333333333333333333{{GKfGKhCLnCKdCKl{CM`{c}}Mfg{I`{{Ib{ABd}}}}{I`{{Ib{ABd}}}}{I`{{Lf{Mf{Ib{ABd}}}}}}}CMb{}GKd{{BIl{}{{Of{{Lf{GKle}}}}}}}}`{e{{GNf{c}}}{}{{K`{{GOj{c}}}}}}````````````````````{{cg}i{}{}{{An{e}}}{}}06666{cCj{}}0007777{{c{Cl{e}}}g{}{}{}}0{GKf{{I`{{Lf{GKlCLf}}}}}}{HjHj}{GKfGKf}{{ce}Ad{}{}}0<<{Dbc{}}000{DbAd}0{{GKfGKf}j}{{HjDf}{{Il{AdAl}}}}{{GKfDf}{{Il{AdAl}}}}{cc{}}000{{{Hl{GKlc}}{GOj{c}}Db}Hj{}}{ce{}{}}0{{}Db}0`1111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{HjGKh}`{GKf{{I`{{Lf{GKlCLf}}}}}}{GKf{{I`{{Lf{GOlGOh}}}}}}88{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;`````````````````{{{GGd{}{{GAh{c}}}}c}Af{FnDl}}{{cg}i{}{}{{An{e}}}{}}00======{cCj{}}00000``>>>>>>999{{{GKn{c}}}{{GKn{c}}}Dl}{{{Hn{c}}}{{Hn{c}}}Dl}{{ce}Ad{}{}}0`{ce{}{}}00{{}{{GL`{c}}}FNl}{{}{{GKn{c}}}{}}{Dbc{}}00000{{ceCKdCKlFMj{I`{FOl}}GfFJd{I`{Gd}}{I`{g}}GKniCKn}AdFOjGGdJh{{Bb{}{{Ch{GL`}}}}}}{DbAd}00{{{GKn{c}}{GKn{c}}}jGh}{{{Hn{c}}{Hn{c}}}jGh}{{{GL`{c}}Df}{{Il{AdAl}}}{JjFNl}}{{{GKn{c}}Df}{{Il{AdAl}}}Jj}{{{Hn{c}}Df}{{Il{AdAl}}}Jj}`{cc{}}00000;;;`{{{GGd{}{{GAh{c}}}}c}Af{FnDl}}{{}Db}00======{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00{ce{}{}}00000000{{GL`cOdCMnFMj{I`{FOl}}GfFJdI`{I`{Gd}}{Ml{e}}}CLjFOjJh}`{{CKdCKl}CLl}{{CKdGL`FMj{I`{FOl}}FJd{Ml{c}}ABd}{{I`{{CMf{egi}}}}}{DlJh}{}{GGdGGfGDbGEn}FOj}````33{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00666666{{CLnCKdCKl{CM`{c}}ABd{I`{e}}{Ml{e}}i}CMb{}{GhDl}FNl{{Bb{}{{Ch{{GL`{g}}}}}}}}```````{{{GGl{}{{GAh{c}}}}c}BnFn}```````{{{GHb{}{{GAh{c}}}}cj}lFn}````0````````{{cg}i{}{}{{An{e}}}{}}00`::::::{cCj{}}00000;;;;;;<<<{HA`HA`}{{ce}Ad{}{}}===`{{HAbHAdM`M`}Ad}{HAb}{{HAbcM`M`}HAd{CObDl}}{{}HA`}``{Dbc{}}00000{DbAd}00{{HA`HA`}j}{HAbCOd}{{HA`Df}{{Il{AdAl}}}}{cc{}}00000{ce{}{}}00`{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00555555555{c{{Il{HAbCOf}}}{CObDl}}{{HAbCOhDd{Ml{c}}}{{Il{AdCOj}}}{{Gf{Gd}}}}{{HAbCOhDd{Ml{c}}}{{Jn{BBn}}}{{Gf{Gd}}}}8{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00;;;;;;````{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0==8={Dbc{}}0{DbAd}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}?>222:::9822`````77222266662222>>{HAfCLf}{HAhAd}44{{}HAh}8888{{HAhCJjObc}HAj{{Bb{HAf}}}}88{{HAfHAlc}Ad{{K`{HAn}}}}{{HAfCLfObc}Ad{{K`{HAn}}}}{{HAfc}Ad{{K`{HB`}}}}{{HAhDf}{{Il{AdAl}}}};;;;::{HAfMf}::;;;;99{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>>>{HAfHAj}??{{CJjOb}HAf};{{HAfMf}Ad}{{HAfc}Ad{{K`{Mf}}}}{{HAfc}Ad{{K`{CLh}}}}{HAfOb}{{HAfHAlc}Ad{{K`{HBb}}}}{{HAfCLh}Ad}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000?{{HAfCKnc}Ad{{Bb{HAf}}}}{{HAfc}Ad{{Bb{HAf}}}}```````````````````````````````````````{CNhCKn}``{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}gM`M`}AdFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}eFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}iM`M`}gFnCKb{}{CObDl}}`{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}COdFnCKb{}}```{{ce}{{Il{{CO`{}{{CNj{c}}{CNl{g}}{CNn{i}}}}COf}}}Fn{CObDl}CKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Il{AdCOj}}}FnCKb{}{{Gf{Gd}}}}`{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Jn{BBn}}}FnCKb{}{{Gf{Gd}}}}`````````````````````````````````````````````{{COlCOn}{{Ob{M`}}}}{{D`{Ad{{Ml{BBn}}}}}Ad}{{DbDd}{{Ob{M`}}}}``{cDf{{K`{Dd}}}}````````````````:987654````````````````````````````````````````````````````````{CJn{{Jn{CK`}}}}{CKbAd}`````{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CKhceCKjCKdCKl}AdCKb{}}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CL`Ad}``{{CKbCLbc}Ad{{K`{Ih}}}}````````{CJn{{I`{CLd}}}}`{{CKhCKdcCLf}jCKb}``{{CKhcObCLfCLh}CLjCKb}{{CJnCK`cOd}CLjCKb}```{{CKhCKdCKlCKnc}CLlCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}`{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CJnCK`CKdcCMd}AdCKb}`{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}``{CL`{{I`{Jl}}}}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}10{{CL`CMh{Jn{CMj}}}Ad}``{{CL`CMl}Ad}{{CJnCLd}Ad}`{CJn{{Ob{CMn}}}}`0{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{CJnCNb}```{CJnCNd}```````````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}{{CL`Jl}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}10`````````````````````````````{CL`Ad}{{CL`{I`{Jl}}}{{I`{c}}}Dh}?>{CL`{{I`{c}}}Dh}>?0>=<{{CL`j{I`{CN`}}{I`{{Lf{{CJl{ceg}}CNb}}}}{Ib{Fb}}CMl}Ad{}{}{}}:5454````````````````````````````````````````````````````````````````{{DjDj}j}{{}{{CHh{CDn}}}}```````````{{{FMf{}{{FMd{c}}}}c}{{Ob{M`}}}{DlAj}}{{{FMf{}{{FMd{c}}}}cFMhCKn{ADb{Mf}}}Ad{DlAj}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLj{{K`{CMn}}}{{K`{CMn}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{CLj}}}}}}`{{OdMfce}CLj{{Bb{Od}{{Ch{CLj}}}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegi}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegik}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}{{Bb{CLjOb}{{Ch{CLj}}}}}}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMlcOdCMnCMnFMjMfFMn{Ml{{CJl{egc}}}}{Ml{CK`}}}CLjCKb{}{}}```````````````````````````````````````````````{{CKhceCKjCKdCKl}AdCKb{}}{{{Ml{{CJl{ceg}}}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{CKhCKdcCLf}jCKb}{{CKhcObCLfCLh}CLjCKb}{{CKhCKdCKlCKnc}CLlCKb}{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}``````{CKbAd}{{CKbCLbc}Ad{{K`{Ih}}}}````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}`````{{FN`Dd}{{Ob{M`}}}}{{FN`Dd{I`{Dd}}CKn}Ad}`````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}FO`{AhGh}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}c{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}FOl{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}gCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}eCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}i}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{FNn{c}}CLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}`{{{FNl{}{{FNb{c}}}}DbDb}{{I`{CLf}}}{AhGh}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNl{}{{FNb{c}}}}CLf}{{I`{G`}}}{AhGh}}{{{FNl{}{{FNb{c}}}}}Gb{AhGh}}`{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{Ad{{Ml{BBn}}}}}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FNl{}{{FNb{c}}}}}Ob{AhGh}}{{{FNl{}{{FNb{c}}}}}Mf{AhGh}}0{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}Gd}Ad{AhGhFn}}{{{FNl{}{{FNb{c}}}}Ob}Ad{AhGh}}{{{FNd{}{{FNb{c}}}}}{{I`{Jl}}}{AhGhFn}}``{{{FNd{}{{FNb{c}}}}ObcFOlGfe}Ad{AhGhFn}FNj}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}c}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}Ad{AhGh}}{{{FNl{}{{FNb{c}}}}}Gh{AhGh}}`{{{FNn{c}}}{{FNl{}{{FNb{c}}}}}{AhGh}}{Gd{{FNd{}{{FNb{c}}}}}{AhGhFn}}````````````````````````````````````{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}><;6```````{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}>````````````````````````{CJn{{Jn{CK`}}}}`{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}{{CJnCK`}Ad}{{CJnCK`CKdCKf}Ad}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{CMd{{Gj{c}}}{}}{{CMdGl{I`{CLd}}}Ad}{CJn{{I`{CLd}}}}`{{CJnCK`cOd}CLjCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CJnCK`CKdcCMd}AdCKb}`{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CMdGn{I`{CLd}}CKnCLh}Ad}{{CJnCLd}Ad}{CJn{{Ob{CMn}}}}0{CJnCNb}`{CJnCNd}``{{CMdGA`{I`{CLd}}}Ad}`````````````````{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}?{GlAd}`?{Glj}{{{Ib{CMd}}g}{{`{{CMd{e}}}}}{}{}{{ABd{c}{{Ch{e}}}}}}{{GA`Db}Ad}{GA`Ad}0{{CLde}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{GnGAb}Ad}`>2{{GnGAd}Ad}`:7``{{{DAj{GAf}{{Ch{e}}}}}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{}{{`{{CMd{CLd}}}}}}{CLd{{`{{CMd{c}}}}}{}}:{{}{{`{{CMd{c}}}}}{}}0`:`;```{{CLdGAb}{{`{{CMd{c}}}}}{}}6{{CLdGAd}{{`{{CMd{c}}}}}{}}6`````{{CLdDb}{{`{{CMd{c}}}}}{}};4:4:4:```````````{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}`{{cCKjCKdGAlCbCKn}AdFOj}{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}``````{{{Jn{CK`}}{Ml{c}}egi}Ad{}{{ABd{CK`c}}}{{ABd{Db}{{Ch{j}}}}}{{ABd{c}{{Ch{CK`}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBn}}M`M`}{{Il{DlDn}}}}``````````````````````{CNhCKn}{{{Jn{CKn}}Mf{Ob{M`}}}{{Jn{CKn}}}}{{{Ml{{DA`{c}}}}{Ml{{DA`{c}}}}}{{Jn{CKn}}}CNh}````````{e{{DAd{{Ib{DAb}}}}}{}{{DAb{}{{Of{c}}}}Fd}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAn}}}}{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}```````````{DAf{{Mh{DAh}}}}``{{}{{Mh{CLn}}}}{{{DAj{CLnCMb}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`543`````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}`{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}``{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}`{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}``{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}`{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}`{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}`{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}``{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{DNf{{DNh{DNf}}}}`{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}`{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}`{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````{Db{{Lf{{EDl{c}}{EDn{c}}}}}{}}{{}{{Lf{{EE`{c}}{EEb{c}}}}}{}}````{{}{{Lf{{EEd{c}}{EEf{c}}}}}{}}```````{c{}Oj}{c{{EEh{c}}}{DAbDFl}}{{}{{Il{EEjEEl}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DClc}{{DCn{DClc}}}DD`}{DDf{{DDh{DDf}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{{ce}{{EEn{ce}}}DD`{DLfDFlALh}}{{ce}{{EF`{ce}}}DDn{DLfDFlALh}}{{ce}{{Lf{{EFb{ce}}EFd}}}DDn{DLfDFlALh}}{{}EFf}{DE`{{DFb{DE`}}}}{DDf{{DGj{DDf}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DE`{{DJb{DE`}}}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}1{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{BBnEFh}{{DNfDLl}{{DNh{DNf}}}}{{}EFj}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{DNf{{DNh{DNf}}}}{{DClAf}{{Ef{DCl}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}````````````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}`{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}`{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}`{DNf{{DNh{DNf}}}}{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}Oj}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}0{DBl{{DCf{DBl}}}}{OjAd}{c{{EFn{{Il{ec}}}}}{}{}}{DB`{{DEh{DB`c}}}{}}{DBl{{DFn{DBl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{DBl{{DHd{DBl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{DB`{{DIf{DB`}}}}{EG`Oj}{DBl{{DIl{DBl}}}}{EGbj}{{ce}{{EGd{ce}}}OjOj}{{ceg}{{EGf{ceg}}}OjOjOj}{{cegi}{{EGh{cegi}}}OjOjOjOj}{{cegik}{{EGj{cegik}}}OjOjOjOjOj}{cEGlOh}{e{{EGn{e}}}{}{{Bb{DLb}{{Ch{c}}}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EH`{c}}}Oj}{DBl{{DKd{DBl}}}}{DBl{{I`{c}}}{}}{c{{EFn{{Il{ce}}}}}{}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHb{c}}}{}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{e{{EHd{e}}}{}{{Cb{DLb}{{Ch{{DLd{c}}}}}}}}{c{{EHf{c}}}Oj}{{DBlDLb}{{DLd{c}}}{}}{c{{EFn{c}}}{}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHh{ce}}}{OjDFl}{OjDFl}}{cEHjOh}{cEHlOh}{DBl{{DOb{DBl}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DB`{{EBb{DB`c}}}{}}{DB`{{EBf{DB`}}}}{{ce}{{EHn{ce}}}DBd{{DBd{}{{Cd{}}}}}}{{ceg}{{EI`{ceg}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegi}{{EIb{cegi}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegik}{{EId{cegik}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{cEIfOh}{c{{EIh{c}}}DBd}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{ce}{{EIj{ce}}}{DBdDFl}{DBdDFl}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DBnDb}{{DC`{DBnc}}}{}}{DBn{{DDd{DBnc}}}{}}{{}{{EIl{c}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DBn{{DGh{DBnc}}}{}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}1010{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{{ck}{{EIn{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}DAb}{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}0{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlDb}{{DDb{DAl}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{{}{{EJ`{c}}}{}}{DAl{{DEf{DAl}}}}{DBf{{DEj{DBfc}}}{}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DAl{{DG`{DAl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DHf{DAl}}}}`{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DAl{{DIh{DAl}}}}{DBf{{DIn{DBf}}}}{EJbj}{cEJdOh}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DAl{{DKf{DAl}}}}{c{{EJf{c}}}Oj}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{}{{EJh{c}}}{}}{e{{EJj{e}}}{}{{Cb{DLb}{{Ch{{DLd{{I`{c}}}}}}}}}}{c{{EJl{c}}}DAb}{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{DAlDb}{{DMn{DAl}}}}{c{{EJn{c}}}Dl}{e{{EK`{e}}}{}{{Cb{}{{Ch{c}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{ce}{{EKb{ce}}}DAb{{DAb{}{{Of{}}}}}}`{cEKdOh}{DAl{{DNj{DAl}}}}{{cei}{{EKf{ceig}}}DAb{{DAb{}{{Of{}}}}}Fn{{Cb{g}{{Ch{EKh}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{{DAlDb}{{Ed{DAl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DBf{{EBd{DBf}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKj{cig}}}{}{}{{DBd{}{{DKl{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DAlc}{{EDj{DAlc}}}DAb}``````````{cEKdOh}``````````````````{OjAd}{EG`Oj}{{}EKn}0{{EL`c}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}Fd}}{{ELdc}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}}}{{ELf{ELh{Ad}}}{{Il{AdELb}}}}{{ELdc}{{Il{DNbELb}}}Oj}{{ELj{ELl{Ad}}}{{Il{AdELb}}}}{{EL`c}{{Il{DNbELb}}}{OjFd}}{ELj{{Il{AdELb}}}}{ELf{{Il{AdELb}}}}{{{Id{ELn}}}Ad}0{{{Id{c}}}EKnELn}{{{Id{c}}}EM`ELn}{{{DAj{EMbEMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`````{{cDbi}{{Mh{e}}}AjCJd{{Oj{}{{Ch{EMf}}}}CJd}{{Bb{{EDl{e}}}{{Ch{g}}}}CJd}}{{{EMh{}{{Ch{c}}}}EMj}Ad{}}{{{DAj{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAb{}{{Of{c}}}}CJd}}{{cg}{{Mh{e}}}Aj{}{{DAb{}{{Of{e}}}}CJd}}{{{Ib{{EMh{}{{Ch{c}}}}}}{DAd{{Ib{DAb}}}}}{{DAd{{Ib{DAb}}}}}{}}{{cek}{{Mh{g}}}AjCJdCJd{{Oj{}{{Ch{{Lf{ge}}}}}}CJd}{{Cb{e}{{Ch{i}}}}CJdNd}}``````````````````````{{{EMn{}{{EMl{c}}}}{Jn{c}}}Ad{}}````````````````{COn{{Il{FDbFDd}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{FDh{}{{FDf{c}}}}e}AdFDj{{Cb{c}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}e}AdFDj{{Cb{cc}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}eg}AdFDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}2{FDl{{Ml{BBn}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}}AdFDj}{{FDnM`M`c}Ad{}}{{{FEb{}{{FE`{c}}}}}{{Lf{M`M`M`M`}}}FDh}`{{{FDh{}{{FDf{c}}}}}{{Ml{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{Lf{cccc}}}FDj}1``{{{FEf{}{{FEd{c}}}}}FEhFEj}{{FDneM`M`}{{Il{AdFDd}}}{}{{FEb{}{{FE`{c}}}}}}{{FDnFElM`M`}j}{{{FEf{}{{FEd{c}}}}}{{Lf{M`M`}}}FEj}{{{FEb{}{{FE`{c}}}}}{{Lf{M`M`}}}FDh}``{{cccc}{{FDh{}{{FDf{c}}}}}FDj}{{{Ml{c}}}{{FDh{}{{FDf{c}}}}}FDj}0{{{FEb{}{{FE`{c}}}}M`M`}cFDh}{{FDnM`M`}c{}}{{{Ml{BBn}}}{{Il{FEnFDd}}}}{{{FEb{}{{FE`{c}}}}}M`FDh}{{{FEf{}{{FEd{c}}}}}{{I`{{Jn{BBn}}}}}FEj}{c{{Il{{Lf{M`M`}}FDd}}}{{Gf{FF`}}}}`{{{FEb{}{{FE`{c}}}}M`M`}jFDh}{FFbFFd}{{{FEf{}{{FEd{c}}}}}{{Il{cFDd}}}FEj}{{{FDh{}{{FDf{c}}}}}AdFDj}``{{cFEn}{{Il{FDbFDd}}}{FFfFFh}}{{{Ml{BBn}}}{{Il{FDbFDd}}}}{{{Ml{BBn}}FEn}{{Il{FDbFDd}}}}{{{FDh{}{{FDf{c}}}}e}{{FDh{}{{FDf{c}}}}}FDj{{Cb{c}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}e}{{FDh{}{{FDf{c}}}}}FDj{{Cb{cc}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}eg}{{FDh{}{{FDf{c}}}}}FDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}2`{c{{Il{FDbFDd}}}{{Gf{FF`}}}}{{{FEf{}{{FEd{c}}}}}FFjFEj}{{{FEb{}{{FE`{c}}}}}{{FFl{{FEb{}{{FE`{c}}}}}}}FDh}{{FDnM`M`c}Ad{}}{{{FEf{}{{FEd{c}}}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{FEf{}{{FEd{c}}}}{Ml{BBn}}e}{{Il{AdFDd}}}FEj{{ABd{FFn}}}}{{FG`M`M`M`M`{Ml{BBn}}}{{Il{AdFDd}}}}{{FG`M`M`M`M`{Ml{BBn}}c}{{Il{AdFDd}}}{{ABd{FFn}}}}`{{c{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}{{Gf{FF`}}}}{{c{Ml{BBn}}M`M`FEhFEn}{{Il{AdFDd}}}{{Gf{FF`}}}}{{{FEf{}{{FEd{c}}}}}AfFEj}{{{FEf{}{{FEd{c}}}}FGb}{{Il{AdFDd}}}FEj}{{FDnM`M`M`M`}{{FGd{FDn}}}}{{{FDh{}{{FDf{c}}}}}{{FGf{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{FGh{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{FGj{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{FGl{c}}}FDj}6{{{FEb{}{{FE`{c}}}}M`M`}cFDh}>{{{FEb{}{{FE`{c}}}}M`M`M`M`}{{FGd{{FEb{}{{FE`{c}}}}}}}FDh}{{{FEb{}{{FE`{c}}}}}M`FDh}{{c{Ml{BBn}}M`M`FEhe}{{Il{AdFDd}}}{FGnFFh}{{K`{FH`}}}}{{FHb{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}}`````````{FHdc{}}``````````````````````````````````````````````````{c{{Il{{Jn{{FGj{Mf}}}}An}}}{{Gf{FF`}}}}{{BBnBBnBBnBBn}FHf}{{{FGj{Mf}}}FHf}````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cMf}{{FHh{Jn}}}FEb}{{gCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}`{{gMf}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cM`M`M`M`}{{FGd{c}}}FEb}0{{{FHh{c{Jn{BBn}}}}e}Ad{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{g{Ml{Mf}}}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{c{{FHh{Jn}}}FEb}{{c{FHh{e}}}{{Il{AdFDd}}}FEb{{FHn{}{{FHl{Ml}}}}}}{cAdFDn}210{c{{FHh{FGfJn}}}FEb}{c{{FHh{FGhJn}}}FEb}{c{{FHh{eJn}}}FEb{FDh{FI`{FGf}}}}{c{{FHh{eJn}}}FEb{FDh{FI`{FGh}}}}{{{FHj{}{{BHd{c}}}}}j{}}{{gee}Ad{FDjFIb}{{FDh{}{{FDf{c}}}}}{{FDn{}{{FE`{e}}}}}}={{{FHh{c{Jn{BBn}}}}e}{{FHh{{FGf{BBn}}{Jn{BBn}}}}}{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{{FHj{}{{BHd{c}}}}c}Db{}}{{eMfMf}{{I`{c}}}FDh{{FEb{}{{FE`{c}}}}}}09{{{FHj{}{{BHd{c}}}}Db}{{I`{c}}}{}}{{{FHj{}{{BHd{c}}}}c}Ad{}}{{ceFIdFId}AdFDn{{FEb{}{{FE`{}}}}}}{{{Lf{M`M`}}{Lf{M`M`}}M`M`}{{Lf{M`M`}}}}1{{cM`M`FIf}{{FHh{Jn}}}FEb}{c{{FHh{Jn}}}FEb}{{c{FHh{e}}}{{Il{AdFDd}}}FEb{{FHn{}{{FHl{Ml}}}}}}{cAdFDn}212188{{gM`M`}{{FHh{e{Jn{c}}}}}{FDjFIh}{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{ce}AdFDn{{FEb{}{{FE`{}}}}}}{{gMfCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}>```{{gCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cCEh}AdFDn}{{gMf}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cMf}AdFDn}{{{FHh{c{Jn{BBn}}}}e}Ad{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{c{{FHh{FGfJn}}}FEb}{c{{FHh{FGhJn}}}FEb}{c{{FHh{eJn}}}FEb{FDh{FI`{FGf}}}}{c{{FHh{eJn}}}FEb{FDh{FI`{FGh}}}}{{{FHj{}{{BHd{c}}}}}j{}}98{{{FHh{c{Jn{BBn}}}}e}{{FHh{{FGf{BBn}}{Jn{BBn}}}}}{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{{FHj{}{{BHd{c}}}}c}Db{}}?{{{FHj{}{{BHd{c}}}}Db}{{I`{c}}}{}}{{{FHj{}{{BHd{c}}}}c}Ad{}}```````````````````````````````````````{{}{{FIl{FIj}}}}{FInOb}``{O`FJ`}{DdFJb}{FJdFJf}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FJhFJjFJl}Ad}`{{FJhFJn}j}``{FJhj}`{{FJhFJj}{{FK`{FJh}}}}{FJhFKb}0``````````{FJh{{I`{Jl}}}}{FJhFKd}``{{FJhFKdFKd}Ad}5``````{FJh{{I`{FJn}}}}```````````````````{{FJhFKdGd{I`{FKf}}}FKd}{{FJhGd{I`{FKf}}}Ad}```````````````````````8``{FJhFKh}{FJh{{I`{{Lf{FKdFKd}}}}}}{{FJhj}Ad}{{FJhFKd}Ad}1{{FJhFKh}Ad}{{FJhADh}Ad}{{FJhFJjj}Ad}`````{FJhAd}````{FJhADh}`````````{{FJhe}c{}{{Bb{FIn}{{Ch{c}}}}}}0```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FKj{Ml{FKl}}FKn}FL`}{{FKjFLbFKn}FL`}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{FLdAd}````````{{FLdMfMfMfMfMfMf}Ad}`````````{{{Ml{BBn}}}{{I`{M`}}}}```````````````````````````````````````````{{FLdMfMf}Ad}`````````````0`````````````{{{Ml{BBn}}}{{I`{FLf}}}}`````{{FLdMfMfMfMf}Ad}````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FLhFLj}Ad}{{FLhFLl}Ad}{FLhAd}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FLn{Ml{BBn}}}{{I`{FM`}}}}{{{Ml{BBn}}ADh}{{I`{FMb}}}}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GFb{}{{GAh{c}}}}c}BlFn}```````````````````````{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}g}{{Nf{g}}}{CKbFOj}{}{JjFd}}`{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}}{{CJl{gec}}}{CKbFOj}{}{JjFd}}```````````{e{{Nf{c}}}{}{{ABd{{I`{Jl}}}{{Ch{c}}}}}}{g{{Nf{e}}}{DhFdNd}{}{{ABd{{I`{c}}}{{Ch{e}}}}}}10{Jl{{Nf{c}}}{}}{c{{Nf{e}}}{FbNdFd}{}}10```````````{{Dbg}{{Nf{c}}}CJd{{Oj{}{{Ch{Ad}}}}CJd}{{Bb{{EDl{c}}}{{Ch{e}}}}CJd}}```````````{{}{{Nf{c}}}{}}4{{CMh{Jn{CMj}}}{{Nf{c}}}{}}{CMl{{Nf{c}}}{}}{{j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}{{Nf{c}}}{}}`````````````````````````````````````````{c{{Nf{{Il{AdCHn}}}}}{{K`{{Ad{{Ml{BBn}}}}}}}}``````````````````````````````;:````````````````````````````````````````````{{LdDl}{{Nf{c}}}{}}{{LdGMb}{{Nf{c}}}{}}{{LdGMd}{{Nf{c}}}{}}{Ld{{Nf{c}}}{}}0{{Lde}{{Nf{c}}}{}{{Bb{Af}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{j}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{{I`{j}}}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{GMd}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{Ob}{{Ch{c}}}}}}{{}{{Mh{{Lf{LdDAh}}}}}}6{{Ldj}{{Nf{c}}}{}}0{{LdCLf}{{Nf{c}}}{}}{{Ld{I`{GMf}}}{{Nf{c}}}{}}{{LdOb}{{Nf{c}}}{}}`{{Lde}{{Nf{c}}}{}{{Bb{GMh}{{Ch{c}}}}Fd}};`{GMj{{Lf{Ld{Nf{c}}}}}{}}<<```````````````````````{GNnGAb}0{{{GGf{}{{GAh{c}}}}c}hFn}0{{cg}i{}{}{{An{e}}}{}}0000{{HBdHBf}HBd}{ce{}{}}000000000{cCj{}}000000000```1111111111{GNnCKn}{{c{Cl{e}}}g{}{}{}}0000{GLdGLd}{HBdHBd}{HBfHBf}{GLbGLb}{GNnGNn}{{ce}Ad{}{}}0000`999997{{}GLd}{{}HBd}{{}HBf}{{}GLb}{Dbc{}}000000000{{{GGf{}{{GAh{c}}}}c}hFn}0{{GLbceCKdCKlGLdg}AdCKbGGf{{Bb{cCKdCKlCKn}}}}{DbAd}0000{{GLdGLd}j}{{HBdHBd}j}{{HBfHBf}j}{{ce}j{}{}}00{{GLdDf}{{Il{AdAl}}}}{{HBdDf}{{Il{AdAl}}}}{{HBfDf}{{Il{AdAl}}}}{{GLbDf}{{Il{AdAl}}}}{{GNnDf}{{Il{AdAl}}}}{cc{}}000000000{ce{}{}}0000{GLd{{I`{HBd}}}}{{{GGf{}{{GAh{c}}}}cj}hFn}0{{}Db}00003333333333{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000777777777777777{{cOdCMnCMnGLde}CLj{}{{Bb{cOd}{{Ch{CLj}}}}}}{{HBdc}HBd{{K`{FOl}}}}{{GLbCKdCKlGLdc}CLl{{Bb{CKdCKlCKn}{{Ch{CLl}}}}}}{{}HBd}{{}GLb}{GNnGAd}{{GLbCLhGLdCKnCKn}Ad}{{CLdGAb}{{Nf{c}}}{}}{{GLbGAb}Ad}0{{GLbMfCKnCKn}Ad}0`8{GLbj}{{CLdGAd}{{Nf{c}}}{}}{{GLbGAd}Ad}0{ce{}{}}0000{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00003333333333{{GLbCKnCKn}Ad}{{GLbCLnCKdCKlCL`{CM`{c}}GLd{I`{{Ib{ABd}}}}e}CMb{}{{Bb{CLnCKdCKlCL`{CM`{c}}CKn}{{Ch{CMb}}}}}}{GLd{{I`{HBd}}}}{{HBdc}HBd{{K`{FOl}}}}```````````````````{{{GHl{}{{GAh{c}}}}c}AlFn}{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0```::`{{c{Cl{e}}}g{}{}{}}{GLfGLf}{{ce}Ad{}{}}``={{}GLf}{Dbc{}}07{{cCKdCKlGLfe{GGh{e}}{Ml{e}}g}AdCKb{{K`{Nl}}Ah}GHl}{DbAd}{{GLfGLf}j}{{ce}j{}{}}00{{GLfDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}`>{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}?444{{CKdCKlGLf}CLl}=``5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88{{CLnCKdCKl{CM`{c}}GLfe{GGh{e}}eABd{I`{c}}}CMbDl{Ah{K`{Nl}}GLh}}````````````````````````````````{{{CJ`{}{{GAh{c}}}}c}BhFn}``````{{{GDf{}{{GAh{c}}}}c}dFn}`````00`0``````{{{GDn{}{{GAh{c}}}}cj}AbFn}``0`````{{{GEn{}{{GAh{c}}}}c}BfFn}````````{{{GDb{}{{GAh{c}}}}c}C`{FnDl}}````````````{{{GKj{}{{GAh{c}}}}c}HlFn}{{{GKj{}{{GAh{c}}}}c}{{I`{Hn}}}Fn}0````{{{GGd{}{{GAh{c}}}}c}Af{FnDl}}```0`````{{{GGl{}{{GAh{c}}}}c}BnFn}``````{{{GHb{}{{GAh{c}}}}cj}lFn}````0`````````{{{GFb{}{{GAh{c}}}}c}BlFn}````````{{{GGf{}{{GAh{c}}}}c}hFn}0````00{{{GGf{}{{GAh{c}}}}cj}hFn}0`````````````{{{GHl{}{{GAh{c}}}}c}AlFn}```````0`0````````````{{{GI`{}{{GAh{c}}}}c}BdFn}`0```{{{GIj{}{{GAh{c}}}}c}A`Fn}``0{{{GIj{}{{GAh{c}}}}c}DdFn}11000```{{{GEh{}{{GAh{c}}}}c}fFn}``0{{{GEh{}{{GAh{c}}}}c}DdFn}11`000```````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GJb{}{{GAh{c}}}}cj}AhFn}```````0`````5`5```````````{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}`{{cCKjCKdGAlCbCKn}AdFOj}{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}`````````````````````````````````7{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0``11{{c{Cl{e}}}g{}{}{}}2{{{GId{c}}}{{Lf{DbDb}}}FOj}{{}{{GId{c}}}FOj}{Dbc{}}0>={DbAd}{{{GId{c}}Df}{{Il{AdAl}}}FOj}{{{GIj{}{{GAh{c}}}}c}A`Fn}{cc{}}091{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:<<<{{{GId{c}}Db}{{I`{{`{{HBh{}{{FHl{Gd}}}}}}}}}FOj}{{{GId{c}}}DbFOj}{{{GId{c}}}{{`{{BIl{}{{Of{{`{{HBh{}{{FHl{Gd}}}}}}}}}}}}}FOj};{{{GId{c}}Gd}AdFOj}{{{GIj{}{{GAh{c}}}}c}DdFn}{{{GId{c}}}{{I`{Jl}}}FOj}1{{{GId{c}}}JlFOj}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}06{Gd{{GId{c}}}FOj}`````````````{{{GEh{}{{GAh{c}}}}c}fFn}{{cg}i{}{}{{An{e}}}{}}00003333333333{cCj{}}000000000``4444444444{{c{Cl{e}}}g{}{}{}}0000{GLlGLl}{HBjHBj}{{{GLn{c}}}{{GLn{c}}}Dl}{HBlHBl}{{{GLj{c}}}{{GLj{c}}}{DlFNl}}{{ce}Ad{}{}}0000`;;;;;`{{{GLj{c}}}HBjFNl}{{}HBj}{{}{{GLj{c}}}{FnFNl}}{Dbc{}}000000000={{{GEh{}{{GAh{c}}}}c}DdFn}{{ceCKdCKlGLjGLljj{I`{GLn}}CKn}AdFOjGEh}{DbAd}0000{{GLlDf}{{Il{AdAl}}}}0{{HBjDf}{{Il{AdAl}}}}{{{GLn{c}}Df}{{Il{AdAl}}}Jj}{{HBlDf}{{Il{AdAl}}}}{{{GLj{c}}Df}{{Il{AdAl}}}{JjFNl}}{CLd{{Nf{c}}}{}}{{{GLj{c}}}AdFNl}0{{{GEh{}{{GAh{c}}}}c}fFn}{{}{{GLj{c}}}FNl}`{cc{}}000000000{ce{}{}}00003`{{}Db}0000{{GLlDbHBn}Ad}{{GLlDbGLl}Ad}3333333333{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000777777777777777{GLlj}{{{GLj{c}}}jFNl}0{{cOdCMnFMj{I`{FOl}}I`Gf{I`{GLn}}GLjGLlGdj}CLjFOj}{GLlDb}{{CKdCKlj}CLl}{{CLdDb}{{Nf{c}}}{}}{{{GLj{c}}Db}AdFNl}0{CLd{{Nf{c}}}{}}{{{GLj{c}}}AdFNl}0100{GdGLl}{{}{{GLj{c}}}FNl}{{GLlDb}Db}{{{GEh{}{{GAh{c}}}}c}DdFn}1{{GLlDb}Ad}{{GLlDbDb}Ad}{GLlGLl}{{GLlDbDb}GLl}988{{HBjGLl}{{I`{{Lf{DbDb}}}}}}5```{{HBjGLl}HC`}{ce{}{}}0000{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00005555555555{{{GLj{c}}}AdFNl}0{{GLlDb}GLl}{{CLnCKdCKlcCL`{CM`{e}}GLl{I`{FOl}}GfI`j{I`{ABd}}{I`{ABd}}{I`{e}}g}CMbFOjDl{{Bb{}{{Ch{GLj}}}}}}?````{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0::{{c{Cl{e}}}g{}{}{}}{HC`HC`}{{ce}Ad{}{}}={Dbc{}}0{DbAd}{{HC`Df}{{Il{AdAl}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};4444{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77``````{{{GJb{}{{GAh{c}}}}cj}AhFn}```````0```````{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0::{{c{Cl{e}}}g{}{}{}}{GJdGJd}{{ce}Ad{}{}}={Dbc{}}0{DbAd}{{GJdGJd}j}{{ce}j{}{}}00{{GJdDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=4444{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77`````````{{{GHl{}{{GAh{c}}}}c}AlFn}{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0``::`{{c{Cl{e}}}g{}{}{}}{GM`GM`}{{ce}Ad{}{}}`={{}GM`}{Dbc{}}07{{cCKdCKlGM`e{GGh{e}}g}AdCKb{{K`{Nl}}Ah}GHl}{DbAd}{{GM`GM`}j}{{ce}j{}{}}00{{GM`Df}{{Il{AdAl}}}}{cc{}}0{ce{}{}}`>{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}?444{{CKdCKlGM`}CLl}=``5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88{{CLnCKdCKl{CM`{c}}GM`e{GGh{e}}eABd{I`{c}}}CMbDl{Ah{K`{Nl}}GLh}}`````````````{{cg}i{}{}{{An{e}}}{}}000`::::::::{cCj{}}0000000;;;;;;;;{{c{Cl{e}}}g{}{}{}}000`{{{HCb{c}}}{{HCb{c}}}Dl}{{{HCd{c}}}{{HCd{c}}}{}}{{ce}Ad{}{}}0????{{HCf{HCd{{HCh{c}}}}}{{HCj{c}}}Fd}`{{}{{HCb{c}}}Fn}{Dbc{}}0000000{DbAd}000{{{HCj{c}}}Ad{}}`{{{HCb{c}}Df}{{Il{AdAl}}}Jj}{{CIjDf}{{Il{AdAl}}}}0{{{HCd{c}}Df}{{Il{AdAl}}}Jj}`{cc{}}0{{{CI`{c}}}{{HCb{c}}}{}}{COfCIj}222222{ce{}{}}000`{{}Db}00011111111{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000555555555555{c{{Lf{{HCl{}{{Kh{c}}}}{Nf{e}}}}}{}{}}{{{HCn{c}}}{{HCd{c}}}{}}{{{HCj{c}}Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}{}}{{{DAd{{HCd{c}}}}DLb}{{DLd{{Il{Ad}}}}}{}}00{{{HCj{c}}}{{I`{Jl}}}{}}{{{HCj{c}}}{{I`{Jl}}}Fd}{{{HCj{c}}{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}{}}210{{{HCj{c}}CMh{Jn{CMj}}}Ad{}}{{{HCl{}{{Kh{c}}}}}Nl{}}{{{HCd{{HCh{c}}}}{GBb{CMh}}}{{Il{Ad{GCh{{GBb{CMh}}}}}}}{}}{{{HCj{c}}CMl}Ad{}}`{{{HCj{c}}j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad{}}{{{DAd{{HCd{c}}}}c}{{Il{Ad}}}{}}{{{HCl{}{{Kh{c}}}}}{}{}}{{{HCl{}{{Kh{c}}}}}{{Mh{e}}}{}{}}{{{HCl{}{{Kh{c}}}}}e{}{}}{{{HCl{}{{Kh{c}}}}}Jl{}}{ce{}{}}0{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00055555555{{}{{HCj{c}}}Fd}`{{{HCj{c}}Jl}Ad{}}{{{HCj{c}}Jl}AdFd}{{{HCj{c}}{CNf{{Ib{Fb}}}}}Ad{}}210```````{{cg}i{}{}{{An{e}}}{}}0::::{cCj{}}000{{{HD`{c}}}DdHCl}<<<<{{cHDbObHDd}HDfHCl}{{c{Cl{e}}}g{}{}{}}0>>{{{HD`{c}}}CKlHCl}{Dbc{}}000{DbAd}0{{{HCh{c}}Df}{{Il{AdAl}}}Jj}{cc{}}000{ce{}{}}08{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0::444444{{{HD`{c}}}ObHCl}{{{HD`{c}}}HDhHCl}{c{{Lf{{HCl{}{{Kh{c}}}}{Nf{e}}}}}{}{}}{{cHCf}{{HD`{c}}}HCl}{{{HD`{c}}}{{Ob{M`}}}HCl}{{HDjHDh}j}{HCb{{Il{AdCIj}}}}{{ceHDb{HD`{c}}Nf{HDl{g{HCd{HCh}}HCh}}HCjj{HCn{HCh}}HDdHCf}AdHCl{{CO`{}{{CNl{}}}}}Kn}{{{HD`{c}}}NlHCl}{{{HCl{}{{Kh{c}}}}}Nl{}}{{{HCl{}{{Kh{c}}}}}{}{}}{{{HCl{}{{Kh{c}}}}}{{Mh{e}}}{}{}}{{}HCh}{{{HD`{c}}cHCf}AdHCl}{{{HD`{c}}}DdHCl}{{{HCl{}{{Kh{c}}}}}e{}{}}{{{HD`{c}}}{}HCl}{{{HCl{}{{Kh{c}}}}}Jl{}}{{{HD`{c}}}GdHCl}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{ceHDb{HD`{c}}{HDl{g{HCd{HCh}}HCh}}HCjj{HCn{HCh}}HDdJnHCf}AdHCl{{CO`{}{{CNl{}}}}}Kn}{{{HD`{c}}HCfHDjHDd}AdHCl}{{{HD`{c}}}COhHCl}{{{HD`{c}}}DbHCl}``````{{{HDn{Nl}}Nl}CLf}{{{I`{HE`}}GMd}{{I`{HEb}}}}{Dl{{I`{HEd}}}}{HEfEMb}{{{I`{HEb}}}GMd}{HDhEMd}{HEhHEj}{CLlHEl}{{{I`{HE`}}ObHEn}{{I`{HF`}}}}{{HFbNl}HFd}{GMfHFf}{GMdj}{{LdHDjNlHDh}{{I`{CLn}}}}{GMbHFh}{{GMjGd{I`{HE`}}{I`{Jl}}}HFj}``````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000000{ce{}{}}000000000000000{cCj{}}000000000000000{HFl{{ADb{Mf}}}}`{{{HFn{c}}}cHG`}3333333333333333{CNhCKn}{{{DA`{c}}}CKnCNh}{GNbCKn}{{c{Cl{e}}}g{}{}{}}0000000{{{HFn{c}}}AdHG`}{{{DA`{c}}CKn}{{DA`{c}}}{}}{HGbHGb}{{{DA`{c}}}{{DA`{c}}}Dl}{HFlHFl}{COhCOh}{HGdHGd}{GNbGNb}{{ce}Ad{}{}}00000`{ce{}{}}0000000`{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}gM`M`}AdFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}eFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}iM`M`}gFnCKb{}{CObDl}}`{{{HFn{c}}}{}{HG`D`}}{{{HFn{c}}}FOl{HG`D`}}{Dbc{}}000000000000000{{{HFn{c}}Dd}{{Ob{M`}}}{HG`Db}}{{{HFn{c}}COn}{{Ob{M`}}}{HG`COl}}{{{HFn{c}}Dd{I`{Dd}}CKn}Ad{HG`Db}}{{{HFn{c}}COnFMhCKn{ADb{Mf}}}Ad{HG`COl}}{{{HFn{c}}DA`}AdHG`}{DbAd}0000000{{{HFn{c}}{Jn{DA`}}CKn}AdHG`}{{{HFn{c}}{Jn{DA`}}CLh}AdHG`}{{HGbHGb}j}{{{DA`{c}}{DA`{c}}}jGh}{{HFlHFl}j}{{HGdHGd}j}{{GNbGNb}j}{{ce}j{}{}}00{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}COdFnCKb{}}{{{HFn{c}}CLfDdCKn}Ad{HG`D`}}0{{{HFn{c}}CLbe}AdHG`{{K`{Ih}}}}{{{HFn{c}}}Ad{HG`D`}}{{{HFn{c}}FNnCLfDdCKn}Ad{HG`D`}}{{HGbDf}{{Il{AdAl}}}}{{COfDf}{{Il{AdAl}}}}0{{{DA`{c}}Df}{{Il{AdAl}}}Jj}{{HFlDf}{{Il{AdAl}}}}{{COhDf}{{Il{AdAl}}}}{{HGdDf}{{Il{AdAl}}}}{{GNbDf}{{Il{AdAl}}}}{{{HFn{c}}Df}{{Il{AdAl}}}{JjHG`}}{cc{}}00000{HGfHGd}1111111111{ce{}{}}0000000``{{{Jn{{DA`{c}}}}}{{DA`{c}}}{}}{{}HFl}`{{}Db}00000003333333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}0000000777777777777777777777777{{{HFn{c}}{Ad{{Ml{BBn}}}}}Ad{HG`D`}}{COhOb}`{{HFlHFl}HFl}{{ce}{{Il{{CO`{}{{CNj{c}}{CNl{g}}{CNn{i}}}}COf}}}Fn{CObDl}CKb{}}{{cO`FOl}{{HFn{c}}}HG`}{{M`M`}HFl}{HGdFD`}{COhM`}{COh{{Ob{M`}}}}1{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Il{AdCOj}}}FnCKb{}{{Gf{Gd}}}}{COhHFl}`{HGbM`}{{MfMf}HFl}{COhNl}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Jn{BBn}}}FnCKb{}{{Gf{Gd}}}}{{{HFn{c}}}{{Jn{DA`}}}HG`}0`{ce{}{}}00000{cAB`{}}{cJl{}}{{{DA`{c}}CLh}{{DA`{c}}}{}}7{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}00000006666666666666666{{{HFn{c}}CKne}AdHG`{{Bb{{HFn{c}}}}}}{{ObNl}COh}{{{Ob{M`}}Nl}COh}{{{HFn{c}}g}eHG`{}{{Bb{c{Ml{DA`}}}{{Ch{e}}}}}}{{{HFn{c}}CLhe}AdHG`{{Bb{{HFn{c}}}}}}````````````````````````````````````````````{{COlCOn}{{Ob{M`}}}}{{D`{Ad{{Ml{BBn}}}}}Ad}{{DbDd}{{Ob{M`}}}}``{{cg}i{}{}{{An{e}}}{}}??{cCj{}}0{ce{}{}}0{{c{Cl{e}}}g{}{}{}}{DfDf}{{ce}Ad{}{}}{Df{{ADb{Mf}}}}4{Dbc{}}0{DbAd}{{DfDf}j}{{DfDf}{{Il{AdAl}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}<==={cj{}}{cDf{{K`{Dd}}}}?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``````````````{{cg}i{}{}{{An{e}}}{}}0`1111{cCj{}}000`2222{{c{Cl{e}}}g{}{}{}}0{COjCOj}{{ce}Ad{}{}}55{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}gM`M`}AdFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}eFnCKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}iM`M`}gFnCKb{}{CObDl}}{Dbc{}}000{DbAd}0{{COjCOj}j}{{ce}j{}{}}00{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}}COdFnCKb{}}{{COjDf}{{Il{AdAl}}}}0{{COdDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{{ce}{{Il{{CO`{}{{CNj{c}}{CNl{g}}{CNn{i}}}}COf}}}Fn{CObDl}CKb{}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Il{AdCOj}}}FnCKb{}{{Gf{Gd}}}}{{{CO`{}{{CNj{c}}{CNl{e}}{CNn{g}}}}egCOhDd{Ml{i}}}{{Jn{BBn}}}FnCKb{}{{Gf{Gd}}}}8{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0====````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000000000000000000{{{CLf{c}}{CLh{c}}}{{CLf{c}}}{{AH`{}{{Ch{}}}}}}{{{CKn{c}}{CLh{c}}}{{CKn{c}}}{{AH`{}{{Ch{}}}}}}{{{CLh{c}}{CLh{c}}}{{CLh{c}}}{{AH`{}{{Ch{}}}}}}`{{{CM`{c}}}j{}}{CKnMf}{ce{}{}}0000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000{{{CJl{ceg}}}CJn{}{}{}}0`{{DdDdMf}Dd}``3111333333333333333333333311333333333333333333333`{CKdCKn}`{{c{Cl{e}}}g{}{}{}}000000000000000000000{CKnCLf}77{CJn{{Jn{CK`}}}}{CKd{{`{{BIl{}{{Of{CKd}}}}}}}}{CKbAd}`{FMnFMn}{HGhHGh}{CLnCLn}{FCnFCn}{CKdCKd}{{{FNn{c}}}{{FNn{c}}}Dl}{HGjHGj}{HGlHGl}{IhIh}{DdDd}{GJnGJn}{CMnCMn}{FMjFMj}{FOlFOl}{{{CLf{c}}}{{CLf{c}}}Dl}{{{CKn{c}}}{{CKn{c}}}Dl}{HGnHGn}{{{Ob{c}}}{{Ob{c}}}Dl}{{{CLh{c}}}{{CLh{c}}}Dl}{{ce}Ad{}{}}000000000000000000```{ce{}{}}000000000000000000000{{CKnCLf}j}0`{{}HGh}{{}Dd}{{}EMj}{{}{{CLf{c}}}Fn}{{}{{CKn{c}}}Fn}{{}HGn}{{}{{CLh{c}}}Fn}{Dbc{}}0000000000000000000000000000000000000000000{{CJnCK`}Ad}{{{CLf{c}}{CLf{c}}}c{FCfHH`}}{{CJnCK`CKdCKf}Ad}{{CKhceCKjCKdCKl}AdCKb{}}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{DbAd}000000000000000000000{CL`Ad}{{FMnFMn}j}{{HGhHGh}j}{{CLnCLn}j}{{FCnFCn}j}{{HGjHGj}j}{{HGlHGl}j}{{IhIh}j}{{DdDd}j}{{GJnGJn}j}{{CMnCMn}j}{{FOlFOl}j}{{{CLf{c}}{CLf{c}}}jGh}{{{CKn{c}}{CKn{c}}}jGh}{{HGnHGn}j}{{{Ob{c}}{Ob{c}}}jGh}{{{CLh{c}}{CLh{c}}}jGh}{{ce}j{}{}}00000000000000000`{{CKnMf}CKn}{{Obc}Ob{{K`{Ob}}}}{{{CJl{ceg}}i}{{CJl{ceg}}}{}{}CKb{{K`{Dd}}}}`{CMnADh}{{CKbCLbc}Ad{{K`{Ih}}}}{EMjAf}{{GJnObOb}Ob}{{FMjObOb}FMj}{CMnCMn}{{FMnDf}{{Il{AdAl}}}}{{HGhDf}{{Il{AdAl}}}}{{CLnDf}{{Il{AdAl}}}}{{FCnDf}{{Il{AdAl}}}}{{CKdDf}{{Il{AdAl}}}}{{{FNn{c}}Df}{{Il{AdAl}}}Jj}{{HGjDf}{{Il{AdAl}}}}{{HGlDf}{{Il{AdAl}}}}{{IhDf}{{Il{AdAl}}}}{{DdDf}{{Il{AdAl}}}}{{GJnDf}{{Il{AdAl}}}}{{CMnDf}{{Il{AdAl}}}}{{FMjDf}{{Il{AdAl}}}}{{FOlDf}{{Il{AdAl}}}}{{{CLf{c}}Df}{{Il{AdAl}}}GEf}{{{CLf{c}}Df}{{Il{AdAl}}}Jj}{{{CKn{c}}Df}{{Il{AdAl}}}Jj}{{HGnDf}{{Il{AdAl}}}}{{{CM`{c}}Df}{{Il{AdAl}}}Jj}{{{Ob{c}}Df}{{Il{AdAl}}}Jj}{{{CLh{c}}Df}{{Il{AdAl}}}Jj}``{{{GHh{ceg}}}{{CJl{ceg}}}{}GGfCKb}{{{GFf{c}}}{{CJl{egi}}}{DlAj}{}{}{{FMf{}{{FMd{c}}}}}}{{{GHf{ceg}}}{{CJl{ceg}}}{}{}CKb}{{{GDh{iceg}}}{{CJl{ceg}}}{}{}EMn{{GDj{ceg}}}}{{{GJf{ceg}}}{{CJl{ceg}}}{}{GEnGAj}FOj}{{{HHb{ceg}}}{{CJl{cbe}}}{}CKb{AjAhFdNdJj}}{cc{}}{{{HHd{ce}}}{{CJl{cbe}}}{}CKb}{{{GIh{cegi}}}{{CJl{egi}}}FNj{}GIjFOj}{{{GGn{ceg}}}{{CJl{ceg}}}Dl{GHbGAj}FOj}{{{HHf{ce}}}{{CJl{cbe}}}{}CKb}{{{GHj{ceg}}}{{CJl{egi}}}{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GFh{cegi}}}{{CJl{egi}}}{AhGh}{}{}CKb}{{{HHh{ce}}}{{CJl{cbe}}}{}CKb}{{{GGj{c}}}{{CJl{ecg}}}GGl{}CKb}{{{HHj{ceg}}}{{CJl{ceg}}}{}{GEnADfDl}CKb}{{{HHl{c}}}{{CJl{cbCIf}}}Dl}{{{HHn{cegi}}}{{CJl{egi}}}{JhDl}{}GDbFOj}{{{GHn{c}}}{{CJl{ecg}}}GI`{}FN`}{{{GE`{ceg}}}{{CJl{ceg}}}{}{}CKb}{{{GEl{ceg}}}{{CJl{ceg}}}{}GEnCKb}{{{GFl{ceg}}}{{CJl{ceg}}}Dl{}CKb}{{{GIl{ceg}}}{{CJl{ceg}}}DlGEhFOj}{{{GF`{c}}}{{CJl{ecg}}}GFb{}CKb}{{{GIn{ceg}}}{{CJl{cig}}}{}{}CKb{}}{{{GJh{ceg}}}{{CJl{egi}}}{Ah{K`{Nl}}GLh}DlGHlCKb}{{{GGb{cegi}}}{{CJl{egi}}}{DlJhGh}{}{GGdGGfGDbGEn}FOj}{Gd{{CJl{ceg}}}{}GAjFOj}{{{GK`{c}}}{{CJl{egi}}}{DlAj}{}{}{{FMf{}{{FMd{c}}}}}}{{{GHd{ceg}}}{{CJl{ceg}}}{}{}CKb}{{{GIb{ce}}}{{CJl{gce}}}GAjFOj{}}{GFd{{CJl{ceg}}}{}{}CKb}{{{GDd{ceg}}}{{CJl{ceg}}}DlGDfCKb}{{{GJ`{ceg}}}{{CJl{ceg}}}{}{GJbGAj}FOj}{{{GN`{ceg}}}{{CJl{ceg}}}{}{GKjGEn}CKb}{{{GDl{ceg}}}{{CJl{ceg}}}{}{GDnGAj}FOj}{{{GFj{cegik}}}{{CJl{ceg}}}{}{}CKbAj{{K`{{CJl{ceg}}}}}}{{{GEd{cegi}}}{{CJl{egi}}}{GEfDl}Dl{GEnGEhGGfGDb}FOj}{cc{}}{GhFMn}{GbFMn}22{HI`FCn}3333{HGjHGl}4{MfHGl}{BBnHGl}{FCnIh}7{HI`Ih}{DdIh}{ABjDd}:{{{ADb{Mf}}}Dd}0{{{ABl{ABjMf}}}Dd}<<{ADhCMn}{FOlCMn}{MfCMn}?{{{ADb{Mf}}}FMj}0{MfFMj}{ADhFMj}{{{ADb{ADh}}}FMj}{cc{}}1{ADhFOl}{MfFOl}2{{{ADb{c}}}{{CLf{c}}}HH`}{{{Lf{cc}}}{{CLf{c}}}HH`}4{{{CKn{M`}}}CKn}555{FMjOb}{{{ADb{ADh}}}Ob}7{{{ADb{Mf}}}Ob}{CLhOb}{ObCLh}:{{{ADb{c}}}{{CLh{c}}}{}};;;;;;;;;;;;;;;;;;;;;;{Nl{{I`{HGl}}}}{FId{{I`{HGl}}}}{{MfMfMfMf}Dd}{{MfMfMf}Dd}{{BBnBBnBBn}Dd}2{{BBnBBnBBnMf}Dd}{ce{}{}}000000000000000000000{Af{{I`{HGl}}}}``{{FMnc}AdGC`}{{GJnc}AdGC`}{{{Ob{c}}e}AdAjGC`}``{FMjMf}``{CJn{{I`{CLd}}}}`{{}Db}000000000000000000000{{CKnCKn}{{I`{CKn}}}}{{CKnCKn}j}99999999999999999999999999999999999999999999{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000000============================================{Dd{{ADb{Mf}}}}{Dd{{ADb{BBn}}}}??????????????????????{{{CM`{c}}}Ad{}}0{DdDd}{DdAd}{{{CM`{c}}}j{}}{CMnj}1{{CKhCKdcCLf}jCKb}<<``{{CKhcObCLfCLh}CLjCKb}{{CJnCK`cOd}CLjCKb}``{{{CJl{ceg}}k}{{CJl{ieg}}}{}{}CKb{}{{ABd{c}{{Ch{i}}}}}}{{ObOb}Ob}{{{CM`{c}}{CM`{e}}g}Ad{}{}{{ABd{e}{{Ch{c}}}}}}1`{{CKhCKdCKlCKnc}CLlCKb}{{CJnCK`CKdCKlCKnc}CLlCKb}{{CKnMf}CKn}{{{CLh{c}}c}{{CLh{c}}}{{AMh{}{{Ch{}}}}Ah}}{{FCnMf}FCn}{i{{CJl{ceg}}}{}{}CKb{{CJn{ceg}}}}{CLjCKd}{{MfMfMfMf}Dd}{MfFMj}{{cc}{{CLf{c}}}HH`}{{CLfOb}CKn}{{{Jn{c}}}{{CM`{c}}}{}}{{cc}{{Ob{c}}}{}}{{cc}{{CLh{c}}}{}}`{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CKhCKdcCMd}AdCKb}{{CJnCK`CKdcCMd}AdCKb}`{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{HGjHGj}{{I`{Hd}}}}{{HGlHGl}{{I`{Hd}}}}{{FOlFOl}{{I`{Hd}}}}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}{CKdCLf}{CKnCLf}{{{CM`{c}}c}Ad{}}``{CL`{{I`{Jl}}}}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}10{{{CM`{c}}}{{I`{HIb}}}{}}{{CL`CMh{Jn{CMj}}}Ad}`{{{CM`{c}}HIb}Ad{}}{{{CM`{c}}e}Ad{}Bb}`{{CL`CMl}Ad}{{CJnCLd}Ad}`{CJn{{Ob{CMn}}}}{CKnOb}`1{CKn{{CKn{M`}}}}{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{CJnCNb}``{{{CLf{c}}{CLf{c}}}{{CLh{c}}}{{AEl{}{{Ch{}}}}}}{{{CLf{c}}{CLh{c}}}{{CLf{c}}}{{AEl{}{{Ch{}}}}}}{{{CKn{c}}{CLh{c}}}{{CKn{c}}}{{AEl{}{{Ch{}}}}}}{{ObOb}}{{{CLh{c}}{CLh{c}}}{{CLh{c}}}{{AEl{}{{Ch{}}}}}}`{CJnCNd}``{{HGlCKn}{{Lf{CLfCLf}}}}{ce{}{}}000000000000000000{cAB`{}}{cJl{}}``{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000000{cJ`{}}00000000000000000000055555555555555555555555555555555555555555555{{CKnCKn}CKn}{FMjMf}```````{{CKbCKnc}Ad{{Bb{CKb}}}}{{CLhCLj}CKd}{cHGh{{K`{HId}}}}{ObCKn}{{CKbCLhc}Ad{{Bb{CKb}}}}{{CL`Jl}Ad}{{EMj{Ml{BBn}}}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}20``````````````````{{cg}i{}{}{{An{e}}}{}}0{ce{}{}}000{cCj{}}0001111{{c{Cl{e}}}g{}{}{}}0{GbGb}{GhGh}{{ce}Ad{}{}}055{Dbc{}}000{DbAd}0{{GbGb}j}{{GhGh}j}{{ce}j{}{}}00000{{GbDf}{{Il{AdAl}}}}{{GhDf}{{Il{AdAl}}}}{cc{}}000=={{Gbc}AdGC`}{{Ghc}AdGC`}{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}044444444{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}07777``{{cg}i{}{}{{An{e}}}{}}88{cCj{}}0995{HIdHId}{{ce}Ad{}{}}`;{{}HId}{Dbc{}}0{DbAd}{{HIdHId}j}{{HIdDf}{{Il{AdAl}}}}{cc{}}{{{ADb{Mf}}}HId}{BBnHId}{MfHId}3{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555`5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```````{{cg}i{}{}{{An{e}}}{}}00{{CKf{Jn{CMj}}}Ad}::::::{cCj{}}00000{CKf{{Ml{CMj}}}}<<<<<<777{HIfHIf}{CN`CN`}{CKfCKf}{{ce}Ad{}{}}00{ce{}{}}00{Dbc{}}00000{DbAd}00{CL`Ad}{{HIfDf}{{Il{AdAl}}}}{{CN`Df}{{Il{AdAl}}}}{{CKfDf}{{Il{AdAl}}}}{cc{}}00000777{{}Db}00888888{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00<<<<<<{CKf{{Jn{CMj}}}}==={{}CKf}{{CL`{I`{Jl}}}{{I`{c}}}Dh}{{CL`Jl}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}{{CKfCMj}Ad}{CL`{{I`{Jl}}}}{HIf{{I`{Jl}}}}{CL`{{I`{c}}}Dh}{{CL`{Jn{Jl}}}{{I`{{Lf{{Jn{BBn}}Jl}}}}}}310{{CL`CMh{Jn{CMj}}}Ad}{{CL`CMl}Ad}{{CL`j{I`{CN`}}{I`{{Lf{{CJl{ceg}}CNb}}}}{Ib{Fb}}CMl}Ad{}{}{}}{{CL`j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}Ad}{ce{}{}}00{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{DbCKf}{{CL`Jl}Ad}{{HIfJl}Ad}{{CL`{CNf{{Ib{Fb}}}}}Ad}20``````````````{{cg}i{}{}{{An{e}}}{}}00888888{cCj{}}00000999999{{c{Cl{e}}}g{}{}{}}00{HIhHIh}{HIjHIj}{CMbCMb}{{ce}Ad{}{}}00>>>{Dbc{}}00000{DbAd}00{{HIhHIh}j}{{HIjHIj}j}{{CMbCMb}j}{{ce}j{}{}}00000{{HIhDf}{{Il{AdAl}}}}{{HIjDf}{{Il{AdAl}}}}{{CMbDf}{{Il{AdAl}}}}{cc{}}00000{ce{}{}}00{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00555555555{{CMbCMb}CMb}666{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00999999````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0{{HI`MfDd}HI`}{{HI`c}HI`{{Oh{}{{Of{HIl}}}}}}`<<<<{cCj{}}000====88{HIlHIl}{HI`HI`}{{ce}Ad{}{}}0`{ce{}{}}0{{}HIl}{Dbc{}}000{DbAd}0{{HIlHIl}j}{{HI`HI`}j}{{HIlDf}{{Il{AdAl}}}}{{HI`Df}{{Il{AdAl}}}}{cc{}}00088{{}Db}09999{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0======{cHI`{{K`{HGl}}}}``>>{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000``````{{cg}i{}{}{{An{e}}}{}}01111{cCj{}}000222277{CLdCLd}{HInHIn}{{ce}Ad{}{}}055{Dbc{}}000{DbAd}0{{DjDj}j}{{CLdCLd}j}{{HInHIn}j}0{{ce}j{}{}}00000{{CLdDf}{{Il{AdAl}}}}{{HInDf}{{Il{AdAl}}}}{HJ`CLd}{AfCLd}{cc{}}000{ce{}{}}0{{CLdc}AdGC`}{{HInc}AdGC`}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0777777{cCLd{{K`{{Ad{Gd}}}}}}{{}Ad}99{CLdJl}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0===={{}CLd}{{}{{CHh{CDn}}}}```````````{{cg}i{}{}{{An{e}}}{}}000{ce{}{}}0000000{cCj{}}0000000{HJb{{Ml{BBn}}}}22222222<<<<{COnCOn}{HJbHJb}{HJdHJd}{FMhFMh}{{ce}Ad{}{}}0007777{COnHJd}{{}FMh}{Dbc{}}80000000{{{FMf{}{{FMd{c}}}}c}{{Ob{M`}}}{DlAj}}{{{FMf{}{{FMd{c}}}}cFMhCKn{ADb{Mf}}}Ad{DlAj}}{DbAd}000{{COnCOn}j}{{HJbHJb}j}{{HJdHJd}j}{{FMhFMh}j}{{ce}j{}{}}00000000000{{COnDf}{{Il{AdAl}}}}{{HJbDf}{{Il{AdAl}}}}{{HJdDf}{{Il{AdAl}}}}{{FMhDf}{{Il{AdAl}}}}{cc{}}{cCOn{{K`{ABf}}}}1111111{cCOn{{Gf{{Ml{BBn}}}}FdNd}}1{{M`M`c}COn{{Gf{{Ml{BBn}}}}FdNd}}{ce{}{}}000{{COnc}AdGC`}{{HJbc}AdGC`}{{HJdc}AdGC`}{{FMhc}AdGC`}{COnAf}{{}Db}00066666666{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000::::::::::::{cHJb{{Gf{{Ml{BBn}}}}FdNd}};;;;{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000>>>>>>>>````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}??{cCj{}}0{ce{}{}}07{HJfHJf}{{ce}Ad{}{}}{{HJfHJf}Hd}{{ce}Hd{}{}}4{Dbc{}}0{c{{Il{HJf}}}AD`}{DbAd}{{HJfHJf}j}{{ce}j{}{}}00{{HJfDf}{{Il{AdAl}}}}{cc{}}0;{{HJfc}AdGC`}{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00{{HJfHJf}{{I`{Hd}}}}{{HJfc}IlADd}2{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55````{{cg}i{}{}{{An{e}}}{}}0{{CLjFMnFMnOb}CLj}{{CLjFMnFMnOb}Ad}8888{cCj{}}000{{Odce}CLj{{K`{CMn}}}{{K`{CMn}}}}::::{CLjCKn}<<{CLj{{Ml{CLj}}}}{OdOd}{CLjCLj}{{ce}Ad{}{}}0??{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{CLj}}}}}}{{CLjFMj}CLj}{{}CLj}{Dbc{}}000{DbAd}0{{OdOd}j}`{{OdDf}{{Il{AdAl}}}}{{CLjDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{Odc}Od{{K`{CMn}}}}{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0666666{OdOd}{OdOb}{{OdMf}Od}0100{{CLjc}CLj{{K`{CLf}}}}{{CLjc}Ad{{K`{CLf}}}}{{ObOb}Od}{ObCLj}{{OdMfce}CLj{{Bb{Od}{{Ch{CLj}}}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegi}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}}{{Odcegik}CLj{{K`{CMn}}}{{K`{CMn}}}{{K`{FMj}}}{{Bb{Od}{{Ch{CLj}}}}}{{Bb{CLjOb}{{Ch{CLj}}}}}}{{OdceOb}Ob{{K`{CMn}}}{{K`{CMn}}}}{{Odc}Od{{K`{Ob}}}}{CLjOb}{{Odceg}CLj{{K`{CMn}}}{{K`{CMn}}}{{Bb{Od}{{Ch{Ob}}}}}}{ce{}{}}0{{CLjc}CLj{{K`{CLh}}}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}04444{{Odc}Od{{K`{CMn}}}}{{Ob{Jn{CLj}}}CLj}```{{cg}i{}{}{{An{e}}}{}}77{cCj{}}088{{c{Cl{e}}}g{}{}{}}9{Dbc{}}0{DbAd}{{FMlDf}{{Il{AdAl}}}}{cc{}}0={{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}00{{FMlcOdCMnCMnFMjMfFMn{Ml{{CJl{egc}}}}{Ml{CK`}}}CLjCKb{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}44````````````````````````````````??????444444444444>>>>>>>>>>>>444444444444======`{HJhHJh}{HEjHEj}{CKlCKl}{HJjHJj}{HJlHJl}{CLlCLl}{{ce}Ad{}{}}00000{{CLlCLl}Hd}{{ce}Hd{}{}}======{{}CKl}{{}CLl}{Dbc{}}00000000000{DbAd}00000{{HEjHEj}j}{{CKlCKl}j}{{HJjHJj}j}{{HJlHJl}j}{{CLlCLl}j}{{ce}j{}{}}00000{{HJhDf}{{Il{AdAl}}}}{{HEjDf}{{Il{AdAl}}}}{{CKlDf}{{Il{AdAl}}}}{{HJjDf}{{Il{AdAl}}}}{{HJlDf}{{Il{AdAl}}}}{{CLlDf}{{Il{AdAl}}}}{cc{}}00000000000{ce{}{}}00000{{HEjc}AdGC`}{{}Db}00000222222222222{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000666666666666666666{{CKlCKn}j}{HJhHJn}{{CLf{I`{HJh}}}HJh}{{CLlCLl}{{I`{Hd}}}}{HJhCLf}{CKl{{I`{CLf}}}}{{CKlCLf}{{I`{CLf}}}}{{CKlCKn}{{I`{CLf}}}}0>>>>>>{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000{ce{}{}}00000000000```````````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022>{HJnHJn}{{ce}Ad{}{}}4{Dbc{}}0{DbAd}{{HJnDf}{{Il{AdAl}}}}{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}===={c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cg}i{}{}{{An{e}}}{}}01111{cCj{}}00022226622{{}{{HK`{ceg}}}{}{}CKb}????{{CKhceCKjCKdCKl}AdCKb{}}{{{CMf{ceg}}geCKjCKdCKl}Ad{}{}CKb}{{{HK`{ceg}}geCKjCKdCKl}Ad{}{}CKb}{DbAd}0{{{HK`{ceg}}}{{CMf{ceg}}}{}{}CKb}{cc{}}000{{{Ml{{CJl{ceg}}}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}::{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>>>>>{{{CMf{ceg}}CKdgCLf}j{}{}CKb}{{{HK`{ceg}}CKdgCLf}j{}{}CKb}{{CKhCKdcCLf}jCKb}{{CKhcObCLfCLh}CLjCKb}{{{CMf{ceg}}gObCLh}CLj{}{}CKb}{{{HK`{ceg}}gObCLfCLh}CLj{}{}CKb}{{{CMf{ceg}}ABd}{{CMf{ieg}}}{}{}CKb{}}{{{CMf{ceg}}CKdCKlCKng}CLl{}{}CKb}{{{HK`{ceg}}CKdCKlCKng}CLl{}{}CKb}{{CKhCKdCKlCKnc}CLlCKb}{{CLf{Ib{CKh}}}{{CMf{ceg}}}{}{}CKb}{{}{{HK`{ceg}}}{}{}CKb}{{{CMf{ceg}}CLnCKdCKlgCL`{CM`{c}}}CMb{}{}CKb}{{{HK`{ceg}}CLnCKdCKlgCL`{CM`{c}}}CMb{}{}CKb}{{CKhCLnCKdCKlcCL`{CM`{e}}}CMbCKb{}}{{{CMf{ceg}}CKdgCMd}Ad{}{}CKb}{{{HK`{ceg}}CKdgCMd}Ad{}{}CKb}{{CKhCKdcCMd}AdCKb}{{{CMf{ceg}}CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{{HK`{ceg}}}{{CMf{ceg}}}{}{}CKb}{{{HK`{ceg}}CKdg}{{I`{{CMf{ceg}}}}}{}{}CKb}{{CKhCKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{{CMf{ceg}}}CLf{}{}CKb}{{{HK`{ceg}}i}{{HK`{ceg}}}{}{}CKb{{K`{{CMf{ceg}}}}}}{{{CMf{ceg}}CLh}{{CMf{ceg}}}{}{}CKb}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{{Jn{{CMf{ceg}}}}}{{HK`{ceg}}}{}{}CKb}````{{cg}i{}{}{{An{e}}}{}}00222222{cCj{}}00000`333333`{{c{Cl{e}}}g{}{}{}}00{CKbAd}{HKbAd}{HKbHKb}{CLbCLb}{CKjCKj}{{ce}Ad{}{}}00:::{{}HKb}{{}CLb}{{}CKj}{HKb}{HKbFOl}{Dbc{}}00000{DbAd}00{{CLbCLb}j}{{CKjCKj}j}{{HKbCLfDdCKn}Ad}0{{CKbCLbc}Ad{{K`{Ih}}}}{{HKbCLbc}Ad{{K`{Ih}}}}{HKbAd}{{HKbFNnCLfDdCKn}Ad}{{HKbDf}{{Il{AdAl}}}}{{CLbDf}{{Il{AdAl}}}}{{CKjDf}{{Il{AdAl}}}}{cc{}}00000{ce{}{}}00`{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00555555555{{HKb{Ad{{Ml{BBn}}}}}Ad}{{}HKb}```777{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00::::::{{CKbCKnc}Ad{{Bb{CKb}}}}{{HKbCKnc}Ad{{Bb{HKb}}}}{{CKbCLhc}Ad{{Bb{CKb}}}}{{HKbCLhc}Ad{{Bb{HKb}}}}`````{{cg}i{}{}{{An{e}}}{}}0????{cCj{}}000{ce{}{}}000<<{DdDd}{HKdHKd}{{ce}Ad{}{}}033{DdHKd}{Dbc{}}000{{FN`Dd}{{Ob{M`}}}}{{FN`Dd{I`{Dd}}CKn}Ad}{DbAd}0{{DdDd}j}{{HKdHKd}j}{{ce}j{}{}}00000{{DdDf}{{Il{AdAl}}}}{{HKdDf}{{Il{AdAl}}}}{cc{}}000{cDd{{K`{{Ad{{Ml{BBn}}}}}}}}{cDd{{K`{ABf}}}}{ce{}{}}0{{Ddc}AdGC`}{{HKdc}AdGC`}{DdAf}{{}Db}04444{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}088888888{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;`````````````````````````````{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000===={{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}`66{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{G`G`}{FO`FO`}{{ce}Ad{}{}}0{{{FNl{}{{FNb{c}}}}{FNn{c}}}FO`{AhGh}}{ce{}{}}0`{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{G`Db}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}c{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}}FOl{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{Dbc{}}000{DbAd}0`{{G`G`}j}{{FO`FO`}j}{{ce}j{}{}}00{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}gCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}eCLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}i}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{FNn{c}}CLfDdCKn}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{G`Df}{{Il{AdAl}}}}{{FO`Df}{{Il{AdAl}}}}`{cc{}}000{ce{}{}}0{{{FNl{}{{FNb{c}}}}DbDb}{{I`{CLf}}}{AhGh}}{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}`{{{FNl{}{{FNb{c}}}}CLf}{{I`{G`}}}{AhGh}}{{{FNl{}{{FNb{c}}}}}Gb{AhGh}}`{{}Db}06666{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0::::::{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}`{{{FOj{}{{FNb{c}}{FOd{e}}{FOf{g}}{FOh{i}}}}{Ad{{Ml{BBn}}}}}Ad{AhGh}{{FNl{}{{FNb{c}}}}}{{FNd{}{{FNb{c}}}}}{}}{{{FNl{}{{FNb{c}}}}}Ob{AhGh}}{{{FNl{}{{FNb{c}}}}}Mf{AhGh}}0{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNd{}{{FNb{c}}}}Gd}Ad{AhGhFn}}{{{FNl{}{{FNb{c}}}}Ob}Ad{AhGh}}{{{FNd{}{{FNb{c}}}}}{{I`{Jl}}}{AhGhFn}}``{ce{}{}}0{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333{{{FNd{}{{FNb{c}}}}ObcFOlGfe}Ad{AhGhFn}FNj}{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}c}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{{FNl{}{{FNb{c}}}}{FNn{c}}}Ad{AhGh}}{{{FNl{}{{FNb{c}}}}}Gh{AhGh}}`{{{FNn{c}}}{{FNl{}{{FNb{c}}}}}{AhGh}}{Gd{{FNd{}{{FNb{c}}}}}{AhGhFn}}````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000::::::::::{cCj{}}000000000;;;;;;;;;;{{{FNd{}{{FNb{c}}}}}Ob{AhGhFn}}{{c{Cl{e}}}g{}{}{}}0000{GdGd}{HKfHKf}{HKhHKh}{HKjHKj}{FObFOb}{{ce}Ad{}{}}0000{ce{}{}}0000{{{FNd{}{{FNb{c}}}}}FOb{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{Lf{DbDb}}}{AhGhFn}}{Dbc{}}000000000{HKhHKj}{DbAd}0000{{GdGd}j}{{HKfHKf}j}{{HKhHKh}j}{{HKjHKj}j}{{ce}j{}{}}00{{GdDf}{{Il{AdAl}}}}{{HKfDf}{{Il{AdAl}}}}{{HKhDf}{{Il{AdAl}}}}{{HKjDf}{{Il{AdAl}}}}{{FObDf}{{Il{AdAl}}}}{cc{}}000000000{ce{}{}}0000{{{FNd{}{{FNb{c}}}}ceg}Ad{AhGhFn}FNj{{ABd{}{{Ch{{FOn{c}}}}}}}}{{}Db}00002222222222{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000666666666666666{Gdj}{{{FNd{}{{FNb{c}}}}Db}{{I`{Gd}}}{AhGhFn}}{{{FNd{}{{FNb{c}}}}}Db{AhGhFn}}{{{FNd{}{{FNb{c}}}}Gd}Ad{AhGhFn}}{{{FNd{}{{FNb{c}}}}}{{I`{Jl}}}{AhGhFn}};;;;;{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000>>>>>>>>>>{{{FNd{}{{FNb{c}}}}ObcFOlGfe}Ad{AhGhFn}FNj}{HKhHKh}{Gd{{FNd{}{{FNb{c}}}}}{AhGhFn}}```````{{cg}i{}{}{{An{e}}}{}}0{ce{}{}}000{cCj{}}0001111>>{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Db}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{GIfDb}Ad}{GIfGIf}{{{FOn{c}}}{{FOn{c}}}Dl}{{ce}Ad{}{}}0`66{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}Db{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{GIfDb}{{}{{FOn{c}}}{}}{Dbc{}}000{DbAd}0{{{FOn{c}}{FOn{c}}}jGh}{{GIfDf}{{Il{AdAl}}}}{{{FOn{c}}Df}{{Il{AdAl}}}Jj}`{cc{}}000??{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}Gd}g{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{GIfGd}}{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0444444{c{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}}{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{{}GIf}66{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999{{{FNj{}{{CNj{c}}{FNf{e}}{FNh{g}}}}c}Ad{GhDl}{}{{BIl{}{{Of{{Lf{{FAf{Db}}e}}}}}}}}{GIfAd}````````{{DAfDAf}DAf}{{cg}i{}{}{{An{e}}}{}}0{{DAhDAf}DAh}2{{DAhDAf}Ad}{{DAfDAf}Ad}{ce{}{}}000{cCj{}}000{DAfCDn}0{DAfMf}{DAfNl}2{DAfAf}215555{{c{Cl{e}}}g{}{}{}}0{{DAhDAf}{{I`{DAh}}}}{{DAfDAf}{{I`{DAf}}}}{{DAfM`}{{I`{DAf}}}}{{DAhDAh}{{I`{DAf}}}}132{DAhDAh}{DAfDAf}{{ce}Ad{}{}}0{{DAhDAh}Hd}{{DAfDAf}Hd}{{ce}Hd{}{}}0{ce{}{}}0{{}DAf}{Dbc{}}000{c{{Il{DAf}}}AD`}{{DAfM`}DAf}{{DAfM`}Ad}{{DAfDAf}Mf}{{DAfDAf}Nl}{{DAfMf}DAf}{{DAfNl}DAf}{DbAd}0{{DAhDAh}DAf}{DAhDAf}{{DAhDAh}j}{{DAfDAf}j}{{ce}j{}{}}00000{{DAhDf}{{Il{AdAl}}}}{{DAfDf}{{Il{AdAl}}}}{cc{}}{HKlDAh}{HKnDAf}222{AfDAf}000000{MfDAf}{NlDAf}{ce{}{}}03{{DAhc}AdGC`}{{DAfc}AdGC`}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0777777{DAfj}{{DAfM`}DAf}{{DAfM`}Ad}{{DAfMf}DAf}{{DAfNl}DAf}{{AfM`}DAf}{{}DAh}{{DAhDAh}{{I`{Hd}}}}{{DAfDAf}{{I`{Hd}}}}{{DAfDAf}DAf}{{DAhDAh}DAf}91{{DAfc}IlADd}{{DAhDAf}DAh}23{{DAhDAf}Ad}{{DAfDAf}Ad}{DAfM`}00{cDAf{{BIl{}{{Of{DAf}}}}}}0{ce{}{}}0{c{{Il{e}}}{}{}}000{Mf{{Il{DAfHL`}}}}{Nl{{Il{DAfHL`}}}}22{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}05555``````{{cg}i{}{}{{An{e}}}{}}06666{cCj{}}0007777{{c{Cl{e}}}g{}{}{}}0{HFdHFd}{HLbHLb}{{ce}Ad{}{}}0;;{Dbc{}}000{DbAd}0{{HFdHFd}j}{{HLbHLb}j}{{ce}j{}{}}00{{HFdDf}{{Il{AdAl}}}}{{HLbDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{HLbc}AdGC`}{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}066666666{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999````````````````{{cg}i{}{}{{An{e}}}{}}00::::::{cCj{}}00000;;;;;;555{CJn{{Jn{CK`}}}}`{{{GIb{ce}}}{{GIb{ce}}}GAjFOj}{{ce}Ad{}{}}>>>{{CMd{I`{CLd}}CKnCb}Ad}{{CMdCj{I`{CLd}}}Ad}{Dbc{}}00000{{CJnCK`}Ad}{{CK`c}Ad{{HLd{CJn}}}}{{CK`{Ml{c}}}Ad{{HLd{CJn}}}}{{CK`{Ml{c}}{Jn{{I`{CLd}}}}eg}Ad{}{{ABd{CK`c}}}{{ABd{c}{{Ch{CK`}}}}}}{{CJnCK`CKdCKf}Ad}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{{{GIb{ce}}CK`ecCKjCKdCKlCKn}AdGAjFOj}{DbAd}00{{}CK`}{{CK`CLd}{{I`{CK`}}}}{CMd{{Gj{c}}}{}}{{CK`Df}{{Il{AdAl}}}}{{CMdGl{I`{CLd}}}Ad}{{{GIb{ce}}g}{{GIb{ce}}}GAjFOjK`}{cc{}}{Gd{{GIb{ce}}}GAjFOj}11111{ce{}{}}00{{{GIb{ce}}g}{{GIb{ce}}}GAjFOj{{K`{CMn}}}}{{{GIb{ce}}Gb}{{GIb{ce}}}GAjFOj}{{{GIb{ce}}}{{I`{CLd}}}GAjFOj}{CJn{{I`{CLd}}}}`{{}Db}00555555{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00999999999{{CJnCK`cOd}CLjCKb}{{{GIb{ce}}CK`eOd}CLjGAjFOj}{{{GIb{ce}}g}{{GIb{ce}}}GAjFOj{{K`{Gf}}}}{{CJnCK`CKdCKlCKnc}CLlCKb}{c{{GIb{eg}}}{{K`{{Ad{Gd}}}}}GAjFOj}{cCK`{{HLf{CJn}}}}{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{CJnCK`CKdcCMd}AdCKb}`{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{CMdGn{I`{CLd}}CKnCLh}Ad}{{{GIb{ce}}CLd}AdGAjFOj}{{CJnCLd}Ad}{{{GIb{ce}}FJd}{{GIb{ce}}}GAjFOj}{CJn{{Ob{CMn}}}}{{{GIb{ce}}g}{{GIb{ce}}}GAjFOj{{K`{FOl}}}}{{{GIb{ce}}}{{Ob{CMn}}}GAjFOj}2{{{GIb{ce}}}CNbGAjFOj}{CJnCNb}`{{{GIb{ce}}g}{{GIb{ce}}}GAjFOjK`}{{{GIb{ce}}}CNdGAjFOj}{CJnCNd}``{{CMdGA`{I`{CLd}}}Ad}{ce{}{}}`{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{{GIb{ce}}Gh}{{GIb{ce}}}GAjFOj}{{{GIb{ce}}g}{{GIb{ce}}}GAjFOj{{K`{CMn}}}}````````````````{{cg}i{}{}{{An{e}}}{}}00666666{cCj{}}00000777777{{c{Cl{e}}}g{}{}{}}00888{{CMd{I`{CLd}}CKnCb}Ad}{{{HLh{c}}{I`{CLd}}CKnCb}Ad{}}{{{HLj{c}}{I`{CLd}}CKnCb}Ad{}}{{CMdCj{I`{CLd}}}Ad}{Dbc{}}00000{DbAd}00{{{HLh{c}}}{{Gj{{HLl{c}}}}}{}}{CMd{{Gj{c}}}{}}{{{Gj{c}}Df}{{Il{AdAl}}}Jj}{GlAd}`{{{HLh{c}}Gl{I`{CLd}}}Ad{}}{{{HLj{c}}Gl{I`{CLd}}}Ad{}}{{CMdGl{I`{CLd}}}Ad}{cc{}}00000{ce{}{}}00{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00444444444{Glj}{{{Ib{CMd}}g}{{`{{CMd{e}}}}}{}{}{{ABd{c}{{Ch{e}}}}}}{{GA`Db}Ad}{GA`Ad}0{CMd{{HLj{c}}}{}}{{CLde}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{GnGAb}Ad}`{{{HLh{c}}Gn{I`{CLd}}CKnCLh}Ad{}}{{{HLj{c}}Gn{I`{CLd}}CKnCLh}Ad{}}{{CMdGn{I`{CLd}}CKnCLh}Ad}6{{GnGAd}Ad}`{{{HLh{c}}GA`{I`{CLd}}}Ad{}}{{{HLj{c}}GA`{I`{CLd}}}Ad{}}{{CMdGA`{I`{CLd}}}Ad}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{GlAd}``{{cg}i{}{}{{An{e}}}{}}22{cCj{}}033{{c{Cl{e}}}g{}{}{}}{GAfGAf}{{ce}Ad{}{}}6{{{DAj{GAf}{{Ch{e}}}}}{{`{{CMd{c}}}}}{}{{CMd{c}}}}{{}GAf}{Dbc{}}0{DbAd}{{GAfGAf}j}{{ce}j{}{}}00{{}{{`{{CMd{CLd}}}}}}{{GAfDf}{{Il{AdAl}}}}{CLd{{`{{CMd{c}}}}}{}}>{{}{{`{{CMd{c}}}}}{}}0`{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555{Glj}6`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99{GlAd}`````{{cg}i{}{}{{An{e}}}{}}0;;;;{cCj{}}000<<<<77{GAbGAb}{GAdGAd}{{ce}Ad{}{}}0??{{}GAb}{{}GAd}{Dbc{}}000{DbAd}0{{GAbGAb}j}{{GAdGAd}j}{{GAbDf}{{Il{AdAl}}}}{{GAdDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{{CLdGAb}{{`{{CMd{c}}}}}{}}{{GnGAb}Ad}{{CLdGAd}{{`{{CMd{c}}}}}{}}{{GnGAd}Ad}99{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0<<<<`````{{CLdDb}{{`{{CMd{c}}}}}{}}{{GA`Db}Ad}{CLd{{`{{CMd{c}}}}}{}}{GA`Ad}1010```````````{{cg}i{}{}{{An{e}}}{}}000{{{GAj{}{{GAh{c}}}}c}Cb{FnDl}}{ce{}{}}0000000{cCj{}}000000011111111????{FJdFJd}{GfGf}{CbCb}{{ce}Ad{}{}}00`5555{{}FJd}{{}Gf}{{}{{GAl{c}}}{FnFNl}}{{}Cb}{Dbc{}}0000000{{cCKjCKdGAlCbCKn}AdFOj}{DbAd}000{{FJdFJd}j}{{GfGf}j}{{ce}j{}{}}00{{FJdDf}{{Il{AdAl}}}}{{GfDf}{{Il{AdAl}}}}{{{GAl{c}}Df}{{Il{AdAl}}}{JjFNl}}{{CbDf}{{Il{AdAl}}}}{cc{}}0{MfGf}{FOlGf}222222{ce{}{}}000{{FJdc}AdGC`}{{Gfc}AdGC`}{{}Db}00033333333{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000777777777777{{GAlcOdCMnCMnGdGf{I`{FOl}}I`GbGhFJd}CLjFOj}{{GfFOl}FOl}999{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000<<<<<<<<`````{{cg}i{}{}{{An{e}}}{}}0===={cCj{}}000>>>>77`{CNdCNd}{{ce}Ad{}{}}{{CNdCNd}Hd}{{ce}Hd{}{}}{ce{}{}}0{Dbc{}}000{{{Jn{CK`}}{Ml{c}}egi}Ad{}{{ABd{CK`c}}}{{ABd{Db}{{Ch{j}}}}}{{ABd{c}{{Ch{CK`}}}}}}{CNbc{}}0{DbAd}0{{CNdCNd}j}{{ce}j{}{}}00{{CNbDf}{{Il{AdAl}}}}{{CNdDf}{{Il{AdAl}}}}{cc{}}00099{{CNdc}AdGC`}`{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0??????{cCNb{}}{{}CNd}{{CNdCNd}{{I`{Hd}}}}`1`{ce{}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333`````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000004444444444444444{cCj{}}000000000000000555555555555555599999999{DlDl}{GMjGMj}{HLnHLn}{GMbGMb}{GMdGMd}{HEnHEn}{HIbHIb}{GMfGMf}{{ce}Ad{}{}}0000000{{HIbHIb}Hd}{{ce}Hd{}{}}{ce{}{}}0000000`{{}GMj}{{}GMb}{{}HEn}{Dbc{}}000000000000000{DbAd}0000000{{HLnHLn}j}{{GMbGMb}j}{{GMdGMd}j}{{HEnHEn}j}{{HIbHIb}j}{{ce}j{}{}}00000000`{{DlDf}{{Il{AdAl}}}}{{GMjDf}{{Il{AdAl}}}}{{HLnDf}{{Il{AdAl}}}}{{GMbDf}{{Il{AdAl}}}}{{GMdDf}{{Il{AdAl}}}}{{HEnDf}{{Il{AdAl}}}}{{HIbDf}{{Il{AdAl}}}}{{GMfDf}{{Il{AdAl}}}}{cc{}}000000000000000{ce{}{}}0000000``{{}Db}00000001111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}00000005555555555555555{Dl{{Lf{{Jn{BBn}}{Ob{M`}}}}}}66666666```{{HIbHIb}{{I`{Hd}}}}``````77777777`{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}0000000::::::::::::::::```````````{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<7<{Dbc{}}0{DbAd}{{DnDf}{{Il{AdAl}}}}0{cc{}}0{{{Jn{BBn}}M`M`}{{Il{DlDn}}}}{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}::```````{{cg}i{}{}{{An{e}}}{}}`;;{cCj{}}0<<7{HM`HM`}{{ce}Ad{}{}}>`{{}HM`}{Dbc{}}0{DbAd}{{HM`HM`}j}{{ce}j{}{}}00`{{HM`Df}{{Il{AdAl}}}}{cc{}}0{ce{}{}}`{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555````````5`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88``{CNhCKn}{{{Jn{CKn}}Mf{Ob{M`}}}{{Jn{CKn}}}}{{{Ml{{DA`{c}}}}{Ml{{DA`{c}}}}}{{Jn{CKn}}}CNh}```````{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000`{e{{Mh{c}}}{}{{Oh{}{{Of{{Mh{c}}}}}}}}>>>>{e{{DAd{{Ib{DAb}}}}}{}{{DAb{}{{Of{c}}}}Fd}}{{{HDl{cge}}CLnCMb}AdKnCJd{{DEn{e}{{Cd{HMb}}}}DFlCJdDl}};;{ce{}{}}0{Dbc{}}000{DbAd}0{{Kne}c{}{{Bb{}{{Ch{c}}}}}}{{{HDl{cge}}k}iKnCJd{{DEn{e}{{Cd{HMb}}}}DFlCJdDl}{}{{Bb{}{{Ch{i}}}}}}``{{{Mh{c}}Df}{{Il{AdAl}}}{}}{{{HDl{ceg}}Df}{{Il{AdAl}}}JjJjJj}{cc{}}000{e{{Mh{c}}}{}{{EMh{}{{Ch{c}}}}}}88{{}Db}09999{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0===={{{Mh{c}}}{{Jn{{Ib{EMh}}}}}{}}>>`{{{Mh{c}}g}{{Mh{e}}}{}{}{{ABd{c}{{Ch{e}}}}CJdDl}}{{}{{Il{KnAn}}}}{{cg}{{HDl{cge}}}KnCJd{{DEn{e}{{Cd{HMb}}}}DFlCJdDl}}{{}{{Mh{c}}}{}}{{{HDl{cge}}{DAd{{Ib{DAb}}}}}AdKnCJd{{DEn{e}{{Cd{HMb}}}}DFlCJdDl}}{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}{{{HDl{cge}}{DAd{{Ib{Oj}}}}}AdKnCJd{{DEn{e}{{Cd{HMb}}}}DFlCJdDl}}`{{{HDl{cge}}i}AdKnCJd{{DEn{e}{{Cd{HMb}}}}DFlCJdDl}{{Oh{}{{Of{{Ib{EMh}}}}}}}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{{Mh{c}}e}{{Mh{{Lf{ec}}}}}{}{AjDlFdNd}}``````````{DAf{{Mh{DAh}}}}`{{cg}i{}{}{{An{e}}}{}}33{cCj{}}044{{c{Cl{e}}}g{}{}{}}5{Dbc{}}0{DbAd}{{HMdDf}{{Il{AdAl}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8==={{}{{Il{HMdAn}}}}{{HMdc}Ad{{Oj{}{{Ch{Ad}}}}Fd}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{}{{Mh{CLn}}}}{{{DAj{CLnCMb}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`{{Kne}c{}{{Bb{}{{Ch{c}}}}}}{{}{{Il{KnAn}}}}{{Knc}Ad{{Oj{}{{Ch{Ad}}}}CJd}}`````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{OjAd}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}`{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{OjOj}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}``{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}`{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}``{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}`{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}`{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}`{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}``{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}{DNf{{DNh{DNf}}}}`{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}`{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}`{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````{{cg}i{}{}{{An{e}}}{}}000000{ce{}{}}0000000000000{cCj{}}000000000000011111111111111{{c{Cl{e}}}g{}{}{}}000000{Db{{Lf{{EDl{c}}{EDn{c}}}}}{}}{{{EDl{c}}}{{EDl{c}}}{}}{{{EE`{c}}}{{EE`{c}}}{}}{HMbHMb}{{{HMf{c}}}{{HMf{c}}}Dl}{{ce}Ad{}{}}000{{{EDn{c}}}Ad{}}{{{EEb{c}}}Ad{}}{{{EDl{c}}}Ad{}}{{{EE`{c}}}Ad{}}<<<<<<<{Dbc{}}000000000000021{DbAd}00504000{{HMbHMb}j}{{{HMf{c}}{HMf{c}}}jGh}{{ce}j{}{}}00000{{{EDl{c}}Df}{{Il{AdAl}}}{}}{{{EE`{c}}Df}{{Il{AdAl}}}{}}{{{EDn{c}}Df}{{Il{AdAl}}}{}}{{{EEb{c}}Df}{{Il{AdAl}}}{}}{{HMhDf}{{Il{AdAl}}}}0{{HMbDf}{{Il{AdAl}}}}0{{{HMf{c}}Df}{{Il{AdAl}}}{}}0{cc{}}0000000000000{ce{}{}}000000{{{EDl{c}}e}Ad{}GC`}{{{EE`{c}}e}Ad{}GC`}{{}Db}00000033333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}00000077777777777777{{{HMf{c}}}c{}}{{{HMf{c}}}HMb{}}9999999{{{EDl{c}}}j{}}{{{EE`{c}}}j{}}{{{EDl{c}}{EDn{c}}}j{}}{{{EE`{c}}{EEb{c}}}j{}}{HMbj}{{{HMf{c}}}j{}}410{{{EDn{c}}}j{}}{{{EEb{c}}}j{}}{{{EE`{c}}}Db{}}{{{DAd{{EDl{c}}}}DLb}{{DLd{{Il{Ad}}}}}{}}{{{DAd{{EE`{c}}}}DLb}{{DLd{{Il{Ad}}}}}{}}0100{{{DAd{{EDn{c}}}}DLb}{{DLd{{I`{c}}}}}{}}{{{DAd{{EEb{c}}}}DLb}{{DLd{{I`{c}}}}}{}}{{{EDl{c}}DLb}{{DLd{{Il{AdHMb}}}}}{}}433{{{EE`{c}}DLb}{{DLd{{Il{AdHMb}}}}}{}}{{{EDl{c}}{EDl{c}}}j{}}{{{EE`{c}}{EE`{c}}}j{}}{{{EDn{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EEb{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EDl{c}}c}{{Il{AdHMb}}}{}}{{{DAd{{EDl{c}}}}c}{{Il{Ad}}}{}}{{{DAd{{EE`{c}}}}c}{{Il{Ad}}}{}}0{{{EE`{c}}c}{{Il{AdHMb}}}{}}{ce{}{}}000{cAB`{}}00{cJl{}}00{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{{{EDn{c}}}{{Il{{I`{c}}HMh}}}{}}{{{EEb{c}}}{{Il{{I`{c}}HMh}}}{}}{{{DAd{c}}DLb}{{DLd{{I`{Il}}}}}{}}0{{{EDl{c}}c}{{Il{Ad{HMf{c}}}}}{}}{cJ`{}}00000099999999999999{{}{{Lf{{EE`{c}}{EEb{c}}}}}{}}{{{EE`{c}}c}{{Il{Ad{HMf{c}}}}}{}}````{{cg}i{}{}{{An{e}}}{}}000<<<<<<<<{cCj{}}0000000========{{c{Cl{e}}}g{}{}{}}000{{{EEd{c}}}{{HMj{c}}}{}}{{}{{Lf{{EEd{c}}{EEf{c}}}}}{}}{HMlHMl}{{ce}Ad{}{}}{{{EEf{c}}}Ad{}}{ce{}{}}000{Dbc{}}00000002{DbAd}0{{{EEd{c}}}Ad{}}11{{HMlHMl}j}{{ce}j{}{}}00{{{EEf{c}}Df}{{Il{AdAl}}}{}}{{{EEd{c}}Df}{{Il{AdAl}}}{}}{{{HMj{c}}Df}{{Il{AdAl}}}Jj}{{HMlDf}{{Il{AdAl}}}}0{cc{}}0000000::::{{}Db}000;;;;;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000????????{c{}{}}0{ce{}{}}000{{{EEd{c}}}j{}}{{{EEd{c}}{EEf{c}}}j{}}{{{EEf{c}}}j{}}{{{DAd{{EEf{c}}}}DLb}{{DLd{{Il{cHMl}}}}}{}}{{{DAd{{HMj{c}}}}DLb}{{DLd{Ad}}}{}}{{{EEd{c}}DLb}{{DLd{Ad}}}{}}{{{EEd{c}}c}{{Il{Adc}}}{}}7{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{{{DAd{c}}DLb}DLd{}}{{{EEf{c}}}{{Il{{I`{c}}HMl}}}{}}{cJ`{}}000>>>>>>>>```````{{cg}i{}{}{{An{e}}}{}}000000{{HMnc}HMn{{ABd{Db}}FdNd}}{ce{}{}}0000000000000{cCj{}}00000000000002{c{}Oj}{c{{EEh{c}}}{DAbDFl}}33333333333333{{}HMn}{{c{Cl{e}}}g{}{}{}}000000{c{{HN`{e}}}{}{}}{HNbHNb}{HNdHNd}{{ce}Ad{}{}}09999999{HMn{{Il{HNbAn}}}}6{{}HNf}{Dbc{}}00000{{{EEh{c}}}{}{DAbDFl}}111111110{HNbAd}{DbAd}0{EEjAd}11111{{}{{Il{EEjEEl}}}}{{HNbDf}{{Il{AdAl}}}}{{HMnDf}{{Il{AdAl}}}}{{EEjDf}{{Il{AdAl}}}}{{EElDf}{{Il{AdAl}}}}0{{HNfDf}{{Il{AdAl}}}}{{HNdDf}{{Il{AdAl}}}}{{{EEh{c}}Df}{{Il{AdAl}}}{JjDAbDFl}}{cc{}}0000000000000{ce{}{}}000000{{}Db}00000011111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}00000055555555555555{{{EEh{c}}}c{DAbDFl}}66666666{{HMnc}HMn{{K`{Jl}}}}{{}{{Il{HNbAn}}}}0{{}HMn}{{}HNf}{{{EEh{c}}}I`{DAbDFl}}{c{{HNh{e}}}{}{}}{c{{HNj{e}}}{}{}}10{{HMnDb}HMn}{HNfAd}{{HNfc}{}Oj}1{{{EEh{c}}}{{Lf{Db{I`{Db}}}}}{DAbDFl}}{{HNbc}Ad{{Oj{}{{Ch{Ad}}}}Fd}}{{HNd{ELh{Ad}}}{{Il{AdELb}}}}{{HNb{ELl{Ad}}}{{Il{AdELb}}}}{{HNd{ELl{Ad}}}{{Il{AdELb}}}}{{HNb{ELl{Ad}}}Ad}4{HNfHNd}9{HNd{{Il{AdELb}}}}0{c{{HNl{e}}}{}{}}{ce{}{}}0{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{HNfj}{cJ`{}}00000066666666666666`````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000000000000000000000000{{DLhDb}Ad}{{DLnDb}Ad}{{{Ml{DLh}}Db}Ad}{{{Ml{DLn}}Db}Ad};;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{cCj{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{{{HNn{c}}}{{Ml{BBn}}}{{BFj{{Ml{BBn}}}}}}{{{HNn{c}}}{{Ml{BBn}}}{{Gf{{Ml{BBn}}}}}}>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>{{{HO`{c}}}{{Ml{BBn}}}DD`}{{{HOb{c}}}{{Ml{BBn}}}DLf}{{{HOd{c}}}{{Ml{BBn}}}DLf}{{c{Cl{e}}}g{}{}{}}00000000000000000000000000000000000000{An{{I`{CF`}}}}{{DClc}{{DCn{DClc}}}DD`}{HOfHOf}{DLnDLn}{DLlDLl}{{{HOh{c}}}{{HOh{c}}}Dl}{{{HOj{c}}}{{HOj{c}}}Dl}{{ce}Ad{}{}}0000{DDf{{DDh{DDf}}}}{{HOfHOf}Hd}{{{HOh{c}}{HOh{c}}}HdHOl}{{ce}Hd{}{}}0{ce{}{}}00000000000000000000000000000000000000{{{DAd{DDn}}Db}Ad}{{{DAd{EFf}}Db}Ad}{{{DAd{{HOh{c}}}}Db}AdFFf}{{{HOh{c}}Db}AdFFf}{{{DAd{{HO`{c}}}}Db}AdDD`}{{{DAd{{HOb{c}}}}Db}AdDDn}{{{DAd{{DCn{ce}}}}Db}AdDDnDDn}{{{DAd{{HOj{c}}}}Db}Ad{{Gf{{Ml{BBn}}}}DFl}}{{{DAd{{Ef{c}}}}Db}AdDDn}{{DE`Db}Ad}{{ce}{{EEn{ce}}}DD`{DLfDFlALh}}{{ce}{{EF`{ce}}}DDn{DLfDFlALh}}{{ce}{{Lf{{EFb{ce}}EFd}}}DDn{DLfDFlALh}}{{}{{HOj{c}}}Fn}{Dbc{}}0{DLh{{Ml{BBn}}}}111111{DLn{{Ml{BBn}}}}22222222222222222222222222222222212222222222222222222222222222222222222{AnGd}{An{{Il{cAn}}}{CF`FdNd}}{DbAd}00000000000000000000000000000000000000{{}EFf}{{{HNn{c}}}Db{{Gf{{Ml{BBn}}}}}}{{HOfHOf}j}{{DLlDLl}j}{{{HOh{c}}{HOh{c}}}jGh}{{ce}j{}{}}00000000{DE`{{DFb{DE`}}}}{{{HOh{c}}}{{Il{{Ml{BBn}}An}}}FFf}{DDf{{DGj{DDf}}}}{{{HOh{c}}}{{Il{AdAn}}}FGn}{{AnDf}{{Il{AdAl}}}}0{{DLhDf}{{Il{AdAl}}}}{{EFfDf}{{Il{AdAl}}}}{{EFhDf}{{Il{AdAl}}}}{{EFjDf}{{Il{AdAl}}}}{{{HOn{c}}Df}{{Il{AdAl}}}{}}0{{HOfDf}{{Il{AdAl}}}}0{{DLnDf}{{Il{AdAl}}}}{{DLlDf}{{Il{AdAl}}}}{{{HOh{c}}Df}{{Il{AdAl}}}Jj}{{{HO`{c}}Df}{{Il{AdAl}}}Jj}{{{I`{c}}Df}{{Il{AdAl}}}Jj}{{{HOb{c}}Df}{{Il{AdAl}}}Jj}{{{HOd{c}}Df}{{Il{AdAl}}}{JjDLf}}{{{DCn{ce}}Df}{{Il{AdAl}}}JjJj}{{{DDh{c}}Df}{{Il{AdAl}}}{JjALh}}{{{EEn{ce}}Df}{{Il{AdAl}}}Jj{JjALh}}{{{EF`{ce}}Df}{{Il{AdAl}}}Jj{JjALh}}{{{EFb{ce}}Df}{{Il{AdAl}}}Jj{JjALh}}{{{HOj{c}}Df}{{Il{AdAl}}}Jj}{{{DFb{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DGj{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DIj{ce}}Df}{{Il{AdAl}}}JjJj}{{{DJb{c}}Df}{{Il{AdAl}}}Jj}{{{DM`{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DMl{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DMb{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DMd{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DMf{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DMh{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DMj{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DNh{c}}Df}{{Il{AdAl}}}{JjALh}}{{{E`{c}}Df}{{Il{AdAl}}}Jj}{{{Eb{c}}Df}{{Il{AdAl}}}Jj}{{{Ef{c}}Df}{{Il{AdAl}}}Jj}{{{HNn{c}}Df}{{Il{AdAl}}}Jj}{{{EDd{c}}Df}{{Il{AdAl}}}{JjALh}}{{{EDh{c}}Df}{{Il{AdAl}}}{JjALh}}{{{EDf{c}}Df}{{Il{AdAl}}}{JjALh}}{IbAn}{IdAn}{IfAn}{IhAn}{IjAn}{cc{}}{{{Il{c}}}An{}}{HOfAn}{InAn}{IA`An}{IAbAn}{IAdAn}{IAfAn}{IAhAn}{IAjAn}{IAlAn}{IAnAn}{IB`An}{{{IBb{c}}}An{}}{{{AAd{An}}}An}{IBdAn}?????????????????????????????????????????????????????????????????????????????{CEhAn}{ce{}{}}00000000000000000000000000000000000000{An{{I`{CF`}}}}{{{HOh{c}}}c{}}{{{HO`{c}}}cDD`}{{{HOb{c}}}cDLf}{{{DCn{ce}}}{{Lf{ce}}}DD`DD`}{{{HOj{c}}}c{}}{{{Ef{c}}}cDD`}{{{HNn{c}}}c{{Gf{{Ml{BBn}}}}}}{{{DAd{{HO`{c}}}}}{{DAd{c}}}DD`}{{{DAd{{HOb{c}}}}}{{DAd{c}}}DLf}{{{DAd{{DCn{ce}}}}}{{Lf{{DAd{c}}{DAd{e}}}}}DD`DD`}{{{DAd{{Ef{c}}}}}{{DAd{c}}}DD`};:98{{{HOd{c}}}cDLf}8765{{HOfc}AdGC`}{{{HOh{c}}e}AdAjGC`}{{}Db}00000000000000000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000000000000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000000000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000000000000000000000444444444444444444444444444444444444444444444444444444444444444444444444444444{c{}{}}00000000000000000{An{{I`{{Ib{CF`}}}}}}{{{HOh{c}}}c{}}{{{HO`{c}}}cDD`}{{{HOb{c}}}cDLf}{{{DCn{ce}}}{{Lf{ce}}}DD`DD`}{{{HOj{c}}}c{}}{{{Ef{c}}}cDD`}{{{HNn{c}}}c{{Gf{{Ml{BBn}}}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>{{{E`{c}}{Eb{c}}}j{}}{{{Eb{c}}{E`{c}}}j{}}{AnHOf}{{}An}{{{Ef{c}}}AfDD`}{DE`{{DJb{DE`}}}}{{HOfc}An{{K`{{Ib{CF`}}}}}}{{{Ml{BBn}}}DLh}{{{Ml{BBn}}}DLn}{c{{HOh{c}}}{}}{c{{HO`{c}}}DD`}{c{{HOb{c}}}DLf}{c{{HOd{c}}}DLf}{c{{HOj{c}}}{}}{c{{HNn{c}}}{{Gf{{Ml{BBn}}}}}}{cAn{{K`{{Ib{CF`}}}}}}{{HOfHOf}{{I`{Hd}}}}{{{HOh{c}}{HOh{c}}}{{I`{Hd}}}BE`}{{{DAd{{I`{c}}}}DLb}DLd{DD`DLj}}{{{DAd{{DDh{c}}}}DLb}DLd{DLfDFlALh}}{{{DAd{{EEn{ce}}}}DLb}DLdDD`{DLfDFlALh}}{{{DAd{{EF`{ce}}}}DLb}DLdDDn{DLfDFlALh}}{{{DAd{{EFb{ce}}}}DLb}DLdDDn{DLfDFl}}{{{DAd{{DFb{c}}}}DLb}DLd{DDnDFlALh}}{{{DAd{{DGj{c}}}}DLb}DLd{DLfDFlALh}}{{{DAd{{DM`{c}}}}DLb}DLd{DD`DFlALh}}{{{DAd{{DMl{c}}}}DLb}DLd{DD`DFlALh}}{{{DAd{{DMb{c}}}}DLb}DLd{DD`DFlALh}}{{{DAd{{DMd{c}}}}DLb}DLd{DDnDFlALh}}{{{DAd{{DMf{c}}}}DLb}DLd{DD`DFlALh}}{{{DAd{{DMh{c}}}}DLb}DLd{DD`DFlALh}}{{{DAd{{DMj{c}}}}DLb}DLd{DDnDFlALh}}{{{DAd{{DNh{c}}}}DLb}DLd{DLjDFlALh}}{{{DAd{{EDd{c}}}}DLb}DLd{DLfDFlALh}}{{{DAd{{EDh{c}}}}DLb}DLd{DLfDFlALh}}{{{DAd{{EDf{c}}}}DLb}{{DLd{{Il{AdAn}}}}}{DLfDFlALh}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{EFj}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{{HOh{c}}}}DLb}{{DLd{{Il{AdAn}}}}}FGn}{{{DAd{{HO`{c}}}}DLb}{{DLd{{Il{AdAn}}}}}DLf}{{{DAd{{HOb{c}}}}DLb}{{DLd{{Il{AdAn}}}}}DLf}{{{DAd{{HOd{c}}}}DLb}{{DLd{{Il{AdAn}}}}}DLf}{{{DAd{{HOj{{Ml{BBn}}}}}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{{HOj{{Jn{BBn}}}}}}DLb}{{DLd{{Il{AdAn}}}}}}0{{{DAd{{HOj{{Ib{{Ml{BBn}}}}}}}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{{DIj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}DLf{{Gf{{Ml{BBn}}}}}}{{{DAd{{Eb{c}}}}DLb}{{DLd{{Il{AdAn}}}}}DLf}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}{{{DAd{EFf}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}{{{DAd{{HOh{c}}}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}FFf}{{{DAd{{HO`{c}}}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}DD`}{{{DAd{{HOb{c}}}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}DDn}{{{DAd{{DCn{ce}}}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}DDnDDn}{{{DAd{{HOj{c}}}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}{{Gf{{Ml{BBn}}}}DFl}}{{{DAd{{Ef{c}}}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}DDn}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{EFj}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{{HOh{c}}}}DLb}{{DLd{{Il{AdAn}}}}}FGn}{{{DAd{{HO`{c}}}}DLb}{{DLd{{Il{AdAn}}}}}DLf}{{{DAd{{HOb{c}}}}DLb}{{DLd{{Il{AdAn}}}}}DLf}{{{DAd{{HOd{c}}}}DLb}{{DLd{{Il{AdAn}}}}}DLf}{{{DAd{{HOj{{Jn{BBn}}}}}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{{HOj{{Ib{{Ml{BBn}}}}}}}}DLb}{{DLd{{Il{AdAn}}}}}}1{{{DAd{{HOj{{Ml{BBn}}}}}}DLb}{{DLd{{Il{AdAn}}}}}}{{{DAd{{DIj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}DLf{{Gf{{Ml{BBn}}}}}}{{{DAd{{Eb{c}}}}DLb}{{DLd{{Il{AdAn}}}}}DLf}{{{DAd{{DJb{c}}}}DLb}{{DLd{I`}}}DDn}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{EFf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{EFh}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{{HOh{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}FEj}{{{DAd{{HO`{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DD`}{{{DAd{{HOb{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DD`}{{{DAd{{DCn{ce}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DD`DD`}{{{DAd{{HOj{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}{{Gf{{Ml{BBn}}}}DFl}}{{{DAd{{E`{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DD`}{{{DAd{{Ef{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DD`}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{EFh}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{{HOh{c}}}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}FEj}{{{DAd{{HO`{c}}}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}DD`}{{{DAd{{HOb{c}}}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}DD`}{{{DAd{{DCn{ce}}}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}DD`DD`}{{{DAd{{HOj{c}}}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}{{Gf{{Ml{BBn}}}}DFl}}{{{DAd{{E`{c}}}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}DD`}{{{DAd{{DIj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}DLf{{Gf{{Ml{BBn}}}}}}{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{{DAd{{HOh{c}}}}DLbDLl}{{DLd{{Il{AfAn}}}}}FFh}{{{DAd{{HO`{c}}}}DLbDLl}{{DLd{{Il{AfAn}}}}}{DD`DLj}}{{{DAd{{HOb{c}}}}DLbDLl}{{DLd{{Il{AfAn}}}}}{DLfDLj}}{{{DAd{{HOj{c}}}}DLbDLl}{{DLd{{Il{AfAn}}}}}{{Gf{{Ml{BBn}}}}DFl}}{{{DAd{{HO`{c}}}}DLbFId}{{DLd{{Il{AdAn}}}}}{DD`DLj}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{EFj}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{{HOh{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}FGn}{{{DAd{{HO`{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DLf}{{{DAd{{HOb{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DLf}{{{DAd{{HOd{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DLf}{{{DAd{{HOj{{Ml{BBn}}}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{{HOj{{Jn{BBn}}}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}0{{{DAd{{HOj{{Ib{{Ml{BBn}}}}}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{{Eb{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DLf}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{EFj}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{{HOh{c}}}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}FGn}{{{DAd{{HO`{c}}}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}DLf}{{{DAd{{HOb{c}}}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}DLf}{{{DAd{{HOd{c}}}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}DLf}{{{DAd{{HOj{{Ml{BBn}}}}}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{{HOj{{Ib{{Ml{BBn}}}}}}}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{{HOj{{Jn{BBn}}}}}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}0{{{DAd{{Eb{c}}}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}DLf}{{{HOj{c}}}Af{}}{An{{I`{CEh}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{{HOh{c}}{Ml{BBn}}}{{Il{DbAn}}}FEj}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{{HOh{c}}{Ml{BBn}}}{{Il{AdAn}}}FEj}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{cAf}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}:{{c{Ml{Mf}}}{{Il{AdAn}}}{}}>1{{cIBf}{{Il{AdAn}}}{}}9{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}};{{cBBn}{{Il{AdAn}}}{}}8{{cAf}{{Il{AdAn}}}{}}:{{cCEh}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{{HOh{c}}{Jn{BBn}}}{{Il{DbAn}}}FEj}{{DClJl}{{DMh{DCl}}}}{{{HOh{c}}Jl}{{Il{DbAn}}}FEj}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{{{HOh{c}}{Ml{DLh}}}{{Il{DbAn}}}FEj}{BBnEFh}{{{E`{c}}{Eb{c}}}{{Il{c{HOn{c}}}}}DFl}{{{Eb{c}}{E`{c}}}{{Il{c{HOn{c}}}}}DFl}{{DNfDLl}{{DNh{DNf}}}}{{{HOh{c}}DLl}{{Il{AfAn}}}FFh}{{{DAd{{HO`{c}}}}FId}{{I`{c}}}{DD`DLj}}{{{HNn{c}}e}Ad{{Gf{{Ml{BBn}}}}}{{ANb{Db}}}}{{{Ef{c}}Af}AdDD`}{{{HOj{c}}Af}Ad{}}{{}EFj}{An{{I`{CF`}}}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{HNn{c}}}Db{{Gf{{Ml{BBn}}}}}}{{{DAd{{DIj{ce}}}}e}{{Il{Ad}}}DLf{{Gf{{Ml{BBn}}}}}}{DNf{{DNh{DNf}}}}{{DClAf}{{Ef{DCl}}}}{ce{}{}}0000{cAB`{}}00{cJl{}}00{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000000000000000000000000{{{DAd{c}}DLb}DLd{}}00000000000000000{{{DAd{c}}DLb}{{DLd{{I`{Il}}}}}{}}{cJ`{}}00000000000000000000000000000000000000777777777777777777777777777777777777777777777777777777777777777777777777777777{{Dbc}{{HO`{c}}}DD`}{{Dbc}{{HOb{c}}}DLf}{{Dbc}{{HOd{c}}}DLf}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{{HOh{c}}{Ml{BBn}}}{{Il{DbAn}}}FGn}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{{HOh{c}}{Ml{BBn}}}{{Il{AdAn}}}FGn}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{cAf}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}1{{cFId}{{Il{AdAn}}}{}}5{{cADh}{{Il{AdAn}}}{}}:24578>{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}};=>?{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{cAf}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{{HOh{c}}IBl}{{Il{AdAn}}}FGn}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{{HOh{c}}{Ml{DLn}}}{{Il{DbAn}}}FGn}``````{{cg}i{}{}{{An{e}}}{}}00000{ce{}{}}00000000000{cCj{}}00000000000111111111111{{c{Cl{e}}}g{}{}{}}00000222222{{}{{IBn{c}}}Fn}{Dbc{}}00{{{IC`{c}}}cALh}11{{{ICb{c}}}cALh}2{{{ICd{ce}}}eALhALh}332331330{DbAd}{{{ICf{c}}}AdALh}1{{{IC`{c}}}AdALh}22{{{ICh{c}}}AdALh}{{{ICb{c}}}AdALh}44{{{ICd{ce}}}AdALhALh}{{{IBn{c}}Df}{{Il{AdAl}}}ALh}{{{ICf{c}}Df}{{Il{AdAl}}}ALh}{{{IC`{c}}Df}{{Il{AdAl}}}{JjALh}}{{{ICh{c}}Df}{{Il{AdAl}}}ALh}{{{ICb{c}}Df}{{Il{AdAl}}}{JjALh}}{{{ICd{ce}}Df}{{Il{AdAl}}}ALh{JjALh}}{Nnc{}}{c{{IBn{c}}}{}}{cc{}}00000000000{ce{}{}}00000{{{IBn{c}}}cALh}{{}Db}00000222222222222{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000666666666666{c{}{}}0{{{IBn{c}}}c{}}888888{{{ICf{c}}}jALh}{{{ICh{c}}}jALh}{{{IBn{c}}}{{ICh{c}}}ALh}{{{Id{{IBn{c}}}}}{{ICf{c}}}ALh}{{{ICb{c}}g}{{ICd{ce}}}ALhALh{{Bb{c}{{Ch{e}}}}}}{{{ICd{ce}}i}{{ICd{cg}}}ALhALhALh{{Bb{e}{{Ch{g}}}}}}{c{{IBn{c}}}{}}{{{DAd{{ICf{c}}}}DLb}DLdALh}{{{DAd{{ICh{c}}}}DLb}DLdALh}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{{{IBn{c}}}{{I`{{ICb{c}}}}}ALh}{{{Id{{IBn{c}}}}}{{I`{{IC`{c}}}}}ALh}{cJ`{}}00000{ce{}{}}00000000000``````````````````````````{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DBl{{DAd{{Ib{Oj}}}}}}{DAl{{DAd{{Ib{DAb}}}}}}10{{DBnDb}{{DC`{DBnc}}}{}}{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{DBl{{DCf{DBl}}}}{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DClc}{{DCn{DClc}}}DD`}{{DAlDb}{{DDb{DAl}}}}{DBn{{DDd{DBnc}}}{}}{DDf{{DDh{DDf}}}}{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{DAl{{DDl{DAl}}}}{{{DAd{DDn}}Db}Ad}{{DE`Db}Ad}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{DAl{{DEf{DAl}}}}{DB`{{DEh{DB`c}}}{}}{DBf{{DEj{DBfc}}}{}}{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DE`{{DFb{DE`}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DBl{{DFn{DBl}}}}{DAl{{DG`{DAl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{DBn{{DGh{DBnc}}}{}}{DDf{{DGj{DDf}}}}{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DBl{{DHd{DBl}}}}{DAl{{DHf{DAl}}}}`{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{DBf{{DId{DBf}}}}{DB`{{DIf{DB`}}}}{DAl{{DIh{DAl}}}}{DDf{{DIj{DDfc}}}{{Gf{{Ml{BBn}}}}}}{DBl{{DIl{DBl}}}}{DBf{{DIn{DBf}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{DE`{{DJb{DE`}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBl{{DKd{DBl}}}}{DAl{{DKf{DAl}}}}{DBl{{I`{c}}}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{DL`{DAl}}}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DLf}}DLb}{{DLd{{Il{AdAn}}}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{DDn}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}}321{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{DD`}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DD`}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}}75{{{DAd{DLj}}DLbDLl}{{DLd{{Il{AfAn}}}}}}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{DLf}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}}{{{DAd{DLf}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}}{{DCl{Ml{BBn}}}{{DM`{DCl}}}}{{DCl{Ml{BBn}}}{{DMb{DCl}}}}{{DE`Jl}{{DMd{DE`}}}}{{DCl{Jn{BBn}}}{{DMf{DCl}}}}{{DClJl}{{DMh{DCl}}}}{{DE`BBn{Jn{BBn}}}{{DMj{DE`}}}}{{DCl{Ml{DLh}}}{{DMl{DCl}}}}{{DAlDb}{{DMn{DAl}}}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DNfDLl}{{DNh{DNf}}}}{DAl{{DNj{DAl}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBl{{DOb{DBl}}}}`{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{DCl{{Lf{{E`{DCl}}{Eb{DCl}}}}}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{DBnc}{{Il{Ade}}}{}{}}`{DNf{{DNh{DNf}}}}{{DAlDb}{{Ed{DAl}}}}{{DClAf}{{Ef{DCl}}}}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DB`{{EBb{DB`c}}}{}}{DBf{{EBd{DBf}}}}{DB`{{EBf{DB`}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}{DBf{{EC`{DBf}}}}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}{{DDf{Ml{BBn}}}{{EDd{DDf}}}}{{DDf{Ml{BBn}}}{{EDf{DDf}}}}{{DDf{Ml{DLn}}}{{EDh{DDf}}}}{{DAlc}{{EDj{DAlc}}}DAb}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFl{c}}EFd}}}Oj}{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000000000000000000000{{DB`i}{{DBb{DB`gi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Bb{c}{{Ch{g}}}}}}{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{DAd{{DJ`{ce}}}}}{{DJ`{{DAd{c}}{DAd{e}}}}}{}{}}022222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222{DBl{{DAd{{Ib{Oj}}}}}}0{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000000000000000000000{DBl{{DCf{DBl}}}}{{{DOb{c}}}{{DOb{c}}}Oj}{{{ICj{c}}}{{ICj{c}}}Oj}{{{EHb{c}}}{{EHb{c}}}{}}{{{ICl{c}}}{{ICl{c}}}Dl}{{{EHf{c}}}{{EHf{c}}}Dl}{{{EFn{c}}}{{EFn{c}}}Dl}{{{DJ`{ce}}}{{DJ`{ce}}}DlDl}{{ce}Ad{}{}}000000===================================================={{{DAd{{DJ`{ce}}}}Db}AdDDnDDn}{{}{{ICl{c}}}{}}{Dbc{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{DOb{c}}}{{I`{{ICj{c}}}}}Oj}{OjAd}{{{DOb{c}}}AdOj}{DbAd}000000000000000000000000000000000000000000000000000{c{{EFn{{Il{ec}}}}}{}{}}{DB`{{DEh{DB`c}}}{}}{{{DJ`{{Lf{ce}}{Lf{cg}}}}}{{Lf{c{DJ`{eg}}}}}{}{}{}}{{{DJ`{{Lf{ce}}{Lf{ge}}}}}{{Lf{{DJ`{cg}}e}}}{}{}{}}{DBl{{DFn{DBl}}}}{DB`{{DGb{DB`c}}}{}}{DBl{{DGd{DBl}}}}{{{DOb{c}}Df}{{Il{AdAl}}}Oj}{{{ICj{c}}Df}{{Il{AdAl}}}Oj}{{{EHd{c}}Df}{{Il{AdAl}}}{}}{{{EGl{c}}Df}{{Il{AdAl}}}{OjJj}}{{{EIf{c}}Df}{{Il{AdAl}}}{DBdJj}}{{{DHd{c}}Df}{{Il{AdAl}}}Jj}{{{DFn{c}}Df}{{Il{AdAl}}}Oj}{{{DGd{c}}Df}{{Il{AdAl}}}Oj}{{{DJd{ce}}Df}{{Il{AdAl}}}{}{}}{{{DIl{c}}Df}{{Il{AdAl}}}{}}{{{DJl{ce}}Df}{{Il{AdAl}}}{}{}}{{{El{ceg}}Df}{{Il{AdAl}}}{}{}{}}{{{DHh{ce}}Df}{{Il{AdAl}}}{}{}}{{{DKd{c}}Df}{{Il{AdAl}}}{}}{{{ECh{c}}Df}{{Il{AdAl}}}{}}{{{DCf{c}}Df}{{Il{AdAl}}}Jj}{{{DNb{c}}Df}{{Il{AdAl}}}Jj}{{{DN`{c}}Df}{{Il{AdAl}}}{OjJj}}{{{DIf{c}}Df}{{Il{AdAl}}}Jj}{{{EBb{ce}}Df}{{Il{AdAl}}}{}{}}{{{EBf{c}}Df}{{Il{AdAl}}}DBd}{{{DGb{ce}}Df}{{Il{AdAl}}}{}{}}{{{DBb{ceg}}Df}{{Il{AdAl}}}{}{}{}}{{{DKj{ceg}}Df}{{Il{AdAl}}}{}{}{}}{{{DEh{ce}}Df}{{Il{AdAl}}}{}{}}{{{DKh{ce}}Df}{{Il{AdAl}}}{}{}}{{{DI`{ce}}Df}{{Il{AdAl}}}{}{}}{{{DHl{ce}}Df}{{Il{AdAl}}}{}{}}{{{DJn{ce}}Df}{{Il{AdAl}}}{}{}}{{{DJh{ce}}Df}{{Il{AdAl}}}{}{}}{{{DKb{ceg}}Df}{{Il{AdAl}}}{}{}{}}{{{ECj{ce}}Df}{{Il{AdAl}}}{}{}}{{{EGn{c}}Df}{{Il{AdAl}}}Jj}{{{EHb{c}}Df}{{Il{AdAl}}}Jj}{{{EH`{c}}Df}{{Il{AdAl}}}{JjOj}}{{{EIh{c}}Df}{{Il{AdAl}}}{JjDBd}}{{{ICl{c}}Df}{{Il{AdAl}}}Jj}{{{EHf{c}}Df}{{Il{AdAl}}}Jj}{{{EFn{c}}Df}{{Il{AdAl}}}Jj}{{{EGd{ce}}Df}{{Il{AdAl}}}{OjJj}{OjJj}}{{{EGf{ceg}}Df}{{Il{AdAl}}}{OjJj}{OjJj}{OjJj}}{{{EGh{cegi}}Df}{{Il{AdAl}}}{OjJj}{OjJj}{OjJj}{OjJj}}{{{EGj{cegik}}Df}{{Il{AdAl}}}{OjJj}{OjJj}{OjJj}{OjJj}{OjJj}}{{{EHh{ce}}Df}{{Il{AdAl}}}JjJj}{{{EHj{c}}Df}{{Il{AdAl}}}Jj}{{{EHn{ce}}Df}{{Il{AdAl}}}{DBdJj}{DBdJj}}{{{EI`{ceg}}Df}{{Il{AdAl}}}{DBdJj}{DBdJj}{DBdJj}}{{{EIb{cegi}}Df}{{Il{AdAl}}}{DBdJj}{DBdJj}{DBdJj}{DBdJj}}{{{EId{cegik}}Df}{{Il{AdAl}}}{DBdJj}{DBdJj}{DBdJj}{DBdJj}{DBdJj}}{{{EIj{ce}}Df}{{Il{AdAl}}}JjJj}{{{EHl{c}}Df}{{Il{AdAl}}}Jj}{{{DJ`{ce}}Df}{{Il{AdAl}}}JjJj}{{{DNb{c}}}Ad{}}{cc{}}000000000000000000000000000000000000{{{I`{c}}}{{ICl{c}}}{}}1111111111111111111111111111111111111111111111111111111111111111111{e{{EGl{c}}}Oj{{Oh{}{{Of{c}}}}}}{e{{EIf{c}}}DBd{{Oh{}{{Of{c}}}}}}{e{{EHj{c}}}{OjDFl}{{Oh{}{{Of{c}}}}}}{e{{EHl{c}}}{DBdDFl}{{Oh{}{{Of{c}}}}}}{ce{}{}}000000000000000000000000000000000000000000000000000{DBl{{DHd{DBl}}}}{{}Db}000000000000000000000000000000000000000000000000000{{DBle}{{DHh{DBle}}}{}{{Bb{c}}}}{{DB`e}{{DHl{DB`e}}}{}{{Bb{c}}}}{{DB`e}{{DI`{DB`e}}}{}{{Bb{c}}}}55555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000000000000000000000000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000000000000000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000000000000000000000000000000000099999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999{c{}{}}{DB`{{DIf{DB`}}}}1111111111111111111111111111111111111111111111{{{EFn{c}}}c{}}{{{EHj{c}}}{{Jn{c}}}{}}{{{DJ`{cc}}}c{}}{EG`Oj}????????????????????????????????????????????????????{DBl{{DIl{DBl}}}}{EGbj}{{{DOb{c}}}jOj}{{{DHd{c}}}jOj}{{{DFn{c}}}jOj}{{{DGd{c}}}jOj}{{{DJd{ce}}}j{}{}}{{{DIl{c}}}j{}}{{{DJl{ce}}}j{}{}}{{{El{ceg}}}j{}{}{}}{{{DHh{ce}}}j{}{}}{{{DKd{c}}}j{}}{{{ECh{c}}}j{}}{{{DIf{c}}}j{DBdEGb}}{{{EBb{ce}}}j{}{}}{{{EBf{c}}}jDBd}{{{DGb{ce}}}j{}{}}{{{DBb{ceg}}}j{}{}{}}{{{DKj{ceg}}}j{}{}{}}{{{DEh{ce}}}j{}{}}{{{DKh{ce}}}j{}{}}{{{DI`{ce}}}j{}{}}{{{DHl{ce}}}j{}{}}{{{DJn{ce}}}j{}{}}{{{DJh{ce}}}j{}{}}{{{DKb{ceg}}}j{}{}{}}{{{ECj{ce}}}j{}{}}{{{EGn{e}}}j{}{{Bb{DLb}{{Ch{c}}}}}}{{{EHb{c}}}j{}}{{{EH`{c}}}jOj}{{{EIh{c}}}jDBd}{{{ICl{c}}}jEGb}{{{EHf{c}}}jOj}{{{EFn{c}}}j{}}{{{EGd{ce}}}jEGbEGb}{{{EGf{ceg}}}jEGbEGbEGb}{{{EGh{cegi}}}jEGbEGbEGbEGb}{{{EGj{cegik}}}jEGbEGbEGbEGbEGb}{{{EHh{ce}}}j{OjDFl}{OjDFl}}{{{DJ`{ce}}}jEGb{{EGb{}{{Ch{}}}}}}{{{DJ`{ce}}}jEJb{{EJb{}{{Of{}}}}}}{{ce}{{EGd{ce}}}OjOj}{{ceg}{{EGf{ceg}}}OjOjOj}{{cegi}{{EGh{cegi}}}OjOjOjOj}{{cegik}{{EGj{cegik}}}OjOjOjOjOj}{cEGlOh}{e{{EGn{e}}}{}{{Bb{DLb}{{Ch{c}}}}}}{DBl{{DJ`{DBle}}}{}{{Oj{}{{Ch{c}}}}}}{{DBlg}{{DJd{DBlg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`g}{{DJh{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBl{{DJl{DBlc}}}{}}{{DB`g}{{DJn{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DB`gk}{{DKb{DB`kg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EH`{c}}}Oj}{DBl{{DKd{DBl}}}}{DBl{{I`{c}}}{}}{c{{EFn{{Il{ce}}}}}{}{}}{DB`{{DKh{DB`c}}}{}}{{DB`i}{{DKj{DB`gi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{{DAd{{EH`{c}}}}}I`Oj}{{{DAd{{EIh{c}}}}}I`DBd}{{{DOb{c}}}I`Oj}{{}{{EHb{c}}}{}}{{{DAd{{Oj{}{{Ch{c}}}}}}DLb}{{DLd{c}}}{}}{{{DAd{{DOb{c}}}}DLb}DLdOj}{{{DAd{{EHd{e}}}}DLb}{{DLd{c}}}{}{{Cb{DLb}{{Ch{{DLd{c}}}}}}}}{{{DAd{{EGl{c}}}}DLb}DLdOj}{{{DAd{{EIf{c}}}}DLb}DLdDBd}{{{DAd{{DHd{c}}}}DLb}DLdOj}{{{DAd{{DFn{c}}}}DLb}DLdOj}{{{DAd{{DJd{ce}}}}DLb}DLd{}{}}{{{DAd{{DJl{ce}}}}DLb}DLd{}{}}{{{DAd{{El{ceg}}}}DLb}DLd{}{}{}}{{{DAd{{DHh{ce}}}}DLb}DLd{}{}}{{{DAd{{DKd{c}}}}DLb}DLd{}}{{{DAd{{ECh{c}}}}DLb}DLd{}}{{{DAd{{DCf{c}}}}DLb}DLd{OjICn}}{{{DAd{{DNb{c}}}}DLb}{{DLd{c}}}{}}{{{DAd{{DN`{c}}}}DLb}{{DLd{Ad}}}Oj}{{{DAd{{DIf{c}}}}DLb}DLdDBd}{{{DAd{{EBb{ce}}}}DLb}DLd{}{}}{{{DAd{{DBb{ceg}}}}DLb}DLd{}{}{}}{{{DAd{{DKj{ceg}}}}DLb}DLd{}{}{}}{{{DAd{{DEh{ce}}}}DLb}DLd{}{}}{{{DAd{{DKh{ce}}}}DLb}DLd{}{}}{{{DAd{{DI`{ce}}}}DLb}DLd{}{}}{{{DAd{{DHl{ce}}}}DLb}DLd{}{}}{{{DAd{{DJn{ce}}}}DLb}DLd{}{}}{{{DAd{{DJh{ce}}}}DLb}DLd{}{}}{{{DAd{{DKb{ceg}}}}DLb}DLd{}{}{}}{{{DAd{{ECj{ce}}}}DLb}DLd{}{}}{{{DAd{{EGn{e}}}}DLb}{{DLd{c}}}{}{{Bb{DLb}{{Ch{c}}}}}}{{{DAd{{EHb{c}}}}DLb}{{DLd{c}}}{}}{{{DAd{{EH`{c}}}}DLb}DLdOj}{{{DAd{{EIh{c}}}}DLb}DLdDBd}{{{DAd{{ICl{c}}}}DLb}DLdOj}{{{DAd{{EHf{e}}}}DLb}{{DLd{{I`{c}}}}}{}{{Oj{}{{Ch{c}}}}}}{{{DAd{{EFn{c}}}}DLb}{{DLd{c}}}{}}{{{DAd{{EGd{ce}}}}DLb}DLdOjOj}{{{DAd{{EGf{ceg}}}}DLb}DLdOjOjOj}{{{DAd{{EGh{cegi}}}}DLb}DLdOjOjOjOj}{{{DAd{{EGj{cegik}}}}DLb}DLdOjOjOjOjOj}{{{DAd{{EHh{ce}}}}DLb}DLd{OjDFl}{OjDFl}}{{{DAd{{EHj{c}}}}DLb}DLd{OjDFl}}{{{DAd{{EHn{ce}}}}DLb}DLdDBd{{DBd{}{{Cd{}}}}}}{{{DAd{{EI`{ceg}}}}DLb}DLdDBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{{DAd{{EIb{cegi}}}}DLb}DLdDBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{{DAd{{EId{cegik}}}}DLb}DLdDBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{{DAd{{EIj{ce}}}}DLb}DLd{DFlDBd}{DFlDBd}}{{{DAd{{EHl{c}}}}DLb}DLd{DBdDFl}}{{{DAd{{DJ`{ce}}}}DLb}DLdOj{{Oj{}{{Ch{}}}}}}{{{DAd{{DGd{c}}}}DLb}{{DLd{{Il{Ad}}}}}Oj}{{{DAd{{EBf{c}}}}DLb}{{DLd{{Il{Ad}}}}}DBd}{{{DAd{{DGb{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DJ`{ce}}}}DLb}{{DLd{{Il{AdAn}}}}}DLfDLf}{{{DAd{{DJ`{eg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{{DEn{c}{{Cd{}}}}}}{{{DAd{{DJ`{ce}}}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}DDnDDn}54312{e{{EHd{e}}}{}{{Cb{DLb}{{Ch{{DLd{c}}}}}}}}{c{{EHf{c}}}Oj}{{{DAd{{DGd{c}}}}DLb}{{DLd{I`}}}Oj}{{{DAd{{DIl{c}}}}DLb}{{DLd{I`}}}{}}{{{DAd{{EBf{c}}}}DLb}{{DLd{I`}}}DBd}{{{DAd{{DGb{ce}}}}DLb}{{DLd{I`}}}{}{}}{{{DAd{{EHf{e}}}}DLb}{{DLd{I`}}}{}{{Oj{}{{Ch{c}}}}}}{{{DAd{{DJ`{ce}}}}DLb}{{DLd{I`}}}DAb{{DAb{}{{Of{}}}}}}{{{DAd{{DJ`{ce}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DD`DD`}{{{DAd{{DJ`{ce}}}}DLb{Ml{DLh}}}{{DLd{{Il{DbAn}}}}}DD`DD`}?>=;{{{DAd{{DJ`{ce}}}}DLbDLl}{{DLd{{Il{AfAn}}}}}DLjDLj}{{DBlDLb}{{DLd{c}}}{}}{{{DAd{{DJ`{ce}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}DLfDLf}{{{DAd{{DJ`{ce}}}}DLb{Ml{DLn}}}{{DLd{{Il{DbAn}}}}}DLfDLf}{{{DOb{c}}{DOb{c}}}jOj}{{{DOb{c}}e}AdOjGC`}{c{{EFn{c}}}{}}{DBl{{Lf{{DN`{DBl}}{DNb{c}}}}}{}}{DBl{{DJ`{eDBl}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHh{ce}}}{OjDFl}{OjDFl}}{cEHjOh}{cEHlOh}{DBl{{DOb{DBl}}}}{{{DGd{c}}}{{Lf{Db{I`{Db}}}}}Oj}{{{DIl{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EBf{c}}}{{Lf{Db{I`{Db}}}}}DBd}{{{DGb{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DJ`{ce}}}{{Lf{Db{I`{Db}}}}}DAb{{DAb{}{{Of{}}}}}}{{{DAd{{DGd{c}}}}e}{{Il{Ad}}}Oj{}}{{{DAd{{EBf{c}}}}e}{{Il{Ad}}}DBd{}}{{{DAd{{DGb{ce}}}}g}{{Il{Ad}}}{}{}{}}{{{DAd{{DJ`{eg}}}}c}{{Il{Ad}}}{}{{DEn{c}}}{{DEn{c}{{Cd{}}}}}}{{{DOb{c}}}{{I`{Db}}}Oj}{{{DAd{{EH`{c}}}}}I`Oj}{{{DAd{{EIh{c}}}}}I`DBd}{{}{{DHd{c}}}Oj}{{DBlg}{{El{DBleg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{ce{}{}}000000{c{{Il{e}}}{}{}}000000000000000000000000000000000000000000000000000{DB`{{EBb{DB`c}}}{}}{DB`{{EBf{DB`}}}}22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000000000000000000000000000000{{ce}{{EHn{ce}}}DBd{{DBd{}{{Cd{}}}}}}{{ceg}{{EI`{ceg}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegi}{{EIb{cegi}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{{cegik}{{EId{cegik}}}DBd{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}{{DBd{}{{Cd{}}}}}}{cEIfOh}{c{{EIh{c}}}DBd}{{{DAd{{DBd{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{Il{ce}}}}}{}{}}{{{DAd{c}}DLb}DLd{}}00000000000000000000000000000000000{{{DAd{c}}DLb}{{DLd{{I`{Il}}}}}{}}0000{{DB`DLb}{{DLd{{Il{ce}}}}}{}{}}{{ce}{{EIj{ce}}}{DBdDFl}{DBdDFl}}{cJ`{}}000000000000000000000000000000000000000000000000000{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBl{{ECh{DBl}}}}{{DB`g}{{ECj{DB`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{ICj{c}}}{{I`{{DOb{c}}}}}Oj}{{{DOb{c}}}{{I`{Db}}}Oj}````````````````{{cg}i{}{}{{An{e}}}{}}00000000000055555555555555555555555555{cCj{}}000000000000000000000000066666666666666666666666666{{DBnDb}{{DC`{DBnc}}}{}}{{c{Cl{e}}}g{}{}{}}000000000000{{{EIl{c}}}{{EIl{c}}}{}}{{{DOf{ce}}}{{DOf{ce}}}DlDl}{{{ECn{cegik}}}{{ECn{cegik}}}Dl{}{}DlDl}{{ce}Ad{}{}}00{DBn{{DDd{DBnc}}}{}}============={Dbc{}}0000000000000000000000000{{}{{EIl{c}}}{}}{DbAd}000000000000{{DBng}{{DEl{DBng}}}Dl{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DF`{DBnc}}}{}}{DBn{{DGh{DBnc}}}{}}{{{DNn{ce}}Df}{{Il{AdAl}}}{JjALh}{JjDO`ALh}}{{{DDd{ce}}Df}{{Il{AdAl}}}{JjALh}Jj}{{{EIl{c}}Df}{{Il{AdAl}}}Jj}{{{DEl{ce}}Df}{{Il{AdAl}}}JjJj}{{{DF`{ce}}Df}{{Il{AdAl}}}{JjALh}Jj}{{{DGh{ce}}Df}{{Il{AdAl}}}{JjALh}Jj}{{{DOd{ecg}}Df}{{Il{AdAl}}}Jj{Jj{DEn{c}}}Jj}{{{DOf{ce}}Df}{{Il{AdAl}}}JjJj}{{{DNl{ce}}Df}{{Il{AdAl}}}{JjALh}Jj}{{{EIn{ceg}}Df}{{Il{AdAl}}}JjJjJj}{{{ECn{cegik}}Df}{{Il{AdAl}}}Jj{}{}Jj{}}{{{EDb{cegik}}Df}{{Il{AdAl}}}JjJj{}Jj{}}{{{DC`{ce}}Df}{{Il{AdAl}}}JjJj}{cc{}}0000000000000000000000000{ce{}{}}000000000000{{{DEl{ce}}}{{Lf{ce}}}{}{}}{{{DOd{ecg}}}e{}{{DEn{c}}}{}}{{{DOf{ce}}}c{}{}}{{{ECn{ecgkm}}}e{}{{DEn{c}}}{}ED`{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cb{g}{{Ch{k}}}}}}{{{EDb{ecgik}}}e{}{{DEn{c}}}{}{{DAb{}{{Of{{Il{c}}}}}}}{{Cb{g}{{Ch{i}}}}}}{{{DC`{ec}}}e{}{{DEn{c}}}}{{{DAd{{DEl{ce}}}}}{{Lf{{DAd{c}}{DAd{e}}}}}{}{}}{{{DAd{{DOd{ecg}}}}}{{DAd{e}}}{}{{DEn{c}}}{}}{{{DAd{{DOf{ce}}}}}{{DAd{c}}}{}{}}{{{DAd{{ECn{ecgkm}}}}}{{DAd{e}}}{}{{DEn{c}}}{}ED`{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cb{g}{{Ch{k}}}}}}{{{DAd{{EDb{ecgik}}}}}{{DAd{e}}}{}{{DEn{c}}}{}{{DAb{}{{Of{{Il{c}}}}}}}{{Cb{g}{{Ch{i}}}}}}{{{DAd{{DC`{ec}}}}}{{DAd{e}}}{}{{DEn{c}}}};:9876{{}Db}000000000000=========================={{{Ib{c}}}{{Ib{Cj}}}{}}000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000{{c{Cl{e}}}g{}{}{}}000000000000{ce{}{}}0000000000000000000000000{c{}{}}0000{{{DEl{ce}}}{{Lf{ce}}}{}{}}{{{DOd{ecg}}}e{}{{DEn{c}}}{}}{{{DOf{ce}}}c{}{}}{{{ECn{ecgkm}}}e{}{{DEn{c}}}{}ED`{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cb{g}{{Ch{k}}}}}}{{{EDb{ecgik}}}e{}{{DEn{c}}}{}{{DAb{}{{Of{{Il{c}}}}}}}{{Cb{g}{{Ch{i}}}}}}{{{DC`{ec}}}e{}{{DEn{c}}}}7777777777777{{{DOd{ecg}}}j{}{{DEn{c}}EJb}{}}{{{DOf{ce}}}jEJb{}}{{{EDb{ecgik}}}j{}{EJb{DEn{c}}}{}{{DAb{}{{Of{{Il{c}}}}}}}{{Cb{g}{{Ch{i}}}}}}{{{DC`{ec}}}j{}{{DEn{c}}EJb}}{DBn{{DJ`{DBng}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{{DAd{{DNn{gi}}}}DLb}DLd{}{}{{DEn{c}{{Cd{e}}}}DFlALh}{{DAb{}{{Of{{Il{ce}}}}}}DFlALh}}{{{DAd{{DDd{ec}}}}DLb}DLd{}{{DEn{c}}DFlALh}}{{{DAd{{DF`{ec}}}}DLb}DLd{}{{DEn{c}}DFlALh}}{{{DAd{{DGh{ec}}}}DLb}DLd{}{{DEn{c}}DFlALh}}{{{DAd{{DNl{ec}}}}DLb}DLd{}{{DEn{c}}DFlALh}}{{{DAd{{DEn{}{{Cd{c}}}}}}DLb}{{DLd{{Il{Adc}}}}}{}}{{{DAd{{EIl{c}}}}DLb}{{DLd{{Il{Ad}}}}}{}}{{{DAd{{DEl{eg}}}}DLb}{{DLd{{Il{Ad}}}}}Dl{{DEn{c}}}{{DEn{c}{{Cd{}}}}}}{{{DAd{{DOd{ecg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}}{{{DAd{{DOf{ei}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{{Bb{}{{Ch{g}}}}}}{{{DAd{{EIn{cki}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{{DAd{{ECn{ecgkm}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}ED`{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cb{g}{{Ch{k}}}}}}{{{DAd{{EDb{ecgik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{{DAb{}{{Of{{Il{c}}}}}}}{{Cb{g}{{Ch{i}}}}}}{{{DAd{{DC`{ec}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}}{{DBnDLb}{{DLd{{Il{Adc}}}}}{}}9876543210{{{DAd{{DOd{ecg}}}}DLb}{{DLd{I`}}}{}{{DEn{c}}DAb}{}}{{{DAd{{DOf{ce}}}}DLb}{{DLd{I`}}}DAb{}}{{{DAd{{ECn{ecgik}}}}DLb}{{DLd{I`}}}{}{DAb{DEn{c}}}{}Oj{{Cb{g}{{Ch{i}}}}}}{{{DAd{{EDb{ecgik}}}}DLb}{{DLd{I`}}}{}{DAb{DEn{c}}}{}{{DAb{}{{Of{{Il{c}}}}}}}{{Cb{g}{{Ch{i}}}}}}{{{DAd{{DC`{ec}}}}DLb}{{DLd{I`}}}{}{{DEn{c}}DAb}}>=<;:98765{DBn{{DJ`{gDBn}}}{}{}{{DEn{c}{{Cd{e}}}}}}{{DBnc}{{DNl{DBnc}}}{}}{{DBng}{{DNn{DBng}}}{}{}{{DO`{}{{DKl{c}}{Cd{e}}}}DAbDFlALh}}{DBn{{DOd{DBnce}}}{}{}}{{DBng}{{DOf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DOd{ecg}}}{{Lf{Db{I`{Db}}}}}{}{{DEn{c}}DAb}{}}{{{DOf{ce}}}{{Lf{Db{I`{Db}}}}}DAb{}}{{{ECn{ecgik}}}{{Lf{Db{I`{Db}}}}}{}{DAb{DEn{c}}}{}Oj{{Cb{g}{{Ch{i}}}}}}{{{EDb{ecgik}}}{{Lf{Db{I`{Db}}}}}{}{DAb{DEn{c}}}{}{{DAb{}{{Of{{Il{c}}}}}}}{{Cb{g}{{Ch{i}}}}}}{{{DC`{ec}}}{{Lf{Db{I`{Db}}}}}{}{{DEn{c}}DAb}}{{{DAd{{DEn{}{{Cd{c}}}}}}e}{{Il{Adc}}}{}{}}{{{DAd{{EIl{c}}}}c}{{Il{Ad}}}{}}{{{DAd{{DEl{eg}}}}c}{{Il{Ad}}}Dl{{DEn{c}}}{{DEn{c}{{Cd{}}}}}}{{{DAd{{DOd{ecg}}}}c}{{Il{Ad}}}{}{{DEn{c}}}{}}{{{DAd{{DOf{ei}}}}c}{{Il{Ad}}}{}{{DEn{c}}}{}{{Bb{}{{Ch{g}}}}}}{{{DAd{{EIn{cki}}}}e}{{Il{Ad}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{{DAd{{ECn{ecgkm}}}}g}{{Il{Ad}}}{}{{DEn{c}}}{}ED`{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cb{g}{{Ch{k}}}}}}{{{DAd{{EDb{ecgik}}}}g}{{Il{Ad}}}{}{{DEn{c}}}{}{{DAb{}{{Of{{Il{c}}}}}}}{{Cb{g}{{Ch{i}}}}}}{{{DAd{{DC`{ec}}}}c}{{Il{Ad}}}{}{{DEn{c}}}}{{DBnc}{{Il{Ade}}}{}{}}{ce{}{}}00{c{{Il{e}}}{}{}}00000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000{{{DAd{c}}DLb}DLd{}}0000{{{DAd{c}}DLb}{{DLd{{I`{Il}}}}}{}}0000{cJ`{}}00000000000055555555555555555555555555{{ck}{{EIn{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBnm}{{ECn{DBneckm}}}{}{}{}{{ED`{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cb{c}{{Ch{k}}}}}}{{DBnk}{{EDb{DBnecik}}}{}{}{}{{DAb{}{{Of{{Il{eg}}}}}}}{{Cb{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{EFdAd}{c{{Lf{{EFl{c}}EFd}}}DAb}{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{DAlg}{{DAn{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfi}{{DBh{DBfgi}}}{}{}{{DBd{}{{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DBj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>{cCj{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????{DAl{{DAd{{Ib{DAb}}}}}}0{{DAlDb}{{DCb{DAl}}}}{{DAlDb}{{DCd{DAl}}}}{DAlDAl}{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DAl{{DCh{DAl}}}}{{DAle}{{DCj{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{DAlDb}{{DDb{DAl}}}}{{{ID`{c}}}Ad{}}{{{EKd{c}}}Ad{DAbDFl}}{{{EJd{c}}}{{EJd{c}}}Dl}{{{EJn{c}}}{{EJn{c}}}Dl}{{{EK`{c}}}{{EK`{c}}}Dl}{{{EJ`{c}}}{{EJ`{c}}}{}}{{{EJh{c}}}{{EJh{c}}}{}}{{{EJl{c}}}{{EJl{c}}}Dl}{EKhEKh}{{{EFl{c}}}{{EFl{c}}}Dl}{EFdEFd}{IDbIDb}{{ce}Ad{}{}}000000000{DAl{{DDj{DAle}}}{}{Fn{BAl{c}}}}{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DAl{{DDl{DAl}}}}{{{DAd{{DId{c}}}}Db}Ad{{DO`{}{{Cd{An}}}}}}{DAl{{DEb{DAl}}}}{DAl{{DEd{DAl}}}}{{}{{IDd{c}}}Oj}{{}{{ID`{c}}}{}}{{}{{EKd{c}}}{DAbDFl}}{{}EKh}{Dbc{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DbAd}00{{{ID`{c}}}Ad{}}1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111{{}{{EJ`{c}}}{}}{DAl{{DEf{DAl}}}}{{{IDf{ce}}{IDf{ce}}}jGhGh}{{{IDh{ce}}{IDh{ce}}}jGhGh}{{EKhEKh}j}{{IDbIDb}j}{{ce}j{}{}}00000000000{DBf{{DEj{DBfc}}}{}}{{{IDd{c}}e}AdOj{{Oh{}{{Of{c}}}}}}{{{ID`{c}}e}Ad{}{{Oh{}{{Of{c}}}}}}{{{EKd{c}}e}Ad{DAbDFl}{{Oh{}{{Of{c}}}}}}{{DAlg}{{DFd{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAli}{{DFf{DAlgi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cb{c}{{Ch{g}}}}}}{{DAlg}{{DFh{DAleg}}}{}DAb{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DFj{DAlgi}}}{{K`{{I`{Db}}}}}{}{DAbDFl}{{Cb{e}{{Ch{g}}}}}}{DAl{{DG`{DAl}}}}{{DAlc}{{DGf{DAlAd}}}{{K`{{I`{Db}}}}}}{{{IDj{ce}}Df}{{Il{AdAl}}}{}{}}0{{{EJj{c}}Df}{{Il{AdAl}}}{}}{{{IDd{c}}Df}{{Il{AdAl}}}Oj}{{{ID`{c}}Df}{{Il{AdAl}}}{}}{{{EKd{c}}Df}{{Il{AdAl}}}Jj}{{{DCj{ce}}Df}{{Il{AdAl}}}JjJj}{{{DDj{ce}}Df}{{Il{AdAl}}}JjJj}{{{ECl{ceg}}Df}{{Il{AdAl}}}JjJjJj}{{{DDl{c}}Df}{{Il{AdAl}}}{JjDAb}}{{{DEb{c}}Df}{{Il{AdAl}}}Jj}{{{DEd{c}}Df}{{Il{AdAl}}}Jj}{{{DEf{c}}Df}{{Il{AdAl}}}Jj}{{{DFd{ceg}}Df}{{Il{AdAl}}}{DAbJj}Jj{}}{{{DFf{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{DG`{c}}Df}{{Il{AdAl}}}DAb}{{{DGl{cegi}}Df}{{Il{AdAl}}}JjJjJj{}}{{{DBj{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{DAn{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{DHb{ce}}Df}{{Il{AdAl}}}DO`{}}{{{DGn{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{DHf{c}}Df}{{Il{AdAl}}}Jj}{{{DIh{c}}Df}{{Il{AdAl}}}Jj}{{{DHj{ce}}Df}{{Il{AdAl}}}{}{}}{{{DJf{ce}}Df}{{Il{AdAl}}}Jj{}}{{{DFh{ceg}}Df}{{Il{AdAl}}}{}{}{}}{{{DKf{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DNj{c}}Df}{{Il{AdAl}}}{JjALh}}{{{DL`{c}}Df}{{Il{AdAl}}}{JjDAb}}{{{IDl{c}}Df}{{Il{AdAl}}}{DAbJj}}{{{IDn{c}}Df}{{Il{AdAl}}}{DAbJj}}{{{IE`{ce}}Df}{{Il{AdAl}}}{DAbJj}{}}{{{IEb{ce}}Df}{{Il{AdAl}}}{DAbJj}ALh}{{{DOh{c}}Df}{{Il{AdAl}}}Jj}{{{DOj{ceg}}Df}{{Il{AdAl}}}{DAbJj}Jj{}}{{{Ed{c}}Df}{{Il{AdAl}}}Jj}{{{Ej{ceg}}Df}{{Il{AdAl}}}{DAbJj}Jj{}}{{{Eh{ce}}Df}{{Il{AdAl}}}{DAbJj}{OjJj}}{{{En{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{EDj{ce}}Df}{{Il{AdAl}}}{JjDAb}{JjDAb}}{{{DDb{c}}Df}{{Il{AdAl}}}{JjDAb}}{{{DMn{c}}Df}{{Il{AdAl}}}{JjDAb}}{{{DNd{cegi}}Df}{{Il{AdAl}}}{DAbJj}JjJj{}}{{{DCb{c}}Df}{{Il{AdAl}}}{DAbJj}}{{{DCd{c}}Df}{{Il{AdAl}}}{DAbJj}}{{{DFj{ceg}}Df}{{Il{AdAl}}}DAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DH`{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{DOn{c}}Df}{{Il{AdAl}}}Jj}{{{DOl{ce}}Df}{{Il{AdAl}}}JjJj}{{{DCh{c}}Df}{{Il{AdAl}}}Jj}{{{DBh{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{DEj{ce}}Df}{{Il{AdAl}}}{}{}}{{{DIb{ce}}Df}{{Il{AdAl}}}{}{}}{{{DHn{ce}}Df}{{Il{AdAl}}}{}{}}{{{DIn{c}}Df}{{Il{AdAl}}}Jj}{{{DK`{ce}}Df}{{Il{AdAl}}}{}{}}{{{DJj{ce}}Df}{{Il{AdAl}}}{}{}}{{{DKn{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{EC`{c}}Df}{{Il{AdAl}}}{JjALh}}{{{EBl{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{EAn{ceg}}Df}{{Il{AdAl}}}{DO`Jj}Jj{}}{{{EB`{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{EBd{c}}Df}{{Il{AdAl}}}{JjDO`}}{{{EBh{c}}Df}{{Il{AdAl}}}DO`}{{{EAj{ce}}Df}{{Il{AdAl}}}JjJj}{{{EAl{c}}Df}{{Il{AdAl}}}{JjDO`}}{{{EAh{c}}Df}{{Il{AdAl}}}{JjDO`}}{{{IDf{ce}}Df}{{Il{AdAl}}}{}GEf}{{{IDf{ce}}Df}{{Il{AdAl}}}{}Jj}{{{ECb{c}}Df}{{Il{AdAl}}}{JjDO`}}{{{IDh{ce}}Df}{{Il{AdAl}}}{}GEf}{{{IDh{ce}}Df}{{Il{AdAl}}}{}Jj}{{{EBj{cegi}}Df}{{Il{AdAl}}}JjJjJj{}}{{{EKj{ceg}}Df}{{Il{AdAl}}}Jj{}Jj}{{{ECd{ceg}}Df}{{Il{AdAl}}}{DO`Jj}Jj{}}{{{ECf{ceg}}Df}{{Il{AdAl}}}{DO`Jj}Jj{}}{{{EAd{c}}Df}{{Il{AdAl}}}{JjDO`}}{{{EAf{c}}Df}{{Il{AdAl}}}{JjDO`}}{{{EBn{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{DId{c}}Df}{{Il{AdAl}}}{Jj{DO`{}{{Cd{An}}}}}}{{{EA`{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{EAb{ceg}}Df}{{Il{AdAl}}}JjJj{}}{{{EJd{c}}Df}{{Il{AdAl}}}Jj}{{{EJn{c}}Df}{{Il{AdAl}}}Jj}{{{EK`{c}}Df}{{Il{AdAl}}}Jj}{{{EJ`{c}}Df}{{Il{AdAl}}}Jj}{{{EJf{c}}Df}{{Il{AdAl}}}Jj}{{{EJh{c}}Df}{{Il{AdAl}}}Jj}{{{EJl{c}}Df}{{Il{AdAl}}}Jj}{{{EKb{ce}}Df}{{Il{AdAl}}}JjJj}{{EKhDf}{{Il{AdAl}}}}{{{EKf{cegi}}Df}{{Il{AdAl}}}JjJj{}Jj}{{{EKl{ceg}}Df}{{Il{AdAl}}}Jj{}Jj}{{{EFl{c}}Df}{{Il{AdAl}}}Jj}{{IEdDf}{{Il{AdAl}}}}{{EFdDf}{{Il{AdAl}}}}{{IDbDf}{{Il{AdAl}}}}0{{DAlci}{{DGl{DAlgci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cb{ce}{{Ch{g}}}}}}{{DAlg}{{DGn{DAleg}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlci}{{DH`{DAlgi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{Ad}}}}}{{Cb{e}{{Ch{g}}}}}}{{DAlg}{{DHb{DAlg}}}{}{}{{DEn{c}{{Cd{e}}}}}}{cc{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{e{{IDd{c}}}Oj{{Oh{}{{Of{c}}}}}}{e{{ID`{c}}}{}{{Oh{}{{Of{c}}}}}}{e{{EKd{c}}}{DAbDFl}{{Oh{}{{Of{c}}}}}}{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DAl{{DHf{DAl}}}}`{{{DEf{c}}}cDAb}{{{DFd{ceg}}}cDAb{{Oj{}{{Ch{j}}}}}{{IEf{}{{Ch{e}}}}}}{{{DFf{ceg}}}cDAbOj{{Cb{}{{Ch{e}}}}}}{{{DG`{c}}}cDAb}{{{DHf{c}}}c{}}{{{DIh{c}}}{{I`{c}}}{DAbDFl}}{{{DHj{ce}}}c{}{}}{{{DJf{ce}}}c{}{}}{{{DFh{ceg}}}c{}{}{}}{{{DL`{c}}}cDAb}{{{DOh{c}}}cDAb}{{{DOj{ceg}}}cDAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Ed{c}}}cDAb}{{{Ej{ceg}}}cDAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Eh{ce}}}cDAbOj}{{{En{ceg}}}cDAb{}{{Cb{}{{Ch{e}}}}}}{{{EDj{ce}}}{{Lf{ce}}}DAbDAb}{{{DDb{c}}}cDAb}{{{DMn{c}}}cDAb}{{{DNd{ceik}}}cDAb{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{e}{{Ch{i}}}}}}{{{DCb{c}}}cDAb}{{{DCd{c}}}cDAb}{{{DFj{ceg}}}cDAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DCh{c}}}c{DAbICn}}{{{DBh{ceg}}}cDO`{{DBd{}{{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DEj{ce}}}c{}{}}{{{DIb{ce}}}c{}{}}{{{DHn{ce}}}c{}{}}{{{DIn{c}}}c{}}{{{DK`{ce}}}c{}{}}{{{DJj{ce}}}c{}{}}{{{DKn{ceg}}}cDO`{{DBd{}{{DKl{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EAn{ceg}}}cDO`{}{}}{{{EB`{ceg}}}c{}{}{}}{{{EBd{c}}}cDO`}{{{EBh{c}}}cDO`}{{{EAh{c}}}cDO`}{{{ECb{c}}}cDO`}{{{ECd{ceg}}}cDO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{ECf{ceg}}}cDO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EAd{c}}}cDO`}{{{EAf{c}}}cDO`}{{{EKb{ce}}}{{Lf{ce}}}{}{}}{{{EKf{cegi}}}{{Lf{ce}}}{}{}{}{}}{{{DAd{{DEf{c}}}}}{{DAd{c}}}DAb}{{{DAd{{DFd{ceg}}}}}{{DAd{c}}}DAb{{Oj{}{{Ch{j}}}}}{{IEf{}{{Ch{e}}}}}}{{{DAd{{DFf{ceg}}}}}{{DAd{c}}}DAbOj{{Cb{}{{Ch{e}}}}}}{{{DAd{{DG`{c}}}}}{{DAd{c}}}DAb}{{{DAd{{DHf{c}}}}}{{DAd{c}}}{}}{{{DAd{{DIh{c}}}}}{{I`{{DAd{c}}}}}{DAbDFl}}{{{DAd{{DHj{ce}}}}}{{DAd{c}}}{}{}}{{{DAd{{DJf{ce}}}}}{{DAd{c}}}{}{}}{{{DAd{{DFh{ceg}}}}}{{DAd{c}}}{}{}{}}{{{DAd{{DL`{c}}}}}{{DAd{c}}}DAb}{{{DAd{{DOh{c}}}}}{{DAd{c}}}DAb}{{{DAd{{DOj{ceg}}}}}{{DAd{c}}}DAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{Ed{c}}}}}{{DAd{c}}}DAb}{{{DAd{{Ej{ceg}}}}}{{DAd{c}}}DAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{Eh{ce}}}}}{{DAd{c}}}DAbOj}{{{DAd{{En{ceg}}}}}{{DAd{c}}}DAb{}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EDj{ce}}}}}{{Lf{{DAd{c}}{DAd{e}}}}}DAbDAb}{{{DAd{{DDb{c}}}}}{{DAd{c}}}DAb}{{{DAd{{DMn{c}}}}}{{DAd{c}}}DAb}{{{DAd{{DNd{ceik}}}}}{{DAd{c}}}DAb{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{e}{{Ch{i}}}}}}{{{DAd{{DCb{c}}}}}{{DAd{c}}}DAb}{{{DAd{{DCd{c}}}}}{{DAd{c}}}DAb}{{{DAd{{DFj{ceg}}}}}{{DAd{c}}}DAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DCh{c}}}}}{{DAd{c}}}{DAbICn}}{{{DAd{{DBh{ceg}}}}}{{DAd{c}}}DO`{{DBd{}{{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DEj{ce}}}}}{{DAd{c}}}{}{}}{{{DAd{{DIb{ce}}}}}{{DAd{c}}}{}{}}{{{DAd{{DHn{ce}}}}}{{DAd{c}}}{}{}}{{{DAd{{DIn{c}}}}}{{DAd{c}}}{}}{{{DAd{{DK`{ce}}}}}{{DAd{c}}}{}{}}{{{DAd{{DJj{ce}}}}}{{DAd{c}}}{}{}}{{{DAd{{DKn{ceg}}}}}{{DAd{c}}}DO`{{DBd{}{{DKl{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EAn{ceg}}}}}{{DAd{c}}}DO`{}{}}{{{DAd{{EB`{ceg}}}}}{{DAd{c}}}{}{}{}}{{{DAd{{EBd{c}}}}}{{DAd{c}}}DO`}{{{DAd{{EBh{c}}}}}{{DAd{c}}}DO`}{{{DAd{{EAh{c}}}}}{{DAd{c}}}DO`}{{{DAd{{ECb{c}}}}}{{DAd{c}}}DO`}{{{DAd{{ECd{ceg}}}}}{{DAd{c}}}DO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{ECf{ceg}}}}}{{DAd{c}}}DO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EAd{c}}}}}{{DAd{c}}}DO`}{{{DAd{{EAf{c}}}}}{{DAd{c}}}DO`}{{{DAd{{EKb{ce}}}}}{{Lf{{DAd{c}}{DAd{e}}}}}{}{}}{{{DAd{{EKf{cegi}}}}}{{Lf{{DAd{c}}{DAd{e}}}}}{}{}{}{}}{{{DEf{c}}}cDAb}{{{DFd{ceg}}}cDAb{{Oj{}{{Ch{j}}}}}{{IEf{}{{Ch{e}}}}}}{{{DFf{ceg}}}cDAbOj{{Cb{}{{Ch{e}}}}}}{{{DG`{c}}}cDAb}{{{DHf{c}}}c{}}{{{DIh{c}}}{{I`{c}}}{DAbDFl}}{{{DHj{ce}}}c{}{}}{{{DJf{ce}}}c{}{}}{{{DFh{ceg}}}c{}{}{}}{{{DL`{c}}}cDAb}{{{DOh{c}}}cDAb}{{{DOj{ceg}}}cDAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Ed{c}}}cDAb}{{{Ej{ceg}}}cDAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Eh{ce}}}cDAbOj}{{{En{ceg}}}cDAb{}{{Cb{}{{Ch{e}}}}}}{{{EDj{ce}}}{{Lf{ce}}}DAbDAb}{{{DDb{c}}}cDAb}{{{DMn{c}}}cDAb}{{{DNd{ceik}}}cDAb{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{e}{{Ch{i}}}}}}{{{DCb{c}}}cDAb}{{{DCd{c}}}cDAb}{{{DFj{ceg}}}cDAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DCh{c}}}c{DAbICn}}{{{DBh{ceg}}}cDO`{{DBd{}{{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DEj{ce}}}c{}{}}{{{DIb{ce}}}c{}{}}{{{DHn{ce}}}c{}{}}{{{DIn{c}}}c{}}{{{DK`{ce}}}c{}{}}{{{DJj{ce}}}c{}{}}{{{DKn{ceg}}}cDO`{{DBd{}{{DKl{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EAn{ceg}}}cDO`{}{}}{{{EB`{ceg}}}c{}{}{}}{{{EBd{c}}}cDO`}{{{EBh{c}}}cDO`}{{{EAh{c}}}cDO`}{{{ECb{c}}}cDO`}{{{ECd{ceg}}}cDO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{ECf{ceg}}}cDO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EAd{c}}}cDO`}{{{EAf{c}}}cDO`}{{{EKb{ce}}}{{Lf{ce}}}{}{}}{{{EKf{cegi}}}{{Lf{ce}}}{}{}{}{}}{IEdEFd}{{EKhc}AdGC`}{{}Db}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{DAle}{{DHj{DAle}}}{}{{Cb{c}}}}{{DBfe}{{DHn{DBfe}}}{}{{Cb{c}}}}{{DBfe}{{DIb{DBfe}}}{}{{Cb{c}}}}{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBf{{DId{DBf}}}}{{c{Cl{e}}}g{}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000055555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{DAl{{DIh{DAl}}}}{c{}{}}0000000000000000000000000{{{DEf{c}}}cDAb}{{{DFd{ceg}}}cDAb{{Oj{}{{Ch{j}}}}}{{IEf{}{{Ch{e}}}}}}{{{DFf{ceg}}}cDAbOj{{Cb{}{{Ch{e}}}}}}{{{DG`{c}}}cDAb}{{{DHf{c}}}c{}}{{{DIh{c}}}{{I`{c}}}{DAbDFl}}{{{DHj{ce}}}c{}{}}{{{DJf{ce}}}c{}{}}{{{DFh{ceg}}}c{}{}{}}{{{DL`{c}}}cDAb}{{{DOh{c}}}cDAb}{{{DOj{ceg}}}cDAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Ed{c}}}cDAb}{{{Ej{ceg}}}cDAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Eh{ce}}}cDAbOj}{{{En{ceg}}}cDAb{}{{Cb{}{{Ch{e}}}}}}{{{EDj{ce}}}{{Lf{ce}}}DAbDAb}{{{DDb{c}}}cDAb}{{{DMn{c}}}cDAb}{{{DNd{ceik}}}cDAb{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{e}{{Ch{i}}}}}}{{{DCb{c}}}cDAb}{{{DCd{c}}}cDAb}{{{DFj{ceg}}}cDAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DCh{c}}}c{DAbICn}}{{{DBh{ceg}}}cDO`{{DBd{}{{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DEj{ce}}}c{}{}}{{{DIb{ce}}}c{}{}}{{{DHn{ce}}}c{}{}}{{{DIn{c}}}c{}}{{{DK`{ce}}}c{}{}}{{{DJj{ce}}}c{}{}}{{{DKn{ceg}}}cDO`{{DBd{}{{DKl{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EAn{ceg}}}cDO`{}{}}{{{EB`{ceg}}}c{}{}{}}{{{EBd{c}}}cDO`}{{{EBh{c}}}cDO`}{{{EAh{c}}}cDO`}{{{ECb{c}}}cDO`}{{{ECd{ceg}}}cDO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{ECf{ceg}}}cDO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EAd{c}}}cDO`}{{{EAf{c}}}cDO`}{{{EKb{ce}}}{{Lf{ce}}}{}{}}{{{EKf{cegi}}}{{Lf{ce}}}{}{}{}{}}{{{ID`{c}}}{}DFl}00{{{EKd{c}}}{}{DAbDFl}}00{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBf{{DIn{DBf}}}}{{{EFl{c}}}j{}}{EFdj}{{{DHf{c}}}j{}}{{{IDd{c}}}jOj}{{{ID`{c}}}j{}}{{{EKd{c}}}j{DAbDFl}}{{{DOn{c}}{DOl{ce}}}j{}{}}{{{DOl{ce}}{DOn{c}}}j{}{}}{{{Eh{ce}}}jDAbOj}{EJbj}6{{{ID`{c}}}jOj}5{{{DCj{ce}}}jDAb{{EJb{}{{Of{}}}}}}{{{DDj{ce}}}jEJb{FnBAl}}{{{ECl{gik}}}j{}{}{{EJb{}{{Of{{Lf{ce}}}}}}}{Fn{BAl{c}}}{Fn{BAl{e}}}}{{{DDl{c}}}jEJb}{{{DEb{c}}}jEJb}{{{DEd{c}}}j{DlDAb}}{{{DEf{c}}}j{DAbEJb}}{{{DFd{ceg}}}j{DAbEJb}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DFf{cgi}}}j{DAbEJb}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{IEf{}{{Ch{g}}}}}}{{{DG`{c}}}jDAb}{{{DGl{cgei}}}jDAb{}{{Oj{}{{Ch{e}}}}}{{Cb{e}{{Ch{g}}}}}}{{{DBj{ceg}}}jDAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAn{ceg}}}jDAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DHb{ce}}}jDO`{}}{{{DGn{ceg}}}jEJb{{Oj{}{{Ch{Ad}}}}}{{Cb{}{{Ch{e}}}}}}{{{DHf{c}}}jDAb}{{{DIh{c}}}j{DAbDFl}}{{{DHj{ce}}}j{}{}}{{{DJf{ce}}}jEJbIEf}{{{DFh{ceg}}}j{}{}{}}{{{DKf{c}}}j{EJbDFlALh}}{{{DNj{c}}}j{EJbDFlALh}}{{{DL`{c}}}jDAb}{{{IDl{c}}}jDAb}{{{IDn{c}}}jDAb}{{{IE`{ce}}}jDAb{{IEh{}{{Ch{j}}}}}}{{{IEb{ce}}}jDAbALh}{{{DOh{c}}}jEJb}{{{DOj{ceg}}}jEJb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Ed{c}}}jEJb}{{{Ej{ceg}}}jEJb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Eh{ce}}}jDAbOj}{{{En{ceg}}}jEJbOj{{Cb{}{{Ch{e}}}}}}{{{EDj{ce}}}jDAbDAb}{{{DDb{c}}}jEJb}{{{DMn{c}}}jDAb}{{{DNd{ceik}}}jEJb{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{e}{{Ch{i}}}}}}{{{DCb{c}}}jDAb}{{{DCd{c}}}jDAb}{{{DFj{ceg}}}jDAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DH`{ceg}}}jDAb{{Oj{}{{Ch{Ad}}}}}{{Cb{}{{Ch{e}}}}}}{{{DCh{c}}}j{EJbICn}}{{{DBh{ceg}}}j{DO`EJb}{{DBd{}{{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DEj{ce}}}j{}{}}{{{DIb{ce}}}j{}{}}{{{DHn{ce}}}j{}{}}{{{DIn{c}}}j{DO`EJb}}{{{DK`{ce}}}j{}{}}{{{DJj{ce}}}j{}{}}{{{DKn{ceg}}}j{DO`EJb}{{DBd{}{{DKl{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EC`{c}}}j{DO`DFlEJbALh}}{{{EAn{ceg}}}j{DO`EJb}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{EB`{cgi}}}j{DO`EJb}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{}}}}}{{Cb{}{{Ch{g}}}}}}{{{EBd{c}}}j{DO`EJb}}{{{EBh{c}}}jDO`}{{{EAj{ce}}}j{DO`EJb}{FnBAl}}{{{EAh{c}}}j{DO`EJb}}{{{ECb{c}}}j{DO`EJb}}{{{EBj{cgei}}}jDO`{}{{DBd{}{{DKl{e}}{Cd{}}}}}{{Cb{e}{{Ch{g}}}}}}{{{ECd{ceg}}}j{DO`EJb}{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{ECf{ceg}}}j{DO`EJb}{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EBn{ceg}}}jDO`{{Oj{}{{Ch{{Il{Ad}}}}}}}{{Cb{}{{Ch{e}}}}}}{{{EA`{ceg}}}jDO`{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{EAb{ceg}}}jDO`{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{EJn{c}}}jDl}{{{EK`{e}}}j{}{{Cb{}{{Ch{c}}}}}}{{{EJ`{c}}}j{}}{{{EJf{c}}}jOj}{{{EJh{c}}}j{}}{{{EJl{c}}}jDAb}{{{EKb{ce}}}jDAb{{DAb{}{{Of{}}}}}}{{{EKf{ceig}}}jDAb{{DAb{}{{Of{}}}}}{}{{Cb{g}{{Ch{EKh}}}}}}{{{EKl{cig}}}j{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{cEJdOh}{{{ID`{c}}}{{IEj{c}}}DFl}{{{EKd{c}}}{{IEl{c}}}{DAbDFl}}{{{ID`{c}}}{{IEn{c}}}DFl}{{{EKd{c}}}{{IF`{c}}}{DAbDFl}}{{{DAd{{ID`{c}}}}}{{IFb{c}}}{}}{{{DAd{{ID`{c}}}}}{{IFd{c}}}{}}{DAl{{DJ`{DAle}}}{}{{DAb{}{{Of{c}}}}}}{{{IDd{c}}}DbOj}{{{ID`{c}}}Db{}}{{{EKd{c}}}Db{DAbDFl}}{{DAlg}{{DJf{DAlg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DJj{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{DK`{DBfg}}}{}{}{{Cb{c}{{Ch{e}}}}}}{{}{{IDd{c}}}Oj}{{}{{ID`{c}}}{}}{{}{{EKd{c}}}{DAbDFl}}{{cIEd}{{EFl{c}}}{}}{{}{{Lf{EFdIEd}}}}{DAl{{DKf{DAl}}}}{{{DAd{{DL`{c}}}}e}{{IE`{ce}}}DAb{{Bb{}{{Ch{j}}}}}}{{{DAd{{DL`{c}}}}e}{{IEb{ce}}}DAbALh}{c{{EJf{c}}}Oj}{{DBfi}{{DKn{DBfgi}}}{}{}{{DBd{}{{DKl{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{{DAd{{DL`{c}}}}}{{IDl{c}}}DAb}{{{DAd{{DL`{c}}}}}{{IDn{c}}}DAb}{DAl{{DL`{DAl}}}}{{}{{EJh{c}}}{}}{{{DAd{{DDj{ce}}}}DLb}{{DLd{e}}}DAb{FnBAl}}{{{DAd{{ECl{gik}}}}DLb}{{DLd{{Lf{ik}}}}}{}{}{{DAb{}{{Of{{Lf{ce}}}}}}}{Fn{BAl{c}}}{Fn{BAl{e}}}}{{{DAd{{DDl{c}}}}DLb}DLdDAb}{{{DAd{{DEb{c}}}}DLb}DLdDAb}{{{DAd{{DGl{cgei}}}}DLb}{{DLd{e}}}DAb{}{{Oj{}{{Ch{e}}}}}{{Cb{e}{{Ch{g}}}}}}{{{DAd{{DBj{ceg}}}}DLb}{{DLd{j}}}DAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DAn{ceg}}}}DLb}{{DLd{j}}}DAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DHb{ce}}}}DLb}DLdDO`{}}{{{DAd{{DGn{ceg}}}}DLb}{{DLd{Ad}}}DAb{{Oj{}{{Ch{Ad}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DIh{c}}}}DLb}DLd{DAbDFl}}{{{DAd{{DKf{c}}}}DLb}DLd{DAbDFlALh}}{{{DAd{{DNj{c}}}}DLb}DLd{EJbDFlALh}}{{{DAd{{IDl{c}}}}DLb}DLdDAb}{{{DAd{{IDn{c}}}}DLb}DLdDAb}{{{DAd{{IE`{ce}}}}DLb}DLdDAb{{IEh{}{{Ch{j}}}}}}{{{DAd{{IEb{ce}}}}DLb}DLdDAbALh}{{{DAd{{DH`{ceg}}}}DLb}{{DLd{Ad}}}DAb{{Oj{}{{Ch{Ad}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EC`{c}}}}DLb}DLd{DO`DFlALh}}{{{DAd{{EBl{ceg}}}}DLb}DLdDO`{{DBd{}{{DKl{Ad}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EAj{ce}}}}DLb}DLdDO`{FnBAl}}{{{DAd{{EAl{c}}}}DLb}DLdDO`}{{{DAd{{EBj{cgei}}}}DLb}DLdDO`{}{{DBd{}{{DKl{e}}{Cd{}}}}}{{Cb{e}{{Ch{g}}}}}}{{{DAd{{EBn{ceg}}}}DLb}DLdDO`{{Oj{}{{Ch{{Il{Ad}}}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EA`{ceg}}}}DLb}{{DLd{{Il{j}}}}}DO`{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EAb{ceg}}}}DLb}{{DLd{{Il{j}}}}}DO`{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EFl{c}}}}DLb}DLdOj}{{{DAd{{DEf{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DFd{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{g}}}}}}{{{DAd{{DFf{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}Oj{{IEf{}{{Ch{g}}}}}}{{{DAd{{DG`{c}}}}DLb}{{DLd{{Il{Ad}}}}}DAb}{{{DAd{{DHf{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DHj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DJf{eg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}IEf}{{{DAd{{DFh{ceg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{}}{{{DAd{{DL`{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}DAb}}{{{DAd{{DOh{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DOj{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{g}}}}}}{{{DAd{{Ed{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{Ej{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{}{}}{{{DAd{{Eh{eg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}Oj}{{{DAd{{En{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{DDb{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DMn{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DNd{egik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{}{}{}}{{{DAd{{DCb{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DCd{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DFj{ceg}}}}DLb}{{DLd{{Il{Ad}}}}}DAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DOl{ec}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}}{{{DAd{{DBh{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{DEj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DIb{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DHn{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DIn{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}}{{{DAd{{DK`{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DJj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DKn{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{EAn{gik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{EB`{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{EBd{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DO`{DEn{c}}}}{{{DAd{{EBh{c}}}}DLb}{{DLd{{Il{Ad}}}}}DO`}{{{DAd{{EAh{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DO`{DEn{c}}}}{{{DAd{{ECb{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DO`{DEn{c}}}}{{{DAd{{ECd{gik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{ECf{gik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{EAd{g}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}}{{{DAd{{EAf{g}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}}{{{DAd{{DId{c}}}}DLb}{{DLd{{Il{AdAn}}}}}{{DO`{}{{Cd{An}}}}DLf}}{{{DAd{{DId{c}}}}DLb}{{DLd{{Il{{Ml{BBn}}An}}}}}{{DO`{}{{Cd{An}}}}}}{{{DAd{{DEf{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DFd{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{g}}}}}}{{{DAd{{DFf{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}Oj{{IEf{}{{Ch{g}}}}}}{{{DAd{{DG`{c}}}}DLb}{{DLd{{Il{Ad}}}}}DAb}{{{DAd{{DHf{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DHj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DJf{eg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}IEf}{{{DAd{{DFh{ceg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{}}{{{DAd{{DL`{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}DAb}}{{{DAd{{DOh{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DOj{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{g}}}}}}{{{DAd{{Ed{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{Ej{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{}{}}{{{DAd{{Eh{eg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}Oj}{{{DAd{{En{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{DDb{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DMn{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DNd{egik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{}{}{}}{{{DAd{{DCb{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DCd{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DFj{ceg}}}}DLb}{{DLd{{Il{Ad}}}}}DAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DOl{ec}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}}{{{DAd{{DBh{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{DEj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DIb{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DHn{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DIn{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}}{{{DAd{{DK`{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DJj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DKn{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{EAn{gik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{EB`{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{EBd{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DO`{DEn{c}}}}{{{DAd{{EBh{c}}}}DLb}{{DLd{{Il{Ad}}}}}DO`}{{{DAd{{EAh{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DO`{DEn{c}}}}{{{DAd{{ECb{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DO`{DEn{c}}}}{{{DAd{{ECd{gik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{ECf{gik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{EAd{g}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}}{{{DAd{{EAf{g}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}}{{{DAd{{DId{c}}}}DLb}{{DLd{{Il{AdAn}}}}}{{DO`{}{{Cd{An}}}}DLf}}{e{{EJj{e}}}{}{{Cb{DLb}{{Ch{{DLd{{I`{c}}}}}}}}}}{c{{EJl{c}}}DAb}{{{DAd{{DAb{}{{Of{c}}}}}}DLb}{{DLd{{I`{c}}}}}{}}{{{DAd{{EJj{e}}}}DLb}{{DLd{{I`{c}}}}}{}{{Cb{DLb}{{Ch{{DLd{{I`{c}}}}}}}}}}{{{DAd{{IDd{c}}}}DLb}{{DLd{I`}}}Oj}{{{DAd{{ID`{c}}}}DLb}{{DLd{I`}}}Oj}{{{DAd{{EKd{c}}}}DLb}{{DLd{I`}}}{DAbDFl}}{{{DAd{{DCj{ce}}}}DLb}{{DLd{I`}}}DAb{{DAb{}{{Of{}}}}}}{{{DAd{{DEd{c}}}}DLb}{{DLd{I`}}}{DlDAb}}{{{DAd{{DEf{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DFd{ceg}}}}DLb}{{DLd{I`}}}DAb{{Oj{}{{Ch{j}}}}}{{IEf{}{{Ch{e}}}}}}{{{DAd{{DFf{cgi}}}}DLb}{{DLd{{I`{e}}}}}DAb{}{{Oj{}{{Ch{{I`{e}}}}}}}{{IEf{}{{Ch{g}}}}}}{{{DAd{{DG`{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DHf{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DHj{ce}}}}DLb}{{DLd{I`}}}{}{}}{{{DAd{{DJf{ce}}}}DLb}{{DLd{I`}}}DAbIEf}{{{DAd{{DFh{ceg}}}}DLb}{{DLd{I`}}}{}{}{}}{{{DAd{{DL`{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DOh{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DOj{ceg}}}}DLb}{{DLd{I`}}}DAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{Ed{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{Ej{ceg}}}}DLb}{{DLd{I`}}}DAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{Eh{ce}}}}DLb}{{DLd{I`}}}DAbOj}{{{DAd{{En{ceg}}}}DLb}{{DLd{I`}}}DAbOj{{Cb{}{{Ch{e}}}}}}{{{DAd{{EDj{ce}}}}DLb}{{DLd{I`}}}DAbDAb}{{{DAd{{DDb{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DMn{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DNd{ceik}}}}DLb}{{DLd{{I`{g}}}}}DAb{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{e}{{Ch{i}}}}}}{{{DAd{{DCb{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DCd{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DFj{ceg}}}}DLb}{{DLd{I`}}}DAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DOn{c}}}}DLb}{{DLd{I`}}}DAb}{{{DAd{{DCh{c}}}}DLb}{{DLd{I`}}}{DAbICn}}{{{DAd{{DBh{ceg}}}}DLb}{{DLd{I`}}}DO`{{DBd{}{{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DEj{ce}}}}DLb}{{DLd{I`}}}{}{}}{{{DAd{{DIb{ce}}}}DLb}{{DLd{I`}}}{}{}}{{{DAd{{DHn{ce}}}}DLb}{{DLd{I`}}}{}{}}{{{DAd{{DIn{c}}}}DLb}{{DLd{I`}}}DO`}{{{DAd{{DK`{ce}}}}DLb}{{DLd{I`}}}{}{}}{{{DAd{{DJj{ce}}}}DLb}{{DLd{I`}}}{}{}}{{{DAd{{DKn{ceg}}}}DLb}{{DLd{I`}}}DO`{{DBd{}{{DKl{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EAn{ceg}}}}DLb}{{DLd{I`}}}DO`{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EB`{cgi}}}}DLb}{{DLd{I`}}}DO`{}{{DBd{}{{DKl{{I`{e}}}}{Cd{}}}}}{{Cb{}{{Ch{g}}}}}}{{{DAd{{EBd{c}}}}DLb}{{DLd{I`}}}DO`}{{{DAd{{EBh{c}}}}DLb}{{DLd{I`}}}DO`}{{{DAd{{EAh{c}}}}DLb}{{DLd{I`}}}DO`}{{{DAd{{ECb{c}}}}DLb}{{DLd{I`}}}DO`}{{{DAd{{EKj{cge}}}}DLb}{{DLd{I`}}}{}{{DBd{}{{DKl{{I`{Lf}}}}}}}{{Cb{c}{{Ch{e}}}}}{}}{{{DAd{{ECd{ceg}}}}DLb}{{DLd{I`}}}DO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{ECf{ceg}}}}DLb}{{DLd{I`}}}DO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DAd{{EAd{c}}}}DLb}{{DLd{I`}}}DO`}{{{DAd{{EAf{c}}}}DLb}{{DLd{I`}}}DO`}{{{DAd{{EJd{c}}}}DLb}{{DLd{I`}}}BIl}{{{DAd{{EJn{c}}}}DLb}{{DLd{I`}}}Dl}{{{DAd{{EK`{e}}}}DLb}{{DLd{I`}}}{}{{Cb{}{{Ch{c}}}}}}{{{DAd{{EJ`{c}}}}DLb}{{DLd{I`}}}{}}{{{DAd{{EJf{c}}}}DLb}{{DLd{I`}}}Oj}{{{DAd{{EJh{c}}}}DLb}{{DLd{I`}}}{}}{{{DAd{{EJl{e}}}}DLb}{{DLd{I`}}}{}{{DAb{}{{Of{c}}}}}}{{{DAd{{EKb{ce}}}}DLb}{{DLd{I`}}}DAb{{DAb{}{{Of{}}}}}}{{{DAd{{EKf{ceig}}}}DLb}{{DLd{I`}}}DAb{{DAb{}{{Of{}}}}}{}{{Cb{g}{{Ch{EKh}}}}}}{{{DAd{{EKl{cge}}}}DLb}{{DLd{I`}}}{}{{Oj{}{{Ch{{I`{Lf}}}}}}}{{Cb{c}{{Ch{e}}}}}{}}{{{DAd{{EFl{c}}}}DLb}{{DLd{I`}}}DAb}{{DAlDLb}{{DLd{{I`{c}}}}}{}}{{{DAd{{DL`{c}}}}DLb}{{DLd{I`}}}DAb}0{{{DAd{{DId{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}{{DO`{}{{Cd{An}}}}}}{{{DAd{{DEf{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DFd{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{g}}}}}}{{{DAd{{DFf{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}Oj{{IEf{}{{Ch{g}}}}}}{{{DAd{{DG`{c}}}}DLb}{{DLd{{Il{Ad}}}}}DAb}{{{DAd{{DHf{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DHj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DJf{eg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}IEf}{{{DAd{{DFh{ceg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{}}{{{DAd{{DL`{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}DAb}}{{{DAd{{DOh{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DOj{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{g}}}}}}{{{DAd{{Ed{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{Ej{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{}{}}{{{DAd{{Eh{eg}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}Oj}{{{DAd{{En{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{DDb{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DMn{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DNd{egik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}{}{}{}}{{{DAd{{DCb{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DCd{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DAb{DEn{c}}}}{{{DAd{{DFj{ceg}}}}DLb}{{DLd{{Il{Ad}}}}}DAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DAd{{DOl{ec}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}}{{{DAd{{DBh{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{DEj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DIb{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DHn{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DIn{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}}{{{DAd{{DK`{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DJj{ce}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}}{{{DAd{{DKn{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{EAn{gik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{EB`{egi}}}}DLb}{{DLd{{Il{Ad}}}}}{}{{DEn{c}}}{}{}}{{{DAd{{EBd{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DO`{DEn{c}}}}{{{DAd{{EBh{c}}}}DLb}{{DLd{{Il{Ad}}}}}DO`}{{{DAd{{EAh{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DO`{DEn{c}}}}{{{DAd{{ECb{e}}}}DLb}{{DLd{{Il{Ad}}}}}{}{DO`{DEn{c}}}}{{{DAd{{ECd{gik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{ECf{gik}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{EAd{g}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}}{{{DAd{{EAf{g}}}}DLb}{{DLd{{Il{Ad}}}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}}{{{DAd{{DId{c}}}}DLb{Ml{BBn}}}{{DLd{{Il{DbAn}}}}}{{DO`{}{{Cd{An}}}}DLf}}{{{IDd{c}}c}AdOj}{{{ID`{c}}c}Ad{}}{{{EKd{c}}c}Ad{DAbDFl}}22{{DAlDb}{{DMn{DAl}}}}{c{{EJn{c}}}Dl}{e{{EK`{e}}}{}{{Cb{}{{Ch{c}}}}}}{{{DOn{e}}{DOl{ec}}}{{Il{e{IDj{ec}}}}}{}{{DEn{c}}DFl}}{{{DOl{ec}}{DOn{e}}}{{Il{e{IDj{ec}}}}}{}{{DEn{c}}DFl}}{DAl{{DJ`{eDAl}}}{}{{DAb{}{{Of{c}}}}}}{{DAlck}{{DNd{DAlcik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{ce}{{Ch{i}}}}}}{{ce}{{EKb{ce}}}DAb{{DAb{}{{Of{}}}}}}`{cEKdOh}{DAl{{DNj{DAl}}}}{{cei}{{EKf{ceig}}}DAb{{DAb{}{{Of{}}}}}Fn{{Cb{g}{{Ch{EKh}}}}}}{{{DAb{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{{IDd{c}}}{{Lf{Db{I`{Db}}}}}Oj}{{{ID`{c}}}{{Lf{Db{I`{Db}}}}}Oj}{{{DCj{ce}}}{{Lf{Db{I`{Db}}}}}DAb{{DAb{}{{Of{}}}}}}{{{DEd{c}}}{{Lf{Db{I`{Db}}}}}{DlDAb}}{{{DEf{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{DFd{ceg}}}{{Lf{Db{I`{Db}}}}}DAb{{Oj{}{{Ch{j}}}}}{{IEf{}{{Ch{e}}}}}}{{{DFf{cgi}}}{{Lf{Db{I`{Db}}}}}DAb{}{{Oj{}{{Ch{{I`{e}}}}}}}{{IEf{}{{Ch{g}}}}}}{{{DG`{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{DHf{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{DHj{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DJf{ce}}}{{Lf{Db{I`{Db}}}}}DAbIEf}{{{DFh{ceg}}}{{Lf{Db{I`{Db}}}}}{}{}{}}{{{DL`{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{DOh{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{DOj{ceg}}}{{Lf{Db{I`{Db}}}}}DAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Ed{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{Ej{ceg}}}{{Lf{Db{I`{Db}}}}}DAb{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{Eh{ce}}}{{Lf{Db{I`{Db}}}}}DAbOj}{{{En{ceg}}}{{Lf{Db{I`{Db}}}}}DAbOj{{Cb{}{{Ch{e}}}}}}{{{EDj{ce}}}{{Lf{Db{I`{Db}}}}}DAbDAb}{{{DDb{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{DMn{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{DNd{ceik}}}{{Lf{Db{I`{Db}}}}}DAb{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cb{e}{{Ch{i}}}}}}{{{DCb{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{DCd{c}}}{{Lf{Db{I`{Db}}}}}DAb}{{{DFj{ceg}}}{{Lf{Db{I`{Db}}}}}DAb{DAbDFl}{{Cb{}{{Ch{e}}}}}}{{{DCh{c}}}{{Lf{Db{I`{Db}}}}}{DAbICn}}{{{DBh{ceg}}}{{Lf{Db{I`{Db}}}}}DO`{{DBd{}{{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{DEj{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DIb{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DHn{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DIn{c}}}{{Lf{Db{I`{Db}}}}}DO`}{{{DK`{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DJj{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DKn{ceg}}}{{Lf{Db{I`{Db}}}}}DO`{{DBd{}{{DKl{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EAn{ceg}}}{{Lf{Db{I`{Db}}}}}DO`{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{e}}}}}}{{{EB`{cgi}}}{{Lf{Db{I`{Db}}}}}DO`{}{{DBd{}{{DKl{{I`{e}}}}{Cd{}}}}}{{Cb{}{{Ch{g}}}}}}{{{EBh{c}}}{{Lf{Db{I`{Db}}}}}DO`}{{{EAh{c}}}{{Lf{Db{I`{Db}}}}}DO`}{{{ECb{c}}}{{Lf{Db{I`{Db}}}}}DO`}{{{ECd{ceg}}}{{Lf{Db{I`{Db}}}}}DO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{ECf{ceg}}}{{Lf{Db{I`{Db}}}}}DO`{{DBd{}{{DKl{j}}{Cd{}}}}}{{Cb{}{{Ch{e}}}}}}{{{EJd{c}}}{{Lf{Db{I`{Db}}}}}BIl}{{{EJn{c}}}{{Lf{Db{I`{Db}}}}}Dl}{{{EK`{e}}}{{Lf{Db{I`{Db}}}}}{}{{Cb{}{{Ch{c}}}}}}{{{EJ`{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EJf{c}}}{{Lf{Db{I`{Db}}}}}Oj}{{{EJh{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EJl{e}}}{{Lf{Db{I`{Db}}}}}{}{{DAb{}{{Of{c}}}}}}{{DAlDb}{{DOh{DAl}}}}{{DAlg}{{DOj{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{{ID`{{ELh{Ad}}}}{ELh{Ad}}}{{Il{AdELb}}}}{{{ID`{{ELl{Ad}}}}{ELl{Ad}}}{{Il{AdELb}}}}{DAl{{Lf{{DOl{DAlc}}{DOn{DAl}}}}}{}}{{{DAd{{DEf{e}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}}{{{DAd{{DFd{egi}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{g}}}}}}{{{DAd{{DFf{egi}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}Oj{{IEf{}{{Ch{g}}}}}}{{{DAd{{DG`{c}}}}e}{{Il{Ad}}}DAb{}}{{{DAd{{DHf{e}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}}{{{DAd{{DHj{ce}}}}g}{{Il{Ad}}}{}{}{}}{{{DAd{{DJf{eg}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}IEf}{{{DAd{{DFh{ceg}}}}i}{{Il{Ad}}}{}{}{}{}}{{{DAd{{DL`{e}}}}c}{{Il{Ad}}}{}{{DEn{c}}DAb}}{{{DAd{{DOh{e}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}}{{{DAd{{DOj{egi}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}{{Oj{}{{Ch{j}}}}}{{Cb{}{{Ch{g}}}}}}{{{DAd{{Ed{e}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}}{{{DAd{{Ej{egi}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}{}{}}{{{DAd{{Eh{eg}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}Oj}{{{DAd{{En{egi}}}}c}{{Il{Ad}}}{}{{DEn{c}}}{}{}}{{{DAd{{DDb{e}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}}{{{DAd{{DMn{e}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}}{{{DAd{{DNd{egik}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}{}{}{}}{{{DAd{{DCb{e}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}}{{{DAd{{DCd{e}}}}c}{{Il{Ad}}}{}{DAb{DEn{c}}}}{{{DAd{{DFj{ceg}}}}i}{{Il{Ad}}}DAb{DAbDFl}{{Cb{}{{Ch{e}}}}}{}}{{{DAd{{DOl{ec}}}}c}{{Il{Ad}}}{}{{DEn{c}}}}{{{DAd{{DBh{egi}}}}c}{{Il{Ad}}}{}{{DEn{c}}}{}{}}{{{DAd{{DEj{ce}}}}g}{{Il{Ad}}}{}{}{}}{{{DAd{{DIb{ce}}}}g}{{Il{Ad}}}{}{}{}}{{{DAd{{DHn{ce}}}}g}{{Il{Ad}}}{}{}{}}{{{DAd{{DIn{e}}}}c}{{Il{Ad}}}{}{{DEn{c}}}}{{{DAd{{DK`{ce}}}}g}{{Il{Ad}}}{}{}{}}{{{DAd{{DJj{ce}}}}g}{{Il{Ad}}}{}{}{}}{{{DAd{{DKn{egi}}}}c}{{Il{Ad}}}{}{{DEn{c}}}{}{}}{{{DAd{{EAn{gik}}}}c}{{Il{Ad}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{EB`{egi}}}}c}{{Il{Ad}}}{}{{DEn{c}}}{}{}}{{{DAd{{EBd{e}}}}c}{{Il{Ad}}}{}{DO`{DEn{c}}}}{{{DAd{{EBh{c}}}}e}{{Il{Ad}}}DO`{}}{{{DAd{{EAh{e}}}}c}{{Il{Ad}}}{}{DO`{DEn{c}}}}{{{DAd{{ECb{e}}}}c}{{Il{Ad}}}{}{DO`{DEn{c}}}}{{{DAd{{ECd{gik}}}}c}{{Il{Ad}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{ECf{gik}}}}c}{{Il{Ad}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}{}{}}{{{DAd{{EAd{g}}}}c}{{Il{Ad}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}}{{{DAd{{EAf{g}}}}c}{{Il{Ad}}}{}{}{DO`{DEn{c}{{Cd{e}}}}}}{{DAlDb}{{Ed{DAl}}}}{{{Eh{ce}}}{{I`{e}}}DAbOj}{{{Eh{ce}}}I`DAbOj}{{DAlc}{{Eh{DAlc}}}Oj}{{DAlg}{{Ej{DAleg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DAlg}{{En{DAleg}}}{}Oj{{Cb{c}{{Ch{e}}}}}}{ce{}{}}000000000{cAB`{}}000{cJl{}}000{EKhEKh}{{DBfg}{{EA`{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfg}{{EAb{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfDb}{{EAd{DBf}}}}{{DBfDb}{{EAf{DBf}}}}{{DBfDb}{{EAh{DBf}}}}{DBf{{EAj{DBfe}}}{}{Fn{BAl{c}}}}{c{{Il{e}}}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBf{{EAl{DBf}}}}{{DBfg}{{EAn{DBfeg}}}{}{{Oj{}{{Ch{j}}}}}{{Cb{c}{{Ch{e}}}}}}{{DBfk}{{EB`{DBfik}}}{}{}{}{{DBd{}{{DKl{{I`{e}}}}{Cd{g}}}}}{{Cb{c}{{Ch{i}}}}}}{DBf{{EBd{DBf}}}}{{DBfc}{{EBh{DBf}}}{{K`{{I`{Db}}}}}}{{DBfck}{{EBj{DBfick}}}{}{}{}{{DBd{}{{DKl{c}}{Cd{g}}}}}{{Cb{ce}{{Ch{i}}}}}}{{DBfi}{{EBl{DBfgi}}}{}{}{{DBd{}{{DKl{Ad}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfck}{{EBn{DBfik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{Adg}}}}}}}{{Cb{e}{{Ch{i}}}}}}88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBf{{EC`{DBf}}}}{{{DAd{c}}DLb}DLd{}}000000000000{{{DAd{{DO`{}{{DKl{c}}{Cd{e}}}}}}DLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{{DAd{c}}DLb}{{DLd{{I`{Il}}}}}{}}000000000000000000000000000000000000000000000000000000{{DBfDLb}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{{DBfDb}{{ECb{DBf}}}}{{DBfi}{{ECd{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{DBfi}{{ECf{DBfgi}}}{}{}{{DBd{}{{DKl{j}}{Cd{e}}}}}{{Cb{c}{{Ch{g}}}}}}{{ci}{{EKj{cig}}}{}{}{{DBd{}{{DKl{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{cJ`{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{ci}{{EKl{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cb{c}{{Ch{g}}}}}}{DAl{{ECl{DAlei}}}{}{Fn{BAl{c}}}{}{Fn{BAl{g}}}}{{DAlc}{{EDj{DAlc}}}DAb}``````{{cg}i{}{}{{An{e}}}{}}00004444444444{cCj{}}0000000005555555555{{c{Cl{e}}}g{}{}{}}0000{c{{HN`{e}}}{}{}}77777{Dbc{}}000000000{DbAd}0000{{{IFb{c}}Df}{{Il{AdAl}}}Jj}{{{IEn{c}}Df}{{Il{AdAl}}}{JjDFl}}{{{IFd{c}}Df}{{Il{AdAl}}}Jj}{{{IEj{c}}Df}{{Il{AdAl}}}{JjDFl}}{{{IFf{c}}Df}{{Il{AdAl}}}{JjDFl}}{cc{}}000000000?????{{}Db}0000{ce{}{}}000000000{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000>>>>>33333333333333333333{{{IFb{c}}}I`{}}{{{IEn{c}}}I`DFl}{{{IFd{c}}}I`{}}{{{IEj{c}}}I`DFl}{{{IFf{c}}}I`DFl}{c{{HNh{e}}}{}{}}{c{{HNj{e}}}{}{}}10{{{IFb{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{IEn{c}}}{{Lf{Db{I`{Db}}}}}DFl}{{{IFd{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{IEj{c}}}{{Lf{Db{I`{Db}}}}}DFl}{{{IFf{c}}}{{Lf{Db{I`{Db}}}}}DFl}{c{{HNl{e}}}{}{}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000{ce{}{}}000000000````{{cg}i{}{}{{An{e}}}{}}00111111{cCj{}}00000222222{{c{Cl{e}}}g{}{}{}}00333{Dbc{}}00000{DbAd}00{{{IEl{c}}Df}{{Il{AdAl}}}{JjDFl}}{{{IF`{c}}Df}{{Il{AdAl}}}{JjDFl}}{{{IFh{c}}Df}{{Il{AdAl}}}{JjDFl}}{cc{}}00000999{{}Db}00::::::{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00:::============{{{IEl{c}}}I`{DAbDFl}}{{{IF`{c}}}I`{DAbDFl}}{{{IFh{c}}}I`{DAbDFl}}{cEKdOh}{{{IEl{c}}}{{Lf{Db{I`{Db}}}}}{DAbDFl}}{{{IF`{c}}}{{Lf{Db{I`{Db}}}}}{DAbDFl}}{{{IFh{c}}}{{Lf{Db{I`{Db}}}}}{DAbDFl}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000````````````````````{{cg}i{}{}{{An{e}}}{}}00000000011111111111111111111{cCj{}}0000000000000000000{EKnIFj}{EKnIFl}{c{{DLd{{I`{c}}}}}{}}55555555555555555555{{{DLd{{I`{{Il{ce}}}}}}}IFn{}{}}{{{DLd{{Il{ce}}}}}IFn{}{}}{{c{Cl{e}}}g{}{}{}}000000000{EKnEKn}{{{DLd{c}}}{{DLd{c}}}Dl}{IG`IG`}{{EKnEKn}Ad}{{ce}Ad{}{}}00{{{DLd{c}}{DLd{c}}}HdHOl}{{ce}Hd{}{}}??????????{IFjAd}{{}IGb}{Dbc{}}000{EM`EKn}1111111111111111{OjAd}{DbAd}{{{ELh{c}}}Ad{}}111111{EKnAd}222{{{DLd{c}}{DLd{c}}}jGh}{{IFjIFj}j}{{IG`IG`}j}{{ce}j{}{}}00{{ELbDf}{{Il{AdAl}}}}0{{{ELh{c}}Df}{{Il{AdAl}}}{}}{{IGbDf}{{Il{AdAl}}}}{{{ELl{c}}Df}{{Il{AdAl}}}{}}{{EM`Df}{{Il{AdAl}}}}{{DLbDf}{{Il{AdAl}}}}{{EKnDf}{{Il{AdAl}}}}{{{DLd{c}}Df}{{Il{AdAl}}}Jj}{{IFjDf}{{Il{AdAl}}}}{{IG`Df}{{Il{AdAl}}}}{cc{}}{{{ELl{c}}}{{ELh{c}}}{}}{{{DAd{{Ib{Oj}}}}}{{ELh{Ad}}}}{{{DAd{{Ib{c}}}}}{{ELh{Ad}}}{{Oj{}{{Ch{Ad}}}}}}{{{Ib{Oj}}}{{ELh{Ad}}}}{{{Ib{c}}}{{ELh{Ad}}}{{Oj{}{{Ch{Ad}}}}}}55{{{Ib{c}}}{{ELl{Ad}}}{{Oj{}{{Ch{Ad}}}}Fd}}{{{DAd{{Ib{Oj}}}}}{{ELl{Ad}}}}{{{DAd{{Ib{c}}}}}{{ELl{Ad}}}{{Oj{}{{Ch{Ad}}}}Fd}}8{{{Ib{Oj}}}{{ELl{Ad}}}}99{{{Id{c}}}EKn{IGdFdNd}}:{Nnc{}};{c{{DLd{c}}}{}}{{{If{c}}}IFjIGf}{{{Id{c}}}IFj{IGdFdNd}}>>>>>>>>>>>>{{}{{DLd{{Il{ce}}}}}{}{}}{{}{{DLd{{I`{{Il{ce}}}}}}}{}{}}{IFjEKn}{{{Il{EMfc}}}{{DLd{{Il{eg}}}}}{}{}{{ED`{c}}}}{{{Il{EMfc}}}{{DLd{{I`{{Il{eg}}}}}}}{}{}{{ED`{c}}}}{ce{}{}}000000000{EKnDLb}{{{DLd{c}}e}AdAjGC`}{{}Db}00000000033333333333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}000000000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}000000000{{c{Cl{e}}}g{}{}{}}00000000077777777777777777777{c{}{}}0{{{ELh{c}}}{{ELl{c}}}{}}{EG`Oj}::::::::::{{{DLd{c}}}j{}}0{ELbj}{DLbIFl}{{{DLd{c}}g}{{DLd{e}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DLd{{Il{ce}}}}i}{{DLd{{Il{cg}}}}}{}{}{}{{Bb{e}{{Ch{g}}}}}}{{{DLd{{I`{{Il{ce}}}}}}i}{{DLd{{I`{{Il{cg}}}}}}}{}{}{}{{Bb{e}{{Ch{g}}}}}}{{{DLd{{I`{{Il{ce}}}}}}i}{{DLd{{I`{{Il{ge}}}}}}}{}{}{}{{Bb{c}{{Ch{g}}}}}}{{{DLd{{Il{ce}}}}i}{{DLd{{Il{ge}}}}}{}{}{}{{Bb{c}{{Ch{g}}}}}}{e{{ELh{c}}}{}{{EG`{c}}}}{{}IGb}{e{{ELl{c}}}{}{{EG`{c}}Fd}}{EKnEM`}{{AdIG`}IFj}{{{DAj{Ad}{{Ch{IFj}}}}{DAj{Ad}{{Ch{Ad}}}}{DAj{Ad}{{Ch{Ad}}}}{DAj{Ad}{{Ch{Ad}}}}}IG`}{{{IGh{EKn}}}EM`}{{}EKn}00{{{DLd{c}}{DLd{c}}}{{I`{Hd}}}BE`}{{{DAd{{ELh{c}}}}DLb}{{DLd{c}}}{}}{{{DAd{{ELl{c}}}}DLb}{{DLd{c}}}{}}{{IGbEKn}Ad}{{}ELb}{{EL`c}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}Fd}}{{ELdc}{{Il{AdELb}}}{{Oj{}{{Ch{Ad}}}}}}{{ELf{ELh{Ad}}}{{Il{AdELb}}}}{{ELdc}{{Il{DNbELb}}}Oj}{{ELj{ELl{Ad}}}{{Il{AdELb}}}}{{EL`c}{{Il{DNbELb}}}{OjFd}}{ELj{{Il{AdELb}}}}{ELf{{Il{AdELb}}}}{IGb{{I`{EKn}}}}{ce{}{}}00{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000{{{DAd{c}}DLb}DLd{}}0{cJ`{}}00000000066666666666666666666{IFjIG`}{{{Id{ELn}}}Ad}{IGbAd}{EKnAd}20{{{Id{c}}}EKnELn}{DLbEKn}{{{Id{c}}}EM`ELn}{{EKnEKn}j}{{{DAj{EMbEMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJd}0`````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{IGjCLnCMb}Ad}{{c{Cl{e}}}g{}{}{}}{{cDbi}{{Mh{e}}}AjCJd{{Oj{}{{Ch{EMf}}}}CJd}{{Bb{{EDl{e}}}{{Ch{g}}}}CJd}}4{{}IGj}{Dbc{}}0{DbAd}{{IGjDf}{{Il{AdAl}}}}{cc{}}09{{{EMh{}{{Ch{c}}}}EMj}Ad{}}{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};>>>9{{{DAj{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAb{}{{Of{c}}}}CJd}}{{cg}{{Mh{e}}}Aj{}{{DAb{}{{Of{e}}}}CJd}}{{{Ib{{EMh{}{{Ch{c}}}}}}{DAd{{Ib{DAb}}}}}{{DAd{{Ib{DAb}}}}}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{cek}{{Mh{g}}}AjCJdCJd{{Oj{}{{Ch{{Lf{ge}}}}}}CJd}{{Cb{e}{{Ch{i}}}}CJdNd}}{{IGjcg}{{Jn{{DAd{{Ib{Oj}}}}}}}{{BIl{}{{Of{{Ib{EMh}}}}}}}CJd{{DEn{e}{{Cd{HMb}}}}DFlCJdDl}}````````````````````{{cg}i{}{}{{An{e}}}{}}00000003333333333333333{cCj{}}0000000000000004444444444444444{{c{Cl{e}}}g{}{}{}}0000000{{CLfMf}HAl}{HAnHAn}{HAlHAl}{HBbHBb}{IGlIGl}{IGnIGn}{IH`IH`}{IHbIHb}{HB`HB`}{{ce}Ad{}{}}0000000`????????`{{}HAn}{{}HBb}{{}IGl}{{}IGn}{{}IH`}{{}HB`}{Dbc{}}000000000000000{{{EMn{}{{EMl{c}}}}{Jn{c}}}Ad{}}{{HB`c}Ad{{Cb{HAlDd}}}}{DbAd}0000000{{IHbIHb}j}`{{HAnDf}{{Il{AdAl}}}}{{HAlDf}{{Il{AdAl}}}}{{HBbDf}{{Il{AdAl}}}}{{IGlDf}{{Il{AdAl}}}}{{IGnDf}{{Il{AdAl}}}}{{IH`Df}{{Il{AdAl}}}}{{IHbDf}{{Il{AdAl}}}}{{HB`Df}{{Il{AdAl}}}}`{HGdHAn}{DdHAn}{cc{}}{HGfHAn}11111{HGdIHb}{DdIHb}3{GdHB`}{JlHB`}555555555{ce{}{}}0000000`{{}Db}00000001111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}0000000555555555555555555555555{{CLfCLf}HAl}````{cHAl{{Bb{IHd}}}}```{HAlIHf}{{CLfOb}HAl}```````99999999{{HAl{IHh{MfENhENh}}}HAl}{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}0000000================``{{HBbDd}HBb}{{HBbIGl}HBb}{{HBbIGn}HBb}{{HBbMf}HBb}```````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011?{IHjIHj}{{ce}Ad{}{}}3{Dbc{}}0{DbAd}{{IHjIHj}j}{{ce}j{}{}}00{{IHjDf}{{Il{AdAl}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}>>>``>{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cg}i{}{}{{An{e}}}{}}0`{{IHdIHl}Ad}{{IHdCLfCLfMf}Ad}3333{cCj{}}000{{IHdCLfCLfCLf}Ad}5555{IHdHAl}::`{{IHdCLfMf}Ad}{IHlIHl}{{ce}Ad{}{}}{IHdAd}::{{}IHd}{Dbc{}}000{DbAd}0{{IHdIHn}Ad}`{{IHlDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{{IHdCLf}Ad}0<{{IHdCLfCLf}Ad}`{{IHdCLfOb}Ad}`8{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;``{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0==8``{IHnIHn}{{ce}Ad{}{}}?{Dbc{}}0{DbAd}``{{IHnDf}{{Il{AdAl}}}}{IHlIHn}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555`````5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88`````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000000000099999999999999999999999999999999999999999999999999{cCj{}}0000000000000000000000000000000000000000000000000{II`IIb}{IHfIId}{IIfIIh}{{IHfENb}{{Ml{Mf}}}}{{IIdENb}{{Ml{Mf}}}}{{IIj{ENj{MfENh}}{Ml{Mf}}}ENb}{{IIl{ENj{MfENh}}{Ml{Mf}}}ENb}0{ce{}{}}0000000000000000000000000000000000000000000000000{IIjIHf}{IIlIHf}0`{{}IIn}{{}{{IJ`{IIj}}}}{IIfIJb}{DbIIl}{{c{Cl{e}}}g{}{}{}}000000000000000000000000{IIfAd}{F`F`}{II`II`}{IIbIIb}{{{Ff{ce}}}{{Ff{ce}}}DlDl}{IHfIHf}{IIdIId}{IIjIIj}{IIlIIl}{IJdIJd}{IJfIJf}{IJhIJh}{IIfIIf}{IIhIIh}{{{EOh{c}}}{{EOh{c}}}Dl}{IJjIJj}{IJlIJl}{IJnIJn}{IK`IK`}{IKbIKb}{EO`EO`}{ENfENf}{ENbENb}{IKdIKd}{{ce}Ad{}{}}0000000000000000000000```{ce{}{}}000000000000000000000000{{IIj{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{IIl{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}0{{}F`}{{}IHf}{{}IIj}{{}IIf}{Dbc{}}0000000000000000000000000000000000000000000000000{DbAd}000000000000000000000000{{IIjj}Ad}{{IIlj}Ad}0{{F`F`}j}{{{Ff{ce}}{Ff{ce}}}jGhGh}{{IJlIJl}j}{{IJnIJn}j}{{IK`IK`}j}{{IKbIKb}j}{{EO`EO`}j}{{ENfENf}j}{{ENbENb}j}{{IKdIKd}j}{{ce}j{}{}}00000000000000{{II`IKd}{{Ff{ENbENf}}}}{{IIbIKd}{{Ff{ENbENf}}}}{{{EOh{c}}IKd}{{Ff{cAd}}}{}}{{IJjIKd}{{Ff{ENbENf}}}}{{II`{Ml{c}}{Ml{e}}}{{IKf{ce}}}{}{}}{{IIj{Ml{IId}}}Ad}{{IIl{Ml{IId}}}Ad}{IHf{{I`{{Lf{{ENj{MfENh}}{Ml{Mf}}}}}}}}{IId{{I`{{Lf{{ENj{MfENh}}{Ml{Mf}}}}}}}}{{F`Df}{{Il{AdAl}}}}{{II`Df}{{Il{AdAl}}}}{{IIbDf}{{Il{AdAl}}}}{{{Ff{ce}}Df}{{Il{AdAl}}}JjJj}{{IHfDf}{{Il{AdAl}}}}{{IIdDf}{{Il{AdAl}}}}{{IJhDf}{{Il{AdAl}}}}{{IIfDf}{{Il{AdAl}}}}{{IIhDf}{{Il{AdAl}}}}{{IJlDf}{{Il{AdAl}}}}{{IJnDf}{{Il{AdAl}}}}{{IK`Df}{{Il{AdAl}}}}{{IKbDf}{{Il{AdAl}}}}{{EO`Df}{{Il{AdAl}}}}{{ENfDf}{{Il{AdAl}}}}{{ENbDf}{{Il{AdAl}}}}{{IKdDf}{{Il{AdAl}}}}{{IJfMfc}Ad{{Cb{{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}}}}{cc{}}0000{II`IIb}{{{Ff{ce}}}cDl{}}22{IHfIId}3333333333333333333333333333333333333333333{cIHf{{Oh{}{{Of{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}}}}{cIIf{{Oh{}{{Of{IId}}}}}}{ce{}{}}000000000000000000000000{DbENf}{DbENb}{{EN`ENb}{{Ml{Mf}}}}{{IKhENb}{{Ml{Mf}}}}{{IHfENb}{{Ml{Mf}}}}{{IIdENb}{{Ml{Mf}}}}{{IIfDb}IId}{{IIhDb}IId}{{ENdENf}{{ENj{MfENh}}}}{{IHfENf}{{ENj{MfENh}}}}{{IIdENf}{{ENj{MfENh}}}}{{{EOh{c}}ENf}{{ENj{MfENh}}}ENl}{{ENdENb}{{ENj{MfENh}}}}{{IHfENb}{{ENj{MfENh}}}}{{IIdENb}{{ENj{MfENh}}}}{{{EOh{c}}ENb}{{ENj{MfENh}}}ENl}{{{Ff{ce}}g}AdAjAjGC`}{{EO`c}AdGC`}{{ENfc}AdGC`}{{ENbc}AdGC`}{{IKdc}AdGC`}{IHfIJh}{IIdIJh}{{{EOh{c}}}IKj{}}:>9={{{EOh{c}}ENb}c{}}{IIf{{FAf{Db}}}}{IIh{{FAf{Db}}}}{{}Db}000000000000000000000000{ce{}{}}0000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000000000444444444444444444444444444444444444444444444444444{II`IKl}{IHfIJd}{IIdIJd}0777{IKnIHf}8888888888888888888888888{{{Ff{ce}}}j{}{}}{IIdj}{IIfj}{IIhj}{{IKbIBf}j}{IK`j}109{IIbIKl}98{IIfIL`}{IIhIL`}{{{EOh{c}}}{{ILb{c}}}{}}{IJjILd}{IHfIJf}{IIdIJf}``{IHf{{I`{{Lf{{ENj{MfENh}}{Ml{Mf}}}}}}}}{IId{{I`{{Lf{{ENj{MfENh}}{Ml{Mf}}}}}}}}{IIfDb}{IIhDb}{{IIj{ENj{MfENh}}{Ml{Mf}}}ENb}{{IIl{ENj{MfENh}}{Ml{Mf}}}ENb}0`{{{Ml{Mf}}Db}IKh}{{}IHf}{{}IIj}{DbIIl}{{}IIf}{IKnI`}{IJd{{I`{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}}{IJfI`}{IJh{{I`{{Ff{ENbENf}}}}}}{{II`IKd}{{I`{IKd}}}}{{IIbIKd}{{I`{IKd}}}}{{II`IKd}IKd}{{IIbIKd}IKd}{EN`Db}{IKhDb}{IHfDb}{IIdDb}{IIjDb}{IIlDb}0{ENfDb}{ENbDb}{IK`IK`}``{{{EOh{c}}}{{ILf{c}}}ENl}{{II`{Ml{c}}{Ml{e}}}{{ILh{ce}}}{}{}}{IJfIJd}```{ENl{{ENj{MfENh}}}}{{IIj{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{IIl{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}0{{IIjDbDb}Ad}{{IIlDbDb}Ad}0{{IIfDbDbDb}Ad}{IHf{{ILj{IKn}}}}{IId{{ILj{IKn}}}}{{}{{Fn{IIj}}}}`{{{Ff{ce}}}cDl{}}{IK`Mf}{ce{}{}}0000000000000000000000{ENfDb}{ENbDb}{IKdDb}`{{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}c}{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}{{Fl{Mf}}}}{{IHfc}IHf{{Fl{Mf}}}}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000{cJ`{}}00000000000000000000000088888888888888888888888888888888888888888888888888{DbIHf}{{DbDb}IIj}{{DbDbDb}IIf}{{{Ff{ce}}}{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}ENlENl}{IIj{{Fn{IIj}}}}````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000{{ENn{ENj{MfENh}}MfEO`{Ml{Mf}}}Ad}{{{IJ`{c}}{ENj{MfENh}}MfEO`}AdENn}{{ENn{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}EO`{Ml{Mf}}}Ad}{{{IJ`{c}}{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}EO`}AdENn}{{ENn{EOf{Mf}}{Ml{Mf}}}{{Lf{ENbENb}}}}{{{IJ`{c}}{EOf{Mf}}}{{Lf{ENbENb}}}ENn}{{ENn{ENj{MfENh}}{Ml{Mf}}}ENb}{{{IJ`{c}}{ENj{MfENh}}}ENbENn}{{ENn{EOh{{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{EOj{EOh{{ENj{MfENh}}}}}Ad}{{{IJ`{c}}{EOh{{ENj{MfENh}}}}}AdENn}{{ENn{EOl{MfENh}}EO`{Ml{Mf}}}Ad}{{{IJ`{c}}{EOl{MfENh}}EO`}AdENn}{{ENn{EOl{MfENh}}EOnEO`{Ml{Mf}}}Ad}{{{IJ`{c}}{EOl{MfENh}}EOnEO`}AdENn}{{{Fn{c}}{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}{EOd{Mf}}}AdENn}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{ENj{MfENh}}}Ad}{{{Fn{c}}{EOb{MfENh}}{EOd{Mf}}F`{ENj{MfENh}}}AdENn}{ce{}{}}000000000{cCj{}}000000000={{{Fh{c}}{ENj{MfENh}}{Ml{Mf}}}ENbENn}{{{Fj{ce}}{ENj{MfENh}}{Ml{Mf}}}ENbENn{{Fl{Mf}}}}>{{{IJ`{c}}{ENj{MfENh}}{Ml{Mf}}}ENbENn}4444444444``{{{Fd{}{{Fb{c}}}}}c{}}{{{Fh{c}}}{}{FdENn}}{{{Fh{c}}}{}Fd}{{{Fj{ce}}}{}Fd{}}{{{Fn{c}}}{}{FdENn}}{{{Fn{c}}}{}{ENnFd}}{{{IJ`{e}}}c{}{{Fd{}{{Fb{c}}}}ENn}}{{{IJ`{c}}}{}{ENnFd}}{{c{Cl{e}}}g{}{}{}}0000{EOnEOn}{{{IJ`{c}}}{{IJ`{c}}}{DlENn}}{{ce}Ad{}{}}0{EOjAd}{ENnAd}{{{Fn{c}}}AdENn}0{{{IJ`{c}}}AdENn}{ce{}{}}0000{{ENn{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}Ad}{{{Fh{c}}{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENbENn}{{{Fj{ce}}{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENbENn{{Fl{Mf}}}}{{{Fn{c}}{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}ENbENn}{{{Fn{c}}{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}AdENn}{{{IJ`{c}}{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENbENn}{{{IJ`{c}}{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}ENbENn}{{{Fn{c}}}{{ENj{MfENh}}}ENn}{{}EOn}{{}{{IJ`{c}}}{ENnFn}}{Dbc{}}000000000{DbAd}0000{{ENnj}Ad}{{{Fh{c}}j}AdENn}{{{Fj{ce}}j}AdENn{{Fl{Mf}}}}{{{IJ`{c}}j}AdENn}0{{EOnEOn}j}{{{IJ`{c}}{IJ`{c}}}j{GhENn}}{{ENn{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}Ad}{{{IJ`{IIj}}{Ml{IId}}}Ad}{{ENnMf}{{Fh{ENn}}}}{{{Fn{c}}Mf}{{Fn{{Fh{c}}}}}ENn}{{{IJ`{c}}Mf}{{IJ`{{Fh{c}}}}}ENn}{{EOnDf}{{Il{AdAl}}}}0{{{IJ`{c}}Df}{{Il{AdAl}}}{JjENn}}{cc{}}000000000{ce{}{}}0000{{{IJ`{c}}e}Ad{AjENn}GC`}{{EOjMf}Ad}{{{Fn{c}}Mf}AdENn}{{}Db}0000{{{IJ`{c}}}cENn}05555555555{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}00009999999999499999{{ENn{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}}Ad}{{{Fh{c}}{ENj{MfENh}}{Ml{Mf}}}ENbENn}{{{Fj{ce}}{ENj{MfENh}}{Ml{Mf}}}ENbENn{{Fl{Mf}}}}{{{Fn{c}}{ENj{MfENh}}}ENbENn}{{{Fn{c}}{ENj{MfENh}}}AdENn}{{{IJ`{c}}{ENj{MfENh}}{Ml{Mf}}}ENbENn}{{{IJ`{c}}{ENj{MfENh}}}ENbENn}632{{cMf}{{Fh{c}}}ENn}{{ce}{{Fj{ce}}}{}{}}{c{{Fn{c}}}ENn}{MfEOn}{{}{{IJ`{c}}}{FnENn}}{ENnDb}{{{Fh{c}}}DbENn}{{{Fj{ce}}}DbENn{{Fl{Mf}}}}{{{IJ`{c}}}DbENn}{{EOnEOn}{{I`{Hd}}}}{{ENn{Ff{{ENj{MfENh}}{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{{IJ`{c}}{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}AdENn}{{ENn{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}}Ad}{{{Fh{c}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENbENn}{{{Fj{ce}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENbENn{{Fl{Mf}}}}{{{Fn{c}}{ENj{MfENh}}{ENj{MfENh}}}AdENn}{{{Fn{c}}{ENj{MfENh}}{ENj{MfENh}}}ENbENn}{{{IJ`{c}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENbENn}{{{IJ`{c}}{ENj{MfENh}}{ENj{MfENh}}}ENbENn}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{EOb{MfENh}}}Ad}{{{Fn{c}}{EOb{MfENh}}{EOd{Mf}}F`{EOb{MfENh}}}AdENn}{{EOj{EOb{MfENh}}{EOb{MfENh}}{EOb{MfENh}}}Ad}{{{Fn{c}}{EOb{MfENh}}{EOb{MfENh}}{EOb{MfENh}}}AdENn}{{EOjMf}Ad}{{{Fn{c}}Mf}AdENn}{{EOj{EOb{MfENh}}}Ad}{{{Fn{c}}{EOb{MfENh}}}AdENn}10{{EOj{EOb{MfENh}}{EOb{MfENh}}}Ad}{{{Fn{c}}{EOb{MfENh}}{EOb{MfENh}}}AdENn}54{{ENnDbDb}Ad}{{EOjDbDb}Ad}{{{Fh{c}}DbDb}AdENn}{{{Fj{ce}}DbDb}AdENn{{Fl{Mf}}}}{{{Fn{c}}DbDb}AdENn}0{{{IJ`{c}}DbDb}AdENn}0{{{Fh{c}}Mf}AdENn}{{{Fj{ce}}e}Ad{}{}}{{{Fn{{Fj{ce}}}}e}AdENn{{Fl{Mf}}}}{{EOj{ENj{MfENh}}{ENj{MfENh}}}Ad}{{{Fn{c}}{ENj{MfENh}}{ENj{MfENh}}}AdENn}{{EOj{ENj{MfENh}}}Ad}{{{Fn{c}}{ENj{MfENh}}}AdENn}>={{EOj{EOb{MfENh}}}Ad}{{{Fn{c}}{EOb{MfENh}}}AdENn}{ce{}{}}0{cAB`{}}{cJl{}}``{{ENnc}{{Fj{ENnc}}}{{Fl{Mf}}}}{{{Fn{c}}e}{{Fn{{Fj{ce}}}}}ENn{{Fl{Mf}}}}{{{IJ`{c}}e}{{IJ`{{Fj{ce}}}}}ENn{{Fl{Mf}}}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00008888888888{{EOjMf}Ad}{{{Fn{c}}Mf}AdENn}{{DbDb}{{IJ`{c}}}{FnENn}}{ENn{{Fn{ENn}}}}{{{IJ`{c}}}{{Fn{c}}}ENn}{c{{IJ`{c}}}ENn}```````{{cg}i{}{}{{An{e}}}{}}0000??????????{cCj{}}000000000{{IInENb}IKd}{ce{}{}}000000000{IInII`}{{c{Cl{e}}}g{}{}{}}0000{{{ILh{ce}}}{{ILh{ce}}}DlDl}{IInIIn}{{{IKf{ce}}}{{IKf{ce}}}DlDl}{IKlIKl}{{{ILl{ce}}}{{ILl{ce}}}DlDl}{{ce}Ad{}{}}000088888{{IInENfENfENb}IKd}{{}IIn}{Dbc{}}000000000{DbAd}0000{{IInj}{{I`{IKd}}}}{{{ILh{ce}}}{{IKf{ce}}}{}{}}{{{ILh{ce}}Df}{{Il{AdAl}}}JjJj}{{IInDf}{{Il{AdAl}}}}{cc{}}000000000{ce{}{}}0000{{{ILh{ce}}ENf}{{ENj{MfENh}}}ENlENl}{{{ILh{ce}}ENb}{{ENj{MfENh}}}ENlENl}{{{ILh{ce}}ENf}e{}{}}{{{ILh{ce}}ENb}c{}{}}{{}Db}00005555555555{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000999999999999999999{{{ILh{ce}}}IKl{}{}}{{IInENb}IKd}{{}IIn}{{{IKf{ce}}}{{I`{{Ff{ce}}}}}{}{}}{IKl{{I`{{Ff{ENbENf}}}}}}{{{ILl{ce}}}{{I`{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}ENlENl}{{{IKf{ce}}}{{ILl{ce}}}ENlENl}{{IInENfENb}IKd}{ce{}{}}0000{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00003333333333{DbIIn}`````````````````````````````````````{{{ILn{c}}}cFAb}`{{{IM`{c}}}{{EOf{c}}}FAb}0{{cg}i{}{}{{An{e}}}{}}00000000{{{EOd{c}}{EOd{c}}}{{EOd{c}}}{Ah{AH`{}{{Ch{}}}}}}{{{EOd{c}}{EOd{c}}}{{EOd{c}}}{{AH`{}{{Ch{}}}}}}{{{EOd{c}}{EOd{c}}}AdAHb}{{{FA`{}{{AJj{c}}}}c}{{FA`{}{{AJj{c}}}}}FAb}{{{IMb{c}}c}{{IMb{c}}}FAb}0{{{IMd{c}}c}{{IMd{c}}}FAb}0{{{EOf{c}}c}{{EOf{c}}}FAb}0{{{IMf{c}}c}{{IMf{c}}}FAb}0`{{{EOd{c}}{EOd{c}}}{{EOd{c}}}{{IMh{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}IMjIMlAh}}{{}cFBh}{{{EOd{c}}{EOd{c}}c}j{}}{{{FA`{}{{AJj{c}}}}c}cFAb}{{{IMb{c}}c}cFAb}0{{{IMd{c}}c}cFAb}0{{{EOf{c}}c}cFAb}{{{IMf{c}}c}cFAb}`{ce{}{}}00000000000000000{cCj{}}00000000000000000{{{ILn{c}}}cFAb}`{{{IM`{c}}}{{EOf{c}}}FAb}{{{IMd{c}}}{{EOf{c}}}FAb}{{{IMf{c}}}{{EOf{c}}}FAb}2{{{FA`{}{{AJj{c}}}}c}{{FA`{}{{AJj{c}}}}}FAb}{{{IMb{c}}c}{{IMb{c}}}FAb}0{{{IMd{c}}c}{{IMd{c}}}FAb}0{{{EOf{c}}c}{{EOf{c}}}FAb}0{{{IMf{c}}c}{{IMf{c}}}FAb}0::::::::::::::::::{{{IMb{c}}}{{EOl{cENh}}}FAb}{{{IMd{c}}}{{EOl{cENh}}}FAb}{{{EOf{c}}}{{EOl{cENh}}}FAb}{{{IMf{c}}}{{EOl{cENh}}}FAb}{{{IM`{c}}}{{EOl{cENh}}}FAb}{{{IMb{c}}}{{Lf{cc}}}FAb}{{{IMd{c}}}{{Lf{cc}}}FAb}{{{IMf{c}}}{{Lf{cc}}}FAb}{{{IM`{c}}}{{Lf{cc}}}FAb}3210{{{IMf{c}}}{{IM`{c}}}FAb}{{{ILn{c}}}cFAb}`{{{IM`{c}}}{{EOf{c}}}FAb}{{c{Cl{e}}}g{}{}{}}00000000{{{EOd{c}}}{{EOd{e}}}{IMnAh}IMn}2`{{{ENj{cENh}}c}{{IMb{c}}}FAb}{{{EOf{c}}{EOl{cENh}}}{{I`{{EOf{c}}}}}FAb}{{{EOf{c}}{FAf{c}}}{{I`{{EOf{c}}}}}FAb}0{{{IMb{c}}}{{IMb{c}}}Dl}{{{IN`{c}}}{{IN`{c}}}Dl}{{{IMd{c}}}{{IMd{c}}}Dl}{{{EOf{c}}}{{EOf{c}}}Dl}{{{INb{c}}}{{INb{c}}}Dl}{{{ILn{c}}}{{ILn{c}}}Dl}{{{IMf{c}}}{{IMf{c}}}Dl}{{{IM`{c}}}{{IM`{c}}}Dl}{{{EOd{c}}}{{EOd{c}}}Dl}{{ce}Ad{}{}}00000000{{{EOf{c}}{ENj{cENh}}}{{ENj{cENh}}}FAb}{{{IMf{c}}{ENj{cENh}}}cFAb}{ce{}{}}00000000{{{IM`{c}}{ENj{cENh}}}jFAb}{{{EOf{c}}{EOf{c}}}jFAb}````{{{IMd{c}}{IMd{c}}}{{FCd{{ENj{cENh}}}}}FAb}{{{IMd{c}}{IMd{c}}}{{FCd{{Lf{cc}}}}}FAb}{{}{{EOd{c}}}Fn}{c{{EOd{c}}}FAn}{Dbc{}}00000000000000000{{{FA`{}{{AJj{c}}}}c}{{EOb{cENh}}}FAb}{{{IMb{c}}c}{{EOb{cENh}}}FAb}{{{IMd{c}}c}{{EOb{cENh}}}FAb}0{{{EOf{c}}c}{{EOb{cENh}}}FAb}{{{IMf{c}}c}{{EOb{cENh}}}FAb}0{{{EOf{c}}{ENj{cENh}}}cFAb}{{{INb{c}}{ENj{cENh}}}cFAb}{{{ILn{c}}{ENj{cENh}}}cFAb}{{{IMf{c}}{ENj{cENh}}}cFAb}{{{EOd{c}}c}{{EOd{c}}}{{AMj{}{{Ch{}}}}}}{{{EOd{c}}{EOd{c}}}c{{AMj{}{{Ch{}}}}}}{{{EOd{c}}c}AdAKf}{{{IMd{c}}c{ENj{cENh}}}{{IMd{c}}}FAb}{{{IMf{c}}c{ENj{cENh}}}{{IMf{c}}}FAb}{{{IMd{c}}c{ENj{cENh}}c}{{IMd{c}}}FAb}{DbAd}00000000{{{FA`{}{{AJj{c}}}}c}cFAb}{{{IMd{c}}c}cFAb}0{{{EOf{c}}c}cFAb}{{{IMf{c}}c}cFAb}0322100{{{IMb{c}}}{{EOd{c}}}FAb}{FAbFAb}{{{IMb{c}}{IMb{c}}}jGh}{{{IN`{c}}{IN`{c}}}jGh}{{{IMd{c}}{IMd{c}}}jGh}{{{EOf{c}}{EOf{c}}}jGh}{{{ILn{c}}{ILn{c}}}jGh}{{{IMf{c}}{IMf{c}}}jGh}{{{IM`{c}}{IM`{c}}}jGh}{{{EOd{c}}{EOd{c}}}jGh}{{{INb{c}}}{{ILn{c}}}FAb}{{ce}j{}{}}00000{{{IMb{c}}}{{EOl{cENh}}}FAb}{{{IMd{c}}}{{EOl{cENh}}}FAb}{{{IMf{c}}}{{EOl{cENh}}}FAb}{{{IMb{c}}}{{Lf{cc}}}FAb}{{{IMd{c}}}{{Lf{cc}}}FAb}{{{IMf{c}}}{{Lf{cc}}}FAb}210{{{IMd{c}}}{{Lf{{ILn{c}}{ILn{c}}}}}FAb}{{{IMf{c}}}{{Lf{{ILn{c}}{ILn{c}}}}}FAb}`{{{IMb{c}}c}{{INd{c}}}FAb}{{{IMd{c}}c}{{INf{c}}}FAb}{{{IMf{c}}c}{{INh{c}}}FAb}{{{IMf{c}}c}{{INj{c}}}FAb}{{{IMf{c}}c}cFAb}{{{FA`{}{{AJj{c}}}}}{{FA`{}{{AJj{c}}}}}FAb}{{{IMb{c}}}{{IMb{c}}}FAb}0{{{IMd{c}}}{{IMd{c}}}FAb}0{{{EOf{c}}}{{EOf{c}}}FAb}0{{{IMf{c}}}{{IMf{c}}}FAb}0{{{IMb{c}}Df}{{Il{AdAl}}}Jj}{{{IN`{c}}Df}{{Il{AdAl}}}Jj}{{{IMd{c}}Df}{{Il{AdAl}}}Jj}{{{EOf{c}}Df}{{Il{AdAl}}}Jj}{{{INb{c}}Df}{{Il{AdAl}}}Jj}{{{ILn{c}}Df}{{Il{AdAl}}}Jj}{{{IMf{c}}Df}{{Il{AdAl}}}Jj}{{{IM`{c}}Df}{{Il{AdAl}}}Jj}{{{EOd{c}}Df}{{Il{AdAl}}}Jj}{{{IMb{c}}e}AdFAb{{Cb{{IMd{c}}}}}}{{{IN`{c}}e}AdFAb{{Cb{{IMd{c}}}}}}{{{IMb{c}}ce}AdFAb{{Cb{{EOf{c}}}}}}{{{IN`{c}}ce}AdFAb{{Cb{{EOf{c}}}}}}{{{IMd{c}}ce}AdFAb{{Cb{{EOf{c}}}}}}{{{IMf{c}}ce}AdFAb{{Cb{{EOf{c}}}}}}{{{FA`{}{{AJj{c}}}}cCb}AdFAb}{{{IMb{c}}ce}AdFAb{{Cb{{EOf{c}}{FAf{c}}}}}}{{{IMb{c}}Cb}AdFAb}{{{IN`{c}}ce}AdFAb{{Cb{{EOf{c}}{FAf{c}}}}}}{{{IMd{c}}Cb}AdFAb}{{{IMd{c}}ce}AdFAb{{Cb{{EOf{c}}{FAf{c}}}}}}{{{EOf{c}}Cb}AdFAb}{{{IMf{c}}ce}AdFAb{{Cb{{EOf{c}}{FAf{c}}}}}}{{{IMf{c}}Cb}AdFAb}{{{IMd{c}}e}AdFAb{{Cb{c}}}}{{{IMb{c}}e}AdFAb{{Cb{c}}}}101{{{IMd{c}}e}AdFAb{{Cb{{IMd{c}}}}}}{{{IMf{c}}e}AdFAb{{Cb{{IMf{c}}}}}}{{{IMd{c}}e}AdFAb{{Cb{{FAf{c}}}}}}{{{IMf{c}}e}AdFAb{{Cb{{FAf{c}}}}}}{{{IMb{c}}e}AdFAb{{Cb{{IMf{c}}}}}}{{{IN`{c}}e}AdFAb{{Cb{{IMf{c}}}}}}{{{IMd{c}}ce}AdFAb{{Cb{{IMf{c}}}}}}{{{IMb{c}}e}AdFAb{{Cb{{IMf{c}}{FAf{c}}}}}}{{{IN`{c}}e}AdFAb{{Cb{{IMf{c}}{FAf{c}}}}}}{{{IMd{c}}ce}AdFAb{{Cb{{IMf{c}}{FAf{c}}}}}}98769876{{}{{EOd{c}}}{IMl{AH`{}{{Ch{}}}}}}00{{{FA`{}{{AJj{c}}}}}{{ENj{cENh}}}FAb}{{{IMb{c}}}{{ENj{cENh}}}FAb}{cc{}}{{{IN`{c}}}{{IMb{c}}}FAb}21{{{IMd{c}}}{{ENj{cENh}}}FAb}20{{{EOf{c}}}{{ENj{cENh}}}FAb}03333{{{IMf{c}}}{{ENj{cENh}}}FAb}044````444444444{ce{}{}}000000004{{{EOd{c}}}c{}}{{{IMb{c}}c}{{EOd{c}}}FAb}{{{EOd{c}}e}AdAjGC`}`{{{EOf{c}}c}{{I`{{ENj{cENh}}}}}FAb}{{{EOf{c}}c}{{I`{c}}}FAb}{{}Db}00000000{{{EOf{c}}{EOf{c}}}{{I`{{ENj{cENh}}}}}FAb}{{{INb{c}}{INb{c}}}{{I`{{ENj{cENh}}}}}FAb}{{{EOf{c}}{EOf{c}}}{{I`{{Lf{cc}}}}}FAb}{{{EOf{c}}{EOf{c}}}jFAb}{{{IM`{c}}{IM`{c}}}jFAb}{{{INb{c}}{EOl{cENh}}}jFAb}{{{EOf{c}}{INb{c}}}jFAb}{{{IM`{c}}{EOf{c}}}jFAb}>>>>>>>>>>>>>>>>>>{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000{ce{}{}}00000000000000000000000000{{{ILn{c}}}{{ILn{c}}}FAb}{{{IMf{c}}c}jFAb}{{{EOd{c}}}jFCf}{{{ILn{c}}}jFAb}{{{IMd{c}}c}jFAb}3{{{IMd{c}}}jFAb}{{{IMf{c}}}jFAb}2{{{IN`{c}}}jFAb}42121`{{{EOf{c}}}cFAb}{{{IMf{c}}}cFAb}{{{EOd{c}}{EOd{c}}c}{{EOd{c}}}{{IMh{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}IMjIMlAh}}{{{EOf{c}}{INb{c}}}{{I`{{ENj{cENh}}}}}FAb}{{{EOf{c}}{INb{c}}}{{I`{c}}}FAb}{{{IMd{c}}{INb{c}}}{{FCd{{ENj{cENh}}}}}FAb}{{{IMf{c}}{INb{c}}}{{FCd{{ENj{cENh}}}}}FAb}{{{IMd{c}}{INb{c}}}{{FCd{c}}}FAb}{{{IMf{c}}{INb{c}}}{{FCd{c}}}FAb}{{{IMd{c}}{EOf{c}}}{{FCd{{ENj{cENh}}}}}FAb}{{{IMf{c}}{EOf{c}}}{{FCd{{ENj{cENh}}}}}FAb}{{{IMd{c}}{EOf{c}}}{{FCd{{Lf{cc}}}}}FAb}{{{IMf{c}}{EOf{c}}}{{FCd{{Lf{cc}}}}}FAb}{{{IMf{c}}}{{I`{c}}}FAb}0```````{{{EOf{c}}}{{ENj{cENh}}}FAb}`{{{EOd{c}}c}{{EOd{c}}}{{AMh{}{{Ch{}}}}}}{{{EOd{c}}c}AdBHb}{{{EOd{c}}}{{EOd{c}}}{{AKn{}{{Ch{}}}}}}{{ccc}{{ILn{c}}}FAb}{{{ILn{c}}}{{EOb{cENh}}}FAb}{{{IMd{c}}c}M`FAb}{{{ILn{c}}c}{{ILn{c}}}FAb}{{{EOf{c}}{INb{c}}}jFAb}{{{EOf{c}}{EOf{c}}}jFAb}{{{ILn{c}}{ENj{cENh}}}{{ILn{c}}}FAb}{{{EOd{c}}{EOd{c}}}{{I`{Hd}}}BE`}{{}{{EOd{c}}}{IMl{AH`{}{{Ch{}}}}}}{{cc}{{ENj{cENh}}}{}}`{{{EOd{c}}}{{EOd{c}}}{{AEl{}{{Ch{}}}}{IMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}INlIMlBE`Ah}}{{{ILn{c}}{ENj{cENh}}}{{ENj{cENh}}}FAb}`{{{IMd{c}}{IMf{c}}}{{FCd{{ENj{cENh}}}}}FAb}{{{IMd{c}}{IMf{c}}}{{FCd{{Lf{cc}}}}}FAb}{c{{EOd{c}}}{}}```{{{FA`{}{{AJj{c}}}}c}{{ENj{cENh}}}FAb}{{{IMb{c}}c}{{ENj{cENh}}}FAb}0{{{IMd{c}}c}{{ENj{cENh}}}FAb}0{{{EOf{c}}c}{{ENj{cENh}}}FAb}0{{{IMf{c}}c}{{ENj{cENh}}}FAb}0{{{IMb{c}}c}{{EOb{cENh}}}FAb}{{{EOf{c}}c}AdFAb};{{{INb{c}}{ENj{cENh}}}cFAb}{{{ILn{c}}{ENj{cENh}}}cFAb}{{{EOd{c}}}{{Lf{cc}}}INn}{{cc}{{FAd{cENh}}}{}}{{{IMd{c}}c}{{FCd{c}}}FAb}{{{EOf{c}}c}cFAb}100{{{ILn{c}}c}{{I`{c}}}FAb}10{{{FA`{}{{AJj{c}}}}c}{{Lf{{FA`{}{{AJj{c}}}}{FA`{}{{AJj{c}}}}}}}FAb}{{{IMb{c}}c}{{Lf{{IMb{c}}{IMb{c}}}}}FAb}0{{{IMd{c}}c}{{Lf{{IMd{c}}{IMd{c}}}}}FAb}0{{{EOf{c}}c}{{Lf{{EOf{c}}{EOf{c}}}}}FAb}0{{{IMf{c}}c}{{Lf{{IMf{c}}{IMf{c}}}}}FAb}01{{{FA`{}{{AJj{c}}}}{FAf{c}}}{{FA`{}{{AJj{c}}}}}FAb}{{{IMb{c}}{FAf{c}}}{{IMb{c}}}FAb}0{{{IMd{c}}{FAf{c}}}{{IMd{c}}}FAb}0{{{EOf{c}}{FAf{c}}}{{EOf{c}}}FAb}0{{{IMf{c}}{FAf{c}}}{{IMf{c}}}FAb}0{{{EOf{c}}{ENj{cENh}}}cFAb}{{{INb{c}}{ENj{cENh}}}cFAb}{{{IMf{c}}{ENj{cENh}}}cFAb}{{{EOf{c}}}cFAb}`{{{EOd{c}}{EOd{c}}}{}{{AEl{}{{Ch{}}}}}}{{{EOd{c}}{EOd{c}}}AdBGl}{e{{EOd{c}}}{AH`INl}{{BIl{}{{Of{{EOd{c}}}}}}}}{e{{EOd{c}}}{AH`AhINl}{{BIl{}{{Of{{EOd{c}}}}}}}}``{{{ILn{c}}}{{EOb{cENh}}}FAb}{{{FA`{}{{AJj{c}}}}}{{ENj{cENh}}}FAb}{{{IMb{c}}}{{ENj{cENh}}}FAb}0{{{IMd{c}}}{{ENj{cENh}}}FAb}0{{{EOf{c}}}{{ENj{cENh}}}FAb}0{{{IMf{c}}}{{ENj{cENh}}}FAb}0````{{{IN`{c}}}{{IMb{c}}}FAb}{{{IMf{c}}}{{IMd{c}}}FAb}{{{EOd{c}}}cFAn}{{{IMd{c}}}{{IMd{Mf}}}FAb}{{{EOf{c}}}{{EOf{Mf}}}FAb}{{{INb{c}}}{{INb{Mf}}}FAb}{{{IMf{c}}}{{IMf{Mf}}}FAb}{{{EOd{c}}}{{EOd{Mf}}}{IMnAh}}{{{IMd{c}}}{{IMd{Nl}}}FAb}{{{EOf{c}}}{{EOf{Nl}}}FAb}{{{INb{c}}}{{INb{Nl}}}FAb}{{{IMf{c}}}{{IMf{Nl}}}FAb}{{{EOd{c}}}{{EOd{Nl}}}{IMnAh}}{{{EOf{c}}}{{INb{c}}}FAb}{ce{}{}}00000000{{{IMd{c}}}{{IMf{c}}}FAb}{{{IMd{c}}}cFAb}{{{IMb{c}}}{{IN`{c}}}FAb}{{{EOf{c}}}{{EOb{cENh}}}FAb}`{{{IM`{c}}e}{{IM`{c}}}FAb{{Fl{c}}}}{{{IMd{c}}e}{{IMd{c}}}FAb{{Fl{c}}}}{{{EOf{c}}e}{{EOf{c}}}FAb{{Fl{c}}}}{{{IMf{c}}e}{{IMf{c}}}FAb{{Fl{c}}}}{{{EOf{c}}{EOb{cENh}}}{{EOf{c}}}FAb}{{{EOd{c}}}{{I`{{EOd{e}}}}}{IMnAh}IMn}{c{{Il{e}}}{}{}}00000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000{{}{{EOd{c}}}{IMl{AH`{}{{Ch{}}}}}}{cJ`{}}00000000>>>>>>>>>>>>>>>>>>`{MfFAb}{{cc}{{EOb{cENh}}}{}}`{{{EOf{c}}c}{{I`{{ENj{cENh}}}}}FAb}{{{EOf{c}}c}{{I`{c}}}FAb}`{{{FA`{}{{AJj{c}}}}c}cFAb}{{{IMb{c}}c}cFAb}0{{{IMd{c}}c}cFAb}0{{{EOf{c}}c}cFAb}0{{{IMf{c}}c}cFAb}0```{{{IMd{c}}}cFAb}{{{IMf{c}}}cFAb}10``655443322```1010{{}{{EOd{c}}}INl}````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}`2{Dbc{}}0{DbAd}`{cc{}}`05{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}79999`{{{INd{c}}}{{I`{{ENj{cENh}}}}}FAb}``````{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}==```````>>>>>==========<<<<<<<<<<{{{FCd{c}}}{{Ml{c}}}{}}{{{FCd{c}}}{}{}}1{IO`Gd}120202{ce{}{}}000103000100?????{{{FCd{c}}}Db{}}{IO`Db}{c{{HN`{e}}}{}{}}0{{{FCd{c}}}Ad{}}{IO`Ad}{{{FCd{c}}}{{FCd{c}}}Dl}{{{IOb{c}}}{{IOb{c}}}Dl}{IO`IO`}{{{IOd{c}}}{{IOd{c}}}Dl}{{{FCd{c}}{FCd{c}}}AdDl}{{IO`IO`}Ad}{{ce}Ad{}{}}000{{{FCd{c}}{FCd{c}}}HdHOl}{{IO`IO`}Hd}{{{IOd{c}}{IOd{c}}}HdHOl}{{ce}Hd{}{}}00{ce{}{}}0000{{}{{FCd{c}}}{}}{{}IO`}{Dbc{}}{{{FCd{c}}}{}{}}11{IO`Gd}221222202{{{FCd{c}}e}{{IOf{c}}}{}{{ANb{Db}}}}{DbAd}{{{FCd{c}}}Ad{}}1{{{IOb{c}}}Ad{}}{{{IOf{c}}}Ad{}}333{{{IOd{c}}}c{}}{{{FCd{c}}{FCd{c}}}jGh}{{{FCd{c}}{Ml{c}}}jGh}{{IO`IO`}j}{{IO`Gd}j}{{{IOd{c}}{IOd{c}}}jGh}{{ce}j{}{}}00000000{{{FCd{c}}e}Ad{}{{Oh{}{{Of{c}}}}}}{{{FCd{BBn}}}{{Il{AdAn}}}}{{{FCd{c}}Df}{{Il{AdAl}}}Jj}{{{IOb{c}}Df}{{Il{AdAl}}}Jj}{{IO`Df}{{Il{AdAl}}}}0{{{IOd{c}}Df}{{Il{AdAl}}}{}}0{cc{}}{{{ADb{c}}}{{FCd{c}}}{}}11{Gd{{Il{IO`{IOd{Gd}}}}}}2222222{{{ADb{BBn}}}{{Il{IO`IOh}}}}{e{{FCd{c}}}{}{{Oh{}{{Of{c}}}}}}{ce{}{}}0000{Gd{{Il{IO`}}}}{{{FCd{c}}{FCd{c}}}jBE`}{{IO`IO`}j}{{IO`Gd}j}201{{{FCd{c}}e}AdAjGC`}{{IO`c}AdGC`}{{}Db}0000{{{FCd{c}}Dbc}Ad{}}8888888888{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000<<<<<<<<<<{{{FCd{c}}}{{Il{{ADb{c}}{FCd{c}}}}}{}}{{{FCd{c}}}{{ADb{c}}}{}}{{{FCd{c}}}{}{}}0{{{FCd{c}}}{{IOb{c}}}{}}{ce{}{}}000000{{{FCd{c}}}j{}}{IO`j}10{{{FCd{c}}{FCd{c}}}jBE`}{{IO`IO`}j}{{IO`Gd}j}{{{FCd{c}}}Db{}}{IO`Db}423{{}{{FCd{c}}}{}}{{}IO`}{c{{IOd{c}}}{}}21{{{IOb{c}}}I`{}}{{{IOf{c}}}I`{}}10{c{{HNh{e}}}{}{}}0{c{{HNj{e}}}{}{}}01100{{{FCd{c}}{FCd{c}}}{{I`{Hd}}}BE`}{{IO`Gd}{{I`{Hd}}}}{{IO`IO`}{{I`{Hd}}}}{{{IOd{c}}{IOd{c}}}{{I`{Hd}}}BE`}{{{FCd{c}}}{{I`{c}}}{}}{IO`{{I`{HBn}}}}{{{FCd{c}}Db}{{I`{c}}}{}}{{{FCd{c}}c}Ad{}}{{IO`HBn}Ad}{{IO`Gd}Ad}2{{{FCd{c}}}Db{}}{IO`Db}{{{FCd{c}}Db}c{}}{{IO`Db}HBn}{{{FCd{c}}e}Ad{}{{Cb{c}{{Ch{j}}}}}}{{{FCd{c}}Db}Ad{}}{{IO`Db}Ad}{{{IOd{c}}}IOd{}}{{{IOb{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{IOf{c}}}{{Lf{Db{I`{Db}}}}}{}}{c{{HNl{e}}}{}{}}0>8{{{FCd{c}}}{{FCd{c}}}{}}{ce{}{}}000{cAB`{}}0{cJl{}}098{c{{Il{e}}}{}{}}0000{{{FCd{c}}{Ml{c}}}{{Il{AdIOd}}}Ah}{{{Ml{c}}}{{Il{{FCd{c}}}}}Dl}222{IBl{{Il{IO`}}}}{Gd{{Il{IO`}}}}44{{{FCd{c}}Dbc}{{Il{Ad{IOd{c}}}}}{}}55555{c{{Il{e{In{e}}}}}{}{}}0000{{{FCd{c}}c}{{Il{Ad{IOd{c}}}}}{}}{{IO`HBn}{{Il{Ad{IOd{HBn}}}}}}{{IO`Gd}{{Il{Ad{IOd{Gd}}}}}}{cJ`{}}0000=========={{{FCd{BBn}}{Ml{BBn}}}{{Il{DbAn}}}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{cAf}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}5{{cFId}{{Il{AdAn}}}{}}={{cAf}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}57{{c{Ml{Nl}}}{{Il{AdAn}}}{}}:;7<={{c{Ml{IBf}}}{{Il{AdAn}}}{}}6{{c{Ml{M`}}}{{Il{AdAn}}}{}}6{{cADh}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{IO`HBn}{{Il{AdAl}}}}{{IO`Gd}{{Il{AdAl}}}}{{}IO`}``{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}2``{Dbc{}}0{DbAd}{cc{}}`05{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}79999{{{INf{c}}}{{I`{{ENj{cENh}}}}}FAb}{{{INf{c}}}{{Lf{Db{I`{Db}}}}}FAb}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}>>`````````````````````````{{{FAd{ce}}}{{FAd{ce}}}IOj{}}{{{FBd{ce}}}{{FBd{ce}}}IOj{}}{{{EOb{ce}}}{{EOb{ce}}}IOj{}}{{{FBf{ce}}}{{FBf{ce}}}IOj{}}{{cg}i{}{}{{An{e}}}{}}0000000000000000000000{{{IOl{ce}}{IOl{ce}}}{}{AH`Ah}{}}{{{IOl{ce}}{IOl{ce}}}{}AH`{}}{{{ENj{ce}}{FAd{ce}}}{}AH`{}}{{{ENj{ce}}{EOb{ce}}}{}AH`{}}{{{FB`{ce}}{FBd{ce}}}{}AH`{}}{{{FB`{ce}}{FBf{ce}}}{}AH`{}}{{{IOn{ceg}}{IOn{ceg}}}{}AH`{}{}}{{{J`{ce}}{J`{ce}}}{{J`{ce}}}{{AH`{}{{Ch{}}}}}{}}{{{FAd{ce}}{FAd{ce}}}{}AH`{}}{{{FAd{ce}}{FAd{ce}}}{{FAd{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{{{FBd{ce}}{FBd{ce}}}{{FBd{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{{{FBd{ce}}{FBd{ce}}}{}AH`{}}{{{Jb{ceg}}{Jb{cgi}}}{}AH`{}{}{}}{{{Jd{ceg}}{Jd{cgi}}}{}AH`{}{}{}}{{{EOb{ce}}{EOb{ce}}}{}AH`{}}{{{EOb{ce}}{EOb{ce}}}{}{AH`Ah}{}}{{{FBf{ce}}{FBf{ce}}}{}AH`{}}{{{FBf{ce}}{FBf{ce}}}{}{AH`Ah}{}}{{{IOl{ce}}{IOl{ce}}}AdAHb{}}{{{ENj{ce}}{FAd{ce}}}AdAHb{}}{{{ENj{ce}}{EOb{ce}}}Ad{Ah{AH`{}{{Ch{}}}}}{}}{{{FB`{ce}}{FBd{ce}}}AdAHb{}}{{{FB`{ce}}{FBf{ce}}}Ad{Ah{AH`{}{{Ch{}}}}}{}}{{{J`{ce}}{J`{ce}}}AdAHb{}}{{{FAd{ce}}{FAd{ce}}}AdAHb{}}{{{FBd{ce}}{FBd{ce}}}AdAHb{}}{{{Jb{ceg}}{Jb{cgg}}}AdAHb{}{}}{{{Jd{ceg}}{Jd{cgg}}}AdAHb{}{}}{{{EOb{ce}}{EOb{ce}}}Ad{Ah{AH`{}{{Ch{}}}}}{}}{{{FBf{ce}}{FBf{ce}}}Ad{Ah{AH`{}{{Ch{}}}}}{}}{{{ENj{ce}}{FAd{ce}}}{{ENj{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{{{FB`{ce}}{FBd{ce}}}{{FB`{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{FAjj}{FAlj}{{FAjFAj}FAj}{{FAlFAl}FAl}`{{{EOb{ce}}}{{EOd{c}}}{FAnAh}{}}{{{EOb{ce}}{EOb{ce}}}{{EOd{c}}}{{AEl{}{{Ch{}}}}FAnAh{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}}{}}{{{FBf{ce}}{FBf{ce}}}{{EOd{c}}}{FAnINn}{}}65{{}cFBh}{{}{{ENj{ce}}}{}{}}{{}{{FB`{ce}}}{}{}}{{}c{}}{{}{{EOb{ce}}}{}{}}{{}{{FBf{ce}}}{}{}}55{{{IHh{ceg}}{IHh{ceg}}}j{}{}{}}{{{Jf{ceg}}{Jf{ceg}}}j{}{}{}}{{{IOl{ce}}{IOl{ce}}c}j{}{}}{{{ENj{ce}}{ENj{ce}}{ENj{ce}}}j{}{}}{{{FB`{ce}}{FB`{ce}}{FB`{ce}}}j{}{}}{{{Jh{ceg}}{Jh{ceg}}c}j{}{}{}}{{{EOb{ce}}{EOb{ce}}{EOb{ce}}}j{}{}}{{{FBf{ce}}{FBf{ce}}{FBf{ce}}}j{}{}}{{{IHh{ceg}}{IHh{ceg}}c}j{}{}{}}0{{{Jf{ceg}}{Jf{ceg}}c}j{}{}{}}0``{{{EOl{ce}}}c{Ah{AMh{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{FBb{ce}}}c{Ah{AMh{}{{Ch{}}}}}{}}{{{FAd{ce}}}{}{AMhAh}{}}{{{FBf{ce}}{EOd{c}}}{{Jh{ceg}}}INn{}{}}{{{EOd{c}}}{{Jh{ceg}}}INn{}{}}00{ce{}{}}000000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000001111111111111111111111111111111111111111111111`{{cccccc}{{FAh{ce}}}Ah{}}{{jj}FAj}{{jjj}FAl}{{c{Cl{e}}}g{}{}{}}0000000000000000000000{{{EOl{ce}}}{{EOl{ge}}}{IMnAh}{}IMn}{{{FAh{ce}}}{{FAh{ge}}}{IMnAh}{}IMn}{{{IOl{ce}}}{{IOl{ge}}}{IMnDl}{}IMn}{{{ENj{ce}}}{{ENj{ge}}}{IMnAh}{}IMn}{{{FB`{ce}}}{{FB`{ge}}}{IMnAh}{}IMn}{{{FBb{ce}}}{{FBb{ge}}}{IMnAh}{}IMn}{{{IOn{ceg}}}{{IOn{ieg}}}IMn{}{}IMn}{{{FAd{ce}}}{{FAd{ge}}}{IMnAh}{}IMn}{{{FBd{ce}}}{{FBd{ge}}}{IMnAh}{}IMn}{{{Jb{ceg}}}{{Jb{ieg}}}{IMnAh}{}{}IMn}{{{Jd{ceg}}}{{Jd{ieg}}}{IMnAh}{}{}IMn}{{{EOb{ce}}}{{EOb{ge}}}{IMnAh}{}IMn}{{{FBf{ce}}}{{FBf{ge}}}{IMnAh}{}IMn}{{{IHh{ceg}}}{{IHh{ieg}}}{IMnAh}{}{}IMn}{{{Jf{ceg}}}{{Jf{ieg}}}{IMnAh}{}{}IMn}{{{EOl{ce}}}{{EOl{cg}}}Ah{}{}}{{{FAh{ce}}}{{FAh{cg}}}Ah{}{}}{{{IOl{ce}}}{{IOl{cg}}}Dl{}{}}{{{ENj{ce}}}{{ENj{cg}}}Ah{}{}}{{{FB`{ce}}}{{FB`{cg}}}Ah{}{}}{{{FBb{ce}}}{{FBb{cg}}}Ah{}{}}{{{Jj{ceg}}}{{Jj{cik}}}Ah{}{}{}{}}{{{Jl{ceg}}}{{Jl{cik}}}Ah{}{}{}{}}{{{Jh{ceg}}}{{Jh{cik}}}Ah{}{}{}{}}{{{FAd{ce}}}{{FAd{cg}}}Ah{}{}}{{{FBd{ce}}}{{FBd{cg}}}Ah{}{}}{{{EOb{ce}}}{{EOb{cg}}}Ah{}{}}{{{FBf{ce}}}{{FBf{cg}}}Ah{}{}}{{{ENj{ce}}}{{ENj{ce}}}FBj{}}{{{ENj{ce}}}{{ENj{ce}}}{FBjAh}{}}{{{FB`{ce}}}{{FB`{ce}}}FBj{}}{{{FB`{ce}}}{{FB`{ce}}}{FBjAh}{}}{{{FAd{ce}}}{{FAd{ce}}}{FBjAh}{}}{{{FAd{ce}}}{{FAd{ce}}}FBj{}}{{{FBd{ce}}}{{FBd{ce}}}{FBjAh}{}}{{{FBd{ce}}}{{FBd{ce}}}FBj{}}{{{EOb{ce}}}{{EOb{ce}}}FBj{}}{{{EOb{ce}}}{{EOb{ce}}}{FBjAh}{}}{{{FBf{ce}}}{{FBf{ce}}}{FBjAh}{}}{{{FBf{ce}}}{{FBf{ce}}}FBj{}}{{{EOl{ce}}}{{ENj{ce}}}{AhFBn{AH`{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}}{{{FAh{ce}}}{{FB`{ce}}}{AhFBn{AH`{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}}{{{FBb{ce}}}{{ENj{ce}}}{AhFBn{AH`{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}}{{{ENj{ce}}{ENj{ce}}{ENj{ce}}}{{ENj{ce}}}{AhBE`}{}}{{{FB`{ce}}{FB`{ce}}{FB`{ce}}}{{FB`{ce}}}{AhBE`}{}}{{{IOn{ceg}}{IOn{ceg}}{IOn{ceg}}}{{IOn{ceg}}}{AhBE`}{}{}}{{{FAd{ce}}{FAd{ce}}{FAd{ce}}}{{FAd{ce}}}{AhBE`}{}}{{{FBd{ce}}{FBd{ce}}{FBd{ce}}}{{FBd{ce}}}{AhBE`}{}}{{{EOb{ce}}{EOb{ce}}{EOb{ce}}}{{EOb{ce}}}{AhBE`}{}}{{{FBf{ce}}{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{AhBE`}{}}{{{EOb{ce}}cc}{{EOb{ce}}}INn{}}{{{FBf{ce}}cc}{{FBf{ce}}}INn{}}{{{EOl{ce}}}{{EOl{ce}}}Dl{}}{{{FAh{ce}}}{{FAh{ce}}}Dl{}}{{{Jn{ce}}}{{Jn{ce}}}Dl{}}{{{IOl{ce}}}{{IOl{ce}}}Dl{}}{{{ENj{ce}}}{{ENj{ce}}}Dl{}}{{{FB`{ce}}}{{FB`{ce}}}Dl{}}{{{FBb{ce}}}{{FBb{ce}}}Dl{}}{{{Jj{ceg}}}{{Jj{ceg}}}Dl{}{}}{{{Jl{ceg}}}{{Jl{ceg}}}Dl{}{}}{{{Jh{ceg}}}{{Jh{ceg}}}Dl{}{}}{{{IOn{ceg}}}{{IOn{ceg}}}Dl{}{}}{{{J`{ce}}}{{J`{ce}}}Dl{}}{{{FAd{ce}}}{{FAd{ce}}}Dl{}}{{{FBd{ce}}}{{FBd{ce}}}Dl{}}{{{Jb{ceg}}}{{Jb{ceg}}}Dl{}{}}{{{Jd{ceg}}}{{Jd{ceg}}}Dl{}{}}{{{EOb{ce}}}{{EOb{ce}}}Dl{}}{{{FBf{ce}}}{{FBf{ce}}}Dl{}}{{{IHh{ceg}}}{{IHh{ceg}}}Dl{}{}}{{{Jf{ceg}}}{{Jf{ceg}}}Dl{}{}}{FAjFAj}{FAlFAl}{ENhENh}{{ce}Ad{}{}}0000000000000000000000{{{IOl{ce}}{IOl{ce}}}HdHOl{}}{{{IOn{ceg}}{IOn{ceg}}}HdHOl{}{}}{{ENhENh}Hd}{{ce}Hd{}{}}00{{{EOb{ce}}{EOb{ce}}}{{EOb{ce}}}{{AMj{}{{Ch{}}}}}{}}{{{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{{AMj{}{{Ch{}}}}Ah}{}}{{{EOb{ce}}{EOb{ce}}}{{EOb{ce}}}{{AMh{}{{Ch{}}}}}{}}{{{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{{AMh{}{{Ch{}}}}Ah}{}}{ce{}{}}0000000000000000000000{{{EOl{ce}}{ENj{ce}}}jBE`{}}{{{FAh{ce}}{FB`{ce}}}jBE`{}}{{{FBb{ce}}{ENj{ce}}}j{AhBE`{AH`{}{{Ch{}}}}}{}}{{{FAd{ce}}{FAd{ce}}}jBE`{}}{{{FBd{ce}}{FBd{ce}}}jBE`{}}{{{EOl{ce}}{EOl{ce}}}jBE`{}}{{{FAh{ce}}{FAh{ce}}}jBE`{}}65{{{FBb{ce}}{FBb{ce}}}j{AhFCbBE`{AH`{}{{Ch{}}}}}{}}{FAnFAn}{{{EOb{ce}}{EOb{ce}}}c{{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}}{{{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}Ah}{}}{{{Jj{ceg}}}{{Lf{{FBf{ce}}{Jh{ceg}}}}}{}{}{}}`{{}{{EOl{ce}}}Fn{}}{{}{{FAh{ce}}}Fn{}}{{}{{IOl{ce}}}Fn{}}{{}{{ENj{ce}}}Fn{}}{{}{{FB`{ce}}}Fn{}}{{}{{FBb{ce}}}Fn{}}{{}{{IOn{ceg}}}Fn{}{}}{{}{{J`{ce}}}Fn{}}{{}{{FAd{ce}}}Fn{}}{{}{{FBd{ce}}}Fn{}}{{}{{Jb{ceg}}}FCb{}{}}{{}{{Jd{ceg}}}FCb{}{}}{{}{{EOb{ce}}}Fn{}}{{}{{FBf{ce}}}Fn{}}{{}{{IHh{ceg}}}{FCbFBn}{}{}}{{}{{Jf{ceg}}}{FCbFBn}{}{}}{{}ENh}{FAnFAn}{{{FAh{ce}}}c{Ah{AEl{}{{Ch{}}}}}{}}`{Dbc{}}000000000000000000000000000000000000000000000{{{IHh{ceg}}}c{Ah{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}GhFCbFBn}{}{}}{{{Jf{ceg}}}c{{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Ah{AKn{}{{Ch{}}}}{AH`{}{{Ch{}}}}BE`FBnFCb}{}{}}{{{ENj{ce}}{ENj{ce}}}c{{INn{}{{Ch{}}}}AEl}{}}{{{FB`{ce}}{FB`{ce}}}c{{INn{}{{Ch{}}}}AEl}{}}{{{EOl{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{EOl{ce}}c}{}{AhAMj}{}}{{{FAh{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{FAh{ce}}c}{}{AhAMj}{}}{{{IOl{ce}}{IOl{cg}}}{}AMj{}{}}{{{IOl{ce}}{IOn{cge}}}{}AMj{}{}}{{{IOl{ce}}c}{}AMj{}}{{{ENj{ce}}c}{}{AhAMj}{}}{{{ENj{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{FB`{ce}}c}{}{AhAMj}{}}{{{FB`{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{FBb{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{FBb{ce}}c}{}{AhAMj}{}}{{{J`{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{J`{ce}}c}{}{AhAMj}{}}{{{FAd{ce}}c}{}{AhAMj}{}}{{{FAd{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{FBd{ce}}c}{}{AhAMj}{}}{{{FBd{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{EOb{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{EOb{ce}}c}{}{AhAMj}{}}{{{FBf{ce}}{IOn{cge}}}{}{AhAMj}{}{}}{{{FBf{ce}}c}{}{AhAMj}{}}{{{EOl{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{EOl{ce}}c}Ad{AhAKf}{}}{{{FAh{ce}}c}Ad{AhAKf}{}}{{{FAh{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{IOl{ce}}c}Ad{Ah{AMj{}{{Ch{}}}}}{}}{{{ENj{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{ENj{ce}}c}Ad{Ah{AMj{}{{Ch{}}}}}{}}{{{FB`{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{FB`{ce}}c}Ad{AhAKf}{}}{{{FBb{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{FBb{ce}}c}Ad{AhAKf}{}}{{{J`{ce}}c}Ad{AhAKf}{}}{{{J`{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{FAd{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{FAd{ce}}c}Ad{AhAKf}{}}{{{FBd{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{FBd{ce}}c}Ad{AhAKf}{}}{{{EOb{ce}}c}Ad{Ah{AMj{}{{Ch{}}}}}{}}{{{EOb{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{FBf{ce}}c}Ad{Ah{AMj{}{{Ch{}}}}}{}}{{{FBf{ce}}{IOn{cee}}}Ad{AhAKf}{}}{{{ENj{ce}}{FAd{ce}}}{{ENj{ce}}}JA`{}}{{{FB`{ce}}{FBd{ce}}}{{FB`{ce}}}JA`{}}{{{EOb{ce}}{EOb{ce}}}c{{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}}{{{FBf{ce}}{FBf{ce}}}c{{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}}{DbAd}0000000000000000000000{{{EOl{ce}}{EOl{ce}}}jGh{}}{{{FAh{ce}}{FAh{ce}}}jGh{}}{{{Jn{ce}}{Jn{ce}}}jGh{}}{{{IOl{ce}}{IOl{ce}}}jGh{}}{{{ENj{ce}}{ENj{ce}}}jGh{}}{{{FB`{ce}}{FB`{ce}}}jGh{}}{{{FBb{ce}}{FBb{ce}}}jGh{}}{{{Jj{ceg}}{Jj{ceg}}}jGh{}{}}{{{Jl{ceg}}{Jl{ceg}}}jGh{}{}}{{{Jh{ceg}}{Jh{ceg}}}jGh{}{}}{{{IOn{ceg}}{IOn{ceg}}}jGh{}{}}{{{J`{ce}}{J`{ce}}}jGh{}}{{{FAd{ce}}{FAd{ce}}}jGh{}}{{{FBd{ce}}{FBd{ce}}}jGh{}}{{{Jb{ceg}}{Jb{ceg}}}jGh{}{}}{{{Jd{ceg}}{Jd{ceg}}}jGh{}{}}{{{EOb{ce}}{EOb{ce}}}jGh{}}{{{FBf{ce}}{FBf{ce}}}jGh{}}{{{IHh{ceg}}{IHh{ceg}}}jGh{}{}}{{{Jf{ceg}}{Jf{ceg}}}jGh{}{}}{{FAjFAj}j}{{FAlFAl}j}{{ENhENh}j}{{{FAd{ce}}{FAd{ce}}}FAjGh{}}{{{FBd{ce}}{FBd{ce}}}FAlGh{}}{{{EOb{ce}}{EOb{ce}}}FAjGh{}}{{{FBf{ce}}{FBf{ce}}}FAlGh{}}{{ce}j{}{}}00000000000000000000000000000000000000000000000000000000000000000000{{{EOd{c}}{EOd{c}}{EOd{c}}}{{Jh{ceg}}}INn{}{}}{{{ENj{ce}}c}{{FB`{ce}}}Ah{}}{{{EOb{ce}}c}{{FBf{ce}}}Ah{}}{{FAnFAn}FAn}{{{ENj{ce}}}{{ENj{ce}}}{FBlAh}{}}{{{ENj{ce}}}{{ENj{ce}}}FBl{}}{{{FB`{ce}}}{{FB`{ce}}}FBl{}}{{{FB`{ce}}}{{FB`{ce}}}{FBlAh}{}}{{{FAd{ce}}}{{FAd{ce}}}{FBlAh}{}}{{{FAd{ce}}}{{FAd{ce}}}FBl{}}{{{FBd{ce}}}{{FBd{ce}}}{FBlAh}{}}{{{FBd{ce}}}{{FBd{ce}}}FBl{}}{{{EOb{ce}}}{{EOb{ce}}}{FBlAh}{}}{{{EOb{ce}}}{{EOb{ce}}}FBl{}}{{{FBf{ce}}}{{FBf{ce}}}{FBlAh}{}}{{{FBf{ce}}}{{FBf{ce}}}FBl{}}{{{EOl{ce}}Df}{{Il{AdAl}}}Jj{}}{{{FAh{ce}}Df}{{Il{AdAl}}}Jj{}}{{{Jn{ce}}Df}{{Il{AdAl}}}Jj{}}{{{IOl{ce}}Df}{{Il{AdAl}}}Jj{}}{{{ENj{ce}}Df}{{Il{AdAl}}}Jj{}}{{{FB`{ce}}Df}{{Il{AdAl}}}Jj{}}{{{FBb{ce}}Df}{{Il{AdAl}}}Jj{}}{{{Jj{ceg}}Df}{{Il{AdAl}}}Jj{}{}}{{{Jh{ceg}}Df}{{Il{AdAl}}}Jj{}{}}{{{IOn{ceg}}Df}{{Il{AdAl}}}Jj{}{}}{{{J`{ce}}Df}{{Il{AdAl}}}Jj{}}{{{FAd{ce}}Df}{{Il{AdAl}}}Jj{}}{{{FBd{ce}}Df}{{Il{AdAl}}}Jj{}}{{{Jb{ceg}}Df}{{Il{AdAl}}}Jj{}{}}{{{Jd{ceg}}Df}{{Il{AdAl}}}Jj{}{}}{{{EOb{ce}}Df}{{Il{AdAl}}}Jj{}}{{{FBf{ce}}Df}{{Il{AdAl}}}Jj{}}{{{IHh{ceg}}Df}{{Il{AdAl}}}{AhJjGhFBnFCb}{}{}}{{{Jf{ceg}}Df}{{Il{AdAl}}}{AhJjGhFBnFCb}{}{}}{{FAjDf}{{Il{AdAl}}}}{{FAlDf}{{Il{AdAl}}}}{{ENhDf}{{Il{AdAl}}}}{cc{}}{{{FAd{ce}}}{{EOl{ce}}}{AhFCbBE`}{}}{{{FBd{ce}}}{{FAh{ce}}}{AhFCbBE`}{}}22{{{ENj{ce}}}{{Jn{ce}}}{FCbFBn}{}}{{{FBf{ce}}}{{Jn{ce}}}FCb{}}{{{EOb{ce}}}{{Jn{ce}}}FCb{}}{{{FB`{ce}}}{{Jn{ce}}}FBn{}}6{{{ADb{c}}}{{ENj{ce}}}{}{}}7{{{Lf{cc}}}{{ENj{ce}}}{}{}}{{{Lf{ccc}}}{{FB`{ce}}}{}{}}9{{{ADb{c}}}{{FB`{ce}}}{}{}}:{{{FAd{ce}}}{{FBb{ce}}}FCb{}}{{{FBf{ce}}}{{Jj{cge}}}{}{}{}}<{{{Jh{ceg}}}{{Jj{ceg}}}{}{}{}}====={{{EOb{ce}}}{{FAd{ce}}}{}{}}{{{ADb{c}}}{{FAd{ce}}}{}{}}{{{Lf{cc}}}{{FAd{ce}}}{}{}}{cc{}}{{{FBf{ce}}}{{FBd{ce}}}{}{}}{{{ADb{c}}}{{FBd{ce}}}{}{}}{{{Lf{ccc}}}{{FBd{ce}}}{}{}}{{{EOb{ce}}}{{Jb{ceg}}}{}{}{}}4{{{FBf{ce}}}{{Jd{ceg}}}{}{}{}}5{{{Jb{ceg}}}{{EOb{ce}}}{}{}{}}{{{ADb{c}}}{{EOb{ce}}}{}{}}{{{Lf{cc}}}{{EOb{ce}}}{}{}}{{{FAd{ce}}}{{EOb{ce}}}{}{}}99{{{ADb{c}}}{{FBf{ce}}}{}{}}{{{Jd{ceg}}}{{FBf{ce}}}{}{}{}}{{{Lf{ccc}}}{{FBf{ce}}}{}{}}<{{{Jb{ceg}}}{{IHh{ceg}}}{FCbFBn}{}{}}{{{Jd{ceg}}}{{Jf{ceg}}}{FCbFBn}{}{}}>>>>>>>>>>>>>>>>>>>>>>>>>>>{{{EOd{c}}c}{{EOb{ce}}}{FAn{AMh{}{{Ch{}}}}Ah}{}}{{{ADb{c}}}{{IHh{ceg}}}Ah{}{}}{{{ADb{c}}}{{Jf{ceg}}}Ah{}{}}{{{ADb{{ADb{c}}}}}{{IHh{ceg}}}Ah{}{}}{{{ADb{{ADb{c}}}}}{{Jf{ceg}}}Ah{}{}}{{{IOl{ce}}}{{J`{ce}}}Ah{}}{{{IOl{ce}}{IOl{ce}}}{{ENj{ce}}}{}{}}{{{IOl{ce}}{IOl{ce}}{IOl{ce}}}{{FB`{ce}}}{}{}}{{{IOl{ce}}{IOl{ce}}{IOl{ce}}{IOl{ce}}}{{J`{ce}}}{}{}}{{{IOl{ce}}{IOl{ce}}}{{FAd{ce}}}{}{}}{{{IOl{ce}}{IOl{ce}}{IOl{ce}}}{{FBd{ce}}}{}{}}{{{IOl{ce}}{IOl{ce}}}{{EOb{ce}}}{}{}}{{{IOl{ce}}{IOl{ce}}{IOl{ce}}}{{FBf{ce}}}{}{}}{{{ENj{ce}}{FAd{ce}}}{{EOl{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{{{FB`{ce}}{FBd{ce}}}{{FAh{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{c{{EOl{eg}}}Oh{AhFCbBE`}{}}{c{{FAh{eg}}}Oh{AhFCbBE`}{}}{c{{FBb{eg}}}Oh{AhFCbBE`{AEl{}{{Ch{}}}}}{}}{{{Jh{ceg}}}{{Jj{ceg}}}{}{}{}}{{{IOn{ceg}}}{{Jf{ceg}}}{{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Ah{AKn{}{{Ch{}}}}{AH`{}{{Ch{}}}}BE`FBnFCb}{}{}}{{{FAd{ce}}}{{EOl{ce}}}FCb{}}{{{FBd{ce}}}{{FAh{ce}}}FCb{}}{{{FAd{ce}}}{{FBb{ce}}}FCb{}}{ce{}{}}0000000000000000000000{{{FBf{ce}}}{{Jj{cge}}}{}{}{}}{{{EOl{cENh}}}{{EOl{ce}}}Ah{}}{{{FAh{cENh}}}{{FAh{ce}}}Ah{}}{{{ENj{cENh}}}{{ENj{ce}}}{}{}}{{{FB`{cENh}}}{{FB`{ce}}}{}{}}{{{FBb{cENh}}}{{FBb{ce}}}Ah{}}{{{Jj{cENhENh}}}{{Jj{ceg}}}{}{}{}}{{{Jl{cENhENh}}}{{Jl{ceg}}}Ah{}{}}{{{Jh{cENhENh}}}{{Jh{ceg}}}Ah{}{}}{{{FAd{cENh}}}{{FAd{ce}}}{}{}}{{{FBd{cENh}}}{{FBd{ce}}}{}{}}{{{Jb{cENhENh}}}{{Jb{ceg}}}Ah{}{}}{{{Jd{cENhENh}}}{{Jd{ceg}}}Ah{}{}}{{{EOb{cENh}}}{{EOb{ce}}}{}{}}{{{FBf{cENh}}}{{FBf{ce}}}{}{}}{{{IHh{cENhENh}}}{{IHh{ceg}}}Ah{}{}}{{{Jf{cENhENh}}}{{Jf{ceg}}}Ah{}{}}{{{EOb{ce}}{EOb{ce}}}{{J`{ce}}}{{AKn{}{{Ch{}}}}}{}}0{{{IOl{ce}}}cDl{}}{{{IOn{ceg}}}c{}{}{}}{{{Jl{ceg}}}{{EOd{c}}}Ah{}{}}{{{FAd{ce}}{FAd{ce}}}FAjBE`{}}{{{FBd{ce}}{FBd{ce}}}FAlBE`{}}{{{EOb{ce}}{EOb{ce}}}FAjBE`{}}{{{FBf{ce}}{FBf{ce}}}FAlBE`{}}{{{EOl{ce}}g}AdAj{}GC`}{{{FAh{ce}}g}AdAj{}GC`}{{{Jn{ce}}g}AdAj{}GC`}{{{IOl{ce}}g}AdAj{}GC`}{{{ENj{ce}}g}AdAj{}GC`}{{{FB`{ce}}g}AdAj{}GC`}{{{FBb{ce}}g}AdAj{}GC`}{{{Jj{ceg}}i}AdAj{}{}GC`}{{{Jl{ceg}}i}AdAj{}{}GC`}{{{Jh{ceg}}i}AdAj{}{}GC`}{{{IOn{ceg}}i}AdAj{}{}GC`}{{{J`{ce}}g}AdAj{}GC`}{{{FAd{ce}}g}AdAj{}GC`}{{{FBd{ce}}g}AdAj{}GC`}{{{Jb{ceg}}i}AdAj{}{}GC`}{{{Jd{ceg}}i}AdAj{}{}GC`}{{{EOb{ce}}g}AdAj{}GC`}{{{FBf{ce}}g}AdAj{}GC`}{{{IHh{ceg}}i}AdAj{}{}GC`}{{{Jf{ceg}}i}AdAj{}{}GC`}{{FAjc}AdGC`}{{FAlc}AdGC`}{{ENhc}AdGC`}{{{EOl{ce}}}c{Ah{AEl{}{{Ch{}}}}}{}}{{{FAh{ce}}}c{Ah{AEl{}{{Ch{}}}}}{}}{{{FBb{ce}}}c{Ah{AH`{}{{Ch{}}}}}{}}``{{{J`{ce}}}c{Ah{AH`{}{{Ch{}}}}}{}}`{{}{{Jj{ceg}}}{}{}{}}{{}{{Jl{ceg}}}INl{}{}}{{}{{Jh{ceg}}}{INlIMj}{}{}}{{}{{IOn{ceg}}}FBn{}{}}{{}{{Jb{ceg}}}FCb{}{}}{{}{{Jd{ceg}}}FCb{}{}}{{}{{IHh{ceg}}}{FCbFBn}{}{}}{{}{{Jf{ceg}}}{FCbFBn}{}{}}{{{EOl{ce}}cc}{{EOl{ce}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{FAh{ce}}ccc}{{FAh{ce}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{FBb{ce}}cc}{{FBb{ce}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{}Db}0000000000000000000000{{{EOl{ce}}{J`{ce}}}{{EOl{ce}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{FBb{ce}}{J`{ce}}}{{FBb{ce}}}{AhFCbBE`{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{EOl{ce}}{EOl{ce}}}{{I`{{EOl{ce}}}}}{AhBE`}{}}{{{FAh{ce}}{FAh{ce}}}{{I`{{FAh{ce}}}}}{AhBE`}{}}{{{FBb{ce}}{FBb{ce}}}{{I`{{FBb{ce}}}}}{AhBE`{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{EOl{ce}}{EOl{ce}}}{{EOl{ce}}}{AhBE`}{}}{{{FAh{ce}}{FAh{ce}}}{{FAh{ce}}}{AhBE`}{}}{{{EOl{ce}}{EOl{ce}}}jBE`{}}{{{FAh{ce}}{FAh{ce}}}jBE`{}}{{{FBb{ce}}{FBb{ce}}}j{AhBE`{AH`{}{{Ch{}}}}}{}}{ce{}{}}000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}0000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000000000000{{{If{c}}}{{If{Cj}}}{}}0000000000000000000000{{c{Cl{e}}}g{}{}{}}0000000000000000000000444444444444444444444444444444444444444444444444444444444444444444444{{{Jj{ceg}}}{{Jj{cge}}}{}{}{}}{{{Jl{ceg}}}{{Jl{cge}}}INn{}{}}{{{Jh{ceg}}}{{Jh{cge}}}INn{}{}}{{{IOn{ceg}}}{{IOn{ge}}}{FBnAMj}{}{}}{{{Jb{ceg}}}{{Jb{ge}}}{AKnAh}{}{}}{{{Jd{ceg}}}{{Jd{ge}}}{AKnAh}{}{}}{{{IHh{ceg}}}{{I`{{IHh{cge}}}}}{Ah{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}GhFCbFBn}{}{}}{{{Jf{ceg}}}{{I`{{Jf{cge}}}}}{{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Ah{AKn{}{{Ch{}}}}{AH`{}{{Ch{}}}}BE`FBnFCb}{}{}}{{{Jf{ceg}}}j{FCbFBnGh}{}{}}{{{Jf{ceg}}}j{{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Ah{AKn{}{{Ch{}}}}{AH`{}{{Ch{}}}}BE`FBnFCb}{}{}}{{{EOl{ce}}}jBE`{}}{{{FAh{ce}}}jBE`{}}{{{FBb{ce}}}j{AhFCbBE`}{}}{{{FAd{ce}}}j{FCbBE`}{}}{{{FBd{ce}}}j{FCbBE`}{}}{{{EOl{ce}}}jFCf{}}{{{FAh{ce}}}jFCf{}}{{{ENj{ce}}}jFCf{}}{{{FB`{ce}}}jFCf{}}{{{FBb{ce}}}jFCf{}}{{{FAd{ce}}}jFCf{}}{{{FBd{ce}}}jFCf{}}{{{EOb{ce}}}jFCf{}}{{{FBf{ce}}}jFCf{}}{{{IOn{ceg}}}j{GhFBn}{}{}}{{{Jb{ceg}}}j{FCbGh}{}{}}{{{Jd{ceg}}}j{FCbGh}{}{}}{{{IHh{ceg}}}j{Ah{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}GhFCbFBn}{}{}}{{{Jf{ceg}}}j{{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Ah{AKn{}{{Ch{}}}}{AH`{}{{Ch{}}}}BE`FBnFCb}{}{}}{{{EOl{ce}}}jBE`{}}{{{FAh{ce}}}jBE`{}}{{{Jh{ceg}}}j{}{}{}}{{{FAd{ce}}}jIOj{}}{{{FBd{ce}}}jIOj{}}{{{J`{ce}}}j{FCbGh}{}}```{{{EOb{ce}}}cINn{}}{{{FBf{ce}}}cINn{}}{{{EOl{ce}}{EOl{ce}}c}{{EOl{ce}}}{FBn{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}Ah}{}}{{{FAh{ce}}{FAh{ce}}c}{{FAh{ce}}}{FBn{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}Ah}{}}{{{IOl{ce}}{IOl{ce}}c}{{IOl{ce}}}{FBn{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}Dl}{}}{{{ENj{ce}}{ENj{ce}}c}{{ENj{ce}}}{FBn{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}Ah}{}}{{{FB`{ce}}{FB`{ce}}c}{{FB`{ce}}}{FBn{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}Ah}{}}{{{FBb{ce}}{FBb{ce}}c}{{FBb{ce}}}{FBn{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}Ah}{}}{{{Jh{ceg}}{Jh{ceg}}c}{{Jh{ceg}}}INn{}{}}{{{FAd{ce}}{FAd{ce}}c}{{FAd{ce}}}{FBn{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}Ah}{}}{{{FBd{ce}}{FBd{ce}}c}{{FBd{ce}}}{FBn{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}Ah}{}}{{{EOb{ce}}{EOb{ce}}c}{{EOb{ce}}}{FBn{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}Ah}{}}{{{FBf{ce}}{FBf{ce}}c}{{FBf{ce}}}{FBn{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}Ah}{}}{{{FAd{ce}}{FAd{ce}}}FAjBE`{}}{{{FBd{ce}}{FBd{ce}}}FAlBE`{}}{{{EOb{ce}}{EOb{ce}}}FAjBE`{}}{{{FBf{ce}}{FBf{ce}}}FAlBE`{}}``````````````````````{{{ENj{ce}}i}{{ENj{ge}}}{}{}{}{{Cb{c}{{Ch{g}}}}}}{{{FB`{ce}}i}{{FB`{ge}}}{}{}{}{{Cb{c}{{Ch{g}}}}}}{{{EOb{ce}}i}{{EOb{ge}}}{}{}{}{{Cb{c}{{Ch{g}}}}}}{{{FBf{ce}}i}{{FBf{ge}}}{}{}{}{{Cb{c}{{Ch{g}}}}}}{{{IOl{ce}}{IOl{ce}}}{{IOl{ce}}}BE`{}}{{{ENj{ce}}{ENj{ce}}}{{ENj{ce}}}BE`{}}{{{FB`{ce}}{FB`{ce}}}{{FB`{ce}}}BE`{}}{{{FBb{ce}}}{{ENj{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{{{IOn{ceg}}{IOn{ceg}}}{{IOn{ceg}}}BE`{}{}}{{{FAd{ce}}{FAd{ce}}}{{FAd{ce}}}BE`{}}{{{FBd{ce}}{FBd{ce}}}{{FBd{ce}}}BE`{}}{{{EOb{ce}}{EOb{ce}}}{{EOb{ce}}}BE`{}}{{{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}BE`{}}``{{{FBb{ce}}}c{Ah{AH`{}{{Ch{}}}}}{}}0987654321``00{{{EOl{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{EOl{ce}}c}{}{AhAMh}{}}{{{FAh{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{FAh{ce}}c}{}{AhAMh}{}}{{{IOl{ce}}{IOn{ceg}}}{}AMh{}{}}{{{IOl{ce}}c}{}AMh{}}{{{ENj{ce}}c}{}{AhAMh}{}}{{{ENj{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{FB`{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{FB`{ce}}c}{}{AhAMh}{}}{{{FBb{ce}}c}{}{AhAMh}{}}{{{FBb{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{IOn{ceg}}{IOn{cgi}}}{}AMh{}{}{}}{{{J`{ce}}c}{}{AhAMh}{}}{{{J`{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{FAd{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{FAd{ce}}c}{}{AhAMh}{}}{{{FBd{ce}}c}{}{AhAMh}{}}{{{FBd{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{EOb{ce}}c}{}{AhAMh}{}}{{{EOb{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{FBf{ce}}c}{}{AhAMh}{}}{{{FBf{ce}}{IOn{ceg}}}{}{AhAMh}{}{}}{{{EOl{ce}}c}Ad{AhBHb}{}}{{{EOl{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{FAh{ce}}c}Ad{AhBHb}{}}{{{FAh{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{IOl{ce}}c}Ad{Ah{AMh{}{{Ch{}}}}}{}}{{{ENj{ce}}c}Ad{Ah{AMh{}{{Ch{}}}}}{}}{{{ENj{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{FB`{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{FB`{ce}}c}Ad{AhBHb}{}}{{{FBb{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{FBb{ce}}c}Ad{AhBHb}{}}{{{J`{ce}}c}Ad{AhBHb}{}}{{{J`{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{FAd{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{FAd{ce}}c}Ad{AhBHb}{}}{{{FBd{ce}}c}Ad{AhBHb}{}}{{{FBd{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{EOb{ce}}c}Ad{Ah{AMh{}{{Ch{}}}}}{}}{{{EOb{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{FBf{ce}}c}Ad{Ah{AMh{}{{Ch{}}}}}{}}{{{FBf{ce}}{IOn{cee}}}Ad{AhBHb}{}}{{{Jf{ceg}}c}{{Jf{ceg}}}{{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}Ah{AKn{}{{Ch{}}}}{AH`{}{{Ch{}}}}BE`FBnFCb}{}{}}{{{IOl{ce}}}{}AKn{}}{{{ENj{ce}}}{}AKn{}}{{{FB`{ce}}}{}AKn{}}{{{J`{ce}}}{{J`{ce}}}{{AKn{}{{Ch{}}}}}{}}{{{FAd{ce}}}{}AKn{}}{{{FBd{ce}}}{}AKn{}}{{{EOb{ce}}}{}AKn{}}{{{FBf{ce}}}{}AKn{}}{{{ENj{ce}}{ENj{ce}}}{{EOl{ce}}}{}{}}{{{FB`{ce}}{FB`{ce}}}{{FAh{ce}}}{}{}}{{cccc}{{Jn{ce}}}{}{}}{c{{IOl{ce}}}{}{}}{{cc}{{ENj{ce}}}{}{}}{{ccc}{{FB`{ce}}}{}{}}{{{ENj{ce}}{FAd{ce}}}{{FBb{ce}}}{}{}}{{{Jh{ceg}}{FBf{cg}}}{{Jj{ceg}}}{}{}{}}{{{EOd{c}}}{{Jl{ceg}}}{}{}{}}{c{{IOn{ceg}}}{}{}{}}{{cccc}{{J`{ce}}}{}{}}{{cc}{{FAd{ce}}}{}{}}{{ccc}{{FBd{ce}}}{}{}}{{cc}{{Jb{ceg}}}{}{}{}}{{ccc}{{Jd{ceg}}}{}{}{}}{{cc}{{EOb{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}{{cccccc}{{IHh{ceg}}}{}{}{}}{{cccccccccccccccc}{{Jf{ceg}}}{}{}{}}{{cccccc}{{Jf{ceg}}}{FCbFBn}{}{}}{c{{J`{ce}}}Ah{}}{{{FBf{ce}}{Jh{ceg}}}{{Jj{ceg}}}{}{}{}}{FAjj}{FAlj}{{{Jh{ceg}}}cINn{}{}}{{{Jh{ceg}}}{{Jh{ceg}}}INn{}{}}{{{EOb{ce}}}{{EOb{ce}}}INn{}}{{{FBf{ce}}}{{FBf{ce}}}INn{}}{FAjFAj}{FAlFAl}{{{FAd{ce}}{FAd{ce}}}FAjGh{}}{{{FBd{ce}}{FBd{ce}}}FAlGh{}}{{{EOb{ce}}{EOb{ce}}}FAjGh{}}{{{FBf{ce}}{FBf{ce}}}FAlGh{}}`{{}{{IOn{ceg}}}FBn{}{}}{{}{{EOb{ce}}}FBn{}}{{}{{FBf{ce}}}FBn{}}{{FAjFAj}FAj}{{FAlFAl}FAl}{{}{{ENj{ce}}}FCb{}}{{}{{FB`{ce}}}FCb{}}`{{cccccc}{{Jf{ceg}}}{}{}{}}{{{EOl{ce}}{J`{ce}}}{{EOl{ce}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{FBb{ce}}{J`{ce}}}{{FBb{ce}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{IHh{ceg}}{EOl{ce}}}{{EOl{cg}}}{{AEl{}{{Ch{}}}}FCbBE`Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{Jf{ceg}}{EOl{ce}}}{{I`{{EOl{cg}}}}}{{AEl{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCbBE`Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{Jf{ceg}}{FAh{ce}}}{{I`{{FAh{cg}}}}}{{AEl{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCbBE`Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{IHh{ceg}}{FBb{ce}}}{{FBb{cg}}}{{AEl{}{{Ch{}}}}FCbBE`Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{Jf{ceg}}{FBb{ce}}}{{I`{{FBb{cg}}}}}{{AEl{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCbBE`Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{IOl{ce}}{IOl{ce}}}{{I`{Hd}}}BE`{}}{{{IOn{ceg}}{IOn{ceg}}}{{I`{Hd}}}BE`{}{}}{{ENhENh}{{I`{Hd}}}}{c{{Jf{ceg}}}{}{}{}}{{cc}{{ENj{ce}}}{}{}}{{ccc}{{FB`{ce}}}{}{}}{{{ENj{Mfc}}}{{ENj{MfENh}}}{}}{{{IHh{ceg}}{EOd{c}}}{{IHh{ceg}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCbFAn}{}{}}{{{Jf{ceg}}ccc{EOd{c}}}{{Jf{ceg}}}{{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}AhFCbFBnFAn}{}{}}{{{IHh{ceg}}cc}{{IHh{ceg}}}{Ah{AMh{}{{Ch{}}}}}{}{}}{{{Jf{ceg}}ccc}{{Jf{ceg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCbFBn}{}{}}{{{IHh{ceg}}{EOb{ce}}}{{IHh{ceg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCbFBn}{}{}}{{{Jf{ceg}}{FBf{ce}}}{{Jf{ceg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCbFBn}{}{}}{{{EOb{ce}}{EOb{ce}}}{{EOb{ce}}}{{AEl{}{{Ch{}}}}{AMj{}{{Ch{}}}}Ah{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}}{}}{{{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{{AEl{}{{Ch{}}}}{AMj{}{{Ch{}}}}Ah{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}}{}}{{{Jf{ceg}}}{{Jf{ceg}}}{Ah{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCbFBnGh}{}{}}{{cccc}{{Jh{ceg}}}{}{}{}}`{c{{Jl{ceg}}}{}{}{}}`{FAnFAn}{{cccc}{{FBb{ce}}}{}{}}{{{EOb{ce}}{EOb{ce}}}{{EOb{ce}}}{FBn{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}Ah}{}}{{{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{FBn{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}Ah}{}}{{{ENj{ce}}{FAd{ce}}}{{ENj{ce}}}JA`{}}{{{FB`{ce}}{FBd{ce}}}{{FB`{ce}}}JA`{}}`{{{EOb{ce}}}{{EOb{ce}}}FCf{}}{{{FBf{ce}}}{{FBf{ce}}}FCf{}}{{{EOd{c}}}{{IHh{ceg}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCbFAn}{}{}}{{ccc{EOd{c}}}{{Jf{ceg}}}{}{}{}}`{{{EOl{ce}}}{{EOl{ce}}}FC`{}}{{{FAh{ce}}}{{FAh{ce}}}FC`{}}{{{ENj{ce}}}{{ENj{ce}}}FC`{}}{{{ENj{ce}}}{{ENj{ce}}}{FC`Ah}{}}{{{FB`{ce}}}{{FB`{ce}}}FC`{}}{{{FB`{ce}}}{{FB`{ce}}}{FC`Ah}{}}{{{FBb{ce}}}{{FBb{ce}}}{FBlFBjFC`{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{FAd{ce}}}{{FAd{ce}}}{FC`Ah}{}}{{{FAd{ce}}}{{FAd{ce}}}FC`{}}{{{FBd{ce}}}{{FBd{ce}}}FC`{}}{{{FBd{ce}}}{{FBd{ce}}}{FC`Ah}{}}{{{EOb{ce}}}{{EOb{ce}}}{FC`Ah}{}}{{{EOb{ce}}}{{EOb{ce}}}FC`{}}{{{FBf{ce}}}{{FBf{ce}}}FC`{}}{{{FBf{ce}}}{{FBf{ce}}}{FC`Ah}{}}{{{EOl{ce}}}{{EOl{ce}}}{FBlFBj}{}}{{{FAh{ce}}}{{FAh{ce}}}{FBlFBj}{}}:10:{{{IOl{ce}}{IOl{ce}}}{{IOl{ce}}}JAb{}}0{{{EOl{eg}}cc}{{EOl{eg}}}Ah{{AMh{c}{{Ch{}}}}Ah}{}}{{{FAh{eg}}ccc}{{FAh{eg}}}Ah{{AMh{c}{{Ch{}}}}Ah}{}}{{{FBb{eg}}cc}{{FBb{eg}}}Ah{Ah{AMh{c}{{Ch{}}}}}{}}{{cc}{{IHh{ceg}}}FCb{}{}}{{ccc}{{Jf{ceg}}}{FCbFBn}{}{}}{{FAj{ENj{ce}}{ENj{ce}}}{{ENj{ce}}}{}{}}{{FAl{FB`{ce}}{FB`{ce}}}{{FB`{ce}}}{}{}}{{FAj{FAd{ce}}{FAd{ce}}}{{FAd{ce}}}{}{}}{{FAl{FBd{ce}}{FBd{ce}}}{{FBd{ce}}}{}{}}{{FAj{EOb{ce}}{EOb{ce}}}{{EOb{ce}}}{}{}}{{FAl{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{}{}}{{{EOl{ce}}{FAd{ce}}}Ad{Ah{AEl{}{{Ch{}}}}}{}}{FAnFAn}{{{EOl{ce}}}{{FAd{ce}}}{Ah{AEl{}{{Ch{}}}}}{}}{{{FAh{ce}}}{{FBd{ce}}}{Ah{AEl{}{{Ch{}}}}}{}}`{{cc}{{FAd{ce}}}{}{}}{{ccc}{{FBd{ce}}}{}{}}{{{EOd{c}}{EOd{c}}}{{Jf{ceg}}}{FAnFCbFBn}{}{}}{{{Jh{ceg}}{Jh{ceg}}c}{{Jh{ceg}}}{}{}{}}{c{{ENj{ce}}}Dl{}}{c{{FB`{ce}}}Dl{}}{c{{FAd{ce}}}Dl{}}{c{{FBd{ce}}}Dl{}}{c{{Jb{ceg}}}Dl{}{}}{c{{Jd{ceg}}}Dl{}{}}{c{{EOb{ce}}}Dl{}}{c{{FBf{ce}}}Dl{}}{{{EOb{ce}}}c{Ah{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}}{}}{{{FBf{ce}}}c{Ah{AMh{}{{Ch{}}}}{AH`{}{{Ch{}}}}}{}}{{{Jh{ceg}}}cINn{}{}}{{{IOl{ce}}{IOl{ce}}}{}AEl{}}{{{ENj{ce}}{FAd{ce}}}{}AEl{}}{{{ENj{ce}}{EOb{ce}}}{}AEl{}}{{{ENj{ce}}{ENj{ce}}}{}AEl{}}{{{FB`{ce}}{FBd{ce}}}{}AEl{}}{{{FB`{ce}}{FBf{ce}}}{}AEl{}}{{{FB`{ce}}{FB`{ce}}}{}AEl{}}{{{IOn{ceg}}{IOn{ceg}}}{}AEl{}{}}{{{J`{ce}}{J`{ce}}}{{J`{ce}}}{{AEl{}{{Ch{}}}}}{}}{{{FAd{ce}}{FAd{ce}}}{}AEl{}}{{{FBd{ce}}{FBd{ce}}}{}AEl{}}{{{Jb{ceg}}{Jb{cig}}}{}AEl{}{}{}}{{{Jd{ceg}}{Jd{cig}}}{}AEl{}{}{}}{{{EOb{ce}}{EOb{ce}}}{}AEl{}}{{{FBf{ce}}{FBf{ce}}}{}AEl{}}{{{IOl{ce}}{IOl{ce}}}AdBGl{}}{{{ENj{ce}}{EOb{ce}}}Ad{Ah{AEl{}{{Ch{}}}}}{}}{{{ENj{ce}}{FAd{ce}}}AdBGl{}}{{{FB`{ce}}{FBd{ce}}}AdBGl{}}{{{FB`{ce}}{FBf{ce}}}Ad{Ah{AEl{}{{Ch{}}}}}{}}{{{J`{ce}}{J`{ce}}}AdBGl{}}{{{FAd{ce}}{FAd{ce}}}AdBGl{}}{{{FBd{ce}}{FBd{ce}}}AdBGl{}}{{{Jb{ceg}}{Jb{cgg}}}AdBGl{}{}}{{{Jd{ceg}}{Jd{cgg}}}AdBGl{}{}}{{{EOb{ce}}{EOb{ce}}}Ad{Ah{AEl{}{{Ch{}}}}}{}}{{{FBf{ce}}{FBf{ce}}}Ad{Ah{AEl{}{{Ch{}}}}}{}}{g{{IOl{ce}}}{{AH`{}{{Ch{}}}}AhFCb}{}{{BIl{}{{Of{{IOl{ce}}}}}}}}{g{{IOl{ce}}}{{AH`{}{{Ch{}}}}FCb}{}{{BIl{}{{Of{{IOl{ce}}}}}}}}{g{{FAd{ce}}}{{AH`{}{{Ch{}}}}FCb}{}{{BIl{}{{Of{{FAd{ce}}}}}}}}{g{{FAd{ce}}}{{AH`{}{{Ch{}}}}AhFCb}{}{{BIl{}{{Of{{FAd{ce}}}}}}}}{g{{FBd{ce}}}{{AH`{}{{Ch{}}}}AhFCb}{}{{BIl{}{{Of{{FBd{ce}}}}}}}}{g{{FBd{ce}}}{{AH`{}{{Ch{}}}}FCb}{}{{BIl{}{{Of{{FBd{ce}}}}}}}}{g{{EOb{ce}}}{{AH`{}{{Ch{}}}}AhFCb}{}{{BIl{}{{Of{{EOb{ce}}}}}}}}{g{{EOb{ce}}}{{AH`{}{{Ch{}}}}FCb}{}{{BIl{}{{Of{{EOb{ce}}}}}}}}{g{{FBf{ce}}}{{AH`{}{{Ch{}}}}AhFCb}{}{{BIl{}{{Of{{FBf{ce}}}}}}}}{g{{FBf{ce}}}{{AH`{}{{Ch{}}}}FCb}{}{{BIl{}{{Of{{FBf{ce}}}}}}}}{FAnFAn}{{{Jj{ceg}}{Jj{cgi}}}{{Jj{cei}}}{}{}{}{}}{{{Jl{ceg}}{Jl{cie}}}{{Jl{cig}}}INn{}{}{}}{{{Jh{ceg}}{Jh{cgi}}}{{Jh{cei}}}{}{}{}{}}{{{IHh{ceg}}{IHh{cgi}}}{{IHh{cei}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}{}}{{{Jf{ceg}}{Jf{cgi}}}{{Jf{cei}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}{}}{{{IHh{ceg}}{EOd{c}}}{{IHh{ceg}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCbFAn}{}{}}{{{Jf{ceg}}ccc{EOd{c}}}{{Jf{ceg}}}{{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}{AMj{}{{Ch{}}}}AhFCbFBnFAn}{}{}}{{{IHh{ceg}}cc}{{IHh{ceg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCb}{}{}}{{{Jf{ceg}}ccc}{{Jf{ceg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCbFBn}{}{}}{{{IHh{ceg}}{EOb{cg}}}{{IHh{ceg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCbFBn}{}{}}{{{Jf{ceg}}{FBf{cg}}}{{Jf{ceg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}FCbFBn}{}{}}{{{FB`{ce}}}{{ENj{ce}}}Ah{}}{{{FBf{ce}}}{{EOb{ce}}}Ah{}}{{{Jf{ceg}}}{{IHh{ceg}}}Ah{}{}}{{{ENj{ce}}}{{FB`{ce}}}{FCbAh}{}}{{{Jl{ceg}}}{{Jh{ceg}}}INn{}{}}{{{EOb{ce}}}{{FBf{ce}}}{FCbAh}{}}{{{IHh{ceg}}}{{Jf{ceg}}}{FCbFBnAh}{}{}}{{{ENj{ce}}}{{ADb{c}}}Ah{}}{{{FB`{ce}}}{{ADb{c}}}Ah{}}{{{FAd{ce}}}{{ADb{c}}}Ah{}}{{{FBd{ce}}}{{ADb{c}}}Ah{}}{{{Jb{ceg}}}{{ADb{c}}}Ah{}{}}{{{Jd{ceg}}}{{ADb{c}}}Ah{}{}}{{{EOb{ce}}}{{ADb{c}}}Ah{}}{{{FBf{ce}}}{{ADb{c}}}Ah{}}{{{IHh{ceg}}}{{ADb{c}}}Ah{}{}}{{{Jf{ceg}}}{{ADb{c}}}Ah{}{}}{{{FB`{ce}}}{{ADb{c}}}{FBnAh}{}}{{{FBf{ce}}}{{ADb{c}}}{FCbAh}{}}32{{{IHh{ceg}}}{{ADb{{ADb{c}}}}}Ah{}{}}{{{Jf{ceg}}}{{ADb{{ADb{c}}}}}Ah{}{}}0{{{FBb{ce}}}{{EOl{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{{{EOl{ce}}}{{EOl{Mfe}}}{IMnAh}{}}{{{FAh{ce}}}{{FAh{Mfe}}}{IMnAh}{}}{{{ENj{ce}}}{{ENj{Mfe}}}{IMnAh}{}}{{{FB`{ce}}}{{FB`{Mfe}}}{IMnAh}{}}{{{FBb{ce}}}{{FBb{Mfe}}}{IMnAh}{}}{{{FAd{ce}}}{{FAd{Mfe}}}{IMnAh}{}}{{{FBd{ce}}}{{FBd{Mfe}}}{IMnAh}{}}{{{Jb{ceg}}}{{Jb{Mfeg}}}{IMnAh}{}{}}{{{Jd{ceg}}}{{Jd{Mfeg}}}{IMnAh}{}{}}{{{EOb{ce}}}{{EOb{Mfe}}}{IMnAh}{}}{{{FBf{ce}}}{{FBf{Mfe}}}{IMnAh}{}}{{{EOl{ce}}}{{EOl{Nle}}}{IMnAh}{}}{{{FAh{ce}}}{{FAh{Nle}}}{IMnAh}{}}{{{ENj{ce}}}{{ENj{Nle}}}{IMnAh}{}}{{{FB`{ce}}}{{FB`{Nle}}}{IMnAh}{}}{{{FBb{ce}}}{{FBb{Nle}}}{IMnAh}{}}{{{FAd{ce}}}{{FAd{Nle}}}{IMnAh}{}}{{{FBd{ce}}}{{FBd{Nle}}}{IMnAh}{}}{{{Jb{ceg}}}{{Jb{Nleg}}}{IMnAh}{}{}}{{{Jd{ceg}}}{{Jd{Nleg}}}{IMnAh}{}{}}{{{EOb{ce}}}{{EOb{Nle}}}{IMnAh}{}}{{{FBf{ce}}}{{FBf{Nle}}}{IMnAh}{}}{{{EOl{ce}}}{{EOl{CEhe}}}{IMnAh}{}}{{{FAh{ce}}}{{FAh{CEhe}}}{IMnAh}{}}{{{ENj{ce}}}{{ENj{CEhe}}}{IMnAh}{}}{{{FB`{ce}}}{{FB`{CEhe}}}{IMnAh}{}}{{{FBb{ce}}}{{FBb{CEhe}}}{IMnAh}{}}{{{FAd{ce}}}{{FAd{CEhe}}}{IMnAh}{}}{{{FBd{ce}}}{{FBd{CEhe}}}{IMnAh}{}}{{{Jb{ceg}}}{{Jb{CEheg}}}{IMnAh}{}{}}{{{Jd{ceg}}}{{Jd{CEheg}}}{IMnAh}{}{}}{{{EOb{ce}}}{{EOb{CEhe}}}{IMnAh}{}}{{{FBf{ce}}}{{FBf{CEhe}}}{IMnAh}{}}{{{EOl{ce}}}{{EOl{FIde}}}{IMnAh}{}}{{{FAh{ce}}}{{FAh{FIde}}}{IMnAh}{}}{{{ENj{ce}}}{{ENj{FIde}}}{IMnAh}{}}{{{FB`{ce}}}{{FB`{FIde}}}{IMnAh}{}}{{{FBb{ce}}}{{FBb{FIde}}}{IMnAh}{}}{{{FAd{ce}}}{{FAd{FIde}}}{IMnAh}{}}{{{FBd{ce}}}{{FBd{FIde}}}{IMnAh}{}}{{{Jb{ceg}}}{{Jb{FIdeg}}}{IMnAh}{}{}}{{{Jd{ceg}}}{{Jd{FIdeg}}}{IMnAh}{}{}}{{{EOb{ce}}}{{EOb{FIde}}}{IMnAh}{}}{{{FBf{ce}}}{{FBf{FIde}}}{IMnAh}{}}{{{EOl{ce}}}{{I`{{EOl{ce}}}}}{AhBE`}{}}{{{FAh{ce}}}{{I`{{FAh{ce}}}}}{AhBE`}{}}{{{FBb{ce}}}{{I`{{FBb{ce}}}}}{AhFCbBE`}{}}{ce{}{}}0000000000000000000000{{{EOb{ce}}}{{ENj{ce}}}Ah{}}{{{FBf{ce}}}{{FB`{ce}}}Ah{}}{{{Jn{ce}}}{{I`{{ENj{ce}}}}}{Ah{AMj{}{{Ch{}}}}FCbBE`}{}}{{{Jn{ce}}}{{I`{{FB`{ce}}}}}{Ah{AMj{}{{Ch{}}}}FCbBE`}{}}{{{EOl{ce}}}{{FBb{ce}}}{Ah{AEl{}{{Ch{}}}}}{}}{{{EOb{ce}}}{{FAd{ce}}}Ah{}}{{{Jj{ceg}}}{{Jf{ceg}}}{}{}{}}{{{Jl{ceg}}}{{IHh{ceg}}}{Ah{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}{AMh{}{{Ch{}}}}INlFAn}{}{}}{{{Jh{ceg}}}{{Jf{ceg}}}{}{}{}}{{{Jb{ceg}}}{{IHh{ceg}}}{FCbFBnAh}{}{}}{{{Jd{ceg}}}{{Jf{ceg}}}{FCbFBnAh}{}{}}{{{EOb{ce}}}{{IHh{cee}}}{FCbFBnAh}{}}{{{FBf{ce}}}{{Jf{cee}}}{FCbFBnAh}{}}{{{ENj{ce}}}{{Lf{cc}}}Ah{}}{{{FB`{ce}}}{{Lf{ccc}}}Ah{}}{{{FAd{ce}}}{{Lf{cc}}}Ah{}}{{{FBd{ce}}}{{Lf{ccc}}}Ah{}}{{{Jb{ceg}}}{{Lf{cc}}}Ah{}{}}{{{Jd{ceg}}}{{Lf{ccc}}}Ah{}{}}{{{EOb{ce}}}{{Lf{cc}}}Ah{}}{{{FBf{ce}}}{{Lf{ccc}}}Ah{}}{{{FB`{ce}}}{{Lf{cccc}}}{FBnAh}{}}{{{FBf{ce}}}{{Lf{cccc}}}{FCbAh}{}}{{{EOl{ce}}}{{EOl{M`e}}}{IMnAh}{}}{{{FAh{ce}}}{{FAh{M`e}}}{IMnAh}{}}{{{ENj{ce}}}{{ENj{M`e}}}{IMnAh}{}}{{{FB`{ce}}}{{FB`{M`e}}}{IMnAh}{}}{{{FBb{ce}}}{{FBb{M`e}}}{IMnAh}{}}{{{FAd{ce}}}{{FAd{M`e}}}{IMnAh}{}}{{{FBd{ce}}}{{FBd{M`e}}}{IMnAh}{}}{{{Jb{ceg}}}{{Jb{M`eg}}}{IMnAh}{}{}}{{{Jd{ceg}}}{{Jd{M`eg}}}{IMnAh}{}{}}{{{EOb{ce}}}{{EOb{M`e}}}{IMnAh}{}}{{{FBf{ce}}}{{FBf{M`e}}}{IMnAh}{}}{{{FBb{ce}}}{{FBb{Afe}}}{IMnAh}{}}{{{FAd{ce}}}{{FAd{Afe}}}{IMnAh}{}}{{{EOl{ce}}}{{EOl{cENh}}}Ah{}}{{{FAh{ce}}}{{FAh{cENh}}}Ah{}}{{{ENj{ce}}}{{ENj{cENh}}}Ah{}}{{{FB`{ce}}}{{FB`{cENh}}}Ah{}}{{{FBb{ce}}}{{FBb{cENh}}}Ah{}}{{{Jj{ceg}}}{{Jj{cENhENh}}}{}{}{}}{{{Jl{ceg}}}{{Jl{cENhENh}}}Ah{}{}}{{{Jh{ceg}}}{{Jh{cENhENh}}}Ah{}{}}{{{FAd{ce}}}{{FAd{cENh}}}Ah{}}{{{FBd{ce}}}{{FBd{cENh}}}Ah{}}{{{Jb{ceg}}}{{Jb{cENhENh}}}Ah{}{}}{{{Jd{ceg}}}{{Jd{cENhENh}}}Ah{}{}}{{{EOb{ce}}}{{EOb{cENh}}}Ah{}}{{{FBf{ce}}}{{FBf{cENh}}}Ah{}}{{{IHh{ceg}}}{{IHh{cENhENh}}}Ah{}{}}{{{Jf{ceg}}}{{Jf{cENhENh}}}Ah{}{}}{{{EOl{ce}}}{{EOl{Dbe}}}{IMnAh}{}}{{{FAh{ce}}}{{FAh{Dbe}}}{IMnAh}{}}{{{ENj{ce}}}{{ENj{Dbe}}}{IMnAh}{}}{{{FB`{ce}}}{{FB`{Dbe}}}{IMnAh}{}}{{{FBb{ce}}}{{FBb{Dbe}}}{IMnAh}{}}{{{FAd{ce}}}{{FAd{Dbe}}}{IMnAh}{}}{{{FBd{ce}}}{{FBd{Dbe}}}{IMnAh}{}}{{{Jb{ceg}}}{{Jb{Dbeg}}}{IMnAh}{}{}}{{{Jd{ceg}}}{{Jd{Dbeg}}}{IMnAh}{}{}}{{{EOb{ce}}}{{EOb{Dbe}}}{IMnAh}{}}{{{FBf{ce}}}{{FBf{Dbe}}}{IMnAh}{}}{{{ENj{ce}}}{{EOb{ce}}}Ah{}}{{{FB`{ce}}}{{FBf{ce}}}Ah{}}{{{FAd{ce}}}{{EOb{ce}}}Ah{}}{{{FBd{ce}}}{{FBf{ce}}}Ah{}}{{{Jb{ceg}}}{{EOb{ce}}}Ah{}{}}{{{Jd{ceg}}}{{FBf{ce}}}Ah{}{}}`{{{Jb{ceg}}{EOl{ce}}}{{EOl{g}}}{AH`Ah}{}{}}{{{IOn{ceg}}{EOl{ce}}}{{EOl{g}}}{AhAMh}{}{}}{{{Jd{ceg}}{EOl{ce}}}{{EOl{g}}}{AH`Ah}{}{}}{{{IOn{ceg}}{FAh{ce}}}{{FAh{g}}}{AhAMh}{}{}}{{{Jd{ceg}}{FAh{ce}}}{{FAh{g}}}{AH`Ah}{}{}}{{{Jl{ceg}}{ENj{ce}}}{{ENj{cg}}}INn{}{}}{{{Jl{cENhENh}}{ENj{cENh}}}{{ENj{cENh}}}FAb}{{{IOn{ceg}}{ENj{ce}}}{{ENj{g}}}{AhAMh}{}{}}{{{IOn{cENhENh}}{ENj{cENh}}}{{ENj{cENh}}}FAb}{{{Jb{ceg}}{ENj{ce}}}{{ENj{g}}}{AH`Ah}{}{}}{{{Jb{cENhENh}}{ENj{cENh}}}{{ENj{cENh}}}FAb}{{{IHh{cENhENh}}{ENj{cENh}}}{{ENj{cENh}}}FAb}{{{IHh{ceg}}{ENj{ce}}}{{ENj{cg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}{ENj{ce}}}{{ENj{cg}}}{}{}{}}{{{Jd{ceg}}{ENj{ce}}}{{ENj{g}}}{AH`Ah}{}{}}{{{Jf{ceg}}{ENj{ce}}}{{I`{{ENj{cg}}}}}{{AMj{}{{Ch{}}}}FCbBE`Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{Jf{ceg}}{ENj{ce}}}{{Jn{cg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}{FB`{ce}}}{{FB`{cg}}}{}{}{}}{{{IOn{ceg}}{FB`{ce}}}{{FB`{g}}}{AhAMh}{}{}}{{{Jd{ceg}}{FB`{ce}}}{{FB`{g}}}{AH`Ah}{}{}}{{{Jf{ceg}}{FB`{ce}}}{{I`{{FB`{cg}}}}}{{AMj{}{{Ch{}}}}FCbBE`Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{Jf{ceg}}{FB`{ce}}}{{Jn{cg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{IOn{ceg}}{FBb{ce}}}{{FBb{g}}}{AhAMh}{}{}}{{{Jb{ceg}}{FBb{ce}}}{{FBb{g}}}{{AH`{}{{Ch{}}}}Ah}{}{}}{{{Jd{ceg}}{FBb{ce}}}{{FBb{cg}}}{{AH`{}{{Ch{}}}}Ah}{}{}}{{{IOn{ceg}}{FAd{ce}}}{{FAd{g}}}{AhAMh}{}{}}{{{Jb{ceg}}{FAd{ce}}}{{FAd{cg}}}{}{}{}}{{{Jd{ceg}}{FAd{ce}}}{{FAd{cg}}}{}{}{}}{{{Jl{ceg}}{EOb{ce}}}{{EOb{cg}}}INn{}{}}{{{Jl{cENhENh}}{EOb{cENh}}}{{EOb{cENh}}}FAb}{{{IOn{cENhENh}}{EOb{cENh}}}{{EOb{cENh}}}FAb}{{{IOn{ceg}}{EOb{ce}}}{{EOb{g}}}{AhAMh}{}{}}{{{Jb{cENhENh}}{EOb{cENh}}}{{EOb{cENh}}}FAb}{{{IHh{cENhENh}}{EOb{cENh}}}{{EOb{cENh}}}FAb}{{{IHh{ceg}}{EOb{ce}}}{{EOb{cg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}{EOb{ce}}}{{EOb{cg}}}{}{}{}}{{{Jf{ceg}}{EOb{ce}}}{{EOb{cg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}{FBf{ce}}}{{FBf{cg}}}{}{}{}}{{{Jf{ceg}}{FBf{ce}}}{{FBf{cg}}}{Ah{AH`{}{{Ch{}}}}{AMh{}{{Ch{}}}}}{}{}}{{{EOl{ce}}{EOb{ce}}}{{EOl{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{{{FAh{ce}}{FBf{ce}}}{{FAh{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{{{FBb{ce}}{EOb{ce}}}{{FBb{ce}}}{Ah{AH`{}{{Ch{}}}}}{}}{{cc}{{IHh{ceg}}}{FCbFBn}{}{}}{{ccc}{{Jf{ceg}}}{FCbFBn}{}{}}`{{{EOl{ce}}}{{I`{{EOl{ge}}}}}{IMnAh}{}IMn}{{{FAh{ce}}}{{I`{{FAh{ge}}}}}{IMnAh}{}IMn}{{{IOl{ce}}}{{I`{{IOl{ge}}}}}{IMnDl}{}IMn}{{{ENj{ce}}}{{I`{{ENj{ge}}}}}{IMnAh}{}IMn}{{{FB`{ce}}}{{I`{{FB`{ge}}}}}{IMnAh}{}IMn}{{{FBb{ce}}}{{I`{{FBb{ge}}}}}{IMnAh}{}IMn}{{{IOn{ceg}}}{{I`{{IOn{ieg}}}}}IMn{}{}IMn}{{{FAd{ce}}}{{I`{{FAd{ge}}}}}{IMnAh}{}IMn}{{{FBd{ce}}}{{I`{{FBd{ge}}}}}{IMnAh}{}IMn}{{{Jb{ceg}}}{{I`{{Jb{ieg}}}}}{IMnAh}{}{}IMn}{{{Jd{ceg}}}{{I`{{Jd{ieg}}}}}{IMnAh}{}{}IMn}{{{EOb{ce}}}{{I`{{EOb{ge}}}}}{IMnAh}{}IMn}{{{FBf{ce}}}{{I`{{FBf{ge}}}}}{IMnAh}{}IMn}{{{IHh{ceg}}}{{I`{{IHh{ieg}}}}}{IMnAh}{}{}IMn}{{{Jf{ceg}}}{{I`{{Jf{ieg}}}}}{IMnAh}{}{}IMn}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000000000000000000{{{EOb{ce}}}{{I`{{EOb{ce}}}}}INn{}}{{{FBf{ce}}}{{I`{{FBf{ce}}}}}INn{}}{cJ`{}}0000000000000000000000{ce{}{}}000000000000000000000000000000000000000000000{{{EOl{ce}}{EOl{ce}}}{{EOl{ce}}}{AhBE`}{}}{{{FAh{ce}}{FAh{ce}}}{{FAh{ce}}}{AhBE`}{}}{{{FBb{ce}}{FBb{ce}}}{{FBb{ce}}}{AhBE`{AH`{}{{Ch{}}}}{AEl{}{{Ch{}}}}FCb}{}}{{cccc}{{Jh{ceg}}}INn{}{}}{{cc}{{EOb{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}{{{Jh{ceg}}}{{FBf{cENh}}}Ah{}{}}{{{J`{ce}}}c{Ah{AH`{}{{Ch{}}}}}{}}{{{FAh{ce}}}c{Ah{AMh{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}{{{FBd{ce}}}c{{AMh{}{{Ch{}}}}Ah}{}}`{{{EOl{ce}}}c{Ah{AEl{}{{Ch{}}}}}{}}{{{FAh{ce}}}c{Ah{AEl{}{{Ch{}}}}}{}}{{{FBb{ce}}}c{Ah{AH`{}{{Ch{}}}}}{}}``{{{IHh{ceg}}}{{IHh{cei}}}Ah{}{}{}}{{{Jf{ceg}}}{{Jf{cei}}}Ah{}{}{}}{{{EOb{ce}}c}{{EOb{ce}}}INn{}}0{{{FBf{ce}}c}{{FBf{ce}}}INn{}}10{{{IHh{ceg}}}{{IHh{cig}}}Ah{}{}{}}{{{Jf{ceg}}}{{Jf{cig}}}Ah{}{}{}}`````````{{{EOl{ce}}}{{FAf{c}}}Ah{}}{{{FAh{ce}}}{{FAf{c}}}Ah{}}{{{FBb{ce}}}{{FAf{c}}}{Ah{AH`{}{{Ch{}}}}}{}}{{{FB`{ce}}}{{ENj{ce}}}Ah{}}{{{FBf{ce}}}{{EOb{ce}}}Ah{}}{FAlFAj}{{{FAh{ce}}}c{Ah{AMh{}{{Ch{}}}}{AEl{}{{Ch{}}}}}{}}3210`````````654{{{ENj{ce}}}{{ENj{ce}}}Ah{}}{{{EOb{ce}}}{{EOb{ce}}}Ah{}}5432`````7{{}{{EOl{ce}}}FCb{}}{{}{{FAh{ce}}}FCb{}}{{}{{IOl{ce}}}FCb{}}{{}{{ENj{ce}}}FCb{}}0{{}{{FB`{ce}}}FCb{}}0{{}{{FBb{ce}}}FCb{}}{{}{{J`{ce}}}FCb{}}{{}{{FAd{ce}}}FCb{}}0{{}{{FBd{ce}}}FCb{}}0{{}{{EOb{ce}}}FCb{}}0{{}{{FBf{ce}}}FCb{}}0{{{ENj{ce}}{ENj{ce}}i}{{EOb{ge}}}{}{}{}{{Cb{cc}{{Ch{g}}}}}}{{{FB`{ce}}{FB`{ce}}i}{{FBf{ge}}}{}{}{}{{Cb{cc}{{Ch{g}}}}}}{{{EOb{ce}}{EOb{ce}}i}{{EOb{ge}}}{}{}{}{{Cb{cc}{{Ch{g}}}}}}{{{FBf{ce}}{FBf{ce}}i}{{FBf{ge}}}{}{}{}{{Cb{cc}{{Ch{g}}}}}}`{{}c{}}{{FBhFBh}j}{{FBhFBhc}j{}}{{cc}cBE`}0````````````````````````````````````````````````````````````````````````````````````````{FBjFBj}{FBlFBl}{{}FBn}{FC`FC`}{{}FCb}````{{cg}i{}{}{{An{e}}}{}}00{ce{}{}}00000{cCj{}}00000111111{{c{Cl{e}}}g{}{}{}}00222`{Dbc{}}00000{DbAd}00{cc{}}00`000555{{}Db}00666666{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}0077799999999999{{{IMf{c}}c}{{JAd{c}}}FAb}{{{INh{c}}}{{I`{{ENj{cENh}}}}}FAb}{{{INj{c}}}{{I`{c}}}FAb}{{{INh{c}}}{{Lf{Db{I`{Db}}}}}FAb}{{{INj{c}}}{{Lf{Db{I`{Db}}}}}FAb}`{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000```{{{FA`{}{{AJj{c}}}}c}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}c}cFAb}1{{{FA`{}{{AJj{c}}}}c}{{EOb{cENh}}}FAb}11{{{FA`{}{{AJj{c}}}}}{{FA`{}{{AJj{c}}}}}FAb}{{{FA`{}{{AJj{c}}}}cCb}AdFAb}{{{FA`{}{{AJj{c}}}}}{{ENj{cENh}}}FAb}{{{FA`{}{{AJj{c}}}}c}{{ENj{cENh}}}FAb}{{{FA`{}{{AJj{c}}}}c}{{Lf{{FA`{}{{AJj{c}}}}{FA`{}{{AJj{c}}}}}}}FAb}{{{FA`{}{{AJj{c}}}}{FAf{c}}}{{FA`{}{{AJj{c}}}}}FAb}3{{Fl{ENj{cENh}}}{{ENj{cENh}}}{}}{{Fl{EOb{cENh}}}{{EOb{cENh}}}{}}99{{cccc}{{FCd{c}}}FAb}{{{EOb{cENh}}{EOb{cENh}}}cFAb}{{{ENj{cENh}}{ENj{cENh}}{ENj{cENh}}}cFAb}{{cc}{{Lf{cc}}}FCf}{{{EOb{cENh}}}{{EOb{cENh}}}FAb}{{{EOb{cENh}}}{{EOb{cENh}}}FCf}`````{{cg}i{}{}{{An{e}}}{}}000{ce{}{}}0000000{cCj{}}000000011111111{{c{Cl{e}}}g{}{}{}}000{c{{JAf{c}}}{{BIl{}{{Of{{ENj{MfENh}}}}}}}}3333{Dbc{}}0000000{DbAd}000{{FChMf}{{FCj{FCh}}}}{cc{}}00000007777{{}Db}00088888888{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}0009999;;;;;;;;;;;;;;;;{{Mfc}{{FCj{c}}}{{BIl{}{{Of{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}}}}{{ce}{{FCl{ec}}}{{Fl{Mf}}}{{BIl{}{{Of{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}}}}{{jc}{{JAf{c}}}{{BIl{}{{Of{{ENj{MfENh}}}}}}}}{{{ILj{c}}}{{I`{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}{{BIl{}{{Of{{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}}}}}}{{{FCj{c}}}{{I`{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}{{BIl{}{{Of{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}}}}{{{FCl{ce}}}{{I`{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}{{BIl{}{{Of{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}}}{{Fl{Mf}}}}{{{JAf{c}}}{{I`{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}{{BIl{}{{Of{{ENj{MfENh}}}}}}}}?{{{FCj{c}}}{{Lf{Db{I`{Db}}}}}{{BIl{}{{Of{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}}}}{{FChc}{{FCl{FChc}}}{{Fl{Mf}}}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000{ce{}{}}0000000{{{ILj{c}}}c{{BIl{}{{Of{{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}}}}}}```````````````````{{MfMf}{{ENj{MfENh}}}}`{{MfMf}{{FAd{MfENh}}}}{{MfMf}{{EOb{MfENh}}}}`````````````````````{{cg}i{}{}{{An{e}}}{}}00555555{cCj{}}00000{{IJb{ENj{MfENh}}}ENb}{{IJb{ENj{MfENh}}{Ml{Mf}}}ENb}{{JAh{ENj{MfENh}}{Ml{Mf}}}ENb}0999999{IJbDb}0{JAhDb}0{{c{Cl{e}}}g{}{}{}}00{IL`IL`}{{ce}Ad{}{}}>>>{{IJb{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}ENb}{{IJb{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{JAh{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}0{Dbc{}}00000{DbAd}00{{IJbj}Ad}0{{JAhj}Ad}0{cc{}}00000{ce{}{}}00{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00???4444444444{{IJb{ENj{MfENh}}}ENb}{{IJb{ENj{MfENh}}{Ml{Mf}}}ENb}{{JAh{ENj{MfENh}}{Ml{Mf}}}ENb}0{{IIfDb}JAh}{IL`{{I`{IId}}}}0{IJbDb}{JAhDb}{{IJb{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{IJb{ENj{MfENh}}{ENj{MfENh}}}ENb}{{JAh{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}0{{IJbDbDb}Ad}0{{JAhDbDb}Ad}0{IL`{{Lf{Db{I`{Db}}}}}}{ce{}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{IJbDb}JAh}``````{{cg}i{}{}{{An{e}}}{}}00055555555{cCj{}}000000066666666{{c{Cl{e}}}g{}{}{}}000{ILdILd}{{{ILb{c}}}{{ILb{c}}}Dl}{{{ILf{c}}}{{ILf{c}}}Dl}{IKjIKj}{{ce}Ad{}{}}000``<<<<{Dbc{}}0000000{DbAd}000{cc{}}0000000????{{}Db}000{ce{}{}}0000000{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000====3333333333333333{{{FAf{M`}}j}IKj}{ILd{{I`{{Ff{ENbENf}}}}}}{{{ILb{c}}}{{I`{{Ff{cAd}}}}}{}}{{{ILf{c}}}{{I`{{Ff{{ENj{MfENh}}{ENj{MfENh}}}}}}}ENl}{IKj{{I`{{Ff{ENbENf}}}}}}{c{{JAj{e}}}{}{}}``9999{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000<<<<<<<<`````{{ENn{ENj{MfENh}}MfEO`{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{EOb{MfENh}}{EOd{Mf}}EO`{Ml{Mf}}}Ad}{{ENn{EOf{Mf}}{Ml{Mf}}}{{Lf{ENbENb}}}}{{ENn{ENj{MfENh}}{Ml{Mf}}}ENb}{{ENn{EOh{{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{EOj{EOh{{ENj{MfENh}}}}}Ad}{{ENn{EOl{MfENh}}EO`{Ml{Mf}}}Ad}{{ENn{EOl{MfENh}}EOnEO`{Ml{Mf}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{ENj{MfENh}}}Ad}5{{{Fd{}{{Fb{c}}}}}c{}}{EOjAd}{ENnAd}{{ENn{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}{ENj{MfENh}}}Ad}{{ENnj}Ad}{{ENn{Ff{{Lf{{ENj{MfENh}}{Ml{Mf}}}}{ENj{MfENh}}}}}Ad}{{ENnMf}{{Fh{ENn}}}}{{FChMf}{{FCj{FCh}}}}{{EOjMf}Ad}?{{EOj{ENj{MfENh}}}Ad}0{ENnDb}{{ENn{Ff{{ENj{MfENh}}{ENj{MfENh}}}}{Ml{Mf}}}Ad}{{ENn{ENj{MfENh}}{ENj{MfENh}}{Ml{Mf}}}ENb}{{EOj{ENj{MfENh}}{ENj{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOd{Mf}}F`{EOb{MfENh}}}Ad}{{EOj{EOb{MfENh}}{EOb{MfENh}}{EOb{MfENh}}}Ad}7{{EOj{EOb{MfENh}}}Ad}0{{EOj{EOb{MfENh}}{EOb{MfENh}}}Ad}9{{ENnDbDb}Ad}{{EOjDbDb}Ad}6:23{{ENnc}{{Fj{ENnc}}}{{Fl{Mf}}}}{{FChc}{{FCl{FChc}}}{{Fl{Mf}}}}={ENn{{Fn{ENn}}}}````````````````````````{{cg}i{}{}{{An{e}}}{}}0{{HGfMfDd}HGf}{{HGfc}HGf{{Oh{}{{Of{HIl}}}}}}{ce{}{}}000{cCj{}}0001111{{c{Cl{e}}}g{}{}{}}0{HGfHGf}{FD`FD`}{{ce}Ad{}{}}055{Dbc{}}000{DbAd}0`{{HGfHGf}j}{{FD`FD`}j}{{HGfDf}{{Il{AdAl}}}}{{FD`Df}{{Il{AdAl}}}}{cc{}}000<<{{}Db}0===={{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0>>{ce{}{}}00000{cj{}}{{CLfCLf}HGf}{{FCnCKn}FD`}{HGfFD`}``44{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}07777{COn{{Il{FDbFDd}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000{{FDbMf}FDb}{{}{{`{{BIl{}{{Of{FEn}}}}}}}}{{{FDh{}{{FDf{c}}}}e}AdFDj{{Cb{c}{{Ch{c}}}}}}{{{FGj{c}}e}Ad{FDjFIh}{{Cb{c}{{Ch{c}}}}}}{{{FGf{c}}e}AdFDj{{Cb{c}{{Ch{c}}}}}}{{{FGl{c}}e}Ad{FDjFIh}{{Cb{c}{{Ch{c}}}}}}{{{FGh{c}}e}AdFDj{{Cb{c}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}e}AdFDj{{Cb{cc}{{Ch{c}}}}}}{{{FGj{c}}{FGj{c}}e}Ad{FDjFIh}{{Cb{cc}{{Ch{c}}}}}}{{{FGf{c}}{FGf{c}}e}AdFDj{{Cb{cc}{{Ch{c}}}}}}{{{FGl{c}}{FGl{c}}e}Ad{FDjFIh}{{Cb{cc}{{Ch{c}}}}}}{{{FGh{c}}{FGh{c}}e}AdFDj{{Cb{cc}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}eg}AdFDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}{{{FGj{c}}eg}Ad{FDjFIh}{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}{{{FGf{c}}eg}AdFDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}{{{FGl{c}}eg}Ad{FDjFIh}{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}{{{FGh{c}}eg}AdFDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}>{ce{}{}}00000000000000000000000000000000000{cCj{}}00000000000000000000000000000000000{FDl{{Ml{BBn}}}}{FDb{{Ml{BBn}}}}{{{FHh{ce}}}{{JAl{Ml}}}FDh{{Gf{Ml}}{HBh{}{{FHl{Ml}}}}}}{FDb{{I`{{JAl{{Ml{Mf}}}}}}}}{{{FHh{ce}}}{{JAl{Ml}}}FDh{{BFj{Ml}}{HBh{}{{FHl{Ml}}}}}}{FDb{{I`{{JAl{{Ml{ADh}}}}}}}}{FDb{{I`{{JAl{{Ml{BBn}}}}}}}}{FDb{{I`{{FHh{{FGf{ADh}}{Jn{ADh}}}}}}}}{FDb{{I`{{FHh{{FGf{BBn}}{Jn{BBn}}}}}}}}{FDb{{I`{{FHh{{FGh{ADh}}{Jn{ADh}}}}}}}}{FDb{{I`{{FHh{{FGh{BBn}}{Jn{BBn}}}}}}}}{{{JAl{e}}}{{JAl{{Ml{c}}}}}{}{{BFj{{Ml{c}}}}}}4321{FDb{{I`{{FHh{{FGj{ADh}}{Jn{ADh}}}}}}}}{FDb{{I`{{FHh{{FGj{Mf}}{Jn{Mf}}}}}}}}{FDb{{I`{{FHh{{FGj{BBn}}{Jn{BBn}}}}}}}}{FDb{{I`{{FHh{{FGl{ADh}}{Jn{ADh}}}}}}}}{FDb{{I`{{FHh{{FGl{Mf}}{Jn{Mf}}}}}}}}{FDb{{I`{{FHh{{FGl{BBn}}{Jn{BBn}}}}}}}}{{{JAl{e}}}{{Ml{c}}}{}{{BFj{{Ml{c}}}}}}{{{FHh{ce}}}eFDh{{HBh{}{{FHl{Ml}}}}}}{{{JAl{e}}}{{JAl{{Ml{c}}}}}{}{{Gf{{Ml{c}}}}}}876543{{{JAl{e}}}{{Ml{c}}}{}{{Gf{{Ml{c}}}}}}{{{JAl{c}}}{{Il{{JAn{Mle}}JB`}}}{{Gf{Ml}}}FDh}{{{JAl{c}}}{{Il{{JBb{Mle}}JB`}}}{{BFj{Ml}}}FDh}{{{JAl{c}}}{{Il{{JAn{Mle}}JB`}}}{{BFj{Ml}}}FDh}{FEhADh}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}}AdFDj}{{{FGj{c}}{FGj{c}}}Ad{FDjFIh}}{{{FGf{c}}{FGf{c}}}AdFDj}{{{FGl{c}}{FGl{c}}}Ad{FDjFIh}}{{{FGh{c}}{FGh{c}}}AdFDj}{{FDnM`M`c}Ad{}}{{{FHh{ce}}M`M`c}AdFDh{{HBh{}{{FHl{Ml}}}}FHn}}{{FDbM`M`{FGl{BBn}}}Ad}{{FDbMf}FDb}{ce{}{}}00000000000000000000000000000000000{{{FEb{}{{FE`{c}}}}}{{Lf{M`M`M`M`}}}FDh}{{{JAl{c}}}{{Lf{BBnM`M`}}}{}}{{{FHh{ce}}}{{Lf{M`M`M`M`}}}FDh{{HBh{}{{FHl{Ml}}}}HBh}}{FDb{{Lf{M`M`M`M`}}}}{{FDbCEh}FDb}`{JBd{{FHh{{FGl{BBn}}{Jn{BBn}}}}}}0{FEhBBn}{{c{Cl{e}}}g{}{}{}}00000000000000000{FEnj}0{{{FGd{c}}M`M`M`M`}Ad{}}3{FFjBBn}{{{FDh{}{{FDf{c}}}}}{{Ml{c}}}FDj}{{{FGj{c}}}{{Ml{c}}}{FDjFIh}}{{{FGf{c}}}{{Ml{c}}}FDj}{{{FGl{c}}}{{Ml{c}}}{FDjFIh}}{{{FGh{c}}}{{Ml{c}}}FDj}{{{FDh{}{{FDf{c}}}}}{{Lf{cccc}}}FDj}{{{FGj{c}}}{{Lf{cccc}}}{FDjFIh}}{{{FGf{c}}}{{Lf{cccc}}}FDj}{{{FGl{c}}}{{Lf{cccc}}}{FDjFIh}}{{{FGh{c}}}{{Lf{cccc}}}FDj}98765{{{JAl{c}}}{{JAl{c}}}Dl}{JBdJBd}{HKnHKn}{{{FHh{ce}}}{{FHh{ce}}}FDh{{HBh{}{{FHl{Ml}}}}Dl}}{FEhFEh}{FFjFFj}{{{FGj{c}}}{{FGj{c}}}Dl}{{{FGf{c}}}{{FGf{c}}}Dl}{{{FGl{c}}}{{FGl{c}}}Dl}{{{FGh{c}}}{{FGh{c}}}Dl}{FDbFDb}{FEnFEn}{FH`FH`}{FFnFFn}{{{FFl{c}}}{{FFl{c}}}ALh}{{{FGd{c}}}{{FGd{c}}}Dl}{{ce}Ad{}{}}000000000000000`{FFd{{Il{{Jn{JBd}}FDd}}}}{FDbFEh}`{{{FEf{}{{FEd{c}}}}}FEhFEj}{ce{}{}}00000000000000000{{{FHh{ce}}}{{FHh{gJn}}}FDh{{HBh{}{{FHl{Ml}}}}}{FDh{FI`{c}}}}{{FDneM`M`}{{Il{AdFDd}}}{}{{FEb{}{{FE`{c}}}}}}{{FDnFElM`M`}j}{{{FHh{ce}}FElM`M`}jFDh{{HBh{}{{FHl{Ml}}}}FHn}}{{FDbM`M`M`M`}FDb}0{FFnAf}{{}{{FHh{ce}}}FDhFn}{{}FDb}{JBdHKn}{Dbc{}}00000{{{FHh{ce}}}{}FDh{{HBh{}{{FHl{Ml}}}}}}111111111111{{{FGd{c}}}{}HBh}22222{{{FHh{ce}}}{}FDh{{HBh{}{{FHl{Ml}}}}FHn}}3333333333333{{{FGd{c}}}{}FHn}{{{FEf{}{{FEd{c}}}}}{{Lf{M`M`}}}FEj}{{{FEb{}{{FE`{c}}}}}{{Lf{M`M`}}}FDh}{{{FHh{ce}}}{{Lf{M`M`}}}FDh{{HBh{}{{FHl{Ml}}}}}}{{{FHh{ce}}}{{Lf{M`M`}}}FDh{{HBh{}{{FHl{Ml}}}}HBh}}{FDb{{Lf{M`M`}}}}{DbAd}00000000000000000{{{FHh{ce}}}{{JBf{c}}}FDh{{HBh{}{{FHl{Ml}}}}}}{{{FHh{ce}}}{{JBh{c}}}FDh{{HBh{}{{FHl{Ml}}}}FHn}}{{{FHh{ce}}}{{JBj{c}}}FDh{{HBh{}{{FHl{Ml}}}}}}{{{FHh{ce}}}{{JBl{c}}}FDh{{HBh{}{{FHl{Ml}}}}FHn}}{{HKnHKn}j}{{{FHh{ce}}{FHh{ce}}}j{GhFDh}Gh}{{FEhFEh}j}{{FFjFFj}j}{{{FGj{c}}{FGj{c}}}jGh}{{{FGf{c}}{FGf{c}}}jGh}{{{FGl{c}}{FGl{c}}}jGh}{{{FGh{c}}{FGh{c}}}jGh}{{FDbFDb}j}{{FEnFEn}j}{{FH`FH`}j}{{FFnFFn}j}{{ce}j{}{}}00000000000000000000000000000000`{{{FHh{{FGf{BBn}}{Jn{BBn}}}}{Ml{{Lf{BBnBBnBBn}}}}{I`{BBn}}}{{FHh{{FGl{BBn}}{Jn{BBn}}}}}}{FEn{{Ml{Gd}}}}{{{JAl{c}}}{{Lf{DbDbDb}}}{}}{{FDb{Ml{Mf}}}FDb}{{{JAl{c}}Db}j{}}`{FDbFDb}0{{FDdDf}{{Il{AdAl}}}}0{{{JAl{c}}Df}{{Il{AdAl}}}Jj}{{HKnDf}{{Il{AdAl}}}}{{{FHh{ce}}Df}{{Il{AdAl}}}{JjFDh}Jj}{{FEhDf}{{Il{AdAl}}}}{{FFjDf}{{Il{AdAl}}}}{{{FGj{c}}Df}{{Il{AdAl}}}Jj}{{{FGf{c}}Df}{{Il{AdAl}}}Jj}{{{FGl{c}}Df}{{Il{AdAl}}}Jj}{{{FGh{c}}Df}{{Il{AdAl}}}Jj}{{FDbDf}{{Il{AdAl}}}}{{FEnDf}{{Il{AdAl}}}}{{FH`Df}{{Il{AdAl}}}}{{FFnDf}{{Il{AdAl}}}}{{{FFl{c}}Df}{{Il{AdAl}}}{JjALh}}{cc{}}{JBnFDd}{JC`FDd}{JCbFDd}{JCdFDd}4{JB`FDd}{JCfFDd}{JChFDd}{JCjFDd}{JClFDd}{JCnFDd}{JD`FDd}{AnFDd}<<<{FDb{{FHh{{FGl{Mf}}{Jn{Mf}}}}}}{FDb{{FHh{{FGf{BBn}}{Jn{BBn}}}}}}{FDb{{FHh{{FGl{BBn}}{Jn{BBn}}}}}}{FDb{{FHh{{FGh{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGj{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGl{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGh{BBn}}{Jn{BBn}}}}}}{FDb{{FHh{{FGf{ADh}}{Jn{ADh}}}}}}{cc{}}{FDb{{FHh{{FGj{BBn}}{Jn{BBn}}}}}}11{FEhFFj}{{{ADb{c}}}{{FGj{c}}}{}}3{{{ADb{c}}}{{FGf{c}}}{}}44{{{ADb{c}}}{{FGl{c}}}{}}5{{{ADb{c}}}{{FGh{c}}}{}}{{{FHh{{FGj{Mf}}{Jn{Mf}}}}}FDb}{{{FHh{{FGf{BBn}}{Jn{BBn}}}}}FDb}{{{FHh{{FGj{ADh}}{Jn{ADh}}}}}FDb}{{{FHh{{FGh{Mf}}{Jn{Mf}}}}}FDb}{{{FHh{{FGl{ADh}}{Jn{ADh}}}}}FDb}{{{FHh{{FGl{Mf}}{Jn{Mf}}}}}FDb}{{{FHh{{FGf{Mf}}{Jn{Mf}}}}}FDb}{{{FHh{{FGj{BBn}}{Jn{BBn}}}}}FDb}{{{FHh{{FGl{BBn}}{Jn{BBn}}}}}FDb}{{{FHh{{FGh{ADh}}{Jn{ADh}}}}}FDb}{cc{}}{{{FHh{{FGh{BBn}}{Jn{BBn}}}}}FDb}{{{FHh{{FGf{ADh}}{Jn{ADh}}}}}FDb}2{JDbFEn}3{FEnFH`}444444444444444444444{{cccc}{{FDh{}{{FDf{c}}}}}FDj}{{cccc}{{FGj{c}}}{FDjFIh}}{{cccc}{{FGf{c}}}FDj}{{cccc}{{FGl{c}}}{FDjFIh}}{{cccc}{{FGh{c}}}FDj}{c{{Il{FDbFDd}}}FEf}{c{{I`{FEn}}}{{Gf{JDd}}}}{{M`M`e}{{FHh{cJn}}}FDh{{Cb{M`M`}{{Ch{c}}}}}}{c{{I`{FEn}}}{{Gf{Gd}}}}{{M`M`}HKn}{{{FHh{{FGl{BBn}}{Jn{BBn}}}}M`M`HKn}JBd}{c{{Il{FEnFDd}}}{{Gf{FF`}}}}{{M`M`c}{{FHh{cJn}}}FDh}{{M`M`c}{{I`{{FHh{ec}}}}}{{HBh{}{{FHl{Ml}}}}}FDh}{DAfHKn}{{{Ml{c}}}{{FDh{}{{FDf{c}}}}}FDj}{{{Ml{c}}}{{FGj{c}}}{FDjFIh}}{{{Ml{c}}}{{FGf{c}}}FDj}{{{Ml{c}}}{{FGl{c}}}{FDjFIh}}{{{Ml{c}}}{{FGh{c}}}FDj}43210{ce{}{}}00000000000000000{{M`M`Jn}{{I`{{FHh{cJn}}}}}FDh}{{{JAl{e}}BBnM`M`}{{I`{c}}}{}{{BFj{{Ml{c}}}}}}{{{FEb{}{{FE`{c}}}}M`M`}cFDh}{{{FHh{ce}}M`M`}cFDh{{HBh{}{{FHl{Ml}}}}HBh}}{{{FHh{ce}}M`M`}cFDh{{HBh{}{{FHl{Ml}}}}}}{{FDbM`M`}{{FGl{BBn}}}}{{{FHh{ce}}M`M`}{{I`{c}}}FDh{{HBh{}{{FHl{Ml}}}}}}{{FDnM`M`}c{}}{{{FHh{ce}}M`M`}cFDh{{HBh{}{{FHl{Ml}}}}FHn}}03{{{FHh{ce}}M`M`}{{I`{c}}}FDh{{HBh{}{{FHl{Ml}}}}FHn}}{{{JAl{e}}BBnM`M`}{{I`{c}}}{}{{Gf{{Ml{c}}}}}}{FDbFDb}{{{Ml{BBn}}}{{Il{FEnFDd}}}}{{{JAl{c}}}j{}}{FEhj}0{{{FHh{ce}}g}Ad{AjFDh}AjGC`}{{FEhc}AdGC`}{{FFjc}AdGC`}{{{FGj{c}}e}AdAjGC`}{{{FGf{c}}e}AdAjGC`}{{{FGl{c}}e}AdAjGC`}{{{FGh{c}}e}AdAjGC`}{{FEnc}AdGC`}{{{FEb{}{{FE`{c}}}}}M`FDh}{{{FHh{ce}}}M`FDh{{HBh{}{{FHl{Ml}}}}}}{FDbM`}{{FDbCEh}FDb}{{{FEf{}{{FEd{c}}}}}{{I`{{Jn{BBn}}}}}FEj}{c{{Il{{Lf{M`M`}}FDd}}}{{Gf{FF`}}}}{{{JAl{e}}}{{I`{{Ml{c}}}}}{}{{BFj{{Ml{c}}}}}}{{{JAl{e}}}{{I`{{Ml{c}}}}}{}{{Gf{{Ml{c}}}}}}`{{{FEb{}{{FE`{c}}}}M`M`}jFDh}{{{JAl{c}}BBnM`M`}j{}}{{{JAl{c}}BBnM`M`}Db{}}{{{JAl{c}}{Lf{BBnM`M`}}}{}{{JDf{Db}}}}{{{JAl{c}}BBnM`M`}{{I`{Db}}}{}}{{{FHh{ce}}{Lf{M`M`}}}cFDh{{HBh{}{{FHl{Ml}}}}}}{{{FGj{c}}Db}c{}}{{{FGf{c}}Db}c{}}{{{FGl{c}}Db}c{}}{{{FGh{c}}Db}c{}}{{{JAl{c}}DbDbDb}{{I`{Db}}}{}}{{{JAl{c}}{Lf{BBnM`M`}}}{}{{JDh{Db}}}}{{{FHh{ce}}{Lf{M`M`}}}cFDh{{HBh{}{{FHl{Ml}}}}FHn}}6543{{}Db}00000000000000000{{{FGd{c}}}{}HBh}{{{FGd{c}}}{}FHn}{ce{}{}}00000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000{JBd{{FHh{{FGl{BBn}}{Jn{BBn}}}}}}{FDb{{Jn{BBn}}}}{{c{Cl{e}}}g{}{}{}}00000000000000000666666666666666666666666666666666666{{{FHh{ce}}}{{JAl{e}}}FDh{{Gf{Ml}}{HBh{}{{FHl{Ml}}}}}}{FFbFFd}88{FDb{{FHh{{FGf{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGf{BBn}}{Jn{BBn}}}}}}{FDb{{FHh{{FGh{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGh{BBn}}{Jn{BBn}}}}}}{{{FHh{ce}}}eFDh{{HBh{}{{FHl{Ml}}}}}}{{{FEf{}{{FEd{c}}}}}{{Il{cFDd}}}FEj}{FDb{{FHh{{FGj{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGj{Mf}}{Jn{Mf}}}}}}{FDb{{FHh{{FGj{BBn}}{Jn{BBn}}}}}}{FDb{{FHh{{FGl{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGl{Mf}}{Jn{Mf}}}}}}{FDb{{FHh{{FGl{BBn}}{Jn{BBn}}}}}}{ce{}{}}00000000000000000{{{FHh{cJn}}}JnFDh}{{{FDh{}{{FDf{c}}}}}AdFDj}{{{FGj{c}}}Ad{FDjFIh}}{{{FGf{c}}}AdFDj}{{{FGl{c}}}Ad{FDjFIh}}{{{FGh{c}}}AdFDj}{FDbAd}`{{{JAl{c}}JDj}j{}}`{JBdM`}{{cFEn}{{Il{FDbFDd}}}{FFfFFh}}{{{Ml{BBn}}}{{Il{FDbFDd}}}}{{{Ml{BBn}}FEn}{{Il{FDbFDd}}}}{{{FDh{}{{FDf{c}}}}e}{{FDh{}{{FDf{c}}}}}FDj{{Cb{c}{{Ch{c}}}}}}{{{FGj{c}}e}{{FGj{c}}}{FDjFIh}{{Cb{c}{{Ch{c}}}}}}{{{FGf{c}}e}{{FGf{c}}}FDj{{Cb{c}{{Ch{c}}}}}}{{{FGl{c}}e}{{FGl{c}}}{FDjFIh}{{Cb{c}{{Ch{c}}}}}}{{{FGh{c}}e}{{FGh{c}}}FDj{{Cb{c}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}{FDh{}{{FDf{c}}}}e}{{FDh{}{{FDf{c}}}}}FDj{{Cb{cc}{{Ch{c}}}}}}{{{FGj{c}}{FGj{c}}e}{{FGj{c}}}{FDjFIh}{{Cb{cc}{{Ch{c}}}}}}{{{FGf{c}}{FGf{c}}e}{{FGf{c}}}FDj{{Cb{cc}{{Ch{c}}}}}}{{{FGl{c}}{FGl{c}}e}{{FGl{c}}}{FDjFIh}{{Cb{cc}{{Ch{c}}}}}}{{{FGh{c}}{FGh{c}}e}{{FGh{c}}}FDj{{Cb{cc}{{Ch{c}}}}}}{{{FDh{}{{FDf{c}}}}eg}{{FDh{}{{FDf{c}}}}}FDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}{{{FGj{c}}eg}{{FGj{c}}}{FDjFIh}{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}{{{FGf{c}}eg}{{FGf{c}}}FDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}{{{FGl{c}}eg}{{FGl{c}}}{FDjFIh}{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}{{{FGh{c}}eg}{{FGh{c}}}FDj{{Cb{c}{{Ch{c}}}}}{{Cb{c}{{Ch{c}}}}}}>`{{{JAl{c}}}{{I`{Db}}}{}}{{{Ib{BIl}}}FFd}{{{FHh{{FGl{BBn}}{Jn{BBn}}}}}JBd}{{M`M`}{{FHh{cJn}}}FDh}{{M`M`FEh}FDb}{{cM`M`M`M`}{{FGd{c}}}{}}{{M`M`}FDb}000000000{FFd{{I`{{Il{JBdFDd}}}}}}{{{FFl{c}}}{{I`{{Lf{M`M`}}}}}FEb}{HKn{{Lf{M`M`}}}}{{{FGd{c}}}{{Lf{M`M`}}}{}}{c{{Il{FDbFDd}}}{{Gf{FF`}}}}{{{FEf{}{{FEd{c}}}}}FFjFEj}{{HKnHKn}{{I`{Hd}}}}{{{FEb{}{{FE`{c}}}}}{{FFl{{FEb{}{{FE`{c}}}}}}}FDh}{{{FHh{ce}}}{{JDl{c}}}FDh{{HBh{}{{FHl{Ml}}}}}}{{{FHh{ce}}}{{JDn{c}}}FDh{{HBh{}{{FHl{Ml}}}}FHn}}{{FDnM`M`c}Ad{}}{{{FHh{ce}}M`M`c}AdFDh{{HBh{}{{FHl{Ml}}}}FHn}}0{{FDbM`M`{FGl{BBn}}}Ad}{{{FEf{}{{FEd{c}}}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{FEf{}{{FEd{c}}}}{Ml{BBn}}e}{{Il{AdFDd}}}FEj{{ABd{FFn}}}}{{FG`M`M`M`M`{Ml{BBn}}}{{Il{AdFDd}}}}{{FG`M`M`M`M`{Ml{BBn}}c}{{Il{AdFDd}}}{{ABd{FFn}}}}{FEnj}{FFnAf}{{FDbM`M`FIf}FDb}00{FDbFDb}00{{{FHh{ce}}}{{JE`{c}}}FDh{{HBh{}{{FHl{Ml}}}}}}{{{FHh{ce}}}{{JEb{c}}}FDh{{HBh{}{{FHl{Ml}}}}FHn}}{{{FHh{ce}}}JEdFDh{{HBh{}{{FHl{Ml}}}}}}`{{{FHh{ce}}g}{{Il{AdFDd}}}{JEfFDh}{{HBh{}{{FHl{Ml}}}}}{{Gf{FF`}}}}{{FDbc}{{Il{AdFDd}}}{{Gf{FF`}}}}{{c{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}{{Gf{FF`}}}}{{c{Ml{BBn}}M`M`FEhFEn}{{Il{AdFDd}}}{{Gf{FF`}}}}{{{FHh{ce}}gFEn}{{Il{AdFDd}}}{JEfFDh}{{HBh{}{{FHl{Ml}}}}}{{Gf{FF`}}}}{{FDbcFEn}{{Il{AdFDd}}}{{Gf{FF`}}}}{{{FEf{}{{FEd{c}}}}}AfFEj}{{{FEf{}{{FEd{c}}}}FGb}{{Il{AdFDd}}}FEj}{{{JAl{c}}BBnM`M`}Ad{}}{FDd{{I`{CF`}}}}{{{JAl{c}}}{{Lf{DbDbDb}}}{}}{{FDnM`M`M`M`}{{FGd{FDn}}}}{{{FGd{c}}M`M`M`M`}FGdFHn}{{FDbM`M`}FDb}0{FDb{{Jn{BBn}}}}{{{FGd{c}}}{{FHh{Jn}}}HBh}{{{FDh{}{{FDf{c}}}}}{{FGf{c}}}FDj}{{{FGj{c}}}{{FGf{c}}}{FDjFIh}}{{{FGf{c}}}{{FGf{c}}}FDj}{{{FGl{c}}}{{FGf{c}}}{FDjFIh}}{{{FGh{c}}}{{FGf{c}}}FDj}{FDb{{FHh{{FGf{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGf{Mf}}{Jn{Mf}}}}}}{FDb{{FHh{{FGf{BBn}}{Jn{BBn}}}}}}{{{FDh{}{{FDf{c}}}}}{{FGh{c}}}FDj}{{{FGj{c}}}{{FGh{c}}}{FDjFIh}}{{{FGf{c}}}{{FGh{c}}}FDj}{{{FGl{c}}}{{FGh{c}}}{FDjFIh}}{{{FGh{c}}}{{FGh{c}}}FDj}{FDb{{FHh{{FGh{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGh{Mf}}{Jn{Mf}}}}}}{FDb{{FHh{{FGh{BBn}}{Jn{BBn}}}}}}{FEnGd}{ce{}{}}000000000000000{{{FDh{}{{FDf{c}}}}}{{FGj{c}}}FDj}{{{FGj{c}}}{{FGj{c}}}{FDjFIh}}{{{FGf{c}}}{{FGj{c}}}FDj}{{{FGl{c}}}{{FGj{c}}}{FDjFIh}}{{{FGh{c}}}{{FGj{c}}}FDj}{FDb{{FHh{{FGj{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGj{Mf}}{Jn{Mf}}}}}}{FDb{{FHh{{FGj{BBn}}{Jn{BBn}}}}}}{{{FDh{}{{FDf{c}}}}}{{FGl{c}}}FDj}{{{FGj{c}}}{{FGl{c}}}{FDjFIh}}{{{FGf{c}}}{{FGl{c}}}FDj}{{{FGl{c}}}{{FGl{c}}}{FDjFIh}}{{{FGh{c}}}{{FGl{c}}}FDj}{FDb{{FHh{{FGl{ADh}}{Jn{ADh}}}}}}{FDb{{FHh{{FGl{Mf}}{Jn{Mf}}}}}}{FDb{{FHh{{FGl{BBn}}{Jn{BBn}}}}}}{cAB`{}}{cJl{}}{{{JAl{e}}}{{JAl{{Jn{c}}}}}Dl{{Gf{{Ml{c}}}}}}{JBdM`}{FFnAf}{{{FEf{}{{FEd{c}}}}}AfFEj}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000{{{JAl{c}}}{{Il{{FHh{ec}}{Lf{JB`{JAl{c}}}}}}}{{HBh{}{{FHl{Ml}}}}}FDh}{c{{Il{e{In{e}}}}}{}{}}00000000000000000{cJ`{}}00000000000000000{ce{}{}}00000000000000000000000000000000000{{{FEb{}{{FE`{c}}}}M`M`}cFDh}{{{FHh{ce}}M`M`}cFDh{{HBh{}{{FHl{Ml}}}}HBh}}{{FDnM`M`c}Ad{}}{{{FHh{ce}}M`M`c}AdFDh{{HBh{}{{FHl{Ml}}}}FHn}}{{FDbMfCEh}FDb}{{{FEb{}{{FE`{c}}}}M`M`M`M`}{{FGd{{FEb{}{{FE`{c}}}}}}}FDh}{{{FGd{c}}M`M`M`M`}FGdHBh}{{{FEb{}{{FE`{c}}}}}M`FDh}{{{FHh{ce}}}M`FDh{{HBh{}{{FHl{Ml}}}}}}{FDbM`}{{eM`M`}{{JAl{{Ml{c}}}}}FDj{{FDh{}{{FDf{c}}}}}}{{c{Ml{BBn}}M`M`FEhe}{{Il{AdFDd}}}{FGnFFh}{{K`{FH`}}}}{{FHb{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}}{{{FHh{ce}}gi}{{Il{AdFDd}}}{JEfFDh}{{HBh{}{{FHl{Ml}}}}}{FGnFFh}{{K`{FH`}}}}{{FDbce}{{Il{AdFDd}}}{FGnFFh}{{K`{FH`}}}}{{{FHh{ce}}g}{{Il{AdFDd}}}{JEfFDh}{{HBh{}{{FHl{Ml}}}}}FHb}{{FDbc}{{Il{AdFDd}}}FHb}{FEnj}`````````{{cg}i{}{}{{An{e}}}{}}0000000{ce{}{}}000000000000000{cCj{}}0000000000000001111111111111111{{c{Cl{e}}}g{}{}{}}0000000{{{JDl{c}}}{{JDl{c}}}FDh}{{{JE`{c}}}{{JE`{c}}}FDh}{{{JBf{c}}}{{JBf{c}}}FDh}{{{JBj{c}}}{{JBj{c}}}FDh}{{ce}Ad{}{}}00077777777{FHdc{}}{Dbc{}}000000000000000{DbAd}0000000{{{JDl{c}}Df}{{Il{AdAl}}}FDh}{{{JDn{c}}Df}{{Il{AdAl}}}FDh}{{{JE`{c}}Df}{{Il{AdAl}}}FDh}{{{JEb{c}}Df}{{Il{AdAl}}}FDh}{{{JBf{c}}Df}{{Il{AdAl}}}FDh}{{{JBj{c}}Df}{{Il{AdAl}}}FDh}{{{JBh{c}}Df}{{Il{AdAl}}}FDh}{{{JBl{c}}Df}{{Il{AdAl}}}FDh}{cc{}}000000000000000{ce{}{}}0000000{{}Db}00000001111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}000000055555555555555555555555555555555{{{JDl{c}}}DbFDh}{{{JDn{c}}}DbFDh}{{{JE`{c}}}DbFDh}{{{JEb{c}}}DbFDh}{{{JBf{c}}}DbFDh}{{{JBj{c}}}DbFDh}{{{JBh{c}}}DbFDh}{{{JBl{c}}}DbFDh}{{{JDl{c}}}{{I`{c}}}FDh}{{{JDn{c}}}{{I`{c}}}FDh}{{{JE`{c}}}{{I`{{JDl{c}}}}}FDh}{{{JEb{c}}}{{I`{{JDn{c}}}}}FDh}{{{JBf{c}}}{{I`{{Lf{M`M`c}}}}}FDh}{{{JBj{c}}}{{I`{{Lf{M`{JBf{c}}}}}}}FDh}{{{JBh{c}}}{{I`{{Lf{M`M`c}}}}}FDh}{{{JBl{c}}}{{I`{{Lf{M`{JBh{c}}}}}}}FDh}7654{{{JDl{c}}}{{Lf{Db{I`{Db}}}}}FDh}{{{JDn{c}}}{{Lf{Db{I`{Db}}}}}FDh}{{{JE`{c}}}{{Lf{Db{I`{Db}}}}}FDh}{{{JEb{c}}}{{Lf{Db{I`{Db}}}}}FDh}{{{JBf{c}}}{{Lf{Db{I`{Db}}}}}FDh}{{{JBj{c}}}{{Lf{Db{I`{Db}}}}}FDh}{{{JBh{c}}}{{Lf{Db{I`{Db}}}}}FDh}{{{JBl{c}}}{{Lf{Db{I`{Db}}}}}FDh}{ce{}{}}000{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}00000003333333333333333`````````````````{{cg}i{}{}{{An{e}}}{}}04444{cCj{}}0005555{{c{Cl{e}}}g{}{}{}}0{{{JEh{c}}}FEh{FEjFFh}}77{Dbc{}}000{{{JEh{c}}}{{Lf{M`M`}}}{FEjFFh}}{DbAd}0{{{JEj{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}{{{JEj{c}}{Ml{BBn}}M`M`FEh{I`{{Ml{{ADb{BBn}}}}}}}{{Il{AdFDd}}}FGn}{cc{}}000=={{{JEh{c}}}{{I`{{Ml{{ADb{BBn}}}}}}}{FEjFFh}}{{}Db}0????{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0<<{ce{}{}}000{{{JEh{c}}}{{Il{FDd}}}{FEjFFh}}11{c{{Il{{JEh{c}}FDd}}}{FEjFFh}}{c{{JEj{c}}}FGn}1{{{JEh{c}}{Ml{BBn}}}{{Il{AdFDd}}}{FEjFFh}}{{{JEh{c}}M`M`M`M`{Ml{BBn}}e}{{Il{AdFDd}}}{FEjFFh}{{ABd{FFn}}}}{{{JEh{c}}j}Ad{FEjFFh}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999{{{JEj{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}`{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<{{c{Cl{e}}}g{}{}{}}{{{JEl{c}}}FEhFEj}>{Dbc{}}0{{{JEl{c}}}{{Lf{M`M`}}}FEj}{DbAd}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:44{{{JEl{c}}}{{Il{FDd}}}FEj}5{c{{Il{{JEl{c}}FDd}}}FEj}{{{JEl{c}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{JEl{c}}}AfFEj}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}};;```````{{cg}i{}{}{{An{e}}}{}}000<<<<<<<<{cCj{}}0000000========{{c{Cl{e}}}g{}{}{}}000{JEnJEn}{{ce}Ad{}{}}{{{JF`{c}}}FEhFEj}{JEnFEh}{ce{}{}}000{Dbc{}}0000000{{{JF`{c}}}{{Lf{M`M`}}}FEj}{DbAd}000{{{JFb{c}}{Ml{BBn}}M`M`JEn}{{Il{AdFDd}}}FGn}{{JEnJEn}j}{{ce}j{}{}}00{{JEnDf}{{Il{AdAl}}}}{cc{}}00000008888{{}Db}00099999999{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000========{{{JF`{c}}}{{Il{FDd}}}FEj}>>>>{{cM`M`JEn}{{Il{{JF`{c}}FDd}}}FEj}{c{{JFb{c}}}FGn}{{{JFd{c}}{Ml{BBn}}}{{Il{DbAn}}}FEj}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{cAf}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}?;1436587:9<{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}<:{{{JF`{c}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{JF`{c}}M`M`M`M`{Ml{BBn}}e}{{Il{AdFDd}}}{FEjFFh}{{ABd{FFn}}}}{{{JF`{c}}}AfFEj}{ce{}{}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00033333333```{{cg}i{}{}{{An{e}}}{}}00444444{cCj{}}00000555555{{c{Cl{e}}}g{}{}{}}00{{{JFf{c}}}FEhFEj}777{Dbc{}}00000{{{JFf{c}}}{{Lf{M`M`}}}FEj}{DbAd}00{{{JFh{c}}{Ml{BBn}}M`M`}{{Il{AdFDd}}}FGn}{cc{}}00000<<<{{}Db}00======{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00:::{ce{}{}}00000{{{JFf{c}}}{{Il{FDd}}}FEj}111{c{{Il{{JFf{c}}FDd}}}FEj}{c{{JFh{c}}}FGn}{{{JFj{c}}{Ml{BBn}}}{{Il{DbAn}}}FEj}{{cAf}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}>{{cAf}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}9;{{cNl}{{Il{AdAn}}}{}};={{c{Ml{IBh}}}{{Il{AdAn}}}{}}?{{cIBj}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{{JFf{c}}M`M`M`M`{Ml{BBn}}e}{{Il{AdFDd}}}{FEjFFh}{{ABd{FFn}}}}{{{JFf{c}}}AfFEj}{{{JFj{c}}DLl}{{Il{AfAn}}}{FEjFFh}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{{{JFh{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}``````{{cg}i{}{}{{An{e}}}{}}00022222222{cCj{}}000000033333333{{c{Cl{e}}}g{}{}{}}000{JFlJFl}{{ce}Ad{}{}}{{{JFn{c}}}FEhFEj}7777{Dbc{}}0000000{{{JFn{c}}}{{Lf{M`M`}}}FEj}{DbAd}000{{{JG`{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}{{{JG`{c}}JBd}{{Il{AdFDd}}}FGn}{{{JG`{c}}e}{{Il{AdFDd}}}FGn{{Oh{}{{Of{JBd}}}}}}{{JFlDf}{{Il{AdAl}}}}{cc{}}0000000????{{}Db}000{ce{}{}}0000000{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}00044444444{{{JFn{c}}}FFdFEj}{{{JFn{c}}}{{Il{FDd}}}FEj}6666{c{{Il{{JFn{c}}FDd}}}FEj}{c{{JG`{c}}}FGn}{{cCEh}{{JG`{c}}}FGn}{{{JGb{c}}{Ml{BBn}}}{{Il{DbAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{cAf}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}?4{{cM`}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}4{{cCEh}{{Il{AdAn}}}{}}8{{cNl}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}?{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}>{{cIBf}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}={{c{Ml{M`}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}>{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{{JFn{c}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{JGb{c}}{Jn{BBn}}}{{Il{DbAn}}}{}}{{{JFn{c}}FGb}{{Il{AdFDd}}}FEj}{{{JG`{c}}JFl}{{Il{AdFDd}}}FGn}{ce{}{}}{c{{Il{e}}}{}{}}000{{{JG`{c}}e}{{Il{AdFDd}}}FGn{{Oh{}{{Of{{Il{JBdFDd}}}}}}}}11111111{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00044444444{{cFGb}{{Il{{JFn{c}}FDd}}}FEj}````````{{cg}i{}{}{{An{e}}}{}}00000066666666666666{cCj{}}000000000000077777777777777`{{c{Cl{e}}}g{}{}{}}000000{FHfFHf}{JGdJGd}{{ce}Ad{}{}}0`{{{JGf{c}}}FEhFFf}<<<<<<<`{{}FHf}{Dbc{}}0000000000000{{{JGf{c}}}{{Lf{M`M`}}}FFf}{DbAd}000000`{{{JGh{c}}{Ml{{FGj{Mf}}}}DbDb}{{Il{AdFDd}}}FGn}{{FHfFHf}j}{{ce}j{}{}}00`{{{JGf{c}}Df}{{Il{AdAl}}}{JjFEj}}{{{JGj{c}}Df}{{Il{AdAl}}}Jj}{{FHfDf}{{Il{AdAl}}}}{{JGdDf}{{Il{AdAl}}}}{cc{}}0000000000000{ce{}{}}000000`{{}Db}00000011111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000555555555555555{{{JGj{c}}}{}FEj}{{{JGf{c}}}{{Il{FDd}}}FFf}7777777{{{JGj{c}}}JGdFFf}{c{{JGh{c}}}FGn}{c{{Il{{JGf{c}}FDd}}}FFf}{c{{Il{{JGj{c}}FDd}}}FFf}1{{{JGl{c}}}I`FEj}``{{{JGn{c}}{Ml{BBn}}}{{Il{DbAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{cAf}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}?{{c{Ml{IBj}}}{{Il{AdAn}}}{}}87:{{cIBf}{{Il{AdAn}}}{}}<{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}46?{{cBBn}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}9{{cM`}{{Il{AdAn}}}{}};{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}};{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{{JGf{c}}{Ml{BBn}}}{{Il{AdFDd}}}FFf}{{{JGj{c}}}{{Il{{Jn{{FGj{Mf}}}}FDd}}}FFf}{{{JGj{c}}}{{Il{{Jn{{FGj{BBn}}}}FDd}}}FFf}{{{JGj{c}}}{{Il{{Jn{FHf}}FDd}}}FFf}{{{JGj{c}}g{Ml{e}}}{{Il{AdFDd}}}FFfFd{FdNd{ABd{FHf}{{Ch{e}}}}}}{c{{Il{{Jn{{FGj{Mf}}}}An}}}{{Gf{FF`}}}}{{{JGf{c}}M`M`M`M`{Ml{BBn}}e}{{Il{AdFDd}}}{FFfFFh}{{ABd{FFn}}}}{{{JGn{c}}{Jn{BBn}}}{{Il{DbAn}}}{}}{{BBnBBnBBnBBn}FHf}{{{JGl{c}}}{{Lf{Db{I`{Db}}}}}FEj}{FHf{{FGj{Mf}}}}{FHf{{FGj{c}}}{FDjINl}}{{FHfMfMf}{{FGj{c}}}{FDjINl}}{ce{}{}}0{{{FGj{Mf}}}FHf}{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}00000044444444444444`{{cj}{{Il{{JGj{c}}FDd}}}FFf}```{{cg}i{}{}{{An{e}}}{}}00666666{cCj{}}00000{{{Ml{BBn}}M`M`FEh}{{Il{JH`FDd}}}}888888{{c{Cl{e}}}g{}{}{}}00{{{JHb{c}}}FEh{FEjFFh}}:::{Dbc{}}00000{{{JHb{c}}}{{Lf{M`M`}}}{FEjFFh}}{DbAd}00{{{JHd{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}{{{JHd{c}}{Ml{JH`}}}{{Il{AdFDd}}}FGn}{cc{}}00000{ce{}{}}00{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00<<<444444{{{JHb{c}}}{{Il{FDd}}}{FEjFFh}}555{c{{Il{{JHb{c}}FDd}}}{FEjFFh}}{c{{JHd{c}}}FGn}{{{JHb{c}}{Ml{BBn}}}{{Il{AdFDd}}}{FEjFFh}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00;;;;;;{{cM`M`FEh}{{Il{JH`FDd}}}{{K`{{Ad{{Ml{BBn}}}}}}}}?```````{{cg}i{}{}{{An{e}}}{}}000========{cCj{}}0000000>>>>>>>>{{c{Cl{e}}}g{}{}{}}000{JHfJHf}{JHhJHh}{{ce}Ad{}{}}0{{{JHj{c}}}FEhFEj}{ce{}{}}000{{}JHh}`{Dbc{}}0000000{{{JHj{c}}}{{Lf{M`M`}}}FEj}{ADhJHh}{DbAd}000{{{JHl{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}{{{JHl{c}}e}{{Il{AdFDd}}}FGnFEb}{{JHfJHf}j}{{JHhJHh}j}{{ce}j{}{}}00000{{JHfDf}{{Il{AdAl}}}}{{JHhDf}{{Il{AdAl}}}}{cc{}}0000000===={{{JHj{c}}}{{I`{{Jn{BBn}}}}}FEj}{{}Db}000????????{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000{ce{}{}}0000000{{{JHj{c}}}{{Il{FDd}}}FEj}1111{c{{Il{{JHj{c}}FDd}}}FEj}{c{{JHl{c}}}FGn}{{cBBn}{{JHl{c}}}FGn}{{{JHj{c}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{JHj{c}}ADhADh}{{Il{{Lf{ADhADh}}FDd}}}FEj}{{{JHl{c}}JHh}AdFGn}77{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000::::::::`{{{JHl{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}``{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000====>>{{{JHn{c}}}FEh{FEjFFh}}>>{Dbc{}}000{{{JHn{c}}}{{Lf{M`M`}}}{FEjFFh}}{DbAd}0{{{JHn{c}}Df}{{Il{AdAl}}}Jj}{{{JI`{c}}Df}{{Il{AdAl}}}Jj}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}05555{{{JHn{c}}}{{Il{FDd}}}{FEjFFh}}66{c{{Il{{JHn{c}}FDd}}}{FEjFFh}}{c{{JI`{c}}}{}}{{{JHn{c}}}FFj{FEjFFh}}{{{JHn{c}}{Ml{BBn}}e}{{Il{AdFDd}}}{FEjFFh}{{ABd{FFn}}}}{{{JHn{c}}}Af{FEjFFh}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0>>>>{{c{I`{j}}}{{Il{{JHn{c}}FDd}}}{FEjFFh}}{{{JI`{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}{FGnFFh}}`````````````````{{cg}i{}{}{{An{e}}}{}}00000{{{JIb{c}}}{{JId{c}}}FEj}{ce{}{}}00000000000{cCj{}}00000000000111111111111??????{JIfJIf}{JIhJIh}{{ce}Ad{}{}}0{{{JIb{c}}}FEhFEj}555555{{}JIf}{{}JIh}{Dbc{}}00000000000{{{JIb{c}}}{{Lf{M`M`}}}FEj}{DbAd}00000{{{JIj{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}{{JIfJIf}j}{{JIhJIh}j}{{ce}j{}{}}00000{{JIfDf}{{Il{AdAl}}}}{{JIhDf}{{Il{AdAl}}}}{cc{}}00000000000{ce{}{}}00000{{{JIb{c}}}{{Il{{I`{Nl}}FDd}}}FEj}{{{JIb{c}}}{{I`{{Jn{BBn}}}}}FEj}{{}Db}00000333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000777777777777{{{JId{c}}}FFdFEj}{{{JIb{c}}}{{Il{FDd}}}FEj}999999{{{JIb{c}}}jFEj}{c{{Il{{JIb{c}}FDd}}}FEj}{c{{JIj{c}}}FGn}{{cJIfJIh}{{JIj{c}}}FGn}{{{JIl{c}}{Ml{BBn}}}{{Il{DbAn}}}FEj}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{cAf}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}2>{{cCDn}{{Il{AdAn}}}{}}26{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}:;{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}>:{{cBBn}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}};{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{{JIb{c}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{JIl{c}}{Jn{BBn}}}{{Il{DbAn}}}FEj}{{{JIb{c}}}AfFEj}{{{JIb{c}}FGb}{{Il{AdFDd}}}FEj}{ce{}{}}0{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000333333333333{{cFGb}{{Il{{JIb{c}}FDd}}}FEj}{{{JIj{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}```````````````````````{{cg}i{}{}{{An{e}}}{}}00000000066666666666666666666{cCj{}}0000000000000000000{JIn{{I`{JJ`}}}}{JIn{{I`{JJb}}}}{JIn{{I`{JJd}}}}{JIn{{I`{JJf}}}};;;;;;;;;;;;;;;;;;;;{{c{Cl{e}}}g{}{}{}}000000000{JJhJJh}{JJjJJj}{JJbJJb}{JJdJJd}{JJfJJf}{JJ`JJ`}{JJlJJl}{{ce}Ad{}{}}000000{{{JJn{c}}}FEhFEj}{ce{}{}}000000000`{Dbc{}}0000000000000000000{{{JJn{c}}}{{Lf{M`M`}}}FEj}{DbAd}000000000{{{JK`{c}}eM`M`FEh}{{Il{AdFDd}}}FGn{{K`{JKb}}}}```{{JJhJJh}j}{{JJjJJj}j}{{ce}j{}{}}00000{{JJhDf}{{Il{AdAl}}}}{{JJjDf}{{Il{AdAl}}}}{{JJbDf}{{Il{AdAl}}}}{{JJdDf}{{Il{AdAl}}}}{{JJfDf}{{Il{AdAl}}}}{{JJ`Df}{{Il{AdAl}}}}{{JJlDf}{{Il{AdAl}}}}{cc{}}0{JJfJIn}{JJbJIn}2{JJdJIn}{JJ`JIn}44444444444444444{ce{}{}}000000000{JInM`}````{{}Db}00000000022222222222222222222{{{Ib{c}}}{{Ib{Cj}}}{}}000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000{{{If{c}}}{{If{Cj}}}{}}000000000{{c{Cl{e}}}g{}{}{}}00000000066666666666666666666{{{JJn{c}}}{{Lf{cJIn}}}FFf}{{{JJn{c}}}{{Il{FDd}}}FEj}8888888888{JJj{{ADb{BBn}}}}8```{c{{Il{{JJn{c}}FDd}}}FFf}{c{{JK`{c}}}FGn}{{{JJn{c}}}FFjFEj}{{{JJn{c}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{JJjJJh}{{{JJn{c}}}JJjFEj}{JInJJj}{ce{}{}}000000{c{{Il{e}}}{}{}}00000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000`{cJ`{}}00000000033333333333333333333{JInM`}````{{{JK`{c}}}{{JK`{c}}}FGn}{{{JK`{c}}JIn}{{JK`{c}}}FGn}{{{JK`{c}}JJj}{{JK`{c}}}FGn}{{JInFGn}{{Il{AdAn}}}}{{{JK`{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}``{{cg}i{}{}{{An{e}}}{}}0::::{cCj{}}000;;;;{{c{Cl{e}}}g{}{}{}}0{{{JKd{c}}}FEhFEj}=={Dbc{}}000{{{JKd{c}}}{{Lf{M`M`}}}FEj}{DbAd}0{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0::4444{{{JKd{c}}}{{Il{FDd}}}FEj}55{c{{Il{{JKd{c}}FDd}}}FEj}{c{{JKf{c}}}FGn}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0::::{{{JKf{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}``{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000===={{c{Cl{e}}}g{}{}{}}0{{{JKh{c}}}FEh{FEjFFh}}??{Dbc{}}000{{{JKh{c}}}{{Lf{M`M`}}}{FEjFFh}}{{{JKj{c}}}{{JKj{c}}}FGn}{DbAd}0{{{JKj{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0<<4444{{{JKh{c}}}{{Il{FDd}}}{FEjFFh}}55{c{{Il{{JKh{c}}FDd}}}{FEjFFh}}{c{{JKj{c}}}FGn}{{{JKh{c}}}FFj{FEjFFh}}{{{JKh{c}}{Ml{BBn}}}{{Il{AdFDd}}}{FEjFFh}}{{{JKh{c}}}Af{FEjFFh}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0====?```{{cg}i{}{}{{An{e}}}{}}00>>>>>>{cCj{}}00000??????{{c{Cl{e}}}g{}{}{}}00{{{JKl{c}}}FEh{FEjFFh}}{ce{}{}}00{Dbc{}}00000{{{JKl{c}}}{{Lf{M`M`}}}{FEjFFh}}{DbAd}00{{{JKn{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}{FGnFFh}}{cc{}}00000555{{{JKl{c}}}{{I`{{Jn{BBn}}}}}{FEjFFh}}{{}Db}00777777{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00<<<::::::{{{JKl{c}}}{{Il{FDd}}}{FEjFFh}};;;{c{{Il{{JKl{c}}FDd}}}{FEjFFh}}{c{{JKn{c}}}{FGnFFh}}{{{JKl{c}}}FFj{FEjFFh}}{{{JL`{c}}{Ml{BBn}}}{{Il{DbAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}{{cNl}{{Il{AdAn}}}{}}{{cAf}{{Il{AdAn}}}{}}{{cIBf}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}}{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{cFId}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{cIBj}{{Il{AdAn}}}{}}{{cBBn}{{Il{AdAn}}}{}}{{cMf}{{Il{AdAn}}}{}}{{cCDn}{{Il{AdAn}}}{}}{{cIBh}{{Il{AdAn}}}{}}{{c{Ml{CDn}}}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{c{Ml{IBf}}}{{Il{AdAn}}}{}}{{cM`}{{Il{AdAn}}}{}}{{cCEh}{{Il{AdAn}}}{}}{{c{Ml{Mf}}}{{Il{AdAn}}}{}}{{c{Ml{BBn}}}{{Il{AdAn}}}{}};{{cAf}{{Il{AdAn}}}{}}8{{c{Ml{Nl}}}{{Il{AdAn}}}{}}{{cADh}{{Il{AdAn}}}{}}7;{{cNl}{{Il{AdAn}}}{}}{{c{Ml{IBj}}}{{Il{AdAn}}}{}}>6{{c{Ml{ADh}}}{{Il{AdAn}}}{}}{{c{Ml{FId}}}{{Il{AdAn}}}{}}:{{cIBf}{{Il{AdAn}}}{}}>{{cFId}{{Il{AdAn}}}{}}{{c{Ml{CEh}}}{{Il{AdAn}}}{}}<{{cBBn}{{Il{AdAn}}}{}}{{c{Ml{Af}}}{{Il{AdAn}}}{}}{{c{Ml{M`}}}{{Il{AdAn}}}{}}{{c{Ml{IBh}}}{{Il{AdAn}}}{}}{{{JKl{c}}{Ml{BBn}}}{{Il{AdFDd}}}{FEjFFh}}{{{JL`{c}}{Jn{BBn}}}{{Il{DbAn}}}{}}{{{JKl{c}}FGb}{{Il{AdFDd}}}{FEjFFh}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{{{JKn{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}{FGnFFh}}``````{{cg}i{}{}{{An{e}}}{}}00222222{cCj{}}00000333333{{c{Cl{e}}}g{}{}{}}00{JLbJLb}{{ce}Ad{}{}}{{{JLd{c}}}FEhFEj}777{{}JLb}{Dbc{}}00000{{{JLd{c}}}{{Lf{M`M`}}}FEj}{DbAd}00{{{JLf{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}{{JLbDf}{{Il{AdAl}}}}{cc{}}00000>>>{{{JLd{c}}}jFEj}{{{JLd{c}}}{{I`{{Jn{BBn}}}}}FEj}{{}Db}00{ce{}{}}00000{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00444444{{{JLd{c}}}FFdFEj}{{{JLd{c}}}{{Il{FDd}}}FEj}666{{}JLb}{BBnJLb}{c{{Il{{JLd{c}}FDd}}}FEj}{c{{JLf{c}}}FGn}{{{JLd{c}}{Ml{BBn}}}{{Il{AdFDd}}}FEj}{{{JLd{c}}{FGl{BBn}}}{{Il{AdFDd}}}FEj}<{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00??????`{{{JLf{c}}{Ml{BBn}}M`M`FEh}{{Il{AdFDd}}}FGn}``{{cg}i{}{}{{An{e}}}{}}0{ce{}{}}000{cCj{}}0001111??{JLhJLh}{{ce}Ad{}{}}33{{{JLj{c}}}{{Il{JLhFDd}}}FEj}{{}JLh}{Dbc{}}000{DbAd}0{{JLhDf}{{Il{AdAl}}}}`{cc{}}00099{JLhDb}`{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0??????`{c{{JLj{c}}}FEj}`{ce{}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0`3333````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000444444444444444444{cCj{}}00000000000000000555555555555555555777777777{JLlJLl}{JLnJLn}{JM`JM`}{JMbJMb}{{ce}Ad{}{}}000:::::::::{Dbc{}}00000000000000000{DbAd}00000000{{JLlJLl}j}{{JLnJLn}j}{{JM`JM`}j}{{JMbJMb}j}{{ce}j{}{}}00{{JMdDf}{{Il{AdAl}}}}0{{JLlDf}{{Il{AdAl}}}}{{JMfDf}{{Il{AdAl}}}}0{{JMhDf}{{Il{AdAl}}}}0{{JLnDf}{{Il{AdAl}}}}{{JMjDf}{{Il{AdAl}}}}0{{JMlDf}{{Il{AdAl}}}}0{{JM`Df}{{Il{AdAl}}}}{{JMbDf}{{Il{AdAl}}}}0{JMdJMb}{JMfJMb}{JMjJMb}{JMbJMd}{cc{}}0000000{FEnJMb}{FF`JMb}2222222222{{JMbJLl}JMd}{JMbJMf}{JMbJMj}{JLnJMh}{JM`JMl}{ce{}{}}00000000{{JLlc}AdGC`}{{JLnc}AdGC`}{{JM`c}AdGC`}{{JMbc}AdGC`}{{}Db}00000000555555555555555555{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000999999999999999999999999999{JMdJLl}{JMhJLn}{JMlJM`}{{JMbc}JMf{{K`{{Ib{CF`}}}}}}{{JMbc}JMj{{K`{{Ib{CF`}}}}}}{JMf{{I`{CF`}}}}{JMh{{I`{CF`}}}}{JMj{{I`{CF`}}}}{ce{}{}}000{cAB`{}}00000{cJl{}}00000{c{{Il{e}}}{}{}}00000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000{cJ`{}}00000000555555555555555555`````````````````{{cg}i{}{}{{An{e}}}{}}00006666666666{cCj{}}000000000{{{JBb{ce}}M`M`}Ad{{BFj{Ml}}{Gf{Ml}}}FDh}8888888888{JEd{{Lf{BBnM`M`}}}}{{{JAn{ce}}}{{Lf{M`M`M`M`}}}{{Gf{Ml}}}FDh}{{{JBb{ce}}}{{Lf{M`M`M`M`}}}{{BFj{Ml}}{Gf{Ml}}}FDh}{{c{Cl{e}}}g{}{}{}}0000``{JEdJEd}{{{JAn{ce}}}{{JAn{ce}}}{Dl{Gf{Ml}}}{DlFDh}}{{{JBb{ce}}}{{JBb{ce}}}{Dl{BFj{Ml}}}{DlFDh}}{JB`JB`}{JDjJDj}{{ce}Ad{}{}}0000`{{BBnM`M`}JEd}{ce{}{}}0000{Dbc{}}000000000{{{JAn{ce}}}{{Lf{M`M`}}}{{Gf{Ml}}}FDh}{{{JBb{ce}}}{{Lf{M`M`}}}{{BFj{Ml}}{Gf{Ml}}}FDh}{DbAd}0000{{JEdJEd}j}{{JB`JB`}j}{{JDjJDj}j}{{ce}j{}{}}00000000{JEd{{Lf{DbDbDb}}}}{{JEdDb}j}{{{JAn{ce}}}{{JAl{c}}}{{Gf{Ml}}}FDh}{{{JBb{ce}}}{{JAl{c}}}{{BFj{Ml}}}FDh}{{JEdDf}{{Il{AdAl}}}}{{{JAn{ce}}Df}{{Il{AdAl}}}{Jj{Gf{Ml}}}{JjFDh}}{{{JBb{ce}}Df}{{Il{AdAl}}}{Jj{BFj{Ml}}}{JjFDh}}{{JB`Df}{{Il{AdAl}}}}0{{JDjDf}{{Il{AdAl}}}}{cc{}}000000000{ce{}{}}0000{{{JAn{ce}}BBnM`M`}I`{{BFj{Ml}}{Gf{Ml}}}FDh}{{{JBb{ce}}BBnM`M`}I`{{BFj{Ml}}}FDh}{{{JAn{ce}}M`M`}{}{{Gf{Ml}}}FDh}{{{JBb{ce}}M`M`}{}{{BFj{Ml}}{Gf{Ml}}}FDh}0{{{JAn{ce}}BBnM`M`}I`{{Gf{Ml}}}FDh}{{{JBb{ce}}BBnM`M`}I`{{Gf{Ml}}{BFj{Ml}}}FDh}{JEdj}{{JEdc}AdGC`}{{JB`c}AdGC`}{{JDjc}AdGC`}``{{{JAn{ce}}}Ml{{BFj{Ml}}{Gf{Ml}}}FDh}{{{JBb{ce}}}Ml{{BFj{Ml}}}FDh}{{{JAn{ce}}}Ml{{Gf{Ml}}}FDh}{{{JBb{ce}}}Ml{{Gf{Ml}}{BFj{Ml}}}FDh}{{JEdBBnM`M`}j}{{{JAn{ce}}M`M`}j{{Gf{Ml}}}FDh}{{{JBb{ce}}M`M`}j{{BFj{Ml}}{Gf{Ml}}}FDh}{{JEdBBnM`M`}Db}{{JEdBBnM`M`}{{I`{Db}}}}{{JEdDbDbDb}{{I`{Db}}}}{{}Db}0000{ce{}{}}000000000{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}00004444444444{{{JAn{ce}}}{{JAl{c}}}{{Gf{Ml}}}FDh}{{{JBb{ce}}}{{JAl{c}}}{{BFj{Ml}}}FDh}66666{{JEdJDj}j}`{JEd{{I`{Db}}}}{{{JAn{ce}}}Db{{Gf{Ml}}}FDh}{{{JBb{ce}}}Db{{BFj{Ml}}}FDh}{{JDjJDj}{{I`{Hd}}}}{{{JBb{ce}}M`M`}Ad{{BFj{Ml}}{Gf{Ml}}}FDh}{{BBnM`M`}JEd}{{{JAn{ce}}}c{{Gf{Ml}}}FDh}{{{JBb{ce}}}c{{BFj{Ml}}}FDh}`{{JEdBBnM`M`}Ad}{{{JAn{ce}}M`M`}Ad{{Gf{Ml}}}FDh}{{{JBb{ce}}M`M`}Ad{{BFj{Ml}}}FDh}{JEd{{Lf{DbDbDb}}}}{ce{}{}}0000{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{{{JAn{ce}}}{{Il{{JBb{ce}}{Lf{JB`{JAn{ce}}}}}}}{{BFj{Ml}}{Gf{Ml}}}FDh}{cJ`{}}00006666666666```````````{{cg}i{}{}{{An{e}}}{}}07777{cCj{}}000{{cMf}{{FHh{Jn}}}FEb}9999{{gCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{c{Cl{e}}}g{}{}{}}0{JMnJMn}{FIfFIf}{{ce}Ad{}{}}0`>>{{gMf}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cM`M`M`M`}{{FGd{c}}}FEb}0{Dbc{}}000{{{FHh{c{Jn{BBn}}}}e}Ad{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{DbAd}0{{FIfFIf}j}{{g{Ml{Mf}}}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{c{{FHh{Jn}}}FEb}{{c{FHh{e}}}{{Il{AdFDd}}}FEb{{FHn{}{{FHl{Ml}}}}}}{cAdFDn}210{{FIfDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{c{{FHh{FGfJn}}}FEb}{c{{FHh{FGhJn}}}FEb}{c{{FHh{eJn}}}FEb{FDh{FI`{FGf}}}}{c{{FHh{eJn}}}FEb{FDh{FI`{FGh}}}}{{{FHj{}{{BHd{c}}}}}j{}}{JMnj}{{gee}Ad{FDjFIb}{{FDh{}{{FDf{c}}}}}{{FDn{}{{FE`{e}}}}}}{{gCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{{FHh{c{Jn{BBn}}}}e}{{FHh{{FGf{BBn}}{Jn{BBn}}}}}{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{{FHj{}{{BHd{c}}}}c}Db{}}{{JMn{FGf{BBn}}}Db}{{}Db}0{{eMfMf}{{I`{c}}}FDh{{FEb{}{{FE`{c}}}}}}0===={{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0{ce{}{}}00000{cAdFDn}{{{FHj{}{{BHd{c}}}}Db}{{I`{c}}}{}}{{JMnDb}I`}{{{FHj{}{{BHd{c}}}}c}Ad{}}{{JMn{FGf{BBn}}}Ad}{{ceFIdFId}AdFDn{{FEb{}{{FE`{}}}}}}{{{Lf{M`M`}}{Lf{M`M`}}M`M`}{{Lf{M`M`}}}}1{{cM`M`FIf}{{FHh{Jn}}}FEb}{c{{FHh{Jn}}}FEb}{{c{FHh{e}}}{{Il{AdFDd}}}FEb{{FHn{}{{FHl{Ml}}}}}}91010??{{gM`M`}{{FHh{e{Jn{c}}}}}{FDjFIh}{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{ce}AdFDn{{FEb{}{{FE`{}}}}}}<<{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0????{{gMfCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{gee}Ad{FDjFIb}{{FDh{}{{FDf{c}}}}}{{FDn{}{{FE`{e}}}}}}```{{gCEh}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cCEh}AdFDn}{{gMf}{{FHh{e{Jn{c}}}}}FDj{{FDh{}{{FDf{c}}}}}{{FEb{}{{FE`{e}}}}}}{{cMf}AdFDn}{{{FHh{c{Jn{BBn}}}}e}Ad{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{c{{FHh{FGfJn}}}FEb}{c{{FHh{FGhJn}}}FEb}{c{{FHh{eJn}}}FEb{FDh{FI`{FGf}}}}{c{{FHh{eJn}}}FEb{FDh{FI`{FGh}}}}{{{FHj{}{{BHd{c}}}}}j{}}98{{{FHh{c{Jn{BBn}}}}e}{{FHh{{FGf{BBn}}{Jn{BBn}}}}}{{FDh{}{{FDf{BBn}}}}}{{FHj{}{{BHd{c}}}}ALh}}{{{FHj{}{{BHd{c}}}}c}Db{}}{cAdFDn}{{{FHj{}{{BHd{c}}}}Db}{{I`{c}}}{}}{{{FHj{}{{BHd{c}}}}c}Ad{}}```{{cg}i{}{}{{An{e}}}{}}00{ce{}{}}00000{cCj{}}00000111111{{c{Cl{e}}}g{}{}{}}00{{FGbM`M`}{{Il{AdFDd}}}}{{FGbJN`}{{Il{AdFDd}}}}{{{JNb{c}}}AdFEj}{JN`JN`}{FGbFGb}{{ce}Ad{}{}}0888{{{JNb{c}}}{{Il{FDbFDd}}}{FFfFFh}}{{}JN`}{{}FGb}{Dbc{}}00000{DbAd}00{{JN`JN`}j}{{FGbFGb}j}{{ce}j{}{}}00000{{JN`Df}{{Il{AdAl}}}}{{FGbDf}{{Il{AdAl}}}}{{{JNb{c}}}{{I`{FEn}}}FEj}{{FGbAf}Ad}{{FGbDb}Ad}{cc{}}00000{ce{}{}}00{{JN`c}AdGC`}{{FGbc}AdGC`}{{}Db}00333333{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00777777{{{JNb{c}}}{{Il{{Lf{M`M`}}FDd}}}{FFfFFh}}{{{JNb{c}}}cFEj}999{{{JNb{c}}FGb}AdFEj}```{c{{JNb{c}}}FEj}{{{JNb{c}}}AdFEj}{{}FGb}{c{{Il{{JNb{{JNf{JNd}}}}An}}}{{Gf{FF`}}}}{{FGbAf}{{Il{AdFDd}}}}{{FGbM`M`FEh}{{Il{AdFDd}}}}{{FGbDb}{{Il{AdFDd}}}}{{{JNb{c}}FEn}AdFEj}{ce{}{}}0{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{cFEn}{{JNb{c}}}FEj}{{{JNb{c}}}{{Il{{JNb{c}}An}}}{FFfFFh}}`{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077{{c{Cl{e}}}g{}{}{}}{FElFEl}{{ce}Ad{}{}}:{Dbc{}}0{DbAd}{{FElFEl}j}{{ce}j{}{}}00{{FElDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}{{FElc}AdGC`}`{{}Db}22{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}>5555{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88`````````{{cg}i{}{}{{An{e}}}{}}00999999{cCj{}}00000::::::{{c{Cl{e}}}g{}{}{}}00{{{JNh{c}}}{{JNh{c}}}Dl}{JNjJNj}{JNlJNl}{{ce}Ad{}{}}00`???{Dbc{}}00000{DbAd}00{{{JNh{c}}{JNh{c}}}jGh}{{JNjJNj}j}{{JNlJNl}j}{{ce}j{}{}}00{{{JNh{c}}Df}{{Il{AdAl}}}Jj}{{JNjDf}{{Il{AdAl}}}}{{JNlDf}{{Il{AdAl}}}}{cc{}}00000{ce{}{}}00``{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00555555555{cj{}}0``666{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00999999````````````{{cg}i{}{}{{An{e}}}{}}00000{{JNnFJjJO`}{{Lf{AfJOb}}}};;;;;;;;;;;;{cCj{}}00000000000<<<<<<<<<<<<{JOdOb}{JOdFIn}{JOfFIn}``::::::`{JOfJOf}{JOhJOh}{JOjJOj}{{ce}Ad{}{}}00{{JOhJOh}Hd}`{{JOf{FNn{O`}}}FO`}{{ce}Hd{}{}}{ce{}{}}00000{JOdFOb}{JOd{{Lf{DbDb}}}}{{}JNn}{{}JOd}{{}JOf}{{}JOh}{Dbc{}}00000000000{JOdJOl}{JOfJOn}{DbAd}00000`{{JOdJOd}j}{{JOfJOf}j}{{JOhJOh}j}{{JOjJOj}j}{{ce}j{}{}}00{{JOdDf}{{Il{AdAl}}}}{{JOfDf}{{Il{AdAl}}}}{{JOhDf}{{Il{AdAl}}}}{{JOjDf}{{Il{AdAl}}}}{{}{{FIl{FIj}}}}{cc{}}00000000000{ce{}{}}00000{{JNnAf}{{I`{JOb}}}}{{JOfDbDb}{{I`{CLf}}}}{{JOhc}AdGC`}{{JOdce}AdFNj{{ABd{}{{Ch{FOn}}}}}}{{JOfCLf}{{I`{G`}}}}{JOfGb}{{}Db}00000777777777777{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000;;;;;;;;;;;;;;;;;;{{JOdDb}{{I`{Gd}}}}{JOdDb}{{FIj{Ad{{Ml{BBn}}}}}Ad}{FInOb}{JOfOb}{{}JNn}{{}JOd}{{}JOf}`{{JOhJOh}{{I`{Hd}}}}{{JOdGd}Ad}`{FIjFJj}{{JOfOb}Ad}{JOd{{I`{Jl}}}}{O`FJ`}{DdFJb}{ce{}{}}00{FJdFJf}{JNnAd}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000555555555555{{JOdObO`FOlGfc}AdFNj}{FIjJOh}{JOfGh}{{JOde}c{}{{Bb{FIn}{{Ch{c}}}}}}{GdJOd}{{{FNn{O`}}}JOf}````{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000====``{{c{Cl{e}}}g{}{}{}}0{JO`JO`}{{ce}Ad{}{}}{ce{}{}}0`{Dbc{}}000{DbAd}0{{JO`Df}{{Il{AdAl}}}}`{cc{}}00044{{}Db}05555{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0;;888888````8{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{FJbBBn}{{FJhFJjFJl}Ad}{{K`FJjFJl}Ad}{{{FK`{c}}FJl}AdFJh}{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000000000000000000000{{FKf{FAf{Db}}FJ`}Ad}`{Kbj}{Kd{{I`{Kf}}}}{{}Kh}{{KdKd}Ad}{{FJhFJn}j}{{K`FJn}j}{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{KjFJ`}{KlKn}{KA`Mf}{FJb{{ADb{BBn}}}}{FJb{{Lf{BBnBBnBBnBBn}}}}{KAbGd}{KAdKAf}`{KdFKf}`{FJhj}{K`j}{FJbBBn}{Kbj}{{KhKh}Kh}{{KhKh}Ad}10{KhM`}021`{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{FJhFJj}{{FK`{FJh}}}}{{FInFJj}{{FK`{FIn}}}}{FJhFKb}{K`FKb}10`{{FJ`Kh}FJ`}````{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000000000000000000000{KAhAd}{FKfAd}{FJbFJb}{KlKl}{KAjKAj}{FJ`FJ`}{KAlKAl}{KjKj}{KAnKAn}{FKfFKf}{KB`KB`}{KBbKBb}{KBdKBd}{FInFIn}{KdKd}{KhKh}{KBfKBf}{KA`KA`}{FKdFKd}{KbKb}{KBhKBh}{KBjKBj}{KBlKBl}{FJlFJl}{KBnKBn}{FJnFJn}{FKhFKh}{KC`KC`}{KCbKCb}{KCdKCd}{KCfKCf}{KChKCh}{KfKf}{KAbKAb}{FJfFJf}{KCjKCj}{KClKCl}{KCnKCn}{KD`KD`}{KDbKDb}{KDdKDd}{KDfKDf}{KAhKAh}{{ce}Ad{}{}}0000000000000000000000000000000000000000{{FJbFJb}Hd}{{KhKh}Hd}{{KBfKBf}Hd}{{KA`KA`}Hd}{{FKdFKd}Hd}{{KbKb}Hd}{{KBhKBh}Hd}{{KBlKBl}Hd}{{KC`KC`}Hd}{{FJ`FJb}FJ`}````{{ce}Hd{}{}}00000000{{FJ`FJ`}j}{KhKh}{ce{}{}}000000000000000000000000000000000000000000000000000{{KDhcKDj}{{Lf{KDlKBd}}}{{K`{KDl}}}}{{KhKh}j}`{FJh{{I`{Jl}}}}{K`{{I`{Jl}}}}{FJhFKd}{K`FKd}{{FInFJjFKd{I`{CEh}}KBj}{{I`{{Lf{FKd{I`{CEh}}}}}}}}{{{FK`{FIn}}FKd{I`{CEh}}KBj}{{I`{{Lf{FKd{I`{CEh}}}}}}}}{KAd{{Ml{BBn}}}}`{FJjKDn}0{{}KAn}{{}KB`}{{}KBb}{{}KBd}{{}FKd}{{}Kb}{{}KBl}{{}FJn}{{}KAb}{{}KE`}{{}KDd}{{}KDf}{{}KAh}`{FKfFJ`}{{FJhFKdFKd}Ad}{{K`FKdFKd}Ad}{FJhj}{K`j}{Dbc{}}000000000000000000000000000000000{{{FK`{c}}}{}{}}11111111111111111111111111111111111111111111111111111011111111111111111`{KB`Mf}{{KhKh}Kh}{{FInFJjKEbFJbc}Ad{{Cb{CEhCEhM`M`FJb}}}}{{K`FJjKEbFJbFJbFJbc}Ad{{Cb{CEhCEhM`M`FJb}}}}{{{FK`{K`}}KEbFJbFJbFJbc}Ad{{Cb{CEhCEhM`M`FJb}}}}{{{FK`{FIn}}KEbFJbc}Ad{{Cb{CEhCEhM`M`FJb}}}}{DbAd}000000000000000000000000000000000000000000000000000{{}Kh}```{KdKAb}{{FJbFJb}j}{{KlKl}j}{{KAjKAj}j}{{FJ`FJ`}j}{{KAlKAl}j}{{KjKj}j}{{KAnKAn}j}{{FKfFKf}j}{{KBbKBb}j}{{KhKh}j}{{KBfKBf}j}{{KA`KA`}j}{{FKdFKd}j}{{KbKb}j}{{KBhKBh}j}{{KBjKBj}j}{{KBlKBl}j}{{FJlFJl}j}{{FKhFKh}j}{{KC`KC`}j}{{KChKCh}j}{{KfKf}j}{{KAbKAb}j}{{FJfFJf}j}{{KDbKDb}j}{{KDfKDf}j}{{ce}j{}{}}00000000000000000000000000000000000000000000000000000000000000000000{{Khc}Ad{{Oh{}{{Of{Kh}}}}}}{{FJ`Kn}FJ`}``{FJh{{I`{FJn}}}}{K`{{I`{FJn}}}}`{{FJjDf}{{Il{AdAl}}}}{{KAdDf}{{Il{AdAl}}}}{{KEbDf}{{Il{AdAl}}}}{{FJbDf}{{Il{AdAl}}}}{{KlDf}{{Il{AdAl}}}}{{KAjDf}{{Il{AdAl}}}}{{FJ`Df}{{Il{AdAl}}}}{{KAlDf}{{Il{AdAl}}}}{{KjDf}{{Il{AdAl}}}}{{KAnDf}{{Il{AdAl}}}}{{FKfDf}{{Il{AdAl}}}}{{KEdDf}{{Il{AdAl}}}}{{KB`Df}{{Il{AdAl}}}}{{KEfDf}{{Il{AdAl}}}}{{KEhDf}{{Il{AdAl}}}}{{KBbDf}{{Il{AdAl}}}}0{{KBdDf}{{Il{AdAl}}}}{{FInDf}{{Il{AdAl}}}}{{KdDf}{{Il{AdAl}}}}{{KhDf}{{Il{AdAl}}}}0000{{KBfDf}{{Il{AdAl}}}}{{KA`Df}{{Il{AdAl}}}}{{FKdDf}{{Il{AdAl}}}}{{KbDf}{{Il{AdAl}}}}{{KBhDf}{{Il{AdAl}}}}{{KBjDf}{{Il{AdAl}}}}{{KBlDf}{{Il{AdAl}}}}{{K`Df}{{Il{AdAl}}}}{{FJlDf}{{Il{AdAl}}}}{{FKbDf}{{Il{AdAl}}}}{{KBnDf}{{Il{AdAl}}}}{{FJnDf}{{Il{AdAl}}}}{{FKhDf}{{Il{AdAl}}}}{{KC`Df}{{Il{AdAl}}}}{{{FK`{c}}Df}{{Il{AdAl}}}Jj}{{KCbDf}{{Il{AdAl}}}}{{KCdDf}{{Il{AdAl}}}}{{KCfDf}{{Il{AdAl}}}}{{KChDf}{{Il{AdAl}}}}0{{KfDf}{{Il{AdAl}}}}0{{KAbDf}{{Il{AdAl}}}}{{KEjDf}{{Il{AdAl}}}}{{FJfDf}{{Il{AdAl}}}}{{KE`Df}{{Il{AdAl}}}}{{KCjDf}{{Il{AdAl}}}}{{KClDf}{{Il{AdAl}}}}{{KCnDf}{{Il{AdAl}}}}{{KD`Df}{{Il{AdAl}}}}{{KDbDf}{{Il{AdAl}}}}{{KDdDf}{{Il{AdAl}}}}{{KDfDf}{{Il{AdAl}}}}```````{cc{}}000000{FJ`KAl}1111111111111111111111{FInFKb}0{{{Id{FIn}}}FKb}33333333333333333333333{jKb}44444444444444444444444444444444444444444444444444440{M`{{I`{Kh}}}}{M`Kh}00{MfKAn}0{cKh{{Oh{}{{Of{Kh}}}}}}{Gd{{I`{Kh}}}}2{ce{}{}}0000000000000000000000000000000000000000000000000003{FJbBBn}{{KDdKDb}{{I`{{Jn{KCj}}}}}}{{FJjKEl}{{I`{{Id{KAd}}}}}}{{FJjFJ`}{{Id{{Jn{KC`}}}}}}{{FJjKElGd}{{I`{Db}}}}{{KEbFJjKBf}{{I`{KAh}}}}0{{FJjc}{{Jn{KEl}}}{{BIl{}{{Of{{ADb{BBn}}}}}}}}{{KEbFJjKBf}{{I`{{Ml{KAj}}}}}}{{FKfDb}FJ`}```````{{FJbc}AdGC`}{{Klc}AdGC`}{{FJ`c}AdGC`}{{KAlc}AdGC`}{{Kjc}AdGC`}{{Khc}AdGC`}{{KBfc}AdGC`}{{KA`c}AdGC`}{{FJfc}AdGC`}{{KDbc}AdGC`}`{{KEfFKdFKd}{{I`{{Lf{MfMf}}}}}}{{FInMfMf}{{I`{FKd}}}}{KAdKEl}``{{}Db}000000000000000000000000000000000000000000000000000{{KhKh}Ad}{{KDdKDb{Jn{KCj}}}Ad}`{{FJhFKdGd{I`{FKf}}}FKd}{{K`FKdGd{I`{FKf}}}FKd}{{FJhGd{I`{FKf}}}Ad}{{KhKh}Kh}{{KhKh}j}{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000000000000000000000000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000000000000000000000000000000{{c{Cl{e}}}g{}{}{}}0000000000000000000000000000000000000000000000000004444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{Kh}5{FJj{{Lf{JlKDn}}}}6666666666666666666666666666666666666666666666666666{KdJl}{KB`{{I`{KB`}}}}{Khj}0{{FJjKEl}j}`{Kh{{GCb{Kh}}}}{Kh{{GCd{Kh}}}}{{KdFJjMfMfKCh{I`{Mf}}}{{Ml{KCf}}}}{{KD`MfMfKCh{I`{Kf}}{I`{Mf}}}{{Jn{KCf}}}}``{{FInFJjFKd}{{I`{KBh}}}}{{KdKE`FJjMfMfKCh{I`{Mf}}}{{Ml{KCf}}}}{Kd{{I`{{Jn{KCf}}}}}}{FInKEh}{{KD`KE`MfMfKCh{I`{Kf}}{Jn{KCf}}{I`{Mf}}}Ad}````````{{FInFJjDb}{{I`{{Ml{KCf}}}}}}{{{FK`{FIn}}Db}{{I`{{Ml{KCf}}}}}}{{FInFJjDb}{{I`{KD`}}}}{{{FK`{FIn}}Db}{{I`{KD`}}}}````{FJjGd}{{FJ`KEn}j}``{{FJ`Db}FJ`}{Kd{{I`{Db}}}}````{FInKBb}{KAd{{I`{Mf}}}}{FIn{{I`{Mf}}}}{{}FJj}{{KDnKEl}{{I`{KAd}}}}{{}KEb}{KnKl}{{}FJ`}{FJ`Kj}{FJ`FKf}{GdKEd}{{MfMfMfMfMfMf}KB`}{FInKEh}{{MfMf}KBb}{{FJjKBb}FIn}{{cKAbFKfFJf}Kd{{K`{Jl}}}}{{KElADhMf{Lf{MfMf}}Kh}{{Lf{KBfCEhCEh}}}}{Mf{{Lf{CEhKA`}}}}{{DbDb}FKd}{{DbDbDb}KBh}{{DbCEh}KBl}{cK`{{K`{FKb}}}}{GdKEj}{{FJjGdFKf{FAf{Db}}KF`jFJf}KCl}{{FJjGdFKf{FAf{Db}}jKF`FJf}KCn}{{FJjGdFKfFJf}KD`}{{}KAh}{KBbFIn}{{KE`FJjGdFKf{FAf{Db}}KF`jFJf}KCl}{{KE`FJjGdFKf{FAf{Db}}jKF`FJf}KCn}{{KE`FJjGdFKfFJf}KD`}{{DbDbKb}FKd}{cFJj{{Oh{}{{Of{KFb}}}}}}{{JlKDn}FJj}{KEdI`}{KEhI`}{KEjI`}{KhKh}`{{FJbFJb}{{I`{Hd}}}}{{KhKh}{{I`{Hd}}}}{{KBfKBf}{{I`{Hd}}}}{{KA`KA`}{{I`{Hd}}}}{{FKdFKd}{{I`{Hd}}}}{{KbKb}{{I`{Hd}}}}{{KBhKBh}{{I`{Hd}}}}{{KBlKBl}{{I`{Hd}}}}{{KC`KC`}{{I`{Hd}}}}{{KCb{Lf{MfMf}}Mf}KCd}`{{KB`KAn}KB`}{{KB`MfMf}KB`}0{FJbBBn}{FJhj}{FInj}{{KhKh}Ad}{KdAd}00{KBnAd}{FJnAd}{{BBnBBnBBn}FJb}{{BBnBBnBBnBBn}FJb}{KAnKB`}{{cKAn}KB`{{K`{KDl}}}}``{KAdFKj}{{MfMf}KB`}{{KBbMf}KBb}{KAd{{Ml{{ADb{BBn}}}}}}{FInKBl}{FJhFKh}{K`FKh}{FJh{{I`{{Lf{FKdFKd}}}}}}{{KhKhj}Ad}{{Kd{I`{Kf}}}j}{{KdFKf}j}{{FJhj}Ad}{{K`j}Ad}{{FJhFKd}Ad}{{K`FKd}Ad}{{KdKAb}j}{{KdDb}Ad}{{FInFJjKBb}Ad}{{{FK`{FIn}}KBb}Ad}{{FInFJjKBbMfMf}Ad}{{{FK`{FIn}}KBbMfMf}Ad}{{FInFJj{I`{Mf}}}Ad}:{{FInj}Ad}{{FInFJjcFJ`FJf}Ad{{Oh{}{{Of{{Lf{GdFJ`}}}}}}}}{{{FK`{FIn}}cFJ`FJf}Ad{{Oh{}{{Of{{Lf{GdFJ`}}}}}}}}{{FInKBl}Ad}{{FJhFKh}Ad}{{K`FKh}Ad}{{FInFJjMfMf}Ad}{{{FK`{FIn}}MfMf}Ad}{{FJhADh}Ad}{{K`ADh}Ad}{{FInFJjGdFJ`FJf}Ad}{{KdcKAbFKf}j{{Gf{Gd}}}}{{{FK`{FIn}}GdFJ`FJf}Ad}{{FInFJjKCh}Ad}{{{FK`{FIn}}KCh}Ad}{{KdFJj}KD`}{{FJhFJjj}Ad}{{K`FJjj}Ad}{{{FK`{c}}j}AdFJh}{{KdKE`FJj}KD`}{Kd{{I`{KD`}}}}{{FInFJjFKdj}Ad}{{{FK`{FIn}}FKdj}Ad}{{FInFJjj}Ad}{{{FK`{FIn}}j}Ad}{FIn{{Lf{MfMf}}}}{KEh{{Lf{Db{I`{Db}}}}}}{{KAnKAn}KB`}`{FKf{{Jn{{Lf{{FAf{Db}}Kj}}}}}}`{{FKfDb}FKf}{{KdDb}Kd}```{FJhAd}{K`Ad}{{FJ`KFd}FJ`}``{{FJ`KFf}FJ`}``{{KhKh}Kh}{{KhKh}Ad}1{FJhADh}{K`ADh}{KdGd}```{{KB`KB`}KB`}{{KB`KAn}KB`}{{KB`MfMf}KB`}0{KAnMf}{ce{}{}}00000000000000000000000000000000000000001{cAB`{}}00{cJl{}}00:`{{KAjKB`}KAj}{{KB`KDl}KDl}0{{MfMf}KB`}{{KDdAf}Ad}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000000000000000000000000000000{cJ`{}}00000000000000000000000000000000000000000000000000099999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999{KAd{{Ml{M`}}}}{{KhKh}Kh}{KAjKFh}{FInCEh}``{{FJ`KFj}FJ`}```{{FJhe}c{}{{Bb{FIn}{{Ch{c}}}}}}0{{{FK`{c}}g}eFJh{}{{Bb{{FK`{FIn}}}{{Ch{e}}}}}}{{KEbFJjKBfFJbc}Ad{{Cb{CEhCEhFJb}}}}`{FInKCh}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000000{ce{}{}}000000000000000{cCj{}}0000000000000001111111111111111{{c{Cl{e}}}g{}{}{}}0000000{KElKEl}{KDnKDn}{KEnKEn}{KFbKFb}{KFlKFl}{KnKn}{KFjKFj}{KFfKFf}{{ce}Ad{}{}}0000000{{KElKEl}Hd}{{KFjKFj}Hd}{{ce}Hd{}{}}0>>>>>>>>{{}KEl}{{}KDn}{{}KFl}{{}KFj}{{}KFf}{Dbc{}}000000000000000{DbAd}00000006{{KElKEl}j}{{KFlKFl}j}{{KnKn}j}{{KFjKFj}j}{{KFfKFf}j}{{ce}j{}{}}00000000000000{{KDnKEl}{{I`{KEn}}}}{{KDnKEl}{{I`{{Lf{KFbM`}}}}}}{KDn{{`{{BIl{}{{Of{KEn}}}}}}}}``{{KDnKn}Gd}{{KElDf}{{Il{AdAl}}}}0{{KDnDf}{{Il{AdAl}}}}{{KEnDf}{{Il{AdAl}}}}{{KFbDf}{{Il{AdAl}}}}{{KFlDf}{{Il{AdAl}}}}{{KnDf}{{Il{AdAl}}}}{{KFjDf}{{Il{AdAl}}}}{{KFfDf}{{Il{AdAl}}}}{cc{}}000000000000000{ce{}{}}0000000{{KElc}AdGC`}{{KFlc}AdGC`}{{Knc}AdGC`}{{KFjc}AdGC`}{{KFfc}AdGC`}``{{}Db}00000006666666666666666{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}0000000::::::::::::::::::::::::{KDnj}``{KDnDb}{{KDn{Jn{BBn}}}Ad}{{KDnc}{{Il{AdAn}}}{{Gf{FF`}}}}{{KDnKFb}{{KFn{{ADb{KEl}}}}}}{{KDnc}Ad{{Gf{FF`}}}}{KDnAd}{{KDnKEl}Ad}{{KDnKEl}{{I`{{Lf{{Id{Gf}}M`}}}}}}`{{}KDn}{{KElKEl}{{I`{Hd}}}}{{KFjKFj}{{I`{Hd}}}}`{{KDnKEn}Ad}{{KDnKFl}{{I`{KEl}}}}6{{KDnc}Ad{{K`{Jl}}}}0000`````{ce{}{}}0000000{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}00000005555555555555555``{{KDnKEle}{{I`{c}}}{}{{Bb{{Ml{BBn}}M`}{{Ch{c}}}}}}``````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000{{FKnHBnM`}Ad}{{}KG`}{{}KGb}::::::::::::::::::::::::::::::{cCj{}}00000000000000000000000000000{FKjKGd}0{KGfGd}{FLnM`}{{KG`KG`}KG`}{{KGbKGb}KGb}{{KG`KG`}Ad}{{KGbKGb}Ad}3210{KG`M`}0{KGbBBn}05432{ce{}{}}00000000000000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000{FKnAd}{FL`FKn}{KGhKGh}{KGjKGj}{KGlKGl}{KG`KG`}{KGnKGn}{KGfKGf}{KH`KH`}{FKlFKl}{KHbKHb}{FKjFKj}{FLnFLn}{{ce}Ad{}{}}0000000000`{FKnKGl}{{KH`KH`}Hd}{{FLnFLn}Hd}{{ce}Hd{}{}}0<{KGbKGb}{ce{}{}}00000000000000{{KG`KG`}j}{{KGbKGb}j}{{}FKn}{{}KGh}{{}KGj}{{}KGl}{{}KG`}{{}KGb}{{}KGn}{Dbc{}}000000000000{FKj}111111111111111011{{KG`KG`}KG`}{{KGbKGb}KGb}{FKnKGn}{DbAd}0000000000000087`{{KGlKGl}j}{{KGnKGn}j}{{KGfKGf}j}{{KH`KH`}j}{{FKlFKl}j}{{KHbKHb}j}{{FLnFLn}j}{{ce}j{}{}}00000000000000{{KG`c}Ad{{Oh{}{{Of{KG`}}}}}}{{KGbc}Ad{{Oh{}{{Of{KGb}}}}}}{FKnKG`}{{FKnDf}{{Il{AdAl}}}}{{FL`Df}{{Il{AdAl}}}}{{KGhDf}{{Il{AdAl}}}}{{KGjDf}{{Il{AdAl}}}}{{KGlDf}{{Il{AdAl}}}}{{KG`Df}{{Il{AdAl}}}}0000{{KGbDf}{{Il{AdAl}}}}000{{KGnDf}{{Il{AdAl}}}}{{KGfDf}{{Il{AdAl}}}}{{KH`Df}{{Il{AdAl}}}}{{FKlDf}{{Il{AdAl}}}}{{KHbDf}{{Il{AdAl}}}}{{FLnDf}{{Il{AdAl}}}}0{cc{}}00000000000000000000000000000{M`{{I`{KG`}}}}{BBn{{I`{KGb}}}}{M`KG`}0{BBnKGb}010{{{ADb{BBn}}}FLn}{{{Ml{BBn}}}FLn}{KGdFKj}{FLn{{I`{KH`}}}}{cKG`{{Oh{}{{Of{KG`}}}}}}{cKGb{{Oh{}{{Of{KGb}}}}}}{Gd{{I`{KG`}}}}{Gd{{I`{KGb}}}}{{{Ml{BBn}}M`}{{I`{FKj}}}}{ce{}{}}00000000000000{Gd{{Il{KGn}}}}{Gd{{Il{KGf}}}}{Gd{{Il{KH`}}}}{Gd{{Il{FKl}}}}{Gd{{Il{KHb}}}}`{FL`{{Ml{KGj}}}}{FL`{{Ml{KGh}}}}{FKnAd}{{KGlc}AdGC`}{{KGnc}AdGC`}{{KGfc}AdGC`}{{KH`c}AdGC`}{{FKlc}AdGC`}{{FLnc}AdGC`}{{}Db}00000000000000{{KG`KG`}Ad}{{KGbKGb}Ad}{{KG`KG`}KG`}{{KGbKGb}KGb}{{KG`KG`}j}{{KGbKGb}j}{ce{}{}}00000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000{{c{Cl{e}}}g{}{}{}}00000000000000444444444444444444444444444444{KG`}{KGb}666666666666666{KG`j}{KGbj}{FKnj}{FL`j}32{FLnj}{cj{}}0{KG`{{GCb{KG`}}}}{KGb{{GCb{KGb}}}}{KG`{{GCd{KG`}}}}{KGb{{GCd{KGb}}}}{FKn{{I`{KGf}}}}{FKnDb}{FL`Db}{{}FKn}{{FKjKGn{I`{KH`}}{I`{KGf}}{Ml{FKl}}}FLb}{{FLnM`c}FKl{{ANb{Db}}}}{KG`KG`}{KGbKGb}{{{Ml{BBn}}}{{I`{FLn}}}}{{KH`KH`}{{I`{Hd}}}}{{FLnFLn}{{I`{Hd}}}}{{FKnGd}Ad}{{KG`KG`}Ad}{{KGbKGb}Ad}{FKnAd}`{FKnKH`}{{FL`FKjKGb}Jl}{{KG`KG`j}Ad}{{KGbKGbj}Ad}{{FKnKGl}Ad}{{FKnKGn}Ad}{{FKnKG`}Ad}{{FKnKGf}Ad}{{FKj{I`{{Lf{ADhADh}}}}}Ad}{{FKj{I`{Mf}}}Ad}=={{FKnKH`}Ad}{{FKj{Ml{KHb}}}Ad}{{FKj{Ml{FKl}}FKn}FL`}{{FKjFLbFKn}FL`}`{{KG`KG`}KG`}{{KGbKGb}KGb}{{KG`KG`}Ad}{{KGbKGb}Ad}32{KH`FLn}``{FLn{{ADb{BBn}}}}{FLn{{ADb{HBn}}}}{ce{}{}}0000000000{cAB`{}}{cJl{}}76{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000{cJ`{}}00000000000000555555555555555555555555555555<;{FKjCEh}{KGjj}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000000`````888888888888888888888888888888888888888888{cCj{}}00000000000000000000000000000000000000000{KGdIBf}``````{{{KHd{c}}c}{{I`{{Lf{ADhc}}}}}{HOlFLf}}{{{KHf{c}}c}{{I`{{Lf{M`c}}}}}{HOlFLf}}{{{KHd{c}}e}{{I`{{Lf{ADhc}}}}}FLf{{Cb{c}{{Ch{Hd}}}}}}{{{KHf{c}}e}{{I`{{Lf{M`c}}}}}FLf{{Cb{c}{{Ch{Hd}}}}}}``>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>{{c{Cl{e}}}g{}{}{}}00000000000000000000{KGd{{I`{IBf}}}}````````````{KHhKHh}{KHjKHj}{{{KHd{c}}}{{KHd{c}}}Dl}{{{KHl{c}}}{{KHl{c}}}Dl}{{{KHf{c}}}{{KHf{c}}}Dl}{{{KHn{c}}}{{KHn{c}}}Dl}{KI`KI`}{FLjFLj}{KIbKIb}{KIdKId}{KIfKIf}{KIhKIh}{FLlFLl}{KIjKIj}{KIlKIl}{KInKIn}{KJ`KJ`}{KJbKJb}{KJdKJd}{KJfKJf}{KGdKGd}{{ce}Ad{}{}}00000000000000000000{FLdAd}```{{FLjFLj}Hd}{KGd{{I`{{CHh{ADh}}}}}}```{{ce}Hd{}{}}{ce{}{}}00000000000000000000{{{KHl{c}}}DbFLf}{{{KHn{c}}}DbFLf}``{{FLdMfMfMfMfMfMf}Ad}```{{}{{KHd{c}}}{}}{{}{{KHl{c}}}FLf}{{}{{KHf{c}}}{}}{{}FLj}{{}KIb}{{}KJd}{Dbc{}}00000000000000000000000000000000000000000{KGdIBf}{DbAd}00000000000000000000```{{KHhKHh}j}{{KI`KI`}j}{{FLjFLj}j}{{KIbKIb}j}{{KIdKId}j}{{KIfKIf}j}{{KIhKIh}j}{{FLlFLl}j}{{KIjKIj}j}{{KIlKIl}j}{{KJ`KJ`}j}{{ce}j{}{}}00000000000000000000000000000```{{KHhDf}{{Il{AdAl}}}}0{{KHjDf}{{Il{AdAl}}}}{{{KHd{c}}Df}{{Il{AdAl}}}{FLfJjAh}}{{{KHf{c}}Df}{{Il{AdAl}}}{FLfJjAh}}{{KI`Df}{{Il{AdAl}}}}{{FLjDf}{{Il{AdAl}}}}{{KIbDf}{{Il{AdAl}}}}{{KIdDf}{{Il{AdAl}}}}{{KIfDf}{{Il{AdAl}}}}{{KIhDf}{{Il{AdAl}}}}{{FLlDf}{{Il{AdAl}}}}{{KIjDf}{{Il{AdAl}}}}{{KIlDf}{{Il{AdAl}}}}{{KInDf}{{Il{AdAl}}}}{{KJ`Df}{{Il{AdAl}}}}0{{KJbDf}{{Il{AdAl}}}}{{KGdDf}{{Il{AdAl}}}}{{{Ml{BBn}}}{{I`{M`}}}}`{cc{}}0000000{IBfKIb}{MfKIb}2222222222222222222222222222222222{KJd{{Il{KGdKJ`}}}}{{{Ml{BBn}}M`}{{Il{KJbKJ`}}}}{{{Ml{BBn}}M`}{{Il{KGdKJ`}}}}{ce{}{}}00000000000000000000``````{{{KHd{c}}ADh}{{I`{c}}}FLf}{{{KHf{c}}M`}{{I`{c}}}FLf}{KIbIBf}{KGdKIh}```{{KGdFLj}{{I`{KIh}}}}{{KGdFLj}{{I`{ADh}}}}{{KGdFLj}{{I`{IBf}}}}{{KGdHBn}{{I`{FLj}}}}{{KGdGd}{{I`{FLj}}}}{{KGdFLj}{{I`{Gd}}}}{{KGdFLjADh}{{I`{KIl}}}}{{KGdFLj}{{I`{KJh}}}}{{KGdHBnHBn}{{I`{FLj}}}}766``````````{KGdj}{{FLjc}AdGC`}```{KIhIBf}{KGdIBf}```````````{{}Db}00000000000000000000{ce{}{}}00000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000444444444444444444444444444444444444444444{{{KHd{c}}}{}FLf}5{{{KHf{c}}}{}FLf}6666666666666666666666;;{{KGdFLj}j}{{{KHd{c}}}jFLf}{{{KHf{c}}}jFLf}>>>>>>``{KGd{{I`{Mf}}}}``````{{{KHd{c}}}{{I`{c}}}FLf}{{{KHd{c}}}ADhFLf}{{{KHf{c}}}M`FLf}`?{{FLdMfMf}Ad}`````````````0````````{KGdKJj}{{{Ml{BBn}}}{{KHd{c}}}FLf}{{{Ml{BBn}}}{{KHf{c}}}FLf}{{BBnBBnBBnBBn}FLl}{{{KHl{c}}}I`FLf}{{{KHn{c}}}I`FLf}{KGdADh}`````{{KGdFLjFLd}{{I`{KIh}}}}{{KGdFLjADhFLh}{{I`{Ad}}}}{{{Ml{BBn}}}{{I`{FLf}}}}{{{Ml{BBn}}}{{I`{KHj}}}}{{{Ml{BBn}}}{{I`{FLj}}}}{{{Ml{BBn}}}{{I`{KIn}}}}{{{Ml{BBn}}M`}{{Il{KJbKJ`}}}}{{{Ml{BBn}}M`}{{Il{KGdKJ`}}}}{{FLjFLj}{{I`{Hd}}}}{KGd{{I`{KJl}}}}`````{KHhGd}{{FLdMfMfMfMf}Ad}{{{KHd{KJn}}FLj}{{I`{KJn}}}}{KGdKJb}`3```{{KGdFLnMf}{{I`{Ad}}}}{{{KHd{c}}{FAf{ADh}}}{{I`{{KHd{c}}}}}FLf}{KGd{{I`{KIf}}}}{KGdKK`}{KGd{{I`{KKb}}}}0```{{KJbFLn}{{I`{{Ml{BBn}}}}}}{{KGdFLn}{{I`{{Ml{BBn}}}}}}`{KGdKJf}```{ce{}{}}00000000000000000000{cAB`{}}0{cJl{}}0```{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000000{cJ`{}}00000000000000000000{KGd{{I`{IBf}}}}00666666666666666666666666666666666666666666<{KGdKKd}{KGdADh}`{KGd{{KHd{KKf}}}}{KGd{{Ml{KIb}}}}4444``````````{KGdKKh}{KIhIBf}{KGdKFd}``7```````````{{cg}i{}{}{{An{e}}}{}}0>>>>{cCj{}}000????{{c{Cl{e}}}g{}{}{}}0{KKjKKj}{KKlKKl}{{ce}Ad{}{}}0{ce{}{}}0{{}KKj}{Dbc{}}000{DbAd}0{{KKjKKj}j}{{ce}j{}{}}00{{KKjDf}{{Il{AdAl}}}}{{KKlDf}{{Il{AdAl}}}}{cc{}}00088{{}Db}09999{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0======{{{Ml{BBn}}}{{I`{KKj}}}}{{{CHh{ADh}}{Ml{BBn}}}{{I`{KKl}}}}{{KKlFLj}{{I`{{KHf{KKj}}}}}}{ce{}{}}0{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333````````{{cg}i{}{}{{An{e}}}{}}00004444444444{cCj{}}000000000555555555599999`{{KKnFLj}{{I`{BBn}}}}{{{KL`{c}}FLj}{{I`{ADh}}}FLf}{{{KLb{c}}}{{KLb{c}}}{DlFLf}}{KLdKLd}{KKnKKn}{{{KL`{c}}}{{KL`{c}}}Dl}{KLfKLf}{{ce}Ad{}{}}0000====={Dbc{}}000000000{DbAd}0000{{KKnADhBBn}{{I`{{KLb{Ad}}}}}}{{{KL`{c}}ADhADh}{{I`{{KLb{c}}}}}FLf}````{{{KLb{c}}Df}{{Il{AdAl}}}{JjFLf}}{{KLdDf}{{Il{AdAl}}}}{{KKnDf}{{Il{AdAl}}}}{{{KL`{c}}Df}{{Il{AdAl}}}{}}{{KLfDf}{{Il{AdAl}}}}{cc{}}000000000{ce{}{}}0000{{{KLb{c}}}jFLf}0000{{}Db}00002222222222{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000666666666666666{{KKnKLd}{{I`{IBf}}}}{{KKnADh}ADh}``{KLdKLd}{{{Ml{BBn}}}{{I`{{KLb{c}}}}}FLf}{{{CHh{ADh}}KLh}{{I`{{KL`{c}}}}}FLf}{{{CHh{ADh}}{Ml{BBn}}}{{I`{KLf}}}}`<<<<<{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000??????????{{KLfFLj}{{I`{ADh}}}}{{{KLb{c}}}KLdFLf}````````{{cg}i{}{}{{An{e}}}{}}000{ce{}{}}0000000{cCj{}}000000011111111>>>>{KLjKLj}{KLlKLl}{KLnKLn}{{ce}Ad{}{}}005555{Dbc{}}0000000{DbAd}000{{KLjDf}{{Il{AdAl}}}}{{KLlDf}{{Il{AdAl}}}}{{KLnDf}{{Il{AdAl}}}}{cc{}}0000000`;;;;{{}Db}000<<<<<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000{ce{}{}}00000000{KLl}1111{KLlj}{KLlADh}{{KLn{Ml{KIb}}}{{I`{Ad}}}}{KM`I`}{{{Ml{BBn}}}{{I`{KLj}}}}{{{Ml{BBn}}}{{I`{KLn}}}}``777{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000::::::::`{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<={KMbKMb}{{ce}Ad{}{}}>{Dbc{}}0{DbAd}{{KMbDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}{{KMbFLjADh}{{I`{KIl}}}}{{}Db}22{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}666{{KMd{Ml{BBn}}}{{I`{KMb}}}}7{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}::`{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<6{KMdKMd}{{ce}Ad{}{}}>{Dbc{}}0{DbAd}{{KMdDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555{{{Ml{BBn}}}{{I`{KMd}}}}6{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99``{{cg}i{}{}{{An{e}}}{}}0::::{cCj{}}000;;;;66{KMfKMf}{KMhKMh}{{ce}Ad{}{}}0>>{{}KMf}{Dbc{}}000{DbAd}0{{KMfDf}{{Il{AdAl}}}}{{KMhDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{KMhFLj}{{I`{ADh}}}}{{KMhBBn}{{I`{FLj}}}}{{KMhGd}{{I`{FLj}}}}{{KMhFLj}{{I`{Gd}}}}3{{}Db}05555{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0999999``{KMhKMf}{KMhADh}{{KMhFLjFLd}{{Il{KIhKI`}}}}{{{Ml{BBn}}}{{I`{KMh}}}}``=={c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0``{cJ`{}}0{ce{}{}}000`{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022:{KMjKMj}{{ce}Ad{}{}}4{{}KMj}{Dbc{}}0{DbAd}{{KMjDf}{{Il{AdAl}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}>>>{{KMj{Ml{KIb}}FLjFLd}{{Il{KIhKI`}}}}{{{Ml{BBn}}}{{I`{KMj}}}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33`````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000004444444444444444444444444444{cCj{}}000000000000000000000000000555555555555555555555555555588888888888888{KMlKMl}{KMnKMn}{KN`KN`}{KNbKNb}{KNdKNd}{KNfKNf}{KNhKNh}{KNjKNj}{KNlKNl}{KNnKNn}{KO`KO`}{KObKOb}{KOdKOd}{{ce}Ad{}{}}000000000000{{KMlc}Ad{{Cb{M`}}}}{{KMnc}Ad{{Cb{M`}}}}{{KN`c}Ad{{Cb{M`}}}}{{KNbc}Ad{{Cb{M`}}}}{{KNhc}Ad{{Cb{M`}}}}{{KNjc}Ad{{Cb{M`}}}}{{KNlc}Ad{{Cb{M`}}}}{{KO`c}Ad{{Cb{M`}}}}{ce{}{}}0000000000000{{}KOb}{Dbc{}}000000000000000000000000000{DbAd}0000000000000`{{KNdKNd}j}{{ce}j{}{}}00``{{KMlDf}{{Il{AdAl}}}}{{KMnDf}{{Il{AdAl}}}}{{KN`Df}{{Il{AdAl}}}}{{KNbDf}{{Il{AdAl}}}}{{KNdDf}{{Il{AdAl}}}}{{KNfDf}{{Il{AdAl}}}}{{KNhDf}{{Il{AdAl}}}}{{KNjDf}{{Il{AdAl}}}}{{KNlDf}{{Il{AdAl}}}}{{KNnDf}{{Il{AdAl}}}}{{KO`Df}{{Il{AdAl}}}}{{KObDf}{{Il{AdAl}}}}{{KOdDf}{{Il{AdAl}}}}`{cc{}}000000000000000000000000000{ce{}{}}0000000000000{{KObADh}{{I`{KO`}}}}`{{KMlM`}{{I`{FLj}}}}{{KMnM`}{{I`{FLj}}}}{{KN`M`}{{I`{FLj}}}}{{KNbM`}{{I`{FLj}}}}{{KNfM`M`}{{I`{KNd}}}}{{KNhM`}{{I`{FLj}}}}{{KNjM`}{{I`{FLj}}}}{{KNlM`}{{I`{FLj}}}}{{KO`M`}{{I`{FLj}}}}{{KO`M`M`}{{I`{KNd}}}}``{{}Db}0000000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}0000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000{{{If{c}}}{{If{Cj}}}{}}0000000000000{{c{Cl{e}}}g{}{}{}}0000000000000{ce{}{}}0000000000000000000000000000{KOb}11111111111111{KObj}{KO`j}{KObADh}{KOfI`}{{{Ml{BBn}}}{{I`{KMl}}}}{{{Ml{BBn}}}{{I`{KMn}}}}{{{Ml{BBn}}}{{I`{KN`}}}}{{{Ml{BBn}}}{{I`{KNb}}}}{{{Ml{BBn}}}{{I`{KNf}}}}{{{Ml{BBn}}}{{I`{KNh}}}}{{{Ml{BBn}}}{{I`{KNj}}}}{{{Ml{BBn}}}{{I`{KNl}}}}{{{Ml{BBn}}}{{I`{KOd}}}}``>>>>>>>>>>>>>{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000000000{cJ`{}}0000000000000{ce{}{}}000000000000000000000000000``{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022{{c{Cl{e}}}g{}{}{}}{KOhKOh}{{ce}Ad{}{}}5{{KOhFLj}j}{Dbc{}}0{DbAd}{{KOhDf}{{Il{AdAl}}}}{cc{}}0:{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};>>>{{FLhFLj}Ad}{{KOhFLjADhFLh}{{I`{Ad}}}}{{FLhFLl}Ad}{FLhAd}{{KOj{Ml{BBn}}}{{I`{KOh}}}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33`{{cg}i{}{}{{An{e}}}{}}44{cCj{}}055{{c{Cl{e}}}g{}{}{}}{KOjKOj}{{ce}Ad{}{}}8{Dbc{}}0{DbAd}{{KOjDf}{{Il{AdAl}}}}{cc{}}0<{{KOjADhADh}{{I`{FLl}}}}{{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};{ce{}{}}00{KOj{{CHh{ADh}}}}{{{Ml{BBn}}}{{I`{KOj}}}}2{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55`````{{cg}i{}{}{{An{e}}}{}}00006666666666{cCj{}}0000000007777777777{{c{Cl{e}}}g{}{}{}}0000{KOlKOl}{KOnKOn}{L`L`}{LbLb}{{ce}Ad{}{}}000=====`{Dbc{}}000000000{DbAd}0000``{{L`ADh}{{I`{KOn}}}}{{KOlDf}{{Il{AdAl}}}}{{KOnDf}{{Il{AdAl}}}}{{L`Df}{{Il{AdAl}}}}{{LbDf}{{Il{AdAl}}}}{cc{}}000000000{ce{}{}}00006{{}Db}00001111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}000055555555555{L`}66666{L`j}{L`ADh}```{LdI`}{{{Ml{BBn}}}{{I`{KOl}}}}{{{Ml{BBn}}}{{I`{Lb}}}}``;;;;{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000>>>>>>>>>>``{{cg}i{}{}{{An{e}}}{}}0????{cCj{}}000`{ce{}{}}000<<{KKfKKf}{LfLf}{{ce}Ad{}{}}033`{Dbc{}}000{DbAd}0{{KKfKKf}j}{{KKfDf}{{Il{AdAl}}}}{{LfDf}{{Il{AdAl}}}}{cc{}}00099`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>>>>>```{{{Ml{BBn}}}{{I`{KKf}}}}{{{Ml{BBn}}}{{I`{Lf}}}}`{ce{}{}}0{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333``````{{cg}i{}{}{{An{e}}}{}}04444{cCj{}}000555588{LhLh}{LjLj}{{ce}Ad{}{}}0{{LhLh}Hd}{{ce}Hd{}{}}::{{}Lj}{Dbc{}}000{DbAd}0{{LhLh}j}{{ce}j{}{}}00{{LhDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{LjFLj}{{I`{Lh}}}}{{LjFLj}ADh}{{LjADhADh{Ml{KIb}}}{{I`{Mf}}}}{Ljj}{{Lhc}AdGC`}{{}Db}06666{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0::::::{{LjFLj{I`{ADh}}}j}{{{Ml{BBn}}}{{I`{Lj}}}}{{LhLh}{{I`{Hd}}}}=={c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000`{{cg}i{}{}{{An{e}}}{}}11{cCj{}}0229{LlLl}{{ce}Ad{}{}}4{Dbc{}}0{DbAd}{{LlDf}{{Il{AdAl}}}}{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}==={{LlFLjFLd}{{I`{KIh}}}}{{Ln{Ml{BBn}}}{{I`{Ll}}}}?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000000000000000000`1111111111111111111111111111111111111111{cCj{}}000000000000000000000000000000000000000`222222222222222222222222222222222222222288888888888888888888{LA`LA`}{LAbLAb}{LAdLAd}{LAfLAf}{LAhLAh}{LAjLAj}{LAlLAl}{LAnLAn}{LB`LB`}{LBbLBb}{LBdLBd}{LBfLBf}{LBhLBh}{LBjLBj}{LBlLBl}{LBnLBn}{LC`LC`}{LCbLCb}{LCdLCd}{LCfLCf}{{ce}Ad{}{}}0000000000000000000`{ce{}{}}0000000000000000000{LAjLCh}{LBbLCh}{LCfLCh}`{{}LAf}{Dbc{}}000000000000000000000000000000000000000{DbAd}0000000000000000000{{LBdADh}{{I`{LC`}}}}0{{LA`Df}{{Il{AdAl}}}}{{LAbDf}{{Il{AdAl}}}}{{LAdDf}{{Il{AdAl}}}}{{LAfDf}{{Il{AdAl}}}}{{LAhDf}{{Il{AdAl}}}}{{LAjDf}{{Il{AdAl}}}}{{LAlDf}{{Il{AdAl}}}}{{LAnDf}{{Il{AdAl}}}}{{LB`Df}{{Il{AdAl}}}}{{LBbDf}{{Il{AdAl}}}}{{LBdDf}{{Il{AdAl}}}}{{LBfDf}{{Il{AdAl}}}}{{LBhDf}{{Il{AdAl}}}}{{LBjDf}{{Il{AdAl}}}}{{LBlDf}{{Il{AdAl}}}}{{LBnDf}{{Il{AdAl}}}}{{LC`Df}{{Il{AdAl}}}}{{LCbDf}{{Il{AdAl}}}}{{LCdDf}{{Il{AdAl}}}}{{LCfDf}{{Il{AdAl}}}}{cc{}}000000000000000000000000000000000000000{ce{}{}}0000000000000000000{{LAhADh}{{I`{LAf}}}}{{LAlFLj}{{I`{{Lf{LAfLAf}}}}}}{{LAnADh}{{I`{LAl}}}}{{LB`{Lf{ADhADh}}}{{I`{{Lf{LAfLAf}}}}}}{{LBlADh}{{I`{LCb}}}}{{LBnADh}{{I`{{Lf{ADhLC`}}}}}}{{LCbADhADh}{{I`{LC`}}}}{{}Db}0000000000000000000`8888888888888888888888888888888888888888{{{Ib{c}}}{{Ib{Cj}}}{}}0000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000000000{{{If{c}}}{{If{Cj}}}{}}0000000000000000000{{c{Cl{e}}}g{}{}{}}0000000000000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<{LAhj}{LAnj}{LBdj}{LBlj}{LBnj}{LAhADh}{LAnADh}{LBdADh}{LBlADh}{LBnADh}```````````{{{Ml{BBn}}ADh}{{I`{LCf}}}}``{ce{}{}}0000000000000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000000000000000{cJ`{}}00000000000000000003333333333333333333333333333333333333333```{{LA`ADh{I`{{Lf{ADhADh}}}}}{{I`{CEh}}}}``````0``````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000``555555555555555555{cCj{}}00000000000000000`666666666666666666{{c{Cl{e}}}g{}{}{}}00000000{LCjLCj}{LClLCl}{LCnLCn}{LD`LD`}{LDbLDb}{LDdLDd}{LDfLDf}{LDhLDh}{LDjLDj}{{ce}Ad{}{}}00000000`{ce{}{}}00000000{LCjLCh}{LDjLCh}````{Dbc{}}00000000000000000{DbAd}00000000{{LCjDf}{{Il{AdAl}}}}{{LClDf}{{Il{AdAl}}}}{{LCnDf}{{Il{AdAl}}}}{{LD`Df}{{Il{AdAl}}}}{{LDbDf}{{Il{AdAl}}}}{{LDdDf}{{Il{AdAl}}}}{{LDfDf}{{Il{AdAl}}}}{{LDhDf}{{Il{AdAl}}}}{{LDjDf}{{Il{AdAl}}}}{cc{}}00000000000000000>>>>>>>>>`{{}Db}00000000??????????????????{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000{ce{}{}}00000000000000000000000000{LDjj}``{{{Ml{BBn}}ADh}{{I`{LDj}}}}```222222222{c{{Il{e}}}{}{}}00000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000{cJ`{}}00000000555555555555555555`````{{cg}i{}{}{{An{e}}}{}}66{cCj{}}0778{LDlLDl}{{ce}Ad{}{}}9{Dbc{}}0{DbAd}{{LDlDf}{{Il{AdAl}}}}{cc{}}0={{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00{{LDlLl{Ml{KIb}}FLjFLd}{{I`{KIh}}}}{{{Ml{BBn}}}{{I`{LDl}}}}2{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55````{{cg}i{}{}{{An{e}}}{}}06666{cCj{}}000777788{LDnLDn}{LE`LE`}{{ce}Ad{}{}}0::{Dbc{}}000{DbAd}0{{LDnLDn}j}{{ce}j{}{}}00{{LDnDf}{{Il{AdAl}}}}{{LE`Df}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0``{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{{{Ml{BBn}}}{{I`{LE`}}}}66{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999``{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0`;;6{LEbLEb}{{ce}Ad{}{}}={Dbc{}}0`{DbAd}{{LEbDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555``{{{Ml{BBn}}}{{I`{LEb}}}}6{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99``{{cg}i{}{}{{An{e}}}{}}0{{LEdFLj}{{I`{ADh}}}}`;;;;{cCj{}}000`<<<<77{LEfLEf}{LEdLEd}{{ce}Ad{}{}}0??{Dbc{}}000{DbAd}0{{LEfDf}{{Il{AdAl}}}}{{LEdDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555``{{{Ml{BBn}}}{{I`{LEf}}}}{{ADh{CHh{ADh}}{Ml{BBn}}}{{I`{LEd}}}}{{LEdFLj}{{I`{IBf}}}}`88{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;`{{cg}i{}{}{{An{e}}}{}}{{LEhFLj{Ml{KIb}}}{{I`{Mf}}}}=={cCj{}}0>>9{LEhLEh}{{ce}Ad{}{}}{ce{}{}}{Dbc{}}0{DbAd}{{LEhDf}{{Il{AdAl}}}}{cc{}}04{{}Db}55{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}999{{{Ml{BBn}}}{{I`{LEh}}}}>:{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}==`````````````{{cg}i{}{}{{An{e}}}{}}00000000>>>>>>>>>>>>>>>>>>{cCj{}}00000000000000000??????????????????666666666{LEjLEj}{LElLEl}{LEnLEn}{LF`LF`}{LFbLFb}{LFdLFd}{LFfLFf}{LFhLFh}{LFjLFj}{{ce}Ad{}{}}00000000{ce{}{}}00000000{{}LFb}{Dbc{}}00000000000000000{DbAd}00000000{{LEjDf}{{Il{AdAl}}}}{{LElDf}{{Il{AdAl}}}}{{LEnDf}{{Il{AdAl}}}}{{LF`Df}{{Il{AdAl}}}}{{LFdDf}{{Il{AdAl}}}}{{LFfDf}{{Il{AdAl}}}}{{LFhDf}{{Il{AdAl}}}}{{LFjDf}{{Il{AdAl}}}}`{cc{}}00000000000000000<<<<<<<<<{{LEnFLjFLj}{{I`{IBf}}}}{{LFdFLjFLj}{{I`{IBf}}}}{{LFfFLjFLj}{{I`{IBf}}}}{{LFhFLjFLj}{{I`{IBf}}}}```{{}Db}00000000{ce{}{}}00000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000444444444444444444{LF`}5555555555{LF`j}{LEjFLj}{LF`M`}{LFbI`}``{{{Ml{BBn}}}{{I`{LEj}}}}{{{Ml{BBn}}}{{I`{LFd}}}}{{BBn{Ml{BBn}}}{{I`{LFf}}}}{{{Ml{BBn}}}{{I`{LFh}}}}{{{Ml{BBn}}}{{I`{LFj}}}}7`>>>>>>>>>{c{{Il{e}}}{}{}}00000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000{cJ`{}}00000000{ce{}{}}00000000000000000````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000`111111111111111111111111{cCj{}}00000000000000000000000222222222222222222222222{{c{Cl{e}}}g{}{}{}}00000000000{LFlLFl}{LFnLFn}{LG`LG`}{LGbLGb}{LGdLGd}{LGfLGf}{LGhLGh}{LGjLGj}{LGlLGl}{LGnLGn}{LH`LH`}{LHbLHb}{{ce}Ad{}{}}00000000000{ce{}{}}00000000000{Dbc{}}0{LG`}1111{LGf}222222222222222222{DbAd}00000000000{{LFlDf}{{Il{AdAl}}}}{{LFnDf}{{Il{AdAl}}}}{{LG`Df}{{Il{AdAl}}}}{{LGbDf}{{Il{AdAl}}}}{{LGdDf}{{Il{AdAl}}}}{{LGfDf}{{Il{AdAl}}}}{{LGhDf}{{Il{AdAl}}}}{{LGjDf}{{Il{AdAl}}}}{{LGlDf}{{Il{AdAl}}}}{{LGnDf}{{Il{AdAl}}}}{{LHbDf}{{Il{AdAl}}}}`{cc{}}00000000000000000000000{ce{}{}}00000000000{{LGdADh}{{I`{{Lf{ADhADh}}}}}}{{LFlFLjFLj}{{I`{IBf}}}}{{LG`ADh}{{I`{IBf}}}}{{LGbFLjFLj}{{I`{IBf}}}}{{LGhFLjFLj}{{I`{IBf}}}}{{LGlFLjFLj}{{I`{IBf}}}}```{{}Db}00000000000777777777777777777777777{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000{{{If{c}}}{{If{Cj}}}{}}00000000000{{c{Cl{e}}}g{}{}{}}00000000000;;;;;;;;;;;;;;;;;;;;;;;;{LGn}<<<<<<<<<<<<<{LH`I`}`{{{Ml{BBn}}}{{I`{LFn}}}}{{{CHh{ADh}}{Ml{BBn}}}{{I`{LHb}}}}```????????????{c{{Il{e}}}{}{}}00000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000`{cJ`{}}00000000000{ce{}{}}00000000000000000000000````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022:{LnLn}{{ce}Ad{}{}}4{Dbc{}}0{DbAd}{{LnDf}{{Il{AdAl}}}}{cc{}}08{{LnFLj}{{I`{{FAf{Db}}}}}}{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}>>>{Lnj}{LnADh}{{{CHh{ADh}}LDn{Ml{BBn}}}{{I`{Ln}}}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33```````````````{LHdLHf}{{cg}i{}{}{{An{e}}}{}}00000000000000`555555555555555555555555555555{cCj{}}00000000000000000000000000000`2666666666666666666666666666666``:::::::::::::::{LHfLHf}{LHhLHh}{LHdLHd}{LHjLHj}{LHlLHl}{LHnLHn}{LI`LI`}{LIbLIb}{LIdLId}{LIfLIf}{LIhLIh}{LIjLIj}{LIlLIl}{LInLIn}{LJ`LJ`}{{ce}Ad{}{}}00000000000000{ce{}{}}00000000000000`{LHjADh}{LHdADh}{Dbc{}}00000000000000000000000000000`1{DbAd}00000000000000``{LIbj}{LHdLHf}{{LHfDf}{{Il{AdAl}}}}{{LHhDf}{{Il{AdAl}}}}{{LHdDf}{{Il{AdAl}}}}{{LHjDf}{{Il{AdAl}}}}{{LHlDf}{{Il{AdAl}}}}{{LHnDf}{{Il{AdAl}}}}{{LI`Df}{{Il{AdAl}}}}{{LIbDf}{{Il{AdAl}}}}{{LIdDf}{{Il{AdAl}}}}{{LIfDf}{{Il{AdAl}}}}{{LIhDf}{{Il{AdAl}}}}{{LIjDf}{{Il{AdAl}}}}{{LIlDf}{{Il{AdAl}}}}{{LInDf}{{Il{AdAl}}}}{{LJ`Df}{{Il{AdAl}}}}?????????{cc{}}00000000000000000000000000000{ce{}{}}00000000000000`{{LHhFLj}{{I`{LHf}}}}{{LHnFLj}{{I`{LHl}}}}{{LIlFLj}{{I`{LIj}}}}``{{LHjADh}{{I`{LHf}}}}`{{}Db}00000000000000555555555555555555555555555555{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000{{c{Cl{e}}}g{}{}{}}00000000000000999999999999999999999999999999999999999999999``5`{LHdLHf}00`000{{{Ml{BBn}}}{{I`{LIb}}}}{{{Ml{BBn}}}{{I`{LId}}}}{{{Ml{BBn}}}{{I`{LIh}}}}{{{Ml{BBn}}}{{I`{LJ`}}}}``{LHdIBf}55555500555555555`5555555555555???????????????```{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000{cJ`{}}00000000000000{ce{}{}}0000000000000000000000000000099999``````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022<{LJbLJb}{{ce}Ad{}{}}4{Dbc{}}0{DbAd}{{LJbDf}{{Il{AdAl}}}}{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}===`{{{Ml{BBn}}}{{I`{LJb}}}}>{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000111111111111111111111111111111{cCj{}}00000000000000000000000000000222222222222222222222222222222777777777777777`{LJdLJd}{LJfLJf}{LJhLJh}{LJjLJj}{LJlLJl}{LJnLJn}{LK`LK`}{LKbLKb}{LKdLKd}{LKfLKf}{LKhLKh}{LKjLKj}{LKlLKl}{LKnLKn}{LL`LL`}{{ce}Ad{}{}}00000000000000`{ce{}{}}00000000000000````{Dbc{}}00000000000000000000000000000`{DbAd}00000000000000```{{LJdDf}{{Il{AdAl}}}}{{LJfDf}{{Il{AdAl}}}}{{LJhDf}{{Il{AdAl}}}}{{LJjDf}{{Il{AdAl}}}}{{LJlDf}{{Il{AdAl}}}}{{LJnDf}{{Il{AdAl}}}}{{LK`Df}{{Il{AdAl}}}}{{LKbDf}{{Il{AdAl}}}}{{LKdDf}{{Il{AdAl}}}}{{LKfDf}{{Il{AdAl}}}}{{LKjDf}{{Il{AdAl}}}}{{LKlDf}{{Il{AdAl}}}}{{LL`Df}{{Il{AdAl}}}}{cc{}}00000000000000000000000000000{ce{}{}}00000000000000`{{}Db}00000000000000111111111111111111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000{{c{Cl{e}}}g{}{}{}}00000000000000555555555555555555555555555555{LKf}6{LKl}7777777777777777{LKbj}000````{{LJhM`}{{I`{KLf}}}}``{LKhI`}{LKnI`}{{{Ml{BBn}}}{{I`{LJd}}}}{{{Ml{BBn}}}{{I`{LJf}}}}{{{Ml{BBn}}}{{I`{LJl}}}}{{{CHh{ADh}}{Ml{BBn}}}{{I`{LL`}}}}`````???????????????{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000{cJ`{}}00000000000000{ce{}{}}00000000000000000000000000000`{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022{{c{Cl{e}}}g{}{}{}}{LLbLLb}{{ce}Ad{}{}}5{Dbc{}}0{DbAd}{{LLbDf}{{Il{AdAl}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:==={{LLbFLn{Ml{KIb}}}{{I`{Mf}}}}{{{Ml{BBn}}}{{I`{LLb}}}}?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``````````{{cg}i{}{}{{An{e}}}{}}00001111111111{cCj{}}0000000002222222222{{c{Cl{e}}}g{}{}{}}0000{LLdLLd}{LLfLLf}{KJjKJj}{LLhLLh}{LLjLLj}{{ce}Ad{}{}}000099999{LLhDb}{{}KJj}{{}LLj}{Dbc{}}000000000{DbAd}0000`{{LLdLLd}j}{{ce}j{}{}}00{{LLdDf}{{Il{AdAl}}}}{{LLfDf}{{Il{AdAl}}}}{{KJjDf}{{Il{AdAl}}}}{{LLjDf}{{Il{AdAl}}}}{cc{}}000000000{ce{}{}}0000{{KJjADh}{{I`{LLf}}}}{{}Db}00002222222222{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}00006666666666{KJj}777777{KJjj}{LLfj}{LLfKHh}`{KJjADh}```{LLhI`}{{{Ml{BBn}}}{{I`{LLd}}}}{{{Ml{BBn}}}{{I`{LLj}}}}`>>>>>{LLf{{I`{Jl}}}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000{ce{}{}}000000000``````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000011111111111111111111111111111111111111{cCj{}}0000000000000000000000000000000000000`22222222222222222222222222222222222222???????????????????{LLlLLl}{LLnLLn}{LM`LM`}{LMbLMb}{LMdLMd}{LMfLMf}{LMhLMh}{{{LMj{c}}}{{LMj{c}}}{DlFM`}}{LMlLMl}{LMnLMn}{LN`LN`}{LNbLNb}{LNdLNd}{LNfLNf}{KJnKJn}{LChLCh}{LNhLNh}{{ce}Ad{}{}}0000000000000000{ce{}{}}000000000000000000{{LChFLj}j}{LLlLCh}{LM`LCh}`{Dbc{}}0000000000000000000000000000000000000{DbAd}000000000000000000```{{{LMj{c}}FLn}{{I`{c}}}FM`}{{LMf{Ml{KIb}}}{{I`{M`}}}}{{LMfADhM`}{{I`{LN`}}}}`{{LLlDf}{{Il{AdAl}}}}{{LLnDf}{{Il{AdAl}}}}{{LM`Df}{{Il{AdAl}}}}{{LMbDf}{{Il{AdAl}}}}{{LMdDf}{{Il{AdAl}}}}{{LMfDf}{{Il{AdAl}}}}{{LMhDf}{{Il{AdAl}}}}{{{LMj{c}}Df}{{Il{AdAl}}}{JjFM`}}{{LMlDf}{{Il{AdAl}}}}{{LMnDf}{{Il{AdAl}}}}{{LN`Df}{{Il{AdAl}}}}{{LNbDf}{{Il{AdAl}}}}{{LNdDf}{{Il{AdAl}}}}{{LNfDf}{{Il{AdAl}}}}{{KJnDf}{{Il{AdAl}}}}{{LChDf}{{Il{AdAl}}}}{{LNhDf}{{Il{AdAl}}}}{cc{}}0000000000000000000000000000000000000{ce{}{}}000000000000000000{{{LMj{c}}ADh}{{I`{c}}}FM`}{{LNdADh}{{I`{c}}}FMb}{{LChFLj}{{I`{ADh}}}}{{LNhFLj}ADh}{LNfj}000{{{LMj{c}}FLn}{{I`{ADh}}}FM`}{{}Db}000000000000000000``77777777777777777777777777777777777777{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{{LMj{c}}}{}FM`}{LNd{{LNj{c}}}FMb}==================={{{LMj{c}}}jFM`}{LNdj}`{{{LMj{c}}}ADhFM`}{LNdADh}``````{LNfBBn}`{{{LNl{c}}}I`FM`}{{{LNj{c}}}I`FMb}{{FLn{Ml{BBn}}}{{I`{FM`}}}}{{{Ml{BBn}}ADh}{{I`{FMb}}}}{{{Ml{BBn}}}{{I`{LMd}}}}{{FLn{Ml{BBn}}}{{I`{LMl}}}}{{FLn{Ml{BBn}}}{{I`{LMn}}}}{{FLn{Ml{BBn}}}{{I`{LN`}}}}{{{Ml{BBn}}}{{I`{LNf}}}}{{{Ml{BBn}}}{{I`{KJn}}}}`{LNfj}```````{ce{}{}}0000000000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000{cJ`{}}000000000000000000333333333333333333333333333333333333334````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000044444444444444{cCj{}}000000000000055555555555555{{c{Cl{e}}}g{}{}{}}000000{LNn{{I`{IBf}}}}{KKhKKh}{KFdKFd}{KJlKJl}{KK`KK`}{KKbKKb}{KKdKKd}{LNnLNn}{{ce}Ad{}{}}000000{{KFdKFd}Hd}{{KJlKJl}Hd}{{ce}Hd{}{}}0{ce{}{}}000000{{KKdHBn}j}{{}KKh}{{}KFd}{{}KK`}{{}KKd}{Dbc{}}0000000000000{DbAd}000000{{KKhKKh}j}{{KFdKFd}j}{{KJlKJl}j}{{KK`KK`}j}{{KKbKKb}j}{{ce}j{}{}}00000000000000{{KKhDf}{{Il{AdAl}}}}{{KFdDf}{{Il{AdAl}}}}{{KJlDf}{{Il{AdAl}}}}{{KK`Df}{{Il{AdAl}}}}{{KKbDf}{{Il{AdAl}}}}{{KKdDf}{{Il{AdAl}}}}{{LNnDf}{{Il{AdAl}}}}{cc{}}{ADhKKh}1111111111111{ce{}{}}000000{{KKhc}AdGC`}{{KFdc}AdGC`}{{KJlc}AdGC`}{{KK`c}AdGC`}{{KKbc}AdGC`}{{}Db}00000066666666666666{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000:::::::::::::::::::::{LNnj}00{{{Ml{BBn}}}{{I`{LNn}}}}{{KFdKFd}{{I`{Hd}}}}{{KJlKJl}{{I`{Hd}}}}{LNn{{I`{KJl}}}}{LNnKIf}{LNnKK`}{LNnKKb}0{KKhADh}{KFdADh}{ce{}{}}000000{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}000000{LNnIBf}0044444444444444{LNnKKd}?`{LNnKKh}{LNnKFd}33{LNn{{I`{IBf}}}}``````{{cg}i{}{}{{An{e}}}{}}09999{cCj{}}000::::{{c{Cl{e}}}g{}{}{}}0{LO`LO`}{LObLOb}{{ce}Ad{}{}}0>>{{}LO`}{Dbc{}}000{DbAd}0{{LO`Df}{{Il{AdAl}}}}{{LObDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{LObGd}{{I`{FLj}}}}{{LObFLj}{{I`{Gd}}}}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}07777777``{LObLO`}{LO`I`}{{{Ml{BBn}}}{{I`{LOb}}}}::{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0====`````{{cg}i{}{}{{An{e}}}{}}000>>>>>>>>{cCj{}}0000000{{LOdADh}{{I`{LOf}}}}{ce{}{}}0000000::::{LOfLOf}{LOhLOh}{LOdLOd}{{ce}Ad{}{}}004444{Dbc{}}0000000{DbAd}000{{LOfDf}{{Il{AdAl}}}}{{LOhDf}{{Il{AdAl}}}}{{LOdDf}{{Il{AdAl}}}}{cc{}}0000000::::{{LOfFLj}{{I`{KIl}}}}{{LOhM`}{{I`{LOf}}}}{{}Db}000========{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000{ce{}{}}00000000{LOh}1111{LOfj}{LOhj}{LOfADh}{LOhM`}{LOjI`}{{{CHh{ADh}}{Ml{BBn}}}{{I`{LOd}}}}```777{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000::::::::````{{cg}i{}{}{{An{e}}}{}}000;;;;;;;;{cCj{}}0000000<<<<<<<<===={KJhKJh}{LOlLOl}{LOnLOn}{M`M`}{{ce}Ad{}{}}000{ce{}{}}000{LOnDb}`{Dbc{}}0000000`{DbAd}000`{{LOlFLj}{{I`{KJh}}}}{{KJhDf}{{Il{AdAl}}}}{{LOlDf}{{Il{AdAl}}}}{{M`Df}{{Il{AdAl}}}}{cc{}}00000008888{{LOlADh}{{I`{KJh}}}}{KJh{{GGh{FLj}}}}{{}Db}000;;;;;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000????????{LOl}{ce{}{}}0000{LOlj}{LOlADh}{LOnI`}{{{Ml{BBn}}}{{I`{M`}}}}`4444{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00077777777`````{{cg}i{}{}{{An{e}}}{}}00008888888888{cCj{}}0000000009999999999;;;;;{MbMb}{MdMd}{MfMf}{MhMh}{{ce}Ad{}{}}000>>>>>{{}Md}{{}Mf}{Dbc{}}000000000{DbAd}0000{{MbDf}{{Il{AdAl}}}}{{MdDf}{{Il{AdAl}}}}{{MfDf}{{Il{AdAl}}}}{{MhDf}{{Il{AdAl}}}}{cc{}}000000000{ce{}{}}0000{{MdADh}{{I`{Mb}}}}`{{}Db}00002222222222{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}000066666666666{Md}77777{Mdj}{MdADh}`{MjI`}{{{Ml{BBn}}}{{I`{Mh}}}}`;;;;`{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000>>>>>>>>>>````{{cg}i{}{}{{An{e}}}{}}??{cCj{}}0`{ce{}{}}0;{MlMl}{{ce}Ad{}{}}2{{}Ml}{Dbc{}}0`{DbAd}{{MlDf}{{Il{AdAl}}}}{cc{}}07{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}<<<``{{{Ml{BBn}}}{{I`{Ml}}}}={c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``{{cg}i{}{}{{An{e}}}{}}01111{cCj{}}000222277{MnMn}{MA`MA`}{{ce}Ad{}{}}055`{Dbc{}}000{DbAd}0{{MnDf}{{Il{AdAl}}}}{{MA`Df}{{Il{AdAl}}}}{cc{}}000::`{{MA`FLj}IBf}{{}Db}0<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0{ce{}{}}00000`{{{Ml{BBn}}}{{I`{Mn}}}}{{{Ml{BBn}}}{{I`{MA`}}}}22{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}05555```{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077`8{JOlJOl}{{ce}Ad{}{}}9{Dbc{}}0{DbAd}{{JOlJOl}j}{{JOlDf}{{Il{AdAl}}}}{cc{}}0>{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}000{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33{JOl{{I`{JOd}}}}``{{cg}i{}{}{{An{e}}}{}}55{cCj{}}0667{JOnJOn}{{ce}Ad{}{}}8{Dbc{}}0{DbAd}{{JOnJOn}j}{{JOnDf}{{Il{AdAl}}}}{cc{}}0=`{{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00`0{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33{JOn{{I`{JOf}}}}```````````{{{Nf{c}}}{{Jn{{MAb{c}}}}}{}}{{cg}i{}{}{{An{e}}}{}}00066666666{cCj{}}0000000{e{{Nf{c}}}{}{{Oh{}{{Of{{Nf{c}}}}}}}}88888888{{iObHDbg}{{HDf{ceg}}}{}{}CKb{{K`{{CJl{ceg}}}}}}::::`{O`O`}{{ce}Ad{}{}}`;;;;{{}HDd}{{}O`}{Dbc{}}0000000`{{{HDf{ceg}}Db}CKf{}{}CKb}{{{HDf{ceg}}geCKjCKl}CLl{}{}CKb}{HDdAd}0{DbAd}000{{O`O`}j}{{ce}j{}{}}0033`{{{HDf{ceg}}CLd}{{I`{CK`}}}{}{}CKb}{{{Nf{c}}Df}{{Il{AdAl}}}{}}{{HDdDf}{{Il{AdAl}}}}{{O`Df}{{Il{AdAl}}}}`{cc{}}0000000{ce{}{}}000{{O`c}AdGC`}{{}Db}00022222222{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}000{{{HDf{ceg}}}HDb{}{}CKb}{{c{Cl{e}}}g{}{}{}}000777777777777`{HDdAd}0{{HDdc}AdJj}{{{Nf{c}}g}{{Nf{e}}}{}{}{{ABd{c}{{Ch{e}}}}CJdNdDl}}{{}HDd}{{}{{Nf{c}}}{}}{{{HDf{ceg}}gCMd}Ad{}{}CKb}`{HDd{{Jn{Jl}}}}{{ei}{{Nf{g}}}{}{{Oj{}{{Ch{c}}}}CJd}{}{{Bb{c}{{Ch{g}}}}CJd}}`{{{HDf{ceg}}Obg}{{HDf{ceg}}}{}{}CKb}88{{ei}{{Nf{g}}}{}{{DAb{}{{Of{c}}}}CJd}{}{{ABd{c}{{Ch{g}}}}CJd}}{{{MAb{c}}}{{Nf{c}}}{}}::```{ce{}{}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00033333333{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}g}{{Nf{g}}}{CKbFOj}{}{JjFd}}{{{HDf{ceg}}{Ml{CLn}}CKlgCL`{Jn{c}}}{{Lf{MAd{Jn{CMb}}}}}{}{}CKb}{HDdAd}0`{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}}{{CJl{gec}}}{CKbFOj}{}{JjFd}}11`{e{{Nf{c}}}{}{{CMd{c}}}}`{GdO`}`````````{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0;;{{c{Cl{e}}}g{}{}{}}<{Dbc{}}0{DbAd}{{{MAf{c}}Df}{{Il{AdAl}}}{}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8333{{{MAf{c}}g}{{MAf{e}}}{}{}{{ABd{c}{{Ch{e}}}}CJdNd}}{e{{Nf{c}}}{}{{ABd{{I`{Jl}}}{{Ch{c}}}}}}{g{{Nf{e}}}{DhFdNd}{}{{ABd{{I`{c}}}{{Ch{e}}}}}}10{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99{Jl{{Nf{c}}}{}}{c{{Nf{e}}}{FbNdFd}{}}10```````````{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0=={{c{Cl{e}}}g{}{}{}}{{Dbg}{{Nf{c}}}CJd{{Oj{}{{Ch{Ad}}}}CJd}{{Bb{{EDl{c}}}{{Ch{e}}}}CJd}}?{Dbc{}}0{DbAd}{{{MAb{c}}Df}{{Il{AdAl}}}{}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}9333{{{MAb{c}}g}{{MAb{e}}}{}{}{{ABd{c}{{Ch{e}}}}CJdNd}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77````?77>>77=7;;:{{{MAh{c}}Df}{{Il{AdAl}}}{}}9987886{{{Id{c}}}{{Id{Cj}}}{}}6?999{{{MAh{c}}g}{{MAh{e}}}{}{}{{ABd{c}{{Ch{e}}}}CJdNd}}55543::``````{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<{{c{Cl{e}}}g{}{}{}}={Dbc{}}0{DbAd}{{}{{Nf{c}}}{}}{{{MAj{c}}Df}{{Il{AdAl}}}{}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}9333{{{MAj{c}}g}{{MAj{e}}}{}{}{{ABd{c}{{Ch{e}}}}CJdNd}}{g{{Nf{e}}}{DhFdNd}{}{{ABd{{I`{c}}}{{Ch{e}}}}}}{{CMh{Jn{CMj}}}{{Nf{c}}}{}}{CMl{{Nf{c}}}{}}{{j{I`{CN`}}{I`{{Ib{Cj}}}}{Ib{Fb}}CMl}{{Nf{c}}}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}};;````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000<<<<<<<<<<{cCj{}}000000000=========={{c{Cl{e}}}g{}{}{}}0000{CHnCHn}{MAlMAl}{MAnMAn}{MB`MB`}{MBbMBb}{{ce}Ad{}{}}0000{ce{}{}}0000{{}MAl}{{}MAn}{{}MB`}{{}MBb}{Dbc{}}000000000{DbAd}0000{{CHnCHn}j}{{MAlMAl}j}{{MAnMAn}j}{{MB`MB`}j}{{MBbMBb}j}{{ce}j{}{}}00000000000000`{{CHnDf}{{Il{AdAl}}}}{{MAlDf}{{Il{AdAl}}}}{{MAnDf}{{Il{AdAl}}}}{{MB`Df}{{Il{AdAl}}}}{{MBbDf}{{Il{AdAl}}}}{cc{}}000000000{ce{}{}}0000{{MAlc}AdGC`}{{MAnc}AdGC`}{{MB`c}AdGC`}{{MBbc}AdGC`}{{}Db}00005555555555{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000999999999999999{c{{Nf{{Il{AdCHn}}}}}{{K`{{Ad{{Ml{BBn}}}}}}}}``:::::{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000==========````````````````````{{cg}i{}{}{{An{e}}}{}}000{{}EMd}{EMdj}{ce{}{}}0000000{cCj{}}0000000{EMb{{EMb{Gd}}}}{{EMdEMd}EMd}{{EMdEMd}Ad}10{EMdM`}02155555555===={{{EMb{c}}}{{EMb{c}}}Dl}{MBdMBd}{MBfMBf}{EMdEMd}{{ce}Ad{}{}}000{{{EMb{c}}{EMb{c}}}HdHOl}<{{ce}Hd{}{}}3<<<<{{EMdEMd}j}>?{Dbc{}}0000000{c{{Il{{EMb{e}}}}}AD`ALn}<{DbAd}000{{}EMd}{{{EMb{c}}{EMb{c}}}jGh}{{MBdMBd}j}{{MBfMBf}j}7{{ce}j{}{}}00000000000{{EMdc}Ad{{Oh{}{{Of{EMd}}}}}}{{{EMb{c}}Df}{{Il{AdAl}}}Jj}{{MBdDf}{{Il{AdAl}}}}{{MBfDf}{{Il{AdAl}}}}{{EMdDf}{{Il{AdAl}}}}0000{cc{}}0000000{M`{{I`{EMd}}}}{M`EMd}00{cEMd{{Oh{}{{Of{EMd}}}}}}{Gd{{I`{EMd}}}}{ce{}{}}000{{{EMb{c}}e}AdAjGC`}{{}Db}000{{EMdEMd}Ad}{{EMdEMd}EMd}{{EMdEMd}j}55555555{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}00099999999{EMd}::::{EMdj}0{EMd{{GCb{EMd}}}}{EMd{{GCd{EMd}}}}2{EMdEMd}{{{EMb{c}}{EMb{c}}}{{I`{Hd}}}BE`}<{{{EMb{c}}e}IlAAnADd}{{EMdEMdj}Ad}6=>={ce{}{}}000?{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00033333333{{EMdEMd}EMd}````````{{cg}i{}{}{{An{e}}}{}}55{cCj{}}066?6{Dbc{}}0{{{MBh{ceg}}geCKjCKdCKl}Ad{}{}CKb}{DbAd}{cc{}}0:{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}>>>{{{MBh{ceg}}CKdgCLf}j{}{}CKb}{{{MBh{ceg}}gObCLfCLh}CLj{}{}CKb}{{{MBh{ceg}}CKdCKlCKng}CLl{}{}CKb}{{{CMf{ceg}}}{{MBh{ceg}}}{}{}CKb}{{{MBh{ceg}}CLnCKdCKlgCL`{CM`{c}}}CMb{}{}CKb}{{{MBh{ceg}}CKdgCMd}Ad{}{}CKb}{{{MBh{ceg}}}CLf{}{}CKb}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0`````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022=2{Dbc{}}0{DbAd}{cc{}}05{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}999{{{MBj{c}}}jGMn}{{{MBj{c}}}CLlGMn}{{LdcObHDd}{{MBj{c}}}GMn}{{{MBj{c}}LdeObHDd}AdGMn{{BIl{}{{Of{{Ib{CMd}}}}}}}}{{{MBj{c}}}cGMn}{{{MBj{c}}CLn}AdGMn}{{{MBj{c}}}AdGMn}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}g}{{Nf{g}}}{CKbFOj}{}{JjFd}}{{{MBj{c}}LdObCKlCKjCL`HDd}{{Lf{{Jn{CLn}}{Jn{MAb}}}}}GMn}{{{GMn{}{{CNl{c}}{CIl{e}}{Kj{g}}}}}{{CJl{gec}}}{CKbFOj}{}{JjFd}}```{{cg}i{}{}{{An{e}}}{}}04444{cCj{}}0005555{{c{Cl{e}}}g{}{}{}}0{MBlMBl}{{ce}Ad{}{}}88``{Dbc{}}000{DbAd}0{{{MBn{c}}Df}{{Il{AdAl}}}{}}{{MBlDf}{{Il{AdAl}}}}{cc{}}000==``{{}Db}0>>>>{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0;;{ce{}{}}00000{{{MBn{c}}g}{{MBn{e}}}{}{}{{ABd{c}{{Ch{e}}}}CJdNd}}``````1{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}04444`````{{cg}i{}{}{{An{e}}}{}}05555{cCj{}}0006666{{c{Cl{e}}}g{}{}{}}0{MAdMAd}{{ce}Ad{}{}}99{{}HDb}{Dbc{}}000{DbAd}0{{HDbDf}{{Il{AdAl}}}}{{MAdDf}{{Il{AdAl}}}}{cc{}}000??{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0==333333:3{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}06666``````````````````````````{{cg}i{}{}{{An{e}}}{}}00777777{cCj{}}00000{GMh{{Ml{BBn}}}}999999`{{c{Cl{e}}}g{}{}{}}00{{LdDl}{{Nf{c}}}{}}{{LdGMb}{{Nf{c}}}{}}{{LdGMd}{{Nf{c}}}{}}{GMhGMh}{LdLd}{{ce}Ad{}{}}0{Ld{{Nf{c}}}{}}{{LdLd}Hd}{{ce}Hd{}{}}{ce{}{}}00{{GMh{CKn{M`}}}{{Il{GMhMC`}}}}{Dbc{}}000005{DbAd}00{{LdLd}j}{{ce}j{}{}}00{{Lde}{{Nf{c}}}{}{{Bb{Af}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{j}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{{I`{j}}}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{GMd}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{Ob}{{Ch{c}}}}}}{{{MCb{c}}Df}{{Il{AdAl}}}{}}{{GMhDf}{{Il{AdAl}}}}{{LdDf}{{Il{AdAl}}}}{{}{{Mh{{Lf{LdDAh}}}}}}{cc{}}00000???{Ld{{Nf{c}}}{}}{{Ldc}AdGC`}{{}Db}00{ce{}{}}00000{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00444444444{{{MCb{c}}g}{{MCb{e}}}{}{}{{ABd{c}{{Ch{e}}}}CJdNd}}{{Ldj}{{Nf{c}}}{}}0{{LdCLf}{{Nf{c}}}{}}{{{Jn{BBn}}{Ob{M`}}}GMh}{{LdLd}{{I`{Hd}}}}{{Ld{I`{GMf}}}{{Nf{c}}}{}}{{LdOb}{{Nf{c}}}{}}`{{Lde}{{Nf{c}}}{}{{Bb{GMh}{{Ch{c}}}}Fd}}?`{GMj{{Lf{Ld{Nf{c}}}}}{}}=={Ld{{Nf{c}}}{}}0{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{{}Ld}````{{cg}i{}{}{{An{e}}}{}}22{cCj{}}033`{{c{Cl{e}}}g{}{}{}}4{Dbc{}}0{DbAd}{{MC`Df}{{Il{AdAl}}}}0{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8<<<`{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``````````{{CJhj}Ah}{CJhAf}{CJhf}{{CJhj}l}{CJhA`}{CJhd}{CJhAl}{CJhh}{{CJhj}Ab}1{{cg}i{}{}{{An{e}}}{}}{CJhCb}{CJhBd}{CJhBn}{CJhBf}{CJhC`}{CJhBl}{CJhBh}`{ce{}{}}0{cCj{}}011`{{c{Cl{e}}}g{}{}{}}`{CJhCJh}{{ce}Ad{}{}}4`{{JlMCd}CJh}{{JlMCdc}CJh{{Bb{MCd}{{Ch{MCf}}}}}}{{}CJh}{Dbc{}}0{CJhd}{CJhA`}{CJhf}{CJhDd}0{CJhAl}{CJhh}0{DbAd}{{CJhCJh}j}{CJhMCf}{{CJhDf}{{Il{AdAl}}}}078{cc{}}0{ce{}{}}{CJhAf}{{CJhj}l}{{CJhj}Ah}<=>:{CJhBd}{{CJhj}h}{{CJhj}Ab}1{CJhHl}{CJh{{I`{Hn}}}}{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}===`{CJhMCd}``6{CJhDd}0{CJhd}````11`````{ce{}{}}{cAB`{}}{cJl{}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}5577```{{cg}i{}{}{{An{e}}}{}}{{{CJ`{}{{GAh{c}}}}c}BhFn}77{cCj{}}0`88<{BhBh}{{ce}Ad{}{}}:{Dbc{}}0{DbAd}{{BhBh}j}{{BhDf}{{Il{AdAl}}}}{cc{}}0?`{{}Db}{ce{}{}}0{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}444`4{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77```{{{GDf{}{{GAh{c}}}}c}dFn}{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0`````::6{dd}{{ce}Ad{}{}}<{{}d}{Dbc{}}06{DbAd}{{dDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}:`{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555?```5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```{{{GDn{}{{GAh{c}}}}cj}AbFn}{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0``;;6{AbAb}{{ce}Ad{}{}}={Dbc{}}0{DbAd}{{AbDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}9`{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555`5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```{{cg}i{}{}{{An{e}}}{}}{{{GEn{}{{GAh{c}}}}c}BfFn}::{cCj{}}0``;;6{BfBf}{{ce}Ad{}{}}={{}Bf}{Dbc{}}0{DbAd}{{BfDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}`{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555``5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88{{Bfc}Bf{{K`{Ih}}}}{{Bfce}Bf{{K`{Dd}}}{{K`{FOl}}}}```{{cg}i{}{}{{An{e}}}{}}{{{GDb{}{{GAh{c}}}}c}C`{FnDl}}<<{cCj{}}0``==8{C`C`}{{ce}Ad{}{}}?{Dbc{}}0{DbAd}{{C`Df}{{Il{AdAl}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555```5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88````{{cg}i{}{}{{An{e}}}{}}09999{cCj{}}000``::::55{HlHl}{HnHn}{{ce}Ad{}{}}0`=={Dbc{}}000{DbAd}0{{HnHn}j}{{HlDf}{{Il{AdAl}}}}{{HnDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{{GKj{}{{GAh{c}}}}c}HlFn}{{{GKj{}{{GAh{c}}}}c}{{I`{Hn}}}Fn}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0777777577{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0::::````{{{GGd{}{{GAh{c}}}}c}Af{FnDl}}{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0``==6{AfAf}{{ce}Ad{}{}}?{Dbc{}}0{DbAd}{{AfDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}`9{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555``5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```{{cg}i{}{}{{An{e}}}{}}{{{GGl{}{{GAh{c}}}}c}BnFn}::{cCj{}}0```;;6{BnBn}{{ce}Ad{}{}}={Dbc{}}0{DbAd}{{BnDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}5555{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```{{{GHb{}{{GAh{c}}}}cj}lFn}{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0```;;6{ll}{{ce}Ad{}{}}={Dbc{}}0`{DbAd}{{lDf}{{Il{AdAl}}}}{cc{}}0{ce{}{}}9{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555`5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88````````{{cg}i{}{}{{An{e}}}{}}0{{{GFb{}{{GAh{c}}}}c}BlFn}::::{cCj{}}000;;;;66{BlBl}{MChMCh}{{ce}Ad{}{}}0`>>{Dbc{}}000{DbAd}0{{MChMf}{{Lf{MfMf}}}}`{{BlDf}{{Il{AdAl}}}}{{MChDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555`55{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}08888`````{{{GGf{}{{GAh{c}}}}c}hFn}0{{cg}i{}{}{{An{e}}}{}}0::::{cCj{}}000```;;;;66{hh}{MCjMCj}{{ce}Ad{}{}}0`>>{Dbc{}}00066{DbAd}0{{hDf}{{Il{AdAl}}}}{{MCjDf}{{Il{AdAl}}}}{cc{}}000{ce{}{}}0{{{GGf{}{{GAh{c}}}}cj}hFn}0{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0666666`66{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999````````````{{{GHl{}{{GAh{c}}}}c}AlFn}{{cg}i{}{}{{An{e}}}{}}00000;;;;;;;;;;;;{cCj{}}00000000000```<<<<<<<<<<<<`666666{AlAl}{MClMCl}{MCnMCn}{MD`MD`}{MDbMDb}{MDdMDd}{{ce}Ad{}{}}00000```{ce{}{}}00000{Dbc{}}00000000000;{DbAd}00000{{AlDf}{{Il{AdAl}}}}{{MClDf}{{Il{AdAl}}}}{{MCnDf}{{Il{AdAl}}}}{{MD`Df}{{Il{AdAl}}}}{{MDbDf}{{Il{AdAl}}}}{{MDdDf}{{Il{AdAl}}}}{cc{}}00000000000999999`{{{GHl{}{{GAh{c}}}}c}AlFn}{{}Db}00000;;;;;;;;;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000??????????????????``??????{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000{ce{}{}}00000000000``````````{{cg}i{}{}{{An{e}}}{}}{{{GI`{}{{GAh{c}}}}c}BdFn}22{cCj{}}0337{BdBd}{{ce}Ad{}{}}`5{{}Bd}{Dbc{}}0{DbAd}{{BdDf}{{Il{AdAl}}}}{cc{}}0:8{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}????{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{{GIj{}{{GAh{c}}}}c}A`Fn}{{cg}i{}{}{{An{e}}}{}}22{cCj{}}0``337{A`A`}{{ce}Ad{}{}}5{Dbc{}}05{{{GIj{}{{GAh{c}}}}c}DdFn}{DbAd}{{A`Df}{{Il{AdAl}}}}8{cc{}}0:9{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}???88?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0<```{{{GEh{}{{GAh{c}}}}c}fFn}{{cg}i{}{}{{An{e}}}{}}22{cCj{}}0``337{ff}{{ce}Ad{}{}}5{Dbc{}}05{{{GEh{}{{GAh{c}}}}c}DdFn}{DbAd}{{fDf}{{Il{AdAl}}}}8{cc{}}0:9`{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}???88?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0<`````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000011111111111111111111111111111111111111{cCj{}}0000000000000000000000000000000000000`222222222222222222222222222222222222226666666666666666666{MCdMCd}{MDfMDf}{MDhMDh}{MDjMDj}{MDlMDl}{{ce}Ad{}{}}00008888888888888888888{cMDn{{GDf{}{{GAh{CJh}}}}}}{cME`{{GGf{}{{GAh{CJh}}}}}}{{{DAj{CJh}{{Ch{Bd}}}}}MEb}`{{}CJf}{{}MDn}{{}MEd}{{}MEf}{{}MEh}{{}MDh}{{}MDj}{{}MEj}{{}MEl}{{}MEn}{{}MF`}{{}MFb}{{}MEb}{{}ME`}{{}MDl}{{}MFd}{{}MFf}{Dbc{}}0000000000000000000000000000000000000{DbAd}000000000000000000{{MCdMCd}j}{{MDfMDf}j}{{MCdDf}{{Il{AdAl}}}}{{MDfDf}{{Il{AdAl}}}}0{cc{}}0{cCJf{{ABd{CJh}{{Ch{Bh}}}}}}111{cMEf{{ABd{CJh}{{Ch{Bf}}}}}}{BfMEf}33{MDjMDh}444444{cMF`{{ABd{CJh}{{Ch{Bn}}}}}}{cMFb{{ABd{CJh}{{Ch{Bl}}}}}}6666{DdMDl}777777777777777777777{ce{}{}}000000000000000000{{}Db}00000000000000000011111111111111111111111111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000555555555555555555555555555555555555555555555555555555555{{JlMCd}MDf}````66666{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000{cJ`{}}000000000000000000;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{JlMCdc}MDf{{Bb{MCd}{{Ch{MCf}}}}}}``````````{{cg}i{}{}{{An{e}}}{}}000000=============={cCj{}}0000000000000```````>>>>>>>>>>>>>>9999999{MCfMCf}{MFhMFh}{MFjMFj}{MFlMFl}{MFnMFn}{MG`MG`}{MGbMGb}{{ce}Ad{}{}}000000`{ce{}{}}000000``{Dbc{}}0000000000000{DbAd}000000{{MCfMCf}j}{{MFhMFh}j}{{MFjMFj}j}{{MFlMFl}j}{{MFnMFn}j}{{MG`MG`}j}{{MGbMGb}j}{{MCfDf}{{Il{AdAl}}}}{{MFhDf}{{Il{AdAl}}}}{{MFjDf}{{Il{AdAl}}}}{{MFlDf}{{Il{AdAl}}}}{{MFnDf}{{Il{AdAl}}}}{{MG`Df}{{Il{AdAl}}}}{{MGbDf}{{Il{AdAl}}}}{cc{}}0000000000000{ce{}{}}000000{MCdMCf}{{DdDdDd}MFl}{{DdDd}MFn}{{DdDdDd}MG`}{{DdDdDd}MGb}`{{}Db}00000066666666666666{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000:::::::::::::::::::::`{{DdDd}MFh}{{DdDd}MFj}````````````<<<<<<<{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}000000??????????????````````{{{GJb{}{{GAh{c}}}}cj}AhFn}{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0```119{AhAh}{{ce}Ad{}{}}3{Dbc{}}0{DbAd}{{AhDf}{{Il{AdAl}}}}``{cc{}}07``9{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}<<<<{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}??```````````````````{{cg}i{}{}{{An{e}}}{}}00000{ce{}{}}00000000000{cCj{}}00000000000111111111111666666{MGdcMGd}{{{MGf{c}}}{{MGf{e}}}MGdMGd}{{{HDn{c}}}{{HDn{e}}}MGdMGd}{{{MGh{c}}}{{MGh{e}}}MGdMGd}{{{MGj{c}}}{{MGj{e}}}MGdMGd}{{cccNl}MGl{{K`{MGl}}}}{{{MGf{c}}}{{MGf{c}}}Dl}{{{HDn{c}}}{{HDn{c}}}Dl}{{{MGh{c}}}{{MGh{c}}}Dl}{{{MGj{c}}}{{MGj{c}}}Dl}{MGlMGl}{HF`HF`}{{ce}Ad{}{}}00000{{{MGf{c}}{MGf{c}}}HdHOl}{{{HDn{c}}{HDn{c}}}HdHOl}{{{MGh{c}}{MGh{c}}}HdHOl}{{{MGj{c}}{MGj{c}}}HdHOl}{{ce}Hd{}{}}000{ce{}{}}00000{{}{{MGf{c}}}Fn}{{}{{HDn{c}}}Fn}{{}{{MGh{c}}}Fn}{{}{{MGj{c}}}Fn}{Dbc{}}00000000000{DbAd}00000{{{MGf{c}}{MGf{c}}}jGh}{{{HDn{c}}{HDn{c}}}jGh}{{{MGh{c}}{MGh{c}}}jGh}{{{MGj{c}}{MGj{c}}}jGh}{{MGlMGl}j}{{HF`HF`}j}{{ce}j{}{}}00000000000{{{MGf{c}}Df}{{Il{AdAl}}}Jj}{{{HDn{c}}Df}{{Il{AdAl}}}Jj}{{{MGh{c}}Df}{{Il{AdAl}}}Jj}{{{MGj{c}}Df}{{Il{AdAl}}}Jj}{{MGlDf}{{Il{AdAl}}}}{{HF`Df}{{Il{AdAl}}}}{cc{}}{{{Lf{cc}}}{{MGf{e}}}MGdMGd}{{{ADb{c}}}{{MGf{e}}}MGdMGd}{{{Lf{cc}}}{{HDn{e}}}MGdMGd}3{{{ADb{c}}}{{HDn{e}}}MGdMGd}{{{ADb{c}}}{{MGh{e}}}MGdMGd}{{{Lf{cc}}}{{MGh{e}}}MGdMGd}6{{{ADb{c}}}{{MGj{e}}}MGdMGd}7{{{Lf{cc}}}{{MGj{e}}}MGdMGd}{{{MGh{c}}}MGlMGd}9{{{MGj{c}}}MGlMGd}{{{MGf{c}}}HF`MGd};{{{HDn{c}}}HF`MGd}<<<<<<{NlMGd}{{eNl}{{HDn{g}}}MGd{{K`{{MGf{c}}}}}MGd}{{eNl}{{MGj{g}}}MGd{{K`{{MGh{c}}}}}MGd}{{eNl}{{MGf{g}}}MGd{{K`{{HDn{c}}}}}MGd}{{eNl}{{MGh{g}}}MGd{{K`{{MGj{c}}}}}MGd}{ce{}{}}00000{{{MGf{c}}e}AdAjGC`}{{{HDn{c}}e}AdAjGC`}{{{MGh{c}}e}AdAjGC`}{{{MGj{c}}e}AdAjGC`}``{{}Db}00000555555555555{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000999999999999999999{{cc}{{MGf{c}}}{}}{{cc}{{HDn{c}}}{}}{{cc}{{MGh{c}}}{}}{{cc}{{MGj{c}}}{}}{cMGl{{K`{MGl}}}}{cHF`{{K`{HF`}}}}{{{MGf{c}}{MGf{c}}}{{I`{Hd}}}BE`}{{{HDn{c}}{HDn{c}}}{{I`{Hd}}}BE`}{{{MGh{c}}{MGh{c}}}{{I`{Hd}}}BE`}{{{MGj{c}}{MGj{c}}}{{I`{Hd}}}BE`}{{{HDn{c}}Nl}{{MGf{e}}}MGdMGd}{{{MGj{c}}Nl}{{MGh{e}}}MGdMGd}{{MGlNl}{{MGh{c}}}MGd}{{HF`Nl}{{MGf{c}}}MGd}{ce{}{}}00000{{{MGf{c}}Nl}{{HDn{e}}}MGdMGd}{{{MGh{c}}Nl}{{MGj{e}}}MGdMGd}{{MGlNl}{{MGj{c}}}MGd}{{HF`Nl}{{HDn{c}}}MGd}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000777777777777{Nlj}``````````````````{{cg}i{}{}{{An{e}}}{}}00099999999{cCj{}}0000000::::::::{{c{Cl{e}}}g{}{}{}}000{MGnMGn}{{ce}Ad{}{}}===={Dbc{}}0000000{DbAd}000{{MH`Df}{{Il{AdAl}}}}0{{MGnDf}{{Il{AdAl}}}}0{{MHbDf}{{Il{AdAl}}}}0{{MHdDf}{{Il{AdAl}}}}0{cc{}}00{MHbMHd}11111{ce{}{}}000{{}Db}00011111111{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000????4444444444444{cAB`{}}000{cJl{}}000{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00099999999``````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000::::::::::::::::::::::::::::::::::::{cCj{}}00000000000000000000000000000000000;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{c{Cl{e}}}g{}{}{}}00000000000000000{{{MHf{c}}}{{MHf{c}}}Dl}{MHhMHh}{MHjMHj}{MHlMHl}{HDjHDj}{MHnMHn}{MI`MI`}{MIbMIb}{MIdMId}{MIfMIf}{MIhMIh}{MIjMIj}{HFbHFb}{MIlMIl}{MInMIn}{HEhHEh}{MJ`MJ`}{MJbMJb}{{ce}Ad{}{}}00000000000000000{{MHnMHn}Hd}{{HEhHEh}Hd}{{ce}Hd{}{}}0{ce{}{}}00000000000000000{{}MIf}{Dbc{}}00000000000000000000000000000000000`{DbAd}00000000000000000{{}MHn}{{{MHf{c}}{MHf{c}}}jGh}{{MHhMHh}j}{{MHjMHj}j}{{MHlMHl}j}{{HDjHDj}j}{{MHnMHn}j}{{MI`MI`}j}{{MIbMIb}j}{{MIdMId}j}{{MIfMIf}j}{{MIhMIh}j}{{MIjMIj}j}{{HFbHFb}j}{{MIlMIl}j}{{MInMIn}j}{{HEhHEh}j}{{MJ`MJ`}j}{{MJbMJb}j}{{ce}j{}{}}00000000000000000000000000000000{{{MHf{c}}Df}{{Il{AdAl}}}Jj}{{MHhDf}{{Il{AdAl}}}}{{MHjDf}{{Il{AdAl}}}}{{MHlDf}{{Il{AdAl}}}}{{HDjDf}{{Il{AdAl}}}}{{MHnDf}{{Il{AdAl}}}}{{MI`Df}{{Il{AdAl}}}}{{MIbDf}{{Il{AdAl}}}}{{MIdDf}{{Il{AdAl}}}}{{MIfDf}{{Il{AdAl}}}}{{MIhDf}{{Il{AdAl}}}}{{MIjDf}{{Il{AdAl}}}}{{HFbDf}{{Il{AdAl}}}}{{MIlDf}{{Il{AdAl}}}}{{MInDf}{{Il{AdAl}}}}{{HEhDf}{{Il{AdAl}}}}{{MJ`Df}{{Il{AdAl}}}}{{MJbDf}{{Il{AdAl}}}}`{cc{}}000000000{HDhMIf}11111111111111111111111111{ce{}{}}00000000000000000{{MHnc}AdGC`}{{MIbc}AdGC`}{{MIdc}AdGC`}{{MIhc}AdGC`}{{MIjc}AdGC`}{{MInc}AdGC`}{{HEhc}AdGC`}`{{}Db}00000000000000000888888888888888888888888888888888888{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<{MInj}{MIdHEf}{MIfMJd}0```00{{{MHf{c}}}{{Il{{MHf{e}}{MHf{c}}}}}{}{}}{MIlNl}{{MHnMHn}{{I`{Hd}}}}{{HEhHEh}{{I`{Hd}}}}```44`{{MJb{MGj{M`}}}{{Il{AdMH`}}}}55{MIfHDh}```{MId{{I`{Gd}}}}{ce{}{}}00000000000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000{cJ`{}}00000000000000000333333333333333333333333333333333333`````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000004444444444444444{cCj{}}000000000000000{{{MJf{c}}}MJh{}}{{{MJf{c}}}CEh{}}{{{MJj{c}}}{{`{{BIl{}{{Of{HE`}}}}}}}{}}8888888888888888{{{MJl{c}}}{{Il{{MJf{c}}MHd}}}{}}{{c{Cl{e}}}g{}{}{}}0000000{{{HCn{c}}}{{HCn{c}}}{}}{MJnMJn}{{{MK`{c}}}{{MK`{c}}}Dl}{MKbMKb}{MKdMKd}{{ce}Ad{}{}}0000{{MKbMKb}Hd}{{ce}Hd{}{}}{ce{}{}}0000000{{{MJj{c}}}MJn{}}{{{MJf{c}}}{{HCn{c}}}{}}{{}{{MJl{c}}}Fn}{{}MJn}{{}MKb}{{{MJf{c}}}{{MJj{c}}}{}}{Dbc{}}000000000000000{{{MJf{c}}}{{Il{MKfMKh}}}{}}{{{MJj{c}}}{{Il{MKfMKh}}}{}}{DbAd}0000000{{MJnMJn}j}{{{MK`{c}}{MK`{c}}}jGh}{{MKbMKb}j}{{MKdMKd}j}{{ce}j{}{}}00000000000{{{MJj{c}}}Ad{}}{{{MJj{c}}}j{}}{{{MJf{c}}Df}{{Il{AdAl}}}{}}{{{MJj{c}}Df}{{Il{AdAl}}}{}}{{{HCn{c}}Df}{{Il{AdAl}}}{}}{{MJnDf}{{Il{AdAl}}}}{{{MK`{c}}Df}{{Il{AdAl}}}{}}{{{MK`{c}}Df}{{Il{AdAl}}}Jj}{{MKbDf}{{Il{AdAl}}}}{{MKdDf}{{Il{AdAl}}}}{cc{}}000000000000000{ce{}{}}0000000{{{MK`{c}}e}AdAjGC`}{{MKbc}AdGC`}{{}Db}00000003333333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}0000000777777777777777777777777{{{MJj{c}}}j{}}0{{{MJj{c}}MKb}Ad{}}{{}{{Il{{MJf{Ad}}MHd}}}}{{}{{MJl{Ad}}}}{{MKbMKb}{{I`{Hd}}}}{{{MJj{c}}}{{I`{HE`}}}{}}{{{MJf{c}}{I`{DAf}}e}MKj{}{{Cb{MHfMJj}}}}{c{{Il{MKlMKh}}}{}}0{{{MJj{c}}}{{I`{MKn}}}{}}{{{MJf{c}}e}{{Il{AdMHd}}}{}{{Cb{{MHf{c}}{MJj{c}}}}}}{{{MJf{c}}e}{{Il{AdMHd}}}{}{{Cb{MHfMJj}}}}{{{HCn{c}}c}{{Il{Ad{MK`{c}}}}}{}}{{{MJj{c}}MJn}Ad{}}{ce{}{}}0000{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}00000005555555555555555{DAfMJn}{{{MJl{c}}j}{{MJl{c}}}{}}0{{}{{Il{{MJf{c}}MHd}}}{}}{{}{{MJl{c}}}{}}{{{MJl{c}}}{{MJl{c}}}{}}0`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000000{{}HDh}{HDhj}===================={cCj{}}0000000000000000000{AB`Gd}{HEf{{HEf{Gd}}}}1{{HDhHDh}HDh}{{HDhHDh}Ad}10{HDhM`}021{ce{}{}}50000000000000000000{{c{Cl{e}}}g{}{}{}}000000000{AB`AB`}{ML`ML`}{MLbMLb}{MLdMLd}{MLfMLf}{MLhMLh}{{{HEf{c}}}{{HEf{c}}}Dl}{MLjMLj}{HDhHDh}{MJdMJd}{{ce}Ad{}{}}000000000{{AB`AB`}Hd}{{ML`ML`}Hd}{{MLbMLb}Hd}{{MLdMLd}Hd}{{MLfMLf}Hd}{{MLhMLh}Hd}{{{HEf{c}}{HEf{c}}}HdHOl}{{HDhHDh}Hd}{{ce}Hd{}{}}0000000;{ce{}{}}000000000{{HDhHDh}j}{HDhj}{{}AB`}{{}HDh}{{}MJd}{Dbc{}}{AB`Gd}1111111111111111111{{HDhHDh}HDh}{DbAd}0000000005{{AB`AB`}j}{{AB`Gd}j}{{AB`Jl}j}01{{ML`MLd}j}{{ML`MLb}j}{{ML`ML`}j}{{MLbML`}j}{{MLbMLb}j}{{MLb{HEf{c}}}j{}}{{MLdMLf}j}{{MLdML`}j}{{MLdMLd}j}{{MLfMLd}j}{{MLfMLf}j}{{MLhMLh}j}{{{HEf{c}}MLb}j{}}{{{HEf{c}}Gd}j{{Gh{Gd}}}}0{{{HEf{c}}MLh}j{}}{{{HEf{c}}{HEf{c}}}jGh}{{MLjMLj}j}{{HDhHDh}j}{{MJdMJd}j}{{ce}j{}{}}00000000000000000000000000000{{HDhc}Ad{{Oh{}{{Of{HDh}}}}}}{{AB`Df}{{Il{AdAl}}}}0{{ML`Df}{{Il{AdAl}}}}{{MLbDf}{{Il{AdAl}}}}{{MLdDf}{{Il{AdAl}}}}{{MLfDf}{{Il{AdAl}}}}{{MLhDf}{{Il{AdAl}}}}{{{HEf{c}}Df}{{Il{AdAl}}}Jj}{{MLjDf}{{Il{AdAl}}}}{{HDhDf}{{Il{AdAl}}}}0000{{MJdDf}{{Il{AdAl}}}}{JlAB`}{{{Ib{Gd}}}AB`}{{{Id{Gd}}}AB`}{GdAB`}03{cc{}}{{{Ad{Gd}}}AB`}1{ML`MLb}2{MLfMLd}{ML`MLd}444{MLhHEf}5{MLbHEf}6{MLlHDh}777777777777{M`{{I`{HDh}}}}{M`HDh}00{cAB`{{Oh{}{{Of{HBn}}}}}}{cAB`{{Oh{}{{Of{Gd}}}}}}{cAB`{{Oh{}{{Of{Jl}}}}}}0{cHDh{{Oh{}{{Of{HDh}}}}}}{Gd{{I`{HDh}}}}{M`MLd}0{ce{}{}}000000000{Gd{{Il{AB`}}}}{{AB`c}AdGC`}{{ML`c}AdGC`}{{MLbc}AdGC`}{{MLdc}AdGC`}{{MLfc}AdGC`}{{MLhc}AdGC`}{{{HEf{c}}e}AdAjGC`}{{MLjc}AdGC`}{{HDhc}AdGC`}{{}Db}000000000{{HDhHDh}Ad}{{HDhHDh}HDh}{{HDhHDh}j}>>>>>>>>>>>>>>>>>>>>{{{Ib{c}}}{{Ib{Cj}}}{}}000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000{{{If{c}}}{{If{Cj}}}{}}000000000{{c{Cl{e}}}g{}{}{}}000000000{ce{}{}}0000000000000000000{HDh}1111111111{HDhj}{AB`j}10{HDh{{GCb{HDh}}}}{HDh{{GCd{HDh}}}}{AB`Db}{cAB`{{Gf{Gd}}}}{GdAB`}{{Db{Ml{BBn}}}AB`}1{HDhHDh}{{AB`AB`}{{I`{Hd}}}}{{ML`ML`}{{I`{Hd}}}}{{MLbMLb}{{I`{Hd}}}}{{MLdMLd}{{I`{Hd}}}}{{MLfMLf}{{I`{Hd}}}}{{MLhMLh}{{I`{Hd}}}}{{{HEf{c}}{HEf{c}}}{{I`{Hd}}}BE`}{{HDhHDh}{{I`{Hd}}}}{{HDhHDh}Ad}{{HDhHDhj}Ad}{HDhj}{{HDhHDh}HDh}310{ce{}{}}000000000{MLd{{I`{M`}}}}{MLf{{I`{M`}}}}{cAB`{}}{AB`Jl}{cJl{}}{MLh{{I`{Gd}}}}{HEf{{I`{Gd}}}};{c{{Il{e}}}{}{}}00000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000{cJ`{}}000000000::::::::::::::::::::;``{{cg}i{}{}{{An{e}}}{}}0;;;;{cCj{}}000{MLnADh}===={{c{Cl{e}}}g{}{}{}}0{MLnMLn}{HE`HE`}{{ce}Ad{}{}}0{{MLnMLn}Hd}{{HE`HE`}Hd}{{ce}Hd{}{}}0{ce{}{}}0{Dbc{}}000{DbAd}0{{MLnMLn}j}{{HE`HE`}j}{{ce}j{}{}}00000{{MLnDf}{{Il{AdAl}}}}0{{HE`Df}{{Il{AdAl}}}}{cc{}}00088{{MLnc}AdGC`}{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>>>>>{MLnHE`}{HE`{{I`{Jl}}}}{HE`M`}0{{MLnMLn}{{I`{Hd}}}}{{HE`HE`}{{I`{Hd}}}}{HE`{{HDn{CEh}}}}{MLnM`}{HE`{{I`{M`}}}}{HE`Nl}{MLn{{MGj{M`}}}}{HE`{{MGj{M`}}}}{ce{}{}}0{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}05555{HE`{{`{{BIl{}{{Of{MLn}}}}}}}}````````{MM`HEf}{MM`{{I`{Gd}}}}`````{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0::{{c{Cl{e}}}g{}{}{}};{Dbc{}}0{DbAd}{cc{}}0>{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}7{ce{}{}}00{{{MMd{}{{MMb{c}}}}{I`{DAf}}e}MKj{}{{Cb{{MHf{c}}{MJj{c}}}}}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}44``{{{MMf{}{{MMb{c}}}}e}{{Il{AdMHd}}}{}{{Cb{{MHf{c}}{MJj{c}}}}}}`{M`MLd}{MMh{{I`{M`}}}}```{MMj{{I`{MKn}}}}{MMl{{Il{MKdMGn}}}}{{}Ad}{MKnAd}{{MMnMKn}MMn}````````{{cg}i{}{}{{An{e}}}{}}=={cCj{}}0>>{{c{Cl{e}}}g{}{}{}}{MN`MN`}{{ce}Ad{}{}}{ce{}{}}{Dbc{}}0{DbAd}{{MN`MN`}j}{{ce}j{}{}}00{{MN`Df}{{Il{AdAl}}}}{cc{}}06{{}Db}77{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=:::{MNbj}{MNdM`}<{c{{Il{e}}}{}{}}{Gd{{Il{MN`}}}}11{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{MNfj}MNf}{{MNhce}MNh{{K`{Jl}}}{{K`{Jl}}}}{MNfMNf}```````````````````````````{{cg}i{}{}{{An{e}}}{}}04444{cCj{}}0005555{{c{Cl{e}}}g{}{}{}}0{MNjMNj}{MNlMNl}{{ce}Ad{}{}}099{{}MNj}{Dbc{}}000{DbAd}0{{MNjMNj}j}{{ce}j{}{}}00{{MNjDf}{{Il{AdAl}}}}{{MNlDf}{{Il{AdAl}}}}0{cc{}}0{MNnMNl}11{ce{}{}}0{{MNjc}AdGC`}{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0666666{MO`j}{MObM`}{{{Ib{ABd}}}Ad}{MNl{{I`{CF`}}}}::{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0????{{MOdj}MOd}{{MOfc}MOf{{K`{MGl}}}}{{MOfM`}MOf}{{MOfce}MOf{{K`{Jl}}}{{K`{Jl}}}}{{MOfj}MOf}{MOdMOd}{{MOfCEh}MOf}4{{MOf{Jn{MNj}}}MOf}``````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000{{}MKf}0{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000000000000000000000000000{MKfMKl}{MOhMOj}10``3333130333333333333333333333333333333333333333333333333333333333333333{MKlMKf}{MOjMOh}{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000{MOlMOl}{MOnMOn}{N`N`}{NbNb}{MKfMKf}{MOhMOh}{NdNd}{NfNf}{NhNh}{NjNj}{NlNl}{NnNn}{NA`NA`}{NAbNAb}{NAdNAd}{NAfNAf}{NAhNAh}{NAjNAj}{NAlNAl}{NAnNAn}{NB`NB`}{NBbNBb}{NBdNBd}{NBfNBf}{NBhNBh}{NBjNBj}{NBlNBl}{NBnNBn}{NC`NC`}{NCbNCb}{NCdNCd}{MOjMOj}{MKlMKl}{MKhMKh}{{ce}Ad{}{}}000000000000000000000000000000000{ce{}{}}000000000000000000000000000000000``{Dbc{}}0000000000000000000000000000000000000000000000000000000000000000000``{NCf{{Il{MKfMKh}}}}{MKf{{Il{MKfMKh}}}}{DbAd}000000000000000000000000000000000{{MOlMOl}j}{{MOnMOn}j}{{N`N`}j}{{NbNb}j}{{MKfMKf}j}{{MOhMOh}j}{{NdNd}j}{{NfNf}j}{{NhNh}j}{{NjNj}j}{{NlNl}j}{{NnNn}j}{{NA`NA`}j}{{NAbNAb}j}{{NAdNAd}j}{{NAfNAf}j}{{NAhNAh}j}{{NAjNAj}j}{{NAlNAl}j}{{NAnNAn}j}{{NB`NB`}j}{{NBbNBb}j}{{NBdNBd}j}{{NBfNBf}j}{{NBhNBh}j}{{NBjNBj}j}{{NBlNBl}j}{{NBnNBn}j}{{NC`NC`}j}{{NCbNCb}j}{{NCdNCd}j}{{MOjMOj}j}{{MKlMKl}j}{{ce}j{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{MOlDf}{{Il{AdAl}}}}{{MOnDf}{{Il{AdAl}}}}{{N`Df}{{Il{AdAl}}}}{{NbDf}{{Il{AdAl}}}}{{MKfDf}{{Il{AdAl}}}}{{MOhDf}{{Il{AdAl}}}}{{NdDf}{{Il{AdAl}}}}{{NfDf}{{Il{AdAl}}}}{{NhDf}{{Il{AdAl}}}}{{NjDf}{{Il{AdAl}}}}{{NlDf}{{Il{AdAl}}}}{{NnDf}{{Il{AdAl}}}}{{NA`Df}{{Il{AdAl}}}}{{NAbDf}{{Il{AdAl}}}}{{NAdDf}{{Il{AdAl}}}}{{NAfDf}{{Il{AdAl}}}}{{NAhDf}{{Il{AdAl}}}}{{NAjDf}{{Il{AdAl}}}}{{NAlDf}{{Il{AdAl}}}}{{NAnDf}{{Il{AdAl}}}}{{NB`Df}{{Il{AdAl}}}}{{NBbDf}{{Il{AdAl}}}}{{NBdDf}{{Il{AdAl}}}}{{NBfDf}{{Il{AdAl}}}}{{NBhDf}{{Il{AdAl}}}}{{NBjDf}{{Il{AdAl}}}}{{NBlDf}{{Il{AdAl}}}}{{NBnDf}{{Il{AdAl}}}}{{NC`Df}{{Il{AdAl}}}}{{NCbDf}{{Il{AdAl}}}}{{NCdDf}{{Il{AdAl}}}}{{MOjDf}{{Il{AdAl}}}}{{MKlDf}{{Il{AdAl}}}}{{MKhDf}{{Il{AdAl}}}}0{cc{}}000000000000000000000000000000{NBnMOj}{NbMOj}{MOhMOj}{NAfMOj}{NAbMOj}{NjMOj}{NAnMOj}{MOnMOj}{NfMOj}{NAjMOj}{NBjMOj}{NCdMOj}<{NBbMOj}{NBlMOj}{NnMOj}{NBfMOj}{NCbMOj}{NBdMKl}{NAhMKl}{NA`MKl}{NC`MKl}{NAlMKl}{NAdMKl}{NBhMKl}{NlMKl}{N`MKl}{NdMKl}{NB`MKl}{MOlMKl}{cc{}}{NhMKl}{MKfMKl}22222222222222222222222222222222222{ce{}{}}000000000000000000000000000000000``{MOhGBn}{{}MKf}{{MOlc}AdGC`}{{MOnc}AdGC`}{{N`c}AdGC`}{{Nbc}AdGC`}{{MKfc}AdGC`}{{MOhc}AdGC`}{{Ndc}AdGC`}{{Nfc}AdGC`}{{Nhc}AdGC`}{{Njc}AdGC`}{{Nlc}AdGC`}{{Nnc}AdGC`}{{NA`c}AdGC`}{{NAbc}AdGC`}{{NAdc}AdGC`}{{NAfc}AdGC`}{{NAhc}AdGC`}{{NAjc}AdGC`}{{NAlc}AdGC`}{{NAnc}AdGC`}{{NB`c}AdGC`}{{NBbc}AdGC`}{{NBdc}AdGC`}{{NBfc}AdGC`}{{NBhc}AdGC`}{{NBjc}AdGC`}{{NBlc}AdGC`}{{NBnc}AdGC`}{{NC`c}AdGC`}{{NCbc}AdGC`}{{NCdc}AdGC`}{{MOjc}AdGC`}{{MKlc}AdGC`}```{{}Db}000000000000000000000000000000000{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444`{{}MOl}{{{NCh{GBn}}}MOn}{{}N`}{{{NCh{GBn}}}Nb}{{}Nd}{{{NCh{GBn}}}Nf}{{}Nh}{{{NCh{GBn}}}Nj}{{}Nl}{{{NCh{GBn}}}Nn}{{}NA`}{{{NCh{GBn}}}NAb}{{{I`{{NCh{GBn}}}}CEh}NAd}{AfNAf}{{{I`{{NCh{GBn}}}}CEh}NAh}{{{CHh{M`}}}NAj}{{{NCh{GBn}}}NAl}{{{NCh{GBn}}}NAn}{CEhNB`}{M`NBb}{{{NCh{GBn}}}NBd}{{{NCh{GBn}}}NBf}{{}NBh}{M`NBj}{{{NCh{GBn}}}NBl}{{{NCh{GBn}}}NBn}{{}NC`}{{{CHh{NCj}}}NCb}{{{NCh{GBn}}}NCd}```{{}MKf}0`{NCl{{Il{MKlMKh}}}}{c{{Il{MKlMKh}}}{}}{NCn{{Il{MOjMKh}}}}{c{{Il{MOjMKh}}}{}}```{ce{}{}}000000000000000000000000000000000{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000000000000{cJ`{}}000000000000000000000000000000000``:55555555555555555555555555555555555555555555555555555555555555555555``:```{ND`{{Il{MOhMKh}}}}{MOh{{Il{MOhMKh}}}}<`````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000000000000{{}NDb}{HEl{{Ml{Gd}}}}::::::::::::::::::::::::::::::::{cCj{}}0000000000000000000000000000000{HCf{{`{{BIl{}{{Of{HE`}}}}}}}}{{NDbNDb}NDb}{{NDbNDb}Ad}10{NDbM`}021`????????????????????????????????{{HFj{MJj{c}}}{{Il{HCfMHb}}}{}}{{c{Cl{e}}}g{}{}{}}000000000000000{HElHEl}{HEdHEd}{NDdNDd}{HFjHFj}{NDfNDf}{NDhNDh}{NDjNDj}{HEbHEb}{HFfHFf}{NDbNDb}{HFhHFh}{NDlNDl}{MKnMKn}{{ce}Ad{}{}}000000000000{{NDdNDd}Hd}{{ce}Hd{}{}}6{ce{}{}}000000000000000{{NDbNDb}j}`{HCf{{I`{HE`}}}}`{{}HEl}{{}HFj}{{}NDf}{{}HFf}{{}HFh}{{}NDl}{Dbc{}}0000000000000000000000000000000{{NDbNDb}NDb}{HCf{{Il{MKfMKh}}}}{{HCfNDj}{{Il{AdMH`}}}}{HCf{{Il{AdMH`}}}}{DbAd}0{HCfAd}11111111111111{{}NDd}{{}NDb}{HCfNDb}`{{HElHEl}j}{{NDnNDn}j}{{NDdNDd}j}{{NDhNDh}j}{{NDjNDj}j}{{HEbHEb}j}{{HFfHFf}j}{{NDbNDb}j}{{HFhHFh}j}{{NDlNDl}j}{{MKnMKn}j}{{ce}j{}{}}00000000000000000000000000000000{{NDbc}Ad{{Oh{}{{Of{NDb}}}}}}{{HElDf}{{Il{AdAl}}}}0{{NDnDf}{{Il{AdAl}}}}0{{HCfDf}{{Il{AdAl}}}}{{NE`Df}{{Il{AdAl}}}}0{{HEdDf}{{Il{AdAl}}}}{{NDdDf}{{Il{AdAl}}}}{{HFjDf}{{Il{AdAl}}}}{{NDfDf}{{Il{AdAl}}}}{{NDhDf}{{Il{AdAl}}}}{{NDjDf}{{Il{AdAl}}}}{{HEbDf}{{Il{AdAl}}}}{{HFfDf}{{Il{AdAl}}}}{{NDbDf}{{Il{AdAl}}}}0000{{HFhDf}{{Il{AdAl}}}}{{NDlDf}{{Il{AdAl}}}}{{MKnDf}{{Il{AdAl}}}}{HCfAd}{cc{}}{NDjHEl}1111{AfNDd}222222{NEbHEb}333333333333333333333{M`{{I`{NDb}}}}{M`NDb}00{cNDb{{Oh{}{{Of{NDb}}}}}}{Gd{{I`{NDb}}}}{{{Jn{BBn}}M`M`}{{Il{HEdNE`}}}}{ce{}{}}000000000000000{Gd{{Il{HEl}}}}{HCf{{I`{HEb}}}}{NDf{{I`{HEb}}}}{HCfj}{{HElc}AdGC`}{{NDdc}AdGC`}{{NDhc}AdGC`}{{NDjc}AdGC`}{{NDbc}AdGC`}{HCfNDd}{{}Db}000000000000000{HCf{{Il{{HDn{CEh}}MGn}}}}{HCf{{MGj{M`}}}}`{{NDbNDb}Ad}{{NDbNDb}NDb}{{NDbNDb}j}{ce{}{}}0000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000044444444444444444444444444444444{NDb}5555555555555555{NDbj}{HCfj}10{HCf{{I`{j}}}}10{NDb{{GCb{NDb}}}}{NDb{{GCd{NDb}}}}```{HElGd}{{{MJj{c}}}{{Il{HCfMHb}}}{}}{{}HFj}{NDbNDb}{HCf{{Il{{HDn{CEh}}MGn}}}}{HCf{{MGj{M`}}}}{NDf{{I`{MOj}}}}{{NDdNDd}{{I`{Hd}}}}`{HCfAd}`{HCf{{I`{HE`}}}}{c{{Il{MKlMKh}}}{}}{c{{Il{MOjMKh}}}{}}{{NDbNDb}Ad}{HCf{{Il{MKdMGn}}}}{{HCfc}{{I`{{MGj{M`}}}}}{{K`{MGl}}}}6{{HCf{I`{HFf}}}Ad}7`{HCf{{I`{{MGj{M`}}}}}}`{HCfNl}{{NDbNDbj}Ad}{{HCfj}Ad}0{{HCfNDh}{{Il{AdMH`}}}}{{HCfj}{{Il{AdMH`}}}}{{HCfHEl}Ad}{{HCfc}{{Il{AdMH`}}}{{K`{HF`}}}}44{{HCfNDb}Ad}{{HCf{I`{HEb}}}Ad}6{{HCfce}Ad{{K`{HF`}}}{{K`{MGl}}}}{{HCfNDl}Ad}{{HCf{I`{c}}}Ad{{K`{MGl}}}}909{{HCfc}Ad{{K`{HF`}}}}:1{{HCf{I`{MN`}}}Ad}{{HCfGd}Ad}<<{{HCf{I`{HEd}}}Ad}{{HCfHFh}Ad}4{{NDbNDb}NDb}{{NDbNDb}Ad}1{HCf{{I`{MN`}}}}{HCfJl}`{ce{}{}}000000000000{cAB`{}}00{cJl{}}005{HFjj}`{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000{cJ`{}}00000000000000066666666666666666666666666666666:`{HFjNDf}{HCf{{Il{MOhMKh}}}}``{{HFjMKn}HFj}{{HFjj}HFj}{{HFjc}HFj{{K`{MGl}}}}111{{HFjM`}HFj}{{HFjNDb}HFj}{{HFj{I`{HEb}}}HFj}3343{{HFjce}HFj{{K`{Jl}}}{{K`{Jl}}}}05{{HFj{I`{MOj}}}HFj}{{HFjc}HFj{{K`{HF`}}}}76{{HFj{I`{MN`}}}HFj}{{HFjc}HFj{{K`{Jl}}}}99{{HFj{I`{HEd}}}HFj}{{HFjHFh}HFj}{{HFjCEh}HFj}:{{HFj{Jn{MNj}}}HFj}``````{{}Jl}{cAd{{K`{{Ad{Gd}}}}}}```````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}{NEdNEd}{{ce}Ad{}{}}4{Dbc{}}0{DbAd}{{NEdNEd}j}{{ce}j{}{}}00{{NEdDf}Dh}{cc{}}0:{{NEdc}AdGC`}{{}Db}<<{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=???{{}{{Mh{NEd}}}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33{{}{{Nf{c}}}{}}`````````{{B`c}B`{{Bb{B`}}}}{{NEf{Jn{e}}}NEf{}{{K`{{Cn{c}}}}}}{{Cfe}c{}{{Bb{Cf}{{Ch{c}}}}}}00{{NEhNEhMf}NEh}{{NEjj}NEj}{{NEfg}NEf{}{{K`{{Cn{c}}}}}{{BIl{}{{Of{e}}}}}}0{{NEfe}NEf{}{{K`{{Cn{c}}}}}}{{NEf{I`{e}}}NEf{}{{K`{{Cn{c}}}}}}0```````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000=============={cCj{}}0000000000000>>>>>>>>>>>>>>{{c{Cl{e}}}g{}{}{}}000000{NElNEl}{NEnNEn}{NF`NF`}{{ce}Ad{}{}}00{ce{}{}}000000{{}NFb}{{}NEl}{{}NFd}{{}NFf}{{}NFh}{{}NEn}{{}NF`}{Dbc{}}0000000000000{DbAd}000000{{NElNEl}j}{{ce}j{}{}}00{{NElDf}Dh}{cc{}}00000{DdNF`}11111111>>>>>>>`{{}Db}000000??????????????{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000{ce{}{}}00000000000000000000`000{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}00000033333333333333``````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00004444444444{cCj{}}000000000555555555566666{NFjNFj}{NFlNFl}{{ce}Ad{}{}}088888{{}NFn}{{}NG`}{{}NFj}{{}NFl}{{}NGb}{Dbc{}}000000000{DbAd}0000{cc{}}000000000{ce{}{}}0000{{}Db}00001111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}000055555555555555555{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00008888888888````````````{{cg}i{}{}{{An{e}}}{}}0{{{NGd{}{{GAh{c}}}}c}BjFn}::::{cCj{}}000`````;;;;66{BjBj}{{ce}Ad{}{}}=={{}NGf}{Dbc{}}000{DbAd}0{{BjDf}Dh}{cc{}}0{{{DAj{b}{{Ch{Bj}}}}}NGf}11{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555``5{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}08888``````````````````{{}b}`{{}NGh}{{cg}i{}{}{{An{e}}}{}}00000`;;;;;;;;;;;;{cCj{}}00000000000```<<<<<<<<<<<<`777777{NGhNGh}{{ce}Ad{}{}}`>>>>>>`{bMn}{bACf}{{{Id{NGj}}}b}887{NGlNGj}{Dbc{}}{NGnNGj}11{NH`NGj}{NHbNGj}3{NHdACh}44444444`````{DbAd}00000{{NGhNGh}j}{{NGhDf}Dh}`{cc{}}00000000000{ce{}{}}00000```{{}Db}00000111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000555555555555555555{{}j}{NGhj}``10``{{}b}0`````{{NGh{I`{j}}}Ad}`````{{bNGh}Ad}```{j{{Mh{b}}}}``{{{Id{NGj}}}b}444``<{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000????????????````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00{ce{}{}}00000{cCj{}}00000111111===111{{}NHf}{{}NHh}{{}NHj}{Dbc{}}00000{DbAd}00{cc{}}00000777`{{}Db}00888888{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00;;;;;;;;;`?????????>>>===;;;;;;``````````````````````````````````````````````````````````````````````````{MnBf}{cNFb{{ABd{b}{{Ch{Bh}}}}}}{cNFd{{ABd{b}{{Ch{Bf}}}}}}{cNFf{{ABd{b}{{Ch{Bn}}}}}}{cNFh{{ABd{b}{{Ch{Bl}}}}}}{cNEn{{ABd{b}{{Ch{Bd}}}}}}55````````````{{{NGd{}{{GAh{c}}}}c}BjFn}`````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000{{{NHl{c}}{Jn{e}}}{{NHl{c}}}{}{{K`{{Cn{c}}}}}}{{{NHn{c}}{Jn{e}}}{{NHn{c}}}{}{{K`{{Cn{c}}}}}}{ce{}{}}00000000000000000000000000000000000{cCj{}}00000000000000000000000000000000000`111111111111111111111111111111111111{{{Ef{c}}}{{`{c}}}Dl}`{e{{Eb{c}}}{}{{K`{{Cn{c}}}}}}`{{NI`e}{{Ed{c}}}{}{{ABd{NI`}{{Ch{c}}}}}}??????????????????`{{{Ef{c}}e}{{Ef{c}}}Dl{{K`{{Cn{c}}}}}}`{{cjg}{{GDl{eik}}}{{K`{Jl}}}{}{{ABd{j}{{Ch{e}}}}}{GDnGAj}FOj}{CJn{{Jn{CK`}}}}{{{CId{c}}}{{Jn{CK`}}}Dl}{{{HHj{ceg}}}{{Jn{CK`}}}{}{GEnADfDl}CKb}{{{Ej{c}}}{{Jn{CK`}}}{}}{{{F`{ceg}}}{{Jn{CK`}}}{}{}{FbFd}}{{{HHd{ce}}}{{Jn{CK`}}}{}CKb}{{{Gl{c}}}{{Jn{CK`}}}Dl}{{{E`{c}}}{{Jn{CK`}}}Dl}{{{Gj{c}}}{{Jn{CK`}}}Dl}{DnDn}{{{NIb{c}}}{{NIb{c}}}Dl}{{ce}Ad{}{}}0``{{}{{NHl{c}}}{}}`{{{GEb{c}}Gd{I`{c}}g}{{GEd{ceik}}}{GEfDl}{}{{ABd{c}{{Ch{e}}}}}{GEhGDb}FOj}{ce{}{}}00000000000000000`{i{{GEl{ceg}}}{}GEnCKb{{K`{{CJl{ceg}}}}}}{{CMd{I`{CLd}}CKnCb}Ad}`{{Gdceg}{{Hb{c}}}Dl{{K`{{Cn{c}}}}}{{K`{{Cn{c}}}}}}`{{e{I`{{Jn{{Ll{c}}}}}}}{{Gl{c}}}{}{{K`{{Cn{c}}}}}}{{CMdCj{I`{CLd}}}Ad}{{}{{Hd{c}}}{}}{Dbc{}}00000000000000000000000000000000000`{c{{Hh{e}}}{{K`{{Ad{Gd}}}}}{}}{{CJnCK`}Ad}{{{CId{c}}CK`}AdDl}{{{HHj{ceg}}CK`}Ad{}{GEnADfDl}CKb}{{{Ej{c}}CK`}Ad{}}{{{F`{ceg}}CK`}Ad{}{}{FbFd}}{{{HHd{ce}}CK`}Ad{}CKb}{{{Gl{c}}CK`}AdDl}{{{E`{c}}CK`}AdDl}{{{Gj{c}}CK`}AdDl}``{{e{Jn{{Ad{Gd}}}}}{{Ej{c}}}{}{{K`{{Cn{c}}}}}}`{e{{F`{cgi}}}{}{{K`{{Cn{c}}}}}{}{FbFd}}{{CJnCK`CKdCKf}Ad}{{{HHj{ceg}}CK`CKdCKf}Ad{}{GEnADfDl}CKb}{{{Ej{c}}CK`CKdCKf}Ad{}}{{{F`{ceg}}CK`CKdCKf}Ad{}{}{FbFd}}{{{HHd{ce}}CK`CKdCKf}Ad{}CKb}{{{E`{c}}CK`CKdCKf}AdDl}{{{Gj{c}}CK`CKdCKf}AdDl}{{CJnCK`ceCKjCKdCKlCKn}AdCKb{}}{{{CId{c}}CK`CIfbCKjCKdCKlCKn}AdDl}{{{HHj{ceg}}CK`geCKjCKdCKlCKn}Ad{}{GEnADfDl}CKb}{{{Ej{c}}CK`CIfbCKjCKdCKlCKn}Ad{}}{{{F`{ceg}}CK`CIfbCKjCKdCKlCKn}Ad{}{}{FbFd}}{{{HHd{ce}}CK`ebCKjCKdCKlCKn}Ad{}CKb}{{{Gl{c}}CK`CIfbCKjCKdCKlCKn}AdDl}{{{E`{c}}CK`CIfbCKjCKdCKlCKn}AdDl}{{{Gj{c}}CK`CIfbCKjCKdCKlCKn}AdDl}{DbAd}00000000000000000`{{{Ml{c}}{I`{Db}}g}{{Hf{ce}}}{{Gf{Gd}}}{}{{ABd{Db}{{Ch{e}}}}}}{{ceji}{{HHl{g}}}{{K`{{Ad{Gd}}}}}{{K`{{Ad{Gd}}}}}Dl{{ABd{j}{{Ch{g}}}}}}{{{Ef{c}}e}{{Ef{c}}}Dl{{K`{{Cn{c}}}}}}{CMd{{Gj{c}}}{}}`{{{Jn{{Cn{c}}}}}{{E`{c}}}{}}{{{NIb{c}}Df}DhJj}{{CMdGl{I`{CLd}}}Ad}{{{Ef{c}}j}{{Ef{c}}}{}}{cc{}}00000000000000{G`Dn}111111111111111111111{ce{}{}}00000000000000000`{{}{{Gj{c}}}{}}{{}{{Ef{c}}}{}}{cGFd{{K`{CMn}}}}`{NIdDn}{CJn{{I`{CLd}}}}{{{HHj{ceg}}}{{I`{CLd}}}{}{GEnADfDl}CKb}{{{Ej{c}}}{{I`{CLd}}}{}}{{{F`{ceg}}}{{I`{CLd}}}{}{}{FbFd}}`{e{{GFf{c}}}{}{{K`{c}}}}{{}Db}00000000000000000{c{{HHl{e}}}{{K`{{Ad{Gd}}}}}Dl};;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000????????????????????????????????????{{{Ef{c}}}{{Cn{c}}}Dl}{ce{}{}}00000000000000000`{g{{HHj{ceCIf}}}{}{GEnADf}{{K`{{CJl{ceCIf}}}}}}{{CJnCK`cOd}CLjCKb}{{{CId{c}}CK`CIfOd}CLjDl}{{{HHj{ceg}}CK`gOd}CLj{}{GEnADfDl}CKb}{{{Ej{c}}CK`CIfOd}CLj{}}{{{F`{ceg}}CK`CIfOd}CLj{}{}{FbFd}}{{{HHd{ce}}CK`eOd}CLj{}CKb}{{{Gl{c}}CK`CIfOd}CLjDl}{{{E`{c}}CK`CIfOd}CLjDl}{{{Gj{c}}CK`CIfOd}CLjDl}{{cm}{{GFj{egick}}}Aj{}{}{}{{K`{{CJl{egi}}}}}{{ABd{c}{{Ch{k}}}}}}`{{}{{Hd{c}}}{}}`{i{{GFl{ceg}}}{}{}CKb{{K`{{CJl{ceg}}}}}}{{CJnCK`CKdCKlCKnc}CLlCKb}{{{HHj{ceg}}CK`CKdCKlCKng}CLl{}{GEnADfDl}CKb}{{{Ej{c}}CK`CKdCKlCKnCIf}CLl{}}{{{F`{ceg}}CK`CKdCKlCKnCIf}CLl{}{}{FbFd}}{{{HHd{ce}}CK`CKdCKlCKne}CLl{}CKb}{{{E`{c}}CK`CKdCKlCKnCIf}CLlDl}{{{Gj{c}}CK`CKdCKlCKnCIf}CLlDl}`{{NIf{DAj{NIh}{{Ch{c}}}}}{{El{c}}}Dl}{{NIf{DAj{NIh}{{Ch{c}}}}egkNIj}{{El{c}}}Dl{{ABd{NIh{Jn{Jl}}}{{Ch{c}}}}}{{ABd{NIh}{{Ch{c}}}}}Dh{{ABd{NIh{I`{i}}CMl}{{Ch{c}}}}}}`{{}{{H`{c}}}{}}{{{Ef{c}}c}{{Ef{c}}}{}}0{{CJnCK`CLnCKdCKlcCL`{CM`{e}}CKn}CMbCKb{}}{{{CId{c}}CK`CLnCKdCKlCIfCL`{CM`{c}}CKn}CMbDl}{{{HHj{ceg}}CK`CLnCKdCKlgCL`{CM`{c}}CKn}CMb{}{GEnADfDl}CKb}{{{Ej{c}}CK`CLnCKdCKlCIfCL`{CM`{c}}CKn}CMb{}}{{{F`{ceg}}CK`CLnCKdCKlCIfCL`{CM`{c}}CKn}CMb{}{}{FbFd}}{{{HHd{ce}}CK`CLnCKdCKleCL`{CM`{c}}CKn}CMb{}CKb}{{{Gl{c}}CK`CLnCKdCKlCIfCL`{CM`{c}}CKn}CMbDl}{{{E`{c}}CK`CLnCKdCKlCIfCL`{CM`{c}}CKn}CMbDl}{{{Gj{c}}CK`CLnCKdCKlCIfCL`{CM`{c}}CKn}CMbDl}999{{CJnCK`CKdcCMd}AdCKb}{{{HHj{ceg}}CK`CKdgCMd}Ad{}{GEnADfDl}CKb}{{{Ej{c}}CK`CKdCIfCMd}Ad{}}{{{F`{ceg}}CK`CKdCIfCMd}Ad{}{}{FbFd}}{{{HHd{ce}}CK`CKdeCMd}Ad{}CKb}{{{Gl{c}}CK`CKdCIfCMd}AdDl}{{{E`{c}}CK`CKdCIfCMd}AdDl}{{{Gj{c}}CK`CKdCIfCMd}AdDl}{{CJnCK`CKdc}{{I`{{CMf{egc}}}}}CKb{}{}}{{{CId{c}}CK`CKdCIf}{{I`{{CMf{cbCIf}}}}}Dl}{{{HHj{ceg}}CK`CKdg}{{I`{{CMf{ceg}}}}}{}{GEnADfDl}CKb}{{{Ej{c}}CK`CKdCIf}{{I`{{NIl{cbCIf}}}}}{}}{{{F`{ceg}}CK`CKdCIf}{{I`{{NIl{cbCIf}}}}}{}{}{FbFd}}{{{HHd{ce}}CK`CKde}{{I`{{CMf{cbe}}}}}{}CKb}{{{Gl{c}}CK`CKdCIf}{{I`{{CMf{cbCIf}}}}}Dl}{{{E`{c}}CK`CKdCIf}{{I`{{CMf{cbCIf}}}}}Dl}{{{Gj{c}}CK`CKdCIf}{{I`{{CMf{cbCIf}}}}}Dl}``{g{{HHd{ce}}}{}{}{{K`{{CJl{cbe}}}}}}`{{{GGh{Mf}}Mf}{{GGj{c}}}GGl}{{{NHl{c}}e}{{NHl{c}}}{}{{K`{{Cn{c}}}}}}{{{NHn{c}}e}{{NHn{c}}}{}{{K`{{Cn{c}}}}}}`{{ce{I`{e}}i}{{GGn{gkm}}}{{K`{Jl}}}{AhGH`}Dl{{Bb{e}{{Ch{g}}}}}GHbFOj}`{{eg{EE`{{Lf{gCKn}}}}}{{HHb{cCIfg}}}{}{{K`{{CJl{cbCIf}}}}}{AjAhFdNdJj}}{i{{GHd{ceg}}}{}{}CKb{{ABd{Ob}{{Ch{{CJl{ceg}}}}}}}}`{{}{{NHn{c}}}{}}{e{{GHh{cbCIf}}}{}{{K`{{Cn{c}}}}}}{{CMdGn{I`{CLd}}CKnCLh}Ad}{{ce}{{HHl{g}}}{{K`{{Ad{Gd}}}}}{{K`{{Ad{Gd}}}}}Dl}{{ce{I`{g}}j}{{HHl{g}}}{{K`{{Ad{Gd}}}}}{{K`{{Ad{Gd}}}}}Dl}``{{CJnCLd}Ad}{{{HHj{ceg}}CLd}Ad{}{GEnADfDl}CKb}{{{Ej{c}}CLd}Ad{}}{{{F`{ceg}}CLd}Ad{}{}{FbFd}}`{CJn{{Ob{CMn}}}}{{{CId{c}}}{{Ob{CMn}}}Dl}{{{HHj{ceg}}}{{Ob{CMn}}}{}{GEnADfDl}CKb}{{{Ej{c}}}{{Ob{CMn}}}{}}{{{F`{ceg}}}{{Ob{CMn}}}{}{}{FbFd}}{{{HHd{ce}}}{{Ob{CMn}}}{}CKb}{{{Gl{c}}}{{Ob{CMn}}}Dl}{{{E`{c}}}{{Ob{CMn}}}Dl}{{{Gj{c}}}{{Ob{CMn}}}Dl}8`{{{GGh{c}}cg}{{GHj{cei}}}{Ah{ED`{BBn}}BE`}Dl{{ABd{c}{{Ch{e}}}}}GHl}``{{cg}{{Gn{e}}}{{K`{{Ad{Gd}}}}}{}{{ABd{NIn}{{Ch{e}}}}}}{{{Ef{c}}e}{{Ef{c}}}Dl{{K`{{Cn{c}}}}}}{CJnCNb}{{{CId{c}}}CNbDl}{{{HHj{ceg}}}CNb{}{GEnADfDl}CKb}{{{Ej{c}}}CNb{}}{{{F`{ceg}}}CNb{}{}{FbFd}}{{{HHd{ce}}}CNb{}CKb}{{{Gl{c}}}CNbDl}``{c{{GHn{e}}}{{K`{Dd}}}GI`}`{CJnCNd}{{{CId{c}}}CNdDl}{{{HHj{ceg}}}CNd{}{GEnADfDl}CKb}{{{Ej{c}}}CNd{}}{{{F`{ceg}}}CNd{}{}{FbFd}}{{{HHd{ce}}}CNd{}CKb}{{{Gl{c}}}CNdDl}`{c{{NJ`{bCIf}}}{{K`{{Ad{Gd}}}}}}`{{ce}{{HHl{g}}}{{K`{{Ad{Gd}}}}}{{K`{{Ad{Gd}}}}}Dl}{{CMdGA`{I`{CLd}}}Ad}{{{Ef{c}}e}{{Ef{c}}}Dl{{K`{{Ad{Gd}}}}}}{ce{}{}}0{{cjg}{{GJ`{eik}}}{{K`{{I`{Jl}}}}}{}{{ABd{j}{{Ch{e}}}}}GJb{CKbFOj}}`{{egGJd}{{NJb{c}}}{}{{K`{{Cn{c}}}}}{{K`{{Ad{Gd}}}}}}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000{cJ`{}}00000000000000000555555555555555555555555555555555555`{{{GGh{c}}cg}{{GJh{cei}}}{Ah{ED`{BBn}}BE`}Dl{{ABd{c}{{Ch{e}}}}}GHl}{cGFd{{K`{CMn}}}}`{c{{Fj{e}}}{{K`{{Ad{Gd}}}}}{}}{bBf}````{{cg}i{}{}{{An{e}}}{}}{{{HHf{ce}}Gb}{{HHf{ce}}}{}CKb}{{{HHf{ce}}Gh}{{HHf{ce}}}{}CKb}{{{GEn{}{{GAh{c}}}}c}BfFn}=={cCj{}}0{{eMf}{{HHf{cCIf}}}{}{{K`{{CJl{cbCIf}}}}}}``??{{c{Cl{e}}}g{}{}{}}{{{HHf{ce}}}{{HHf{ce}}}{}CKb}0{{{HHf{ce}}}{{Jn{CK`}}}{}CKb}{ce{}{}}{Dbc{}}0{{{HHf{ce}}CK`}Ad{}CKb}{{{HHf{ce}}CK`ebCKjCKdCKlCKn}Ad{}CKb}{DbAd}{cc{}}05{{{HHf{ce}}CMn}{{HHf{ce}}}{}CKb}`{{}Db}77{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}<999{{{HHf{ce}}CK`eOd}CLj{}CKb}{{{HHf{ce}}Mf}{{HHf{ce}}}{}CKb}0{{{HHf{ce}}CK`CKdCKlCKne}CLl{}CKb}{{{HHf{ce}}CK`CLnCKdCKleCL`{CM`{c}}CKn}CMb{}CKb}{{{HHf{ce}}CK`CKdeCMd}Ad{}CKb}{{{HHf{ce}}CK`CKde}{{I`{{CMf{cbe}}}}}{}CKb}{{{HHf{ce}}g}{{HHf{ce}}}{}CKb{{K`{FMj}}}}`{{{HHf{ce}}}{{Ob{CMn}}}{}CKb}{{{HHf{ce}}g}{{HHf{ce}}}{}CKbK`}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{HHf{ce}}CMn}{{HHf{ce}}}{}CKb}``````````{{{NJd{}{{GAh{c}}}}jjc}nFn}{{cg}i{}{}{{An{e}}}{}}00333333{cCj{}}00000````444444{e{{Eb{c}}}{}{{K`{{Cn{c}}}}}}{{c{Cl{e}}}g{}{}{}}00{{{Eb{c}}}{{Jn{CK`}}}Dl}{nn}{{ce}Ad{}{}}999{{e{I`{c}}}{{Eb{c}}}{}{{K`{{Cn{c}}}}}}{{}n}{Dbc{}}00000{c{{Dj{e}}}{{K`{{Ad{Gd}}}}}{}}{{{Eb{c}}CK`}AdDl}{{{NJd{}{{GAh{c}}}}c}nFn}{{cCKnne}AdCKb{{Bb{cn}}}}{{{Eb{c}}CK`CIfbCKjCKdCKlCKn}AdDl}{DbAd}0033{{{En{c}}}{{En{c}}}{}}{{{NJf{c`}}}{{NJf{c`}}}{}}10{{nDf}Dh}{CLd{{Nf{c}}}{}}{{{NJf{ce}}ADh}{{NJf{ce}}}{}{}}{{{NJf{ce}}MAn}{{NJf{ce}}}{}{}}{cc{}}00000{ce{}{}}00{{{Eb{c}}e}{{Eb{c}}}{}{{K`{CMn}}}}{{{NJf{ce}}g}{{NJf{ce}}}{}{}{{K`{CMn}}}}{{{NJd{}{{GAh{c}}}}jjc}nFn}{c{{En{e}}}{{K`{NId}}}{}}`7{{{Eb{c}}CLd}{{Eb{c}}}{}}{{{Eb{c}}}{{I`{CLd}}}Dl}{{{NJf{ce}}CLd}{{NJf{ce}}}{}{}}{c{{Ff{e}}}{{K`{COn}}}{}}{{}Db}00999999{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00========={{{NJf{ce}}g}{{NJf{ce}}}{}{}{{K`{{Ad{Gd}}}}}}{{{En{c}}}{{En{c}}}{}}{{{NJf{c`}}}{{NJf{c`}}}{}}{{cOdCMnCMnFMje}CLj{}{{Bb{cOd}{{Ch{CLj}}}}}}{{{Eb{c}}CK`CIfOd}CLjDl}{{{Dj{c}}e}{{Dj{c}}}{}{{K`{NId}}}}{{{NJf{c`}}e}{{NJf{c`}}}{}{{K`{NId}}}}{{{NJf{ce}}ADh}{{NJf{ce}}}{}{}}`{c{{Fh{e}}}{{K`{{Ad{Gd}}}}}{}}76{{CKdCKlj}CLl}{{{Eb{c}}CK`CKdCKlCKnCIf}CLlDl}`{{{`{COnc}}}{{Ff{c}}}{}}`{{}n}`{{cNJh}{{NJf{eNJh}}}{{K`{{Ad{Gd}}}}}{}}`{{{`{COnc}}}{{NJf{c{`{COnc}}}}}{}}{{e{I`{c}}}{{Eb{c}}}{}{{K`{{Cn{c}}}}}}{{{Eb{c}}CK`CLnCKdCKlCIfCL`{CM`{c}}CKn}CMbDl}{{{Eb{c}}c}{{Eb{c}}}{}}{{{NJf{ce}}c}{{NJf{ce}}}{}{}}1{{{Eb{c}}{I`{c}}}{{Eb{c}}}{}}{{{NJf{ce}}{I`{c}}}{{NJf{ce}}}{}{}}{{{Ff{c}}c}{{Ff{c}}}{}}{{{NJf{c{`{COnc}}}}c}{{NJf{c{`{COnc}}}}}{}}{{{Ff{c}}{I`{c}}}{{Ff{c}}}{}}{{{NJf{c{`{COnc}}}}{I`{c}}}{{NJf{c{`{COnc}}}}}{}}{{{Eb{c}}CK`CKdCIfCMd}AdDl}``{{{Eb{c}}CK`CKdCIf}{{I`{{CMf{cbCIf}}}}}Dl}{{{Eb{c}}e}{{Eb{c}}}{}{{K`{FMj}}}}{{{NJf{ce}}g}{{NJf{ce}}}{}{}{{K`{FMj}}}}{{{NJd{}{{GAh{c}}}}jjc}nFn}{{{En{c}}j}{{En{c}}}{}}{{{Ff{c}}j}{{Ff{c}}}{}}{{{Eb{c}}j}{{Eb{c}}}{}}{{{NJf{c{`{COnc}}}}j}{{NJf{c{`{COnc}}}}}{}}{{{NJf{c`}}j}{{NJf{c`}}}{}}{{{NJd{}{{GAh{c}}}}}IhFn}{{{Eb{c}}CLd}AdDl}`{{{Eb{c}}}{{Ob{CMn}}}Dl}{{{NJf{ce}}ADh}{{NJf{ce}}}{}{}}{c{{Dj{e}}}{{K`{{Ad{Gd}}}}}{}}{{{Eb{c}}}CNbDl}{{{Eb{c}}NHf}{{Eb{c}}}{}}{{{NJf{ce}}NHf}{{NJf{ce}}}{}{}}3{{{Eb{c}}}CNdDl}4`{ce{}{}}{{{NJf{ce}}g}{{NJf{ce}}}{}{}{{K`{{Ad{Gd}}}}}}{{{Dj{c}}e}{{Dj{c}}}{}{{K`{NId}}}}{{{NJf{c`}}e}{{NJf{c`}}}{}{{K`{NId}}}}{{{NJf{cNJh}}j}{{NJf{cNJh}}}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00777777{{{En{c}}j}{{En{c}}}{}}{{{NJf{c`}}j}{{NJf{c`}}}{}}{{{Eb{c}}e}{{Eb{c}}}{}{{K`{CMn}}}}{{{NJf{ce}}g}{{NJf{ce}}}{}{}{{K`{CMn}}}}``{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0=={{c{Cl{e}}}g{}{}{}}>{Dbc{}}0{DbAd}{cc{}}0{ce{}{}}{{}NId}{{}Db}22{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}9555{c{{Fh{e}}}{{K`{{Ad{Gd}}}}}{}}{{cNJh}{{Fh{e}}}{{K`{{Ad{Gd}}}}}{}}{{{Fh{c}}j}{{Fh{c}}}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}};;`{{NI`e}{{Ed{c}}}{}{{ABd{NI`}{{Ch{c}}}}}}{{CEhM`NJj}NI`}{{NI`M`}NI`}{NI`NI`}0`````{NJlD`}`````{{{GDn{}{{GAh{c}}}}cj}AbFn}````0`````````````````````{{NJnj}NJn}{{cg}i{}{}{{An{e}}}{}}000{ce{}{}}0000000{cCj{}}000000011111111{{{NK`{c}}eee}{{CId{c}}}Dl{{K`{{Ad{Gd}}}}}}{{NJn{DAj{NKb}{{Ch{c}}}}}{{NK`{c}}}{}}{{c{Cl{e}}}g{}{}{}}000{{{NK`{c}}e}{{NK`{c}}}{}{{K`{{Ad{Gd}}}}}}{NKbNKb}{{{NK`{c}}}{{NK`{c}}}Dl}{{ce}Ad{}{}}0{{{I`{c}}{I`{Dd}}CMn}{{Eb{c}}}{}}9999{{}NKd}{Dbc{}}{NKf{{Jn{HIl}}}}1111111{DbAd}000{{NKbDf}Dh}{{NKdDf}Dh}{cc{}}0000000{ce{}{}}000{NJn{{I`{Dd}}}}{NJnj}{{NJnCMn}NJn}{{{NK`{c}}CMn}{{NK`{c}}}{}}{{}Db}00055555555{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}0009999999999997{{ce{I`{Dd}}{I`{Dd}}}NJn{{K`{{Ad{Gd}}}}Dl}{{K`{{Ad{Gd}}}}Dl}}{{NJne{I`{ADh}}}{{Eb{c}}}{}{{ABd{NKb}{{Ch{c}}}}}}{{{NK`{c}}e}{{NK`{c}}}{}{{K`{{Ad{Gd}}}}}}0<<{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000????????{{NJnNKb}{{Nf{c}}}{}}=<`{{}{{NHl{c}}}{}}{Db{{NHl{c}}}{}}{{{Jn{{Cn{c}}}}}{{NHl{c}}}{}}``{e{{Jn{Jl}}}GEf{{Oh{}{{Of{c}}}}}}{{eiGd}{{`{{BIl{}{{Of{c}}}}}}}{}{{Oh{}{{Of{c}}}}}{{Gf{Gd}}}{{Oh{}{{Of{g}}}}}}````{{{GEn{}{{GAh{c}}}}c}BfFn}``{{cBfCKn}AdCKb}`{{OdCMnCMnMfMfFMjGbGhc}CLj{{Bb{Od}{{Ch{CLj}}}}}}``{CLd{{Nf{{I`{CKn}}}}}}`{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}{{{Hb{c}}}{{Jn{CK`}}}Dl}3{{Gdceg}{{Hb{c}}}Dl{{K`{{Cn{c}}}}}{{K`{{Cn{c}}}}}}{Dbc{}}0{{{Hb{c}}CK`}AdDl}{{{Hb{c}}CK`CKdCKf}AdDl}{{{Hb{c}}CK`CIfbCKjCKdCKlCKn}AdDl}{DbAd}{cc{}}0:{{{Hb{c}}CLd}{{Hb{c}}}Dl}{{{Hb{c}}}{{I`{CLd}}}Dl}{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=???{{{Hb{c}}CK`CIfOd}CLjDl}{{{Hb{c}}CK`CKdCKlCKnCIf}CLlDl}{{Gdegc}{{Hb{c}}}Dl{{K`{{Cn{c}}}}}{{K`{{Cn{c}}}}}}{{{Hb{c}}{I`{c}}}{{Hb{c}}}Dl}{{{Hb{c}}CK`CLnCKdCKlCIfCL`{CM`{c}}CKn}CMbDl}{{{Hb{c}}CK`CKdCIfCMd}AdDl}{{{Hb{c}}CK`CKdCIf}{{I`{{CMf{cbCIf}}}}}Dl}{{{Hb{c}}CLd}AdDl}{{{Hb{c}}}{{Ob{CMn}}}Dl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022{{c{Cl{e}}}g{}{}{}}3{{e{I`{{Jn{{Ll{c}}}}}}}{{Gl{c}}}{}{{K`{{Cn{c}}}}}}{Dbc{}}0{DbAd}{cc{}}07{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;>>>=<;;`{{{Hh{c}}e}{{Hh{c}}}{}{{K`{{Ad{Gd}}}}}}{{{Hh{c}}e}{{Hh{c}}}{}{{K`{{Cn{c}}}}}}{c{{Hh{e}}}{{K`{{Ad{Gd}}}}}{}}10111``{{}{{GF`{b}}}}00000````{{{Ej{c}}CMl}{{Ej{c}}}{}}???{ce{}{}}00000??????000000>>>{NIjNIj}{{ce}Ad{}{}}222`{{{Ej{c}}g}{{Ej{c}}}{}Dh{{ABd{{I`{e}}}{{Ch{c}}}}}}{{}NIj}{{}{{NKh{c}}}Fn}{Dbc{}}00000{{e{Jn{{Ad{Gd}}}}}{{Ej{c}}}{}{{K`{{Cn{c}}}}}}{{ei}{{Ej{c}}}{}{{K`{{Cn{c}}}}}Dh{{ABd{{I`{g}}CMl}{{Ch{c}}}}}}{{{Ej{c}}Af}{{Ej{c}}}{}}`{DbAd}00`{{NIjNIj}j}{{ce}j{}{}}00{{NIjDf}Dh}5{{{Ej{c}}j}{{Ej{c}}}{}}{cc{}}00000???{{{Ej{c}}}CDn{}}{{NIjc}AdGC`}{{}Db}00{ce{}{}}00000{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00444444444{{e{Jn{{Ad{Gd}}}}}{{Ej{c}}}{}{{K`{{Cn{c}}}}}}{{}NIj}{{}{{NKh{c}}}{}}{{{Ej{c}}e}{{Ej{c}}}{}{{ABd{CMl}{{Ch{c}}}}}}{{{NKh{c}}CMl{I`{g}}}{{I`{e}}}{}{}{{ABd{CMl}{{Ch{e}}}}}}{{{Ej{c}}e}{{Ej{c}}}{}{{ABd{Jl{Jn{BBn}}}{{Ch{c}}}}}}{{{NKh{c}}Jl{Jn{BBn}}{I`{g}}{I`{i}}}{{Lf{{I`{e}}CMb}}}{}{}{{ABd{Jl{Jn{BBn}}}{{Ch{e}}}}}{{ABd{Jl{Jn{BBn}}CMlNlNl}{{Ch{e}}}}}}{{{Ej{c}}e}{{Ej{c}}}{}{{ABd{NlNl}{{Ch{c}}}}}}{{{NKh{c}}{I`{g}}}{{I`{e}}}{}{}{{ABd{NlNl}{{Ch{e}}}}}}{{{Ej{c}}e}{{Ej{c}}}{}{{ABd{NlNl{Jn{Jl}}}{{Ch{c}}}}}}{{{NKh{c}}NlNl{Jn{Jl}}{I`{g}}c}{{I`{e}}}{}{}{{ABd{NlNl{Jn{Jl}}}{{Ch{e}}}}}}{{{Ej{c}}e}{{Ej{c}}}{}{{ABd{Jl{Jn{BBn}}CMlNlNl}{{Ch{c}}}}}}4{{{Ej{c}}e}{{Ej{c}}}{}{{ABd{}{{Ch{c}}}}}}{{{NKh{c}}{I`{ABd}}}{{I`{e}}}{}{}}6{{{NKh{c}}NlNl{I`{g}}{I`{i}}c}{{I`{e}}}{}{}{{ABd{NlNl}{{Ch{e}}}}}{{ABd{NlNl{Jn{Jl}}}{{Ch{e}}}}}}{{{Ej{c}}CMl}{{Ej{c}}}{}}`{ce{}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{eCLd{Jn{{Ad{Gd}}}}}{{Ej{c}}}{}{{K`{{Cn{c}}}}}}```{{{F`{ceg}}CMl}{{F`{ceg}}}{}{}{FbFd}}{e{{F`{cgi}}}{}{{K`{{Cn{c}}}}}{}{FbFd}}{{{F`{ceg}}i}{{F`{ceg}}}{}{}{FbFd}{{ABd{}{{Ch{g}}}}}}{{{F`{ceg}}i}{{F`{ceg}}}{}{}{FbFd}{{ABd{}{{Ch{{Lf{{Cn{e}}CNb}}}}}}}}{{{F`{ceg}}Mf}{{F`{ceg}}}{}{}{FbFd}}3{{{F`{ceg}}CL`CKn}Ad{}{}{FbFd}}{{eCLd}{{F`{cgi}}}{}{{K`{{Cn{c}}}}}{}{FbFd}}````````{{{GGd{}{{GAh{c}}}}c}Af{FnDl}}{{cg}i{}{}{{An{e}}}{}}0===={cCj{}}000``>>>>{{c{Cl{e}}}g{}{}{}}0??{{}NKj}{Dbc{}}000{{{Hf{ce}}CK`}Ad{{Gf{Gd}}}{}}{{CIfbCKdCKlMfFMj{I`{Mf}}GfO`{I`{c}}NKjCKn}Ad{{Gf{Gd}}}}{{{Hf{ce}}CK`CIfbCKjCKdCKlCKn}Ad{{Gf{Gd}}}{}}{DbAd}0{{{Ml{c}}{I`{Db}}g}{{Hf{ce}}}{{Gf{Gd}}}{}{{ABd{Db}{{Ch{e}}}}}}{{NKjDf}Dh}{{{Hf{ce}}O`}{{Hf{ce}}}{{Gf{Gd}}}{}}{cc{}}000{ce{}{}}0{{{Hf{ce}}Mf}{{Hf{ce}}}{{Gf{Gd}}}{}}`?{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0??444444{{CIfOdCMnMfFMjMfGf{I`{O`}}{I`{{Lf{Gd}}}}}CLj}{{{Hf{ce}}CK`CIfOd}CLj{{Gf{Gd}}}{}}`{{CKdCKl}CLl}{{{Hf{ce}}CK`CKdCKlCKnCIf}CLl{{Gf{Gd}}}{}}`<{{}NKj}{{{Hf{ce}}CK`CLnCKdCKlCIfCL`{CM`{e}}CKn}CMb{{Gf{Gd}}}{}}{{CKdCIfNKjMfFMjMfGf{I`{O`}}{Ml{c}}{I`{Db}}ABd}{{I`{{CMf{ebCIf}}}}}{{Gf{Gd}}}{}}{{{Hf{ce}}CK`CKdCIf}{{I`{{CMf{ebCIf}}}}}{{Gf{Gd}}}{}}{{{Hf{ce}}g}{{Hf{ce}}}{{Gf{Gd}}}{}{{K`{FMj}}}}`{{{Hf{ce}}}{{Ob{CMn}}}{{Gf{Gd}}}{}}{{{Hf{ce}}}CNb{{Gf{Gd}}}{}}{{{Hf{ce}}}CNd{{Gf{Gd}}}{}}`{{{Hf{ce}}Gf}{{Hf{ce}}}{{Gf{Gd}}}{}}{{{Hf{ce}}Mf}{{Hf{ce}}}{{Gf{Gd}}}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{CLnCKdCKl{CM`{c}}ABd{I`{Db}}{Ml{e}}g}CMb{}{{Gf{Gd}}}{{Bb{}{{Ch{NKj}}}}}}{{{Hf{ce}}g}{{Hf{ce}}}{{Gf{Gd}}}{}{{K`{CMn}}}}`````{{cg}i{}{}{{An{e}}}{}}00{{{NKl{}{{GAh{c}}}}c}Cd{FnDl}}444444{cCj{}}00000````555555{{c{Cl{e}}}g{}{}{}}00{CdCd}{{ce}Ad{}{}}888{{}NKn}{Dbc{}}00000`{DbAd}00{{CdDf}Dh}{{NKnDf}Dh}{cc{}}00000>>>``{{}Db}00??????{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}00<<<{ce{}{}}00000000{{NKn{Ml{c}}{I`{Db}}{I`{Db}}g{I`{ABd}}}{{NL`{ce}}}{{Gf{Gd}}}{}{{Cb{Db}{{Ch{e}}}}}};{{{NL`{ce}}CLfMf}{{CMf{ebCIf}}}{{Gf{Gd}}}{}}{{{NL`{ce}}g}{{NL`{ce}}}{{Gf{Gd}}}{}{{K`{FMj}}}}```{{{NL`{ce}}g}{{NL`{ce}}}{{Gf{Gd}}}{}{{K`{Gf}}}}{{{NL`{ce}}g}{{NL`{ce}}}{{Gf{Gd}}}{}{{K`{FOl}}}}5{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00888888{{{NL`{ce}}Mf}{{NL`{ce}}}{{Gf{Gd}}}{}}`````````{{{GGd{}{{GAh{c}}}}c}Af{FnDl}}{{cg}i{}{}{{An{e}}}{}}00;;;;;;{cCj{}}00000``<<<<<<{{c{Cl{e}}}g{}{}{}}00{{{NLb{ce}}}Ad{}Gh}>>>{Dbc{}}00000`{{{Gb{ceg}}CK`CIfbCKjCKdCKlCKn}Ad{{Gf{Gd}}}{}{DlGh}}{DbAd}00{{{NLb{ce}}i}{{Gb{cge}}}{{Gf{Gd}}}{DlGh}{}{{ABd{e}{{Ch{g}}}}}}{{{Gb{ceg}}O`}{{Gb{ceg}}}{{Gf{Gd}}}{}{}}{cc{}}00000{ce{}{}}00{{{Gb{ceg}}Mf}{{Gb{ceg}}}{{Gf{Gd}}}{}{}}`<{{}Db}00{{{NLb{ce}}{NLd{ce}}}Ad{}Gh}333333{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00>>>666666666{{{Gb{ceg}}CK`CIfOd}CLj{{Gf{Gd}}}{}{DlGh}}{{{I`{c}}{Jn{{Lf{ce}}}}}{{NLd{ce}}}{}{}}``{{}{{NLb{ce}}}{}{}}{{{Gb{ceg}}CK`CKdCKlCKnCIf}CLl{{Gf{Gd}}}{}{DlGh}}={{{Gb{ceg}}CK`CLnCKdCKlCIfCL`{CM`{e}}CKn}CMb{{Gf{Gd}}}{}{DlGh}}`{{{Gb{ceg}}CK`CKdCIf}{{I`{{CMf{ebCIf}}}}}{{Gf{Gd}}}{}{DlGh}}{{{Gb{ceg}}i}{{Gb{ceg}}}{{Gf{Gd}}}{}{}{{K`{FMj}}}}``{{{Gb{ceg}}}{{Ob{CMn}}}{{Gf{Gd}}}{}{DlGh}}{{{Gb{ceg}}}CNb{{Gf{Gd}}}{}{DlGh}}{{{Gb{ceg}}}CNd{{Gf{Gd}}}{}{DlGh}}`{{{Gb{ceg}}Gf}{{Gb{ceg}}}{{Gf{Gd}}}{}{}}{{{Gb{ceg}}Mf}{{Gb{ceg}}}{{Gf{Gd}}}{}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{{{Gb{ceg}}i}{{Gb{ceg}}}{{Gf{Gd}}}{}{}{{K`{CMn}}}}```{{cg}i{}{}{{An{e}}}{}}22{cCj{}}033{{c{Cl{e}}}g{}{}{}}4{Dbc{}}0{DbAd}{cc{}}07{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}6:::{{{NLf{ceg}}CLfMf}{{CMf{gbCIf}}}{{Gf{Gd}}}{DlGh}{}}{{{NLf{ceg}}i}{{NLf{ceg}}}{{Gf{Gd}}}{DlGh}{}{{K`{FMj}}}}{{{NLf{ceg}}i}{{NLf{ceg}}}{{Gf{Gd}}}{DlGh}{}{{K`{Gf}}}}{{{NLf{ceg}}i}{{NLf{ceg}}}{{Gf{Gd}}}{DlGh}{}{{K`{FOl}}}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{NLf{ceg}}Mf}{{NLf{ceg}}}{{Gf{Gd}}}{DlGh}{}}`{{{Jn{{Cn{c}}}}}{{E`{c}}}{}}``{{CIfOd{Ml{{Cn{c}}}}FMjMfMf{Ml{CK`}}}CLj{}}`{{{E`{c}}ADh}{{E`{c}}}{}}{{{E`{c}}Mf}{{E`{c}}}{}}3{{{E`{c}}FMj}{{E`{c}}}{}}2{{{E`{c}}CMn}{{E`{c}}}{}}`{{}{{Gj{c}}}{}}``{{CIfOd{Ml{{Cn{c}}}}{Ml{NLh}}CMnCMnFMjFMnFMnMfMf{Ml{CK`}}}CLj{}}``{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0;;{{c{Cl{e}}}g{}{}{}}{NLhNLh}{{ce}Ad{}{}}{{NLhADh}NLh}{{{Gj{c}}FMn}{{Gj{c}}}{}}{{{Gj{c}}ADh}{{Gj{c}}}{}}{ce{}{}}{Dbc{}}0{DbAd}{{NLhDf}Dh}{{{Lf{ADhADhADhADh}}}NLh}{{{Lf{ADhADh}}}NLh}{cc{}}06{{{Gj{c}}CMn}{{Gj{c}}}{}}:{{}Db}{{{Gj{c}}}{{Gj{c}}}{}}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}==={{{Gj{c}}Mf}{{Gj{c}}}{}}{{}{{Gj{c}}}{}}{{}NLh}{{{Gj{c}}FMj}{{Gj{c}}}{}}{{{Gj{c}}e}{{Gj{c}}}{}{{K`{{Cn{c}}}}}}{{{Gj{c}}eg}{{Gj{c}}}{}{{K`{{Cn{c}}}}}{{ABd{NLh}{{Ch{NLh}}}}}}{{NLhADh}NLh}{{{Gj{c}}FMn}{{Gj{c}}}{}}{{{Gj{c}}ADh}{{Gj{c}}}{}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33{{{Gj{c}}CMn}{{Gj{c}}}{}}7``````````{{cg}i{}{}{{An{e}}}{}}00055555555{cCj{}}000000066666666{{c{Cl{e}}}g{}{}{}}000{NLjNLj}{G`G`}{NIdNId}{NLlNLl}{{ce}Ad{}{}}000<<<<{{DnGJn}Dn}`{{}NLj}{Dbc{}}0000000{DbAd}000{{G`{I`{NLj}}}G`}`{{NLjDf}Dh}{{G`Df}Dh}{{NIdDf}Dh}{{NLlDf}Dh}{cc{}}0{G`NId}111111{cG`{{K`{{Id{Gd}}}}}}{ABfNId}{cNId{{K`{{Ad{{Ml{BBn}}}}}}{Gf{{Ml{BBn}}}}FdNd}}{{M`M`c}NId{{K`{{Ad{{Ml{BBn}}}}}}{Gf{{Ml{BBn}}}}FdNd}}{ce{}{}}000{cNId{{K`{{Ad{{Ml{BBn}}}}}}}}6{{NLjc}AdGC`}{{G`c}AdGC`}{{NIdc}AdGC`}{{NLlc}AdGC`}{{DnCMn}Dn}{NIdDn}{G`Dn}1{{}Db}00099999999{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000============{Dn{{I`{Dd}}}}{{G`{Id{Gd}}}G`}{cG`{{K`{{Id{Gd}}}}}}{G`{{I`{ABf}}}}{{G`j}G`}`{{G`ADh}G`}`0{{DnADh}Dn}`{{DnNEn}Dn}3{{NIdj}NId}``{ce{}{}}000{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00033333333{{DnCMn}Dn}``````{{eCKdcGJnFMh{ADb{Mf}}}Ad{DlAj}{{FMf{}{{FMd{c}}}}}}{{eOdcCMnCMnGJn{ADb{Mf}}}CLj{}{{FMf{}{{FMd{c}}}}}}`{c{{GK`{c}}}{}}``{{cGKbOb}ObFMf}````{{{HHj{ceg}}Gb}{{HHj{ceg}}}{}{GEnADf}CKb}{{{HHj{ceg}}Gh}{{HHj{ceg}}}{}{GEnADf}CKb}{{{GEn{}{{GAh{c}}}}c}BfFn}``{{{HHj{ceg}}}{{HHj{ceg}}}{}{GEnADf}CKb}0{{{HHj{ceg}}CMn}{{HHj{ceg}}}{}{GEnADf}CKb}`{{{HHj{ceg}}Ij}{{HHj{ceg}}}{}{GEnADf}CKb}{g{{HHj{ceCIf}}}{}{GEnADf}{{K`{{CJl{ceCIf}}}}}}{{{HHj{ceg}}Mf}{{HHj{ceg}}}{}{GEnADf}CKb}0{{{HHj{ceg}}i}{{HHj{ceg}}}{}{GEnADf}CKb{{K`{FMj}}}}`{{{HHj{ceg}}i}{{HHj{ceg}}}{}{GEnADf}CKbK`}`5``{e{{GEl{cbCIf}}}{}{{K`{{Cn{c}}}}}}``{{{Hd{c}}e}{{Hd{c}}}{}{{K`{{Cn{c}}}}}}{{{Hd{c}}}{{Cn{c}}}{}}{{}{{Hd{c}}}{}}0{{{Hd{c}}e}{{Hd{c}}}{}{{K`{FMj}}}}{{{Hd{c}}ADh}{{Hd{c}}}{}}{{{Hd{c}}}{{Hd{c}}}{}}````````````````````````{{cg}i{}{}{{An{e}}}{}}000000{ce{}{}}0000000000000{cCj{}}0000000000000{{{Jn{{Ll{ce}}}}}{{HHh{ce}}}{}CKb}22222222222222{{{HHh{ce}}ADh}{{HHh{ce}}}{}CKb}{{c{Cl{e}}}g{}{}{}}000000{{{HHh{ce}}}{{Jn{CK`}}}{}CKb}``{NLnNLn}{NM`NM`}{NMbNMb}{NMdNMd}{{ce}Ad{}{}}000{{{HHh{ce}}NLn}{{HHh{ce}}}{}CKb};;;;;;;{{{HHh{ce}}CEh}{{HHh{ce}}}{}CKb}{Dbc{}}0000000000000{{{HHh{ce}}CK`}Ad{}CKb}{{{HHh{ce}}CK`ebCKjCKdCKlCKn}Ad{}CKb}{DbAd}000000{{NLnDf}Dh}{{NM`Df}Dh}{{NMbDf}Dh}{{NMdDf}Dh}{cc{}}{{{CJl{cbe}}}{{Ll{ce}}}{}CKb}1111111111111{ce{}{}}000000{{{HHh{ce}}CMn}{{HHh{ce}}}{}CKb}{{{Ll{ce}}ADh}{{Ll{ce}}}{}CKb}{{}Db}00000033333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000777777777777777777777{{{HHh{ce}}NMb}{{HHh{ce}}}{}CKb}{{{HHh{ce}}NM`}{{HHh{ce}}}{}CKb}{{{Hl{NMfe}}{Jn{{NMh{eg}}}}}{{Jn{{Ll{ci}}}}}{}{{NMj{}{{Kj{c}}}}}{{K`{{Ad{Gd}}}}}CKb}`{{{HHh{ce}}CK`eOd}CLj{}CKb}`{{{HHh{ce}}CEh}{{HHh{ce}}}{}CKb}{{{Jn{{Ll{ce}}}}}{{HHh{ce}}}{}CKb}{g{{Ll{ce}}}{}CKb{{K`{{CJl{cbe}}}}}}{{{HHh{ce}}CK`CLnCKdCKleCL`{CM`{c}}CKn}CMb{}CKb}{{{HHh{ce}}CK`CKde}{{I`{{CMf{cbe}}}}}{}CKb}{{{HHh{ce}}g}{{HHh{ce}}}{}CKb{{K`{FMj}}}}{{{HHh{ce}}{I`{NMd}}}{{HHh{ce}}}{}CKb}{c{{CIh{ebg}}}{{K`{{Ad{Gd}}}}}{}CKb}{{{HHh{ce}}}{{Ob{CMn}}}{}CKb}{{{HHh{ce}}Mf}{{HHh{ce}}}{}CKb}{{{HHh{ce}}}CNb{}CKb}{{{HHh{ce}}g}{{HHh{ce}}}{}CKbK`}{{{HHh{ce}}}CNd{}CKb}{ce{}{}}000{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}00000033333333333333{{{HHh{ce}}CMn}{{HHh{ce}}}{}CKb}{{{Ll{ce}}ADh}{{Ll{ce}}}{}CKb}{{g{Jn{i}}}{{Ll{ce}}}{}CKb{{K`{{CJl{cbe}}}}}{{K`{{Ll{ce}}}}}}``{{{NMj{}{{Kj{c}}}}}c{}}``````{{cg}i{}{}{{An{e}}}{}}08888{cCj{}}0009999{{c{Cl{e}}}g{}{}{}}0{NMlNMl}{NMfNMf}{{ce}Ad{}{}}0{{NMlNMl}Hd}{{NMfNMf}Hd}{{ce}Hd{}{}}0{ce{}{}}0{Dbc{}}000{DbAd}0{{NMlNMl}j}{{NMfNMf}j}{{ce}j{}{}}00000{{NMlDf}Dh}{{NMfDf}Dh}0{cc{}}00088{{NMlc}AdGC`}{{NMfc}AdGC`}{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0??????`{{NMfEMdEMb}j}`{{NMlNMl}{{I`{Hd}}}}{{NMfNMf}{{I`{Hd}}}}{ce{}{}}0{cAB`{}}{cJl{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}05555```{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077;{{{El{c}}Dn}{{El{c}}}Dl}8{{{El{c}}{I`{{Jn{{Ll{c}}}}}}}{{El{c}}}Dl}{Dbc{}}0{{{El{c}}NIj}{{El{c}}}Dl}{DbAd}{cc{}}0={{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}0{{{El{c}}}{{GEl{cbCIf}}}Dl}1{{NIf{DAj{NIh}{{Ch{c}}}}}{{El{c}}}Dl}{{NIf{DAj{NIh}{{Ch{c}}}}egkNIj}{{El{c}}}Dl{{ABd{NIh{Jn{Jl}}}{{Ch{c}}}}}{{ABd{NIh}{{Ch{c}}}}}Dh{{ABd{NIh{I`{i}}CMl}{{Ch{c}}}}}}{bBf}{{{El{c}}e}{{El{c}}}Dl{{ABd{Lj}{{Ch{c}}}}}}0{{{El{c}}g}{{El{c}}}DlDh{{ABd{Lj{I`{e}}CMl}{{Ch{c}}}}}}{{{El{c}}e}{{El{c}}}Dl{{ABd{Lj{Jn{Jl}}}{{Ch{c}}}}}}2{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}::`{{{H`{c}}j}{{H`{c}}}{}}{{}{{H`{c}}}{}}{{{H`{c}}c}{{H`{c}}}{}}2{{{H`{c}}NHf}{{H`{c}}}{}}``````````````````````````````````````````````{{GKdCKdCLf}j}`{{GKfGKhCKdCKlceCKjCKnMf{I`{Mf}}ik}AdCKbGKj{}{{BIl{}{{Of{{Lf{GKlg}}}}}}}{{ABd{gcCKjCKdCKlCKn}}}}{{{GKj{}{{GAh{c}}}}c}HlFn}{{{GKj{}{{GAh{c}}}}c}{{I`{Hn}}}Fn}`{{CK`cOdGKhCMnCMnMfgi}CLj{}{}{{BIl{}{{Of{{Lf{GKle}}}}}}}{{ABd{eCK`cOd}{{Ch{CLj}}}}}}{{GKfGKhCKdCKlMf{I`{Mf}}}{{I`{CLl}}}}`2```{{GKfGKhCLnCKdCKl{CM`{c}}Mfg{I`{{Ib{ABd}}}}{I`{{Ib{ABd}}}}{I`{{Lf{Mf{Ib{ABd}}}}}}}CMb{}GKd{{BIl{}{{Of{{Lf{GKle}}}}}}}}``````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0{{{GEn{}{{GAh{c}}}}c}BfFn}{ce{}{}}000{cCj{}}000``1111{{c{Cl{e}}}g{}{}{}}0{NMnNMn}{{ce}Ad{}{}}44{{}NMn}{Dbc{}}000{{{NN`{ce}}ebCKjCKdCKl}Ad{}CKb}{DbAd}0{{NMnDf}Dh}{cc{}}000::`{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0<<>>>>>>{{{NN`{ce}}eObCLfCLh}CLj{}CKb}{{{HHd{ce}}j}{{HHd{ce}}}{}{}}{{{NN`{ce}}CKdCKlCKne}CLl{}CKb}{g{{HHd{ce}}}{}{}{{K`{{CJl{cbe}}}}}}{{{NN`{ce}}CLnCKdCKleCL`{CM`{c}}}CMb{}CKb}{{{NN`{ce}}CKdeCMd}Ad{}CKb}2{{{HHd{ce}}g}{{HHd{ce}}}{}{}{{K`{{CJl{cbe}}}}}}{{{HHd{ce}}NMn}{{HHd{ce}}}{}{}}``{ce{}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333````{{{GGl{}{{GAh{c}}}}c}BnFn}```````{{{GHb{}{{GAh{c}}}}cj}lFn}````0`````````````{{cg}i{}{}{{An{e}}}{}}00{{{HHb{ceg}}Gb}{{HHb{ceg}}}{}CKb{AjAhFdNdJj}}{{{HHb{ceg}}Gh}{{HHb{ceg}}}{}CKb{AjAhFdNdJj}}{{{GEn{}{{GAh{c}}}}c}BfFn}999999{cCj{}}00000``::::::{{c{Cl{e}}}g{}{}{}}00{{{HHb{ceg}}}{{HHb{ceg}}}{}CKb{AjAhFdNdJj}}0{{{HHb{ceg}}}{{Jn{CK`}}}{}CKb{AjAhFdNdJj}}{{{NNb{c}}}{{NNb{c}}}{AjAhFdNdJjDl}}{{ce}Ad{}{}}???{{{NIb{c}}cg}{{HHb{eCIfc}}}{AjAhFdNdJj}{}{{K`{{CJl{ebCIf}}}}}}{Dbc{}}00000{{{HHb{ceg}}CK`}Ad{}CKb{AjAhFdNdJj}}0{{{HHb{ceg}}CK`CKdCKf}Ad{}CKb{AjAhFdNdJj}}{{{HHb{ceg}}CK`ebCKjCKdCKlCKn}Ad{}CKb{AjAhFdNdJj}}{DbAd}00{{{NNb{c}}Df}Dh{AjAhFdNdJjJj}}{cc{}}00000{ce{}{}}00{{{HHb{ceg}}CMn}{{HHb{ceg}}}{}CKb{AjAhFdNdJj}}`{{{HHb{ceg}}j}{{HHb{ceg}}}{}CKb{AjAhFdNdJj}}{{}Db}00333333{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00777777777{{{HHb{ceg}}CK`eOd}CLj{}CKb{AjAhFdNdJj}}{{{HHb{ceg}}Mf}{{HHb{ceg}}}{}CKb{AjAhFdNdJj}}0{{{HHb{ceg}}CK`CKdCKlCKne}CLl{}CKb{AjAhFdNdJj}}{{{HHb{ceg}}CK`CLnCKdCKleCL`{CM`{c}}CKn}CMb{}CKb{AjAhFdNdJj}}{{{HHb{ceg}}CK`CKdeCMd}Ad{}CKb{AjAhFdNdJj}}{{{HHb{ceg}}CK`CKde}{{I`{{CMf{cbe}}}}}{}CKb{AjAhFdNdJj}}{{{HHb{ceg}}i}{{HHb{ceg}}}{}CKb{AjAhFdNdJj}{{K`{FMj}}}}{{eg{EE`{{Lf{gCKn}}}}}{{HHb{cCIfg}}}{}{{K`{{CJl{cbCIf}}}}}{AjAhFdNdJj}}{c{{Mh{{Lf{c{NNb{e}}}}}}}{AjAhFdNdJj}{AjAhFdNdJjGH`}}`{{{HHb{ceg}}}{{Ob{CMn}}}{}CKb{AjAhFdNdJj}}{{{HHb{ceg}}}CNb{}CKb{AjAhFdNdJj}}{{{HHb{ceg}}i}{{HHb{ceg}}}{}CKb{AjAhFdNdJj}K`}3`{ce{}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{{HHb{ceg}}CMn}{{HHb{ceg}}}{}CKb{AjAhFdNdJj}}`{{}{{NHn{c}}}{}}{Db{{NHn{c}}}{}}{{{Jn{{Cn{c}}}}}{{NHn{c}}}{}}````````````````````````{{NNdNIh}Ad}{{{NNf{c}}}{{NNf{c}}}Fn}{{{NNh{c}}}{{NNh{c}}}Fn}{{{NNj{c}}NIh}AdFn}{{{NNj{NNl}}NIh}Ad}{{{NNj{NNn}}NIh}Ad}{{{NNj{c}}ADh}jFn}{{{NNj{NNl}}}NIh}{{{NNj{NNn}}}{{`{{BIl{}{{Of{NIh}}}}}}}}```{{{NNj{NNl}}}{{I`{c}}}{}}0{{cg}i{}{}{{An{e}}}{}}00000000000{ce{}{}}00000000000000000000000{cCj{}}00000000000000000000000````````````111111111111111111111111{{{NO`{c}}}{{NNj{c}}}Fn}{{}{{NO`{c}}}Fn}{{{Fl{ceg}}FMn}{{Fl{ceg}}}{}Fn{}}{{{Fl{ceg}}ADh}{{Fl{ceg}}}{}Fn{}}{{{Fl{ceg}}{ADb{ADh}}}{{Fl{ceg}}}{}Fn{}}1{{c{Cl{e}}}g{}{}{}}00000000000{{{Fl{ceg}}}{{Jn{CK`}}}{}FnDl}{{{NNj{c}}}AdFn}{NIhNIh}{HjHj}{NObNOb}{NOdNOd}{HJ`HJ`}{{ce}Ad{}{}}0000{{{NNf{c}}}{{NNf{c}}}Fn}{{{NNh{c}}}{{NNh{c}}}Fn}{{{NNj{c}}NIhj}AdFn}{{{Fl{ceg}}Dn}{{Fl{ceg}}}{}Fn{}}{{NIhNIh}Hd}{{ce}Hd{}{}}{ce{}{}}00000000000{{{NNj{c}}NIh}jFn}{{{Fl{ceg}}{I`{{Jn{{Ll{g}}}}}}}{{Fl{ceg}}}{}Fn{}}{{{NNf{c}}e}{{NNf{c}}}Fn{}}{{{NNh{c}}e}{{NNh{c}}}Fn{}}{NIhNOf}{{{NNj{c}}NIh}{{I`{e}}}Fn{}}0{{{NNj{c}}NIh}AdFn}{{{NNj{c}}NIhe}AdFn{}}{{NNdNIh}Ad}{{{NNj{NNl}}NIh}Ad}{{{NNj{NNn}}NIh}Ad}0{{{NNj{NNl}}}Ad}{{}{{NO`{c}}}{FnFn}}{{}NNl}{{}NNn}{{}NIh}{{}{{NNj{c}}}{FnFn}}{{}Hj}{{}NOb}{{}NOd}{Dbc{}}00000000000000000000000{{{Fl{ceg}}CK`}Ad{}FnDl}{{{Fl{ceg}}j}{{Fl{ceg}}}{}Fn{}}{{{Fl{ceg}}CK`CKdCKf}Ad{}FnDl}{{{Fl{ceg}}NIj}{{Fl{ceg}}}{}Fn{}}{{{Fl{ceg}}CK`CIfbCKjCKdCKlCKn}Ad{}FnDl}{DbAd}00000000000{{{NNj{c}}NIhj}AdFn}{{{NNj{c}}ADh}{{I`{NIh}}}Fn}{{NIhNIh}j}{{HJ`HJ`}j}{{ce}j{}{}}00`{{NNlDf}Dh}{{NNnDf}Dh}{{NIhDf}Dh}{{HJ`Df}Dh}{HJ`{{Nf{c}}}{}}`{{{Fl{ceg}}{I`{O`}}}{{Fl{ceg}}}{}Fn{}}00{{{Fl{ceg}}Mf}{{Fl{ceg}}}{}Fn{}}{cc{}}00000{NOfNIh}111111111111111111{ce{}{}}00000000000{{{Fl{ceg}}}CDn{}Fn{}}{{NIhc}AdGC`}{{{Fl{ceg}}CMn}{{Fl{ceg}}}{}Fn{}}{{{NNj{c}}}{{Fl{`ce}}}Fn{}}{{{NOh{}{{GAh{c}}}}c}HjFn}`{{{NNf{c}}e}{{NNf{c}}}Fn{{K`{Dn}}}}{{{NNh{c}}e}{{NNh{c}}}Fn{{K`{Dn}}}}{{{NNj{c}}NIh}{{I`{Dn}}}Fn}0{{{NNj{c}}NIhDn}{{I`{Dn}}}Fn}{{{NNh{c}}}NIhFn}{{{Fl{ceg}}HJ`}{{Fl{ceg}}}{}Fn{}}`{{{NNh{c}}ADh}{{NNh{c}}}Fn}{{{NNj{c}}NIh}{{I`{ADh}}}Fn}0{{{NNj{c}}NIhADh}{{I`{ADh}}}Fn}{{{Fl{ceg}}ADh}{{Fl{ceg}}}{}Fn{}}{{}Db}00000000000{{{NO`{c}}e}{{NO`{c}}}Fn{{ABd{{NNf{c}}}{{Ch{{NNf{c}}}}}}}}{{{NNj{c}}}{{NNh{c}}}Fn}{ce{}{}}00000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}00000000000{{c{Cl{e}}}g{}{}{}}00000000000444444444444444444444444444444444444{{NNdNIh}j}{{{NNj{c}}NIh}jFn}{{{NNj{NNn}}NIh}j}{{{NNj{NNl}}NIh}j}22{{{NNj{c}}}{{`{{BIl{}{{Of{NIh}}}}}}}Fn}`{{{Fl{ceg}}CK`CIfOd}CLj{}FnDl}{{{Fl{ceg}}Gf}{{Fl{ceg}}}{}Fn{}}?`{{{Fl{ceg}}{Jn{Jl}}}{{Fl{ceg}}}{}Fn{}}{{{Fl{ceg}}ADh}{{Fl{ceg}}}{}Fn{}}{{{Fl{ceg}}CK`CKdCKlCKnCIf}CLl{}FnDl}{{{NNj{c}}}{{Fl{ecg}}}Fn{}{}}{cHJ`{{K`{{Ad{Gd}}}}}}{{{Fl{ceg}}i}{{Fl{ceg}}}{}Fn{}{{ABd{NIh}{{Ch{g}}}}}}00{{{Fl{ceg}}k}{{Fl{ceg}}}{}Fn{}Dh{{ABd{NIh{I`{i}}CMl}{{Ch{g}}}}}}{{{Fl{ceg}}i}{{Fl{ceg}}}{}Fn{}{{ABd{NIh{Jn{Jl}}}{{Ch{g}}}}}}2{{{Fl{ceg}}CK`CLnCKdCKlCIfCL`{CM`{g}}CKn}CMb{}FnDl}{{{Fl{ceg}}CK`CKdCIfCMd}Ad{}FnDl}{{{Fl{ceg}}CK`CKdCIf}{{I`{{CMf{gbCIf}}}}}{}FnDl}{{{Fl{ceg}}i}{{Fl{ceg}}}{}Fn{}{{K`{FMj}}}}{{NIhNIh}{{I`{Hd}}}}{{{NNf{c}}ADh}{{NNf{c}}}Fn}{{{NNh{c}}ADh}{{NNh{c}}}Fn}{{{NNj{c}}NIh}{{I`{ADh}}}Fn}{{{NNj{c}}NIhADh}{{I`{Db}}}Fn}{{{NNf{c}}NIh}{{NNf{c}}}Fn}{{{NNh{c}}NIh}{{NNh{c}}}Fn}{{{NNj{c}}NIhNIh}jFn}{{{NNj{c}}NIh}AdFn}{{{Fl{ceg}}j}{{Fl{ceg}}}{}Fn{}}{{{NNf{c}}{NOj{NIhe}}e}{{NNf{c}}}Fn{}}{{{NNh{c}}{NOj{NIhe}}e}{{NNh{c}}}Fn{}}{{{NNf{c}}{NOl{NIhe}}e}{{NNf{c}}}Fn{}}{{{NNh{c}}{NOl{NIhe}}e}{{NNh{c}}}Fn{}}4{{{Fl{ceg}}}{{Ob{CMn}}}{}FnDl}{{{Fl{ceg}}ADh}{{Fl{ceg}}}{}Fn{}}{{{Fl{ceg}}}CNb{}FnDl}{{{Fl{ceg}}i}{{Fl{ceg}}}{}Fn{}{{K`{NHh}}}}{{{Fl{ceg}}}CNd{}FnDl}{{{NNf{c}}e}{{NNf{c}}}Fn{{K`{{Ad{Gd}}}}}}{{{NNh{c}}e}{{NNh{c}}}Fn{{K`{{Ad{Gd}}}}}}{{{NNj{c}}NIh}{{I`{Gd}}}Fn}`{{{NNj{c}}NIh}{{I`{{Ad{Gd}}}}}Fn}{{{NNj{c}}NIhe}{{I`{{Ad{Gd}}}}}Fn{{K`{{Ad{Gd}}}}}}{ce{}{}}0000{c{{Il{e}}}{}{}}00000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000{cJ`{}}00000000000333333333333333333333333{{}HJ`}{{bNHh}Hj}00``````{{{NNj{c}}}{{Fl{`ce}}}Fn{}}{{{NOh{}{{GAh{c}}}}c}HjFn}{{{Fl{ceg}}CMn}{{Fl{ceg}}}{}Fn{}}{{{NNf{c}}e}{{NNf{c}}}Fn{{Bb{NIh}}}}{{{NNh{c}}e}{{NNh{c}}}Fn{{Bb{NIh}}}}{{{NNj{c}}}{{O`{ce}}}Fn{}}{{{NNj{c}}}{{Ob{ce}}}Fn{}}`{{cg}i{}{}{{An{e}}}{}}{{{Eh{c}}e}{{Eh{c}}}{}{{K`{{Cn{c}}}}}}>>{cCj{}}0??{{c{Cl{e}}}g{}{}{}}{ce{}{}}{Dbc{}}0{DbAd}{cc{}}03{{}Db}44{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}7666```{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99{{{Jn{{Cn{c}}}}}{{NHl{c}}}{}}{c{{Eh{e}}}{{K`{{Ad{Gd}}}}}{}}`?;;==;;{c{{Od{e}}}{{K`{{Ad{Gd}}}}}{}}=<{{{Od{c}}e}{{NHn{c}}}{}{{K`{{Cn{c}}}}}}<<{{{Od{c}}e}{{Od{c}}}{}{{K`{{Ad{Gd}}}}}}<;;>{{{Od{c}}e}{{Od{c}}}{}{{K`{{Cn{c}}}}}};??:9{{c{Cl{e}}}g{}{}{}}{ce{}{}}00{{cg}{{NHn{e}}}{{K`{{Ad{Gd}}}}}{}{{K`{{Cn{e}}}}}}{{{Jn{{Cn{c}}}}}{{NHn{c}}}{}}{{{Od{c}}{Ad{Gd}}}{{Od{c}}}{}}{{{Od{c}}je}{{NHn{c}}}{}{{ABd{j}{{Ch{c}}}}}}>>>=<44`````````````{{{GHl{}{{GAh{c}}}}c}AlFn}``````0{{cCKdCKlGLfe{GGh{e}}{Ml{e}}g}AdCKb{{K`{Nl}}Ah}GHl}`1{{CKdCKlGLf}CLl}``{{CLnCKdCKl{CM`{c}}GLfe{GGh{e}}eABd{I`{c}}}CMbDl{Ah{K`{Nl}}GLh}}`````````````{{cg}i{}{}{{An{e}}}{}}09999{cCj{}}000::::;;{NInNIn}{{ce}Ad{}{}}<<{{}{{Of{CEh}}}}{{}{{Of{NCj}}}}{{}{{Of{Db}}}}{{}{{Of{ADh}}}}{{}{{Of{Oh}}}}{{}{{Of{IBf}}}}{{}{{Of{Af}}}}{{}{{Of{BBn}}}}{{}{{Of{M`}}}}{{}{{Of{IBj}}}}{Dbc{}}000{DbAd}0{{NInDf}Dh}{cc{}}000{ce{}{}}0{{NInc}AdGC`}{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}06666{{{Gn{c}}}{{Cn{c}}}{}}77{{{Of{c}}e}{{Of{c}}}{}{{K`{c}}}}`0`{{cg}{{Gn{e}}}{{K`{{Ad{Gd}}}}}{}{{ABd{NIn}{{Ch{e}}}}}}01`9{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0<<<<{{{Of{c}}NIn}Ad{AhAj{AEl{}{{Ch{}}}}{AH`{}{{Ch{}}}}HOl}}5```{{cg}i{}{}{{An{e}}}{}}>>{cCj{}}0??9``{D`D`}{{ce}Ad{}{}}{ce{}{}}{NJlD`}{{}D`}{Dbc{}}0{DbAd}{cc{}}05{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}::::{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}==`````{{{GI`{}{{GAh{c}}}}c}BdFn}`0{{{NNj{c}}}{{O`{ce}}}Fn{}}{{{NNj{c}}}{{Ob{ce}}}Fn{}}```````````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0{c{{NJ`{bCIf}}}{{K`{{Ad{Gd}}}}}}22:00{OjOj}{{ce}Ad{}{}}4{Dbc{}}0{DbAd}{{OjOj}j}{{ce}j{}{}}00{{OjDf}Dh}{cc{}}0:{{Ojc}AdGC`}9{{}Db}<<{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00??????0{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33``````````{{{Ol{}{{GAh{c}}}}c}AjFn}{{cg}i{}{}{{An{e}}}{}}00055555555{cCj{}}0000000`````666666667777{{{HHl{c}}}{{Jn{CK`}}}Dl}{OnOn}{OA`OA`}{AjAj}{{ce}Ad{}{}}00;;;;`{OA`OAb}{{}OA`}{Dbc{}}0000000{{{HHl{c}}CK`}AdDl}`;{{{HHl{c}}j}{{HHl{c}}}Dl}{{CIfbCKdCKlCK`OAdGd{I`{Mf}}I`jj{I`{{CJl{cbCIf}}}}{I`{{CJl{cbCIf}}}}jGf{I`{Gd}}{I`{Gd}}{I`{Gd}}MfGfCKnCKj}Ad{}}{{{HHl{c}}CK`CIfbCKjCKdCKlCKn}AdDl}{{{HHl{c}}CK`CIfbCKdCKl{I`{OAd}}CKj}AdDl}{DbAd}000{{ceji}{{HHl{g}}}{{K`{{Ad{Gd}}}}}{{K`{{Ad{Gd}}}}}Dl{{ABd{j}{{Ch{g}}}}}}`{{{Ol{}{{GAh{c}}}}c}AjFn}{{{HHl{c}}Gd}{{HHl{c}}}Dl}{{OnDf}Dh}{{OA`Df}Dh}{{AjDf}Dh}{CLd{{Nf{c}}}{}}{OA`Ad}06{{jj}OA`}{{{HHl{c}}}{{HHl{c}}}Dl}{cc{}}0000000{ce{}{}}0009`::`{{{HHl{c}}CLd}{{HHl{c}}}Dl}{{}Db}000{c{{HHl{e}}}{{K`{{Ad{Gd}}}}}Dl}33333333{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000777777777777{OA`j}0``{{{HHl{c}}Gd}{{HHl{c}}}Dl}``{{CIfOdCMnFMj{I`{Mf}}{I`{{CJl{cbCIf}}}}{I`{{CJl{cbCIf}}}}Gf{I`{Gd}}{I`{Gd}}MfGfO`CK`}CLj{}}{{{HHl{c}}CK`CIfOd}CLjDl}{{{HHl{c}}{CJl{cbCIf}}}{{HHl{c}}}Dl}{{{HHl{c}}e}{{HHl{c}}}Dl{{K`{Gf}}}}{{CKdCKlj}CLl}{{{HHl{c}}CK`CKdCKlCKnCIf}CLlDl}{{CLdDb}{{Nf{c}}}{}}{{OA`Db}Ad}0{CLd{{Nf{c}}}{}}{OA`Ad}0100{{ce}{{HHl{g}}}{{K`{{Ad{Gd}}}}}{{K`{{Ad{Gd}}}}}Dl}{{jj}OA`}{{{HHl{c}}c}{{HHl{c}}}Dl}{{{HHl{c}}CK`CLnCKdCKlCIfCL`{CM`{c}}CKn}CMbDl}{{{HHl{c}}e}{{HHl{c}}}Dl{{ABd{Jl}{{Ch{c}}}}}}02{{{HHl{c}}{I`{c}}}{{HHl{c}}}Dl}{{{HHl{c}}e}{{HHl{c}}}Dl{{ABd{j}{{Ch{c}}}}}}{{{HHl{c}}CK`CKdCIfCMd}AdDl}{{{HHl{c}}CK`CKdCIf}{{I`{{CMf{cbCIf}}}}}Dl}{{{HHl{c}}e}{{HHl{c}}}Dl{{K`{FMj}}}}{{{HHl{c}}}{{HHl{c}}}Dl}``:{{ce{I`{g}}j}{{HHl{g}}}{{K`{{Ad{Gd}}}}}{{K`{{Ad{Gd}}}}}Dl}=<<`{{OA`Gd}{{I`{Jl}}}}`{{{HHl{c}}}{{Ob{CMn}}}Dl}{{{HHl{c}}e}{{HHl{c}}}Dl{{K`{FOl}}}}{{{HHl{c}}}CNbDl}{{{HHl{c}}e}{{HHl{c}}}DlK`}{{{HHl{c}}{Lf{LdLd}}}{{HHl{c}}}Dl}{{{HHl{c}}}CNdDl}`{{ce}{{HHl{g}}}{{K`{{Ad{Gd}}}}}{{K`{{Ad{Gd}}}}}Dl}{ce{}{}}00{{{HHl{c}}{CJl{cbCIf}}}{{HHl{c}}}Dl}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00044444444{OA`Ad}0{{CLnCKd{I`{CKd}}CKlCL`{CM`{c}}OAdMfjj{I`{ABd}}{I`{ABd}}{I`{c}}{I`{ABd}}e{I`{ABd}}j{I`{ABd}}{I`{{Lf{LdLd}}}}GfCKd}CMbDl{{Bb{}{{Ch{OA`}}}}}}``{{{HHl{c}}e}{{HHl{c}}}Dl{{K`{CMn}}}}````{{cg}i{}{}{{An{e}}}{}}08888{cCj{}}0009999{{c{Cl{e}}}g{}{}{}}0{OAbOAb}{OAfOAf}{{ce}Ad{}{}}0=={{}OAb}{Dbc{}}000{DbAd}0{{OAbDf}Dh}{{OAfDf}Dh}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0>>444444{{OAbOAd}{{I`{{Lf{DbDb}}}}}}{{OAbOAd}OAf}66{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999```{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0{OAhAd}<<{{c{Cl{e}}}g{}{}{}}={OAhJl}2{Dbc{}}0{DbAd}{cc{}}0{ce{}{}}{{}Db}{{OAhHBn}Ad}22{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:555{{OAdOAb}OAh}{{OAhOAd}Ad}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}::`{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<{{c{Cl{e}}}g{}{}{}}{OAdOAd}{{ce}Ad{}{}}?{Dbc{}}0{DbAd}{{OAdDf}Dh}{cc{}}0{ce{}{}}{{}Db}{{OAdDbHBn}Ad}{{OAdDbOAd}Ad}33{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=666{OAdj}{OAdDb}{GdOAd}{{OAdDb}Db}0{{OAdDb}Ad}{{OAdDbDb}Ad}{OAdOAd}{{OAdDbDb}OAd}>{OAdJl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{OAdDb}OAd}```````{{egGJd}{{NJb{c}}}{}{{K`{{Cn{c}}}}}{{K`{{Ad{Gd}}}}}}`````````{{{GHl{}{{GAh{c}}}}c}AlFn}````0{{cCKdCKlGM`e{GGh{e}}g}AdCKb{{K`{Nl}}Ah}GHl}`1{{CKdCKlGM`}CLl}``{{CLnCKdCKl{CM`{c}}GM`e{GGh{e}}eABd{I`{c}}}CMbDl{Ah{K`{Nl}}GLh}}`````{{{Fj{c}}}{{GEl{cbCIf}}}Dl}{{{Fj{c}}c}{{Fj{c}}}Dl}{c{{Fj{e}}}{{K`{{Ad{Gd}}}}}{}}{bBf}","c":[1616,1675,1679,1680,2432,3610,3613,3692,3693,3694,3695,3696,8566,8572,8583,14900,14901,14904,14915,14919,14927,14944,14946,14950,14976,14992,14993,14994,14995,14996,14997,14998,15050,15056,25429,25430,25433,25444,25448,25456,25473,25475,25479,25505,25521,25522,25523,25524,25525,25526,25527,25579,25585,37498,37499,37502,37513,37517,37525,37542,37544,37548,37574,37590,37591,37592,37593,37594,37595,37596,37648,37654,56297,64604,64644,64681,64969,65019,65238,65325,65327,65346,65355,65881,66012,66013,66014,66015,66016,66017,66018,66051,66053,66054,66067,66072,66073,66077,66126,66131,66132,66133,66182,66183,66184,66573,66948,67270,67276,67360,68382,74802,74803,75186,88248,89217,89689,89690,90928,90930],"p":[[5,"Theme",0],[5,"Appearance",84500],[5,"Appearance",85423],[5,"Scrollbar",84996],[1,"bool"],[5,"Appearance",84864],[5,"Appearance",94267],[5,"Appearance",85374],[5,"Appearance",84553],[1,"unit"],[5,"Appearance",84775],[5,"Appearance",86496],[5,"Appearance",97415],[5,"Appearance",85083],[10,"TransformMatrix",8484],[10,"Also",0],[10,"FnOnce",97867],[5,"Appearance",85331],[5,"Appearance",84598],[5,"Appearance",84456],[5,"Appearance",92735],[5,"Appearance",84910],[5,"Appearance",84821],[5,"Appearance",84646],[5,"Appearance",46349],[5,"Appearance",95087],[10,"Apply",0],[17,"Output"],[10,"Any",97868],[5,"BakedParameters",6313],[8,"Element",0],[5,"Appearance",97302],[1,"usize"],[5,"Color",42031],[5,"Formatter",97869],[8,"Result",97869],[8,"TextButton",94267],[10,"Clone",97870],[5,"Icon",93369],[5,"FlexRow",93369],[5,"Button",94267],[5,"Calendar",93369],[5,"HeaderBar",93369],[5,"Section",97092],[5,"DndDestination",93369],[5,"NavBar",96096],[8,"IconButton",94267],[5,"DndSource",93369],[10,"AsMimeTypes",17949],[10,"Send",97871],[8,"ImageButton",94267],[8,"LinkButton",93369],[5,"Warning",93369],[5,"SegmentedButton",96497],[10,"Default",97872],[5,"Named",95459],[5,"Dropdown",95210],[1,"str"],[10,"AsRef",97873],[10,"PartialEq",97874],[5,"Grid",93369],[5,"ContextMenu",93369],[5,"SpinButton",93369],[5,"NavBarToggle",93369],[5,"ContextDrawer",94730],[5,"ListColumn",93369],[5,"Dropdown",94983],[5,"Dialog",93369],[5,"Appearance",96497],[5,"Appearance",84691],[5,"Line",84691],[6,"Option",97875],[5,"Box",97876],[5,"Arc",97877],[5,"Rc",97878],[6,"Background",42031],[6,"Layer",832],[6,"Result",97879],[5,"OutOfBounds",8605],[5,"TypeId",97868],[17,"SubCommand"],[17,"Args"],[10,"CosmicFlags",151],[10,"ToString",97880],[10,"Debug",97869],[5,"String",97880],[5,"Vec",97881],[10,"Into",97873],[5,"Core",151],[6,"DbusActivationDetails",151],[17,"Executor"],[17,"Flags"],[17,"Message"],[10,"Application",151],[10,"Executor",47080],[10,"ApplicationExt",151],[8,"Command",303],[5,"Id",84127],[1,"tuple"],[6,"Message",420],[8,"Id",96096],[5,"Tree",95697],[8,"Model",96096],[1,"u32"],[5,"Settings",465],[8,"Result",11907],[1,"f32"],[5,"Subscription",47080],[5,"ThemeMode",832],[1,"slice"],[5,"Theme",832],[5,"Update",582],[10,"CosmicConfigEntry",582],[10,"Sync",97871],[5,"Command",83014],[6,"Message",316],[5,"Cosmic",316],[1,"f64"],[1,"never"],[5,"Font",83014],[5,"Size",42031],[5,"Limits",44371],[17,"Item"],[10,"IntoIterator",97882],[10,"Future",47228],[5,"CosmicTk",521],[5,"Config",582],[6,"Error",582],[5,"ConfigTransaction",582],[6,"Cow",97883],[1,"u64"],[10,"Copy",97871],[10,"Hash",97884],[5,"Error",97869],[5,"Error",48207],[6,"Error",97885],[5,"SpannedError",97885],[6,"Error",97886],[5,"Error",97887],[10,"ConfigGet",582],[10,"DeserializeOwned",97888],[10,"ConfigSet",582],[10,"Serialize",97889],[5,"SmolStr",88252],[5,"INotifyWatcher",97890],[10,"Fn",97867],[5,"PathBuf",97891],[5,"ThemeBuilder",832],[5,"Rgb",10497],[5,"Alpha",1611],[6,"OutputError",97892],[6,"CosmicPalette",832],[5,"CosmicPaletteInner",832],[5,"CornerRadii",832],[5,"Container",832],[5,"Component",832],[5,"Spacing",832],[5,"LIGHT_PALETTE",832],[5,"DARK_PALETTE",832],[10,"Deserializer",97888],[1,"array"],[10,"Serializer",97889],[10,"LayeredTheme",832],[1,"u16"],[17,"Epsilon"],[10,"AbsDiffEq",97893],[5,"Hsl",1611],[5,"Hsluv",1611],[5,"Hsv",1611],[5,"LabHue",1611],[10,"Zero",10187],[17,"Mask"],[10,"AngleEq",5949],[10,"Sub",97894],[10,"RealAngle",5949],[10,"SignedAngle",5949],[5,"LuvHue",1611],[5,"RgbHue",1611],[5,"OklabHue",1611],[5,"Hwb",1611],[5,"Lab",1611],[5,"Lch",1611],[5,"Lchuv",1611],[5,"Luv",1611],[5,"Okhsl",1611],[5,"Okhsv",1611],[5,"Okhwb",1611],[5,"Oklab",1611],[5,"Oklch",1611],[5,"Xyz",1611],[5,"Yxy",1611],[10,"Add",97894],[10,"AddAssign",97894],[5,"Cam16Qch",7591],[5,"Cam16UcsJmh",6313],[5,"Cam16Qmh",7769],[5,"Cam16Jsh",7413],[5,"Cam16Jch",7055],[5,"Cam16UcsJab",6313],[5,"Luma",9619],[5,"Cam16Qsh",7947],[5,"Cam16Jmh",7233],[10,"Premultiply",5966],[10,"BlendFunction",5966],[10,"Real",10187],[10,"One",10187],[10,"MinMax",10187],[10,"Clamp",10187],[10,"Sqrt",10187],[10,"Abs",10187],[10,"Arithmetics",10187],[10,"PartialCmp",10187],[17,"Scalar"],[10,"StimulusColor",11034],[17,"Array"],[10,"ArrayCast",8125],[10,"Clamp",1611],[10,"Stimulus",11034],[10,"DivAssign",97894],[10,"WhitePoint",11041],[10,"ClampAssign",1611],[10,"ClampAssign",10187],[10,"Neg",97894],[10,"Darken",1611],[10,"DarkenAssign",1611],[5,"FromColorMutGuard",1611],[10,"FromColorMut",1611],[10,"Sized",97871],[10,"Desaturate",1611],[10,"DesaturateAssign",1611],[10,"Deserialize",97888],[10,"Powi",10187],[10,"Exp",10187],[10,"Trigonometry",10187],[10,"Hypot",10187],[10,"Mul",97894],[10,"Div",97894],[5,"Drain",97895],[5,"Iter",10451],[5,"Iter",5895],[10,"RangeBounds",97896],[5,"Iter",8980],[5,"Iter",9525],[5,"Iter",11714],[5,"Iter",7413],[5,"Iter",9027],[5,"Iter",9431],[5,"Cam16UcsJabIter",6313],[5,"Iter",9991],[5,"Iter",7233],[5,"Iter",9478],[5,"Iter",10497],[5,"Iter",7769],[5,"Iter",9074],[5,"Iter",10267],[5,"Iter",7055],[5,"Iter",10405],[5,"Iter",9572],[5,"Iter",7947],[5,"Iter",10313],[5,"Cam16UcsJmhIter",6313],[5,"Iter",7591],[5,"Iter",9619],[5,"Iter",10359],[5,"Iter",11761],[5,"LabHueIter",9121],[5,"LuvHueIter",9121],[5,"RgbHueIter",9121],[5,"OklabHueIter",9121],[10,"Extend",97882],[10,"LowerHex",97869],[10,"UpperHex",97869],[10,"FromScalarArray",10187],[5,"Srgb",8706],[5,"Linear",8706],[5,"Cam16",6313],[5,"PreAlpha",5966],[5,"Cam16Hue",9121],[1,"u8"],[10,"FromStimulus",11034],[5,"Packed",8125],[10,"ComponentOrder",8125],[10,"FromScalar",10187],[10,"Powf",10187],[10,"Signum",10187],[10,"WhitePointParameter",6313],[10,"FromColor",1611],[10,"WithAlpha",1611],[10,"IntoColorUnclamped",8605],[10,"RgbStandard",10497],[10,"IsValidDivisor",10187],[17,"WhitePoint"],[10,"LumaStandard",9619],[10,"Cbrt",10187],[10,"Recip",10187],[10,"PartialOrd",97874],[10,"HasBoolMask",6302],[5,"D65",11041],[5,"FromColorUnclampedMutGuard",8605],[10,"RgbSpace",10497],[17,"Space"],[10,"FromAngle",5949],[10,"FromIterator",97882],[10,"SliceIndex",97897],[10,"ColorDifference",1611],[10,"RelativeContrast",1611],[17,"Hue"],[10,"GetHue",1611],[10,"AsMut",97873],[10,"IntoColor",1611],[10,"IntoColorMut",1611],[10,"UnsignedAngle",5949],[10,"FromColorUnclampedMut",8605],[5,"Any",11041],[10,"IsWithinBounds",1611],[10,"Lighten",1611],[10,"LightenAssign",1611],[10,"SubAssign",97894],[10,"Mix",1611],[10,"MixAssign",1611],[10,"MulAssign",97894],[17,"Color"],[17,"WithAlpha"],[10,"RelativeEq",97898],[10,"Saturate",1611],[10,"SaturateAssign",1611],[10,"SaturatingAdd",10187],[10,"SaturatingSub",10187],[10,"SetHue",1611],[10,"ShiftHue",1611],[10,"ShiftHueAssign",1611],[10,"UlpsEq",97899],[10,"WithHue",1611],[10,"Iterator",97900],[10,"ExactSizeIterator",97901],[10,"DoubleEndedIterator",97902],[10,"FullRotation",5949],[10,"HalfRotation",5949],[10,"IntoAngle",5949],[5,"Equations",5966],[10,"Compose",5966],[10,"BlendWith",5966],[10,"Blend",5966],[6,"Equation",5966],[5,"Parameters",5966],[6,"Parameter",5966],[10,"BoolMask",6302],[10,"LazySelect",6302],[10,"Select",6302],[5,"Parameters",6313],[10,"Cam16FromUnclamped",6313],[10,"Cam16IntoUnclamped",6313],[5,"StaticWp",6313],[6,"Surround",6313],[6,"Discounting",6313],[10,"FromCam16Unclamped",6313],[10,"Ln",10187],[10,"IntoCam16Unclamped",6313],[17,"StaticWp"],[10,"ArraysAs",8125],[10,"ArraysAsMut",8125],[10,"ArraysFrom",8125],[10,"ArraysInto",8125],[10,"AsArrays",8125],[10,"AsArraysMut",8125],[10,"AsComponents",8125],[10,"AsComponentsMut",8125],[10,"AsUints",8125],[10,"AsUintsMut",8125],[5,"SliceCastError",8125],[5,"BoxedSliceCastError",8125],[5,"VecCastError",8125],[6,"VecCastErrorKind",8125],[10,"ComponentsAs",8125],[10,"ComponentsAsMut",8125],[10,"ComponentsFrom",8125],[10,"ComponentsInto",8125],[10,"FromArrays",8125],[10,"FromComponents",8125],[10,"UintCast",8125],[10,"FromUints",8125],[10,"IntoArrays",8125],[10,"IntoComponents",8125],[10,"IntoUints",8125],[10,"FnMut",97867],[17,"Error"],[10,"TryComponentsAs",8125],[10,"TryComponentsAsMut",8125],[10,"TryComponentsInto",8125],[10,"TryFromComponents",8125],[10,"UintsAs",8125],[10,"UintsAsMut",8125],[10,"UintsFrom",8125],[10,"UintsInto",8125],[10,"AdaptFrom",8484],[10,"AdaptInto",8484],[5,"ConeResponseMatrices",8484],[6,"Method",8484],[10,"DeltaE",8565],[10,"Ciede2000",8565],[10,"EuclideanDistance",8565],[10,"Wcag21RelativeContrast",8565],[10,"HyAb",8565],[10,"ImprovedDeltaE",8565],[10,"ImprovedCiede2000",8565],[10,"Analogous",8594],[10,"Complementary",8594],[10,"SplitComplementary",8594],[10,"Tetradic",8594],[10,"Triadic",8594],[10,"FromColorUnclamped",8605],[10,"IntoColorUnclampedMut",8605],[10,"TryFromColor",8605],[10,"TryIntoColor",8605],[5,"Gamma",8706],[10,"Number",8888],[5,"F2p2",8706],[10,"MulSub",10187],[10,"MulAdd",10187],[5,"GammaFn",8888],[5,"LinearFn",8935],[5,"Cam16HueIter",9121],[1,"u128"],[5,"La",9901],[5,"Al",9901],[10,"Round",10187],[10,"IntoScalarArray",10187],[1,"i32"],[10,"Powu",10187],[6,"FromHexError",10497],[5,"ParseIntError",97903],[10,"Error",97904],[5,"Abgr",10842],[5,"Argb",10842],[5,"Bgra",10842],[5,"Rgba",10842],[10,"IntoStimulus",11034],[5,"A",11041],[5,"B",11041],[5,"C",11041],[5,"D50",11041],[5,"D55",11041],[5,"D75",11041],[5,"E",11041],[5,"F2",11041],[5,"F7",11041],[5,"F11",11041],[5,"D50Degree10",11041],[5,"D55Degree10",11041],[5,"D65Degree10",11041],[5,"D75Degree10",11041],[5,"NonZero",97905],[5,"Executor",11818],[5,"Executor",11854],[6,"Error",83398],[5,"Settings",11907],[6,"Error",11907],[5,"ColorPicker",93369],[8,"Renderer",0],[8,"Element",11907],[6,"Error",41139],[17,"Theme"],[10,"Application",11907],[10,"StyleSheet",84456],[10,"Sandbox",11907],[10,"MaybeSend",47080],[6,"Application",85473],[6,"Theme",84341],[6,"Renderer",31317],[5,"Element",42031],[10,"Widget",42031],[5,"Tree",45899],[10,"Renderer",42031],[5,"Layout",42031],[5,"DndDestinationRectangles",43312],[10,"Overlay",42031],[5,"Style",44934],[6,"Cursor",44516],[5,"Rectangle",42031],[10,"Clipboard",42031],[5,"Quad",44934],[5,"Id",43705],[5,"Point",42031],[5,"Vector",42031],[5,"Node",44371],[6,"Interaction",44516],[6,"Event",42031],[5,"Shell",42031],[6,"Status",43451],[10,"Operation",45899],[5,"Element",44837],[5,"DndSurface",17520],[5,"DndDestinationRectangle",17520],[5,"DndAction",17520],[6,"Length",42031],[6,"DndSource",43312],[6,"State",46519],[5,"Tag",46519],[5,"ClipboardStoreData",17949],[10,"Damage",41449],[17,"Settings"],[17,"Renderer"],[17,"Surface"],[10,"Compositor",41449],[10,"Window",41932],[5,"Information",41932],[6,"Error",41449],[5,"Viewport",41449],[6,"SurfaceError",41932],[10,"Image",41882],[5,"Handle",43802],[10,"Text",41882],[10,"Svg",41882],[5,"Handle",45073],[5,"Packed",41890],[10,"AllowedMimeTypes",17949],[10,"IdEq",43705],[5,"Icon",46610],[6,"Error",46973],[6,"Primitive",41449],[10,"Stream",47228],[5,"Pin",97906],[5,"Duration",45645],[5,"Instant",45645],[1,"fn"],[10,"StreamExt",47228],[5,"All",53113],[10,"TryFutureExt",47228],[5,"AndThen",50432],[10,"TryFuture",47228],[10,"TryStreamExt",47228],[5,"AndThen",53113],[5,"Any",53113],[10,"FutureExt",47228],[10,"SinkExt",47228],[5,"Buffer",52546],[5,"BufferUnordered",53113],[5,"Buffered",53113],[5,"CatchUnwind",50432],[5,"CatchUnwind",53113],[5,"Chain",53113],[10,"AsyncReadExt",48207],[5,"Chain",48207],[10,"AsyncRead",48207],[5,"Chunks",53113],[5,"Close",52546],[10,"AsyncWriteExt",48207],[5,"Close",48207],[5,"Collect",53113],[5,"Concat",53113],[10,"AsyncBufRead",48207],[10,"AsyncBufReadExt",48207],[5,"Count",53113],[5,"Cycle",53113],[5,"Enumerate",53113],[5,"ErrInto",50432],[5,"ErrInto",53113],[5,"Fanout",52546],[10,"Sink",47228],[5,"Feed",52546],[5,"FillBuf",48207],[5,"Filter",53113],[5,"FilterMap",53113],[5,"FlatMap",53113],[5,"FlatMapUnordered",53113],[10,"Unpin",97871],[5,"Flatten",50432],[5,"Flatten",53113],[5,"FlattenSink",50432],[5,"FlattenStream",50432],[5,"FlattenUnorderedWithFlowController",97907],[5,"Flush",52546],[5,"Flush",48207],[5,"Fold",53113],[5,"ForEach",53113],[5,"ForEachConcurrent",53113],[5,"Forward",53113],[5,"Fuse",50432],[5,"Fuse",53113],[5,"Inspect",50432],[5,"Inspect",53113],[5,"InspectErr",50432],[5,"InspectErr",53113],[5,"InspectOk",50432],[5,"InspectOk",53113],[5,"IntoAsyncRead",53113],[5,"IntoFuture",50432],[5,"StreamFuture",53113],[5,"IntoSink",48207],[5,"IntoStream",50432],[5,"IntoStream",53113],[6,"Either",50432],[5,"Lines",48207],[5,"Map",50432],[5,"Map",53113],[5,"MapErr",50432],[5,"MapErr",53113],[5,"MapInto",50432],[5,"MapOk",50432],[5,"MapOk",53113],[5,"MapOkOrElse",50432],[5,"NeverError",50432],[5,"Next",53113],[5,"OkInto",50432],[5,"OrElse",50432],[17,"Ok"],[5,"OrElse",53113],[5,"Peekable",53113],[5,"Context",57489],[6,"Poll",57489],[10,"AsyncWrite",48207],[5,"IoSliceMut",48207],[10,"AsyncSeek",48207],[6,"SeekFrom",48207],[5,"IoSlice",48207],[5,"Read",48207],[5,"ReadExact",48207],[5,"ReadLine",48207],[5,"ReadToEnd",48207],[5,"ReadToString",48207],[5,"ReadUntil",48207],[5,"ReadVectored",48207],[5,"ReadyChunks",53113],[5,"Remote",50432],[5,"RemoteHandle",50432],[5,"Scan",53113],[10,"AsyncSeekExt",48207],[5,"Seek",48207],[5,"SelectNextSome",53113],[5,"Send",52546],[5,"SendAll",52546],[10,"TryStream",47228],[5,"Shared",50432],[5,"SinkErrInto",52546],[5,"SinkMapErr",52546],[5,"Skip",53113],[5,"SkipWhile",53113],[5,"SplitSink",53113],[5,"SplitStream",53113],[5,"ReadHalf",48207],[5,"WriteHalf",48207],[5,"Take",53113],[5,"Take",48207],[5,"TakeUntil",53113],[5,"TakeWhile",53113],[5,"Then",50432],[5,"Then",53113],[5,"TryAll",53113],[5,"TryAny",53113],[5,"TryBufferUnordered",53113],[5,"TryBuffered",53113],[5,"TryChunks",53113],[5,"TryCollect",53113],[5,"TryConcat",53113],[5,"TryFilter",53113],[5,"TryFilterMap",53113],[5,"TryFlatten",50432],[5,"TryFlatten",53113],[5,"TryFlattenStream",50432],[5,"TryFlattenUnordered",53113],[5,"TryFold",53113],[5,"TryForEach",53113],[5,"TryForEachConcurrent",53113],[5,"TryNext",53113],[5,"TryReadyChunks",53113],[5,"TrySkipWhile",53113],[5,"TryTakeWhile",53113],[5,"UnitError",50432],[5,"UnwrapOrElse",50432],[5,"Unzip",53113],[5,"With",52546],[10,"From",97873],[5,"WithFlatMap",52546],[5,"Write",48207],[5,"WriteAll",48207],[5,"WriteVectored",48207],[5,"Zip",53113],[5,"Sender",47436],[5,"Receiver",47436],[5,"UnboundedSender",47436],[5,"UnboundedReceiver",47436],[5,"Sender",47757],[5,"Receiver",47757],[5,"BlockingStream",47919],[5,"Enter",47919],[5,"EnterError",47919],[5,"Copy",48207],[5,"CopyBuf",48207],[5,"CopyBufAbortable",48207],[5,"AbortHandle",53113],[5,"Empty",48207],[5,"Repeat",48207],[5,"Sink",48207],[5,"Abortable",53113],[5,"Ready",50432],[10,"UnsafeFutureObj",57489],[10,"FusedFuture",50432],[5,"Join",50432],[5,"Join3",50432],[5,"Join4",50432],[5,"Join5",50432],[5,"JoinAll",50432],[5,"Lazy",50432],[6,"MaybeDone",50432],[5,"Pending",50432],[5,"PollFn",50432],[5,"PollImmediate",50432],[5,"Select",50432],[5,"SelectAll",50432],[5,"SelectOk",50432],[5,"TryJoin",50432],[5,"TryJoin3",50432],[5,"TryJoin4",50432],[5,"TryJoin5",50432],[5,"TryJoinAll",50432],[6,"TryMaybeDone",50432],[5,"TrySelect",50432],[5,"Drain",52546],[5,"Unfold",52546],[5,"Empty",53113],[10,"FusedStream",53113],[5,"Iter",53113],[5,"Once",53113],[5,"Pending",53113],[5,"PollFn",53113],[5,"PollImmediate",53113],[5,"Repeat",53113],[5,"RepeatWith",53113],[5,"Select",53113],[5,"SelectAll",53113],[5,"SelectWithStrategy",53113],[6,"PollNext",53113],[5,"TryUnfold",53113],[5,"Unfold",53113],[5,"Waker",57489],[10,"SpawnExt",57489],[5,"SpawnError",57489],[10,"LocalSpawnExt",57489],[10,"LocalSpawn",57489],[5,"LocalFutureObj",57489],[10,"Spawn",57489],[5,"FutureObj",57489],[10,"ArcWake",57489],[5,"WakerRef",57489],[6,"Key",83644],[5,"Modifiers",83644],[6,"Infallible",97873],[10,"Recipe",57939],[5,"Hasher",42031],[17,"Geometry"],[10,"Renderer",57987],[10,"AttributeStore",58528],[5,"EndpointId",58528],[10,"PositionStore",58528],[5,"ControlPointId",58528],[5,"UnknownUnit",61486],[5,"Point2D",61486],[10,"Position",58528],[10,"PathBuilder",64172],[6,"Winding",58528],[5,"Vector2D",61486],[5,"Angle",60235],[5,"LineSegment",60235],[5,"Polygon",58528],[10,"SvgPathBuilder",64172],[5,"Box2D",61486],[5,"BorderRadii",59710],[5,"ArcFlags",58528],[17,"PathType"],[10,"Build",64172],[6,"Event",58528],[5,"Flattened",59710],[5,"Transformed",59710],[10,"Transformation",63657],[5,"WithSvg",59710],[10,"Segment",60235],[10,"Scalar",60235],[5,"Size2D",61486],[5,"Range",97896],[5,"Box3D",61486],[5,"BoolVector2D",61486],[5,"BoolVector3D",61486],[10,"Trig",61486],[5,"Point3D",61486],[5,"Rect",61486],[5,"Size3D",61486],[5,"Vector3D",61486],[10,"ApproxEq",63448],[10,"Ceil",63537],[10,"Floor",63537],[10,"One",63537],[10,"Round",63537],[10,"Zero",63537],[5,"ArrayVec",61066],[10,"Float",97908],[10,"PathIterator",64172],[5,"Flattened",63683],[5,"Transformed",63683],[6,"Gradient",42031],[5,"Packed",64241],[6,"DynamicImage",64329],[6,"ImageError",64329],[17,"Subpixel"],[10,"Pixel",64329],[10,"Primitive",64329],[10,"EncodableLayout",64329],[10,"GenericImage",64329],[17,"Pixel"],[10,"GenericImageView",64329],[17,"Reader"],[10,"ImageDecoder",64329],[6,"ColorType",64329],[10,"Read",97909],[5,"Rect",69444],[6,"ImageFormat",64329],[5,"Path",97891],[10,"AnimationDecoder",64329],[5,"Frames",64329],[10,"BufRead",97909],[10,"Seek",97909],[6,"ExtendedColorType",64329],[5,"Pixels",64329],[5,"Progress",64329],[10,"ImageDecoderRect",64329],[5,"Limits",69302],[5,"SubImage",64329],[5,"Luma",64329],[5,"LumaA",64329],[5,"Rgb",64329],[5,"Rgba",64329],[10,"Write",97909],[6,"ImageOutputFormat",64329],[10,"ImageEncoder",64329],[10,"ConvertBuffer",65557],[5,"Rgbe8Pixel",66574],[5,"ImageBuffer",64329],[10,"ColorMap",69152],[17,"Target"],[10,"DerefMut",97910],[10,"FromColor",97911],[10,"Lerp",97912],[1,"i64"],[6,"FilterType",69152],[10,"Enlargeable",97912],[5,"FontSystem",69623],[5,"RwLock",97913],[5,"Buffer",69973],[5,"Attrs",69973],[5,"Color",69973],[6,"Shaping",46349],[6,"Shaping",69973],[10,"Edit",69973],[5,"FontSystem",69973],[6,"Action",69973],[5,"Change",69973],[5,"BorrowedWithFontSystem",69973],[6,"BufferRef",69973],[5,"Cursor",69973],[5,"AttrsList",69973],[6,"Selection",69973],[5,"Face",73126],[5,"Feature",73126],[5,"UnicodeBuffer",73126],[5,"GlyphBuffer",73126],[5,"ShapePlan",73126],[10,"OutlineBuilder",74038],[10,"FromData",74038],[10,"Painter",76639],[5,"GlyphId",74038],[5,"RgbaColor",74038],[5,"Tag",73126],[10,"RecordListItem",81049],[10,"LookupSubtable",81049],[17,"Handle"],[10,"Renderer",43802],[6,"FilterMethod",43802],[5,"Padding",42031],[6,"Axis",44479],[6,"Alignment",42031],[10,"Renderer",45073],[17,"Font"],[10,"Editor",45166],[17,"Highlight"],[17,"Iterator"],[10,"Highlighter",45166],[10,"Paragraph",45166],[5,"Text",42031],[6,"Difference",45166],[6,"Cursor",45316],[17,"Paragraph"],[17,"Editor"],[17,"Raw"],[10,"Renderer",45166],[5,"Pixels",42031],[5,"Format",45553],[6,"Hit",45166],[6,"Horizontal",43172],[6,"Action",45316],[6,"LineHeight",46349],[6,"Vertical",43172],[6,"Outcome",46058],[10,"Focusable",46058],[10,"Scrollable",46058],[10,"TextInput",46058],[5,"AbsoluteOffset",46251],[5,"RelativeOffset",46251],[5,"Count",46198],[17,"Style"],[10,"StyleSheet",46349],[5,"State",46349],[6,"MimeType",97914],[5,"DataWrapper",17520],[6,"DndEvent",17520],[6,"SourceEvent",17520],[6,"OfferEvent",17520],[5,"Rectangle",17520],[6,"Icon",17520],[5,"DndAction",97915],[6,"c_void",97916],[10,"Hasher",97884],[5,"Iter",97917],[5,"IterNames",97917],[10,"Sender",17520],[5,"SendError",97918],[10,"TryFrom",97873],[5,"Error",17949],[5,"ClipboardData",17949],[5,"ClipboardLoadData",17949],[10,"StyleSheet",84646],[5,"Button",31317],[10,"StyleSheet",84500],[5,"Canvas",31317],[10,"Program",32777],[5,"Checkbox",31317],[10,"StyleSheet",84553],[5,"Column",31317],[5,"State",33660],[5,"ComboBox",31317],[10,"Display",97869],[10,"StyleSheet",85423],[10,"Component",31317],[5,"Container",31317],[10,"StyleSheet",84598],[5,"Rule",31317],[10,"StyleSheet",84910],[5,"Space",31317],[5,"Image",31317],[5,"Column",33812],[5,"Lazy",31317],[5,"MouseArea",31317],[17,"State"],[17,"Event"],[5,"PickList",31317],[10,"StyleSheet",84775],[10,"StyleSheet",84996],[5,"RangeInclusive",97896],[5,"ProgressBar",31317],[10,"StyleSheet",84821],[5,"Radio",31317],[10,"Eq",97874],[10,"StyleSheet",84864],[5,"Responsive",31317],[5,"Row",31317],[5,"Scrollable",31317],[5,"Slider",31317],[10,"StyleSheet",85083],[5,"Svg",31317],[10,"StyleSheet",85331],[5,"Text",45899],[5,"Content",40629],[5,"PlainText",45553],[5,"TextEditor",31317],[10,"StyleSheet",85374],[5,"TextInput",31317],[5,"Themer",31317],[5,"Toggler",31317],[10,"StyleSheet",86496],[6,"Position",41024],[5,"Tooltip",31317],[5,"VerticalSlider",31317],[5,"State",32705],[6,"Event",32777],[6,"ContentFit",42031],[5,"Viewer",33714],[5,"State",33770],[10,"Draggable",33953],[6,"Action",34621],[6,"Node",33953],[10,"StyleSheet",84691],[5,"Pane",33953],[6,"Handle",34714],[5,"State",34714],[5,"State",39950],[6,"Direction",39950],[5,"State",40202],[10,"FromPrimitive",97919],[5,"State",40715],[5,"Value",40715],[5,"Icon",40715],[5,"State",41071],[6,"Level",46610],[6,"Mode",46610],[6,"UserAttention",46610],[5,"Screenshot",84127],[5,"Settings",46610],[6,"Error",19101],[10,"Program",83014],[5,"PaneGrid",31317],[6,"Mesh",41449],[5,"Icon",33607],[5,"State",33953],[5,"Content",33953],[6,"DragEvent",33953],[5,"ResizeEvent",33953],[5,"Viewport",39950],[5,"State",33868],[5,"Menu",33868],[6,"Direction",33953],[5,"TitleBar",33953],[6,"Axis",33953],[6,"Configuration",33953],[5,"Split",33953],[6,"Target",33953],[6,"Region",33953],[6,"Edge",33953],[6,"Ordering",97874],[6,"Contents",33953],[5,"BTreeMap",97920],[5,"Internal",34621],[5,"HashMap",97921],[5,"Icon",34714],[5,"Settings",34872],[6,"Compositor",34872],[6,"Surface",34992],[6,"Frame",35027],[5,"Cache",35027],[6,"Geometry",34872],[5,"Path",57987],[5,"Fill",57987],[5,"Text",57987],[5,"Stroke",57987],[5,"Properties",39950],[6,"Alignment",39950],[10,"Deref",97910],[5,"Cursor",40715],[6,"Side",40715],[1,"char"],[6,"State",40969],[5,"Settings",41139],[5,"Proxy",41139],[5,"Window",91221],[6,"UserEventWrapper",41330],[5,"Clipboard",41139],[10,"Application",41139],[5,"EventLoopProxy",87903],[5,"State",41330],[5,"Cache",84051],[5,"Debug",83014],[5,"UserInterface",83014],[5,"ModifiersState",88252],[6,"WindowEvent",87023],[5,"Runtime",47080],[5,"PhysicalPosition",86552],[5,"MonitorHandle",89324],[6,"Fullscreen",91221],[5,"Icon",91221],[6,"Key",88252],[6,"MouseButton",87023],[6,"Button",44516],[6,"CursorIcon",91221],[6,"Position",46610],[6,"Position",86552],[5,"Touch",87023],[6,"Event",45807],[6,"UserAttentionType",91221],[6,"WindowLevel",91221],[5,"WindowBuilder",91221],[5,"Transformation",41449],[5,"Renderer",41449],[10,"Backend",41449],[6,"Antialiasing",41449],[6,"Gradient",41449],[5,"Linear",64241],[5,"Border",42031],[5,"Degrees",42031],[5,"Radians",42031],[5,"Shadow",42031],[10,"Num",97922],[5,"RectangleTrackingContainer",96349],[5,"Popover",93369],[5,"AspectRatio",94206],[5,"MenuBar",95697],[5,"LayerContainer",93369],[5,"TextInput",97415],[5,"List",97923],[5,"Linear",43619],[6,"RedrawRequest",46610],[5,"Radius",43266],[5,"Null",43312],[6,"PlatformSpecific",43451],[6,"MacOS",43451],[5,"ColorStop",43619],[6,"Internal",43705],[5,"Id",96497],[5,"Bytes",43802],[6,"Data",43802],[6,"Named",44014],[5,"Click",44516],[6,"Event",44516],[6,"ScrollDelta",44516],[6,"Kind",44796],[5,"Group",44837],[5,"Null",44934],[6,"Data",45073],[6,"Edit",45316],[6,"Motion",45316],[6,"Direction",45316],[5,"Instant",97924],[5,"Delay",64329],[5,"TryFromFloatSecsError",97925],[5,"Finger",45807],[10,"BorrowMut",97926],[10,"Borrow",97926],[6,"OperationWrapper",46058],[5,"MapOperation",46058],[6,"OperationOutputWrapper",45899],[6,"Event",46610],[5,"PlatformSpecific",47019],[5,"SendError",47436],[5,"Executor",47184],[5,"TrySendError",47436],[5,"TryRecvError",47436],[5,"Cancellation",47757],[5,"Canceled",47757],[5,"ThreadPoolBuilder",47919],[5,"Replacements",97927],[5,"ThreadPool",47919],[5,"LocalSpawner",47919],[5,"LocalPool",47919],[5,"Recompositions",97928],[5,"Decompositions",97929],[5,"StreamSafe",97930],[5,"Window",48207],[5,"BufReader",48207],[5,"BufWriter",48207],[5,"LineWriter",48207],[6,"ErrorKind",48207],[5,"AllowStdIo",48207],[5,"Cursor",48207],[10,"Ord",97874],[5,"ReuniteError",48207],[5,"SeeKRelative",48207],[5,"JoinError",97931],[6,"EncodingError",97932],[5,"TryReserveError",97933],[5,"NulError",97934],[6,"DecodingError",97935],[5,"IntoInnerError",97936],[5,"DecompressError",97937],[5,"Elapsed",97938],[6,"Error",97939],[6,"SpawnError",97940],[5,"Errno",97941],[6,"Error",97939],[5,"Error",97942],[5,"CompressError",97937],[5,"Error",97943],[5,"PathPersistError",97944],[5,"PersistError",97944],[5,"Error",97945],[1,"i16"],[1,"i128"],[1,"i8"],[5,"Arguments",97869],[5,"Mutex",50006],[5,"OwnedMutexGuard",50006],[5,"MutexGuard",50006],[5,"MappedMutexGuard",50006],[5,"OwnedMutexLockFuture",50006],[5,"MutexLockFuture",50006],[5,"WeakShared",50432],[5,"OptionFuture",50432],[10,"UnwindSafe",97946],[5,"FuturesUnordered",53113],[5,"Aborted",53113],[5,"FuturesOrdered",53113],[5,"TryChunksError",53113],[5,"TryReadyChunksError",53113],[5,"ReuniteError",53113],[5,"Peek",53113],[5,"PeekMut",53113],[5,"NextIf",53113],[5,"NextIfEq",53113],[5,"AbortRegistration",53113],[10,"FnMut1",97947],[10,"FnOnce1",97947],[5,"Iter",57184],[5,"Iter",57376],[5,"IterMut",57184],[5,"IterMut",57376],[5,"IterPinMut",57184],[5,"IterPinRef",57184],[5,"IntoIter",57184],[5,"IntoIter",57376],[5,"RawWaker",57489],[5,"LocalWaker",97948],[6,"ControlFlow",97949],[5,"RawWakerVTable",57489],[5,"AtomicWaker",57489],[10,"Wake",97950],[10,"LocalWake",97950],[5,"ManuallyDrop",97951],[5,"Tracker",57939],[6,"LineCap",57987],[6,"LineJoin",57987],[5,"LineDash",57987],[6,"Style",57987],[5,"Builder",58391],[5,"Path",58528],[5,"Transform2D",61486],[6,"Rule",58342],[5,"Arc",58391],[5,"Elliptical",58480],[5,"PathCommands",58528],[5,"PathCommandsSlice",58528],[5,"PathSlice",58528],[5,"PathBuffer",58528],[5,"PathBufferSlice",58528],[5,"BuilderImpl",58528],[5,"BuilderWithAttributes",58528],[5,"PathCommandsBuilder",60032],[5,"NoAttributes",59710],[5,"Builder",63872],[5,"Iter",58528],[5,"IterWithAttributes",58528],[5,"IdIter",58528],[5,"IdPolygon",58528],[6,"LineCap",58528],[6,"LineJoin",58528],[6,"Side",58528],[6,"FillRule",58528],[5,"EventId",58528],[5,"Events",60032],[5,"AttributeSlice",58528],[5,"PolygonIdIter",64012],[5,"Iter",60032],[5,"Reversed",58528],[5,"Iter",63872],[5,"PolygonIter",64012],[5,"IdPolygonIter",64012],[5,"PathEvents",64012],[5,"CommandsPathSlice",60032],[5,"NoAttributes",63683],[5,"PointEvents",60032],[5,"LineEquation",60235],[5,"Triangle",60235],[5,"Arc",60235],[5,"CubicBezierSegment",60235],[5,"QuadraticBezierSegment",60235],[10,"Rem",97894],[10,"One",97952],[10,"FloatConst",97908],[10,"NumCast",97919],[5,"SvgArc",60235],[5,"Line",60235],[5,"Flattened",61016],[5,"Flattened",61445],[5,"Flattened",63547],[5,"FlattenedT",63547],[10,"Zero",97952],[10,"Real",97953],[5,"ArrayString",61066],[5,"IntoIter",61066],[5,"CapacityError",61066],[5,"Drain",61066],[5,"Utf8Error",97954],[10,"Signed",97955],[5,"Length",61486],[5,"Scale",61486],[5,"SideOffsets2D",61486],[5,"Translation2D",61486],[5,"Translation3D",61486],[5,"Transform3D",61486],[5,"Rotation3D",61486],[5,"RigidTransform3D",61486],[5,"Rotation2D",61486],[5,"HomogeneousVector",61486],[10,"Euclid",97956],[10,"Saturating",97957],[5,"FlatteningParameters",63547],[5,"FromPolyline",63683],[5,"BuilderWithAttributes",63872],[5,"IterBridge",97958],[5,"FlatSamples",64329],[5,"View",68885],[6,"Error",68885],[5,"ViewMut",68885],[5,"Frame",64329],[5,"EnumeratePixels",65557],[5,"EnumeratePixelsMut",65557],[5,"EnumerateRows",65557],[5,"EnumerateRowsMut",65557],[6,"DecoderError",97959],[6,"DecoderError",97960],[6,"DecoderError",97961],[6,"DecoderError",97962],[6,"DecoderError",97963],[6,"DecoderError",97964],[6,"DecoderError",97965],[6,"DecoderError",97966],[6,"DecoderError",97967],[6,"EncoderError",97968],[6,"IcoEntryImageFormat",97960],[5,"OsStr",97969],[10,"Index",97970],[10,"IndexMut",97970],[6,"NormalForm",68885],[5,"Pixels",65557],[5,"PixelsMut",65557],[5,"Rows",65557],[5,"RowsMut",65557],[5,"SampleLayout",68885],[10,"PixelWithColorType",64329],[5,"BmpDecoder",65894],[5,"BmpEncoder",65894],[5,"DdsDecoder",65973],[6,"DxtVariant",66012],[5,"DxtDecoder",66012],[5,"DxtEncoder",66012],[5,"DxtReader",66012],[5,"FarbfeldDecoder",66214],[5,"FarbfeldEncoder",66214],[5,"FarbfeldReader",66214],[6,"Repeat",66372],[5,"GifDecoder",66372],[5,"GifEncoder",66372],[5,"GifReader",66372],[5,"HdrMetadata",66574],[5,"HdrAdapter",66574],[5,"HdrEncoder",66574],[5,"HdrDecoder",66574],[5,"HdrImageDecoderIterator",66574],[5,"HdrReader",66574],[5,"IcoFrame",66906],[5,"IcoDecoder",66906],[5,"IcoEncoder",66906],[6,"PixelDensityUnit",67016],[5,"PixelDensity",67016],[5,"JpegDecoder",67016],[5,"JpegEncoder",67016],[5,"OpenExrDecoder",67184],[5,"OpenExrEncoder",67184],[5,"PngDecoder",67262],[5,"ApngDecoder",67262],[6,"CompressionType",67262],[6,"FilterType",67262],[5,"PngEncoder",67262],[5,"PngReader",67262],[5,"PnmHeader",67556],[5,"ArbitraryHeader",67556],[5,"BitmapHeader",67556],[5,"GraymapHeader",67556],[5,"PixmapHeader",67556],[6,"SampleEncoding",67556],[6,"PnmSubtype",67556],[6,"ArbitraryTuplType",67556],[5,"PnmDecoder",67556],[5,"PnmEncoder",67556],[6,"FlatSamples",97971],[5,"QoiDecoder",67980],[5,"QoiEncoder",67980],[5,"TgaDecoder",68052],[5,"TgaEncoder",68052],[5,"TiffDecoder",68129],[5,"TiffEncoder",68129],[5,"TiffReader",68129],[5,"WebPQuality",68289],[5,"WebPDecoder",68289],[5,"WebPEncoder",68289],[5,"Frame",68411],[5,"Vp8Decoder",68411],[6,"UnsupportedErrorKind",68493],[6,"ParameterErrorKind",68493],[6,"LimitErrorKind",68493],[6,"ImageFormatHint",68493],[5,"UnsupportedError",68493],[5,"EncodingError",68493],[5,"ParameterError",68493],[5,"DecodingError",68493],[5,"LimitError",68493],[5,"BiLevel",69152],[5,"LimitSupport",69302],[5,"Reader",69302],[5,"File",97972],[5,"BufReader",97973],[5,"Indexed",69490],[5,"SolidVertex2D",69490],[5,"GradientVertex2D",69490],[5,"Cache",69623],[5,"Key",69893],[5,"Entry",69893],[5,"Editor",69623],[5,"Paragraph",69623],[5,"Version",69623],[5,"Raw",69623],[5,"Weak",82930],[5,"Weak",82971],[5,"Editor",69973],[6,"Affinity",69973],[5,"BufferLine",69973],[6,"Align",69973],[5,"CacheKeyFlags",69973],[5,"AttrsOwned",69973],[6,"FamilyOwned",69973],[6,"Family",72516],[6,"SubpixelBin",69973],[6,"LineEnding",69973],[5,"Font",69973],[5,"FontRef",97974],[5,"SwashImage",69973],[6,"Command",69973],[5,"FontMatchAttrs",69973],[5,"Angle",69973],[5,"Transform",69973],[5,"Metrics",69973],[5,"Placement",69973],[5,"CacheKey",69973],[5,"LayoutCursor",69973],[6,"Motion",69973],[5,"Scroll",69973],[5,"ChangeItem",69973],[5,"FontMatchKey",69973],[5,"LayoutGlyph",69973],[5,"PhysicalGlyph",69973],[5,"LayoutLine",69973],[6,"Wrap",69973],[5,"ShapeGlyph",69973],[5,"ShapeWord",69973],[5,"ShapeSpan",69973],[5,"ShapeLine",69973],[5,"ShapeRunKey",69973],[5,"ShapeRunCache",69973],[6,"SwashContent",69973],[6,"Origin",97975],[5,"Bounds",97975],[5,"Vector",97975],[5,"Database",72516],[5,"ShapeBuffer",69973],[5,"SwashCache",69973],[5,"BidiParagraphs",69973],[5,"LayoutRun",69973],[5,"LayoutRunIter",69973],[5,"LineIter",69973],[5,"ID",72516],[5,"FaceInfo",72516],[5,"Level",97976],[6,"Source",72516],[6,"Width",81857],[6,"Style",72516],[6,"Verb",97977],[5,"Weight",72516],[5,"Query",72516],[6,"TinyVec",97978],[5,"BufferFlags",73126],[5,"SerializeFlags",73126],[5,"Face",74038],[5,"Language",73126],[5,"GlyphPosition",73126],[5,"GlyphInfo",73126],[6,"BufferClusterLevel",73126],[6,"Direction",73126],[5,"Script",73126],[5,"Variation",73126],[5,"LazyArray16",74038],[5,"LazyArray32",74038],[6,"Language",74038],[5,"Fixed",74038],[5,"LazyArrayIter16",74038],[5,"LazyArrayIter32",74038],[6,"CFFError",74038],[5,"NormalizedCoordinate",74038],[5,"Variation",74038],[5,"LineMetrics",74038],[5,"Rect",74038],[6,"RasterImageFormat",74038],[5,"RasterGlyphImage",74038],[5,"TableRecord",74038],[6,"FaceParsingError",74038],[5,"RawFace",74038],[5,"RawFaceTables",74038],[5,"FaceTables",74038],[5,"SvgDocument",82448],[5,"Names",80811],[6,"Permissions",81857],[5,"RangeRecord",81049],[6,"Style",81857],[5,"ScriptMetrics",81857],[5,"UnicodeRanges",81857],[5,"VariationAxis",76921],[6,"Weight",81857],[5,"Point",75405],[5,"Table",75405],[5,"StateTable",75489],[5,"ExtendedStateTable",75489],[5,"GenericStateEntry",75489],[5,"ValueOffset",75489],[5,"Lookup",75489],[5,"Stream",97979],[5,"AxisValueMap",75704],[5,"SegmentMaps",75704],[5,"Table",75704],[5,"SegmentMapsIter",75704],[5,"Table",75859],[5,"Table",75898],[5,"Matrix",75936],[5,"Table",75936],[5,"Table",76026],[5,"Subtable0",76066],[5,"Subtable10",76066],[5,"Subtable12",76066],[5,"Subtable13",76066],[6,"GlyphVariationResult",76066],[5,"Subtable14",76066],[5,"Subtable2",76066],[5,"Subtable4",76066],[5,"Subtable6",76066],[6,"Format",76066],[5,"Subtable",76066],[5,"Subtables",76066],[5,"Table",76066],[5,"SubtablesIter",76066],[5,"Table",76639],[5,"Table",76683],[5,"SettingName",76723],[5,"FeatureName",76723],[5,"FeatureNames",76723],[5,"Table",76723],[5,"FeatureNamesIter",76723],[5,"Table",76921],[6,"GlyphClass",77005],[5,"Table",77005],[5,"Table",77097],[6,"Table",79446],[5,"HintingDevice",77136],[5,"VariationDevice",77136],[6,"Device",77136],[5,"ValueRecord",77136],[5,"ValueRecordsArray",77136],[6,"SingleAdjustment",77136],[5,"PairSet",77136],[5,"PairSets",77136],[5,"ClassMatrix",77136],[6,"PairAdjustment",77136],[5,"CursiveAnchorSet",77136],[5,"CursiveAdjustment",77136],[5,"MarkToBaseAdjustment",77136],[5,"MarkToLigatureAdjustment",77136],[5,"LigatureArray",77136],[5,"MarkArray",77136],[5,"Anchor",77136],[5,"AnchorMatrix",77136],[5,"MarkToMarkAdjustment",77136],[6,"PositioningSubtable",77136],[6,"Coverage",81049],[6,"SingleSubstitution",77955],[5,"Sequence",77955],[5,"MultipleSubstitution",77955],[5,"AlternateSet",77955],[5,"AlternateSubstitution",77955],[5,"Ligature",77955],[5,"LigatureSubstitution",77955],[5,"ReverseChainSingleSubstitution",77955],[6,"SubstitutionSubtable",77955],[5,"Table",78323],[6,"IndexToLocationFormat",78362],[5,"Table",78362],[5,"Table",78446],[5,"Table",78488],[5,"Metrics",78488],[5,"Table",78571],[5,"KerningPair",78611],[6,"Format",78611],[5,"Subtable",78611],[5,"Subtables",78611],[5,"SubtablesIter",78611],[5,"Subtable0",78611],[5,"Subtable2",78611],[5,"Subtable3",78611],[5,"Table",78611],[5,"Subtable0",78973],[5,"EntryData",78973],[5,"Subtable1",78973],[5,"Subtable2",78973],[5,"AnchorPoints",78973],[5,"Subtable4",78973],[5,"Subtable6",78973],[6,"Format",78973],[5,"Subtable",78973],[5,"Subtables",78973],[5,"SubtablesIter",78973],[5,"Table",78973],[5,"Constants",79489],[5,"MathValue",79489],[5,"MathValues",79489],[5,"Kern",79489],[5,"KernInfo",79489],[5,"KernInfos",79489],[5,"GlyphInfo",79489],[5,"PartFlags",79489],[5,"GlyphPart",79489],[5,"GlyphAssembly",79489],[5,"GlyphVariant",79489],[5,"GlyphConstruction",79489],[5,"GlyphConstructions",79489],[5,"Variants",79489],[5,"Table",79489],[5,"Table",80138],[5,"Feature",80177],[5,"ContextualEntryData",80177],[5,"ContextualSubtable",80177],[5,"LigatureSubtable",80177],[5,"InsertionEntryData",80177],[5,"InsertionSubtable",80177],[6,"SubtableKind",80177],[5,"Coverage",80177],[5,"Subtable",80177],[5,"Subtables",80177],[5,"SubtablesIter",80177],[5,"Chain",80177],[5,"Chains",80177],[5,"ChainsIter",80177],[5,"Table",80177],[5,"Table",80772],[6,"PlatformId",80811],[5,"Name",80811],[5,"NamesIter",80811],[5,"Table",80811],[6,"ChainedContextLookup",81049],[5,"ChainedSequenceRule",81049],[6,"ContextLookup",81049],[5,"SequenceRule",81049],[5,"SequenceLookupRecord",81049],[5,"FeatureVariations",81049],[5,"LayoutTable",81049],[5,"RecordList",81049],[5,"Script",81049],[5,"LanguageSystem",81049],[5,"Feature",81049],[5,"Lookup",81049],[5,"LookupSubtables",81049],[5,"LookupFlags",81049],[6,"ClassDefinition",81049],[5,"LookupSubtablesIter",81049],[5,"RecordListIter",81049],[5,"Table",81857],[5,"Names",82206],[5,"Table",82206],[5,"Table",82290],[5,"Strike",82290],[5,"Strikes",82290],[5,"StrikesIter",82290],[5,"SvgDocumentsList",82448],[5,"SvgDocumentsListIter",82448],[5,"Table",82448],[5,"Track",82609],[5,"Tracks",82609],[5,"TrackData",82609],[5,"Table",82609],[5,"TracksIter",82609],[5,"Table",82806],[5,"VerticalOriginMetrics",82849],[5,"Table",82849],[6,"Action",83263],[6,"State",84051],[6,"Action",83213],[6,"Action",83311],[6,"DndAction",83347],[6,"Family",83398],[6,"Weight",83398],[6,"Stretch",83398],[6,"Style",83398],[6,"Event",83644],[6,"Location",83644],[5,"Nested",83883],[5,"State",83923],[5,"Information",83969],[6,"Action",83969],[6,"CropError",84294],[6,"Action",84127],[5,"Palette",85473],[5,"Extended",86191],[6,"FillMode",84910],[5,"Scroller",84996],[5,"Breakpoint",85083],[5,"Rail",85083],[6,"RailBackground",85083],[5,"Handle",85083],[6,"HandleShape",85083],[5,"Custom",85473],[6,"Menu",85473],[6,"PickList",85473],[6,"Text",85473],[6,"Button",85473],[6,"Scrollable",85473],[6,"Svg",85473],[6,"Checkbox",85473],[6,"Container",85473],[6,"Slider",85473],[6,"Radio",85473],[6,"Toggler",85473],[6,"PaneGrid",85473],[6,"ProgressBar",85473],[6,"Rule",85473],[6,"TextInput",85473],[6,"TextEditor",85473],[5,"Pair",86191],[5,"Background",86191],[5,"Primary",86191],[5,"Secondary",86191],[5,"Success",86191],[5,"Danger",86191],[10,"Pixel",86552],[5,"LogicalPosition",86552],[5,"LogicalSize",86552],[5,"PhysicalSize",86552],[6,"Size",86552],[5,"NotSupportedError",86863],[6,"ExternalError",86863],[5,"OsError",86863],[6,"EventLoopError",86863],[6,"Event",87023],[6,"PlatformSpecific",87023],[6,"MacOS",87023],[6,"StartCause",87023],[5,"DeviceId",87023],[6,"DeviceEvent",87023],[5,"RawKeyEvent",87023],[5,"KeyEvent",87023],[5,"Modifiers",87023],[6,"Ime",87023],[6,"TouchPhase",87023],[6,"Force",87023],[6,"ElementState",87023],[6,"MouseScrollDelta",87023],[5,"InnerSizeWriter",87023],[6,"ModifiersKeyState",88252],[5,"EventLoop",87903],[5,"BorrowedFd",97980],[5,"EventLoopWindowTarget",87903],[5,"EventLoopBuilder",87903],[6,"ControlFlow",87903],[5,"EventLoopClosed",87903],[6,"DeviceEvents",87903],[5,"AsyncRequestSerial",87903],[5,"DisplayHandle",89666],[6,"HandleError",89666],[6,"PumpStatus",89438],[6,"RawDisplayHandle",89666],[5,"ActivationToken",91221],[6,"NativeKeyCode",88252],[6,"NativeKey",88252],[6,"PhysicalKey",88252],[6,"KeyCode",88252],[6,"NamedKey",88252],[6,"KeyLocation",88252],[5,"ModifiersState",97981],[5,"VideoMode",89324],[10,"KeyEventExtModifierSupplement",89435],[17,"UserEvent"],[10,"EventLoopExtPumpEvents",89438],[10,"EventLoopExtRunOnDemand",89476],[10,"PhysicalKeyExtScancode",89479],[10,"EventLoopExtStartupNotify",89482],[10,"WindowExtStartupNotify",89482],[10,"WindowBuilderExtStartupNotify",89482],[6,"Theme",89490],[10,"EventLoopWindowTargetExtWayland",89490],[10,"MonitorHandleExtWayland",89490],[10,"EventLoopBuilderExtWayland",89490],[10,"WindowBuilderExtWayland",89490],[6,"XWindowType",89544],[6,"XNotSupported",89544],[5,"OpenError",97982],[10,"EventLoopWindowTargetExtX11",89544],[10,"MonitorHandleExtX11",89544],[10,"EventLoopBuilderExtX11",89544],[10,"WindowBuilderExtX11",89544],[5,"WindowHandle",89666],[6,"RawWindowHandle",89666],[5,"AndroidDisplayHandle",89666],[5,"AndroidNdkWindowHandle",89666],[5,"AppKitDisplayHandle",89666],[5,"AppKitWindowHandle",89666],[5,"HaikuDisplayHandle",89666],[5,"HaikuWindowHandle",89666],[5,"OhosDisplayHandle",89666],[5,"OhosNdkWindowHandle",89666],[5,"OrbitalDisplayHandle",89666],[5,"OrbitalWindowHandle",89666],[5,"UiKitDisplayHandle",89666],[5,"UiKitWindowHandle",89666],[5,"XlibDisplayHandle",89666],[5,"XlibWindowHandle",89666],[5,"XcbDisplayHandle",89666],[5,"XcbWindowHandle",89666],[5,"WaylandDisplayHandle",89666],[5,"WaylandWindowHandle",89666],[5,"DrmDisplayHandle",89666],[5,"DrmWindowHandle",89666],[5,"GbmDisplayHandle",89666],[5,"GbmWindowHandle",89666],[5,"WebDisplayHandle",89666],[5,"WebWindowHandle",89666],[5,"WebCanvasWindowHandle",89666],[5,"WebOffscreenCanvasWindowHandle",89666],[5,"WindowsDisplayHandle",89666],[5,"Win32WindowHandle",89666],[5,"WinRtWindowHandle",89666],[10,"HasDisplayHandle",89666],[5,"NonNull",97983],[1,"isize"],[10,"HasRawDisplayHandle",89666],[10,"HasRawWindowHandle",89666],[10,"HasWindowHandle",89666],[5,"WindowButtons",91221],[5,"WindowId",91221],[5,"WindowAttributes",91221],[6,"CursorGrabMode",91221],[6,"ResizeDirection",91221],[6,"ImePurpose",91221],[5,"CursorIconParseError",91221],[6,"BadIcon",91221],[6,"Fullscreen",97984],[6,"Message",92106],[10,"CollectionWidget",92156],[10,"ColorExt",92156],[10,"ElementExt",92156],[6,"Checkbox",92177],[6,"Svg",92177],[6,"Text",92177],[6,"Application",92177],[6,"Container",92177],[6,"ProgressBar",92177],[6,"Rule",92177],[6,"Scrollable",92497],[6,"TextInput",92497],[6,"Button",92497],[6,"Slider",92497],[6,"TextEditor",92497],[10,"StyleSheet",92735],[6,"MenuBarStyle",92735],[6,"ThemeType",92818],[8,"CosmicTheme",92818],[5,"COSMIC_DARK",92818],[5,"COSMIC_HC_DARK",92818],[5,"COSMIC_LIGHT",92818],[5,"COSMIC_HC_LIGHT",92818],[5,"TRANSPARENT_COMPONENT",92818],[6,"Button",93102],[6,"SegmentedButton",93102],[6,"TextInput",93102],[8,"Column",93369],[8,"Row",93369],[5,"NaiveDate",97985],[5,"RectangleTracker",93369],[5,"Handle",95459],[8,"SingleSelectModel",96497],[5,"Entity",96497],[5,"DragId",94830],[8,"Element",18223],[6,"Message",97206],[8,"Text",31317],[8,"Tooltip",93369],[10,"StyleSheet",94267],[5,"Builder",94267],[5,"Hyperlink",94474],[6,"Weekday",97986],[10,"StyleSheet",97302],[5,"ColorPickerModel",93369],[5,"ColorPickerBuilder",94540],[6,"ColorPickerUpdate",94540],[5,"State",94540],[5,"HSV_RAINBOW",94540],[5,"State",94830],[5,"State",94983],[10,"StyleSheet",95087],[5,"State",95087],[5,"Menu",95087],[5,"Model",95210],[5,"List",95210],[5,"Menu",95346],[5,"Assignment",95402],[6,"IconFallback",95459],[6,"Data",95459],[5,"CloseCondition",95697],[6,"ItemWidth",95697],[6,"ItemHeight",95697],[6,"PathHighlight",95697],[5,"KeyBind",95996],[6,"Item",95697],[10,"MenuAction",95993],[6,"Modifier",95996],[6,"Position",96237],[5,"Overlay",96237],[6,"RectangleUpdate",96349],[10,"Selectable",96497],[5,"BuilderEntity",96497],[5,"EntityMut",96497],[5,"Model",96497],[5,"SingleSelect",96497],[5,"MultiSelect",96497],[5,"ModelBuilder",96497],[5,"ItemAppearance",96497],[5,"ItemStatusAppearance",96497],[5,"KeyData",97987],[10,"StyleSheet",96497],[5,"SecondaryMap",97988],[5,"SparseSecondaryMap",97989],[10,"SegmentedVariant",96497],[8,"HorizontalSegmentedButton",96497],[8,"VerticalSegmentedButton",96497],[5,"Item",97130],[5,"Model",97206],[8,"Decimal",97990],[6,"Typography",97353],[10,"StyleSheet",97415],[5,"TextInputString",97415],[5,"State",97415],[5,"Cursor",97658],[5,"Value",97778],[6,"State",97658],[5,"Editor",97739],[15,"ActivateAction",300],[15,"Open",300],[6,"ConfigState",582],[6,"ConfigUpdate",582],[10,"ArrayExt",1611],[10,"NextArray",1611],[8,"Hsla",1611],[8,"Hsluva",1611],[8,"Hsva",1611],[8,"Hwba",1611],[8,"Laba",1611],[8,"Lcha",1611],[8,"Lchuva",1611],[8,"SrgbLumaa",1611],[8,"LinLumaa",1611],[8,"GammaLumaa",1611],[8,"Luva",1611],[8,"Okhsla",1611],[8,"Okhsva",1611],[8,"Okhwba",1611],[8,"Oklaba",1611],[8,"Oklcha",1611],[8,"Srgba",1611],[8,"LinSrgba",1611],[8,"GammaSrgba",1611],[8,"Xyza",1611],[8,"Yxya",1611],[8,"Srgb",1611],[8,"LinSrgb",1611],[8,"GammaSrgb",1611],[8,"SrgbLuma",1611],[8,"LinLuma",1611],[8,"GammaLuma",1611],[8,"Cam16a",6313],[8,"Cam16Jcha",6313],[8,"Cam16Jmha",6313],[8,"Cam16Jsha",6313],[8,"Cam16Qcha",6313],[8,"Cam16Qmha",6313],[8,"Cam16Qsha",6313],[8,"Cam16UcsJaba",6313],[8,"Cam16UcsJmha",6313],[10,"FromLinear",8706],[10,"IntoLinear",8706],[8,"Lumaa",9619],[8,"PackedLumaa",9619],[8,"PackedAluma",9619],[8,"Rgba",10497],[10,"Primaries",10497],[8,"PackedRgba",10497],[8,"PackedArgb",10497],[8,"PackedBgra",10497],[8,"PackedAbgr",10497],[15,"Solid",15275],[15,"Gradient",15275],[15,"Quad",12239],[15,"Image",12239],[15,"Text",12239],[15,"Svg",12239],[15,"Clip",12239],[15,"Paragraph",12239],[15,"Editor",12239],[15,"Translate",12239],[15,"Cache",12239],[15,"Group",12239],[15,"KeyPressed",12565],[15,"KeyReleased",12565],[15,"FingerPressed",12891],[15,"FingerMoved",12891],[15,"FingerLifted",12891],[15,"FingerLost",12891],[15,"Resized",19095],[15,"Opened",19095],[15,"Moved",19095],[15,"ByteCountNotDivisibleBy4",12957],[15,"DimensionsVsPixelCount",12957],[8,"Result",48207],[8,"PathEvent",58528],[8,"IdEvent",58528],[15,"Begin",14149],[15,"End",14149],[15,"Quadratic",14149],[15,"Cubic",14149],[15,"Line",14149],[8,"Rotation",60235],[8,"Size",60235],[8,"Transform",60235],[8,"Box2D",60235],[8,"Translation",60235],[8,"Point",60235],[8,"Vector",60235],[8,"Rotation2D",63454],[8,"SideOffsets2D",63454],[8,"Size3D",63454],[8,"Rotation3D",63454],[8,"Transform2D",63454],[8,"Transform3D",63454],[8,"Box3D",63454],[8,"Rect",63454],[8,"RigidTransform3D",63454],[8,"HomogeneousVector",63454],[8,"Point3D",63454],[8,"Vector3D",63454],[8,"Translation2D",63454],[8,"Translation3D",63454],[8,"Rotation",63833],[8,"Size",63833],[8,"Transform",63833],[8,"Box2D",63833],[8,"Angle",63833],[8,"Point",63833],[8,"Vector",63833],[8,"Translation",63833],[8,"ImageResult",64329],[15,"Unsupported",15152],[15,"Scroll",15594],[15,"Click",15594],[15,"DoubleClick",15594],[15,"TripleClick",15594],[15,"Drag",15594],[8,"StateEntry",75489],[15,"Format2",16682],[15,"Format1",16682],[15,"Format1",16687],[15,"Format2",16687],[15,"Format1",16727],[15,"Format2",16727],[15,"Format2",17007],[15,"Format3",17007],[15,"Format1",17007],[15,"Format1",17019],[15,"Format2",17019],[15,"Format2",17022],[15,"Format1",17022],[15,"Format3",17022],[15,"Format1",17030],[15,"Format2",17030],[15,"Rgba",17134],[15,"WheelScrolled",17184],[15,"CursorMoved",17184],[15,"Lines",17186],[15,"Pixels",17186],[15,"Scroll",17350],[15,"Buffer",17937],[15,"Data",17941],[15,"Enter",17941],[15,"Motion",17941],[15,"Split",96209],[15,"Picked",96213],[15,"Dropped",96213],[15,"Canceled",96213],[15,"Split",96217],[15,"Resizing",96231],[15,"Clicking",96231],[15,"Dragging",96231],[15,"Dynamic",18616],[15,"Arrow",18616],[15,"Both",18690],[15,"Rectangle",97199],[15,"Circle",97199],[15,"Gradient",97203],[15,"Selection",18837],[15,"LoadFont",27704],[15,"StartDnd",28453],[15,"RegisterDndDestination",28453],[15,"Updated",29889],[15,"StartDnd",41428],[15,"Motion",87856],[15,"Button",87856],[15,"MouseMotion",87856],[15,"MouseWheel",87856],[15,"DeviceEvent",87862],[15,"WindowEvent",87862],[15,"Calibrated",87866],[15,"ResumeTimeReached",87869],[15,"WaitCancelled",87869],[15,"AxisMotion",87873],[15,"MouseInput",87873],[15,"MouseWheel",87873],[15,"TouchpadMagnify",87873],[15,"TouchpadRotate",87873],[15,"KeyboardInput",87873],[15,"CursorMoved",87873],[15,"CursorEntered",87873],[15,"CursorLeft",87873],[15,"SmartMagnify",87873],[15,"TouchpadPressure",87873],[15,"ScaleFactorChanged",87873],[15,"ActivationTokenDone",87873],[15,"ByteCountNotDivisibleBy4",92098],[15,"DimensionsVsPixelCount",92098],[15,"Custom",93267],[15,"HeaderBar",92491],[15,"Custom",93272],[15,"Custom",92729],[15,"Custom",92732],[8,"CosmicColor",92818],[8,"CosmicComponent",92818],[15,"System",93100],[5,"LocalState",94778],[5,"DragOffer",94830],[6,"State",96349],[15,"Selection",97737]],"b":[[10,"impl-StyleSheet-for-Theme"],[11,"impl-StyleSheet-for-Theme"],[12,"impl-StyleSheet-for-Theme"],[13,"impl-StyleSheet-for-Theme"],[14,"impl-StyleSheet-for-Theme"],[15,"impl-StyleSheet-for-Theme"],[16,"impl-StyleSheet-for-Theme"],[17,"impl-StyleSheet-for-Theme"],[18,"impl-StyleSheet-for-Theme"],[19,"impl-StyleSheet-for-Theme"],[20,"impl-StyleSheet-for-Theme"],[24,"impl-StyleSheet-for-Theme"],[25,"impl-StyleSheet-for-Theme"],[26,"impl-StyleSheet-for-Theme"],[27,"impl-StyleSheet-for-Theme"],[28,"impl-StyleSheet-for-Theme"],[29,"impl-StyleSheet-for-Theme"],[30,"impl-StyleSheet-for-Theme"],[31,"impl-StyleSheet-for-Theme"],[32,"impl-StyleSheet-for-Theme"],[49,"impl-Default-for-Theme"],[50,"impl-StyleSheet-for-Theme"],[53,"impl-StyleSheet-for-Theme"],[54,"impl-StyleSheet-for-Theme"],[55,"impl-StyleSheet-for-Theme"],[56,"impl-StyleSheet-for-Theme"],[57,"impl-StyleSheet-for-Theme"],[58,"impl-StyleSheet-for-Theme"],[59,"impl-StyleSheet-for-Theme"],[67,"impl-StyleSheet-for-Theme"],[68,"impl-StyleSheet-for-Theme"],[69,"impl-StyleSheet-for-Theme"],[71,"impl-From%3CBuilder%3C\'a,+Message,+Text%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[72,"impl-From%3CIcon%3E-for-Element%3C\'static,+Message,+Theme,+Renderer%3E"],[73,"impl-From%3CFlexRow%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[74,"impl-From%3CButton%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[75,"impl-From%3CCalendar%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[76,"impl-From%3CHeaderBar%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[77,"impl-From%3CSection%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[78,"impl-From%3CDndDestination%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[79,"impl-From%3CNavBar%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[80,"impl-From%3CBuilder%3C\'a,+Message,+Icon%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[81,"impl-From%3CDndSource%3C\'a,+Message,+AppMessage,+D%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[82,"impl-From%3CBuilder%3C\'a,+Message,+Image%3C\'a,+Handle,+Message%3E%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[83,"impl-From%3CBuilder%3C\'a,+Message,+Hyperlink%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[84,"impl-From%3CWarning%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[85,"impl-From%3CSegmentedButton%3C\'a,+Variant,+SelectionMode,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[86,"impl-From%3CNamed%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[87,"impl-From%3CDropdown%3C\'a,+S,+Message,+Item%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[88,"impl-From%3CGrid%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[89,"impl-From%3CContextMenu%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[90,"impl-From%3CSpinButton%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[91,"impl-From%3CNavBarToggle%3CMessage%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[92,"impl-From%3CContextDrawer%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[93,"impl-From%3CListColumn%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[94,"impl-From%3CDropdown%3C\'a,+S,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[95,"impl-From%3CDialog%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[100,"impl-StyleSheet-for-Theme"],[101,"impl-StyleSheet-for-Theme"],[102,"impl-StyleSheet-for-Theme"],[103,"impl-StyleSheet-for-Theme"],[104,"impl-StyleSheet-for-Theme"],[105,"impl-StyleSheet-for-Theme"],[106,"impl-StyleSheet-for-Theme"],[107,"impl-StyleSheet-for-Theme"],[108,"impl-StyleSheet-for-Theme"],[109,"impl-StyleSheet-for-Theme"],[110,"impl-StyleSheet-for-Theme"],[128,"impl-StyleSheet-for-Theme"],[129,"impl-StyleSheet-for-Theme"],[133,"impl-StyleSheet-for-Theme"],[134,"impl-StyleSheet-for-Theme"],[147,"impl-StyleSheet-for-Theme"],[148,"impl-StyleSheet-for-Theme"],[396,"impl-Application-for-Cosmic%3CT%3E"],[397,"impl-Cosmic%3CApp%3E"],[684,"impl-Display-for-Error"],[685,"impl-Debug-for-Error"],[691,"impl-From%3CError%3E-for-Error"],[692,"impl-From%3CError%3E-for-Error"],[693,"impl-From%3CSpannedError%3E-for-Error"],[694,"impl-From%3CError%3CError%3E%3E-for-Error"],[696,"impl-From%3CError%3E-for-Error"],[1786,"impl-Add-for-Alpha%3CC,+T%3E"],[1787,"impl-Add%3CT%3E-for-Alpha%3CC,+T%3E"],[1788,"impl-Add%3CT%3E-for-Hsl%3CS,+T%3E"],[1789,"impl-Add-for-Hsl%3CS,+T%3E"],[1790,"impl-Add-for-Hsluv%3CWp,+T%3E"],[1791,"impl-Add%3CT%3E-for-Hsluv%3CWp,+T%3E"],[1792,"impl-Add%3CT%3E-for-Hsv%3CS,+T%3E"],[1793,"impl-Add-for-Hsv%3CS,+T%3E"],[1794,"impl-Add-for-LabHue%3CT%3E"],[1795,"impl-Add%3CT%3E-for-LabHue%3CT%3E"],[1796,"impl-Add%3CT%3E-for-LuvHue%3CT%3E"],[1797,"impl-Add-for-LuvHue%3CT%3E"],[1798,"impl-Add-for-RgbHue%3CT%3E"],[1799,"impl-Add%3CT%3E-for-RgbHue%3CT%3E"],[1800,"impl-Add%3CT%3E-for-OklabHue%3CT%3E"],[1801,"impl-Add-for-OklabHue%3CT%3E"],[1802,"impl-Add%3CT%3E-for-Hwb%3CS,+T%3E"],[1803,"impl-Add-for-Hwb%3CS,+T%3E"],[1804,"impl-Add%3CT%3E-for-Lab%3CWp,+T%3E"],[1805,"impl-Add-for-Lab%3CWp,+T%3E"],[1806,"impl-Add%3CT%3E-for-Lch%3CWp,+T%3E"],[1807,"impl-Add-for-Lch%3CWp,+T%3E"],[1808,"impl-Add%3CT%3E-for-Lchuv%3CWp,+T%3E"],[1809,"impl-Add-for-Lchuv%3CWp,+T%3E"],[1810,"impl-Add-for-Luv%3CWp,+T%3E"],[1811,"impl-Add%3CT%3E-for-Luv%3CWp,+T%3E"],[1812,"impl-Add-for-Okhsl%3CT%3E"],[1813,"impl-Add%3CT%3E-for-Okhsl%3CT%3E"],[1814,"impl-Add-for-Okhsv%3CT%3E"],[1815,"impl-Add%3CT%3E-for-Okhsv%3CT%3E"],[1816,"impl-Add%3CT%3E-for-Okhwb%3CT%3E"],[1817,"impl-Add-for-Okhwb%3CT%3E"],[1818,"impl-Add%3CT%3E-for-Oklab%3CT%3E"],[1819,"impl-Add-for-Oklab%3CT%3E"],[1820,"impl-Add-for-Oklch%3CT%3E"],[1821,"impl-Add%3CT%3E-for-Oklch%3CT%3E"],[1822,"impl-Add-for-Xyz%3CWp,+T%3E"],[1823,"impl-Add%3CT%3E-for-Xyz%3CWp,+T%3E"],[1824,"impl-Add-for-Yxy%3CWp,+T%3E"],[1825,"impl-Add%3CT%3E-for-Yxy%3CWp,+T%3E"],[1826,"impl-AddAssign%3CT%3E-for-Alpha%3CC,+T%3E"],[1827,"impl-AddAssign-for-Alpha%3CC,+T%3E"],[1828,"impl-AddAssign-for-Hsl%3CS,+T%3E"],[1829,"impl-AddAssign%3CT%3E-for-Hsl%3CS,+T%3E"],[1830,"impl-AddAssign%3CT%3E-for-Hsluv%3CWp,+T%3E"],[1831,"impl-AddAssign-for-Hsluv%3CWp,+T%3E"],[1832,"impl-AddAssign-for-Hsv%3CS,+T%3E"],[1833,"impl-AddAssign%3CT%3E-for-Hsv%3CS,+T%3E"],[1834,"impl-AddAssign%3CT%3E-for-LabHue%3CT%3E"],[1835,"impl-AddAssign-for-LabHue%3CT%3E"],[1836,"impl-AddAssign%3CT%3E-for-LuvHue%3CT%3E"],[1837,"impl-AddAssign-for-LuvHue%3CT%3E"],[1838,"impl-AddAssign%3CT%3E-for-RgbHue%3CT%3E"],[1839,"impl-AddAssign-for-RgbHue%3CT%3E"],[1840,"impl-AddAssign-for-OklabHue%3CT%3E"],[1841,"impl-AddAssign%3CT%3E-for-OklabHue%3CT%3E"],[1842,"impl-AddAssign-for-Hwb%3CS,+T%3E"],[1843,"impl-AddAssign%3CT%3E-for-Hwb%3CS,+T%3E"],[1844,"impl-AddAssign%3CT%3E-for-Lab%3CWp,+T%3E"],[1845,"impl-AddAssign-for-Lab%3CWp,+T%3E"],[1846,"impl-AddAssign%3CT%3E-for-Lch%3CWp,+T%3E"],[1847,"impl-AddAssign-for-Lch%3CWp,+T%3E"],[1848,"impl-AddAssign%3CT%3E-for-Lchuv%3CWp,+T%3E"],[1849,"impl-AddAssign-for-Lchuv%3CWp,+T%3E"],[1850,"impl-AddAssign%3CT%3E-for-Luv%3CWp,+T%3E"],[1851,"impl-AddAssign-for-Luv%3CWp,+T%3E"],[1852,"impl-AddAssign-for-Okhsl%3CT%3E"],[1853,"impl-AddAssign%3CT%3E-for-Okhsl%3CT%3E"],[1854,"impl-AddAssign-for-Okhsv%3CT%3E"],[1855,"impl-AddAssign%3CT%3E-for-Okhsv%3CT%3E"],[1856,"impl-AddAssign-for-Okhwb%3CT%3E"],[1857,"impl-AddAssign%3CT%3E-for-Okhwb%3CT%3E"],[1858,"impl-AddAssign%3CT%3E-for-Oklab%3CT%3E"],[1859,"impl-AddAssign-for-Oklab%3CT%3E"],[1860,"impl-AddAssign-for-Oklch%3CT%3E"],[1861,"impl-AddAssign%3CT%3E-for-Oklch%3CT%3E"],[1862,"impl-AddAssign-for-Xyz%3CWp,+T%3E"],[1863,"impl-AddAssign%3CT%3E-for-Xyz%3CWp,+T%3E"],[1864,"impl-AddAssign%3CT%3E-for-Yxy%3CWp,+T%3E"],[1865,"impl-AddAssign-for-Yxy%3CWp,+T%3E"],[1974,"impl-AsMut%3C%5BT%5D%3E-for-Alpha%3CC,+T%3E"],[1975,"impl-AsMut%3C%5BT;+N%5D%3E-for-Alpha%3CC,+T%3E"],[1976,"impl-AsMut%3C%5BT%5D%3E-for-Hsl%3CS,+T%3E"],[1977,"impl-AsMut%3C%5BT;+3%5D%3E-for-Hsl%3CS,+T%3E"],[1978,"impl-AsMut%3C%5BT%5D%3E-for-Hsluv%3CWp,+T%3E"],[1979,"impl-AsMut%3C%5BT;+3%5D%3E-for-Hsluv%3CWp,+T%3E"],[1980,"impl-AsMut%3C%5BT;+3%5D%3E-for-Hsv%3CS,+T%3E"],[1981,"impl-AsMut%3C%5BT%5D%3E-for-Hsv%3CS,+T%3E"],[1982,"impl-AsMut%3C%5BT%5D%3E-for-Hwb%3CS,+T%3E"],[1983,"impl-AsMut%3C%5BT;+3%5D%3E-for-Hwb%3CS,+T%3E"],[1984,"impl-AsMut%3C%5BT%5D%3E-for-Lab%3CWp,+T%3E"],[1985,"impl-AsMut%3C%5BT;+3%5D%3E-for-Lab%3CWp,+T%3E"],[1986,"impl-AsMut%3C%5BT;+3%5D%3E-for-Lch%3CWp,+T%3E"],[1987,"impl-AsMut%3C%5BT%5D%3E-for-Lch%3CWp,+T%3E"],[1988,"impl-AsMut%3C%5BT;+3%5D%3E-for-Lchuv%3CWp,+T%3E"],[1989,"impl-AsMut%3C%5BT%5D%3E-for-Lchuv%3CWp,+T%3E"],[1990,"impl-AsMut%3C%5BT;+3%5D%3E-for-Luv%3CWp,+T%3E"],[1991,"impl-AsMut%3C%5BT%5D%3E-for-Luv%3CWp,+T%3E"],[1992,"impl-AsMut%3C%5BT;+3%5D%3E-for-Okhsl%3CT%3E"],[1993,"impl-AsMut%3C%5BT%5D%3E-for-Okhsl%3CT%3E"],[1994,"impl-AsMut%3C%5BT;+3%5D%3E-for-Okhsv%3CT%3E"],[1995,"impl-AsMut%3C%5BT%5D%3E-for-Okhsv%3CT%3E"],[1996,"impl-AsMut%3C%5BT%5D%3E-for-Okhwb%3CT%3E"],[1997,"impl-AsMut%3C%5BT;+3%5D%3E-for-Okhwb%3CT%3E"],[1998,"impl-AsMut%3C%5BT;+3%5D%3E-for-Oklab%3CT%3E"],[1999,"impl-AsMut%3C%5BT%5D%3E-for-Oklab%3CT%3E"],[2000,"impl-AsMut%3C%5BT%5D%3E-for-Oklch%3CT%3E"],[2001,"impl-AsMut%3C%5BT;+3%5D%3E-for-Oklch%3CT%3E"],[2002,"impl-AsMut%3C%5BT%5D%3E-for-Xyz%3CWp,+T%3E"],[2003,"impl-AsMut%3C%5BT;+3%5D%3E-for-Xyz%3CWp,+T%3E"],[2004,"impl-AsMut%3C%5BT;+3%5D%3E-for-Yxy%3CWp,+T%3E"],[2005,"impl-AsMut%3C%5BT%5D%3E-for-Yxy%3CWp,+T%3E"],[2006,"impl-AsRef%3C%5BT;+N%5D%3E-for-Alpha%3CC,+T%3E"],[2007,"impl-AsRef%3C%5BT%5D%3E-for-Alpha%3CC,+T%3E"],[2008,"impl-AsRef%3C%5BT;+3%5D%3E-for-Hsl%3CS,+T%3E"],[2009,"impl-AsRef%3C%5BT%5D%3E-for-Hsl%3CS,+T%3E"],[2010,"impl-AsRef%3C%5BT;+3%5D%3E-for-Hsluv%3CWp,+T%3E"],[2011,"impl-AsRef%3C%5BT%5D%3E-for-Hsluv%3CWp,+T%3E"],[2012,"impl-AsRef%3C%5BT;+3%5D%3E-for-Hsv%3CS,+T%3E"],[2013,"impl-AsRef%3C%5BT%5D%3E-for-Hsv%3CS,+T%3E"],[2018,"impl-AsRef%3C%5BT%5D%3E-for-Hwb%3CS,+T%3E"],[2019,"impl-AsRef%3C%5BT;+3%5D%3E-for-Hwb%3CS,+T%3E"],[2020,"impl-AsRef%3C%5BT%5D%3E-for-Lab%3CWp,+T%3E"],[2021,"impl-AsRef%3C%5BT;+3%5D%3E-for-Lab%3CWp,+T%3E"],[2022,"impl-AsRef%3C%5BT%5D%3E-for-Lch%3CWp,+T%3E"],[2023,"impl-AsRef%3C%5BT;+3%5D%3E-for-Lch%3CWp,+T%3E"],[2024,"impl-AsRef%3C%5BT;+3%5D%3E-for-Lchuv%3CWp,+T%3E"],[2025,"impl-AsRef%3C%5BT%5D%3E-for-Lchuv%3CWp,+T%3E"],[2026,"impl-AsRef%3C%5BT;+3%5D%3E-for-Luv%3CWp,+T%3E"],[2027,"impl-AsRef%3C%5BT%5D%3E-for-Luv%3CWp,+T%3E"],[2028,"impl-AsRef%3C%5BT;+3%5D%3E-for-Okhsl%3CT%3E"],[2029,"impl-AsRef%3C%5BT%5D%3E-for-Okhsl%3CT%3E"],[2030,"impl-AsRef%3C%5BT%5D%3E-for-Okhsv%3CT%3E"],[2031,"impl-AsRef%3C%5BT;+3%5D%3E-for-Okhsv%3CT%3E"],[2032,"impl-AsRef%3C%5BT%5D%3E-for-Okhwb%3CT%3E"],[2033,"impl-AsRef%3C%5BT;+3%5D%3E-for-Okhwb%3CT%3E"],[2034,"impl-AsRef%3C%5BT%5D%3E-for-Oklab%3CT%3E"],[2035,"impl-AsRef%3C%5BT;+3%5D%3E-for-Oklab%3CT%3E"],[2036,"impl-AsRef%3C%5BT%5D%3E-for-Oklch%3CT%3E"],[2037,"impl-AsRef%3C%5BT;+3%5D%3E-for-Oklch%3CT%3E"],[2038,"impl-AsRef%3C%5BT;+3%5D%3E-for-Xyz%3CWp,+T%3E"],[2039,"impl-AsRef%3C%5BT%5D%3E-for-Xyz%3CWp,+T%3E"],[2040,"impl-AsRef%3C%5BT%5D%3E-for-Yxy%3CWp,+T%3E"],[2041,"impl-AsRef%3C%5BT;+3%5D%3E-for-Yxy%3CWp,+T%3E"],[2042,"impl-Alpha%3CHwb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2043,"impl-Alpha%3CHsl%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2044,"impl-Alpha%3CCam16Qch%3C%26mut+T%3E,+%26mut+A%3E"],[2045,"impl-Alpha%3COkhsl%3C%26mut+T%3E,+%26mut+A%3E"],[2046,"impl-Alpha%3COkhsv%3C%26mut+T%3E,+%26mut+A%3E"],[2047,"impl-Alpha%3CHsluv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2048,"impl-Alpha%3CCam16UcsJmh%3C%26mut+T%3E,+%26mut+A%3E"],[2049,"impl-Alpha%3CCam16Qmh%3C%26mut+T%3E,+%26mut+A%3E"],[2050,"impl-Alpha%3CXyz%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2051,"impl-Alpha%3CLuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2052,"impl-Alpha%3CLab%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2053,"impl-Alpha%3CCam16Jsh%3C%26mut+T%3E,+%26mut+A%3E"],[2054,"impl-Alpha%3CYxy%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2055,"impl-Alpha%3CRgb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2056,"impl-Alpha%3CCam16Jch%3C%26mut+T%3E,+%26mut+A%3E"],[2057,"impl-Alpha%3CCam16UcsJab%3C%26mut+T%3E,+%26mut+A%3E"],[2058,"impl-Alpha%3CLchuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2059,"impl-Alpha%3COkhwb%3C%26mut+T%3E,+%26mut+A%3E"],[2060,"impl-Alpha%3COklch%3C%26mut+T%3E,+%26mut+A%3E"],[2061,"impl-Alpha%3CLuma%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2062,"impl-Alpha%3CLch%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2063,"impl-Alpha%3CCam16Qsh%3C%26mut+T%3E,+%26mut+A%3E"],[2064,"impl-Alpha%3CHsv%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2065,"impl-Alpha%3COklab%3C%26mut+T%3E,+%26mut+A%3E"],[2066,"impl-Alpha%3CCam16Jmh%3C%26mut+T%3E,+%26mut+A%3E"],[2208,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2209,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2210,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2211,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2212,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2213,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2214,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2215,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2216,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2217,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2218,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2219,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2220,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2221,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2222,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2223,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2224,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2225,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2226,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2227,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2228,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2229,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2230,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2231,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2232,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2292,"impl-Alpha%3CCam16UcsJab%3C%26mut+T%3E,+%26mut+A%3E"],[2293,"impl-Alpha%3CLchuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2294,"impl-Alpha%3CCam16Jmh%3C%26mut+T%3E,+%26mut+A%3E"],[2295,"impl-Alpha%3CYxy%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2296,"impl-Alpha%3CLab%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2297,"impl-Alpha%3COkhwb%3C%26mut+T%3E,+%26mut+A%3E"],[2298,"impl-Alpha%3CHsluv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2299,"impl-Alpha%3COkhsl%3C%26T%3E,+%26A%3E"],[2300,"impl-Alpha%3CCam16UcsJmh%3C%26T%3E,+%26A%3E"],[2301,"impl-Alpha%3CCam16UcsJab%3C%26T%3E,+%26A%3E"],[2302,"impl-Alpha%3COklab%3C%26T%3E,+%26A%3E"],[2303,"impl-Alpha%3CCam16Qsh%3C%26mut+T%3E,+%26mut+A%3E"],[2304,"impl-Alpha%3CHwb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2305,"impl-Alpha%3CCam16Jmh%3C%26T%3E,+%26A%3E"],[2306,"impl-Alpha%3CHsv%3CS,+%26T%3E,+%26A%3E"],[2307,"impl-Alpha%3COklab%3C%26mut+T%3E,+%26mut+A%3E"],[2308,"impl-Alpha%3CYxy%3CWp,+%26T%3E,+%26A%3E"],[2309,"impl-Alpha%3COklch%3C%26T%3E,+%26A%3E"],[2310,"impl-Alpha%3CLuma%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2311,"impl-Alpha%3CCam16Qsh%3C%26T%3E,+%26A%3E"],[2312,"impl-Alpha%3CRgb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2313,"impl-Alpha%3CHsl%3CS,+%26T%3E,+%26A%3E"],[2314,"impl-Alpha%3COkhsv%3C%26mut+T%3E,+%26mut+A%3E"],[2315,"impl-Alpha%3CLuma%3CS,+%26T%3E,+%26A%3E"],[2316,"impl-Alpha%3CLch%3CWp,+%26T%3E,+%26A%3E"],[2317,"impl-Alpha%3COkhwb%3C%26T%3E,+%26A%3E"],[2318,"impl-Alpha%3CCam16Jch%3C%26T%3E,+%26A%3E"],[2319,"impl-Alpha%3CLch%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2320,"impl-Alpha%3CLuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2321,"impl-Alpha%3CHsluv%3CWp,+%26T%3E,+%26A%3E"],[2322,"impl-Alpha%3CCam16UcsJmh%3C%26mut+T%3E,+%26mut+A%3E"],[2323,"impl-Alpha%3CXyz%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2324,"impl-Alpha%3CCam16Jsh%3C%26T%3E,+%26A%3E"],[2325,"impl-Alpha%3COklch%3C%26mut+T%3E,+%26mut+A%3E"],[2326,"impl-Alpha%3CLab%3CWp,+%26T%3E,+%26A%3E"],[2327,"impl-Alpha%3CHsv%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2328,"impl-Alpha%3CCam16Jsh%3C%26mut+T%3E,+%26mut+A%3E"],[2329,"impl-Alpha%3CRgb%3CS,+%26T%3E,+%26A%3E"],[2330,"impl-Alpha%3CHwb%3CS,+%26T%3E,+%26A%3E"],[2331,"impl-Alpha%3COkhsv%3C%26T%3E,+%26A%3E"],[2332,"impl-Alpha%3CXyz%3CWp,+%26T%3E,+%26A%3E"],[2333,"impl-Alpha%3CCam16Qmh%3C%26mut+T%3E,+%26mut+A%3E"],[2334,"impl-Alpha%3COkhsl%3C%26mut+T%3E,+%26mut+A%3E"],[2335,"impl-Alpha%3CCam16Jch%3C%26mut+T%3E,+%26mut+A%3E"],[2336,"impl-Alpha%3CHsl%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2337,"impl-Alpha%3CCam16Qch%3C%26T%3E,+%26A%3E"],[2338,"impl-Alpha%3CLuv%3CWp,+%26T%3E,+%26A%3E"],[2339,"impl-Alpha%3CLchuv%3CWp,+%26T%3E,+%26A%3E"],[2340,"impl-Alpha%3CCam16Qch%3C%26mut+T%3E,+%26mut+A%3E"],[2341,"impl-Alpha%3CCam16Qmh%3C%26T%3E,+%26A%3E"],[2342,"impl-Hsl%3CS,+%26mut+T%3E"],[2343,"impl-Hsl%3CS,+%26T%3E"],[2344,"impl-Hsluv%3CWp,+%26T%3E"],[2345,"impl-Hsluv%3CWp,+%26mut+T%3E"],[2346,"impl-Hsv%3CS,+%26T%3E"],[2347,"impl-Hsv%3CS,+%26mut+T%3E"],[2348,"impl-LabHue%3C%26mut+T%3E"],[2349,"impl-LabHue%3C%26T%3E"],[2350,"impl-LuvHue%3C%26mut+T%3E"],[2351,"impl-LuvHue%3C%26T%3E"],[2352,"impl-RgbHue%3C%26mut+T%3E"],[2353,"impl-RgbHue%3C%26T%3E"],[2354,"impl-OklabHue%3C%26mut+T%3E"],[2355,"impl-OklabHue%3C%26T%3E"],[2356,"impl-Hwb%3CS,+%26T%3E"],[2357,"impl-Hwb%3CS,+%26mut+T%3E"],[2358,"impl-Lab%3CWp,+%26mut+T%3E"],[2359,"impl-Lab%3CWp,+%26T%3E"],[2360,"impl-Lch%3CWp,+%26T%3E"],[2361,"impl-Lch%3CWp,+%26mut+T%3E"],[2362,"impl-Lchuv%3CWp,+%26mut+T%3E"],[2363,"impl-Lchuv%3CWp,+%26T%3E"],[2364,"impl-Luv%3CWp,+%26T%3E"],[2365,"impl-Luv%3CWp,+%26mut+T%3E"],[2366,"impl-Okhsl%3C%26mut+T%3E"],[2367,"impl-Okhsl%3C%26T%3E"],[2368,"impl-Okhsv%3C%26T%3E"],[2369,"impl-Okhsv%3C%26mut+T%3E"],[2370,"impl-Okhwb%3C%26mut+T%3E"],[2371,"impl-Okhwb%3C%26T%3E"],[2372,"impl-Oklab%3C%26mut+T%3E"],[2373,"impl-Oklab%3C%26T%3E"],[2374,"impl-Oklch%3C%26mut+T%3E"],[2375,"impl-Oklch%3C%26T%3E"],[2376,"impl-Xyz%3CWp,+%26T%3E"],[2377,"impl-Xyz%3CWp,+%26mut+T%3E"],[2378,"impl-Yxy%3CWp,+%26mut+T%3E"],[2379,"impl-Yxy%3CWp,+%26T%3E"],[2404,"impl-Complementary-for-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[2405,"impl-Complementary-for-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[2406,"impl-Complementary-for-Alpha%3COklab%3CT%3E,+A%3E"],[2407,"impl-Complementary-for-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[2434,"impl-Alpha%3CRgb%3CS,+%26T%3E,+%26A%3E"],[2435,"impl-Alpha%3COklch%3C%26T%3E,+%26A%3E"],[2436,"impl-Alpha%3CHsv%3CS,+%26T%3E,+%26A%3E"],[2437,"impl-Alpha%3CHsluv%3CWp,+%26T%3E,+%26A%3E"],[2438,"impl-Alpha%3CHsluv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2439,"impl-Alpha%3COkhsv%3C%26T%3E,+%26A%3E"],[2440,"impl-Alpha%3COkhsv%3C%26mut+T%3E,+%26mut+A%3E"],[2441,"impl-Alpha%3COkhsl%3C%26T%3E,+%26A%3E"],[2442,"impl-Alpha%3CCam16Jsh%3C%26T%3E,+%26A%3E"],[2443,"impl-Alpha%3CHsl%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2444,"impl-Alpha%3CHsv%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2445,"impl-Alpha%3CCam16Jsh%3C%26mut+T%3E,+%26mut+A%3E"],[2446,"impl-Alpha%3COkhwb%3C%26T%3E,+%26A%3E"],[2447,"impl-Alpha%3CHsl%3CS,+%26T%3E,+%26A%3E"],[2448,"impl-Alpha%3CLuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2449,"impl-Alpha%3COkhwb%3C%26mut+T%3E,+%26mut+A%3E"],[2450,"impl-Alpha%3COklab%3C%26T%3E,+%26A%3E"],[2451,"impl-Alpha%3COklab%3C%26mut+T%3E,+%26mut+A%3E"],[2452,"impl-Alpha%3CHwb%3CS,+%26T%3E,+%26A%3E"],[2453,"impl-Alpha%3CCam16Jmh%3C%26mut+T%3E,+%26mut+A%3E"],[2454,"impl-Alpha%3CCam16UcsJmh%3C%26mut+T%3E,+%26mut+A%3E"],[2455,"impl-Alpha%3CCam16Jmh%3C%26T%3E,+%26A%3E"],[2456,"impl-Alpha%3CLuv%3CWp,+%26T%3E,+%26A%3E"],[2457,"impl-Alpha%3CHwb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2458,"impl-Alpha%3CCam16Jch%3C%26mut+T%3E,+%26mut+A%3E"],[2459,"impl-Alpha%3CCam16Qch%3C%26T%3E,+%26A%3E"],[2460,"impl-Alpha%3CLab%3CWp,+%26T%3E,+%26A%3E"],[2461,"impl-Alpha%3CCam16Qch%3C%26mut+T%3E,+%26mut+A%3E"],[2462,"impl-Alpha%3CCam16Jch%3C%26T%3E,+%26A%3E"],[2463,"impl-Alpha%3CCam16UcsJmh%3C%26T%3E,+%26A%3E"],[2464,"impl-Alpha%3COkhsl%3C%26mut+T%3E,+%26mut+A%3E"],[2465,"impl-Alpha%3COklch%3C%26mut+T%3E,+%26mut+A%3E"],[2466,"impl-Alpha%3CYxy%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2467,"impl-Alpha%3CLab%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2468,"impl-Alpha%3CLuma%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2469,"impl-Alpha%3CCam16Qmh%3C%26T%3E,+%26A%3E"],[2470,"impl-Alpha%3CLuma%3CS,+%26T%3E,+%26A%3E"],[2471,"impl-Alpha%3CLch%3CWp,+%26T%3E,+%26A%3E"],[2472,"impl-Alpha%3CCam16Qmh%3C%26mut+T%3E,+%26mut+A%3E"],[2473,"impl-Alpha%3CLchuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2474,"impl-Alpha%3CRgb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2475,"impl-Alpha%3CYxy%3CWp,+%26T%3E,+%26A%3E"],[2476,"impl-Alpha%3CCam16UcsJab%3C%26mut+T%3E,+%26mut+A%3E"],[2477,"impl-Alpha%3CLch%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2478,"impl-Alpha%3CCam16UcsJab%3C%26T%3E,+%26A%3E"],[2479,"impl-Alpha%3CLchuv%3CWp,+%26T%3E,+%26A%3E"],[2480,"impl-Alpha%3CCam16Qsh%3C%26mut+T%3E,+%26mut+A%3E"],[2481,"impl-Alpha%3CCam16Qsh%3C%26T%3E,+%26A%3E"],[2482,"impl-Alpha%3CXyz%3CWp,+%26T%3E,+%26A%3E"],[2483,"impl-Alpha%3CXyz%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2484,"impl-Hsl%3CS,+%26T%3E"],[2485,"impl-Hsl%3CS,+%26mut+T%3E"],[2486,"impl-Hsluv%3CWp,+%26T%3E"],[2487,"impl-Hsluv%3CWp,+%26mut+T%3E"],[2488,"impl-Hsv%3CS,+%26mut+T%3E"],[2489,"impl-Hsv%3CS,+%26T%3E"],[2490,"impl-LabHue%3C%26mut+T%3E"],[2491,"impl-LabHue%3C%26T%3E"],[2492,"impl-LuvHue%3C%26T%3E"],[2493,"impl-LuvHue%3C%26mut+T%3E"],[2494,"impl-RgbHue%3C%26T%3E"],[2495,"impl-RgbHue%3C%26mut+T%3E"],[2496,"impl-OklabHue%3C%26T%3E"],[2497,"impl-OklabHue%3C%26mut+T%3E"],[2498,"impl-Hwb%3CS,+%26mut+T%3E"],[2499,"impl-Hwb%3CS,+%26T%3E"],[2500,"impl-Lab%3CWp,+%26mut+T%3E"],[2501,"impl-Lab%3CWp,+%26T%3E"],[2502,"impl-Lch%3CWp,+%26mut+T%3E"],[2503,"impl-Lch%3CWp,+%26T%3E"],[2504,"impl-Lchuv%3CWp,+%26T%3E"],[2505,"impl-Lchuv%3CWp,+%26mut+T%3E"],[2506,"impl-Luv%3CWp,+%26T%3E"],[2507,"impl-Luv%3CWp,+%26mut+T%3E"],[2508,"impl-Okhsl%3C%26T%3E"],[2509,"impl-Okhsl%3C%26mut+T%3E"],[2510,"impl-Okhsv%3C%26mut+T%3E"],[2511,"impl-Okhsv%3C%26T%3E"],[2512,"impl-Okhwb%3C%26mut+T%3E"],[2513,"impl-Okhwb%3C%26T%3E"],[2514,"impl-Oklab%3C%26mut+T%3E"],[2515,"impl-Oklab%3C%26T%3E"],[2516,"impl-Oklch%3C%26T%3E"],[2517,"impl-Oklch%3C%26mut+T%3E"],[2518,"impl-Xyz%3CWp,+%26T%3E"],[2519,"impl-Xyz%3CWp,+%26mut+T%3E"],[2520,"impl-Yxy%3CWp,+%26T%3E"],[2521,"impl-Yxy%3CWp,+%26mut+T%3E"],[2689,"impl-Div%3CT%3E-for-Alpha%3CC,+T%3E"],[2690,"impl-Div-for-Alpha%3CC,+T%3E"],[2691,"impl-Div-for-Lab%3CWp,+T%3E"],[2692,"impl-Div%3CT%3E-for-Lab%3CWp,+T%3E"],[2693,"impl-Div-for-Luv%3CWp,+T%3E"],[2694,"impl-Div%3CT%3E-for-Luv%3CWp,+T%3E"],[2695,"impl-Div%3CT%3E-for-Oklab%3CT%3E"],[2696,"impl-Div-for-Oklab%3CT%3E"],[2697,"impl-Div-for-Xyz%3CWp,+T%3E"],[2698,"impl-Div%3CT%3E-for-Xyz%3CWp,+T%3E"],[2699,"impl-Div-for-Yxy%3CWp,+T%3E"],[2700,"impl-Div%3CT%3E-for-Yxy%3CWp,+T%3E"],[2701,"impl-DivAssign%3CT%3E-for-Alpha%3CC,+T%3E"],[2702,"impl-DivAssign-for-Alpha%3CC,+T%3E"],[2703,"impl-DivAssign-for-Lab%3CWp,+T%3E"],[2704,"impl-DivAssign%3CT%3E-for-Lab%3CWp,+T%3E"],[2705,"impl-DivAssign%3CT%3E-for-Luv%3CWp,+T%3E"],[2706,"impl-DivAssign-for-Luv%3CWp,+T%3E"],[2707,"impl-DivAssign%3CT%3E-for-Oklab%3CT%3E"],[2708,"impl-DivAssign-for-Oklab%3CT%3E"],[2709,"impl-DivAssign%3CT%3E-for-Xyz%3CWp,+T%3E"],[2710,"impl-DivAssign-for-Xyz%3CWp,+T%3E"],[2711,"impl-DivAssign%3CT%3E-for-Yxy%3CWp,+T%3E"],[2712,"impl-DivAssign-for-Yxy%3CWp,+T%3E"],[2715,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2716,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2717,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2718,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2719,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2720,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2721,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2722,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2723,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2724,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2725,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2726,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2727,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2728,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2729,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2730,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2731,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2732,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2733,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2734,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2735,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2736,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2737,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2738,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2739,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2786,"impl-PartialEq-for-LabHue%3CT%3E"],[2787,"impl-PartialEq%3CT%3E-for-LabHue%3CT%3E"],[2788,"impl-PartialEq%3CT%3E-for-LuvHue%3CT%3E"],[2789,"impl-PartialEq-for-LuvHue%3CT%3E"],[2790,"impl-PartialEq-for-RgbHue%3CT%3E"],[2791,"impl-PartialEq%3CT%3E-for-RgbHue%3CT%3E"],[2792,"impl-PartialEq%3CT%3E-for-OklabHue%3CT%3E"],[2793,"impl-PartialEq-for-OklabHue%3CT%3E"],[2888,"impl-LowerHex-for-Alpha%3CC,+T%3E"],[2889,"impl-Debug-for-Alpha%3CC,+T%3E"],[2890,"impl-UpperHex-for-Alpha%3CC,+T%3E"],[2911,"impl-From%3C%5BAlpha%3CCam16UcsJmh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16UcsJmh%3CV%3E,+V%3E"],[2912,"impl-From%3C%5BAlpha%3CCam16Qsh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Qsh%3CV%3E,+V%3E"],[2913,"impl-From%3CRgb%3CLinear%3CSrgb%3E,+T%3E%3E-for-Alpha%3CRgb%3CSrgb,+U%3E,+U%3E"],[2914,"impl-From%3C%5BAlpha%3CCam16%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16%3CV%3E,+V%3E"],[2915,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[2916,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3COklab%3CT%3E,+A%3E"],[2917,"impl-From%3CPreAlpha%3CC%3E%3E-for-Alpha%3CC,+%3CC+as+Premultiply%3E::Scalar%3E"],[2918,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[2919,"impl-From%3CAlpha%3CRgb%3CS%3E,+f32%3E%3E-for-Alpha%3CRgb%3CS,+f64%3E,+f64%3E"],[2920,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[2921,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[2922,"impl-From%3CColor%3E-for-Alpha%3CRgb,+f32%3E"],[2923,"impl-From%3CAlpha%3CRgb%3CS,+u8%3E,+u8%3E%3E-for-Alpha%3CRgb%3CS%3E,+f32%3E"],[2924,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[2925,"impl-From%3C%5BAlpha%3CCam16Jsh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Jsh%3CV%3E,+V%3E"],[2926,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-%26mut+Alpha%3CC,+T%3E"],[2927,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3COkhsv%3CT%3E,+A%3E"],[2928,"impl-From%3C%5BAlpha%3CXyz%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CXyz%3CWp,+V%3E,+V%3E"],[2929,"impl-From%3CAlpha%3CRgb%3CLinear%3CSrgb%3E,+T%3E,+T%3E%3E-for-Alpha%3CRgb%3CSrgb,+U%3E,+U%3E"],[2930,"impl-From%3CAlpha%3CRgb%3CS%3E,+f32%3E%3E-for-Alpha%3CRgb%3CS,+u8%3E,+u8%3E"],[2931,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[2932,"impl-From%3C%5BAlpha%3COklab%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COklab%3CV%3E,+V%3E"],[2933,"impl-From%3C%5BAlpha%3CCam16Jmh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Jmh%3CV%3E,+V%3E"],[2934,"impl-From%3C%5BAlpha%3COklch%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COklch%3CV%3E,+V%3E"],[2935,"impl-From%3C%5BAlpha%3CHwb%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CHwb%3CS,+V%3E,+V%3E"],[2936,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[2937,"impl-From%3C%5BAlpha%3CHsluv%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CHsluv%3CWp,+V%3E,+V%3E"],[2938,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[2939,"impl-From%3C%5BAlpha%3COkhsv%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COkhsv%3CV%3E,+V%3E"],[2940,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[2941,"impl-From%3CC%3E-for-Alpha%3CC,+T%3E"],[2942,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[2943,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[2944,"impl-From%3CAlpha%3CRgb%3CS,+f64%3E,+f64%3E%3E-for-Alpha%3CRgb%3CS,+u8%3E,+u8%3E"],[2945,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[2946,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[2947,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3COklch%3CT%3E,+A%3E"],[2948,"impl-From%3Cu16%3E-for-Alpha%3CLuma%3CS,+u8%3E,+u8%3E"],[2949,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[2950,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[2951,"impl-From%3C%5BAlpha%3CLchuv%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLchuv%3CWp,+V%3E,+V%3E"],[2952,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[2953,"impl-From%3CAlpha%3CRgb%3CS,+f64%3E,+f64%3E%3E-for-Alpha%3CRgb%3CS%3E,+f32%3E"],[2954,"impl-From%3C%5BAlpha%3CLab%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLab%3CWp,+V%3E,+V%3E"],[2955,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[2956,"impl-From%3CRgb%3CSrgb,+T%3E%3E-for-Alpha%3CRgb%3CLinear%3CSrgb%3E,+U%3E,+U%3E"],[2957,"impl-From%3C(T,+A)%3E-for-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[2958,"impl-From%3Cu32%3E-for-Alpha%3CRgb%3CS,+u8%3E,+u8%3E"],[2959,"impl-From%3C%5BAlpha%3CHsl%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CHsl%3CS,+V%3E,+V%3E"],[2960,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[2961,"impl-From%3C%5BAlpha%3CHsv%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CHsv%3CS,+V%3E,+V%3E"],[2962,"impl-From%3C%5BAlpha%3COkhsl%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COkhsl%3CV%3E,+V%3E"],[2963,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[2965,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[2966,"impl-From%3C%5BAlpha%3CYxy%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CYxy%3CWp,+V%3E,+V%3E"],[2967,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[2968,"impl-From%3CAlpha%3CRgb%3CSrgb,+T%3E,+T%3E%3E-for-Alpha%3CRgb%3CLinear%3CSrgb%3E,+U%3E,+U%3E"],[2969,"impl-From%3C%26%5BT;+N%5D%3E-for-%26Alpha%3CC,+T%3E"],[2970,"impl-From%3C%5BAlpha%3CCam16Jch%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Jch%3CV%3E,+V%3E"],[2971,"impl-From%3CPacked%3CO,+P%3E%3E-for-Alpha%3CLuma%3CS,+T%3E,+T%3E"],[2972,"impl-From%3C%5BAlpha%3CLuma%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLuma%3CS,+V%3E,+V%3E"],[2973,"impl-From%3C%5BAlpha%3CLch%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLch%3CWp,+V%3E,+V%3E"],[2974,"impl-From%3C%5BAlpha%3CCam16UcsJab%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16UcsJab%3CV%3E,+V%3E"],[2975,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[2976,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[2977,"impl-From%3C%5BAlpha%3COkhwb%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COkhwb%3CV%3E,+V%3E"],[2979,"impl-From%3C%5BAlpha%3CCam16Qmh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Qmh%3CV%3E,+V%3E"],[2980,"impl-From%3C%5BAlpha%3CLuv%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLuv%3CWp,+V%3E,+V%3E"],[2981,"impl-From%3CPacked%3CO,+P%3E%3E-for-Alpha%3CRgb%3CS,+T%3E,+T%3E"],[2982,"impl-From%3CAlpha%3CRgb%3CS,+u8%3E,+u8%3E%3E-for-Alpha%3CRgb%3CS,+f64%3E,+f64%3E"],[2983,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[2984,"impl-From%3C%5BAlpha%3CCam16Qch%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Qch%3CV%3E,+V%3E"],[2985,"impl-From%3C%5BAlpha%3CRgb%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CRgb%3CS,+V%3E,+V%3E"],[2986,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[2987,"impl-From%3C%5BT;+N%5D%3E-for-Alpha%3CC,+T%3E"],[2988,"impl-From%3C%5BHsl%3CS,+T%3E;+N%5D%3E-for-Hsl%3CS,+V%3E"],[2989,"impl-From%3C%5BT;+3%5D%3E-for-Hsl%3CS,+T%3E"],[2990,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Hsl%3CS,+T%3E"],[2992,"impl-From%3C(H,+T,+T)%3E-for-Hsl%3CS,+T%3E"],[2993,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Hsl%3CS,+T%3E"],[2994,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Hsluv%3CWp,+T%3E"],[2995,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Hsluv%3CWp,+T%3E"],[2996,"impl-From%3C(H,+T,+T)%3E-for-Hsluv%3CWp,+T%3E"],[2998,"impl-From%3C%5BHsluv%3CWp,+T%3E;+N%5D%3E-for-Hsluv%3CWp,+V%3E"],[2999,"impl-From%3C%5BT;+3%5D%3E-for-Hsluv%3CWp,+T%3E"],[3000,"impl-From%3C%5BHsv%3CS,+T%3E;+N%5D%3E-for-Hsv%3CS,+V%3E"],[3001,"impl-From%3C(H,+T,+T)%3E-for-Hsv%3CS,+T%3E"],[3002,"impl-From%3C%5BT;+3%5D%3E-for-Hsv%3CS,+T%3E"],[3003,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Hsv%3CS,+T%3E"],[3004,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Hsv%3CS,+T%3E"],[3018,"impl-From%3C%5BT;+3%5D%3E-for-Hwb%3CS,+T%3E"],[3019,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Hwb%3CS,+T%3E"],[3020,"impl-From%3C(H,+T,+T)%3E-for-Hwb%3CS,+T%3E"],[3021,"impl-From%3C%5BHwb%3CS,+T%3E;+N%5D%3E-for-Hwb%3CS,+V%3E"],[3022,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Hwb%3CS,+T%3E"],[3024,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Lab%3CWp,+T%3E"],[3025,"impl-From%3C%5BT;+3%5D%3E-for-Lab%3CWp,+T%3E"],[3027,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Lab%3CWp,+T%3E"],[3028,"impl-From%3CPreAlpha%3CLab%3CWp,+T%3E%3E%3E-for-Lab%3CWp,+T%3E"],[3029,"impl-From%3C(T,+T,+T)%3E-for-Lab%3CWp,+T%3E"],[3030,"impl-From%3C%5BLab%3CWp,+T%3E;+N%5D%3E-for-Lab%3CWp,+V%3E"],[3031,"impl-From%3C%5BT;+3%5D%3E-for-Lch%3CWp,+T%3E"],[3032,"impl-From%3C(T,+T,+H)%3E-for-Lch%3CWp,+T%3E"],[3033,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Lch%3CWp,+T%3E"],[3035,"impl-From%3C%5BLch%3CWp,+T%3E;+N%5D%3E-for-Lch%3CWp,+V%3E"],[3036,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Lch%3CWp,+T%3E"],[3037,"impl-From%3C%5BT;+3%5D%3E-for-Lchuv%3CWp,+T%3E"],[3038,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Lchuv%3CWp,+T%3E"],[3039,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Lchuv%3CWp,+T%3E"],[3040,"impl-From%3C%5BLchuv%3CWp,+T%3E;+N%5D%3E-for-Lchuv%3CWp,+V%3E"],[3041,"impl-From%3C(T,+T,+H)%3E-for-Lchuv%3CWp,+T%3E"],[3043,"impl-From%3CPreAlpha%3CLuv%3CWp,+T%3E%3E%3E-for-Luv%3CWp,+T%3E"],[3044,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Luv%3CWp,+T%3E"],[3045,"impl-From%3C(T,+T,+T)%3E-for-Luv%3CWp,+T%3E"],[3046,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Luv%3CWp,+T%3E"],[3047,"impl-From%3C%5BT;+3%5D%3E-for-Luv%3CWp,+T%3E"],[3049,"impl-From%3C%5BLuv%3CWp,+T%3E;+N%5D%3E-for-Luv%3CWp,+V%3E"],[3051,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Okhsl%3CT%3E"],[3052,"impl-From%3C%5BT;+3%5D%3E-for-Okhsl%3CT%3E"],[3053,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Okhsl%3CT%3E"],[3054,"impl-From%3C%5BOkhsl%3CT%3E;+N%5D%3E-for-Okhsl%3CV%3E"],[3055,"impl-From%3C%5BT;+3%5D%3E-for-Okhsv%3CT%3E"],[3056,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Okhsv%3CT%3E"],[3057,"impl-From%3C%5BOkhsv%3CT%3E;+N%5D%3E-for-Okhsv%3CV%3E"],[3058,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Okhsv%3CT%3E"],[3060,"impl-From%3C(H,+T,+T)%3E-for-Okhsv%3CT%3E"],[3061,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Okhwb%3CT%3E"],[3062,"impl-From%3C%5BT;+3%5D%3E-for-Okhwb%3CT%3E"],[3064,"impl-From%3C%5BOkhwb%3CT%3E;+N%5D%3E-for-Okhwb%3CV%3E"],[3065,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Okhwb%3CT%3E"],[3066,"impl-From%3C(T,+T,+T)%3E-for-Oklab%3CT%3E"],[3068,"impl-From%3CPreAlpha%3COklab%3CT%3E%3E%3E-for-Oklab%3CT%3E"],[3069,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Oklab%3CT%3E"],[3070,"impl-From%3C%5BOklab%3CT%3E;+N%5D%3E-for-Oklab%3CV%3E"],[3071,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Oklab%3CT%3E"],[3072,"impl-From%3C%5BT;+3%5D%3E-for-Oklab%3CT%3E"],[3074,"impl-From%3C%5BOklch%3CT%3E;+N%5D%3E-for-Oklch%3CV%3E"],[3075,"impl-From%3C%5BT;+3%5D%3E-for-Oklch%3CT%3E"],[3076,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Oklch%3CT%3E"],[3077,"impl-From%3C(T,+T,+H)%3E-for-Oklch%3CT%3E"],[3078,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Oklch%3CT%3E"],[3079,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Xyz%3CWp,+T%3E"],[3081,"impl-From%3C(T,+T,+T)%3E-for-Xyz%3CWp,+T%3E"],[3082,"impl-From%3C%5BT;+3%5D%3E-for-Xyz%3CWp,+T%3E"],[3083,"impl-From%3C%5BXyz%3CWp,+T%3E;+N%5D%3E-for-Xyz%3CWp,+V%3E"],[3084,"impl-From%3CPreAlpha%3CXyz%3CWp,+T%3E%3E%3E-for-Xyz%3CWp,+T%3E"],[3085,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Xyz%3CWp,+T%3E"],[3086,"impl-From%3C%5BT;+3%5D%3E-for-Yxy%3CWp,+T%3E"],[3087,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Yxy%3CWp,+T%3E"],[3088,"impl-From%3CPreAlpha%3CYxy%3CWp,+T%3E%3E%3E-for-Yxy%3CWp,+T%3E"],[3089,"impl-From%3C%5BYxy%3CWp,+T%3E;+N%5D%3E-for-Yxy%3CWp,+V%3E"],[3091,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Yxy%3CWp,+T%3E"],[3092,"impl-From%3C(T,+T,+T)%3E-for-Yxy%3CWp,+T%3E"],[3114,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jmh%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3115,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qch%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3116,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jch%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3117,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jsh%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3118,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qmh%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3119,"impl-FromCam16Unclamped%3CWpParam,+Cam16%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3120,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qsh%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3160,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3161,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Hsl%3CS,+T%3E"],[3162,"impl-FromColorUnclamped%3CLuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3163,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3164,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3165,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3166,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3167,"impl-FromColorUnclamped%3CLch%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3168,"impl-FromColorUnclamped%3CLchuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3169,"impl-FromColorUnclamped%3CYxy%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3170,"impl-FromColorUnclamped%3CLab%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3171,"impl-FromColorUnclamped%3CXyz%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3172,"impl-FromColorUnclamped%3CHsl%3CS1,+T%3E%3E-for-Hsl%3CS2,+T%3E"],[3173,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3174,"impl-FromColorUnclamped%3CHwb%3CS,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3175,"impl-FromColorUnclamped%3CHsv%3CS,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3176,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3177,"impl-FromColorUnclamped%3CHsluv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3178,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Hsluv%3CWp,+T%3E"],[3179,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3180,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3181,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3182,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3183,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3184,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3185,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3186,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3187,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3188,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3189,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3190,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3191,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3192,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3193,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3194,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3195,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3196,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3197,"impl-FromColorUnclamped%3CLch%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3198,"impl-FromColorUnclamped%3CYxy%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3199,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3200,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3201,"impl-FromColorUnclamped%3CLuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3202,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3203,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3204,"impl-FromColorUnclamped%3CXyz%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3205,"impl-FromColorUnclamped%3CLchuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3206,"impl-FromColorUnclamped%3CHsv%3CS1,+T%3E%3E-for-Hsv%3CS2,+T%3E"],[3207,"impl-FromColorUnclamped%3CHsluv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3208,"impl-FromColorUnclamped%3CHsl%3CS,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3209,"impl-FromColorUnclamped%3CHwb%3CS,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3210,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3211,"impl-FromColorUnclamped%3CLab%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3212,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Hsv%3CS,+T%3E"],[3213,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3214,"impl-FromColorUnclamped%3CLch%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3215,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3216,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3217,"impl-FromColorUnclamped%3CHsv%3CS,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3218,"impl-FromColorUnclamped%3CLab%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3219,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3220,"impl-FromColorUnclamped%3CHsluv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3221,"impl-FromColorUnclamped%3CLuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3222,"impl-FromColorUnclamped%3CHwb%3CS1,+T%3E%3E-for-Hwb%3CS2,+T%3E"],[3223,"impl-FromColorUnclamped%3CHsl%3CS,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3224,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Hwb%3CS,+T%3E"],[3225,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3226,"impl-FromColorUnclamped%3CYxy%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3227,"impl-FromColorUnclamped%3CLchuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3228,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3229,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3230,"impl-FromColorUnclamped%3CXyz%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3231,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3232,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3233,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3234,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3235,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3236,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3237,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3238,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3239,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3240,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3241,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3242,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3243,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3244,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3245,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Lab%3CWp,+T%3E"],[3246,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3247,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3248,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3249,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3250,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3251,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3252,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Lch%3CWp,+T%3E"],[3253,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3254,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3255,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3256,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3257,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3258,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3259,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3260,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3261,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3262,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3263,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3264,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3265,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3266,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3267,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3268,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3269,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3270,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3271,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Lchuv%3CWp,+T%3E"],[3272,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3273,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3274,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3275,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3276,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3277,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3278,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3279,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3280,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3281,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3282,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3283,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3284,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3285,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3286,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3287,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3288,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3289,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3290,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3291,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3292,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Luv%3CWp,+T%3E"],[3293,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3294,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3295,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3296,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3297,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3298,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3299,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3300,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3301,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3302,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3303,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3304,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Okhsl%3CT%3E"],[3305,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3306,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3307,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Okhsl%3CT%3E"],[3308,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3309,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3310,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Okhsl%3CT%3E"],[3311,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3312,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3313,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Okhsl%3CT%3E"],[3314,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3315,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Okhsl%3CT%3E"],[3316,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3317,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Okhsl%3CT%3E"],[3318,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3319,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3320,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3321,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3322,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Okhsv%3CT%3E"],[3323,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Okhsv%3CT%3E"],[3324,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3325,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3326,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3327,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3328,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3329,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3330,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3331,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3332,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3333,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Okhsv%3CT%3E"],[3334,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3335,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Okhsv%3CT%3E"],[3336,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Okhsv%3CT%3E"],[3337,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3338,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Okhsv%3CT%3E"],[3339,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3340,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Okhwb%3CT%3E"],[3341,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3342,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3343,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Okhwb%3CT%3E"],[3344,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3345,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3346,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3347,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3348,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3349,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Okhwb%3CT%3E"],[3350,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3351,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3352,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3353,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Okhwb%3CT%3E"],[3354,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3355,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Okhwb%3CT%3E"],[3356,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3357,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Oklab%3CT%3E"],[3358,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Oklab%3CT%3E"],[3359,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3360,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3361,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Oklab%3CT%3E"],[3362,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3363,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Oklab%3CT%3E"],[3364,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Oklab%3CT%3E"],[3365,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3366,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Oklab%3CT%3E"],[3367,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Oklab%3CT%3E"],[3368,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Oklab%3CT%3E"],[3369,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Oklab%3CT%3E"],[3370,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3371,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3372,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Oklab%3CT%3E"],[3373,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Oklab%3CT%3E"],[3374,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3375,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3376,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3377,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3378,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3379,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Oklch%3CT%3E"],[3380,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3381,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3382,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Oklch%3CT%3E"],[3383,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3384,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3385,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3386,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3387,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Oklch%3CT%3E"],[3388,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Oklch%3CT%3E"],[3389,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Oklch%3CT%3E"],[3390,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3391,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3392,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Oklch%3CT%3E"],[3393,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3394,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3395,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Xyz%3CD65,+T%3E"],[3396,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Xyz%3CWp,+T%3E"],[3397,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Xyz%3CWp,+T%3E"],[3398,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3399,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3400,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3401,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3402,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3403,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3404,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3405,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Xyz%3CWp,+T%3E"],[3406,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3407,"impl-FromColorUnclamped%3CLuma%3CS,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3408,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Xyz%3CWp,+T%3E"],[3409,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Xyz%3CWp,+T%3E"],[3410,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3411,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3412,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3413,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3414,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3415,"impl-FromColorUnclamped%3CLuma%3CS,+T%3E%3E-for-Yxy%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E"],[3416,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3417,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Yxy%3CWp,+T%3E"],[3418,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3419,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3420,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3421,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3422,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3423,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3424,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3425,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3426,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3427,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3428,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3445,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[3446,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[3447,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[3448,"impl-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[3449,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[3450,"impl-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[3451,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[3452,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[3453,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[3454,"impl-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[3455,"impl-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[3456,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[3457,"impl-Alpha%3COklab%3CT%3E,+A%3E"],[3458,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[3459,"impl-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[3460,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[3461,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[3462,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[3463,"impl-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[3464,"impl-Alpha%3COklch%3CT%3E,+A%3E"],[3465,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[3466,"impl-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[3467,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[3468,"impl-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[3469,"impl-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[3489,"impl-Alpha%3CRgb%3CLinear%3CS%3E,+T%3E,+A%3E"],[3490,"impl-Alpha%3CLuma%3CLinear%3CWp%3E,+T%3E,+A%3E"],[3491,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[3492,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[3493,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[3494,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[3495,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[3496,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[3497,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[3498,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[3507,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[3508,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[3509,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[3510,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[3511,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[3512,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[3529,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[3530,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[3559,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[3560,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[3561,"impl-Alpha%3CCam16%3CT%3E,+A%3E"],[3562,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[3563,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[3564,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[3565,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[3566,"impl-Alpha%3COkhwb%3CCt%3E,+Ca%3E"],[3567,"impl-Alpha%3CLab%3CWp,+Ct%3E,+Ca%3E"],[3568,"impl-Alpha%3CLuma%3CS,+Ct%3E,+Ca%3E"],[3569,"impl-Alpha%3COklch%3CCt%3E,+Ca%3E"],[3570,"impl-Alpha%3CCam16Qmh%3CCt%3E,+Ca%3E"],[3571,"impl-Alpha%3COkhsv%3CCt%3E,+Ca%3E"],[3572,"impl-Alpha%3CLuv%3CWp,+Ct%3E,+Ca%3E"],[3573,"impl-Alpha%3CCam16Jmh%3CCt%3E,+Ca%3E"],[3574,"impl-Alpha%3CHsluv%3CWp,+Ct%3E,+Ca%3E"],[3575,"impl-Alpha%3CYxy%3CWp,+Ct%3E,+Ca%3E"],[3576,"impl-Alpha%3CHsv%3CS,+Ct%3E,+Ca%3E"],[3577,"impl-Alpha%3CRgb%3CS,+Ct%3E,+Ca%3E"],[3578,"impl-Alpha%3CLch%3CWp,+Ct%3E,+Ca%3E"],[3579,"impl-Alpha%3CCam16UcsJab%3CCt%3E,+Ca%3E"],[3580,"impl-Alpha%3CCam16UcsJmh%3CCt%3E,+Ca%3E"],[3581,"impl-Alpha%3CCam16Qch%3CCt%3E,+Ca%3E"],[3582,"impl-Alpha%3COkhsl%3CCt%3E,+Ca%3E"],[3583,"impl-Alpha%3CHwb%3CS,+Ct%3E,+Ca%3E"],[3584,"impl-Alpha%3CCam16Qsh%3CCt%3E,+Ca%3E"],[3585,"impl-Alpha%3CCam16Jch%3CCt%3E,+Ca%3E"],[3586,"impl-Alpha%3COklab%3CCt%3E,+Ca%3E"],[3587,"impl-Alpha%3CCam16Jsh%3CCt%3E,+Ca%3E"],[3588,"impl-Alpha%3CHsl%3CS,+Ct%3E,+Ca%3E"],[3589,"impl-Alpha%3CLchuv%3CWp,+Ct%3E,+Ca%3E"],[3590,"impl-Alpha%3CXyz%3CWp,+Ct%3E,+Ca%3E"],[3643,"impl-Alpha%3COklab%3CCt%3E,+Ca%3E"],[3644,"impl-Alpha%3COklch%3CCt%3E,+Ca%3E"],[3645,"impl-Alpha%3CCam16UcsJmh%3CCt%3E,+Ca%3E"],[3646,"impl-Alpha%3COkhsv%3CCt%3E,+Ca%3E"],[3647,"impl-Alpha%3CCam16Jmh%3CCt%3E,+Ca%3E"],[3648,"impl-Alpha%3CCam16Jsh%3CCt%3E,+Ca%3E"],[3649,"impl-Alpha%3CRgb%3CS,+Ct%3E,+Ca%3E"],[3650,"impl-Alpha%3CLchuv%3CWp,+Ct%3E,+Ca%3E"],[3651,"impl-Alpha%3CHwb%3CS,+Ct%3E,+Ca%3E"],[3652,"impl-Alpha%3CHsl%3CS,+Ct%3E,+Ca%3E"],[3653,"impl-Alpha%3CHsv%3CS,+Ct%3E,+Ca%3E"],[3654,"impl-Alpha%3CCam16Qsh%3CCt%3E,+Ca%3E"],[3655,"impl-Alpha%3CLch%3CWp,+Ct%3E,+Ca%3E"],[3656,"impl-Alpha%3COkhwb%3CCt%3E,+Ca%3E"],[3657,"impl-Alpha%3COkhsl%3CCt%3E,+Ca%3E"],[3658,"impl-Alpha%3CHsluv%3CWp,+Ct%3E,+Ca%3E"],[3659,"impl-Alpha%3CLuma%3CS,+Ct%3E,+Ca%3E"],[3660,"impl-Alpha%3CYxy%3CWp,+Ct%3E,+Ca%3E"],[3661,"impl-Alpha%3CCam16UcsJab%3CCt%3E,+Ca%3E"],[3662,"impl-Alpha%3CCam16Jch%3CCt%3E,+Ca%3E"],[3663,"impl-Alpha%3CLuv%3CWp,+Ct%3E,+Ca%3E"],[3664,"impl-Alpha%3CCam16Qch%3CCt%3E,+Ca%3E"],[3665,"impl-Alpha%3CCam16Qmh%3CCt%3E,+Ca%3E"],[3666,"impl-Alpha%3CXyz%3CWp,+Ct%3E,+Ca%3E"],[3667,"impl-Alpha%3CLab%3CWp,+Ct%3E,+Ca%3E"],[3950,"impl-Alpha%3COklab%3CT%3E,+A%3E"],[3951,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[3952,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[3953,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[3954,"impl-Alpha%3COklch%3CT%3E,+A%3E"],[3955,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[3956,"impl-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[3957,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[3958,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[3959,"impl-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[3960,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[3961,"impl-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[3962,"impl-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[3963,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[3964,"impl-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[3965,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[3966,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[3967,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[3968,"impl-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[3969,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[3970,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[3971,"impl-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[3972,"impl-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[3973,"impl-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[3974,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[3994,"impl-Alpha%3CLuma%3CLinear%3CWp%3E,+T%3E,+A%3E"],[3995,"impl-Alpha%3CRgb%3CLinear%3CS%3E,+T%3E,+A%3E"],[3996,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[3997,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[3998,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[3999,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[4000,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[4001,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[4002,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[4003,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[4014,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[4015,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[4016,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[4017,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[4018,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[4019,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[4024,"impl-IntoIterator-for-%26mut+Alpha%3COkhwb%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4025,"impl-IntoIterator-for-Alpha%3CHwb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4026,"impl-IntoIterator-for-%26mut+Alpha%3COkhsv%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4027,"impl-IntoIterator-for-%26Alpha%3COklch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4028,"impl-IntoIterator-for-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4029,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4030,"impl-IntoIterator-for-Alpha%3CYxy%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4031,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4032,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4033,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4034,"impl-IntoIterator-for-Alpha%3CCam16Jsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4035,"impl-IntoIterator-for-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4036,"impl-IntoIterator-for-%26mut+Alpha%3CLchuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4037,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4038,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4039,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4040,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4041,"impl-IntoIterator-for-Alpha%3COklab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4042,"impl-IntoIterator-for-%26Alpha%3COklab%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4043,"impl-IntoIterator-for-Alpha%3CCam16UcsJab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4044,"impl-IntoIterator-for-Alpha%3CHsv%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4045,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4046,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4047,"impl-IntoIterator-for-%26Alpha%3COkhsl%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4048,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4049,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4050,"impl-IntoIterator-for-%26Alpha%3COkhwb%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4051,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4052,"impl-IntoIterator-for-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4053,"impl-IntoIterator-for-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4054,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4055,"impl-IntoIterator-for-Alpha%3CXyz%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4056,"impl-IntoIterator-for-Alpha%3CLuma%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4057,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4058,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4059,"impl-IntoIterator-for-Alpha%3CCam16Jmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4060,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4061,"impl-IntoIterator-for-%26Alpha%3COklch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4062,"impl-IntoIterator-for-Alpha%3COkhsl%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4063,"impl-IntoIterator-for-Alpha%3CLab%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4064,"impl-IntoIterator-for-Alpha%3CLchuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4065,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4066,"impl-IntoIterator-for-%26mut+Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4067,"impl-IntoIterator-for-%26mut+Alpha%3CHsluv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4068,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4069,"impl-IntoIterator-for-Alpha%3COkhsv%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4070,"impl-IntoIterator-for-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4071,"impl-IntoIterator-for-Alpha%3CCam16Qsh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4072,"impl-IntoIterator-for-%26Alpha%3COkhsl%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4073,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4074,"impl-IntoIterator-for-%26mut+Alpha%3CYxy%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4075,"impl-IntoIterator-for-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4076,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4077,"impl-IntoIterator-for-%26mut+Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4078,"impl-IntoIterator-for-%26mut+Alpha%3CHsl%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4079,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4080,"impl-IntoIterator-for-Alpha%3CHsl%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4081,"impl-IntoIterator-for-Alpha%3CXyz%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4082,"impl-IntoIterator-for-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4083,"impl-IntoIterator-for-Alpha%3CLuma%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4084,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4085,"impl-IntoIterator-for-Alpha%3CLch%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4086,"impl-IntoIterator-for-%26mut+Alpha%3CXyz%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4087,"impl-IntoIterator-for-%26mut+Alpha%3CHsv%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4088,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4089,"impl-IntoIterator-for-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4090,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4091,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4092,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4093,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4094,"impl-IntoIterator-for-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4095,"impl-IntoIterator-for-Alpha%3CLuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4096,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4097,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4098,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jsh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4099,"impl-IntoIterator-for-Alpha%3CCam16Jch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4100,"impl-IntoIterator-for-Alpha%3CCam16Qsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4101,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4102,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4103,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4104,"impl-IntoIterator-for-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4105,"impl-IntoIterator-for-%26mut+Alpha%3COklab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4106,"impl-IntoIterator-for-%26mut+Alpha%3CXyz%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4107,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4108,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4109,"impl-IntoIterator-for-Alpha%3CCam16Qch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4110,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4111,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4112,"impl-IntoIterator-for-Alpha%3CLuma%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4113,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4114,"impl-IntoIterator-for-Alpha%3CHwb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4115,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4116,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4117,"impl-IntoIterator-for-%26mut+Alpha%3CHsluv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4118,"impl-IntoIterator-for-Alpha%3COkhsv%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4119,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4120,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4121,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4122,"impl-IntoIterator-for-Alpha%3CCam16Jch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4123,"impl-IntoIterator-for-%26mut+Alpha%3CHsv%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4124,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4125,"impl-IntoIterator-for-%26Alpha%3COkhwb%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4126,"impl-IntoIterator-for-%26Alpha%3COklab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4127,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4128,"impl-IntoIterator-for-Alpha%3CCam16Jch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4129,"impl-IntoIterator-for-%26mut+Alpha%3CLuma%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4130,"impl-IntoIterator-for-%26mut+Alpha%3COklch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4131,"impl-IntoIterator-for-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4132,"impl-IntoIterator-for-%26Alpha%3COkhsv%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4133,"impl-IntoIterator-for-%26mut+Alpha%3COkhsv%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4134,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4135,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4136,"impl-IntoIterator-for-%26mut+Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4137,"impl-IntoIterator-for-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4138,"impl-IntoIterator-for-%26Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4139,"impl-IntoIterator-for-Alpha%3CYxy%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4140,"impl-IntoIterator-for-Alpha%3CCam16UcsJab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4141,"impl-IntoIterator-for-%26Alpha%3COklab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4142,"impl-IntoIterator-for-Alpha%3CRgb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4143,"impl-IntoIterator-for-Alpha%3CXyz%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4144,"impl-IntoIterator-for-%26mut+Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4145,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4146,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4147,"impl-IntoIterator-for-%26mut+Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4148,"impl-IntoIterator-for-Alpha%3CCam16UcsJmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4149,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4150,"impl-IntoIterator-for-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4151,"impl-IntoIterator-for-%26mut+Alpha%3COkhsl%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4152,"impl-IntoIterator-for-%26mut+Alpha%3CHwb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4153,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4154,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4155,"impl-IntoIterator-for-%26Alpha%3COkhsv%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4156,"impl-IntoIterator-for-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4157,"impl-IntoIterator-for-%26mut+Alpha%3CXyz%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4158,"impl-IntoIterator-for-Alpha%3CLch%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4159,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4160,"impl-IntoIterator-for-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4161,"impl-IntoIterator-for-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4162,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qsh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4163,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4164,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4165,"impl-IntoIterator-for-%26Alpha%3COkhwb%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4166,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4167,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJab%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4168,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4169,"impl-IntoIterator-for-%26Alpha%3COkhwb%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4170,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4171,"impl-IntoIterator-for-%26mut+Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4172,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4173,"impl-IntoIterator-for-%26Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4174,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4175,"impl-IntoIterator-for-Alpha%3COkhsv%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4176,"impl-IntoIterator-for-%26mut+Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4177,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4178,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4179,"impl-IntoIterator-for-Alpha%3CCam16Qmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4180,"impl-IntoIterator-for-Alpha%3COklab%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4181,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4182,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4183,"impl-IntoIterator-for-%26mut+Alpha%3CLuma%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4184,"impl-IntoIterator-for-Alpha%3CHsluv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4185,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4186,"impl-IntoIterator-for-Alpha%3CLab%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4187,"impl-IntoIterator-for-Alpha%3CHsl%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4188,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4189,"impl-IntoIterator-for-Alpha%3COklch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4190,"impl-IntoIterator-for-%26mut+Alpha%3CLchuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4191,"impl-IntoIterator-for-%26mut+Alpha%3COkhsl%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4192,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4193,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4194,"impl-IntoIterator-for-%26mut+Alpha%3CRgb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4195,"impl-IntoIterator-for-%26Alpha%3COkhsl%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4196,"impl-IntoIterator-for-%26mut+Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4197,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4198,"impl-IntoIterator-for-Alpha%3CLuv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4199,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4200,"impl-IntoIterator-for-%26Alpha%3COkhsv%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4201,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4202,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4203,"impl-IntoIterator-for-Alpha%3COkhwb%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4204,"impl-IntoIterator-for-Alpha%3CCam16Qch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4205,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4206,"impl-IntoIterator-for-%26mut+Alpha%3CYxy%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4207,"impl-IntoIterator-for-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4208,"impl-IntoIterator-for-%26Alpha%3COklab%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4209,"impl-IntoIterator-for-Alpha%3COkhsl%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4210,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4211,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4212,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4213,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4214,"impl-IntoIterator-for-%26mut+Alpha%3COklab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4215,"impl-IntoIterator-for-Alpha%3CYxy%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4216,"impl-IntoIterator-for-Alpha%3COkhwb%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4217,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4218,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4219,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4220,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4221,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4222,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4223,"impl-IntoIterator-for-%26mut+Alpha%3CLuma%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4224,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4225,"impl-IntoIterator-for-%26Alpha%3COkhsl%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4226,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4227,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4228,"impl-IntoIterator-for-%26mut+Alpha%3CHsl%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4229,"impl-IntoIterator-for-Alpha%3CRgb%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4230,"impl-IntoIterator-for-Alpha%3CCam16UcsJab%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4231,"impl-IntoIterator-for-Alpha%3CCam16Jmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4232,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4233,"impl-IntoIterator-for-Alpha%3CLchuv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4234,"impl-IntoIterator-for-Alpha%3CCam16Qmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4235,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4236,"impl-IntoIterator-for-%26mut+Alpha%3CLab%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4237,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4238,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4239,"impl-IntoIterator-for-Alpha%3CHsv%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4240,"impl-IntoIterator-for-%26mut+Alpha%3COkhwb%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4241,"impl-IntoIterator-for-%26Alpha%3COklch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4242,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4243,"impl-IntoIterator-for-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4244,"impl-IntoIterator-for-%26mut+Alpha%3CHsl%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4245,"impl-IntoIterator-for-%26mut+Alpha%3CLch%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4246,"impl-IntoIterator-for-%26Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4247,"impl-IntoIterator-for-%26Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4248,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4249,"impl-IntoIterator-for-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4250,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4251,"impl-IntoIterator-for-%26mut+Alpha%3CHsv%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4252,"impl-IntoIterator-for-Alpha%3CHsv%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4253,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4254,"impl-IntoIterator-for-Alpha%3CCam16Jmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4255,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4256,"impl-IntoIterator-for-Alpha%3CCam16Jsh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4257,"impl-IntoIterator-for-%26Alpha%3COkhsv%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4258,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4259,"impl-IntoIterator-for-Alpha%3CLch%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4260,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4261,"impl-IntoIterator-for-Alpha%3CCam16Qch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4262,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4263,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4264,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4265,"impl-IntoIterator-for-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4266,"impl-IntoIterator-for-Alpha%3COkhwb%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4267,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4268,"impl-IntoIterator-for-%26Alpha%3COklch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4269,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4270,"impl-IntoIterator-for-%26mut+Alpha%3CYxy%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4271,"impl-IntoIterator-for-%26mut+Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4272,"impl-IntoIterator-for-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4273,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4274,"impl-IntoIterator-for-%26mut+Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4275,"impl-IntoIterator-for-%26mut+Alpha%3COkhsv%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4276,"impl-IntoIterator-for-%26mut+Alpha%3CHsluv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4277,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4278,"impl-IntoIterator-for-Alpha%3CCam16Qmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4279,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4280,"impl-IntoIterator-for-%26mut+Alpha%3COklch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4281,"impl-IntoIterator-for-%26mut+Alpha%3CRgb%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4282,"impl-IntoIterator-for-Alpha%3CCam16UcsJmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4283,"impl-IntoIterator-for-%26mut+Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4284,"impl-IntoIterator-for-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4285,"impl-IntoIterator-for-Alpha%3CRgb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4286,"impl-IntoIterator-for-%26mut+Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4287,"impl-IntoIterator-for-%26mut+Alpha%3CLuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4288,"impl-IntoIterator-for-%26mut+Alpha%3COklch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4289,"impl-IntoIterator-for-%26mut+Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4290,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4291,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4292,"impl-IntoIterator-for-Alpha%3CLuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4293,"impl-IntoIterator-for-Alpha%3CLab%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4294,"impl-IntoIterator-for-%26mut+Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4295,"impl-IntoIterator-for-%26mut+Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4296,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4297,"impl-IntoIterator-for-Alpha%3COklch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4298,"impl-IntoIterator-for-%26mut+Alpha%3COklab%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4299,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4300,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4301,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4302,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4303,"impl-IntoIterator-for-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4304,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4305,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4306,"impl-IntoIterator-for-%26mut+Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4307,"impl-IntoIterator-for-%26mut+Alpha%3CLab%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4308,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4309,"impl-IntoIterator-for-Alpha%3CCam16UcsJmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4310,"impl-IntoIterator-for-Alpha%3COklab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4311,"impl-IntoIterator-for-%26mut+Alpha%3CLab%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4312,"impl-IntoIterator-for-%26mut+Alpha%3COkhsl%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4313,"impl-IntoIterator-for-%26Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4314,"impl-IntoIterator-for-Alpha%3CHsl%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4315,"impl-IntoIterator-for-%26mut+Alpha%3CRgb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4316,"impl-IntoIterator-for-Alpha%3COkhsl%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4317,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4318,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4319,"impl-IntoIterator-for-%26mut+Alpha%3COkhwb%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4320,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4321,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4322,"impl-IntoIterator-for-%26mut+Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4323,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4324,"impl-IntoIterator-for-%26mut+Alpha%3CHwb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4325,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4326,"impl-IntoIterator-for-%26mut+Alpha%3CLch%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4327,"impl-IntoIterator-for-Alpha%3CHsluv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4328,"impl-IntoIterator-for-%26mut+Alpha%3CLuv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4329,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4330,"impl-IntoIterator-for-%26mut+Alpha%3CLchuv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4331,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4332,"impl-IntoIterator-for-Alpha%3CHsluv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4333,"impl-IntoIterator-for-Alpha%3CHwb%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4334,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4335,"impl-IntoIterator-for-Alpha%3CLchuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4336,"impl-IntoIterator-for-Alpha%3COklch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4337,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4338,"impl-IntoIterator-for-Alpha%3CCam16Qsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4339,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4340,"impl-IntoIterator-for-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4341,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4342,"impl-IntoIterator-for-%26mut+Alpha%3CHwb%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4343,"impl-IntoIterator-for-Alpha%3CCam16Jsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4344,"impl-IntoIterator-for-%26mut+Alpha%3CLuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4345,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4346,"impl-IntoIterator-for-%26mut+Alpha%3CLch%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4347,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4348,"impl-IntoIterator-for-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4349,"impl-IntoIterator-for-%26Hsl%3CS,+%26%5BT%5D%3E"],[4350,"impl-IntoIterator-for-%26mut+Hsl%3CS,+Vec%3CT%3E%3E"],[4351,"impl-IntoIterator-for-Hsl%3CS,+%26mut+%5BT%5D%3E"],[4352,"impl-IntoIterator-for-%26mut+Hsl%3CS,+Box%3C%5BT%5D%3E%3E"],[4353,"impl-IntoIterator-for-%26Hsl%3CS,+%26mut+%5BT%5D%3E"],[4354,"impl-IntoIterator-for-%26Hsl%3CS,+%5BT;+N%5D%3E"],[4355,"impl-IntoIterator-for-%26mut+Hsl%3CS,+%26mut+%5BT%5D%3E"],[4356,"impl-IntoIterator-for-%26Hsl%3CS,+Box%3C%5BT%5D%3E%3E"],[4357,"impl-IntoIterator-for-Hsl%3CS,+%5BT;+N%5D%3E"],[4358,"impl-IntoIterator-for-%26mut+Hsl%3CS,+%5BT;+N%5D%3E"],[4359,"impl-IntoIterator-for-%26Hsl%3CS,+Vec%3CT%3E%3E"],[4360,"impl-IntoIterator-for-Hsl%3CS,+Vec%3CT%3E%3E"],[4361,"impl-IntoIterator-for-Hsl%3CS,+%26%5BT%5D%3E"],[4362,"impl-IntoIterator-for-Hsluv%3CWp,+%26mut+%5BT%5D%3E"],[4363,"impl-IntoIterator-for-%26mut+Hsluv%3CWp,+%5BT;+N%5D%3E"],[4364,"impl-IntoIterator-for-%26mut+Hsluv%3CWp,+Vec%3CT%3E%3E"],[4365,"impl-IntoIterator-for-%26mut+Hsluv%3CWp,+%26mut+%5BT%5D%3E"],[4366,"impl-IntoIterator-for-%26Hsluv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4367,"impl-IntoIterator-for-Hsluv%3CWp,+Vec%3CT%3E%3E"],[4368,"impl-IntoIterator-for-%26Hsluv%3CWp,+Vec%3CT%3E%3E"],[4369,"impl-IntoIterator-for-%26mut+Hsluv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4370,"impl-IntoIterator-for-Hsluv%3CWp,+%26%5BT%5D%3E"],[4371,"impl-IntoIterator-for-%26Hsluv%3CWp,+%26mut+%5BT%5D%3E"],[4372,"impl-IntoIterator-for-%26Hsluv%3CWp,+%26%5BT%5D%3E"],[4373,"impl-IntoIterator-for-%26Hsluv%3CWp,+%5BT;+N%5D%3E"],[4374,"impl-IntoIterator-for-Hsluv%3CWp,+%5BT;+N%5D%3E"],[4375,"impl-IntoIterator-for-%26mut+Hsv%3CS,+Box%3C%5BT%5D%3E%3E"],[4376,"impl-IntoIterator-for-Hsv%3CS,+%26%5BT%5D%3E"],[4377,"impl-IntoIterator-for-%26mut+Hsv%3CS,+%5BT;+N%5D%3E"],[4378,"impl-IntoIterator-for-%26Hsv%3CS,+%26%5BT%5D%3E"],[4379,"impl-IntoIterator-for-%26Hsv%3CS,+Vec%3CT%3E%3E"],[4380,"impl-IntoIterator-for-%26Hsv%3CS,+Box%3C%5BT%5D%3E%3E"],[4381,"impl-IntoIterator-for-Hsv%3CS,+%5BT;+N%5D%3E"],[4382,"impl-IntoIterator-for-Hsv%3CS,+Vec%3CT%3E%3E"],[4383,"impl-IntoIterator-for-%26mut+Hsv%3CS,+%26mut+%5BT%5D%3E"],[4384,"impl-IntoIterator-for-Hsv%3CS,+%26mut+%5BT%5D%3E"],[4385,"impl-IntoIterator-for-%26Hsv%3CS,+%26mut+%5BT%5D%3E"],[4386,"impl-IntoIterator-for-%26Hsv%3CS,+%5BT;+N%5D%3E"],[4387,"impl-IntoIterator-for-%26mut+Hsv%3CS,+Vec%3CT%3E%3E"],[4388,"impl-IntoIterator-for-LabHue%3CVec%3CT%3E%3E"],[4389,"impl-IntoIterator-for-%26LabHue%3C%26%5BT%5D%3E"],[4390,"impl-IntoIterator-for-LabHue%3C%26mut+%5BT%5D%3E"],[4391,"impl-IntoIterator-for-%26LabHue%3C%5BT;+N%5D%3E"],[4392,"impl-IntoIterator-for-%26mut+LabHue%3C%5BT;+N%5D%3E"],[4393,"impl-IntoIterator-for-%26LabHue%3CBox%3C%5BT%5D%3E%3E"],[4394,"impl-IntoIterator-for-%26mut+LabHue%3CBox%3C%5BT%5D%3E%3E"],[4395,"impl-IntoIterator-for-LabHue%3C%26%5BT%5D%3E"],[4396,"impl-IntoIterator-for-%26mut+LabHue%3CVec%3CT%3E%3E"],[4397,"impl-IntoIterator-for-%26LabHue%3CVec%3CT%3E%3E"],[4398,"impl-IntoIterator-for-LabHue%3C%5BT;+N%5D%3E"],[4399,"impl-IntoIterator-for-%26LabHue%3C%26mut+%5BT%5D%3E"],[4400,"impl-IntoIterator-for-%26mut+LabHue%3C%26mut+%5BT%5D%3E"],[4401,"impl-IntoIterator-for-%26LuvHue%3CBox%3C%5BT%5D%3E%3E"],[4402,"impl-IntoIterator-for-%26LuvHue%3C%5BT;+N%5D%3E"],[4403,"impl-IntoIterator-for-%26LuvHue%3C%26mut+%5BT%5D%3E"],[4404,"impl-IntoIterator-for-%26mut+LuvHue%3CVec%3CT%3E%3E"],[4405,"impl-IntoIterator-for-LuvHue%3C%26mut+%5BT%5D%3E"],[4406,"impl-IntoIterator-for-%26mut+LuvHue%3CBox%3C%5BT%5D%3E%3E"],[4407,"impl-IntoIterator-for-%26mut+LuvHue%3C%26mut+%5BT%5D%3E"],[4408,"impl-IntoIterator-for-%26LuvHue%3C%26%5BT%5D%3E"],[4409,"impl-IntoIterator-for-LuvHue%3CVec%3CT%3E%3E"],[4410,"impl-IntoIterator-for-%26LuvHue%3CVec%3CT%3E%3E"],[4411,"impl-IntoIterator-for-%26mut+LuvHue%3C%5BT;+N%5D%3E"],[4412,"impl-IntoIterator-for-LuvHue%3C%5BT;+N%5D%3E"],[4413,"impl-IntoIterator-for-LuvHue%3C%26%5BT%5D%3E"],[4414,"impl-IntoIterator-for-%26mut+RgbHue%3C%26mut+%5BT%5D%3E"],[4415,"impl-IntoIterator-for-RgbHue%3C%5BT;+N%5D%3E"],[4416,"impl-IntoIterator-for-RgbHue%3C%26mut+%5BT%5D%3E"],[4417,"impl-IntoIterator-for-%26mut+RgbHue%3CBox%3C%5BT%5D%3E%3E"],[4418,"impl-IntoIterator-for-%26RgbHue%3CVec%3CT%3E%3E"],[4419,"impl-IntoIterator-for-RgbHue%3C%26%5BT%5D%3E"],[4420,"impl-IntoIterator-for-%26RgbHue%3C%26mut+%5BT%5D%3E"],[4421,"impl-IntoIterator-for-RgbHue%3CVec%3CT%3E%3E"],[4422,"impl-IntoIterator-for-%26mut+RgbHue%3CVec%3CT%3E%3E"],[4423,"impl-IntoIterator-for-%26RgbHue%3C%26%5BT%5D%3E"],[4424,"impl-IntoIterator-for-%26mut+RgbHue%3C%5BT;+N%5D%3E"],[4425,"impl-IntoIterator-for-%26RgbHue%3C%5BT;+N%5D%3E"],[4426,"impl-IntoIterator-for-%26RgbHue%3CBox%3C%5BT%5D%3E%3E"],[4427,"impl-IntoIterator-for-OklabHue%3C%26%5BT%5D%3E"],[4428,"impl-IntoIterator-for-%26OklabHue%3CVec%3CT%3E%3E"],[4429,"impl-IntoIterator-for-%26OklabHue%3C%26mut+%5BT%5D%3E"],[4430,"impl-IntoIterator-for-%26OklabHue%3C%5BT;+N%5D%3E"],[4431,"impl-IntoIterator-for-%26OklabHue%3C%26%5BT%5D%3E"],[4432,"impl-IntoIterator-for-%26mut+OklabHue%3C%26mut+%5BT%5D%3E"],[4433,"impl-IntoIterator-for-%26mut+OklabHue%3CVec%3CT%3E%3E"],[4434,"impl-IntoIterator-for-%26mut+OklabHue%3C%5BT;+N%5D%3E"],[4435,"impl-IntoIterator-for-OklabHue%3C%5BT;+N%5D%3E"],[4436,"impl-IntoIterator-for-OklabHue%3C%26mut+%5BT%5D%3E"],[4437,"impl-IntoIterator-for-%26OklabHue%3CBox%3C%5BT%5D%3E%3E"],[4438,"impl-IntoIterator-for-%26mut+OklabHue%3CBox%3C%5BT%5D%3E%3E"],[4439,"impl-IntoIterator-for-OklabHue%3CVec%3CT%3E%3E"],[4440,"impl-IntoIterator-for-Hwb%3CS,+%26mut+%5BT%5D%3E"],[4441,"impl-IntoIterator-for-Hwb%3CS,+%5BT;+N%5D%3E"],[4442,"impl-IntoIterator-for-%26Hwb%3CS,+Box%3C%5BT%5D%3E%3E"],[4443,"impl-IntoIterator-for-%26mut+Hwb%3CS,+%26mut+%5BT%5D%3E"],[4444,"impl-IntoIterator-for-%26Hwb%3CS,+%5BT;+N%5D%3E"],[4445,"impl-IntoIterator-for-%26Hwb%3CS,+Vec%3CT%3E%3E"],[4446,"impl-IntoIterator-for-%26Hwb%3CS,+%26mut+%5BT%5D%3E"],[4447,"impl-IntoIterator-for-Hwb%3CS,+Vec%3CT%3E%3E"],[4448,"impl-IntoIterator-for-%26mut+Hwb%3CS,+Box%3C%5BT%5D%3E%3E"],[4449,"impl-IntoIterator-for-%26mut+Hwb%3CS,+%5BT;+N%5D%3E"],[4450,"impl-IntoIterator-for-Hwb%3CS,+%26%5BT%5D%3E"],[4451,"impl-IntoIterator-for-%26mut+Hwb%3CS,+Vec%3CT%3E%3E"],[4452,"impl-IntoIterator-for-%26Hwb%3CS,+%26%5BT%5D%3E"],[4453,"impl-IntoIterator-for-Lab%3CWp,+%26mut+%5BT%5D%3E"],[4454,"impl-IntoIterator-for-Lab%3CWp,+Vec%3CT%3E%3E"],[4455,"impl-IntoIterator-for-%26mut+Lab%3CWp,+Vec%3CT%3E%3E"],[4456,"impl-IntoIterator-for-%26Lab%3CWp,+%5BT;+N%5D%3E"],[4457,"impl-IntoIterator-for-%26Lab%3CWp,+%26%5BT%5D%3E"],[4458,"impl-IntoIterator-for-%26mut+Lab%3CWp,+%26mut+%5BT%5D%3E"],[4459,"impl-IntoIterator-for-%26Lab%3CWp,+%26mut+%5BT%5D%3E"],[4460,"impl-IntoIterator-for-%26Lab%3CWp,+Box%3C%5BT%5D%3E%3E"],[4461,"impl-IntoIterator-for-%26Lab%3CWp,+Vec%3CT%3E%3E"],[4462,"impl-IntoIterator-for-%26mut+Lab%3CWp,+Box%3C%5BT%5D%3E%3E"],[4463,"impl-IntoIterator-for-Lab%3CWp,+%26%5BT%5D%3E"],[4464,"impl-IntoIterator-for-%26mut+Lab%3CWp,+%5BT;+N%5D%3E"],[4465,"impl-IntoIterator-for-Lab%3CWp,+%5BT;+N%5D%3E"],[4466,"impl-IntoIterator-for-Lch%3CWp,+Vec%3CT%3E%3E"],[4467,"impl-IntoIterator-for-%26mut+Lch%3CWp,+%26mut+%5BT%5D%3E"],[4468,"impl-IntoIterator-for-%26Lch%3CWp,+%5BT;+N%5D%3E"],[4469,"impl-IntoIterator-for-Lch%3CWp,+%26mut+%5BT%5D%3E"],[4470,"impl-IntoIterator-for-%26Lch%3CWp,+Vec%3CT%3E%3E"],[4471,"impl-IntoIterator-for-%26mut+Lch%3CWp,+Vec%3CT%3E%3E"],[4472,"impl-IntoIterator-for-%26Lch%3CWp,+%26%5BT%5D%3E"],[4473,"impl-IntoIterator-for-%26mut+Lch%3CWp,+Box%3C%5BT%5D%3E%3E"],[4474,"impl-IntoIterator-for-Lch%3CWp,+%26%5BT%5D%3E"],[4475,"impl-IntoIterator-for-%26Lch%3CWp,+%26mut+%5BT%5D%3E"],[4476,"impl-IntoIterator-for-%26mut+Lch%3CWp,+%5BT;+N%5D%3E"],[4477,"impl-IntoIterator-for-Lch%3CWp,+%5BT;+N%5D%3E"],[4478,"impl-IntoIterator-for-%26Lch%3CWp,+Box%3C%5BT%5D%3E%3E"],[4479,"impl-IntoIterator-for-%26mut+Lchuv%3CWp,+%5BT;+N%5D%3E"],[4480,"impl-IntoIterator-for-%26mut+Lchuv%3CWp,+Vec%3CT%3E%3E"],[4481,"impl-IntoIterator-for-Lchuv%3CWp,+Vec%3CT%3E%3E"],[4482,"impl-IntoIterator-for-%26Lchuv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4483,"impl-IntoIterator-for-%26mut+Lchuv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4484,"impl-IntoIterator-for-%26Lchuv%3CWp,+%26%5BT%5D%3E"],[4485,"impl-IntoIterator-for-Lchuv%3CWp,+%5BT;+N%5D%3E"],[4486,"impl-IntoIterator-for-%26Lchuv%3CWp,+Vec%3CT%3E%3E"],[4487,"impl-IntoIterator-for-Lchuv%3CWp,+%26%5BT%5D%3E"],[4488,"impl-IntoIterator-for-Lchuv%3CWp,+%26mut+%5BT%5D%3E"],[4489,"impl-IntoIterator-for-%26Lchuv%3CWp,+%5BT;+N%5D%3E"],[4490,"impl-IntoIterator-for-%26mut+Lchuv%3CWp,+%26mut+%5BT%5D%3E"],[4491,"impl-IntoIterator-for-%26Lchuv%3CWp,+%26mut+%5BT%5D%3E"],[4492,"impl-IntoIterator-for-%26Luv%3CWp,+%5BT;+N%5D%3E"],[4493,"impl-IntoIterator-for-%26mut+Luv%3CWp,+%26mut+%5BT%5D%3E"],[4494,"impl-IntoIterator-for-%26Luv%3CWp,+Vec%3CT%3E%3E"],[4495,"impl-IntoIterator-for-%26Luv%3CWp,+%26mut+%5BT%5D%3E"],[4496,"impl-IntoIterator-for-%26Luv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4497,"impl-IntoIterator-for-%26mut+Luv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4498,"impl-IntoIterator-for-%26mut+Luv%3CWp,+Vec%3CT%3E%3E"],[4499,"impl-IntoIterator-for-%26Luv%3CWp,+%26%5BT%5D%3E"],[4500,"impl-IntoIterator-for-%26mut+Luv%3CWp,+%5BT;+N%5D%3E"],[4501,"impl-IntoIterator-for-Luv%3CWp,+%26mut+%5BT%5D%3E"],[4502,"impl-IntoIterator-for-Luv%3CWp,+Vec%3CT%3E%3E"],[4503,"impl-IntoIterator-for-Luv%3CWp,+%26%5BT%5D%3E"],[4504,"impl-IntoIterator-for-Luv%3CWp,+%5BT;+N%5D%3E"],[4505,"impl-IntoIterator-for-%26mut+Okhsl%3C%5BT;+N%5D%3E"],[4506,"impl-IntoIterator-for-%26Okhsl%3CVec%3CT%3E%3E"],[4507,"impl-IntoIterator-for-%26Okhsl%3CBox%3C%5BT%5D%3E%3E"],[4508,"impl-IntoIterator-for-%26mut+Okhsl%3CBox%3C%5BT%5D%3E%3E"],[4509,"impl-IntoIterator-for-Okhsl%3C%5BT;+N%5D%3E"],[4510,"impl-IntoIterator-for-Okhsl%3CVec%3CT%3E%3E"],[4511,"impl-IntoIterator-for-%26Okhsl%3C%26mut+%5BT%5D%3E"],[4512,"impl-IntoIterator-for-%26Okhsl%3C%26%5BT%5D%3E"],[4513,"impl-IntoIterator-for-%26mut+Okhsl%3C%26mut+%5BT%5D%3E"],[4514,"impl-IntoIterator-for-Okhsl%3C%26%5BT%5D%3E"],[4515,"impl-IntoIterator-for-Okhsl%3C%26mut+%5BT%5D%3E"],[4516,"impl-IntoIterator-for-%26mut+Okhsl%3CVec%3CT%3E%3E"],[4517,"impl-IntoIterator-for-%26Okhsl%3C%5BT;+N%5D%3E"],[4518,"impl-IntoIterator-for-%26Okhsv%3CVec%3CT%3E%3E"],[4519,"impl-IntoIterator-for-Okhsv%3C%26%5BT%5D%3E"],[4520,"impl-IntoIterator-for-%26Okhsv%3C%26%5BT%5D%3E"],[4521,"impl-IntoIterator-for-%26Okhsv%3C%5BT;+N%5D%3E"],[4522,"impl-IntoIterator-for-%26Okhsv%3C%26mut+%5BT%5D%3E"],[4523,"impl-IntoIterator-for-%26mut+Okhsv%3C%5BT;+N%5D%3E"],[4524,"impl-IntoIterator-for-%26mut+Okhsv%3C%26mut+%5BT%5D%3E"],[4525,"impl-IntoIterator-for-%26mut+Okhsv%3CBox%3C%5BT%5D%3E%3E"],[4526,"impl-IntoIterator-for-%26mut+Okhsv%3CVec%3CT%3E%3E"],[4527,"impl-IntoIterator-for-Okhsv%3C%26mut+%5BT%5D%3E"],[4528,"impl-IntoIterator-for-Okhsv%3C%5BT;+N%5D%3E"],[4529,"impl-IntoIterator-for-%26Okhsv%3CBox%3C%5BT%5D%3E%3E"],[4530,"impl-IntoIterator-for-Okhsv%3CVec%3CT%3E%3E"],[4531,"impl-IntoIterator-for-%26mut+Okhwb%3C%5BT;+N%5D%3E"],[4532,"impl-IntoIterator-for-Okhwb%3C%5BT;+N%5D%3E"],[4533,"impl-IntoIterator-for-%26mut+Okhwb%3CBox%3C%5BT%5D%3E%3E"],[4534,"impl-IntoIterator-for-Okhwb%3C%26%5BT%5D%3E"],[4535,"impl-IntoIterator-for-%26Okhwb%3C%26mut+%5BT%5D%3E"],[4536,"impl-IntoIterator-for-%26Okhwb%3C%5BT;+N%5D%3E"],[4537,"impl-IntoIterator-for-%26mut+Okhwb%3C%26mut+%5BT%5D%3E"],[4538,"impl-IntoIterator-for-Okhwb%3CVec%3CT%3E%3E"],[4539,"impl-IntoIterator-for-%26mut+Okhwb%3CVec%3CT%3E%3E"],[4540,"impl-IntoIterator-for-Okhwb%3C%26mut+%5BT%5D%3E"],[4541,"impl-IntoIterator-for-%26Okhwb%3CVec%3CT%3E%3E"],[4542,"impl-IntoIterator-for-%26Okhwb%3CBox%3C%5BT%5D%3E%3E"],[4543,"impl-IntoIterator-for-%26Okhwb%3C%26%5BT%5D%3E"],[4544,"impl-IntoIterator-for-Oklab%3C%26%5BT%5D%3E"],[4545,"impl-IntoIterator-for-%26Oklab%3C%5BT;+N%5D%3E"],[4546,"impl-IntoIterator-for-%26mut+Oklab%3CVec%3CT%3E%3E"],[4547,"impl-IntoIterator-for-%26mut+Oklab%3CBox%3C%5BT%5D%3E%3E"],[4548,"impl-IntoIterator-for-%26mut+Oklab%3C%5BT;+N%5D%3E"],[4549,"impl-IntoIterator-for-Oklab%3C%26mut+%5BT%5D%3E"],[4550,"impl-IntoIterator-for-%26Oklab%3C%26mut+%5BT%5D%3E"],[4551,"impl-IntoIterator-for-%26Oklab%3CBox%3C%5BT%5D%3E%3E"],[4552,"impl-IntoIterator-for-%26mut+Oklab%3C%26mut+%5BT%5D%3E"],[4553,"impl-IntoIterator-for-%26Oklab%3C%26%5BT%5D%3E"],[4554,"impl-IntoIterator-for-Oklab%3C%5BT;+N%5D%3E"],[4555,"impl-IntoIterator-for-%26Oklab%3CVec%3CT%3E%3E"],[4556,"impl-IntoIterator-for-Oklab%3CVec%3CT%3E%3E"],[4557,"impl-IntoIterator-for-%26Oklch%3C%5BT;+N%5D%3E"],[4558,"impl-IntoIterator-for-%26Oklch%3CBox%3C%5BT%5D%3E%3E"],[4559,"impl-IntoIterator-for-Oklch%3C%26mut+%5BT%5D%3E"],[4560,"impl-IntoIterator-for-Oklch%3C%26%5BT%5D%3E"],[4561,"impl-IntoIterator-for-Oklch%3C%5BT;+N%5D%3E"],[4562,"impl-IntoIterator-for-%26Oklch%3CVec%3CT%3E%3E"],[4563,"impl-IntoIterator-for-%26mut+Oklch%3CVec%3CT%3E%3E"],[4564,"impl-IntoIterator-for-%26Oklch%3C%26%5BT%5D%3E"],[4565,"impl-IntoIterator-for-Oklch%3CVec%3CT%3E%3E"],[4566,"impl-IntoIterator-for-%26mut+Oklch%3C%26mut+%5BT%5D%3E"],[4567,"impl-IntoIterator-for-%26Oklch%3C%26mut+%5BT%5D%3E"],[4568,"impl-IntoIterator-for-%26mut+Oklch%3C%5BT;+N%5D%3E"],[4569,"impl-IntoIterator-for-%26mut+Oklch%3CBox%3C%5BT%5D%3E%3E"],[4570,"impl-IntoIterator-for-%26Xyz%3CWp,+Box%3C%5BT%5D%3E%3E"],[4571,"impl-IntoIterator-for-Xyz%3CWp,+%26%5BT%5D%3E"],[4572,"impl-IntoIterator-for-Xyz%3CWp,+%26mut+%5BT%5D%3E"],[4573,"impl-IntoIterator-for-%26Xyz%3CWp,+%5BT;+N%5D%3E"],[4574,"impl-IntoIterator-for-%26mut+Xyz%3CWp,+Box%3C%5BT%5D%3E%3E"],[4575,"impl-IntoIterator-for-%26mut+Xyz%3CWp,+Vec%3CT%3E%3E"],[4576,"impl-IntoIterator-for-%26mut+Xyz%3CWp,+%26mut+%5BT%5D%3E"],[4577,"impl-IntoIterator-for-%26Xyz%3CWp,+%26mut+%5BT%5D%3E"],[4578,"impl-IntoIterator-for-%26Xyz%3CWp,+%26%5BT%5D%3E"],[4579,"impl-IntoIterator-for-Xyz%3CWp,+%5BT;+N%5D%3E"],[4580,"impl-IntoIterator-for-%26mut+Xyz%3CWp,+%5BT;+N%5D%3E"],[4581,"impl-IntoIterator-for-%26Xyz%3CWp,+Vec%3CT%3E%3E"],[4582,"impl-IntoIterator-for-Xyz%3CWp,+Vec%3CT%3E%3E"],[4583,"impl-IntoIterator-for-%26Yxy%3CWp,+Box%3C%5BT%5D%3E%3E"],[4584,"impl-IntoIterator-for-Yxy%3CWp,+%26mut+%5BT%5D%3E"],[4585,"impl-IntoIterator-for-%26Yxy%3CWp,+%26%5BT%5D%3E"],[4586,"impl-IntoIterator-for-%26mut+Yxy%3CWp,+%5BT;+N%5D%3E"],[4587,"impl-IntoIterator-for-%26Yxy%3CWp,+%26mut+%5BT%5D%3E"],[4588,"impl-IntoIterator-for-Yxy%3CWp,+Vec%3CT%3E%3E"],[4589,"impl-IntoIterator-for-%26Yxy%3CWp,+Vec%3CT%3E%3E"],[4590,"impl-IntoIterator-for-%26mut+Yxy%3CWp,+Box%3C%5BT%5D%3E%3E"],[4591,"impl-IntoIterator-for-%26Yxy%3CWp,+%5BT;+N%5D%3E"],[4592,"impl-IntoIterator-for-Yxy%3CWp,+%26%5BT%5D%3E"],[4593,"impl-IntoIterator-for-%26mut+Yxy%3CWp,+Vec%3CT%3E%3E"],[4594,"impl-IntoIterator-for-Yxy%3CWp,+%5BT;+N%5D%3E"],[4595,"impl-IntoIterator-for-%26mut+Yxy%3CWp,+%26mut+%5BT%5D%3E"],[4596,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[4597,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[4642,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[4643,"impl-Alpha%3CCam16%3CT%3E,+A%3E"],[4644,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[4645,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[4646,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[4647,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[4648,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[4718,"impl-Lighten-for-Alpha%3CC,+%3CC+as+Lighten%3E::Scalar%3E"],[4719,"impl-Blend-for-Alpha%3CC,+T%3E"],[4897,"impl-Mul%3CT%3E-for-Alpha%3CC,+T%3E"],[4898,"impl-Mul-for-Alpha%3CC,+T%3E"],[4899,"impl-Mul-for-Lab%3CWp,+T%3E"],[4900,"impl-Mul%3CT%3E-for-Lab%3CWp,+T%3E"],[4901,"impl-Mul-for-Luv%3CWp,+T%3E"],[4902,"impl-Mul%3CT%3E-for-Luv%3CWp,+T%3E"],[4903,"impl-Mul%3CT%3E-for-Oklab%3CT%3E"],[4904,"impl-Mul-for-Oklab%3CT%3E"],[4905,"impl-Mul-for-Xyz%3CWp,+T%3E"],[4906,"impl-Mul%3CT%3E-for-Xyz%3CWp,+T%3E"],[4907,"impl-Mul%3CT%3E-for-Yxy%3CWp,+T%3E"],[4908,"impl-Mul-for-Yxy%3CWp,+T%3E"],[4909,"impl-MulAssign-for-Alpha%3CC,+T%3E"],[4910,"impl-MulAssign%3CT%3E-for-Alpha%3CC,+T%3E"],[4911,"impl-MulAssign-for-Lab%3CWp,+T%3E"],[4912,"impl-MulAssign%3CT%3E-for-Lab%3CWp,+T%3E"],[4913,"impl-MulAssign-for-Luv%3CWp,+T%3E"],[4914,"impl-MulAssign%3CT%3E-for-Luv%3CWp,+T%3E"],[4915,"impl-MulAssign%3CT%3E-for-Oklab%3CT%3E"],[4916,"impl-MulAssign-for-Oklab%3CT%3E"],[4917,"impl-MulAssign%3CT%3E-for-Xyz%3CWp,+T%3E"],[4918,"impl-MulAssign-for-Xyz%3CWp,+T%3E"],[4919,"impl-MulAssign%3CT%3E-for-Yxy%3CWp,+T%3E"],[4920,"impl-MulAssign-for-Yxy%3CWp,+T%3E"],[4924,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[4925,"impl-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[4926,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[4927,"impl-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[4928,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[4929,"impl-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[4930,"impl-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[4931,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[4932,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[4933,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[4934,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[4935,"impl-Alpha%3COklab%3CT%3E,+A%3E"],[4936,"impl-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[4937,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[4938,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[4939,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[4940,"impl-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[4941,"impl-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[4942,"impl-Alpha%3COklch%3CT%3E,+A%3E"],[4943,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[4944,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[4945,"impl-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[4946,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[4947,"impl-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[4948,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[4968,"impl-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[4969,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[4970,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[4971,"impl-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[4972,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[4973,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[4974,"impl-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[4975,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[4976,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[4977,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[4978,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[4979,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[4980,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[4981,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[4982,"impl-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[4983,"impl-Alpha%3COklch%3CT%3E,+A%3E"],[4984,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[4995,"impl-Alpha%3CHsv%3CSrgb,+T%3E,+A%3E"],[4996,"impl-Alpha%3CHwb%3CSrgb,+T%3E,+A%3E"],[4997,"impl-Alpha%3CHsl%3CSrgb,+T%3E,+A%3E"],[5001,"impl-Alpha%3CHwb%3CSrgb,+T%3E,+A%3E"],[5002,"impl-Alpha%3CHsv%3CSrgb,+T%3E,+A%3E"],[5003,"impl-Alpha%3CHsl%3CSrgb,+T%3E,+A%3E"],[5034,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5035,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5036,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5037,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5038,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5039,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5040,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5041,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5042,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5043,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5044,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5045,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5046,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5047,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5048,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5049,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5050,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5051,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5052,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5053,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5054,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5055,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5056,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5057,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5058,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5084,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5085,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5086,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5087,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5088,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5089,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5090,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5091,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5092,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5093,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5094,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5095,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5096,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5097,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5098,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5099,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5100,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5101,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5102,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5103,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5104,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5105,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5106,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5107,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5108,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5208,"impl-SaturatingAdd%3CT%3E-for-Alpha%3CC,+T%3E"],[5209,"impl-SaturatingAdd-for-Alpha%3CC,+T%3E"],[5210,"impl-SaturatingAdd-for-Hsl%3CS,+T%3E"],[5211,"impl-SaturatingAdd%3CT%3E-for-Hsl%3CS,+T%3E"],[5212,"impl-SaturatingAdd%3CT%3E-for-Hsluv%3CWp,+T%3E"],[5213,"impl-SaturatingAdd-for-Hsluv%3CWp,+T%3E"],[5214,"impl-SaturatingAdd-for-Hsv%3CS,+T%3E"],[5215,"impl-SaturatingAdd%3CT%3E-for-Hsv%3CS,+T%3E"],[5216,"impl-SaturatingAdd%3CT%3E-for-LabHue%3CT%3E"],[5217,"impl-SaturatingAdd-for-LabHue%3CT%3E"],[5218,"impl-SaturatingAdd%3CT%3E-for-LuvHue%3CT%3E"],[5219,"impl-SaturatingAdd-for-LuvHue%3CT%3E"],[5220,"impl-SaturatingAdd-for-RgbHue%3CT%3E"],[5221,"impl-SaturatingAdd%3CT%3E-for-RgbHue%3CT%3E"],[5222,"impl-SaturatingAdd%3CT%3E-for-OklabHue%3CT%3E"],[5223,"impl-SaturatingAdd-for-OklabHue%3CT%3E"],[5224,"impl-SaturatingAdd%3CT%3E-for-Hwb%3CS,+T%3E"],[5225,"impl-SaturatingAdd-for-Hwb%3CS,+T%3E"],[5226,"impl-SaturatingAdd%3CT%3E-for-Lab%3CWp,+T%3E"],[5227,"impl-SaturatingAdd-for-Lab%3CWp,+T%3E"],[5228,"impl-SaturatingAdd%3CT%3E-for-Lch%3CWp,+T%3E"],[5229,"impl-SaturatingAdd-for-Lch%3CWp,+T%3E"],[5230,"impl-SaturatingAdd-for-Lchuv%3CWp,+T%3E"],[5231,"impl-SaturatingAdd%3CT%3E-for-Lchuv%3CWp,+T%3E"],[5232,"impl-SaturatingAdd-for-Luv%3CWp,+T%3E"],[5233,"impl-SaturatingAdd%3CT%3E-for-Luv%3CWp,+T%3E"],[5234,"impl-SaturatingAdd%3CT%3E-for-Okhsl%3CT%3E"],[5235,"impl-SaturatingAdd-for-Okhsl%3CT%3E"],[5236,"impl-SaturatingAdd%3CT%3E-for-Okhsv%3CT%3E"],[5237,"impl-SaturatingAdd-for-Okhsv%3CT%3E"],[5238,"impl-SaturatingAdd-for-Okhwb%3CT%3E"],[5239,"impl-SaturatingAdd%3CT%3E-for-Okhwb%3CT%3E"],[5240,"impl-SaturatingAdd%3CT%3E-for-Oklab%3CT%3E"],[5241,"impl-SaturatingAdd-for-Oklab%3CT%3E"],[5242,"impl-SaturatingAdd%3CT%3E-for-Oklch%3CT%3E"],[5243,"impl-SaturatingAdd-for-Oklch%3CT%3E"],[5244,"impl-SaturatingAdd%3CT%3E-for-Xyz%3CWp,+T%3E"],[5245,"impl-SaturatingAdd-for-Xyz%3CWp,+T%3E"],[5246,"impl-SaturatingAdd%3CT%3E-for-Yxy%3CWp,+T%3E"],[5247,"impl-SaturatingAdd-for-Yxy%3CWp,+T%3E"],[5248,"impl-SaturatingSub%3CT%3E-for-Alpha%3CC,+T%3E"],[5249,"impl-SaturatingSub-for-Alpha%3CC,+T%3E"],[5250,"impl-SaturatingSub%3CT%3E-for-Hsl%3CS,+T%3E"],[5251,"impl-SaturatingSub-for-Hsl%3CS,+T%3E"],[5252,"impl-SaturatingSub-for-Hsluv%3CWp,+T%3E"],[5253,"impl-SaturatingSub%3CT%3E-for-Hsluv%3CWp,+T%3E"],[5254,"impl-SaturatingSub-for-Hsv%3CS,+T%3E"],[5255,"impl-SaturatingSub%3CT%3E-for-Hsv%3CS,+T%3E"],[5256,"impl-SaturatingSub-for-LabHue%3CT%3E"],[5257,"impl-SaturatingSub%3CT%3E-for-LabHue%3CT%3E"],[5258,"impl-SaturatingSub-for-LuvHue%3CT%3E"],[5259,"impl-SaturatingSub%3CT%3E-for-LuvHue%3CT%3E"],[5260,"impl-SaturatingSub-for-RgbHue%3CT%3E"],[5261,"impl-SaturatingSub%3CT%3E-for-RgbHue%3CT%3E"],[5262,"impl-SaturatingSub%3CT%3E-for-OklabHue%3CT%3E"],[5263,"impl-SaturatingSub-for-OklabHue%3CT%3E"],[5264,"impl-SaturatingSub-for-Hwb%3CS,+T%3E"],[5265,"impl-SaturatingSub%3CT%3E-for-Hwb%3CS,+T%3E"],[5266,"impl-SaturatingSub%3CT%3E-for-Lab%3CWp,+T%3E"],[5267,"impl-SaturatingSub-for-Lab%3CWp,+T%3E"],[5268,"impl-SaturatingSub%3CT%3E-for-Lch%3CWp,+T%3E"],[5269,"impl-SaturatingSub-for-Lch%3CWp,+T%3E"],[5270,"impl-SaturatingSub-for-Lchuv%3CWp,+T%3E"],[5271,"impl-SaturatingSub%3CT%3E-for-Lchuv%3CWp,+T%3E"],[5272,"impl-SaturatingSub-for-Luv%3CWp,+T%3E"],[5273,"impl-SaturatingSub%3CT%3E-for-Luv%3CWp,+T%3E"],[5274,"impl-SaturatingSub%3CT%3E-for-Okhsl%3CT%3E"],[5275,"impl-SaturatingSub-for-Okhsl%3CT%3E"],[5276,"impl-SaturatingSub%3CT%3E-for-Okhsv%3CT%3E"],[5277,"impl-SaturatingSub-for-Okhsv%3CT%3E"],[5278,"impl-SaturatingSub%3CT%3E-for-Okhwb%3CT%3E"],[5279,"impl-SaturatingSub-for-Okhwb%3CT%3E"],[5280,"impl-SaturatingSub-for-Oklab%3CT%3E"],[5281,"impl-SaturatingSub%3CT%3E-for-Oklab%3CT%3E"],[5282,"impl-SaturatingSub-for-Oklch%3CT%3E"],[5283,"impl-SaturatingSub%3CT%3E-for-Oklch%3CT%3E"],[5284,"impl-SaturatingSub%3CT%3E-for-Xyz%3CWp,+T%3E"],[5285,"impl-SaturatingSub-for-Xyz%3CWp,+T%3E"],[5286,"impl-SaturatingSub-for-Yxy%3CWp,+T%3E"],[5287,"impl-SaturatingSub%3CT%3E-for-Yxy%3CWp,+T%3E"],[5316,"impl-Alpha%3CHwb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5317,"impl-Alpha%3COkhwb%3C%26mut+T%3E,+%26mut+A%3E"],[5318,"impl-Alpha%3CLch%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5319,"impl-Alpha%3CHsluv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5320,"impl-Alpha%3CCam16Jmh%3C%26mut+T%3E,+%26mut+A%3E"],[5321,"impl-Alpha%3COklab%3C%26mut+T%3E,+%26mut+A%3E"],[5322,"impl-Alpha%3CXyz%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5323,"impl-Alpha%3CYxy%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5324,"impl-Alpha%3CLchuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5325,"impl-Alpha%3CCam16Qmh%3C%26mut+T%3E,+%26mut+A%3E"],[5326,"impl-Alpha%3CHsv%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5327,"impl-Alpha%3CCam16Jch%3C%26mut+T%3E,+%26mut+A%3E"],[5328,"impl-Alpha%3CRgb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5329,"impl-Alpha%3CLab%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5330,"impl-Alpha%3CCam16UcsJmh%3C%26mut+T%3E,+%26mut+A%3E"],[5331,"impl-Alpha%3CLuma%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5332,"impl-Alpha%3CCam16Qch%3C%26mut+T%3E,+%26mut+A%3E"],[5333,"impl-Alpha%3CLuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5334,"impl-Alpha%3COkhsl%3C%26mut+T%3E,+%26mut+A%3E"],[5335,"impl-Alpha%3CCam16Qsh%3C%26mut+T%3E,+%26mut+A%3E"],[5336,"impl-Alpha%3COkhsv%3C%26mut+T%3E,+%26mut+A%3E"],[5337,"impl-Alpha%3CHsl%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5338,"impl-Alpha%3CCam16Jsh%3C%26mut+T%3E,+%26mut+A%3E"],[5339,"impl-Alpha%3CCam16UcsJab%3C%26mut+T%3E,+%26mut+A%3E"],[5340,"impl-Alpha%3COklch%3C%26mut+T%3E,+%26mut+A%3E"],[5425,"impl-Sub%3CT%3E-for-Alpha%3CC,+T%3E"],[5426,"impl-Sub-for-Alpha%3CC,+T%3E"],[5427,"impl-Sub-for-Hsl%3CS,+T%3E"],[5428,"impl-Sub%3CT%3E-for-Hsl%3CS,+T%3E"],[5429,"impl-Sub%3CT%3E-for-Hsluv%3CWp,+T%3E"],[5430,"impl-Sub-for-Hsluv%3CWp,+T%3E"],[5431,"impl-Sub-for-Hsv%3CS,+T%3E"],[5432,"impl-Sub%3CT%3E-for-Hsv%3CS,+T%3E"],[5433,"impl-Sub%3CT%3E-for-LabHue%3CT%3E"],[5434,"impl-Sub-for-LabHue%3CT%3E"],[5435,"impl-Sub%3CT%3E-for-LuvHue%3CT%3E"],[5436,"impl-Sub-for-LuvHue%3CT%3E"],[5437,"impl-Sub-for-RgbHue%3CT%3E"],[5438,"impl-Sub%3CT%3E-for-RgbHue%3CT%3E"],[5439,"impl-Sub-for-OklabHue%3CT%3E"],[5440,"impl-Sub%3CT%3E-for-OklabHue%3CT%3E"],[5441,"impl-Sub%3CT%3E-for-Hwb%3CS,+T%3E"],[5442,"impl-Sub-for-Hwb%3CS,+T%3E"],[5443,"impl-Sub-for-Lab%3CWp,+T%3E"],[5444,"impl-Sub%3CT%3E-for-Lab%3CWp,+T%3E"],[5445,"impl-Sub%3CT%3E-for-Lch%3CWp,+T%3E"],[5446,"impl-Sub-for-Lch%3CWp,+T%3E"],[5447,"impl-Sub-for-Lchuv%3CWp,+T%3E"],[5448,"impl-Sub%3CT%3E-for-Lchuv%3CWp,+T%3E"],[5449,"impl-Sub-for-Luv%3CWp,+T%3E"],[5450,"impl-Sub%3CT%3E-for-Luv%3CWp,+T%3E"],[5451,"impl-Sub%3CT%3E-for-Okhsl%3CT%3E"],[5452,"impl-Sub-for-Okhsl%3CT%3E"],[5453,"impl-Sub%3CT%3E-for-Okhsv%3CT%3E"],[5454,"impl-Sub-for-Okhsv%3CT%3E"],[5455,"impl-Sub-for-Okhwb%3CT%3E"],[5456,"impl-Sub%3CT%3E-for-Okhwb%3CT%3E"],[5457,"impl-Sub-for-Oklab%3CT%3E"],[5458,"impl-Sub%3CT%3E-for-Oklab%3CT%3E"],[5459,"impl-Sub-for-Oklch%3CT%3E"],[5460,"impl-Sub%3CT%3E-for-Oklch%3CT%3E"],[5461,"impl-Sub%3CT%3E-for-Xyz%3CWp,+T%3E"],[5462,"impl-Sub-for-Xyz%3CWp,+T%3E"],[5463,"impl-Sub%3CT%3E-for-Yxy%3CWp,+T%3E"],[5464,"impl-Sub-for-Yxy%3CWp,+T%3E"],[5465,"impl-SubAssign%3CT%3E-for-Alpha%3CC,+T%3E"],[5466,"impl-SubAssign-for-Alpha%3CC,+T%3E"],[5467,"impl-SubAssign-for-Hsl%3CS,+T%3E"],[5468,"impl-SubAssign%3CT%3E-for-Hsl%3CS,+T%3E"],[5469,"impl-SubAssign-for-Hsluv%3CWp,+T%3E"],[5470,"impl-SubAssign%3CT%3E-for-Hsluv%3CWp,+T%3E"],[5471,"impl-SubAssign%3CT%3E-for-Hsv%3CS,+T%3E"],[5472,"impl-SubAssign-for-Hsv%3CS,+T%3E"],[5473,"impl-SubAssign%3CT%3E-for-LabHue%3CT%3E"],[5474,"impl-SubAssign-for-LabHue%3CT%3E"],[5475,"impl-SubAssign-for-LuvHue%3CT%3E"],[5476,"impl-SubAssign%3CT%3E-for-LuvHue%3CT%3E"],[5477,"impl-SubAssign%3CT%3E-for-RgbHue%3CT%3E"],[5478,"impl-SubAssign-for-RgbHue%3CT%3E"],[5479,"impl-SubAssign-for-OklabHue%3CT%3E"],[5480,"impl-SubAssign%3CT%3E-for-OklabHue%3CT%3E"],[5481,"impl-SubAssign%3CT%3E-for-Hwb%3CS,+T%3E"],[5482,"impl-SubAssign-for-Hwb%3CS,+T%3E"],[5483,"impl-SubAssign%3CT%3E-for-Lab%3CWp,+T%3E"],[5484,"impl-SubAssign-for-Lab%3CWp,+T%3E"],[5485,"impl-SubAssign%3CT%3E-for-Lch%3CWp,+T%3E"],[5486,"impl-SubAssign-for-Lch%3CWp,+T%3E"],[5487,"impl-SubAssign-for-Lchuv%3CWp,+T%3E"],[5488,"impl-SubAssign%3CT%3E-for-Lchuv%3CWp,+T%3E"],[5489,"impl-SubAssign%3CT%3E-for-Luv%3CWp,+T%3E"],[5490,"impl-SubAssign-for-Luv%3CWp,+T%3E"],[5491,"impl-SubAssign-for-Okhsl%3CT%3E"],[5492,"impl-SubAssign%3CT%3E-for-Okhsl%3CT%3E"],[5493,"impl-SubAssign%3CT%3E-for-Okhsv%3CT%3E"],[5494,"impl-SubAssign-for-Okhsv%3CT%3E"],[5495,"impl-SubAssign%3CT%3E-for-Okhwb%3CT%3E"],[5496,"impl-SubAssign-for-Okhwb%3CT%3E"],[5497,"impl-SubAssign-for-Oklab%3CT%3E"],[5498,"impl-SubAssign%3CT%3E-for-Oklab%3CT%3E"],[5499,"impl-SubAssign%3CT%3E-for-Oklch%3CT%3E"],[5500,"impl-SubAssign-for-Oklch%3CT%3E"],[5501,"impl-SubAssign-for-Xyz%3CWp,+T%3E"],[5502,"impl-SubAssign%3CT%3E-for-Xyz%3CWp,+T%3E"],[5503,"impl-SubAssign%3CT%3E-for-Yxy%3CWp,+T%3E"],[5504,"impl-SubAssign-for-Yxy%3CWp,+T%3E"],[5505,"impl-Tetradic-for-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[5506,"impl-Tetradic-for-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[5507,"impl-Tetradic-for-Alpha%3COklab%3CT%3E,+A%3E"],[5508,"impl-Tetradic-for-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[5558,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Alpha%3CC,+T%3E"],[5559,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Alpha%3CC,+T%3E"],[5561,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Hsl%3CS,+T%3E"],[5562,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Hsl%3CS,+T%3E"],[5564,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Hsluv%3CWp,+T%3E"],[5565,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Hsluv%3CWp,+T%3E"],[5566,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Hsv%3CS,+T%3E"],[5567,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Hsv%3CS,+T%3E"],[5573,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Hwb%3CS,+T%3E"],[5575,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Hwb%3CS,+T%3E"],[5577,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Lab%3CWp,+T%3E"],[5578,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Lab%3CWp,+T%3E"],[5579,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Lch%3CWp,+T%3E"],[5580,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Lch%3CWp,+T%3E"],[5582,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Lchuv%3CWp,+T%3E"],[5584,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Lchuv%3CWp,+T%3E"],[5585,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Luv%3CWp,+T%3E"],[5586,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Luv%3CWp,+T%3E"],[5588,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Okhsl%3CT%3E"],[5590,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Okhsl%3CT%3E"],[5591,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Okhsv%3CT%3E"],[5593,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Okhsv%3CT%3E"],[5594,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Okhwb%3CT%3E"],[5596,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Okhwb%3CT%3E"],[5597,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Oklab%3CT%3E"],[5598,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Oklab%3CT%3E"],[5600,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Oklch%3CT%3E"],[5601,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Oklch%3CT%3E"],[5604,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Xyz%3CWp,+T%3E"],[5605,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Xyz%3CWp,+T%3E"],[5606,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Yxy%3CWp,+T%3E"],[5607,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Yxy%3CWp,+T%3E"],[5805,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5806,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5807,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5808,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5809,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5810,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5811,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5812,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5813,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5814,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5815,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5816,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5817,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5818,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5819,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5820,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5821,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5822,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5823,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5824,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5825,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5826,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5827,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5828,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5829,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5861,"impl-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[5862,"impl-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[5999,"impl-Add-for-PreAlpha%3CC%3E"],[6000,"impl-Add%3Cf32%3E-for-PreAlpha%3CC%3E"],[6001,"impl-Add%3Cf64%3E-for-PreAlpha%3CC%3E"],[6002,"impl-AddAssign-for-PreAlpha%3CC%3E"],[6003,"impl-AddAssign%3Cf32%3E-for-PreAlpha%3CC%3E"],[6004,"impl-AddAssign%3Cf64%3E-for-PreAlpha%3CC%3E"],[6030,"impl-AsMut%3C%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-PreAlpha%3CC%3E"],[6031,"impl-AsMut%3C%5B%3CC+as+Premultiply%3E::Scalar%5D%3E-for-PreAlpha%3CC%3E"],[6032,"impl-AsRef%3C%5B%3CC+as+Premultiply%3E::Scalar%5D%3E-for-PreAlpha%3CC%3E"],[6033,"impl-AsRef%3C%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-PreAlpha%3CC%3E"],[6095,"impl-Div-for-PreAlpha%3CC%3E"],[6096,"impl-Div%3Cf32%3E-for-PreAlpha%3CC%3E"],[6097,"impl-Div%3Cf64%3E-for-PreAlpha%3CC%3E"],[6098,"impl-DivAssign%3Cf32%3E-for-PreAlpha%3CC%3E"],[6099,"impl-DivAssign%3Cf64%3E-for-PreAlpha%3CC%3E"],[6100,"impl-DivAssign-for-PreAlpha%3CC%3E"],[6139,"impl-From%3CC%3E-for-PreAlpha%3CC%3E"],[6140,"impl-From%3C%26%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-%26PreAlpha%3CC%3E"],[6141,"impl-From%3C%5BPreAlpha%3COklab%3CT%3E%3E;+N%5D%3E-for-PreAlpha%3COklab%3CV%3E%3E"],[6142,"impl-From%3C%5BPreAlpha%3CXyz%3CWp,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CXyz%3CWp,+V%3E%3E"],[6143,"impl-From%3C%5BPreAlpha%3CRgb%3CS,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CRgb%3CS,+V%3E%3E"],[6144,"impl-From%3C%5BPreAlpha%3CLab%3CWp,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CLab%3CWp,+V%3E%3E"],[6145,"impl-From%3C%5BPreAlpha%3CLuma%3CS,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CLuma%3CS,+V%3E%3E"],[6146,"impl-From%3C%5BPreAlpha%3CYxy%3CWp,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CYxy%3CWp,+V%3E%3E"],[6147,"impl-From%3CAlpha%3CC,+%3CC+as+Premultiply%3E::Scalar%3E%3E-for-PreAlpha%3CC%3E"],[6148,"impl-From%3C%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-PreAlpha%3CC%3E"],[6149,"impl-From%3C%26mut+%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-%26mut+PreAlpha%3CC%3E"],[6150,"impl-From%3C%5BPreAlpha%3CCam16UcsJab%3CT%3E%3E;+N%5D%3E-for-PreAlpha%3CCam16UcsJab%3CV%3E%3E"],[6151,"impl-From%3C%5BPreAlpha%3CLuv%3CWp,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CLuv%3CWp,+V%3E%3E"],[6223,"impl-Mul-for-PreAlpha%3CC%3E"],[6224,"impl-Mul%3Cf32%3E-for-PreAlpha%3CC%3E"],[6225,"impl-Mul%3Cf64%3E-for-PreAlpha%3CC%3E"],[6226,"impl-MulAssign-for-PreAlpha%3CC%3E"],[6227,"impl-MulAssign%3Cf32%3E-for-PreAlpha%3CC%3E"],[6228,"impl-MulAssign%3Cf64%3E-for-PreAlpha%3CC%3E"],[6249,"impl-Sub%3Cf32%3E-for-PreAlpha%3CC%3E"],[6250,"impl-Sub-for-PreAlpha%3CC%3E"],[6251,"impl-Sub%3Cf64%3E-for-PreAlpha%3CC%3E"],[6252,"impl-SubAssign-for-PreAlpha%3CC%3E"],[6253,"impl-SubAssign%3Cf32%3E-for-PreAlpha%3CC%3E"],[6254,"impl-SubAssign%3Cf64%3E-for-PreAlpha%3CC%3E"],[6269,"impl-TryFrom%3C%26%5B%3CC+as+Premultiply%3E::Scalar%5D%3E-for-%26PreAlpha%3CC%3E"],[6271,"impl-TryFrom%3C%26mut+%5B%3CC+as+Premultiply%3E::Scalar%5D%3E-for-%26mut+PreAlpha%3CC%3E"],[6372,"impl-Add-for-Cam16UcsJab%3CT%3E"],[6373,"impl-Add%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6374,"impl-Add-for-Cam16UcsJmh%3CT%3E"],[6375,"impl-Add%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6376,"impl-AddAssign%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6377,"impl-AddAssign-for-Cam16UcsJab%3CT%3E"],[6378,"impl-AddAssign-for-Cam16UcsJmh%3CT%3E"],[6379,"impl-AddAssign%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6429,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16UcsJab%3CT%3E"],[6430,"impl-AsMut%3C%5BT%5D%3E-for-Cam16UcsJab%3CT%3E"],[6431,"impl-AsMut%3C%5BT%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6432,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6433,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16UcsJab%3CT%3E"],[6434,"impl-AsRef%3C%5BT%5D%3E-for-Cam16UcsJab%3CT%3E"],[6435,"impl-AsRef%3C%5BT%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6436,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6469,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Qmh%3CT%3E%3E-for-Cam16%3CT%3E"],[6470,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Jsh%3CT%3E%3E-for-Cam16%3CT%3E"],[6471,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Qsh%3CT%3E%3E-for-Cam16%3CT%3E"],[6472,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Jmh%3CT%3E%3E-for-Cam16%3CT%3E"],[6473,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Qch%3CT%3E%3E-for-Cam16%3CT%3E"],[6474,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Jch%3CT%3E%3E-for-Cam16%3CT%3E"],[6475,"impl-Cam16FromUnclamped%3CWpParam,+Xyz%3C%3CWpParam+as+WhitePointParameter%3C%3CT+as+FromScalar%3E::Scalar%3E%3E::StaticWp,+T%3E%3E-for-Cam16%3CT%3E"],[6520,"impl-Cam16UcsJab%3C%26mut+T%3E"],[6521,"impl-Cam16UcsJab%3C%26T%3E"],[6522,"impl-Cam16UcsJmh%3C%26T%3E"],[6523,"impl-Cam16UcsJmh%3C%26mut+T%3E"],[6548,"impl-Cam16UcsJab%3C%26mut+T%3E"],[6549,"impl-Cam16UcsJab%3C%26T%3E"],[6550,"impl-Cam16UcsJmh%3C%26T%3E"],[6551,"impl-Cam16UcsJmh%3C%26mut+T%3E"],[6594,"impl-Div-for-Cam16UcsJab%3CT%3E"],[6595,"impl-Div%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6596,"impl-DivAssign-for-Cam16UcsJab%3CT%3E"],[6597,"impl-DivAssign%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6635,"impl-From%3C%5BCam16UcsJab%3CT%3E;+N%5D%3E-for-Cam16UcsJab%3CV%3E"],[6636,"impl-From%3C%5BT;+3%5D%3E-for-Cam16UcsJab%3CT%3E"],[6637,"impl-From%3CPreAlpha%3CCam16UcsJab%3CT%3E%3E%3E-for-Cam16UcsJab%3CT%3E"],[6639,"impl-From%3C(T,+T,+T)%3E-for-Cam16UcsJab%3CT%3E"],[6640,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16UcsJab%3CT%3E"],[6641,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16UcsJab%3CT%3E"],[6644,"impl-From%3C%5BT;+3%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6645,"impl-From%3C(T,+T,+H)%3E-for-Cam16UcsJmh%3CT%3E"],[6646,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16UcsJmh%3CT%3E"],[6647,"impl-From%3C%5BCam16UcsJmh%3CT%3E;+N%5D%3E-for-Cam16UcsJmh%3CV%3E"],[6648,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16UcsJmh%3CT%3E"],[6661,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qmh%3CT%3E%3E-for-Cam16%3CT%3E"],[6662,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jmh%3CT%3E%3E-for-Cam16%3CT%3E"],[6663,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jch%3CT%3E%3E-for-Cam16%3CT%3E"],[6664,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jsh%3CT%3E%3E-for-Cam16%3CT%3E"],[6665,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qsh%3CT%3E%3E-for-Cam16%3CT%3E"],[6666,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qch%3CT%3E%3E-for-Cam16%3CT%3E"],[6671,"impl-FromColorUnclamped%3CCam16Jmh%3CT%3E%3E-for-Cam16UcsJab%3CT%3E"],[6672,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16UcsJab%3CT%3E"],[6673,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16UcsJab%3CT%3E"],[6674,"impl-FromColorUnclamped%3CCam16UcsJmh%3CT%3E%3E-for-Cam16UcsJab%3CT%3E"],[6675,"impl-FromColorUnclamped%3CCam16UcsJab%3CT%3E%3E-for-Cam16UcsJab%3CT%3E"],[6676,"impl-FromColorUnclamped%3CCam16UcsJmh%3CT%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6677,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6678,"impl-FromColorUnclamped%3CCam16UcsJab%3CT%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6679,"impl-FromColorUnclamped%3CCam16Jmh%3CT%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6680,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6813,"impl-IntoIterator-for-Cam16UcsJab%3C%26%5BT%5D%3E"],[6814,"impl-IntoIterator-for-Cam16UcsJab%3CVec%3CT%3E%3E"],[6815,"impl-IntoIterator-for-%26Cam16UcsJab%3CBox%3C%5BT%5D%3E%3E"],[6816,"impl-IntoIterator-for-%26mut+Cam16UcsJab%3C%5BT;+N%5D%3E"],[6817,"impl-IntoIterator-for-%26mut+Cam16UcsJab%3CBox%3C%5BT%5D%3E%3E"],[6818,"impl-IntoIterator-for-%26mut+Cam16UcsJab%3C%26mut+%5BT%5D%3E"],[6819,"impl-IntoIterator-for-%26Cam16UcsJab%3C%5BT;+N%5D%3E"],[6820,"impl-IntoIterator-for-%26Cam16UcsJab%3CVec%3CT%3E%3E"],[6821,"impl-IntoIterator-for-%26mut+Cam16UcsJab%3CVec%3CT%3E%3E"],[6822,"impl-IntoIterator-for-Cam16UcsJab%3C%26mut+%5BT%5D%3E"],[6823,"impl-IntoIterator-for-Cam16UcsJab%3C%5BT;+N%5D%3E"],[6824,"impl-IntoIterator-for-%26Cam16UcsJab%3C%26%5BT%5D%3E"],[6825,"impl-IntoIterator-for-%26Cam16UcsJab%3C%26mut+%5BT%5D%3E"],[6827,"impl-IntoIterator-for-%26Cam16UcsJmh%3CBox%3C%5BT%5D%3E%3E"],[6828,"impl-IntoIterator-for-Cam16UcsJmh%3C%5BT;+N%5D%3E"],[6829,"impl-IntoIterator-for-%26Cam16UcsJmh%3C%26%5BT%5D%3E"],[6830,"impl-IntoIterator-for-%26Cam16UcsJmh%3C%5BT;+N%5D%3E"],[6831,"impl-IntoIterator-for-Cam16UcsJmh%3C%26mut+%5BT%5D%3E"],[6832,"impl-IntoIterator-for-%26Cam16UcsJmh%3CVec%3CT%3E%3E"],[6833,"impl-IntoIterator-for-Cam16UcsJmh%3C%26%5BT%5D%3E"],[6834,"impl-IntoIterator-for-%26mut+Cam16UcsJmh%3C%26mut+%5BT%5D%3E"],[6835,"impl-IntoIterator-for-Cam16UcsJmh%3CVec%3CT%3E%3E"],[6836,"impl-IntoIterator-for-%26mut+Cam16UcsJmh%3CBox%3C%5BT%5D%3E%3E"],[6837,"impl-IntoIterator-for-%26Cam16UcsJmh%3C%26mut+%5BT%5D%3E"],[6838,"impl-IntoIterator-for-%26mut+Cam16UcsJmh%3C%5BT;+N%5D%3E"],[6839,"impl-IntoIterator-for-%26mut+Cam16UcsJmh%3CVec%3CT%3E%3E"],[6891,"impl-Mul-for-Cam16UcsJab%3CT%3E"],[6892,"impl-Mul%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6893,"impl-MulAssign%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6894,"impl-MulAssign-for-Cam16UcsJab%3CT%3E"],[6920,"impl-SaturatingAdd-for-Cam16UcsJab%3CT%3E"],[6921,"impl-SaturatingAdd%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6922,"impl-SaturatingAdd-for-Cam16UcsJmh%3CT%3E"],[6923,"impl-SaturatingAdd%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6924,"impl-SaturatingSub%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6925,"impl-SaturatingSub-for-Cam16UcsJab%3CT%3E"],[6926,"impl-SaturatingSub%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6927,"impl-SaturatingSub-for-Cam16UcsJmh%3CT%3E"],[6943,"impl-Sub%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6944,"impl-Sub-for-Cam16UcsJab%3CT%3E"],[6945,"impl-Sub%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6946,"impl-Sub-for-Cam16UcsJmh%3CT%3E"],[6947,"impl-SubAssign%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6948,"impl-SubAssign-for-Cam16UcsJab%3CT%3E"],[6949,"impl-SubAssign%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6950,"impl-SubAssign-for-Cam16UcsJmh%3CT%3E"],[6978,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16UcsJab%3CT%3E"],[6979,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16UcsJab%3CT%3E"],[6981,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16UcsJmh%3CT%3E"],[6982,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16UcsJmh%3CT%3E"],[7061,"impl-Add-for-Cam16Jch%3CT%3E"],[7062,"impl-Add%3CT%3E-for-Cam16Jch%3CT%3E"],[7063,"impl-AddAssign-for-Cam16Jch%3CT%3E"],[7064,"impl-AddAssign%3CT%3E-for-Cam16Jch%3CT%3E"],[7073,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Jch%3CT%3E"],[7074,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Jch%3CT%3E"],[7075,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Jch%3CT%3E"],[7076,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Jch%3CT%3E"],[7091,"impl-Cam16Jch%3C%26T%3E"],[7092,"impl-Cam16Jch%3C%26mut+T%3E"],[7095,"impl-Cam16Jch%3C%26T%3E"],[7096,"impl-Cam16Jch%3C%26mut+T%3E"],[7116,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Jch%3CT%3E"],[7117,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Jch%3CT%3E"],[7118,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Jch%3CT%3E"],[7119,"impl-From%3C(T,+T,+H)%3E-for-Cam16Jch%3CT%3E"],[7121,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Jch%3CT%3E"],[7122,"impl-From%3C%5BCam16Jch%3CT%3E;+N%5D%3E-for-Cam16Jch%3CV%3E"],[7127,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Jch%3CT%3E"],[7128,"impl-FromColorUnclamped%3CCam16Jch%3CT%3E%3E-for-Cam16Jch%3CT%3E"],[7129,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Jch%3CT%3E"],[7164,"impl-IntoIterator-for-%26Cam16Jch%3CVec%3CT%3E%3E"],[7165,"impl-IntoIterator-for-%26mut+Cam16Jch%3C%5BT;+N%5D%3E"],[7166,"impl-IntoIterator-for-%26Cam16Jch%3C%26mut+%5BT%5D%3E"],[7167,"impl-IntoIterator-for-%26mut+Cam16Jch%3C%26mut+%5BT%5D%3E"],[7168,"impl-IntoIterator-for-%26Cam16Jch%3CBox%3C%5BT%5D%3E%3E"],[7169,"impl-IntoIterator-for-Cam16Jch%3C%26mut+%5BT%5D%3E"],[7170,"impl-IntoIterator-for-%26mut+Cam16Jch%3CBox%3C%5BT%5D%3E%3E"],[7171,"impl-IntoIterator-for-%26Cam16Jch%3C%26%5BT%5D%3E"],[7172,"impl-IntoIterator-for-%26Cam16Jch%3C%5BT;+N%5D%3E"],[7173,"impl-IntoIterator-for-Cam16Jch%3C%5BT;+N%5D%3E"],[7174,"impl-IntoIterator-for-%26mut+Cam16Jch%3CVec%3CT%3E%3E"],[7175,"impl-IntoIterator-for-Cam16Jch%3C%26%5BT%5D%3E"],[7176,"impl-IntoIterator-for-Cam16Jch%3CVec%3CT%3E%3E"],[7195,"impl-SaturatingAdd%3CT%3E-for-Cam16Jch%3CT%3E"],[7196,"impl-SaturatingAdd-for-Cam16Jch%3CT%3E"],[7197,"impl-SaturatingSub%3CT%3E-for-Cam16Jch%3CT%3E"],[7198,"impl-SaturatingSub-for-Cam16Jch%3CT%3E"],[7205,"impl-Sub-for-Cam16Jch%3CT%3E"],[7206,"impl-Sub%3CT%3E-for-Cam16Jch%3CT%3E"],[7207,"impl-SubAssign-for-Cam16Jch%3CT%3E"],[7208,"impl-SubAssign%3CT%3E-for-Cam16Jch%3CT%3E"],[7213,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Jch%3CT%3E"],[7215,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Jch%3CT%3E"],[7239,"impl-Add-for-Cam16Jmh%3CT%3E"],[7240,"impl-Add%3CT%3E-for-Cam16Jmh%3CT%3E"],[7241,"impl-AddAssign-for-Cam16Jmh%3CT%3E"],[7242,"impl-AddAssign%3CT%3E-for-Cam16Jmh%3CT%3E"],[7251,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Jmh%3CT%3E"],[7252,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Jmh%3CT%3E"],[7253,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Jmh%3CT%3E"],[7254,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Jmh%3CT%3E"],[7268,"impl-Cam16Jmh%3C%26mut+T%3E"],[7269,"impl-Cam16Jmh%3C%26T%3E"],[7273,"impl-Cam16Jmh%3C%26T%3E"],[7274,"impl-Cam16Jmh%3C%26mut+T%3E"],[7294,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Jmh%3CT%3E"],[7296,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Jmh%3CT%3E"],[7297,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Jmh%3CT%3E"],[7298,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7299,"impl-From%3C%5BCam16Jmh%3CT%3E;+N%5D%3E-for-Cam16Jmh%3CV%3E"],[7300,"impl-From%3C(T,+T,+H)%3E-for-Cam16Jmh%3CT%3E"],[7305,"impl-FromColorUnclamped%3CCam16Jmh%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7306,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Jmh%3CT%3E"],[7307,"impl-FromColorUnclamped%3CCam16UcsJmh%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7308,"impl-FromColorUnclamped%3CCam16UcsJab%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7309,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7344,"impl-IntoIterator-for-Cam16Jmh%3C%5BT;+N%5D%3E"],[7345,"impl-IntoIterator-for-%26mut+Cam16Jmh%3C%26mut+%5BT%5D%3E"],[7346,"impl-IntoIterator-for-%26Cam16Jmh%3CBox%3C%5BT%5D%3E%3E"],[7347,"impl-IntoIterator-for-%26Cam16Jmh%3C%26mut+%5BT%5D%3E"],[7348,"impl-IntoIterator-for-%26Cam16Jmh%3CVec%3CT%3E%3E"],[7349,"impl-IntoIterator-for-%26Cam16Jmh%3C%5BT;+N%5D%3E"],[7350,"impl-IntoIterator-for-%26mut+Cam16Jmh%3CBox%3C%5BT%5D%3E%3E"],[7351,"impl-IntoIterator-for-Cam16Jmh%3C%26mut+%5BT%5D%3E"],[7352,"impl-IntoIterator-for-%26mut+Cam16Jmh%3C%5BT;+N%5D%3E"],[7353,"impl-IntoIterator-for-%26mut+Cam16Jmh%3CVec%3CT%3E%3E"],[7354,"impl-IntoIterator-for-%26Cam16Jmh%3C%26%5BT%5D%3E"],[7355,"impl-IntoIterator-for-Cam16Jmh%3CVec%3CT%3E%3E"],[7356,"impl-IntoIterator-for-Cam16Jmh%3C%26%5BT%5D%3E"],[7375,"impl-SaturatingAdd%3CT%3E-for-Cam16Jmh%3CT%3E"],[7376,"impl-SaturatingAdd-for-Cam16Jmh%3CT%3E"],[7377,"impl-SaturatingSub%3CT%3E-for-Cam16Jmh%3CT%3E"],[7378,"impl-SaturatingSub-for-Cam16Jmh%3CT%3E"],[7385,"impl-Sub%3CT%3E-for-Cam16Jmh%3CT%3E"],[7386,"impl-Sub-for-Cam16Jmh%3CT%3E"],[7387,"impl-SubAssign-for-Cam16Jmh%3CT%3E"],[7388,"impl-SubAssign%3CT%3E-for-Cam16Jmh%3CT%3E"],[7393,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Jmh%3CT%3E"],[7394,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Jmh%3CT%3E"],[7419,"impl-Add-for-Cam16Jsh%3CT%3E"],[7420,"impl-Add%3CT%3E-for-Cam16Jsh%3CT%3E"],[7421,"impl-AddAssign%3CT%3E-for-Cam16Jsh%3CT%3E"],[7422,"impl-AddAssign-for-Cam16Jsh%3CT%3E"],[7431,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Jsh%3CT%3E"],[7432,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Jsh%3CT%3E"],[7433,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Jsh%3CT%3E"],[7434,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Jsh%3CT%3E"],[7448,"impl-Cam16Jsh%3C%26mut+T%3E"],[7449,"impl-Cam16Jsh%3C%26T%3E"],[7452,"impl-Cam16Jsh%3C%26mut+T%3E"],[7453,"impl-Cam16Jsh%3C%26T%3E"],[7473,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Jsh%3CT%3E"],[7474,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Jsh%3CT%3E"],[7475,"impl-From%3C%5BCam16Jsh%3CT%3E;+N%5D%3E-for-Cam16Jsh%3CV%3E"],[7476,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Jsh%3CT%3E"],[7477,"impl-From%3C(T,+T,+H)%3E-for-Cam16Jsh%3CT%3E"],[7478,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Jsh%3CT%3E"],[7484,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Jsh%3CT%3E"],[7485,"impl-FromColorUnclamped%3CCam16Jsh%3CT%3E%3E-for-Cam16Jsh%3CT%3E"],[7486,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Jsh%3CT%3E"],[7521,"impl-IntoIterator-for-Cam16Jsh%3C%5BT;+N%5D%3E"],[7522,"impl-IntoIterator-for-%26Cam16Jsh%3CVec%3CT%3E%3E"],[7523,"impl-IntoIterator-for-Cam16Jsh%3C%26mut+%5BT%5D%3E"],[7524,"impl-IntoIterator-for-%26mut+Cam16Jsh%3CBox%3C%5BT%5D%3E%3E"],[7525,"impl-IntoIterator-for-%26mut+Cam16Jsh%3C%26mut+%5BT%5D%3E"],[7526,"impl-IntoIterator-for-%26Cam16Jsh%3C%26mut+%5BT%5D%3E"],[7527,"impl-IntoIterator-for-%26Cam16Jsh%3C%26%5BT%5D%3E"],[7528,"impl-IntoIterator-for-%26Cam16Jsh%3C%5BT;+N%5D%3E"],[7529,"impl-IntoIterator-for-%26Cam16Jsh%3CBox%3C%5BT%5D%3E%3E"],[7530,"impl-IntoIterator-for-%26mut+Cam16Jsh%3CVec%3CT%3E%3E"],[7531,"impl-IntoIterator-for-Cam16Jsh%3CVec%3CT%3E%3E"],[7532,"impl-IntoIterator-for-Cam16Jsh%3C%26%5BT%5D%3E"],[7533,"impl-IntoIterator-for-%26mut+Cam16Jsh%3C%5BT;+N%5D%3E"],[7552,"impl-SaturatingAdd-for-Cam16Jsh%3CT%3E"],[7553,"impl-SaturatingAdd%3CT%3E-for-Cam16Jsh%3CT%3E"],[7554,"impl-SaturatingSub%3CT%3E-for-Cam16Jsh%3CT%3E"],[7555,"impl-SaturatingSub-for-Cam16Jsh%3CT%3E"],[7563,"impl-Sub%3CT%3E-for-Cam16Jsh%3CT%3E"],[7564,"impl-Sub-for-Cam16Jsh%3CT%3E"],[7565,"impl-SubAssign-for-Cam16Jsh%3CT%3E"],[7566,"impl-SubAssign%3CT%3E-for-Cam16Jsh%3CT%3E"],[7571,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Jsh%3CT%3E"],[7572,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Jsh%3CT%3E"],[7597,"impl-Add-for-Cam16Qch%3CT%3E"],[7598,"impl-Add%3CT%3E-for-Cam16Qch%3CT%3E"],[7599,"impl-AddAssign-for-Cam16Qch%3CT%3E"],[7600,"impl-AddAssign%3CT%3E-for-Cam16Qch%3CT%3E"],[7609,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Qch%3CT%3E"],[7610,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Qch%3CT%3E"],[7611,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Qch%3CT%3E"],[7612,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Qch%3CT%3E"],[7628,"impl-Cam16Qch%3C%26mut+T%3E"],[7629,"impl-Cam16Qch%3C%26T%3E"],[7632,"impl-Cam16Qch%3C%26mut+T%3E"],[7633,"impl-Cam16Qch%3C%26T%3E"],[7653,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Qch%3CT%3E"],[7654,"impl-From%3C%5BCam16Qch%3CT%3E;+N%5D%3E-for-Cam16Qch%3CV%3E"],[7655,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Qch%3CT%3E"],[7656,"impl-From%3C(T,+T,+H)%3E-for-Cam16Qch%3CT%3E"],[7658,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Qch%3CT%3E"],[7659,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Qch%3CT%3E"],[7664,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Qch%3CT%3E"],[7665,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Qch%3CT%3E"],[7666,"impl-FromColorUnclamped%3CCam16Qch%3CT%3E%3E-for-Cam16Qch%3CT%3E"],[7701,"impl-IntoIterator-for-%26Cam16Qch%3CVec%3CT%3E%3E"],[7702,"impl-IntoIterator-for-Cam16Qch%3C%26mut+%5BT%5D%3E"],[7703,"impl-IntoIterator-for-%26Cam16Qch%3C%5BT;+N%5D%3E"],[7704,"impl-IntoIterator-for-%26mut+Cam16Qch%3C%5BT;+N%5D%3E"],[7705,"impl-IntoIterator-for-Cam16Qch%3C%26%5BT%5D%3E"],[7706,"impl-IntoIterator-for-%26Cam16Qch%3C%26mut+%5BT%5D%3E"],[7707,"impl-IntoIterator-for-Cam16Qch%3C%5BT;+N%5D%3E"],[7708,"impl-IntoIterator-for-%26mut+Cam16Qch%3C%26mut+%5BT%5D%3E"],[7709,"impl-IntoIterator-for-%26mut+Cam16Qch%3CBox%3C%5BT%5D%3E%3E"],[7710,"impl-IntoIterator-for-%26mut+Cam16Qch%3CVec%3CT%3E%3E"],[7711,"impl-IntoIterator-for-Cam16Qch%3CVec%3CT%3E%3E"],[7712,"impl-IntoIterator-for-%26Cam16Qch%3C%26%5BT%5D%3E"],[7713,"impl-IntoIterator-for-%26Cam16Qch%3CBox%3C%5BT%5D%3E%3E"],[7731,"impl-SaturatingAdd-for-Cam16Qch%3CT%3E"],[7732,"impl-SaturatingAdd%3CT%3E-for-Cam16Qch%3CT%3E"],[7733,"impl-SaturatingSub%3CT%3E-for-Cam16Qch%3CT%3E"],[7734,"impl-SaturatingSub-for-Cam16Qch%3CT%3E"],[7741,"impl-Sub%3CT%3E-for-Cam16Qch%3CT%3E"],[7742,"impl-Sub-for-Cam16Qch%3CT%3E"],[7743,"impl-SubAssign%3CT%3E-for-Cam16Qch%3CT%3E"],[7744,"impl-SubAssign-for-Cam16Qch%3CT%3E"],[7749,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Qch%3CT%3E"],[7751,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Qch%3CT%3E"],[7775,"impl-Add-for-Cam16Qmh%3CT%3E"],[7776,"impl-Add%3CT%3E-for-Cam16Qmh%3CT%3E"],[7777,"impl-AddAssign-for-Cam16Qmh%3CT%3E"],[7778,"impl-AddAssign%3CT%3E-for-Cam16Qmh%3CT%3E"],[7787,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Qmh%3CT%3E"],[7788,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Qmh%3CT%3E"],[7789,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Qmh%3CT%3E"],[7790,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Qmh%3CT%3E"],[7805,"impl-Cam16Qmh%3C%26T%3E"],[7806,"impl-Cam16Qmh%3C%26mut+T%3E"],[7810,"impl-Cam16Qmh%3C%26T%3E"],[7811,"impl-Cam16Qmh%3C%26mut+T%3E"],[7831,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Qmh%3CT%3E"],[7832,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Qmh%3CT%3E"],[7833,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Qmh%3CT%3E"],[7834,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Qmh%3CT%3E"],[7835,"impl-From%3C(T,+T,+H)%3E-for-Cam16Qmh%3CT%3E"],[7837,"impl-From%3C%5BCam16Qmh%3CT%3E;+N%5D%3E-for-Cam16Qmh%3CV%3E"],[7842,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Qmh%3CT%3E"],[7843,"impl-FromColorUnclamped%3CCam16Qmh%3CT%3E%3E-for-Cam16Qmh%3CT%3E"],[7844,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Qmh%3CT%3E"],[7879,"impl-IntoIterator-for-Cam16Qmh%3CVec%3CT%3E%3E"],[7880,"impl-IntoIterator-for-%26mut+Cam16Qmh%3CVec%3CT%3E%3E"],[7881,"impl-IntoIterator-for-Cam16Qmh%3C%26mut+%5BT%5D%3E"],[7882,"impl-IntoIterator-for-%26Cam16Qmh%3C%26%5BT%5D%3E"],[7883,"impl-IntoIterator-for-Cam16Qmh%3C%5BT;+N%5D%3E"],[7884,"impl-IntoIterator-for-%26mut+Cam16Qmh%3CBox%3C%5BT%5D%3E%3E"],[7885,"impl-IntoIterator-for-%26Cam16Qmh%3CVec%3CT%3E%3E"],[7886,"impl-IntoIterator-for-%26Cam16Qmh%3C%26mut+%5BT%5D%3E"],[7887,"impl-IntoIterator-for-Cam16Qmh%3C%26%5BT%5D%3E"],[7888,"impl-IntoIterator-for-%26mut+Cam16Qmh%3C%26mut+%5BT%5D%3E"],[7889,"impl-IntoIterator-for-%26Cam16Qmh%3C%5BT;+N%5D%3E"],[7890,"impl-IntoIterator-for-%26Cam16Qmh%3CBox%3C%5BT%5D%3E%3E"],[7891,"impl-IntoIterator-for-%26mut+Cam16Qmh%3C%5BT;+N%5D%3E"],[7909,"impl-SaturatingAdd%3CT%3E-for-Cam16Qmh%3CT%3E"],[7910,"impl-SaturatingAdd-for-Cam16Qmh%3CT%3E"],[7911,"impl-SaturatingSub-for-Cam16Qmh%3CT%3E"],[7912,"impl-SaturatingSub%3CT%3E-for-Cam16Qmh%3CT%3E"],[7919,"impl-Sub-for-Cam16Qmh%3CT%3E"],[7920,"impl-Sub%3CT%3E-for-Cam16Qmh%3CT%3E"],[7921,"impl-SubAssign-for-Cam16Qmh%3CT%3E"],[7922,"impl-SubAssign%3CT%3E-for-Cam16Qmh%3CT%3E"],[7928,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Qmh%3CT%3E"],[7929,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Qmh%3CT%3E"],[7953,"impl-Add-for-Cam16Qsh%3CT%3E"],[7954,"impl-Add%3CT%3E-for-Cam16Qsh%3CT%3E"],[7955,"impl-AddAssign%3CT%3E-for-Cam16Qsh%3CT%3E"],[7956,"impl-AddAssign-for-Cam16Qsh%3CT%3E"],[7965,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Qsh%3CT%3E"],[7966,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Qsh%3CT%3E"],[7967,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Qsh%3CT%3E"],[7968,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Qsh%3CT%3E"],[7983,"impl-Cam16Qsh%3C%26T%3E"],[7984,"impl-Cam16Qsh%3C%26mut+T%3E"],[7987,"impl-Cam16Qsh%3C%26mut+T%3E"],[7988,"impl-Cam16Qsh%3C%26T%3E"],[8008,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Qsh%3CT%3E"],[8009,"impl-From%3C(T,+T,+H)%3E-for-Cam16Qsh%3CT%3E"],[8010,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Qsh%3CT%3E"],[8011,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Qsh%3CT%3E"],[8012,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Qsh%3CT%3E"],[8013,"impl-From%3C%5BCam16Qsh%3CT%3E;+N%5D%3E-for-Cam16Qsh%3CV%3E"],[8019,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Qsh%3CT%3E"],[8020,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Qsh%3CT%3E"],[8021,"impl-FromColorUnclamped%3CCam16Qsh%3CT%3E%3E-for-Cam16Qsh%3CT%3E"],[8056,"impl-IntoIterator-for-%26mut+Cam16Qsh%3C%26mut+%5BT%5D%3E"],[8057,"impl-IntoIterator-for-%26mut+Cam16Qsh%3C%5BT;+N%5D%3E"],[8058,"impl-IntoIterator-for-%26Cam16Qsh%3C%26%5BT%5D%3E"],[8059,"impl-IntoIterator-for-%26Cam16Qsh%3CBox%3C%5BT%5D%3E%3E"],[8060,"impl-IntoIterator-for-Cam16Qsh%3C%26%5BT%5D%3E"],[8061,"impl-IntoIterator-for-%26Cam16Qsh%3C%5BT;+N%5D%3E"],[8062,"impl-IntoIterator-for-%26mut+Cam16Qsh%3CBox%3C%5BT%5D%3E%3E"],[8063,"impl-IntoIterator-for-%26mut+Cam16Qsh%3CVec%3CT%3E%3E"],[8064,"impl-IntoIterator-for-Cam16Qsh%3CVec%3CT%3E%3E"],[8065,"impl-IntoIterator-for-%26Cam16Qsh%3C%26mut+%5BT%5D%3E"],[8066,"impl-IntoIterator-for-Cam16Qsh%3C%26mut+%5BT%5D%3E"],[8067,"impl-IntoIterator-for-%26Cam16Qsh%3CVec%3CT%3E%3E"],[8068,"impl-IntoIterator-for-Cam16Qsh%3C%5BT;+N%5D%3E"],[8086,"impl-SaturatingAdd-for-Cam16Qsh%3CT%3E"],[8087,"impl-SaturatingAdd%3CT%3E-for-Cam16Qsh%3CT%3E"],[8088,"impl-SaturatingSub-for-Cam16Qsh%3CT%3E"],[8089,"impl-SaturatingSub%3CT%3E-for-Cam16Qsh%3CT%3E"],[8097,"impl-Sub%3CT%3E-for-Cam16Qsh%3CT%3E"],[8098,"impl-Sub-for-Cam16Qsh%3CT%3E"],[8099,"impl-SubAssign-for-Cam16Qsh%3CT%3E"],[8100,"impl-SubAssign%3CT%3E-for-Cam16Qsh%3CT%3E"],[8105,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Qsh%3CT%3E"],[8106,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Qsh%3CT%3E"],[8203,"impl-AsMut%3C%5BT;+N%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8204,"impl-AsMut%3CP%3E-for-Packed%3CO,+P%3E"],[8205,"impl-AsMut%3C%5BT%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8206,"impl-AsRef%3C%5BT%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8207,"impl-AsRef%3CP%3E-for-Packed%3CO,+P%3E"],[8208,"impl-AsRef%3C%5BT;+N%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8282,"impl-Debug-for-SliceCastError"],[8283,"impl-Display-for-SliceCastError"],[8284,"impl-Debug-for-BoxedSliceCastError%3CT%3E"],[8285,"impl-Display-for-BoxedSliceCastError%3CT%3E"],[8286,"impl-Debug-for-VecCastError%3CT%3E"],[8287,"impl-Display-for-VecCastError%3CT%3E"],[8294,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-%26mut+Packed%3CO,+%5BT;+N%5D%3E"],[8295,"impl-From%3CAlpha%3CRgb%3CS,+T%3E,+T%3E%3E-for-Packed%3CO,+P%3E"],[8296,"impl-From%3CAlpha%3CLuma%3CS,+T%3E,+T%3E%3E-for-Packed%3CO,+P%3E"],[8297,"impl-From%3C%5BT;+N%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8298,"impl-From%3C%26P%3E-for-%26Packed%3CO,+P%3E"],[8299,"impl-From%3CRgb%3CS,+T%3E%3E-for-Packed%3CO,+P%3E"],[8300,"impl-From%3C%26mut+P%3E-for-%26mut+Packed%3CO,+P%3E"],[8301,"impl-From%3CP%3E-for-Packed%3CO,+P%3E"],[8303,"impl-From%3C%26%5BT;+N%5D%3E-for-%26Packed%3CO,+%5BT;+N%5D%3E"],[8304,"impl-From%3CLuma%3CS,+T%3E%3E-for-Packed%3CO,+P%3E"],[8443,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Packed%3CO,+%5BT;+N%5D%3E"],[8444,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Packed%3CO,+%5BT;+N%5D%3E"],[8648,"impl-Debug-for-OutOfBounds%3CT%3E"],[8649,"impl-Display-for-OutOfBounds%3CT%3E"],[8798,"impl-FromLinear%3Cf32,+u8%3E-for-Srgb"],[8799,"impl-FromLinear%3Cf64,+u8%3E-for-Srgb"],[8800,"impl-FromLinear%3CT,+T%3E-for-Srgb"],[8844,"impl-IntoLinear%3Cf32,+u8%3E-for-Srgb"],[8845,"impl-IntoLinear%3CT,+T%3E-for-Srgb"],[8846,"impl-IntoLinear%3Cf64,+u8%3E-for-Srgb"],[9139,"impl-Add%3CT%3E-for-Cam16Hue%3CT%3E"],[9140,"impl-Add-for-Cam16Hue%3CT%3E"],[9141,"impl-AddAssign%3CT%3E-for-Cam16Hue%3CT%3E"],[9142,"impl-AddAssign-for-Cam16Hue%3CT%3E"],[9189,"impl-Cam16Hue%3C%26mut+T%3E"],[9190,"impl-Cam16Hue%3C%26T%3E"],[9197,"impl-Cam16Hue%3C%26T%3E"],[9198,"impl-Cam16Hue%3C%26mut+T%3E"],[9228,"impl-PartialEq%3CT%3E-for-Cam16Hue%3CT%3E"],[9229,"impl-PartialEq-for-Cam16Hue%3CT%3E"],[9324,"impl-IntoIterator-for-%26Cam16Hue%3C%5BT;+N%5D%3E"],[9325,"impl-IntoIterator-for-%26mut+Cam16Hue%3CBox%3C%5BT%5D%3E%3E"],[9326,"impl-IntoIterator-for-%26mut+Cam16Hue%3CVec%3CT%3E%3E"],[9327,"impl-IntoIterator-for-%26Cam16Hue%3C%26%5BT%5D%3E"],[9328,"impl-IntoIterator-for-Cam16Hue%3C%26mut+%5BT%5D%3E"],[9329,"impl-IntoIterator-for-%26Cam16Hue%3CVec%3CT%3E%3E"],[9330,"impl-IntoIterator-for-%26Cam16Hue%3C%26mut+%5BT%5D%3E"],[9331,"impl-IntoIterator-for-%26Cam16Hue%3CBox%3C%5BT%5D%3E%3E"],[9332,"impl-IntoIterator-for-%26mut+Cam16Hue%3C%26mut+%5BT%5D%3E"],[9333,"impl-IntoIterator-for-Cam16Hue%3CVec%3CT%3E%3E"],[9334,"impl-IntoIterator-for-%26mut+Cam16Hue%3C%5BT;+N%5D%3E"],[9335,"impl-IntoIterator-for-Cam16Hue%3C%26%5BT%5D%3E"],[9336,"impl-IntoIterator-for-Cam16Hue%3C%5BT;+N%5D%3E"],[9370,"impl-SaturatingAdd-for-Cam16Hue%3CT%3E"],[9371,"impl-SaturatingAdd%3CT%3E-for-Cam16Hue%3CT%3E"],[9372,"impl-SaturatingSub-for-Cam16Hue%3CT%3E"],[9373,"impl-SaturatingSub%3CT%3E-for-Cam16Hue%3CT%3E"],[9381,"impl-Sub%3CT%3E-for-Cam16Hue%3CT%3E"],[9382,"impl-Sub-for-Cam16Hue%3CT%3E"],[9383,"impl-SubAssign-for-Cam16Hue%3CT%3E"],[9384,"impl-SubAssign%3CT%3E-for-Cam16Hue%3CT%3E"],[9638,"impl-Add%3CT%3E-for-Luma%3CS,+T%3E"],[9639,"impl-Add-for-Luma%3CS,+T%3E"],[9640,"impl-AddAssign-for-Luma%3CS,+T%3E"],[9641,"impl-AddAssign%3CT%3E-for-Luma%3CS,+T%3E"],[9654,"impl-AsMut%3C%5BT%5D%3E-for-Luma%3CS,+T%3E"],[9655,"impl-AsMut%3C%5BT;+1%5D%3E-for-Luma%3CS,+T%3E"],[9656,"impl-AsMut%3CT%3E-for-Luma%3CS,+T%3E"],[9657,"impl-AsRef%3CT%3E-for-Luma%3CS,+T%3E"],[9658,"impl-AsRef%3C%5BT;+1%5D%3E-for-Luma%3CS,+T%3E"],[9659,"impl-AsRef%3C%5BT%5D%3E-for-Luma%3CS,+T%3E"],[9678,"impl-Luma%3CS,+%26mut+T%3E"],[9679,"impl-Luma%3CS,+%26T%3E"],[9688,"impl-Luma%3CS,+%26mut+T%3E"],[9689,"impl-Luma%3CS,+%26T%3E"],[9703,"impl-Div%3CT%3E-for-Luma%3CS,+T%3E"],[9704,"impl-Div-for-Luma%3CS,+T%3E"],[9705,"impl-DivAssign-for-Luma%3CS,+T%3E"],[9706,"impl-DivAssign%3CT%3E-for-Luma%3CS,+T%3E"],[9717,"impl-Debug-for-Luma%3CS,+T%3E"],[9718,"impl-UpperHex-for-Luma%3CS,+T%3E"],[9719,"impl-LowerHex-for-Luma%3CS,+T%3E"],[9720,"impl-From%3C%26u32%3E-for-%26Luma%3CS,+u32%3E"],[9721,"impl-From%3C%26u8%3E-for-%26Luma%3CS,+u8%3E"],[9722,"impl-From%3C%26%5BT;+1%5D%3E-for-%26Luma%3CS,+T%3E"],[9723,"impl-From%3C%26mut+u64%3E-for-%26mut+Luma%3CS,+u64%3E"],[9724,"impl-From%3C%26u64%3E-for-%26Luma%3CS,+u64%3E"],[9725,"impl-From%3C%26mut+u32%3E-for-%26mut+Luma%3CS,+u32%3E"],[9726,"impl-From%3C%26mut+u8%3E-for-%26mut+Luma%3CS,+u8%3E"],[9728,"impl-From%3C(T,)%3E-for-Luma%3CS,+T%3E"],[9729,"impl-From%3Cu16%3E-for-Luma%3CS,+u8%3E"],[9730,"impl-From%3CPreAlpha%3CLuma%3CS,+T%3E%3E%3E-for-Luma%3CS,+T%3E"],[9731,"impl-From%3C%26mut+f32%3E-for-%26mut+Luma%3CS%3E"],[9732,"impl-From%3C%26u128%3E-for-%26Luma%3CS,+u128%3E"],[9734,"impl-From%3C%26f32%3E-for-%26Luma%3CS%3E"],[9735,"impl-From%3C%26mut+u16%3E-for-%26mut+Luma%3CS,+u16%3E"],[9736,"impl-From%3C%26u16%3E-for-%26Luma%3CS,+u16%3E"],[9737,"impl-From%3C%26mut+u128%3E-for-%26mut+Luma%3CS,+u128%3E"],[9738,"impl-From%3CPacked%3CO,+P%3E%3E-for-Luma%3CS,+u8%3E"],[9739,"impl-From%3CT%3E-for-Luma%3CS,+T%3E"],[9740,"impl-From%3C%26mut+%5BT;+1%5D%3E-for-%26mut+Luma%3CS,+T%3E"],[9741,"impl-From%3C%26mut+f64%3E-for-%26mut+Luma%3CS,+f64%3E"],[9742,"impl-From%3C%5BT;+1%5D%3E-for-Luma%3CS,+T%3E"],[9743,"impl-From%3C%5BLuma%3CS,+T%3E;+N%5D%3E-for-Luma%3CS,+V%3E"],[9744,"impl-From%3C%26f64%3E-for-%26Luma%3CS,+f64%3E"],[9750,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Luma%3CS,+T%3E"],[9751,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Luma%3CS,+T%3E"],[9752,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9753,"impl-FromColorUnclamped%3CXyz%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9754,"impl-FromColorUnclamped%3CLchuv%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9755,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9756,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Luma%3CS,+T%3E"],[9757,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Luma%3CS,+T%3E"],[9758,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Luma%3CS,+T%3E"],[9759,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9760,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9761,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9762,"impl-FromColorUnclamped%3CHsluv%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9763,"impl-FromColorUnclamped%3CLuma%3CS2,+T%3E%3E-for-Luma%3CS1,+T%3E"],[9764,"impl-FromColorUnclamped%3CLch%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9765,"impl-FromColorUnclamped%3CLuv%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9766,"impl-FromColorUnclamped%3CYxy%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9767,"impl-FromColorUnclamped%3CLab%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9805,"impl-IntoIterator-for-Luma%3CS,+Vec%3CT%3E%3E"],[9806,"impl-IntoIterator-for-%26mut+Luma%3CS,+%5BT;+N%5D%3E"],[9807,"impl-IntoIterator-for-Luma%3CS,+%5BT;+N%5D%3E"],[9808,"impl-IntoIterator-for-%26Luma%3CS,+Box%3C%5BT%5D%3E%3E"],[9809,"impl-IntoIterator-for-%26Luma%3CS,+%26mut+%5BT%5D%3E"],[9810,"impl-IntoIterator-for-%26mut+Luma%3CS,+%26mut+%5BT%5D%3E"],[9811,"impl-IntoIterator-for-%26mut+Luma%3CS,+Box%3C%5BT%5D%3E%3E"],[9812,"impl-IntoIterator-for-%26mut+Luma%3CS,+Vec%3CT%3E%3E"],[9813,"impl-IntoIterator-for-Luma%3CS,+%26%5BT%5D%3E"],[9814,"impl-IntoIterator-for-Luma%3CS,+%26mut+%5BT%5D%3E"],[9815,"impl-IntoIterator-for-%26Luma%3CS,+Vec%3CT%3E%3E"],[9816,"impl-IntoIterator-for-%26Luma%3CS,+%5BT;+N%5D%3E"],[9817,"impl-IntoIterator-for-%26Luma%3CS,+%26%5BT%5D%3E"],[9840,"impl-Mul-for-Luma%3CS,+T%3E"],[9841,"impl-Mul%3CT%3E-for-Luma%3CS,+T%3E"],[9842,"impl-MulAssign-for-Luma%3CS,+T%3E"],[9843,"impl-MulAssign%3CT%3E-for-Luma%3CS,+T%3E"],[9858,"impl-SaturatingAdd%3CT%3E-for-Luma%3CS,+T%3E"],[9859,"impl-SaturatingAdd-for-Luma%3CS,+T%3E"],[9860,"impl-SaturatingSub-for-Luma%3CS,+T%3E"],[9861,"impl-SaturatingSub%3CT%3E-for-Luma%3CS,+T%3E"],[9872,"impl-Sub-for-Luma%3CS,+T%3E"],[9873,"impl-Sub%3CT%3E-for-Luma%3CS,+T%3E"],[9874,"impl-SubAssign-for-Luma%3CS,+T%3E"],[9875,"impl-SubAssign%3CT%3E-for-Luma%3CS,+T%3E"],[9879,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Luma%3CS,+T%3E"],[9880,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Luma%3CS,+T%3E"],[10527,"impl-Add-for-Rgb%3CS,+T%3E"],[10528,"impl-Add%3CT%3E-for-Rgb%3CS,+T%3E"],[10529,"impl-AddAssign%3CT%3E-for-Rgb%3CS,+T%3E"],[10530,"impl-AddAssign-for-Rgb%3CS,+T%3E"],[10547,"impl-AsMut%3C%5BT%5D%3E-for-Rgb%3CS,+T%3E"],[10548,"impl-AsMut%3C%5BT;+3%5D%3E-for-Rgb%3CS,+T%3E"],[10549,"impl-AsRef%3C%5BT%5D%3E-for-Rgb%3CS,+T%3E"],[10550,"impl-AsRef%3C%5BT;+3%5D%3E-for-Rgb%3CS,+T%3E"],[10579,"impl-Rgb%3CS,+%26mut+T%3E"],[10580,"impl-Rgb%3CS,+%26T%3E"],[10592,"impl-Rgb%3CS,+%26T%3E"],[10593,"impl-Rgb%3CS,+%26mut+T%3E"],[10609,"impl-Div%3CT%3E-for-Rgb%3CS,+T%3E"],[10610,"impl-Div-for-Rgb%3CS,+T%3E"],[10611,"impl-DivAssign%3CT%3E-for-Rgb%3CS,+T%3E"],[10612,"impl-DivAssign-for-Rgb%3CS,+T%3E"],[10624,"impl-LowerHex-for-Rgb%3CS,+T%3E"],[10625,"impl-Debug-for-Rgb%3CS,+T%3E"],[10626,"impl-UpperHex-for-Rgb%3CS,+T%3E"],[10627,"impl-Display-for-FromHexError"],[10628,"impl-Debug-for-FromHexError"],[10629,"impl-From%3CRgb%3CS,+f64%3E%3E-for-Rgb%3CS,+u8%3E"],[10630,"impl-From%3CRgb%3CS,+u8%3E%3E-for-Rgb%3CS%3E"],[10631,"impl-From%3CRgb%3CS,+f64%3E%3E-for-Rgb%3CS%3E"],[10632,"impl-From%3C%5BRgb%3CS,+T%3E;+N%5D%3E-for-Rgb%3CS,+V%3E"],[10633,"impl-From%3CRgb%3CS%3E%3E-for-Rgb%3CS,+f64%3E"],[10634,"impl-From%3CRgb%3CS,+u8%3E%3E-for-Rgb%3CS,+f64%3E"],[10636,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Rgb%3CS,+T%3E"],[10637,"impl-From%3C%5BT;+3%5D%3E-for-Rgb%3CS,+T%3E"],[10638,"impl-From%3Cu32%3E-for-Rgb%3CS,+u8%3E"],[10639,"impl-From%3CPreAlpha%3CRgb%3CS,+T%3E%3E%3E-for-Rgb%3CS,+T%3E"],[10640,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Rgb%3CS,+T%3E"],[10641,"impl-From%3CRgb%3CS%3E%3E-for-Rgb%3CS,+u8%3E"],[10642,"impl-From%3CPacked%3CO,+P%3E%3E-for-Rgb%3CS,+u8%3E"],[10643,"impl-From%3CRgb%3CLinear%3CSrgb%3E,+T%3E%3E-for-Rgb%3CSrgb,+U%3E"],[10644,"impl-From%3CRgb%3CSrgb,+T%3E%3E-for-Rgb%3CLinear%3CSrgb%3E,+U%3E"],[10645,"impl-From%3CColor%3E-for-Rgb"],[10646,"impl-From%3C(T,+T,+T)%3E-for-Rgb%3CS,+T%3E"],[10648,"impl-From%3C%26str%3E-for-FromHexError"],[10650,"impl-From%3CParseIntError%3E-for-FromHexError"],[10656,"impl-FromColorUnclamped%3CLch%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10657,"impl-FromColorUnclamped%3CLab%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10658,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10659,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10660,"impl-FromColorUnclamped%3CYxy%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10661,"impl-FromColorUnclamped%3CHsv%3CS,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10662,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10663,"impl-FromColorUnclamped%3CHwb%3CS,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10664,"impl-FromColorUnclamped%3CLuma%3CSt,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10665,"impl-FromColorUnclamped%3CXyz%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10666,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Rgb%3CS,+T%3E"],[10667,"impl-FromColorUnclamped%3CLuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10668,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10669,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10670,"impl-FromColorUnclamped%3CHsl%3CS,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10671,"impl-FromColorUnclamped%3CRgb%3CS2,+T%3E%3E-for-Rgb%3CS1,+T%3E"],[10672,"impl-FromColorUnclamped%3CHsluv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10673,"impl-FromColorUnclamped%3CLchuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10728,"impl-IntoIterator-for-%26Rgb%3CS,+Vec%3CT%3E%3E"],[10729,"impl-IntoIterator-for-Rgb%3CS,+%26%5BT%5D%3E"],[10730,"impl-IntoIterator-for-Rgb%3CS,+%5BT;+N%5D%3E"],[10731,"impl-IntoIterator-for-%26mut+Rgb%3CS,+%26mut+%5BT%5D%3E"],[10732,"impl-IntoIterator-for-Rgb%3CS,+%26mut+%5BT%5D%3E"],[10733,"impl-IntoIterator-for-Rgb%3CS,+Vec%3CT%3E%3E"],[10734,"impl-IntoIterator-for-%26mut+Rgb%3CS,+Vec%3CT%3E%3E"],[10735,"impl-IntoIterator-for-%26Rgb%3CS,+%26%5BT%5D%3E"],[10736,"impl-IntoIterator-for-%26Rgb%3CS,+%26mut+%5BT%5D%3E"],[10737,"impl-IntoIterator-for-%26Rgb%3CS,+Box%3C%5BT%5D%3E%3E"],[10738,"impl-IntoIterator-for-%26mut+Rgb%3CS,+%5BT;+N%5D%3E"],[10739,"impl-IntoIterator-for-%26Rgb%3CS,+%5BT;+N%5D%3E"],[10740,"impl-IntoIterator-for-%26mut+Rgb%3CS,+Box%3C%5BT%5D%3E%3E"],[10764,"impl-Mul%3CT%3E-for-Rgb%3CS,+T%3E"],[10765,"impl-Mul-for-Rgb%3CS,+T%3E"],[10766,"impl-MulAssign-for-Rgb%3CS,+T%3E"],[10767,"impl-MulAssign%3CT%3E-for-Rgb%3CS,+T%3E"],[10788,"impl-SaturatingAdd%3CT%3E-for-Rgb%3CS,+T%3E"],[10789,"impl-SaturatingAdd-for-Rgb%3CS,+T%3E"],[10790,"impl-SaturatingSub%3CT%3E-for-Rgb%3CS,+T%3E"],[10791,"impl-SaturatingSub-for-Rgb%3CS,+T%3E"],[10803,"impl-Sub%3CT%3E-for-Rgb%3CS,+T%3E"],[10804,"impl-Sub-for-Rgb%3CS,+T%3E"],[10805,"impl-SubAssign%3CT%3E-for-Rgb%3CS,+T%3E"],[10806,"impl-SubAssign-for-Rgb%3CS,+T%3E"],[10814,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Rgb%3CS,+T%3E"],[10815,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Rgb%3CS,+T%3E"],[12015,"impl-Debug-for-Error"],[12016,"impl-Display-for-Error"],[17603,"impl-DndAction"],[17604,"impl-Flags-for-DndAction"],[17701,"impl-UpperHex-for-DndAction"],[17702,"impl-Octal-for-DndAction"],[17703,"impl-Debug-for-DndAction"],[17704,"impl-LowerHex-for-DndAction"],[17705,"impl-Binary-for-DndAction"],[17732,"impl-DndAction"],[17733,"impl-Flags-for-DndAction"],[18012,"impl-Display-for-Error"],[18013,"impl-Debug-for-Error"],[19118,"impl-Display-for-Error"],[19119,"impl-Debug-for-Error"],[19120,"impl-From%3CError%3E-for-Error"],[19121,"impl-From%3CError%3E-for-Error"],[19123,"impl-From%3CImageError%3E-for-Error"],[31707,"impl-Renderer-for-Renderer"],[31708,"impl-Renderer-for-Renderer"],[31719,"impl-Renderer-for-Renderer"],[31720,"impl-Renderer-for-Renderer"],[31721,"impl-Renderer-for-Renderer"],[31736,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[31737,"impl-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[31899,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Button%3C\'a,+Message,+Theme,+Renderer%3E"],[31900,"impl-Button%3C\'a,+Message,+Theme,+Renderer%3E"],[31903,"impl-Scrollable%3C\'a,+Message,+Theme,+Renderer%3E"],[31904,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Scrollable%3C\'a,+Message,+Theme,+Renderer%3E"],[32183,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[32184,"impl-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[32360,"impl-Checkbox%3C\'a,+Message,+Theme,+Renderer%3E"],[32361,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Checkbox%3C\'a,+Message,+Theme,+Renderer%3E"],[32362,"impl-ComboBox%3C\'a,+T,+Message,+Theme,+Renderer%3E"],[32363,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-ComboBox%3C\'a,+T,+Message,+Theme,+Renderer%3E"],[32368,"impl-Radio%3CMessage,+Theme,+Renderer%3E"],[32369,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Radio%3CMessage,+Theme,+Renderer%3E"],[32374,"impl-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[32375,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[32376,"impl-Toggler%3C\'a,+Message,+Theme,+Renderer%3E"],[32377,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Toggler%3C\'a,+Message,+Theme,+Renderer%3E"],[32378,"impl-Tooltip%3C\'a,+Message,+Theme,+Renderer%3E"],[32379,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Tooltip%3C\'a,+Message,+Theme,+Renderer%3E"],[32739,"impl-State"],[32740,"impl-Focusable-for-State"],[32756,"impl-State"],[32757,"impl-Focusable-for-State"],[32774,"impl-Focusable-for-State"],[32775,"impl-State"],[40142,"impl-Scrollable-for-State"],[40143,"impl-State"],[40150,"impl-Scrollable-for-State"],[40151,"impl-State"],[40808,"impl-Display-for-Value"],[40809,"impl-Debug-for-Value"],[40815,"impl-Focusable-for-State%3CP%3E"],[40816,"impl-State%3CP%3E"],[40890,"impl-State%3CP%3E"],[40891,"impl-Focusable-for-State%3CP%3E"],[40896,"impl-TextInput-for-State%3CP%3E"],[40897,"impl-State%3CP%3E"],[40899,"impl-State%3CP%3E"],[40900,"impl-TextInput-for-State%3CP%3E"],[40902,"impl-State%3CP%3E"],[40903,"impl-TextInput-for-State%3CP%3E"],[40914,"impl-State%3CP%3E"],[40915,"impl-TextInput-for-State%3CP%3E"],[40964,"impl-State%3CP%3E"],[40965,"impl-Focusable-for-State%3CP%3E"],[41208,"impl-Debug-for-Error"],[41209,"impl-Display-for-Error"],[41273,"impl-Clipboard-for-Clipboard%3CM%3E"],[41274,"impl-Clipboard%3CM%3E"],[41276,"impl-Clipboard-for-Clipboard%3CM%3E"],[41277,"impl-Clipboard%3CM%3E"],[41324,"impl-Clipboard-for-Clipboard%3CM%3E"],[41325,"impl-Clipboard%3CM%3E"],[41327,"impl-Clipboard-for-Clipboard%3CM%3E"],[41328,"impl-Clipboard%3CM%3E"],[41603,"impl-Renderer-for-Renderer%3CB%3E"],[41604,"impl-Renderer-for-Renderer%3CB%3E"],[41605,"impl-Renderer-for-Renderer%3CB%3E"],[41606,"impl-Renderer-for-Renderer%3CB%3E"],[41633,"impl-Display-for-Error"],[41634,"impl-Debug-for-Error"],[41982,"impl-Display-for-SurfaceError"],[41983,"impl-Debug-for-SurfaceError"],[42214,"impl-Borrow%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-%26mut+Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42215,"impl-Borrow%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42216,"impl-Borrow%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-%26Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42239,"impl-BorrowMut%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42240,"impl-BorrowMut%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-%26mut+Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42498,"impl-Display-for-Point%3CT%3E"],[42499,"impl-Debug-for-Point%3CT%3E"],[42507,"impl-From%3CScrollable%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42508,"impl-From%3CImage%3C\'a,+Handle%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42509,"impl-From%3CRow%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42510,"impl-From%3CCanvas%3CP,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42511,"impl-From%3CTooltip%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42512,"impl-From%3CRectangleTrackingContainer%3C\'a,+Message,+Renderer,+I%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42514,"impl-From%3CPopover%3C\'a,+Message,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42515,"impl-From%3CTextEditor%3C\'a,+Highlighter,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42516,"impl-From%3CRadio%3CMessage,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42517,"impl-From%3CAspectRatio%3C\'a,+Message,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42518,"impl-From%3CSlider%3C\'a,+T,+Message,+Theme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42519,"impl-From%3CColumn%3C\'a,+Key,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42520,"impl-From%3CMenuBar%3C\'a,+Message,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42521,"impl-From%3CProgressBar%3CTheme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42522,"impl-From%3CLayerContainer%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42523,"impl-From%3CTextInput%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42524,"impl-From%3CList%3C\'a,+T,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42525,"impl-From%3CSvg%3C\'a,+Theme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42526,"impl-From%3CColumn%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42527,"impl-From%3CContainer%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42528,"impl-From%3CMouseArea%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42529,"impl-From%3CTextInput%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42530,"impl-From%3CRule%3CTheme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42531,"impl-From%3CThemer%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+AnyTheme,+Renderer%3E"],[42532,"impl-From%3CVerticalSlider%3C\'a,+T,+Message,+Theme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42533,"impl-From%3CPickList%3C\'a,+T,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42534,"impl-From%3C%26str%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42535,"impl-From%3CViewer%3CHandle%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42536,"impl-From%3CResponsive%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42537,"impl-From%3CText%3C\'a,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42538,"impl-From%3CSpace%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42539,"impl-From%3CButton%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42540,"impl-From%3CToggler%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42541,"impl-From%3CPaneGrid%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42542,"impl-From%3CCheckbox%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42543,"impl-From%3CLazy%3C\'a,+Message,+Theme,+Renderer,+Dependency,+View%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42544,"impl-From%3CComboBox%3C\'a,+T,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42546,"impl-From%3CVertical%3E-for-Alignment"],[42547,"impl-From%3CHorizontal%3E-for-Alignment"],[42555,"impl-From%3CDegrees%3E-for-Radians"],[42557,"impl-From%3Cf32%3E-for-Radians"],[42558,"impl-From%3Cu8%3E-for-Radians"],[42559,"impl-From%3CGradient%3E-for-Background"],[42561,"impl-From%3CLinear%3E-for-Background"],[42562,"impl-From%3CColor%3E-for-Background"],[42563,"impl-From%3CRgb%3E-for-Color"],[42565,"impl-From%3C%5Bf32;+4%5D%3E-for-Color"],[42566,"impl-From%3C%5Bf32;+3%5D%3E-for-Color"],[42567,"impl-From%3CAlpha%3CRgb,+f32%3E%3E-for-Color"],[42570,"impl-From%3Cu16%3E-for-Length"],[42571,"impl-From%3CPixels%3E-for-Length"],[42572,"impl-From%3Cf32%3E-for-Length"],[42574,"impl-From%3C%5Bf32;+4%5D%3E-for-Padding"],[42575,"impl-From%3C%5Bf32;+2%5D%3E-for-Padding"],[42576,"impl-From%3Cf32%3E-for-Padding"],[42577,"impl-From%3Cu16%3E-for-Padding"],[42578,"impl-From%3C%5Bu16;+2%5D%3E-for-Padding"],[42580,"impl-From%3C%5Bu16;+4%5D%3E-for-Padding"],[42581,"impl-From%3Cu16%3E-for-Pixels"],[42582,"impl-From%3Cf32%3E-for-Pixels"],[42584,"impl-From%3C%5BT;+2%5D%3E-for-Point%3CT%3E"],[42585,"impl-From%3C(T,+T)%3E-for-Point%3CT%3E"],[42591,"impl-From%3CPadding%3E-for-Size"],[42592,"impl-From%3C%5Bu16;+2%5D%3E-for-Size"],[42594,"impl-From%3C%5Bf32;+2%5D%3E-for-Size"],[42595,"impl-From%3CVector%3E-for-Size"],[42596,"impl-From%3CSize%3E-for-Vector"],[42598,"impl-From%3C%5BT;+2%5D%3E-for-Vector%3CT%3E"],[42960,"impl-Sub-for-Point%3CT%3E"],[42961,"impl-Sub%3CVector%3CT%3E%3E-for-Point%3CT%3E"],[43287,"impl-From%3C%5Bf32;+4%5D%3E-for-Radius"],[43288,"impl-From%3Cu8%3E-for-Radius"],[43289,"impl-From%3Cf32%3E-for-Radius"],[43741,"impl-PartialEq-for-Internal"],[43742,"impl-IdEq-for-Internal"],[43751,"impl-From%3CId%3E-for-Id"],[43752,"impl-From%3Cu64%3E-for-Id"],[44913,"impl-Group%3C\'a,+Message,+Theme,+Renderer%3E"],[44914,"impl-Overlay%3CMessage,+Theme,+Renderer%3E-for-Group%3C\'a,+Message,+Theme,+Renderer%3E"],[45779,"impl-Sub%3CDuration%3E-for-Instant"],[45780,"impl-Sub-for-Instant"],[45787,"impl-Sum-for-Duration"],[45788,"impl-Sum%3C%26Duration%3E-for-Duration"],[46021,"impl-Text%3C\'a,+Theme,+Renderer%3E"],[46022,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Text%3C\'a,+Theme,+Renderer%3E"],[46432,"impl-From%3Cf32%3E-for-LineHeight"],[46433,"impl-From%3CPixels%3E-for-LineHeight"],[46989,"impl-Display-for-Error"],[46990,"impl-Debug-for-Error"],[47556,"impl-Display-for-TryRecvError"],[47557,"impl-Debug-for-TryRecvError"],[47558,"impl-Display-for-SendError"],[47559,"impl-Debug-for-SendError"],[47560,"impl-Display-for-TrySendError%3CT%3E"],[47561,"impl-Debug-for-TrySendError%3CT%3E"],[47670,"impl-Sink%3CT%3E-for-UnboundedSender%3CT%3E"],[47671,"impl-Sink%3CT%3E-for-%26UnboundedSender%3CT%3E"],[47673,"impl-Sink%3CT%3E-for-UnboundedSender%3CT%3E"],[47674,"impl-Sink%3CT%3E-for-%26UnboundedSender%3CT%3E"],[47677,"impl-Sender%3CT%3E"],[47678,"impl-Sink%3CT%3E-for-Sender%3CT%3E"],[47679,"impl-Sink%3CT%3E-for-%26UnboundedSender%3CT%3E"],[47680,"impl-Sink%3CT%3E-for-UnboundedSender%3CT%3E"],[47681,"impl-UnboundedSender%3CT%3E"],[47686,"impl-Sender%3CT%3E"],[47687,"impl-Sink%3CT%3E-for-Sender%3CT%3E"],[47688,"impl-Sink%3CT%3E-for-UnboundedSender%3CT%3E"],[47689,"impl-Sink%3CT%3E-for-%26UnboundedSender%3CT%3E"],[47690,"impl-UnboundedSender%3CT%3E"],[47823,"impl-Debug-for-Canceled"],[47824,"impl-Display-for-Canceled"],[48031,"impl-Debug-for-EnterError"],[48032,"impl-Display-for-EnterError"],[48128,"impl-Executor-for-ThreadPool"],[48129,"impl-ThreadPool"],[48679,"impl-AsyncBufRead-for-AllowStdIo%3CT%3E"],[48680,"impl-BufRead-for-AllowStdIo%3CT%3E"],[48831,"impl-Display-for-Error"],[48832,"impl-Debug-for-Error"],[48837,"impl-Display-for-ReuniteError%3CT%3E"],[48838,"impl-Debug-for-ReuniteError%3CT%3E"],[48839,"impl-Debug-for-ErrorKind"],[48840,"impl-Display-for-ErrorKind"],[48873,"impl-From%3CJoinError%3E-for-Error"],[48874,"impl-From%3CEncodingError%3E-for-Error"],[48875,"impl-From%3CTryReserveError%3E-for-Error"],[48876,"impl-From%3CNulError%3E-for-Error"],[48877,"impl-From%3CDecodingError%3E-for-Error"],[48879,"impl-From%3CIntoInnerError%3CW%3E%3E-for-Error"],[48880,"impl-From%3CErrorKind%3E-for-Error"],[48881,"impl-From%3CDecompressError%3E-for-Error"],[48882,"impl-From%3CElapsed%3E-for-Error"],[48883,"impl-From%3CError%3E-for-Error"],[48884,"impl-From%3CSpawnError%3E-for-Error"],[48885,"impl-From%3CErrno%3E-for-Error"],[48886,"impl-From%3CError%3E-for-Error"],[48887,"impl-From%3CError%3E-for-Error"],[48888,"impl-From%3CCompressError%3E-for-Error"],[48889,"impl-From%3CError%3E-for-Error"],[48890,"impl-From%3CPathPersistError%3E-for-Error"],[48891,"impl-From%3CPersistError%3CF%3E%3E-for-Error"],[48892,"impl-From%3CError%3CError%3E%3E-for-Error"],[48893,"impl-From%3CError%3E-for-Error"],[49493,"impl-AsyncWrite-for-Cursor%3C%26mut+%5Bu8%5D%3E"],[49494,"impl-AsyncWrite-for-Cursor%3CVec%3Cu8%3E%3E"],[49495,"impl-AsyncWrite-for-Cursor%3C%26mut+Vec%3Cu8%3E%3E"],[49496,"impl-AsyncWrite-for-Cursor%3CBox%3C%5Bu8%5D%3E%3E"],[49513,"impl-AsyncWrite-for-Cursor%3CVec%3Cu8%3E%3E"],[49514,"impl-AsyncWrite-for-Cursor%3CBox%3C%5Bu8%5D%3E%3E"],[49515,"impl-AsyncWrite-for-Cursor%3C%26mut+Vec%3Cu8%3E%3E"],[49516,"impl-AsyncWrite-for-Cursor%3C%26mut+%5Bu8%5D%3E"],[49551,"impl-AsyncWrite-for-Cursor%3C%26mut+%5Bu8%5D%3E"],[49552,"impl-AsyncWrite-for-Cursor%3CVec%3Cu8%3E%3E"],[49553,"impl-AsyncWrite-for-Cursor%3C%26mut+Vec%3Cu8%3E%3E"],[49554,"impl-AsyncWrite-for-Cursor%3CBox%3C%5Bu8%5D%3E%3E"],[49562,"impl-AsyncWrite-for-Cursor%3C%26mut+%5Bu8%5D%3E"],[49563,"impl-AsyncWrite-for-Cursor%3CBox%3C%5Bu8%5D%3E%3E"],[49564,"impl-AsyncWrite-for-Cursor%3CVec%3Cu8%3E%3E"],[49565,"impl-AsyncWrite-for-Cursor%3C%26mut+Vec%3Cu8%3E%3E"],[51995,"impl-FusedFuture-for-Either%3CA,+B%3E"],[51996,"impl-FusedStream-for-Either%3CA,+B%3E"],[52070,"impl-AsyncWrite-for-Either%3CA,+B%3E"],[52071,"impl-Sink%3CItem%3E-for-Either%3CA,+B%3E"],[52076,"impl-Sink%3CItem%3E-for-Either%3CA,+B%3E"],[52077,"impl-AsyncWrite-for-Either%3CA,+B%3E"],[54421,"impl-Display-for-ReuniteError%3CT,+Item%3E"],[54422,"impl-Debug-for-ReuniteError%3CT,+Item%3E"],[54488,"impl-Display-for-TryChunksError%3CT,+E%3E"],[54489,"impl-Debug-for-TryChunksError%3CT,+E%3E"],[54491,"impl-Display-for-TryReadyChunksError%3CT,+E%3E"],[54492,"impl-Debug-for-TryReadyChunksError%3CT,+E%3E"],[54517,"impl-Display-for-Aborted"],[54518,"impl-Debug-for-Aborted"],[55865,"impl-IntoIterator-for-FuturesUnordered%3CFut%3E"],[55866,"impl-IntoIterator-for-%26mut+FuturesUnordered%3CFut%3E"],[55867,"impl-IntoIterator-for-%26FuturesUnordered%3CFut%3E"],[55868,"impl-IntoIterator-for-SelectAll%3CSt%3E"],[55869,"impl-IntoIterator-for-%26SelectAll%3CSt%3E"],[55870,"impl-IntoIterator-for-%26mut+SelectAll%3CSt%3E"],[57582,"impl-Try-for-Poll%3COption%3CResult%3CT,+E%3E%3E%3E"],[57583,"impl-Try-for-Poll%3CResult%3CT,+E%3E%3E"],[57655,"impl-Debug-for-SpawnError"],[57656,"impl-Display-for-SpawnError"],[57667,"impl-From%3CFutureObj%3C\'a,+T%3E%3E-for-LocalFutureObj%3C\'a,+T%3E"],[57668,"impl-From%3CPin%3CBox%3Cdyn+Future%3COutput+=+()%3E%3E%3E%3E-for-LocalFutureObj%3C\'a,+()%3E"],[57669,"impl-From%3CPin%3CBox%3CF%3E%3E%3E-for-LocalFutureObj%3C\'a,+()%3E"],[57670,"impl-From%3CBox%3Cdyn+Future%3COutput+=+()%3E%3E%3E-for-LocalFutureObj%3C\'a,+()%3E"],[57671,"impl-From%3CBox%3CF%3E%3E-for-LocalFutureObj%3C\'a,+()%3E"],[57674,"impl-From%3CBox%3CF%3E%3E-for-FutureObj%3C\'a,+()%3E"],[57675,"impl-From%3CPin%3CBox%3Cdyn+Future%3COutput+=+()%3E+%2B+Send%3E%3E%3E-for-FutureObj%3C\'a,+()%3E"],[57676,"impl-From%3CPin%3CBox%3CF%3E%3E%3E-for-FutureObj%3C\'a,+()%3E"],[57678,"impl-From%3CBox%3Cdyn+Future%3COutput+=+()%3E+%2B+Send%3E%3E-for-FutureObj%3C\'a,+()%3E"],[57686,"impl-From%3CRc%3CW%3E%3E-for-RawWaker"],[57687,"impl-From%3CArc%3CW%3E%3E-for-RawWaker"],[57700,"impl-Try-for-Poll%3CResult%3CT,+E%3E%3E"],[57701,"impl-Try-for-Poll%3COption%3CResult%3CT,+E%3E%3E%3E"],[57703,"impl-FromResidual%3CResult%3CInfallible,+E%3E%3E-for-Poll%3CResult%3CT,+F%3E%3E"],[57704,"impl-FromResidual%3CResult%3CInfallible,+E%3E%3E-for-Poll%3COption%3CResult%3CT,+F%3E%3E%3E"],[57822,"impl-Poll%3CResult%3CT,+E%3E%3E"],[57823,"impl-Poll%3COption%3CResult%3CT,+E%3E%3E%3E"],[57824,"impl-Poll%3COption%3CResult%3CT,+E%3E%3E%3E"],[57825,"impl-Poll%3CResult%3CT,+E%3E%3E"],[58141,"impl-From%3CGradient%3E-for-Fill"],[58142,"impl-From%3CColor%3E-for-Fill"],[58144,"impl-From%3CLinear%3E-for-Fill"],[58150,"impl-From%3CGradient%3E-for-Style"],[58151,"impl-From%3CColor%3E-for-Style"],[58153,"impl-From%3C%26str%3E-for-Text"],[58154,"impl-From%3CString%3E-for-Text"],[58724,"impl-PathBuilder-for-BuilderWithAttributes"],[58725,"impl-BuilderWithAttributes"],[58777,"impl-Build-for-BuilderWithAttributes"],[58778,"impl-BuilderWithAttributes"],[58885,"impl-PathBuilder-for-BuilderWithAttributes"],[58886,"impl-BuilderWithAttributes"],[58967,"impl-PathBuilder-for-BuilderWithAttributes"],[58968,"impl-BuilderWithAttributes"],[59125,"impl-Index%3CEndpointId%3E-for-Path"],[59126,"impl-Index%3CControlPointId%3E-for-Path"],[59127,"impl-Index%3CEndpointId%3E-for-PathSlice%3C\'l%3E"],[59128,"impl-Index%3CControlPointId%3E-for-PathSlice%3C\'l%3E"],[59358,"impl-IntoIterator-for-PathSlice%3C\'l%3E"],[59359,"impl-IntoIterator-for-%26PathSlice%3C\'l%3E"],[59414,"impl-BuilderWithAttributes"],[59415,"impl-PathBuilder-for-BuilderWithAttributes"],[59435,"impl-BuilderWithAttributes"],[59436,"impl-PathBuilder-for-BuilderWithAttributes"],[59450,"impl-PathBuilder-for-BuilderWithAttributes"],[59451,"impl-BuilderWithAttributes"],[59453,"impl-BuilderWithAttributes"],[59454,"impl-PathBuilder-for-BuilderWithAttributes"],[59765,"impl-NoAttributes%3CB%3E"],[59766,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59780,"impl-Flattened%3CBuilder%3E"],[59781,"impl-Build-for-Flattened%3CBuilder%3E"],[59783,"impl-WithSvg%3CBuilder%3E"],[59784,"impl-Build-for-WithSvg%3CBuilder%3E"],[59785,"impl-NoAttributes%3CB%3E"],[59786,"impl-Build-for-NoAttributes%3CB%3E"],[59798,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59799,"impl-WithSvg%3CBuilder%3E"],[59810,"impl-WithSvg%3CBuilder%3E"],[59811,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59812,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59813,"impl-NoAttributes%3CB%3E"],[59835,"impl-NoAttributes%3CB%3E"],[59836,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59844,"impl-Debug-for-BorderRadii"],[59845,"impl-Display-for-BorderRadii"],[59922,"impl-WithSvg%3CBuilder%3E"],[59923,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59924,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59925,"impl-NoAttributes%3CB%3E"],[59927,"impl-WithSvg%3CBuilder%3E"],[59928,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59945,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59946,"impl-WithSvg%3CBuilder%3E"],[59947,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59948,"impl-NoAttributes%3CB%3E"],[59967,"impl-WithSvg%3CBuilder%3E"],[59968,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59969,"impl-NoAttributes%3CB%3E"],[59970,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[60134,"impl-Index%3CControlPointId%3E-for-CommandsPathSlice%3C\'l,+Endpoint,+ControlPoint%3E"],[60135,"impl-Index%3CEndpointId%3E-for-CommandsPathSlice%3C\'l,+Endpoint,+ControlPoint%3E"],[60285,"impl-Add%3C%26Angle%3CT%3E%3E-for-Angle%3CT%3E"],[60286,"impl-Add-for-Angle%3CT%3E"],[60289,"impl-Arc%3CS%3E"],[60290,"impl-Segment-for-Arc%3CS%3E"],[60291,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60292,"impl-CubicBezierSegment%3CS%3E"],[60293,"impl-LineSegment%3CS%3E"],[60294,"impl-Segment-for-LineSegment%3CS%3E"],[60295,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60296,"impl-QuadraticBezierSegment%3CS%3E"],[60302,"impl-Segment-for-Arc%3CS%3E"],[60303,"impl-Arc%3CS%3E"],[60304,"impl-CubicBezierSegment%3CS%3E"],[60305,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60352,"impl-Arc%3CS%3E"],[60353,"impl-Segment-for-Arc%3CS%3E"],[60354,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60355,"impl-CubicBezierSegment%3CS%3E"],[60356,"impl-Segment-for-LineSegment%3CS%3E"],[60357,"impl-LineSegment%3CS%3E"],[60358,"impl-QuadraticBezierSegment%3CS%3E"],[60359,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60470,"impl-CubicBezierSegment%3CS%3E"],[60471,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60473,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60474,"impl-QuadraticBezierSegment%3CS%3E"],[60479,"impl-Div%3CT%3E-for-Angle%3CT%3E"],[60480,"impl-Div-for-Angle%3CT%3E"],[60495,"impl-CubicBezierSegment%3CS%3E"],[60496,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60498,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60499,"impl-QuadraticBezierSegment%3CS%3E"],[60501,"impl-CubicBezierSegment%3CS%3E"],[60502,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60504,"impl-QuadraticBezierSegment%3CS%3E"],[60505,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60541,"impl-Arc%3CS%3E"],[60542,"impl-Segment-for-Arc%3CS%3E"],[60543,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60544,"impl-CubicBezierSegment%3CS%3E"],[60545,"impl-LineSegment%3CS%3E"],[60546,"impl-Segment-for-LineSegment%3CS%3E"],[60547,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60548,"impl-QuadraticBezierSegment%3CS%3E"],[60565,"impl-Arc%3CS%3E"],[60566,"impl-Segment-for-Arc%3CS%3E"],[60568,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60569,"impl-CubicBezierSegment%3CS%3E"],[60571,"impl-QuadraticBezierSegment%3CS%3E"],[60572,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60600,"impl-Arc%3CS%3E"],[60602,"impl-From%3CSvgArc%3CS%3E%3E-for-Arc%3CS%3E"],[60603,"impl-Segment-for-Arc%3CS%3E"],[60605,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60607,"impl-CubicBezierSegment%3CS%3E"],[60608,"impl-Segment-for-LineSegment%3CS%3E"],[60609,"impl-LineSegment%3CS%3E"],[60614,"impl-QuadraticBezierSegment%3CS%3E"],[60615,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60809,"impl-Segment-for-Arc%3CS%3E"],[60810,"impl-Arc%3CS%3E"],[60811,"impl-CubicBezierSegment%3CS%3E"],[60812,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60813,"impl-Segment-for-LineSegment%3CS%3E"],[60814,"impl-LineSegment%3CS%3E"],[60815,"impl-QuadraticBezierSegment%3CS%3E"],[60816,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60833,"impl-Arc%3CS%3E"],[60834,"impl-Segment-for-Arc%3CS%3E"],[60835,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60836,"impl-CubicBezierSegment%3CS%3E"],[60837,"impl-Segment-for-LineSegment%3CS%3E"],[60838,"impl-LineSegment%3CS%3E"],[60839,"impl-QuadraticBezierSegment%3CS%3E"],[60840,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60843,"impl-Arc%3CS%3E"],[60844,"impl-Segment-for-Arc%3CS%3E"],[60845,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60846,"impl-CubicBezierSegment%3CS%3E"],[60847,"impl-Segment-for-LineSegment%3CS%3E"],[60848,"impl-LineSegment%3CS%3E"],[60849,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60850,"impl-QuadraticBezierSegment%3CS%3E"],[60858,"impl-Sum-for-Angle%3CT%3E"],[60859,"impl-Sum%3C%26Angle%3CT%3E%3E-for-Angle%3CT%3E"],[60864,"impl-Arc%3CS%3E"],[60865,"impl-Segment-for-Arc%3CS%3E"],[60866,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60867,"impl-CubicBezierSegment%3CS%3E"],[60868,"impl-Segment-for-LineSegment%3CS%3E"],[60869,"impl-LineSegment%3CS%3E"],[60870,"impl-QuadraticBezierSegment%3CS%3E"],[60871,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60982,"impl-Segment-for-Arc%3CS%3E"],[60983,"impl-Arc%3CS%3E"],[60984,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60985,"impl-CubicBezierSegment%3CS%3E"],[60986,"impl-Segment-for-LineSegment%3CS%3E"],[60987,"impl-LineSegment%3CS%3E"],[60988,"impl-QuadraticBezierSegment%3CS%3E"],[60989,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[61000,"impl-Arc%3CS%3E"],[61001,"impl-Segment-for-Arc%3CS%3E"],[61002,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[61003,"impl-CubicBezierSegment%3CS%3E"],[61004,"impl-Segment-for-LineSegment%3CS%3E"],[61005,"impl-LineSegment%3CS%3E"],[61006,"impl-QuadraticBezierSegment%3CS%3E"],[61007,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[61177,"impl-PartialEq-for-ArrayVec%3CT,+CAP%3E"],[61178,"impl-PartialEq%3C%5BT%5D%3E-for-ArrayVec%3CT,+CAP%3E"],[61179,"impl-PartialEq-for-ArrayString%3CCAP%3E"],[61180,"impl-PartialEq%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61195,"impl-Display-for-ArrayString%3CCAP%3E"],[61196,"impl-Debug-for-ArrayString%3CCAP%3E"],[61197,"impl-Display-for-CapacityError%3CT%3E"],[61198,"impl-Debug-for-CapacityError%3CT%3E"],[61220,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61221,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61223,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61224,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61275,"impl-IntoIterator-for-%26mut+ArrayVec%3CT,+CAP%3E"],[61276,"impl-IntoIterator-for-%26ArrayVec%3CT,+CAP%3E"],[61277,"impl-IntoIterator-for-ArrayVec%3CT,+CAP%3E"],[61290,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61291,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61295,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61296,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61315,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61316,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61360,"impl-TryFrom%3CArguments%3C\'a%3E%3E-for-ArrayString%3CCAP%3E"],[61361,"impl-TryFrom%3C%26str%3E-for-ArrayString%3CCAP%3E"],[61538,"impl-Add%3C%26Length%3CT,+U%3E%3E-for-Length%3CT,+U%3E"],[61539,"impl-Add-for-Length%3CT,+U%3E"],[61540,"impl-Add%3CSize2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[61541,"impl-Add%3CVector2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[61542,"impl-Add%3CSize3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[61543,"impl-Add%3CVector3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[61546,"impl-Add-for-Size2D%3CT,+U%3E"],[61547,"impl-Add%3C%26Size2D%3CT,+U%3E%3E-for-Size2D%3CT,+U%3E"],[61548,"impl-Add%3C%26Size3D%3CT,+U%3E%3E-for-Size3D%3CT,+U%3E"],[61549,"impl-Add-for-Size3D%3CT,+U%3E"],[61552,"impl-Add-for-Vector2D%3CT,+U%3E"],[61553,"impl-Add%3C%26Vector2D%3CT,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[61554,"impl-Add-for-Vector3D%3CT,+U%3E"],[61555,"impl-Add%3C%26Vector3D%3CT,+U%3E%3E-for-Vector3D%3CT,+U%3E"],[61557,"impl-AddAssign%3CSize2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[61558,"impl-AddAssign%3CVector2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[61559,"impl-AddAssign%3CSize3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[61560,"impl-AddAssign%3CVector3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[61596,"impl-ApproxEq%3CT%3E-for-Transform2D%3CT,+Src,+Dst%3E"],[61597,"impl-Transform2D%3CT,+Src,+Dst%3E"],[61598,"impl-Transform3D%3CT,+Src,+Dst%3E"],[61599,"impl-ApproxEq%3CT%3E-for-Transform3D%3CT,+Src,+Dst%3E"],[61802,"impl-Ceil-for-Point2D%3CT,+U%3E"],[61803,"impl-Point2D%3CT,+U%3E"],[61804,"impl-Ceil-for-Point3D%3CT,+U%3E"],[61805,"impl-Point3D%3CT,+U%3E"],[61806,"impl-Size2D%3CT,+U%3E"],[61807,"impl-Ceil-for-Size2D%3CT,+U%3E"],[61808,"impl-Size3D%3CT,+U%3E"],[61809,"impl-Ceil-for-Size3D%3CT,+U%3E"],[61810,"impl-Ceil-for-Vector2D%3CT,+U%3E"],[61811,"impl-Vector2D%3CT,+U%3E"],[61812,"impl-Vector3D%3CT,+U%3E"],[61813,"impl-Ceil-for-Vector3D%3CT,+U%3E"],[61990,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Box2D%3CT,+U2%3E"],[61991,"impl-Div%3CT%3E-for-Box2D%3CT,+U%3E"],[61992,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Box3D%3CT,+U2%3E"],[61993,"impl-Div%3CT%3E-for-Box3D%3CT,+U%3E"],[61994,"impl-Div%3CLength%3CT,+Src%3E%3E-for-Length%3CT,+Dst%3E"],[61995,"impl-Div%3CScale%3CT,+Src,+Dst%3E%3E-for-Length%3CT,+Dst%3E"],[61996,"impl-Div%3CT%3E-for-Length%3CT,+U%3E"],[61997,"impl-Div%3CT%3E-for-Point2D%3CT,+U%3E"],[61998,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Point2D%3CT,+U2%3E"],[61999,"impl-Div%3CT%3E-for-Point3D%3CT,+U%3E"],[62000,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Point3D%3CT,+U2%3E"],[62001,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Rect%3CT,+U2%3E"],[62002,"impl-Div%3CT%3E-for-Rect%3CT,+U%3E"],[62003,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-SideOffsets2D%3CT,+U2%3E"],[62004,"impl-Div%3CT%3E-for-SideOffsets2D%3CT,+U%3E"],[62005,"impl-Div%3CT%3E-for-Size2D%3CT,+U%3E"],[62006,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Size2D%3CT,+U2%3E"],[62007,"impl-Div%3CT%3E-for-Size3D%3CT,+U%3E"],[62008,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Size3D%3CT,+U2%3E"],[62009,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Vector2D%3CT,+U2%3E"],[62010,"impl-Div%3CT%3E-for-Vector2D%3CT,+U%3E"],[62011,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Vector3D%3CT,+U2%3E"],[62012,"impl-Div%3CT%3E-for-Vector3D%3CT,+U%3E"],[62013,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Box2D%3CT,+U%3E"],[62014,"impl-DivAssign%3CT%3E-for-Box2D%3CT,+U%3E"],[62015,"impl-DivAssign%3CT%3E-for-Box3D%3CT,+U%3E"],[62016,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Box3D%3CT,+U%3E"],[62018,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62019,"impl-DivAssign%3CT%3E-for-Point2D%3CT,+U%3E"],[62020,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62021,"impl-DivAssign%3CT%3E-for-Point3D%3CT,+U%3E"],[62022,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Rect%3CT,+U%3E"],[62023,"impl-DivAssign%3CT%3E-for-Rect%3CT,+U%3E"],[62024,"impl-DivAssign%3CT%3E-for-SideOffsets2D%3CT,+U%3E"],[62025,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-SideOffsets2D%3CT,+U%3E"],[62026,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Size2D%3CT,+U%3E"],[62027,"impl-DivAssign%3CT%3E-for-Size2D%3CT,+U%3E"],[62028,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Size3D%3CT,+U%3E"],[62029,"impl-DivAssign%3CT%3E-for-Size3D%3CT,+U%3E"],[62030,"impl-DivAssign%3CT%3E-for-Vector2D%3CT,+U%3E"],[62031,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[62032,"impl-DivAssign%3CT%3E-for-Vector3D%3CT,+U%3E"],[62033,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Vector3D%3CT,+U%3E"],[62161,"impl-Point2D%3CT,+U%3E"],[62162,"impl-Floor-for-Point2D%3CT,+U%3E"],[62163,"impl-Floor-for-Point3D%3CT,+U%3E"],[62164,"impl-Point3D%3CT,+U%3E"],[62165,"impl-Size2D%3CT,+U%3E"],[62166,"impl-Floor-for-Size2D%3CT,+U%3E"],[62167,"impl-Size3D%3CT,+U%3E"],[62168,"impl-Floor-for-Size3D%3CT,+U%3E"],[62169,"impl-Vector2D%3CT,+U%3E"],[62170,"impl-Floor-for-Vector2D%3CT,+U%3E"],[62171,"impl-Vector3D%3CT,+U%3E"],[62172,"impl-Floor-for-Vector3D%3CT,+U%3E"],[62200,"impl-From%3CPoint2D%3CT,+U%3E%3E-for-HomogeneousVector%3CT,+U%3E"],[62201,"impl-From%3CVector3D%3CT,+U%3E%3E-for-HomogeneousVector%3CT,+U%3E"],[62202,"impl-From%3CVector2D%3CT,+U%3E%3E-for-HomogeneousVector%3CT,+U%3E"],[62203,"impl-From%3CPoint3D%3CT,+U%3E%3E-for-HomogeneousVector%3CT,+U%3E"],[62205,"impl-From%3C%5BT;+2%5D%3E-for-Point2D%3CT,+U%3E"],[62207,"impl-From%3C(T,+T)%3E-for-Point2D%3CT,+U%3E"],[62208,"impl-From%3C(T,+T,+T)%3E-for-Point3D%3CT,+U%3E"],[62210,"impl-From%3C%5BT;+3%5D%3E-for-Point3D%3CT,+U%3E"],[62213,"impl-From%3CVector3D%3CT,+Dst%3E%3E-for-RigidTransform3D%3CT,+Src,+Dst%3E"],[62215,"impl-From%3CRotation3D%3CT,+Src,+Dst%3E%3E-for-RigidTransform3D%3CT,+Src,+Dst%3E"],[62221,"impl-From%3CVector2D%3CT,+U%3E%3E-for-Size2D%3CT,+U%3E"],[62222,"impl-From%3C%5BT;+2%5D%3E-for-Size2D%3CT,+U%3E"],[62223,"impl-From%3C(T,+T)%3E-for-Size2D%3CT,+U%3E"],[62225,"impl-From%3CVector3D%3CT,+U%3E%3E-for-Size3D%3CT,+U%3E"],[62226,"impl-From%3C%5BT;+3%5D%3E-for-Size3D%3CT,+U%3E"],[62227,"impl-From%3C(T,+T,+T)%3E-for-Size3D%3CT,+U%3E"],[62232,"impl-From%3CTranslation2D%3CT,+Src,+Dst%3E%3E-for-Vector2D%3CT,+Src%3E"],[62233,"impl-From%3C%5BT;+2%5D%3E-for-Vector2D%3CT,+U%3E"],[62234,"impl-From%3C(T,+T)%3E-for-Vector2D%3CT,+U%3E"],[62235,"impl-From%3CSize2D%3CT,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[62238,"impl-From%3C%5BT;+3%5D%3E-for-Vector3D%3CT,+U%3E"],[62239,"impl-From%3CTranslation3D%3CT,+Src,+Dst%3E%3E-for-Vector3D%3CT,+Src%3E"],[62240,"impl-From%3C(T,+T,+T)%3E-for-Vector3D%3CT,+U%3E"],[62731,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Box2D%3CT,+U1%3E"],[62732,"impl-Mul%3CT%3E-for-Box2D%3CT,+U%3E"],[62733,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Box3D%3CT,+U1%3E"],[62734,"impl-Mul%3CT%3E-for-Box3D%3CT,+U%3E"],[62735,"impl-Mul%3CScale%3CT,+Src,+Dst%3E%3E-for-Length%3CT,+Src%3E"],[62736,"impl-Mul%3CT%3E-for-Length%3CT,+U%3E"],[62737,"impl-Mul%3CT%3E-for-Point2D%3CT,+U%3E"],[62738,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Point2D%3CT,+U1%3E"],[62739,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Point3D%3CT,+U1%3E"],[62740,"impl-Mul%3CT%3E-for-Point3D%3CT,+U%3E"],[62741,"impl-Mul%3CT%3E-for-Rect%3CT,+U%3E"],[62742,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Rect%3CT,+U1%3E"],[62744,"impl-Mul%3CT%3E-for-SideOffsets2D%3CT,+U%3E"],[62745,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-SideOffsets2D%3CT,+U1%3E"],[62746,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Size2D%3CT,+U1%3E"],[62747,"impl-Mul%3CT%3E-for-Size2D%3CT,+U%3E"],[62748,"impl-Mul%3CT%3E-for-Size3D%3CT,+U%3E"],[62749,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Size3D%3CT,+U1%3E"],[62750,"impl-Mul%3CT%3E-for-Vector2D%3CT,+U%3E"],[62751,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Vector2D%3CT,+U1%3E"],[62752,"impl-Mul%3CT%3E-for-Vector3D%3CT,+U%3E"],[62753,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Vector3D%3CT,+U1%3E"],[62754,"impl-MulAssign%3CT%3E-for-Box2D%3CT,+U%3E"],[62755,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Box2D%3CT,+U%3E"],[62756,"impl-MulAssign%3CT%3E-for-Box3D%3CT,+U%3E"],[62757,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Box3D%3CT,+U%3E"],[62759,"impl-MulAssign%3CT%3E-for-Point2D%3CT,+U%3E"],[62760,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62761,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62762,"impl-MulAssign%3CT%3E-for-Point3D%3CT,+U%3E"],[62763,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Rect%3CT,+U%3E"],[62764,"impl-MulAssign%3CT%3E-for-Rect%3CT,+U%3E"],[62765,"impl-MulAssign%3CT%3E-for-SideOffsets2D%3CT,+U%3E"],[62766,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-SideOffsets2D%3CT,+U%3E"],[62767,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Size2D%3CT,+U%3E"],[62768,"impl-MulAssign%3CT%3E-for-Size2D%3CT,+U%3E"],[62769,"impl-MulAssign%3CT%3E-for-Size3D%3CT,+U%3E"],[62770,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Size3D%3CT,+U%3E"],[62771,"impl-MulAssign%3CT%3E-for-Vector2D%3CT,+U%3E"],[62772,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[62773,"impl-MulAssign%3CT%3E-for-Vector3D%3CT,+U%3E"],[62774,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Vector3D%3CT,+U%3E"],[62869,"impl-Round-for-Point2D%3CT,+U%3E"],[62870,"impl-Point2D%3CT,+U%3E"],[62871,"impl-Round-for-Point3D%3CT,+U%3E"],[62872,"impl-Point3D%3CT,+U%3E"],[62874,"impl-Size2D%3CT,+U%3E"],[62875,"impl-Round-for-Size2D%3CT,+U%3E"],[62876,"impl-Round-for-Size3D%3CT,+U%3E"],[62877,"impl-Size3D%3CT,+U%3E"],[62878,"impl-Vector2D%3CT,+U%3E"],[62879,"impl-Round-for-Vector2D%3CT,+U%3E"],[62880,"impl-Round-for-Vector3D%3CT,+U%3E"],[62881,"impl-Vector3D%3CT,+U%3E"],[62922,"impl-Sub%3CSize2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62923,"impl-Sub%3CVector2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62924,"impl-Sub-for-Point2D%3CT,+U%3E"],[62925,"impl-Sub%3CSize3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62926,"impl-Sub%3CVector3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62927,"impl-Sub-for-Point3D%3CT,+U%3E"],[62937,"impl-SubAssign%3CVector2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62938,"impl-SubAssign%3CSize2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62939,"impl-SubAssign%3CSize3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62940,"impl-SubAssign%3CVector3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62948,"impl-Sum%3C%26Length%3CT,+U%3E%3E-for-Length%3CT,+U%3E"],[62949,"impl-Sum-for-Length%3CT,+U%3E"],[62950,"impl-Sum-for-Size2D%3CT,+U%3E"],[62951,"impl-Sum%3C%26Size2D%3CT,+U%3E%3E-for-Size2D%3CT,+U%3E"],[62952,"impl-Sum%3C%26Size3D%3CT,+U%3E%3E-for-Size3D%3CT,+U%3E"],[62953,"impl-Sum-for-Size3D%3CT,+U%3E"],[62954,"impl-Sum%3C%26Vector2D%3CT,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[62955,"impl-Sum-for-Vector2D%3CT,+U%3E"],[62956,"impl-Sum%3C%26Vector3D%3CT,+U%3E%3E-for-Vector3D%3CT,+U%3E"],[62957,"impl-Sum-for-Vector3D%3CT,+U%3E"],[63140,"impl-Rotation2D%3CT,+Src,+Dst%3E"],[63141,"impl-Transformation%3CS%3E-for-Rotation2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63142,"impl-Scale%3CT,+Src,+Dst%3E"],[63143,"impl-Transformation%3CS%3E-for-Scale%3CS,+UnknownUnit,+UnknownUnit%3E"],[63144,"impl-Translation2D%3CT,+Src,+Dst%3E"],[63145,"impl-Transformation%3CS%3E-for-Translation2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63146,"impl-Transformation%3CS%3E-for-Transform2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63147,"impl-Transform2D%3CT,+Src,+Dst%3E"],[63163,"impl-Rotation2D%3CT,+Src,+Dst%3E"],[63164,"impl-Transformation%3CS%3E-for-Rotation2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63165,"impl-Transformation%3CS%3E-for-Scale%3CS,+UnknownUnit,+UnknownUnit%3E"],[63166,"impl-Scale%3CT,+Src,+Dst%3E"],[63168,"impl-Transformation%3CS%3E-for-Transform2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63169,"impl-Transform2D%3CT,+Src,+Dst%3E"],[63430,"impl-Point2D%3CT,+U%3E"],[63431,"impl-Zero-for-Point2D%3CT,+U%3E"],[63432,"impl-Zero-for-Point3D%3CT,+U%3E"],[63433,"impl-Point3D%3CT,+U%3E"],[63436,"impl-Size2D%3CT,+U%3E"],[63437,"impl-Zero-for-Size2D%3CT,+U%3E"],[63438,"impl-Zero-for-Size3D%3CT,+U%3E"],[63439,"impl-Size3D%3CT,+U%3E"],[63440,"impl-Zero-for-Vector2D%3CT,+U%3E"],[63441,"impl-Vector2D%3CT,+U%3E"],[63442,"impl-Zero-for-Vector3D%3CT,+U%3E"],[63443,"impl-Vector3D%3CT,+U%3E"],[63892,"impl-Builder%3C\'l%3E"],[63893,"impl-PathBuilder-for-Builder%3C\'l%3E"],[63894,"impl-BuilderWithAttributes%3C\'l%3E"],[63895,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[63902,"impl-Build-for-Builder%3C\'l%3E"],[63903,"impl-Builder%3C\'l%3E"],[63904,"impl-Build-for-BuilderWithAttributes%3C\'l%3E"],[63905,"impl-BuilderWithAttributes%3C\'l%3E"],[63914,"impl-Builder%3C\'l%3E"],[63915,"impl-PathBuilder-for-Builder%3C\'l%3E"],[63916,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[63917,"impl-BuilderWithAttributes%3C\'l%3E"],[63927,"impl-PathBuilder-for-Builder%3C\'l%3E"],[63928,"impl-Builder%3C\'l%3E"],[63929,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[63930,"impl-BuilderWithAttributes%3C\'l%3E"],[63971,"impl-Builder%3C\'l%3E"],[63972,"impl-PathBuilder-for-Builder%3C\'l%3E"],[63973,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[63974,"impl-BuilderWithAttributes%3C\'l%3E"],[63980,"impl-PathBuilder-for-Builder%3C\'l%3E"],[63981,"impl-Builder%3C\'l%3E"],[63982,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[63983,"impl-BuilderWithAttributes%3C\'l%3E"],[63984,"impl-Builder%3C\'l%3E"],[63985,"impl-PathBuilder-for-Builder%3C\'l%3E"],[63986,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[63987,"impl-BuilderWithAttributes%3C\'l%3E"],[64798,"impl-ImageBuffer%3CP,+Container%3E"],[64799,"impl-GenericImageView-for-ImageBuffer%3CP,+Container%3E"],[64877,"impl-Display-for-ImageError"],[64878,"impl-Debug-for-ImageError"],[64894,"impl-From%3CDecoderError%3E-for-ImageError"],[64895,"impl-From%3CDecoderError%3E-for-ImageError"],[64896,"impl-From%3CDecoderError%3E-for-ImageError"],[64897,"impl-From%3CDecoderError%3E-for-ImageError"],[64899,"impl-From%3CError%3E-for-ImageError"],[64900,"impl-From%3CDecoderError%3E-for-ImageError"],[64901,"impl-From%3CDecoderError%3E-for-ImageError"],[64902,"impl-From%3CDecoderError%3E-for-ImageError"],[64903,"impl-From%3CDecoderError%3E-for-ImageError"],[64904,"impl-From%3CDecoderError%3E-for-ImageError"],[64905,"impl-From%3CEncoderError%3E-for-ImageError"],[64906,"impl-From%3CError%3E-for-ImageError"],[64910,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgba%3Cf32%3E,+Vec%3Cf32%3E%3E"],[64911,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CLuma%3Cu8%3E,+Vec%3Cu8%3E%3E"],[64912,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgba%3Cu8%3E,+Vec%3Cu8%3E%3E"],[64913,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CLumaA%3Cu16%3E,+Vec%3Cu16%3E%3E"],[64914,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgb%3Cu16%3E,+Vec%3Cu16%3E%3E"],[64915,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgba%3Cu16%3E,+Vec%3Cu16%3E%3E"],[64916,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CLumaA%3Cu8%3E,+Vec%3Cu8%3E%3E"],[64917,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CLuma%3Cu16%3E,+Vec%3Cu16%3E%3E"],[64919,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgb%3Cu8%3E,+Vec%3Cu8%3E%3E"],[64931,"impl-From%3CImageBuffer%3CRgb%3Cf32%3E,+Vec%3Cf32%3E%3E%3E-for-DynamicImage"],[64932,"impl-From%3CImageBuffer%3CLuma%3Cu8%3E,+Vec%3Cu8%3E%3E%3E-for-DynamicImage"],[64933,"impl-From%3CImageBuffer%3CRgb%3Cu16%3E,+Vec%3Cu16%3E%3E%3E-for-DynamicImage"],[64934,"impl-From%3CImageBuffer%3CLumaA%3Cf32%3E,+Vec%3Cf32%3E%3E%3E-for-DynamicImage"],[64935,"impl-From%3CImageBuffer%3CRgba%3Cu16%3E,+Vec%3Cu16%3E%3E%3E-for-DynamicImage"],[64936,"impl-From%3CImageBuffer%3CRgba%3Cf32%3E,+Vec%3Cf32%3E%3E%3E-for-DynamicImage"],[64937,"impl-From%3CImageBuffer%3CLuma%3Cf32%3E,+Vec%3Cf32%3E%3E%3E-for-DynamicImage"],[64938,"impl-From%3CImageBuffer%3CRgb%3Cu8%3E,+Vec%3Cu8%3E%3E%3E-for-DynamicImage"],[64939,"impl-From%3CImageBuffer%3CRgba%3Cu8%3E,+Vec%3Cu8%3E%3E%3E-for-DynamicImage"],[64940,"impl-From%3CImageBuffer%3CLumaA%3Cu16%3E,+Vec%3Cu16%3E%3E%3E-for-DynamicImage"],[64942,"impl-From%3CImageBuffer%3CLumaA%3Cu8%3E,+Vec%3Cu8%3E%3E%3E-for-DynamicImage"],[64943,"impl-From%3CImageBuffer%3CLuma%3Cu16%3E,+Vec%3Cu16%3E%3E%3E-for-DynamicImage"],[65015,"impl-GenericImageView-for-ImageBuffer%3CP,+Container%3E"],[65016,"impl-ImageBuffer%3CP,+Container%3E"],[65020,"impl-GenericImage-for-ImageBuffer%3CP,+Container%3E"],[65021,"impl-ImageBuffer%3CP,+Container%3E"],[65050,"impl-Index%3C(u8,+u32,+u32)%3E-for-FlatSamples%3CBuffer%3E"],[65051,"impl-FlatSamples%3CBuffer%3E"],[65321,"impl-ImageBuffer%3CP,+Container%3E"],[65322,"impl-GenericImage-for-ImageBuffer%3CP,+Container%3E"],[67741,"impl-From%3CPixmapHeader%3E-for-PnmHeader"],[67742,"impl-From%3CBitmapHeader%3E-for-PnmHeader"],[67744,"impl-From%3CGraymapHeader%3E-for-PnmHeader"],[67745,"impl-From%3CArbitraryHeader%3E-for-PnmHeader"],[68649,"impl-Display-for-UnsupportedError"],[68650,"impl-Debug-for-UnsupportedError"],[68652,"impl-Debug-for-EncodingError"],[68653,"impl-Display-for-EncodingError"],[68654,"impl-Display-for-ParameterError"],[68655,"impl-Debug-for-ParameterError"],[68657,"impl-Display-for-DecodingError"],[68658,"impl-Debug-for-DecodingError"],[68659,"impl-Display-for-LimitError"],[68660,"impl-Debug-for-LimitError"],[68662,"impl-Debug-for-ImageFormatHint"],[68663,"impl-Display-for-ImageFormatHint"],[68676,"impl-From%3CImageFormat%3E-for-ImageFormatHint"],[68677,"impl-From%3C%26Path%3E-for-ImageFormatHint"],[68999,"impl-Display-for-Error"],[69000,"impl-Debug-for-Error"],[70419,"impl-CacheKeyFlags"],[70420,"impl-Flags-for-CacheKeyFlags"],[70896,"impl-BorrowedWithFontSystem%3C\'font_system,+Editor%3C\'buffer%3E%3E"],[70897,"impl-BorrowedWithFontSystem%3C\'a,+Buffer%3E"],[71072,"impl-Display-for-Metrics"],[71073,"impl-Debug-for-Metrics"],[71077,"impl-UpperHex-for-CacheKeyFlags"],[71078,"impl-LowerHex-for-CacheKeyFlags"],[71079,"impl-Debug-for-CacheKeyFlags"],[71080,"impl-Octal-for-CacheKeyFlags"],[71081,"impl-Binary-for-CacheKeyFlags"],[71100,"impl-Display-for-Wrap"],[71101,"impl-Debug-for-Wrap"],[71102,"impl-Debug-for-Align"],[71103,"impl-Display-for-Align"],[71152,"impl-From%3CBuffer%3E-for-BufferRef%3C\'buffer%3E"],[71153,"impl-From%3C%26mut+Buffer%3E-for-BufferRef%3C\'buffer%3E"],[71154,"impl-From%3CArc%3CBuffer%3E%3E-for-BufferRef%3C\'buffer%3E"],[71233,"impl-Flags-for-CacheKeyFlags"],[71234,"impl-CacheKeyFlags"],[72908,"impl-Display-for-ID"],[72909,"impl-Debug-for-ID"],[73250,"impl-BufferFlags"],[73251,"impl-Flags-for-BufferFlags"],[73252,"impl-SerializeFlags"],[73253,"impl-Flags-for-SerializeFlags"],[73442,"impl-LowerHex-for-BufferFlags"],[73443,"impl-UpperHex-for-BufferFlags"],[73444,"impl-Binary-for-BufferFlags"],[73445,"impl-Debug-for-BufferFlags"],[73446,"impl-Octal-for-BufferFlags"],[73447,"impl-Binary-for-SerializeFlags"],[73448,"impl-LowerHex-for-SerializeFlags"],[73449,"impl-Octal-for-SerializeFlags"],[73450,"impl-UpperHex-for-SerializeFlags"],[73456,"impl-Debug-for-Tag"],[73457,"impl-Display-for-Tag"],[73490,"impl-BufferFlags"],[73491,"impl-Flags-for-BufferFlags"],[73492,"impl-Flags-for-SerializeFlags"],[73493,"impl-SerializeFlags"],[74736,"impl-Display-for-Language"],[74737,"impl-Debug-for-Language"],[74751,"impl-Debug-for-FaceParsingError"],[74752,"impl-Display-for-FaceParsingError"],[74765,"impl-From%3Ci16%3E-for-NormalizedCoordinate"],[74766,"impl-From%3Cf32%3E-for-NormalizedCoordinate"],[83690,"impl-Flags-for-Modifiers"],[83691,"impl-Modifiers"],[83760,"impl-Debug-for-Modifiers"],[83761,"impl-Binary-for-Modifiers"],[83762,"impl-Octal-for-Modifiers"],[83763,"impl-UpperHex-for-Modifiers"],[83764,"impl-LowerHex-for-Modifiers"],[83774,"impl-Modifiers"],[83775,"impl-Flags-for-Modifiers"],[84311,"impl-Display-for-CropError"],[84312,"impl-Debug-for-CropError"],[84346,"impl-StyleSheet-for-Theme"],[84347,"impl-StyleSheet-for-Theme"],[84348,"impl-StyleSheet-for-Theme"],[84349,"impl-StyleSheet-for-Theme"],[84350,"impl-StyleSheet-for-Theme"],[84351,"impl-StyleSheet-for-Theme"],[84352,"impl-StyleSheet-for-Theme"],[84353,"impl-StyleSheet-for-Theme"],[84354,"impl-StyleSheet-for-Theme"],[84357,"impl-StyleSheet-for-Theme"],[84358,"impl-StyleSheet-for-Theme"],[84359,"impl-StyleSheet-for-Theme"],[84360,"impl-StyleSheet-for-Theme"],[84361,"impl-StyleSheet-for-Theme"],[84362,"impl-StyleSheet-for-Theme"],[84363,"impl-StyleSheet-for-Theme"],[84383,"impl-StyleSheet-for-Theme"],[84384,"impl-StyleSheet-for-Theme"],[84385,"impl-StyleSheet-for-Theme"],[84386,"impl-StyleSheet-for-Theme"],[84387,"impl-StyleSheet-for-Theme"],[84388,"impl-StyleSheet-for-Theme"],[84389,"impl-StyleSheet-for-Theme"],[84394,"impl-Debug-for-Theme"],[84395,"impl-Display-for-Theme"],[84396,"impl-StyleSheet-for-Theme"],[84397,"impl-StyleSheet-for-Theme"],[84401,"impl-StyleSheet-for-Theme"],[84402,"impl-StyleSheet-for-Theme"],[84403,"impl-StyleSheet-for-Theme"],[84404,"impl-StyleSheet-for-Theme"],[84405,"impl-StyleSheet-for-Theme"],[84406,"impl-StyleSheet-for-Theme"],[84407,"impl-StyleSheet-for-Theme"],[84408,"impl-StyleSheet-for-Theme"],[84409,"impl-StyleSheet-for-Theme"],[84410,"impl-StyleSheet-for-Theme"],[84429,"impl-StyleSheet-for-Theme"],[84430,"impl-StyleSheet-for-Theme"],[84436,"impl-StyleSheet-for-Theme"],[84437,"impl-StyleSheet-for-Theme"],[84454,"impl-StyleSheet-for-Theme"],[84455,"impl-StyleSheet-for-Theme"],[85805,"impl-Debug-for-Custom"],[85806,"impl-Display-for-Custom"],[85813,"impl-From%3CT%3E-for-Container"],[85814,"impl-From%3CAppearance%3E-for-Container"],[86690,"impl-From%3C(X,+X)%3E-for-LogicalPosition%3CP%3E"],[86691,"impl-From%3C%5BX;+2%5D%3E-for-LogicalPosition%3CP%3E"],[86692,"impl-From%3C(X,+X)%3E-for-PhysicalPosition%3CP%3E"],[86694,"impl-From%3C%5BX;+2%5D%3E-for-PhysicalPosition%3CP%3E"],[86695,"impl-From%3C%5BX;+2%5D%3E-for-LogicalSize%3CP%3E"],[86696,"impl-From%3C(X,+X)%3E-for-LogicalSize%3CP%3E"],[86698,"impl-From%3C%5BX;+2%5D%3E-for-PhysicalSize%3CP%3E"],[86700,"impl-From%3C(X,+X)%3E-for-PhysicalSize%3CP%3E"],[86701,"impl-From%3CLogicalSize%3CP%3E%3E-for-Size"],[86703,"impl-From%3CPhysicalSize%3CP%3E%3E-for-Size"],[86704,"impl-From%3CLogicalPosition%3CP%3E%3E-for-Position"],[86706,"impl-From%3CPhysicalPosition%3CP%3E%3E-for-Position"],[86925,"impl-Debug-for-ExternalError"],[86926,"impl-Display-for-ExternalError"],[86927,"impl-Debug-for-NotSupportedError"],[86928,"impl-Display-for-NotSupportedError"],[86929,"impl-Debug-for-OsError"],[86930,"impl-Display-for-OsError"],[86931,"impl-Debug-for-EventLoopError"],[86932,"impl-Display-for-EventLoopError"],[88059,"impl-Display-for-EventLoopClosed%3CT%3E"],[88060,"impl-Debug-for-EventLoopClosed%3CT%3E"],[88246,"impl-EventLoopBuilderExtWayland-for-EventLoopBuilder%3CT%3E"],[88247,"impl-EventLoopBuilderExtX11-for-EventLoopBuilder%3CT%3E"],[88848,"impl-ModifiersState"],[88849,"impl-Flags-for-ModifiersState"],[88968,"impl-PartialEq-for-SmolStr"],[88969,"impl-PartialEq%3C%26str%3E-for-SmolStr"],[88970,"impl-PartialEq%3CString%3E-for-SmolStr"],[88971,"impl-PartialEq%3C%26String%3E-for-SmolStr"],[88972,"impl-PartialEq%3Cstr%3E-for-SmolStr"],[88973,"impl-PartialEq%3CPhysicalKey%3E-for-NativeKeyCode"],[88974,"impl-PartialEq%3CNativeKey%3E-for-NativeKeyCode"],[88975,"impl-PartialEq-for-NativeKeyCode"],[88976,"impl-PartialEq%3CNativeKeyCode%3E-for-NativeKey"],[88977,"impl-PartialEq-for-NativeKey"],[88978,"impl-PartialEq%3CKey%3CStr%3E%3E-for-NativeKey"],[88979,"impl-PartialEq%3CKeyCode%3E-for-PhysicalKey"],[88980,"impl-PartialEq%3CNativeKeyCode%3E-for-PhysicalKey"],[88981,"impl-PartialEq-for-PhysicalKey"],[88982,"impl-PartialEq%3CPhysicalKey%3E-for-KeyCode"],[88983,"impl-PartialEq-for-KeyCode"],[88985,"impl-PartialEq%3CNativeKey%3E-for-Key%3CStr%3E"],[88986,"impl-PartialEq%3Cstr%3E-for-Key%3CStr%3E"],[88987,"impl-PartialEq%3C%26str%3E-for-Key%3CStr%3E"],[88988,"impl-PartialEq%3CNamedKey%3E-for-Key%3CStr%3E"],[88989,"impl-PartialEq-for-Key%3CStr%3E"],[89024,"impl-Debug-for-SmolStr"],[89025,"impl-Display-for-SmolStr"],[89033,"impl-Octal-for-ModifiersState"],[89034,"impl-UpperHex-for-ModifiersState"],[89035,"impl-Binary-for-ModifiersState"],[89036,"impl-Debug-for-ModifiersState"],[89037,"impl-LowerHex-for-ModifiersState"],[89039,"impl-From%3CString%3E-for-SmolStr"],[89040,"impl-From%3CBox%3Cstr%3E%3E-for-SmolStr"],[89041,"impl-From%3CArc%3Cstr%3E%3E-for-SmolStr"],[89042,"impl-From%3C%26mut+str%3E-for-SmolStr"],[89043,"impl-From%3C%26str%3E-for-SmolStr"],[89044,"impl-From%3C%26String%3E-for-SmolStr"],[89046,"impl-From%3CCow%3C\'a,+str%3E%3E-for-SmolStr"],[89050,"impl-From%3CKeyCode%3E-for-PhysicalKey"],[89051,"impl-From%3CNativeKeyCode%3E-for-PhysicalKey"],[89055,"impl-From%3CNamedKey%3E-for-Key"],[89057,"impl-From%3CNativeKey%3E-for-Key"],[89073,"impl-ModifiersState"],[89074,"impl-Flags-for-ModifiersState"],[89076,"impl-FromIterator%3Cchar%3E-for-SmolStr"],[89077,"impl-FromIterator%3C%26str%3E-for-SmolStr"],[89078,"impl-FromIterator%3C%26String%3E-for-SmolStr"],[89079,"impl-FromIterator%3CString%3E-for-SmolStr"],[89367,"impl-Debug-for-VideoMode"],[89368,"impl-Display-for-VideoMode"],[89399,"impl-MonitorHandleExtWayland-for-MonitorHandle"],[89400,"impl-MonitorHandleExtX11-for-MonitorHandle"],[89605,"impl-Display-for-XNotSupported"],[89606,"impl-Debug-for-XNotSupported"],[90396,"impl-Display-for-HandleError"],[90397,"impl-Debug-for-HandleError"],[90429,"impl-From%3CWebOffscreenCanvasWindowHandle%3E-for-RawWindowHandle"],[90430,"impl-From%3CAppKitWindowHandle%3E-for-RawWindowHandle"],[90431,"impl-From%3CWindowHandle%3C\'_%3E%3E-for-RawWindowHandle"],[90432,"impl-From%3CXlibWindowHandle%3E-for-RawWindowHandle"],[90433,"impl-From%3CUiKitWindowHandle%3E-for-RawWindowHandle"],[90434,"impl-From%3COhosNdkWindowHandle%3E-for-RawWindowHandle"],[90435,"impl-From%3CWaylandWindowHandle%3E-for-RawWindowHandle"],[90436,"impl-From%3CAndroidNdkWindowHandle%3E-for-RawWindowHandle"],[90437,"impl-From%3CHaikuWindowHandle%3E-for-RawWindowHandle"],[90438,"impl-From%3CXcbWindowHandle%3E-for-RawWindowHandle"],[90439,"impl-From%3CWebWindowHandle%3E-for-RawWindowHandle"],[90440,"impl-From%3CWinRtWindowHandle%3E-for-RawWindowHandle"],[90442,"impl-From%3CDrmWindowHandle%3E-for-RawWindowHandle"],[90443,"impl-From%3CWebCanvasWindowHandle%3E-for-RawWindowHandle"],[90444,"impl-From%3COrbitalWindowHandle%3E-for-RawWindowHandle"],[90445,"impl-From%3CGbmWindowHandle%3E-for-RawWindowHandle"],[90446,"impl-From%3CWin32WindowHandle%3E-for-RawWindowHandle"],[90447,"impl-From%3CGbmDisplayHandle%3E-for-RawDisplayHandle"],[90448,"impl-From%3CXcbDisplayHandle%3E-for-RawDisplayHandle"],[90449,"impl-From%3CUiKitDisplayHandle%3E-for-RawDisplayHandle"],[90450,"impl-From%3CWindowsDisplayHandle%3E-for-RawDisplayHandle"],[90451,"impl-From%3CWaylandDisplayHandle%3E-for-RawDisplayHandle"],[90452,"impl-From%3CXlibDisplayHandle%3E-for-RawDisplayHandle"],[90453,"impl-From%3CWebDisplayHandle%3E-for-RawDisplayHandle"],[90454,"impl-From%3COrbitalDisplayHandle%3E-for-RawDisplayHandle"],[90455,"impl-From%3CAppKitDisplayHandle%3E-for-RawDisplayHandle"],[90456,"impl-From%3CHaikuDisplayHandle%3E-for-RawDisplayHandle"],[90457,"impl-From%3CDrmDisplayHandle%3E-for-RawDisplayHandle"],[90458,"impl-From%3CAndroidDisplayHandle%3E-for-RawDisplayHandle"],[90460,"impl-From%3COhosDisplayHandle%3E-for-RawDisplayHandle"],[90461,"impl-From%3CDisplayHandle%3C\'_%3E%3E-for-RawDisplayHandle"],[91389,"impl-Flags-for-WindowButtons"],[91390,"impl-WindowButtons"],[91600,"impl-Debug-for-CursorIcon"],[91601,"impl-Display-for-CursorIcon"],[91602,"impl-Debug-for-CursorIconParseError"],[91603,"impl-Display-for-CursorIconParseError"],[91605,"impl-Display-for-BadIcon"],[91606,"impl-Debug-for-BadIcon"],[91615,"impl-Octal-for-WindowButtons"],[91616,"impl-UpperHex-for-WindowButtons"],[91617,"impl-Debug-for-WindowButtons"],[91618,"impl-Binary-for-WindowButtons"],[91619,"impl-LowerHex-for-WindowButtons"],[91660,"impl-Flags-for-WindowButtons"],[91661,"impl-WindowButtons"],[92082,"impl-WindowBuilderExtX11-for-WindowBuilder"],[92083,"impl-WindowBuilderExtWayland-for-WindowBuilder"],[94354,"impl-Button%3C\'a,+Message%3E"],[94355,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Button%3C\'a,+Message%3E"],[94404,"impl-Builder%3C\'a,+Message,+Text%3E"],[94405,"impl-Builder%3C\'a,+Message,+Hyperlink%3E"],[94406,"impl-Builder%3C\'a,+Message,+Icon%3E"],[94407,"impl-Builder%3C\'a,+Message,+Image%3C\'a,+Handle,+Message%3E%3E"],[94429,"impl-Builder%3C\'a,+Message,+Image%3C\'a,+Handle,+Message%3E%3E"],[94430,"impl-Builder%3C\'a,+Message,+Icon%3E"],[94447,"impl-Builder%3C\'a,+Message,+Text%3E"],[94448,"impl-Builder%3C\'a,+Message,+Hyperlink%3E"],[94751,"impl-ContextDrawer%3C\'a,+Message%3E"],[94752,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-ContextDrawer%3C\'a,+Message%3E"],[95422,"impl-From%3C(u16,+u16,+u16,+u16)%3E-for-Assignment"],[95423,"impl-From%3C(u16,+u16)%3E-for-Assignment"],[96043,"impl-Display-for-KeyBind"],[96044,"impl-Debug-for-KeyBind"],[96405,"impl-RectangleTrackingContainer%3C\'a,+Message,+Renderer,+I%3E"],[96406,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-RectangleTrackingContainer%3C\'a,+Message,+Renderer,+I%3E"],[96524,"impl-Model%3CSelectionMode%3E"],[96525,"impl-Selectable-for-Model%3CSingleSelect%3E"],[96526,"impl-Selectable-for-Model%3CMultiSelect%3E"],[96528,"impl-Model%3CSingleSelect%3E"],[96529,"impl-Model%3CMultiSelect%3E"],[96689,"impl-Selectable-for-Model%3CSingleSelect%3E"],[96690,"impl-Model%3CMultiSelect%3E"],[96691,"impl-Selectable-for-Model%3CMultiSelect%3E"],[96692,"impl-Model%3CSingleSelect%3E"],[96934,"impl-Model%3CSelectionMode%3E"],[96935,"impl-Selectable-for-Model%3CMultiSelect%3E"],[96936,"impl-Selectable-for-Model%3CSingleSelect%3E"],[97077,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Horizontal,+SelectionMode,+Message%3E"],[97078,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Vertical,+SelectionMode,+Message%3E"],[97080,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Horizontal,+SelectionMode,+Message%3E"],[97081,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Vertical,+SelectionMode,+Message%3E"],[97083,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Horizontal,+SelectionMode,+Message%3E"],[97084,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Vertical,+SelectionMode,+Message%3E"],[97231,"impl-Default-for-Model%3Ci32%3E"],[97232,"impl-Default-for-Model%3Cisize%3E"],[97233,"impl-Default-for-Model%3Cusize%3E"],[97234,"impl-Default-for-Model%3Cu16%3E"],[97235,"impl-Default-for-Model%3CGenericDecimal%3Cu64,+u8%3E%3E"],[97236,"impl-Default-for-Model%3Ci16%3E"],[97237,"impl-Default-for-Model%3Cu64%3E"],[97238,"impl-Default-for-Model%3Cu8%3E"],[97239,"impl-Default-for-Model%3Cu32%3E"],[97240,"impl-Default-for-Model%3Ci8%3E"],[97490,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message%3E"],[97491,"impl-TextInput%3C\'a,+Message%3E"],[97504,"impl-Focusable-for-State"],[97505,"impl-State"],[97567,"impl-State"],[97568,"impl-Focusable-for-State"],[97581,"impl-State"],[97582,"impl-TextInput-for-State"],[97584,"impl-TextInput-for-State"],[97585,"impl-State"],[97587,"impl-TextInput-for-State"],[97588,"impl-State"],[97607,"impl-TextInput-for-State"],[97608,"impl-State"],[97612,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message%3E"],[97613,"impl-TextInput%3C\'a,+Message%3E"],[97652,"impl-State"],[97653,"impl-Focusable-for-State"]],"a":{"c":[6493],"colordifference":[8565],"errno":[49454],"getlasterror":[49454],"gray":[9624],"grey":[9624],"h":[6704],"hsb":[1633,9074],"j":[6871],"linear":[1652,1653,1654,1655,9622,9623,10502,10503],"m":[6533],"q":[6464],"s":[6928],"square":[8597],"wcag":[1675],"xyy":[1706,11762]}}],\ +["cosmic",{"doc":"","t":"KEEKFIIEFPNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNCNCNNNNNNNNNNNNNNNNNCNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNCOQNNNCNNNNNCCONNNNNNNNNNNCTPPKKREFKGRRERPERNNNNNNNNNNNNNNNNNNNNNNCNNNMMCONNNNNNMNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNMCMNNNNNNNNNNNNNNNHNNNNNNMCNNNNNNNMNNNNNNNNNNNNNNNNNMMNNNOOOOIHHCHHHHHHHHHPPPPFPPPPGPPPPPPPPPPPPPPNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPNHNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNHNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHHHHSPFGSPNNHONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOHONNHONNNNNNNNNNNNNNNNNNNNNNNNNHOHONNNNNNNNNNNNNNNNNNPFKKGFGKGPPPPPPPPPPFPTPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHHNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMYPFFFGFFSSPPPFSSGKPSPPFSFFFNOOOONOOOOOONOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNONNNOONNNNNNNNNNNNNNNNNNNNNNNNOOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNCNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOOOONNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONONNNNNONOOOOOOOOOOOOONOOONNNNONNNNNNNOONONONNNONNNONONONONONOONNNONONNONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNONONNONONONONONONONONONONOOCNOOONNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNOONNNNNNOHFKKKRKKKKKKKFIIIIKFIFIFIRFIKKKRTFFIFIFIKKIIIIFFIIKKRKFIFIFIFFIFIKFKKRRRRRRRRRRRRRRKKKIIIIKRYKFIFIOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOOOOOOOOOOOOOOOOOOOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCNNNNNNOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNCOOOCMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNHCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNCCCOOOOOOOOOOCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCCCMNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNOOCOOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCMNNNNNNNNMNNNNNNNNMNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNMNNNNNNNNNNNMNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNOOOOOOOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOCOOOOOOOOOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNOONNNNNNCOOCOFRFFKRYNOONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNMMKKKKKKKKMMMMMMMMMPKKKRKPPGFPPPPPPPGFFKPRPPPPNNNNNNNNNNNNOOOMNNNNNNNNNNNNNNNNNNNNNNNNNMNMNNNNNNNNNNNMNNNNNNNNNNNNNNNNOOONNNNNMNNNNNNNNNNNNNNNNNNOMNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNMNNNMNMNMNMNMNMNNMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMNKKKKRKMMMMMPPFFKKFIFIFIFIFIFIFFIFFIIPPPGKKFPRRRRFRGKONNNNNNNNNNNNNNNNONNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNOOOOMNNNNNNNMNNNNNNNNNNCCCCCCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRKYKKKKKKKKKKFPKKKKKRRRRKKKKKKPFFKKKKRKKKKKFGNNNNNMMMNNNNNMNNNNNNNNNNNNNNNMMMMNNNNNNMMNNNNNNNNNNNNNNNONNNNNNNNNNOMMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHHHHMHHHHHMNNNNNHHHHHHHHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHHHHMNNNNNNNNNNNNNNNHHHHHMNNNNNHHHHHHHHMOHHMNNNNNNNNNNNNMMMNNNNNNNNNNNNHHHHMNNNNNNNNNNNNNNNMMMNNNNNMNNNNNMNOOKKPFGKPPNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNKKKKKKKRRRRRRKMMNMMNNNNNMMMNMKKKKKMMMMMMKKFKYKFKKKKFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMMNNNNNNNNNNNNNNNNNMNNMMNNMNNNNNNNNNNNMNNMNNNNNNNNFKFKFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNCNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFKTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFIFNONNNNNNNONNNNNNNNONNNNNNNNNNNNONNONONNNNNNNFIFNONNNNNNNONNNNNNNNONNNNNNNNNNNONNNONNNNNNNNOFIFNONNNNNNNONNNNNNNNONNNNNNNNNNNNNNONONNNNNNNOFFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNONNNNONNNONNNNNNNNONNNNNNNNNNNNNNNONNNNNNNOFFIONONNNNONNNONNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOFFINONNNNNNNOONNNNNNNNONNNNNNNNNNNONNNNNNNNNNNOFFINONNNNNNNOONNNNNNNNONNNNNNNNNNNONNNNNNNNNNNOIIFIIFKIIIIIRRNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFINONNNNNNNONNNNNNNNNNNNNNNNNNNONNNNNNNNNONNOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSHKKKKKKKKKKKKKKKKRRKKKKKKKKKRKKKKMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFINONNNNNNNONNNNNNNNONNNNNNNNNNNNONNONNNNNNNNFFINONNNNNNNONNNNNNNNONNNNNNNNNNNNNNONNNNNNNNOFFINONNNNONNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOFFIONONNNNONNNONNNNNNNNNNNNNNNNNNNONNNNNNNNNNNFFINONNNNNNNOONNNNNNNNONNNNNNNNNNNONNNNNNNNNNNGIIPFIIIIIIPKRFKKIPRIIRRNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNMOOOONNNNNNNNNNOOOOCNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMOOOONNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCHHHHHHHHHHKKKKMMMFFFFFFFFFFFFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFINONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOFFINONNNNNNNONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOOOHHHHHHHICCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSFOHOOOGKGFPFPFPGPPPFPIPPGGKRPPPPPRFGPPPGPFPRRPPPFFPFFFFGIKPFPFPFGRPPFPPONNCOCNNNNNNNNONNNNONNCOQCNNNOONNNNNNNCCOOONNNCONNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNCOCMMMCOOONNNNCMONNOCNNNCMMNNOCNNNNNNNNNNNNNNMMMMOCOOOCONOOOOOOKFFKKFFKONMONNMMNMOONCNCMMOCNNNNNNCNNNMNNNNCNNOMONNNCCNCOCMMMNNNGKPPPKPKPGGPPPPPPPPPGPPGRPPFRRPRPPFPPFCMCCMMMCMCCCCMMCMCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKRKKMMMSFHKFPPPPPRPRRGPKOOMMMMMMMGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNNCMMOONNONNNNNNNOOMNNNNONNOMONNNOONCOCOOOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFGFPPPPOOOOOOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOOOOOOOOOOPPGFHOOOOOKMHHIIKKKFFCHNCCCMMCCCCICCICICHFCHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHPPFRGPGFGPPFKPPPPFGFOOMCOOOOOOOCOOOOOCOOOOPFPPGPGOOFFFCOOOOFFOOOOOOOOOFIFKIPPPPIFFPFPPPPPPFPGFGIFFFFPPPGGPPSPPPFFFFFIFFKKPPPPPFPPGPGCOOCMMMCOCMCCOOCMOCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFKFFKRKFFNNNNNNNNMMOOMMNMMMNNMMMMMNMMMMMMMMMNNMMMMOONMNFFFFFFFFFFIFTTTTTTFFFTTTTIFITTKRIKIFTTTIIFITOMOMCOMOOOOOCMNNNOMMMOOOOOOOOOOOOOOHOCOOOMHMMOOOMOOOOCCMHOONOOOOONOOOFFFFOOOOOOOOOOOOFFFFFFFOOOOFFFFFFFFFFFFFFFFFFFFFKFFFOCCOHHHMCMOMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCOHHOOMHOOMOHHMOOHHOOOOOOOOOOOOOOOOOOOOOOOOOOKMNMHHIIIIIIIIIIIIIIIIIIIIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKKKKMMMMMFFFFOOORKKMMMMNNMMMMMMMMMNNHHHHHHFFFKFNNIIIIIIIIIOOOOOOOOOOHOHHOOOOOOOIFFFFFFFFFFFFFFFFFFFOOOOKKKRKNNNNNNNNMMMMNMMMNNNMMMMMNMMMMMMMMMNNMMMMNNMNPPPGFGPPPPPFGOOOOOOOGFPFOHOOHPKPPPPPTTTPGTTPPFGKPPGPPFFFKKPPIIPPPFKKKGGPPPPGIPPPPPPPPPPPPPPPPPPPPPPPPFFPPPPKRKFPPPPKFPPRFPPPPPPIPPPIFPPPPPPIPPPIFRPPPPPPPPPMMMNMMMMCMMMCOMNNMMCCMMMMMHNNHCNMMMCOHHHMMMNCHNNMNNNMOHHNNNMMMMNNNNNHMKFFFFFFFFMCCCCCCCCCCCCCCCFFFPPPFFFGFFFPFFFPGFFFFFFFSOOOOOOOOHHHOFFFPPFFPFGOOFFPFPPGPPGPPPFFFPPPFPGPPPFPPPPFPPPFFFFGPPGOOOOOOOOOOOOOOOOFFFFFFFFFFCFFOOOOOOOOPPFPPPFPPPPPPGGIPPFGPPPPPFGPPPPFGOOPPGFPGPPPFPPFFPOOOOOOOOOFPRKGPPPPHHCHHHHHHHHHHHHHHHNHHHMHHHNMHHHHHHHHHHHHHHHHHFRKHHHHHHHHHNHHHMHNMFFFOOOFOOOOPFFGPFOOOOOOOOOOFFFFFFFOCOOCHHCOHHHFFFIOOOOOOOOGPGPGFPFFFPPPFPFFPFGPFFPFFPPFPGPPPPPFPPPPPKFPPPPPPPGGPPFFFFPPPPPPPFPFFFFPPPPPPGFPPFPPGPPPPPPPPPPPPPPPPPPPFFPPPPPPPPFPGPPPPFFFFFFFGPGGGPFGFPFPPPPPPPFPPPGPMOMOOMONMMOOOOOOOOOOMMOOMMOOOOOOMOOOOOOOOOOOOOOOOOOOMNOOOOOOOOOOOOOOOOOOOOOOONOOMNMMNMMMOOOOOMOOOOMOOOOOOOOONNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPGGPPPPPPPPPPPPPPPPPPPPPPFPPPPPOOOOPPOOOOOOOOOPGFPGFFFFFPFPPPPFFFFPFFOOOCHHOOOOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPGFPPPFPPPPPPPKPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPFFFFPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPKPPGGPPPPPPPPFGFFPFPFPPPTPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPFFPPPPPPPPPPPPPPPFPPPPPPPFFPGPGPPPPPPOCOOCCOOOOOOOCOOCOCOOCOOOMCOOCOOCOMOOOOOOCOOHOCOOCOOCOOCOOOCOOCOOCOOOCOOOCOOCOOPPCOOCOOOMCOCOOOCOOOCOOMCOOCOOCOOCCOOMOOCOOMOCOOCOOOOOOCOOOCOOOOCOOOOOOOOOOOOOOOFFOOFFFIFFCOOOOOOCSSSSFFFFOOOFFFFOOOOOOFPGPGPPPPPFFFFFFFFFFFFPPPPOOOOOOOOOKFMMMFFFFFFOOOOOOOOFFOOOOOOOPPGPPFFFFPFPPFFGPPPPPFFFPFPFPFPGFFGPGFFPFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPFIFPPPPFPIIFPFPFFIPGGOOOOOOOOOOOOOOOOOOFGPPFOOOFOOOOFFOOOOOFGPPPPFFFFFFFFOOOOOOOOOFFGPPPPPFFFFFFFFFOOOOOOOOOOOOPPGFFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOFOFFFPFFFFPFFPFPPFGFFFOOOOOOOOOOOOOOOOOOOOOOFPPPFFFGFPPOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSGFIIIGGGFIIFPPPPPPPPPPIFIFFFIIKFFFFKFFIIFFIIIOOOOOOOOOOOOOOOOMMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPGPPFPPPGFPPPFGGOOOOOFFOOOFFFFOOOFFFFOOOOFFFFFOOOOOOOFOOOOFFOOOOFFOFFOOOFPGGFRPPPKPMMOOOFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMIRKMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOFKRRRRKRMOOMNNNNONMMMHHHHHHPTPPTPFFFGFPPPPGPPPPTPGFPKPGPONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONCOONMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOKKFFFFNNNNMNNNNNNNNNNNNNNNNNNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFHPPGPPGPPGPPGPPHHHIKNMMPPPPGPPPPPGPFPPPPPPPPPPPPPPGGPPPGOHOOOPGGPPPGFPPPPPPHHOOOOOOOPPGPPPGPPPGPPPPGPPPPPPPPPPGPPPPOOOOOOICFFFRKMOOOOOFOOOOOOOOFHHHHFFHGFPPPPOOOOOOOOFFFFFKFPPRFFPFFFFFGFFFFFFRFIFFGFPFFFCHCHCHHQCHHCHHHHHCHCHQHHNCCCHCHCHHHQCCHCHCCHCHCHCHCHCHCHMHCHHMFFFRKMOOOOONHHNOHHNOOOHPPFFGFGGRGPPGFGPPPFKKPPPPRFGFPPPOOMMCOOOOOONOOOOOOOONOOPGPPPGPFFFRKMOOOOMOOOOOFFHHFFRKMOOHOHOOHGFFPPFHHCHFFHFCFPFGPPPGFGGPGKPGPPPPPFPGFPPPFPGFPPFPPFRKGFPPPOOMOHMMOHHOMOOCHOOOOOOOOOOOOOOGPPPFPFOOOOOOOOFPPGFPFFPRKMOOOHOOMHOHHOOOOHOOOFFRKMOOOFFRKMOOOOMOFPGPPPFRKMOOOOFGPGPPFFFFFPFRKPFMNOOOONNHMNHHHOHHOOOOOOFPPFGPFGPFFRKMOOOOOOMHOMHOOHOOOOOOOFFFRKFMOMPPFPGPGFRKIMOHHGFPPFPPPPPGPPPPPPGPPPPPPPPPRKFPPPMOOMMMNMMMOFFSFPPGFRKFFMOOOCMMHHMONOHHHHHMHMOOOHMFPPGOOGPGGPGFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGFGGPPPPGGGGPPGPPGGPGGGGPOOCOOOFFJJFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFRKFMOOOOOOOMPPPGPFPFPFGPFRKFMOOOOMHOMHOOHOOOOGPPPPPPPPPPPPPGPPPPPPPPPPPPFFPGPPGPPPPPFGGPPPPFPFPPPPPPGPOOHHHHOHOHHHHHHHCOOOHOHHOOHOHOCHCHOOHHHOOOOOOOOGFPPPNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNGPFPOOFFOOOOOOOOOOOOOOGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOIIKKKFFCHNCCCMMCCCCICCICICHFCGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHGGGFPPPOCOOCGGPPFGGPPGKPPPKPKPGGPPPPPPPPPGPPGRPPFRRPRPPFPPFCMCCMMMCMCCCCMMCMCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKRKKMMMSFHKFPPPPPRPRRGPKOOMMMMMMMGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOKMHHIIKKKFFCHNCCCMMCCCCICCICICHFCHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHPPFRGPGFGPPFKPPPPFGFOOMCOOOOOOOCOOOOOCOOOOPFPPGPGOOFFFCOOOOFFOOOOOOOOOFIFKIPPPPIFFPFPPPPPPFPGFGIFFFFPPPGGPPSPPPFFFFFIFFKKPPPPPFPPGPGCOOCMMMCOCMCCOOCMOCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFKFFKRKFFNNNNNNNNMMOOMMNMMMNNMMMMMNMMMMMMMMMNNMMMMOONMNFFFFFFFFFFIFTTTTTTFFFTTTTIFITTKRIKIFTTTIIFITOMOMCOMOOOOOCMNNNOMMMOOOOOOOOOOOOOOHOCOOOMHMMOOOMOOOOCCMHOONOOOOONOOOFFFFOOOOOOOOOOOOFFFFFFFOOOOFFFFFFFFFFFFFFFFFFFFFKFFFOCCOHHHMCMOMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCOHHOOMHOOMOHHMOOHHOOOOOOOOOOOOOOOOOOOOOOOOOOKMNMHHIIIIIIIIIIIIIIIIIIIIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKKKKMMMMMFFFFOOORKKMMMMNNMMMMMMMMMNNHHHHHHFFFKFNNIIIIIIIIIOOOOOOOOOOHOHHOOOOOOOIFFFFFFFFFFFFFFFFFFFOOOOKKKRKNNNNNNNNMMMMNMMMNNNMMMMMNMMMMMMMMMNNMMMMNNMNPPPGFGPPPPPFGOOOOOOOGFPFOHOOHPKPPPPPTTTPGTTPPFGKPPGPPFFFKKPPIIPPPFKKKGGPPPPGIPPPPPPPPPPPPPPPPPPPPPPPPFFPPPPKRKFPPPPKFPPRFPPPPPPIPPPIFPPPPPPIPPPIFRPPPPPPPPPMMMNMMMMCMMMCOMNNMMCCMMMMMHNNHCNMMMCOHHHMMMNCHNNMNNNMOHHNNNMMMMNNNNNHMKFFFFFFFFMCCCCCCCCCCCCCCCFFFPPPFFFGFFFPFFFPGFFFFFFFSOOOOOOOOHHHOFFFPPFFPFGOOFFPFPPGPPGPPPFFFPPPFPGPPPFPPPPFPPPFFFFGPPGOOOOOOOOOOOOOOOOFFFFFFFFFFCFFOOOOOOOOPPFPPPFPPPPPPGGIPPFGPPPPPFGPPPPFGOOPPGFPGPPPFPPFFPOOOOOOOOOFPRKGPPPPHHCHHHHHHHHHHHHHHHNHHHMHHHNMHHHHHHHHHHHHHHHHHFRKHHHHHHHHHNHHHMHNMFFFOOOFOOOOPFFGPFOOOOOOOOOOFFFFFFFOCOOCHHCOHHHFFFIOOOOOOOOGPGPGFPFFFPPPFPFFPFGPFFPFFPPFPGPPPPPFPPPPPKFPPPPPPPGGPPFFFFPPPPPPPFPFFFFPPPPPPGFPPFPPGPPPPPPPPPPPPPPPPPPPFFPPPPPPPPFPGPPPPFFFFFFFGPGGGPFGFPFPPPPPPPFPPPGPMOMOOMONMMOOOOOOOOOOMMOOMMOOOOOOMOOOOOOOOOOOOOOOOOOOMNOOOOOOOOOOOOOOOOOOOOOOONOOMNMMNMMMOOOOOMOOOOMOOOOOOOOONNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPGGPPPPPPPPPPPPPPPPPPPPPPFPPPPPOOOOPPOOOOOOOOOPGFPGFFFFFPFPPPPFFFFPFFOOOCHHOOOOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPGFPPPFPPPPPPPKPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPFFFFPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPKPPGGPPPPPPPPFGFFPFPFPPPTPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPFFPPPPPPPPPPPPPPPFPPPPPPPFFPGPGPPPPPPOCOOCCOOOOOOOCOOCOCOOCOOOMCOOCOOCOMOOOOOOCOOHOCOOCOOCOOCOOOCOOCOOCOOOCOOOCOOCOOPPCOOCOOOMCOCOOOCOOOCOOMCOOCOOCOOCCOOMOOCOOMOCOOCOOOOOOCOOOCOOOOCOOOOOOOOOOOOOOOFFOOFFFIFFCOOOOOOCSSSSFFFFOOOFFFFOOOOOOFPGPGPPPPPFFFFFFFFFFFFPPPPOOOOOOOOOKFMMMFFFFFFOOOOOOOOFFOOOOOOOPPGPPFFFFPFPPFFGPPPPPFFFPFPFPFPGFFGPGFFPFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPFIFPPPPFPIIFPFPFFIPGGOOOOOOOOOOOOOOOOOOFGPPFOOOFOOOOFFOOOOOFGPPPPFFFFFFFFOOOOOOOOOFFGPPPPPFFFFFFFFFOOOOOOOOOOOOPPGFFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOFOFFFPFFFFPFFPFPPFGFFFOOOOOOOOOOOOOOOOOOOOOOFPPPFFFGFPPOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSGFIIIGGGFIIFPPPPPPPPPPIFIFFFIIKFFFFKFFIIFFIIIOOOOOOOOOOOOOOOOMMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPGPPFPPPGFPPPFGGOOOOOFFOOOFFFFOOOFFFFOOOOFFFFFOOOOOOOFOOOOFFOOOOFFOFFOOOFFFRKRRFCCCOCCCCOOCMCMOCGPPPPPPPPHHHHHHHHGPFPPPPPPPPHCOOGPGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPOOOOOOOFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOGPPPPPHHHHHOOOOOOOPPPPGPPPPPGPFPPPPPPPPPPPPPPGGPPPGOHOOOIIKKKFFCHNCCCMMCCCCICCICICHFCHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFRKRFRMMGFPOOOOOOOOOOFPGPFOGPPPPPPPPPPPFPPPPPFPPPPPOHHHHHHHHHHHHHHHHHCHHOHHHGPFPOOPPPGCCCCCCCCCCCCCCCCCFRKMOOOFRKMOOOOONNONOOOFRKMOOMOOFRKMOOOOOGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOFRKMOOOOOFFRKOOOMMMOFRKMOOOMOOFRKMOOOFRKMOOOOMOFPGPPPRKMOOOOFFRKMNOOOONNMNOFFPPFGPFGPRKMOOOOOOOMOMOOOOOOOOOFRKMOMFRKMOOMMMNMMMFRKMOOMMMNOMMMGPGGPGFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGFGGPPPPGGGGPPGPPGGPGGGGPOOCOOOFFJJFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFRKMOOOOOOOMFFFFFKFPTTTTTTTPRFFPFFFFFGFFFFFFRFIFFGFPFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNCHNNNNNNNNNNNNHQCHHNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHQNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNCNCHNCHNNCHHHQCCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNNNNNNNNNNNNNNNNNNNCHNCHCHNNNNNNNNNNNNNNHCHCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNHCHHMNNNNNNNNNNNNNNNNNNNNNNNNNFFFRKMNNNNNOOOOONNNNNNNNNNHNNNNNNHNNNNNNONNNNNNNNNNNNNHHNNOOONNNNNNNNNNHPPFFGFGGRGPPGFGPPPFKKPPPPRFGFPPPNNNNNNNNNNONONNMMNNCCNONNNCONNNNNNNNNNOOOONOCOOOOOCOONNNNNNNNNOOPGPPPGPPFPPGPGOOGFPFOHOOFFFCOOOOFFOOOOOOOOOFIFKIPPPPIFFPFPPPPPPFPGFGIFFFFPPPGGPPSPPPFFFFFIFFKKPPPPPFPPGPGCOOCMMMCOCMCCOOCMOCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFKFFKRKFFNNNNNNNNMMOOMMNMMMNNMMMMMNMMMMMMMMMNNMMMMOONMNFFFFFFFFFFIFTTTTTTFFFTTTTIFITTKRIKIFTTTIIFITOMOMCOMOOOOOCMNNNOMMMOOOOOOOOOOOOOOHOCOOOMHMMOOOMOOOOCCMHOONOOOOONOOOFFFFOOOOOOOOOOOOFFFFFFFOOOOFFFFFFFFFFFFFFFFFFFFFKFFFOCCOHHHMCMOMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCOHHOOMHOOMOHHMOOHHOOOOOOOOOOOOOOOOOOOOOOOOOOKMNMHHIIIIIIIIIIIIIIIIIIIIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKKKKMMMMMFFFFOOORKKMMMMNNMMMMMMMMMNNHHHHHHFFFKFNNIIIIIIIIIOOOOOOOOOOHOHHOOOOOOOIFFFFFFFFFFFFFFFFFFFOOOOKKKRKNNNNNNNNMMMMNMMMNNNMMMMMNMMMMMMMMMNNMMMMNNMNPPPGFGPPPPPFGOOOOOOOFFFRKMNNNNNOONNNNNONNNNNNONNNMONNNNNNNNNNOOOONNNNNNNNFFNNNNNNNHNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNFFRKMOOHOHOOHGFFPPFNNNNNNNNNNNHNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNCHNFFNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFCFFFRKNNMNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNNNNNNNNNNNNNNNNNPFGPPPGFGGPGKPGPPPPPFPGFPPPFPGFPPFPPFRKGFPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNHNNNNNNONNMONNNNONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHONOOOOOOOOOOOOOGPPPFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNOOOOOOFPPGFPFFPRKMNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNNHNNNNNNNNONNNNNNNNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOHHOOOONNNNNNNNNNNNNNNNNNNNNNNHOOOFFRKMOOOFFRKMOOOOMOGGGFPPPNNNONNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNOONNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGKPPPKPKPGGPPPPPPPPPGPPGRPPFRRPRPPFPPFCMCCMMMCMCCCMMCMCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKRKKMMMSFHKFPPPPPRPRRGPKOOMMMMMMMGGFPKFPPGPFPFPGPPPPFGPFPFGPPPKFFPFFFKPFFPFFPFPFKPOCOOCOONMCOOQONNMMNCOMCOOCOOOCNCNCCMMOOCNNONNNNCNNNOOMNNNNCONNOMONNNOOCNCCOCOOCOOOCMMMNNNOOOOOOGPPPPPGPPPPGFFOOOKFGFPPNHNMHNNHNNNHNMNNNPPGPPGPPGPPGPPPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPOOOOPFKGPPMHFPGGFRPPPKPMMOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFHHCHHHHGPPHPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPCOOOOOOFPGPPFFKMHNMNNNNFFKFOOMMOOOOMMPGFPKMMTPPPPTPGKRRRRRKGTRGPKRRPKRPGFMOMMOMMMMMCMMMMOMMMCMMOMMOMMNNMMMMOOMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPMMMMMMMMMMOFRKRFRMOMOMMMFFGFPPPPOOOOOOOOFPPKGFFKNOMNNNMNNNOMNNNCNNNMNNONOCNCPKPPFPPPKGGGKPKPMNNMCNMHMMMHMCNMMCNMFKHHHMHHOMOMFFKHMHMOOOOKHMHMHMHMPPFPGPGFRKFMOHHPPGFFOHOOOPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPOOCOOOOOOOOCOOOOOOOOOPPGFHOOOOOFFOOOOOOOOOOOOOOKMHHIIKKKFFCHNCCCMMCCCCICCICICHFCHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFHHFFFFHFFFFFFFHHHPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNMNHHHHNNNNMMMMNMMNNNNNNNNHNHNNNNNNFFFFFFIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNMHNNNNNNNNNMNMHHHHHHNNNNNNHNNHNNHMHHNHNNHHHNNNNHHHHHHMNHNNFFFRFFFFFKFKFFFFNNHNNNNMNMNMNNNNNNMNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFHNNNNNNNNNNNNNNNHNNNNNNNNNNNNNCNNNNNNMHNNNNNHNNHHHMNNHHNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNHHNNFFFFFFFFFFHKFFFFKKPGFFPKFKKFFMMHHNNMNMNNNNMHHHHIRKFFHMHHMHPPFRGPGFGPPFKPPPPFGFOOMOOOOOOOOOOOOOOOOHPKPPPPPTTTPGTTPPFGKPPGPPFFFKKPPIIPPPFKKKGGPPPPGIPPPPPPPPPPPPPPPPPPPPPPPPFFPPPPKRKFPPPPKFPPRFPPPPPPIPPPIFPPPPPPIPPPIFRPPPPPPPPPMMMNMMMMCMMMCOMNNMMCCMMMMMHNNHCNMMMCOHHHMMMNCHNNMNNNMOHHNNNMMMMNNNNNHMKFFFFFFFFMCCCCCCCCCCCCCCCFFFPPPFFFGFFFPFFFPGFFFFFFFSOOOOOOOOHHHOFFFPPFFPFGOOFFPFPPGPPGPPPFFFPPPFPGPPPFPPPPFPPPFFFFGPPGOOOOOOOOOOOOOOOOFFFFFFFFFFCFFOOOOOOOOPPFPPPFPPPPPPGGIPPFGPPPPPFGPPPPFGOOPPGFPGPPPFPPFFPOOOOOOOOOFPRKGPPPPHHCHHHHHHHHHHHHHHHNHHHMHHHNMHHHHHHHHHHHHHHHHHFRKHHHHHHHHHNHHHMHNMFFFOOOFOOOOPFFGPFOOOOOOOOOOFFFFFFFOCOOCHHCOHHHFFFIOOOOOOOOGPGPGFPFFFPPPFPFFPFGPFFPFFPPFPGPPPPPFPPPPPKFPPPPPPPGGPPFFFFPPPPPPPFPFFFFPPPPPPGFPPFPPGPPPPPPPPPPPPPPPPPPPFFPPPPPPPPFPGPPPPFFFFFFFGPGGGPFGFPFPPPPPPPFPPPGPMOMOOMONMMOOOOOOOOOOMMOOMMOOOOOOMOOOOOOOOOOOOOOOOOOOMNOOOOOOOOOOOOOOOOOOOOOOONOOMNMMNMMMOOOOOMOOOOMOOOOOOOOONNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPGGPPPPPPPPPPPPPPPPPPPPPPFPPPPPOOOOPPOOOOOOOOOPGFPGFFFFFPFPPPPFFFFPFFOOOCHHOOOOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPGFPPPFPPPPPPPKPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPFFFFPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPKPPGGPPPPPPPPFGFFPFPFPPPTPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPFFPPPPPPPPPPPPPPPFPPPPPPPFFPGPGPPPPPPOCOOCCOOOOOOOCOOCOCOOCOOOMCOOCOOCOMOOOOOOCOOHOCOOCOOCOOCOOOCOOCOOCOOOCOOOCOOCOOPPCOOCOOOMCOCOOOCOOOCOOMCOOCOOCOOCCOOMOOCOOMOCOOCOOOOOOCOOOCOOOOCOOOOOOOOOOOOOOOFFOOFFFIFFCOOOOOOCSSSSFFFFOOOFFFFOOOOOOFPGPGPPPPPFFFFFFFFFFFFPPPPOOOOOOOOOKFMMMFFFFFFOOOOOOOOFFOOOOOOOPPGPPFFFFPFPPFFGPPPPPFFFPFPFPFPGFFGPGFFPFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPFIFPPPPFPIIFPFPFFIPGGOOOOOOOOOOOOOOOOOOFGPPFOOOFOOOOFFOOOOOFGPPPPFFFFFFFFOOOOOOOOOFFGPPPPPFFFFFFFFFOOOOOOOOOOOOPPGFFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOFOFFFPFFFFPFFPFPPFGFFFOOOOOOOOOOOOOOOOOOOOOOFPPPFFFGFPPOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSGFIIIGGGFIIFPPPPPPPPPPIFIFFFIIKFFFFKFFIIFFIIIOOOOOOOOOOOOOOOOMMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPGPPFPPPGFPPPFGGOOOOOFFOOOFFFFOOOFFFFOOOOFFFFFOOOOOOOFOOOOFFOOOOFFOFFOOOFPGPPPFRKMOOOOFFFRKRRFCCCOCCCCOOCMCMOCGPPPPPPPPHHHHHHHHGPFPPPPPPPPHCOOGPGPPPPPHHHHHOOOOOOOPPPPGPPPPPGPFPPPPPPPPPPPPPPGGPPPGOHOOOPGGPPPGFPPPPPPOOOOOOOFRKRFRMMGFPOOOOOOOOOOFPGPFOGPPPPPPPPPPPFPPPPPFPPPPPOHHHHHHHHHHHHHHHHHCHHOHHHGPFPOOFGPGPPFFFFFPFRKPFNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNHNNNNHNNNNONNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNOOOOOOFPPFGPFGPFFRKMNNNNNOOONNONNNOONNNNMHNNNNNNNNNOMNNNNNNNNNNHNOONNNNNNNNHOOOOOOOFPPPGCCCCCCCCCCCCCCCCCFRKMOOOFRKMOOOOONNONOOOFRKMOOMOOFRKMOOOOOFRKMOOOOOFFRKOOOMMMOFRKMOOOMOOFRKMOOOFRKMOOOOMOFPGPPPRKMOOOOFFRKMNOOOONNMNOFFPPFGPFGPRKMOOOOOOOMOMOOOOOOOOOFRKMOMFRKMOOMMMNMMMFRKMOOMMMNOMMMGPGGPGFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGFGGPPPPGGGGPPGPPGGPGGGGPOOCOOOFFJJFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFRKMOOOOOOOMFFRKFMOMPPFPGPGFRKIMOHHGFPPFPPPPPGPPPPPPGPPPPPPPPPRKFPPPMNNNNNOONNNNNNNNMMNNMNNNNNNNNNNNNNNNNNNMNMNNNNNNNNMNOFFSFPPGFRKFFMNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNCNNNNNNNNNNNNNMMHNNNNNNNNNNNHNNMNONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNHHNNHNNHNNNNNMNNNNNHNNNMOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFRKFMOOOOOOOMPPPGPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPFGPFRKFMNNNNNOONNONNNONNNNMHNNNNNNNNNOMNNNNNNNNNNHNOONNNNNNNNHOOOOKFGPRPFFPNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNCNNNNNNNNNNNNNNONNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNCNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNKPRPPFGNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNHHHNNNNHNNMNMNNNNNNNNNNNNNNNHNNNOOOOOFHHHHHHHHHHHHHHHGKPPPKPKPGGPPPPPPPPPGPPGRPPFRRPRPPFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNCMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNMNNNNNNMNCNNNMNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKRKKMMMSFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNKFPPPPPRPRRGPKNNONNNNNNNNONNNNNNNNNNMMMNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNNNNNNNNNNNNNNNNNGTGFPKFPPGPFPFPGPPPPFGPFTPFGPPPTKFFPFTFFKPFFPFFPTFPTFTKPTTTONNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOQNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNONMNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCNNNOONOCNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCMMOONNNNCNNNNNNNNNNNNNNONNNNCNNNNNNNNNOOMNNNNNCNNONNOMNONNNNOONNNNNCNCCNNNNNNNNNNNNNNNNNNNNNNOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCOOOCMNNNMMNNNNOOOOOOGPPPPPGPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNOKFGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNMNHNNHNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNPPGPPGPPGPPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPGPFPPPPPPPPPPPPPPGGPPPGOOOOFGFPNNNNONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNPFKGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHFPGGFRPPPKPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOPGGPPPGFPPPPPPCOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFTFNNNNNNNNNNNNHNNNNNNNNNNNNNNHNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNHNNNNNNNNNNNNNNNNNNNGPPNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNPPGPPFPGPPPGPPPPGPPPPPPPPPPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFKNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFKFNNNNNNNNNNNNNNNONNNNNNONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNMNMNPGFPKNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNTPPPPTPGKRRRRRKGTRGPKRRPKRPGFNNNNNNNNNNNNNNMONNMNNNNMNNOMMNMMMNNNNNNCNNNNNMMMMNNONNNNNNMMMCMMONNNNNNNNNNNNNNNNNNNNMMOMMNNMMMMOONNNNNNNNNNNNNNNNMMNMOMMGPPPGPGPPPPGPKPPRPPPPGPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMOFRKRFRNNNNNNNNNNNNNNNNMNNNNNONNMNNNNNNNNNNNONNNNNNMNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNMNFFTTTTTTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOFPPKGFFKNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNMNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNCNNNNNMNNNNNONNNOCNNCNNNNNNNNNNNNNNNNNNNNNNNPKPPFPPPKGGGKPKPNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMHMMMNHMCNNNMMCNNNNNNNNNNNNNNNNNNNNNNNNMFKNNNNNNNNNNNHNNNNNNNNHNHMHHONNNNNNNNNNNNNMNONNNNNNNMFTFTKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMHMNNNNNNNNNNNNNNNNOOOOKHMHMHMHMPPFPGPGFRKFNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGFFNNNNNNNNNNNNNNNNONNNNNNNNNNHNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNPPPPPPPPGPPPPPPFFPGGPPPPGGPPFPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONOOOOCONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOPPGFNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNOOOOOFFNONNNNNNNNNNONNNNNNNNONNNNONNNNNNNNNNOOOOOOOONONNNNNNNOKMHHIIKKKFFNNNNNNNNNNCNNNNNHNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNMNNNMNCNNNNNNNNNNNNNNNNCCCICCICICHFNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNHHHKNMMKKKKKKKKRRRKKRRRRKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNCNNNNNNNNCNNNNNNNQQMQMMNMMMNMNMNMNMNMNCNNNNNNNQNNNNNNNQQNNNNNNNNNNNMNNQNNNNCNNNNNNNNNNNNNNNNNNQNMMNNNNNNNNNNNNNNCCFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFPPKKKKKKKKPFFFFPPPFFFPPFPPFPPFGPPPPFFPPFPPPFFPFFPPPPPPPPPPFFFFPFFFFFPIFFFGFPPPFPPPPFPFFFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNMNNNNNNNMNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNIKKKKRRRKRRRRKKKKKKKKKKKKKNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNMMMNMNMNMNMNMNNNNNNNNNNNNNNNNNNNCNNNNNNNMNCNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNFFFFFIFPPGFRFFFFKKPPKFPPFFFFFFFFFFFPIFFFFFFGFRFFFRFFFFFFPFFFFFFFKKFFFFFGFFKFFHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHNNNNNNHNNHNNNNNHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNHNNHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFRFFFFFKFKFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNMNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNFFFFFFFIFFFFFFFFFFFFRFFFFFIFFFFFKFFFFFFFRFPIFFFFFFRFFFFFFFFGFFFFPFFFFFFFFFKKFFFFFFFFFFFFFFFFFFFFFFFFKKFFFFFNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNHNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNHCHNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNKFFTFFKKTPGFFPKFKKFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNHNHNHHIRKFFNNNNNNNNNHNNNNNNNNNMNNNNNNNNNNNHHMNNNNNNNHNPPFRGPGFGPPFKPPPPFGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNCNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONOCONNOOOOCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNPFPPGPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNFFFNNCNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNFFNNNNNNNNOONNNNNNOONNNNNNNNNNNNNNNOOOOONNNNNNNNFIFKIPPPPIFFPFPPPPPPFPGFGTTTIFFFFPPPGGPPSPPPFFFFFIFFKKPPPPPFPPGPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNMNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNCNNNNNNNNNNNNNMNNNNNNNNNCCNNNOOCMNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFKFFKRKFFNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNOOMNNNNNNNNNNNNNNNNMNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNMNNNNNNNMNNNNNNMMNNNNNNMNMNMNMNMNMNMNNNNNNNNNNNNMNMNMNMNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFIFTTTTTTFFFTTTTIFITTKRIKIFTTTIIFITNONNNNNNNNNNNNNNMNNNNNNNNONNNMNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOCNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNMNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOOOOOOONONNNNNNNNNNNNHONNCNNNOOOMNNNNNNNNNNNNNNHNNNNNNNNMNNNNNNNNNMNNNNNNNNNNNNONNNNOONMNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCMHONNONNNNNNNNNOOONNNNOONNNNNNNNNOOONNNNNFFFFNNNNNNNNONNNNONONNNNNNNNNNNNNONOOOOOONNNNNNNOOFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNOONNNNONNNNNNNNNNNNNNNONNNNNNNFFFFFFFFFFFFFFFFFFFFFKFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNCNNNNNNNNNNNNNNNNNMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNOONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNONNNNNNNNNNNNHHNNNNNNNNNNNONOMHNNNNONNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNOHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNONNNOONNNNNNNNNOOOOOOOOONNNNNNNNNNNOOOOOOOOONNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNKMNMHHIIIIIIIIIIIIIIIIIIIIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKKKKMMMMMFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNRKKMMMMNNMMMMMMMMMNNHHHHHHFFFKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNIIIIIIIIIOOOOOOOOOOHOHHOOOOOOOIFFFFFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKKKRKNNNNNNNNMMMMNMMMNNNMMMMMNMMMMMMMMMNNMMMMNNMNPPPGFGPPPPPFGOOOOOOOGFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNOONNNNNNNNNNNNNNNNHPKPPPPPTTTPGTTPPFGKPPGPPFFFKKPPIIPPPFKKKGGPPPPGIPPPPPPPPPPPPPPPPPPPPPPPPFFPPPPKRKFPPPPKFPPRFPPPPPPIPPPIFPPPPPPIPPPIFRPPPPPPPPPNNNNNNNNNNNNNNNNNNNNMNNNNMNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNMNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNMNNNNMNNNNNNNNNNNNNNNNNNNNNNNNMNNNNMNNNNNNHNNNNNNNNNNNNNNNNHNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNCNONHHHMNNNNMNNNNMNNNNNCNNNNNNNNNNNNNNNNNNNNHNNNNNMNNNNNNMNNNNNNNNNNNONNHHNNNNNNNNNNNNNMNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMNNNNNKFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCCCCCCCCCCFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPFFFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFSNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNHNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFFPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFPPGPPGPPPFFFPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGPPPFPPPPFPPPFFFFGPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNTTTFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNONNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNONNNNOOOPPFPPPFPPPPPPGGIPPFGPPPPPFGPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOPPGFPGPPPFPPFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPRKGPPPPNNNNNNNNNNHNNNNHNNNNNNCNNHHHNNNNHNNNHHHHHHHNNNNNNNHHHHNNHHHMNNNHHNNNNNNNNNNNNNNNNNNHNNMNHHHHHHHHHHHHHHHNNNNNNNNNNNNNNNNHHFRKHHHHHHHHHNHHHMHNMFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNOOOPFFGPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOOOOOFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCNNNNNNONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNCNNONNNHHNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFINNNNNNNNNNNNNNOONNNNNNONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNGPGPGFPFFFPPPFPFFPFGPFFPFFPPFPGPPPPPFPPPPPKFPPPPPPPTGGPPFFFFPPPTPPPPFPFFFFPPPPPPGFPPFPPGPPPPPPPPPPPPPPPPPPPFFPPPPPPPPFPGPPPPFFFFFFFGPGGGPFGFPFPPPPPPPFPPPGTPNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOMNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMNONOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNMNNNNONNNNNNNNNNNNNNNONMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNNOOOOOOOONNNNOOOONNOONNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNMNNNNNMNMNNNNNNNNNNNNNMNNNMNNNNNNNMNNNNNNNNNNNONONNOOOMNNOONOONNNMNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPPPPPPPTTPPPPPPPPPPPPPPPPPPPPPPPPFPPPTTPPPPPPPPPPPPPPPPPPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPTGPPPPPTPPPPPPPPPPPPTPPPPPPPPPPPPPPPPPFPPPTPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPGGPPPTPPPPPPPPPPPPPPPPPPPFPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPNNNNNNNNONNNONNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONTPGFPTGTFFTTFFFPFPPPTTTTTTPFFFFPFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNHHONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPGFPPPFPPPPPPPKPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPFFFFPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPKPPGGPPPPPPPPFGFFPFPFPPPTPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPFFPPPPPPPPPPPPPPPFPPPPPPPFFPGPGPPPPPPNNNNNNNNNNNNNNNNNNNNNOCOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOOOONNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOCOCOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMCOONNCOONNNNNNNNNNNNNNNNNNNNNNNNCOMOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNHONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOCOONNNNCOONNNNNNNNNNNNCOOOCOOCOONNCOONNOCOOOCOOCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPNCOOCOONNNONMCOCOOOCOOOCOOMCOOCOOCONNNNNNNOCCOONNMNNNNNNNOOCOONMNNONCOONNNNNNCOONNONOOONNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNCOOOOCOOOONNNOONOOOOOOOOOFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFFFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOONNNNNNNNNNOONNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPGPPPPPFFFFFFFFFFFFPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMMNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNOOONNONNNNNNNNNNNNNNNNPPGPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFPFPPFFGPPPPPFFFPFPFPFPGFFGPGFFPFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOONOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONOOOOOONOOOOOOOOOOOOPFIFPPPPFPIIFPFPFFIPGGNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOFNNNNNONNNNNNNNONNNNNNNNNNNNNNNOONNNNNNNNNFFNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFFGPPPPPFFFFFFFFFONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFFNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNNONNNNNNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNFFFPFFFFPFFPFPPFGFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONOONNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPFFFGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSSSSSSSSSSSSSSSGFIIIGGGFIIFPPPPPPPPPPIFIFFFIIKFFFFKFFIIFFIIINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOOOOONONNMMNNNNNNONOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPPPPPPPPGPPFPPPGFPPPFGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOOOOFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNOFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOFNNNNNONNNNNNNNNONNNNNNNNNNNNNNNOONNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNOFFNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNNOFTFFTRKRRFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNCNNNNNNNNNNNNNNCNNNNNNNNNNNNNNONNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNCNNCNNNNNNNOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNCMNNONCNGPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHNNNNNNNHHHHGPFPPPPPPPPNNNNNNNNHNNNNNNNNNNNNNNNNNNCNNNNNNNOOGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPNNNNNNNNNNNNHNNNNNNNNNNNNNNHHHHNNNNNNNOOOOOOOPPPPGPPPPPGPFPPPPPPPPPPPPPPGGPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOTTTPGGPPTPGFPPPPTPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRKRFRNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMGFPNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNOOOOOONNNNNNNNNNNNNNNFPGPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGPPPPPPPPPPPFTPPPPPFPPPPPNNNNNNNNNNNNNNNNNNNNNNONNNHHHNNNNHNNNNNNNNNNNNHNNNNNNNHHHHHNNNHNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHNNHHCHHOHNNHHNNNNNNNNNNNNNNNNNNNNNNGPFPNNNNNNNONNNNNNNNNNNNNNNNNNNNONNNNNNNNNFOOOOTPPPGNNNNNNNNNNNNNNNNNNCNNNNNNCNCNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNCCNNNNCCCCNNCCCCCNNNCNNNNNNNNNFRKNMNNNNONNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNFRKMNNNNNOOOOONNNNNNNNNNNNNNNNONNNNNNNNNNNOOONNNNNNNNFRKMNNNNNOONNNNNNNNNNNNNMONNNNNNNNNNONNNNNNNNFRKNMNNNNOONNNNNNNNNNNNNNONNNNNNNNNNOONNNNNNNNNNFRKNMNNNNOONNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNFFRKNNNNNNNNNNOONNNNNNNNNNONNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNOFRKMNNNNNOONNNNNNNNNNNNNOMNNNNNNNNNNOONNNNNNNNFRKNMNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFRKMNNNNNOOONNNNNNNNONNNNNMNNNNNNNNNNONNNNNNNNFPGPPPRKNNMNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNOFFRKMNNNNNNNNNNNOOONNNNNNNNNNONNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNFFPPFGPFGPRKMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOFRKNMNNNNNNNNNONNNNNNNNNMNNNNNNNNNNNNNNNNNNFRKMNNNNNOONNNNNNNNMMNNMNNNNNNNNNNNNNNMMNNNNNNNNMFRKMNNNNNOONNNNNNNNMMNNMNNNNONNNNNNNNNNMMNNNNNNNNMGPGGPGFPPPPPPPPPPPPPPPPPTPPPPPPPPPPPPPPPPPTPGFGGPPPPGGGGPPGPPGGPGGGGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFJJFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOFRKMNNNNNOOONNNNNNNNNNOONNNOOMNNNNNNNNNNNNNNNNNNCCCCCCCCPPFFPPFFKGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOOOOOPGPGPPPFPPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPIPPPIPPPPPPPPGPFPPGPPGPGPPPGPPFPFPPPPGPPPFPPGPPGPPPPPPPPPGPPPPFPPPPPPPPPPGPPPFPGPPPPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOOONNONNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPFGGFFFFFPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNTPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPGPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGFPGGGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPTPPTPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCCKMMPKPGRNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNKRMKMMKKKMMHHMPKKPKGKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNMMMPPPPPPKKPPKPPPPPPPKKGPIIGPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMHNNNNNNNNNNNNNNNNNNNMMMMMMMMMPFPFPPFFFPPFFPPFFPPFFGKKKKPPFPFPPFFGGPPFFPPPFFPPPFFPFFPFPFFPFPPFFPPFFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNOMNMNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOOOMNNFPPPPGPPTPPPPPPPGGFPPPPPPPGPPPFGPPPTTPPPPPPPPPPPPPPPPPPPGPPPPPPPPPGGPPPPFFFFFGPPONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNONONNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOSHHPPPPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNHKEKKKEKEENMNNNMMNNMNNPPPGPGPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGGPPPGPPPPGPGPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOPGPGPPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGGGPPPPGPPPGGPGGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFPPGRKNNMNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNFFFFIIIPPPPPPFFGOOHOHNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNONNNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNONNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNOOHNOONNOOOOONOOOOONOOCHOONHHHOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOPPPGPGPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGGPPPGPPPPGPGPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOPGPGPPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGGGPPPPGPPPGGPGGPPPPNNNNNNNNOOOOOOFPPGRKMOOOOOOOFFFFFIFFFFFFFFFFFFIFFFFIFFFKFFFFFFIFFFFIIFIFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHCHNNNNNNNNNNNNNNNNNNCNCHNNNNNNNNNNNNNCCHCHNNNNNNNNNNNNNNNNNNCHMCHCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHNNNNNNNNNCCHCHNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNCHHNNCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHHHCHNNNNCHNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHMNNNNNNNNHCHCHNNNNNNNCHHCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCHCHNNCHCHHCHHNHHCCNNNNCMNNNNNNNNNCHCCHNNNNNNNNCCHCNNNNNNNCHCHNNNNHCHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCHHNCHHFFRKNNNMNNNNHOONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNONNNNNNNNFFFIIIERKIMNNNNNNNNNNNNNNNOOOONNNNNNHNNNNNNNNNHNNNNNNNHNMHNNNNNNNNNNNHNNNNNNNNNNNNNMHONNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNCHNNHNNNNNNNNNNNNNNNNNNNNNOONNNMNNNNNMNONNHNNNHNHONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNIFNNNNNNNNNNNNNNNHNNNNNNNNNNHNNNNNNNNNFHHHHHCFKOOMFFFRKMOOOOMOOOOOPPPPPFFFGPFPFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNIHHHFFHHFFRKMOOHOHOOHFNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNFNNHNNNNNCCHHHHHHFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNHHNONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNOOFNHNNNNNNFTTFEFRKMNNNNNNNNNNOONNNNNNNNNNNNNNHNNNHNNNNNNNNNOMNNNNNNNNNNNNNNNNNNHNCHNCNNNHNNONNNONNNNNNNNNNNNNNNNHNFFFRKNNNMNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNFTTFFEFRKMNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNONNNNHNNNNNNNNNNNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOCHNNNONNOONNNONNNNNNNNNNNNNNNNNNNNNNNNEFENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNEHCCHFNNNNNNEHCCHFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPFFGPPFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNHHHHNNNNHNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFFPPFHHCHFFHFFRKNNMOONNNONHNNNONONECHEFNNHNNNNEEPPFPPPPGGGEPFPGPPEFPPCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHCNONNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKRMPPFGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNFNHNNNPFGPPPGFGGPGKPGPPPPPFPGFPPPFPGFPPFPPFRKGFPPPOOMOHMMOHHOMOOCHOOOOOOOOOOOOOOGPPPFPFOOOOOOOOFPPFPFGRKNNMNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNHNNOONNNNNNNNNNNNNNNFFRKMOOOFFRKMOOOOMOFPPPPFFGGRKPNNNNNMNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHONNNHONNNNNNNNNNNNNNNNNNNNNNNIHHHFFFFIFFFFFFIIIFKKFIIIRKIMNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNHONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMNNMNNHMNNNHHFNNNNNNNNNNNNNNNNNNNNNNNNNCEENNNNNNNHHFNNNNNNNHNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNFPPFGPFGPFFRKMOOOOOOMHOMHOOHOOOOOOOFPPGFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONHNONNNNNNNNNNNNNNNNNOFKNNNNNNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNFFRKFMOMHHPPPPPIPPPPGNNNNNHNNNHHNNNNNNNNNNNNNNNHNNNNNNNNNNHHHHHHNNNNNNNNFEIFERKFFEMNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNOMNHNNNNNNHCMNNNNHNNMNNNNNNNNNNNNNNNONNONNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOOHNNNHNHNNHNNHNNNNNNNNNNNNNNNOOHHHNNONONNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHCONFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGPIPHFPFGPFRKFMOOOOMHOMHOOHOOOOFNNHH","n":["Also","Application","ApplicationExt","Apply","Command","Element","Renderer","SingleThreadExecutor","Theme","TinySkia","active","active","active","active","active","active","active","active","active","active","active","adapt_into_using","also","app","appearance","appearance","appearance","appearance","appearance","appearance","appearance","appearance","appearance","apply","apply_mut","apply_ref","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","command","components_from","config","debug","default","default","deref","deref_mut","disabled","disabled","disabled","disabled","disabled","disabled_color","disabled_color","dragging","drop","drop_target","eq","error","executor","fmt","focused","focused","focused","font","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_stimulus","horizontal","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered_region","hovered_split","icon_theme","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","keyboard_nav","layer","menu_button","picked_split","placeholder_color","placeholder_color","prelude","pressed","selection_background","selection_color","selection_color","set_layer","style","theme","theme_type","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","value_color","vertical","widget","APP_ID","Activate","ActivateAction","Application","ApplicationExt","Args","Command","Core","CosmicFlags","DbusActivationDetails","Executor","Flags","Message","Message","Open","Settings","SubCommand","action","adapt_into_using","adapt_into_using","args","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","command","components_from","components_from","context_drawer","core","core_mut","cosmic","debug","default","deref","deref","deref_mut","deref_mut","dialog","drag","drop","drop","fmt","focused_window","from","from","from_angle","from_angle","from_stimulus","from_stimulus","header_center","header_end","header_start","init","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_condensed","keyboard_nav","main_window_id","maximize","message","minimize","nav_bar","nav_bar_active","nav_bar_set_toggled","nav_bar_toggle","nav_bar_toggle_condensed","nav_context_menu","nav_model","on_app_exit","on_close_requested","on_context_drawer","on_escape","on_nav_context","on_nav_select","on_search","on_window_resize","run","scale_factor","set_context_title","set_context_title","set_header_title","set_header_title","set_keyboard_nav","set_window_title","settings","style","subscription","system_is_dark","system_theme","system_theme_mode","system_theme_mode_update","system_theme_update","title","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","view","view_main","view_window","watch_config","watch_state","window","action","args","url","Command","drag","maximize","message","message","minimize","set_scaling_factor","set_theme","set_title","set_windowed","toggle_maximize","app","cosmic","Activate","AppThemeChange","Close","ContextDrawer","Cosmic","Drag","Focus","KeyboardNav","Maximize","Message","Minimize","NavBar","NavBarContext","ScaleFactor","ShowWindowMenu","SurfaceClosed","SystemThemeChange","SystemThemeModeChange","ToggleNavBar","ToggleNavBarCondensed","ToolkitConfig","Unfocus","WindowMaximized","WindowResize","adapt_into_using","adapt_into_using","app","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","close","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","new","scale_factor","style","subscription","theme","title","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","view","App","Cosmic","Message","None","adapt_into_using","app","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","cosmic","deref","deref_mut","drop","fmt","from","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","none","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Settings","adapt_into_using","antialiasing","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","client_decorations","components_from","debug","default","default_font","default_icon_theme","default_text_size","deref","deref_mut","drop","exit_on_close","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","resizable","scale_factor","size","size_limits","theme","transparent","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","batch","drag","future","maximize","message","minimize","set_title","set_windowed","toggle_maximize","COSMIC_TK","Compact","CosmicTk","Density","ID","Standard","adapt_into_using","adapt_into_using","apply_theme_global","apply_theme_global","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","config","default","default","deref","deref","deref_mut","deref_mut","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","get_entry","header_size","header_size","icon_theme","icon_theme","init","init","interface_density","interface_density","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","serialize","set_apply_theme_global","set_header_size","set_icon_theme","set_interface_density","set_show_maximize","set_show_minimize","show_maximize","show_maximize","show_minimize","show_minimize","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update_keys","write_entry","AtomicWrites","Config","ConfigGet","ConfigSet","ConfigState","ConfigTransaction","ConfigUpdate","CosmicConfigEntry","Error","Failed","Failed","GetKey","Init","InvalidName","Io","NoConfigDirectory","Notify","Ron","RonSpanned","Update","Update","VERSION","Waiting","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","commit","components_from","components_from","components_from","components_from","components_from","components_from","config","config_state_subscription","config_subscription","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","errors","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get","get_entry","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","keys","libcosmic","new","new_state","set","set","set","system","to_owned","to_smolstr","to_string","transaction","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update_keys","watch","with_custom_path","write_entry","CosmicConfigEntry","Background","Component","Container","CornerRadii","CosmicPalette","CosmicPaletteInner","DARK_PALETTE","DARK_THEME_BUILDER_ID","DARK_THEME_ID","Dark","HighContrastDark","HighContrastLight","LIGHT_PALETTE","LIGHT_THEME_BUILDER_ID","LIGHT_THEME_ID","Layer","LayeredTheme","Light","NAME","Primary","Secondary","Spacing","THEME_MODE_ID","Theme","ThemeBuilder","ThemeMode","accent","accent","accent","accent_blue","accent_button","accent_color","accent_green","accent_indigo","accent_orange","accent_pink","accent_purple","accent_red","accent_text_color","accent_warm_grey","accent_yellow","active_hint","active_hint","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","apply_exports","apply_gtk","apply_vs_code","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_gtk4","as_mut","as_ref","auto_switch","background","base","base","bg_color","bg_color","bg_color","bg_component_color","bg_component_divider","bg_divider","blue","border","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","bright_green","bright_orange","bright_red","build","button","button_bg_color","button_color","button_divider","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","colored_button","colored_component","component","component","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","composite","config","corner_radii","corner_radii","corner_radii","dark","dark_config","dark_config","dark_default","dark_high_contrast","default","default","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","destructive","destructive","destructive","destructive_button","destructive_color","destructive_text_color","disabled","disabled_border","divider","divider","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","ext_blue","ext_indigo","ext_orange","ext_pink","ext_purple","ext_warm_grey","ext_yellow","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","focus","focus_color","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gaps","gaps","get_active","get_entry","get_entry","get_entry","gray_1","gray_2","gray_3","green","gtk_prefer_colorscheme","high_contrast_dark_default","high_contrast_light_default","hover","hover_state_color","icon_button","id","init","init","init","init","init","init","init","init","init","init","init","init","inner","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_dark","is_dark","is_dark","is_dark","is_frosted","is_frosted","is_high_contrast","is_high_contrast","light","light_config","light_config","light_default","light_high_contrast","link_button","name","name","name","neutral_0","neutral_1","neutral_10","neutral_2","neutral_3","neutral_4","neutral_5","neutral_6","neutral_7","neutral_8","neutral_9","neutral_tint","neutral_tint","on","on","on_accent_color","on_bg_color","on_bg_component_color","on_destructive_color","on_disabled","on_primary_component_color","on_primary_container_color","on_secondary_component_color","on_secondary_container_color","on_success_color","on_warning_color","palette","palette","palette","preferred_theme","pressed","pressed_state_color","primary","primary_component_color","primary_component_divider","primary_container_bg","primary_container_bg","primary_container_color","primary_container_divider","radius_0","radius_0","radius_l","radius_l","radius_m","radius_m","radius_s","radius_s","radius_xl","radius_xl","radius_xs","radius_xs","red","reset_exports","reset_gtk","reset_vs_code","secondary","secondary_component_color","secondary_container_bg","secondary_container_color","secondary_container_divider","selected","selected_state_color","selected_state_text_color","selected_text","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","set_accent","set_accent","set_accent_button","set_active_hint","set_active_hint","set_auto_switch","set_background","set_bg_color","set_button","set_corner_radii","set_corner_radii","set_destructive","set_destructive","set_destructive_button","set_gaps","set_gaps","set_icon_button","set_is_dark","set_is_dark","set_is_frosted","set_is_frosted","set_is_high_contrast","set_layer","set_link_button","set_name","set_neutral_tint","set_palette","set_palette","set_primary","set_primary_container_bg","set_secondary","set_secondary_container_bg","set_shade","set_spacing","set_spacing","set_success","set_success","set_success_button","set_text_button","set_text_tint","set_warning","set_warning","set_warning_button","set_window_hint","set_window_hint","shade","shade_color","small_widget","small_widget_divider","space_l","space_l","space_m","space_m","space_none","space_none","space_s","space_s","space_xl","space_xl","space_xs","space_xs","space_xxl","space_xxl","space_xxs","space_xxs","space_xxxl","space_xxxl","space_xxxs","space_xxxs","spacing","spacing","spacing","steps","success","success","success","success_button","success_color","success_text_color","text_button","text_tint","text_tint","to_high_contrast","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update_keys","update_keys","update_keys","version","warning","warning","warning","warning_button","warning_color","warning_text_color","window_header_bg","window_hint","window_hint","with_accent","write_entry","write_entry","write_entry","write_exports","write_gtk4","yellow","over","Alpha","ArrayExt","Clamp","ClampAssign","Color","ColorDifference","Darken","DarkenAssign","Desaturate","DesaturateAssign","FromColor","FromColorMut","FromColorMutGuard","GammaLuma","GammaLumaa","GammaSrgb","GammaSrgba","GetHue","Hsl","Hsla","Hsluv","Hsluva","Hsv","Hsva","Hue","Hwb","Hwba","IntoColor","IntoColorMut","IsWithinBounds","Item","LENGTH","Lab","LabHue","Laba","Lch","Lcha","Lchuv","Lchuva","Lighten","LightenAssign","LinLuma","LinLumaa","LinSrgb","LinSrgba","Luv","LuvHue","Luva","Mat3","Mix","MixAssign","Next","NextArray","Okhsl","Okhsla","Okhsv","Okhsva","Okhwb","Okhwba","Oklab","OklabHue","Oklaba","Oklch","Oklcha","RelativeContrast","RgbHue","Saturate","SaturateAssign","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","SetHue","ShiftHue","ShiftHueAssign","Srgb","SrgbLuma","SrgbLumaa","Srgba","WithAlpha","WithAlpha","WithAlpha","WithHue","Xyz","Xyza","Yxy","Yxya","a","a","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","abs_diff_ne","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_from_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","angle","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_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_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","as_refs","atop","atop","atop","atop","atop","atop","b","b","blackness","blackness","blend","blend_with","blend_with","blend_with","blend_with","blend_with","blend_with","blue","blue","blue","bool_mask","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","burn","burn","cam16","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cast","chroma","chroma","chroma","chromatic_adaptation","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clamp_assign","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","cloned","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color","color_difference","color_theory","complementary","complementary","complementary","complementary","complementary","complementary","complementary","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contrast_ratio","convert","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","copied","darken","darken","darken","darken_assign","darken_fixed","darken_fixed_assign","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_epsilon","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_relative","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","default_max_ulps","delta_e","delta_e","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","desaturate","desaturate_assign","desaturate_fixed","desaturate_fixed_assign","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","difference","difference","difference","distance_squared","distance_squared","distance_squared","distance_squared","distance_squared","div","div","div","div","div","div","div","div","div","div","div","div","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","dodge","dodge","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encoding","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","exclusion","exclusion","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cartesian","from_cartesian","from_cartesian","from_cartesian","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_color_unclamped_mut","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_components","from_degrees","from_degrees","from_degrees","from_degrees","from_encoding","from_encoding","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_format","from_full","from_full","from_full","from_full","from_full","from_full","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_linear","from_linear","from_radians","from_radians","from_radians","from_radians","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","from_u16","from_u32","from_xyz","from_xyz","from_xyz","from_xyz","from_xyz","from_xyz","from_xyz","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get","get_color_difference","get_color_difference","get_color_difference","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_contrast_ratio","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_hue","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","green","green","green","hard_light","hard_light","has_enhanced_contrast_large_text","has_enhanced_contrast_text","has_min_contrast_graphics","has_min_contrast_large_text","has_min_contrast_text","hsl","hsluv","hsv","hue","hue","hue","hue","hue","hue","hue","hue","hue","hue","hues","hwb","hybrid_distance","hybrid_distance","hybrid_distance","improved_delta_e","improved_delta_e","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inside","inside","inside","inside","inside","inside","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cartesian","into_cartesian","into_cartesian","into_cartesian","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_color_unclamped_mut","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_degrees","into_degrees","into_degrees","into_degrees","into_encoding","into_encoding","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_format","into_full","into_full","into_full","into_full","into_full","into_full","into_inner","into_inner","into_inner","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_linear","into_linear","into_positive_degrees","into_positive_degrees","into_positive_degrees","into_positive_degrees","into_positive_radians","into_positive_radians","into_positive_radians","into_positive_radians","into_radians","into_radians","into_radians","into_radians","into_raw_degrees","into_raw_degrees","into_raw_degrees","into_raw_degrees","into_raw_radians","into_raw_radians","into_raw_radians","into_raw_radians","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_u16","into_u32","into_unclamped_guard","into_xyz","into_xyz","into_xyz","into_xyz","into_xyz","into_xyz","into_xyz","into_xyz","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","is_within_bounds","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","iter_mut","l","l","l","l","l","l","l","lab","lch","lchuv","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_assign","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lighten_fixed_assign","lightness","lightness","luma","luma","luma","luma","luma","luv","max_a","max_alpha","max_b","max_blackness","max_blackness","max_chroma","max_chroma","max_extended_chroma","max_l","max_l","max_l","max_l","max_l","max_l","max_l","max_lightness","max_lightness","max_luma","max_saturation","max_saturation","max_saturation","max_saturation","max_saturation","max_u","max_v","max_value","max_value","max_whiteness","max_whiteness","max_x","max_x","max_y","max_y","max_z","min_a","min_alpha","min_b","min_blackness","min_blackness","min_chroma","min_chroma","min_chroma","min_l","min_l","min_l","min_l","min_l","min_l","min_l","min_lightness","min_lightness","min_luma","min_saturation","min_saturation","min_saturation","min_saturation","min_saturation","min_u","min_v","min_value","min_value","min_whiteness","min_whiteness","min_x","min_x","min_y","min_y","min_z","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mix_assign","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","multiply","multiply","named","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_const","new_srgb","new_srgb","new_srgb","new_srgb","new_srgb","new_srgb","new_srgb_const","new_srgb_const","new_srgb_const","new_srgb_const","new_srgb_const","new_srgb_const","num","okhsl","okhsv","okhwb","oklab","oklch","opaque","outside","outside","outside","outside","outside","outside","over","over","over","over","over","over","overlay","overlay","plus","plus","plus","plus","plus","plus","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","pop","premultiply","premultiply","premultiply","premultiply","premultiply","premultiply","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","push","red","red","red","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_eq","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","relative_ne","restore","rgb","saturate","saturate","saturate","saturate","saturate","saturate","saturate","saturate","saturate","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_assign","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturate_fixed_assign","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_add","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturation","saturation","saturation","saturation","saturation","screen","screen","serde","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","set_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","shift_hue_assign","soft_light","soft_light","split","split","split","split","split","split","split","split","split","split","split","split","split","split","split","split","split","standard","standard","standard","standard","standard","standard","standard","standard","standard","stimulus","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","tetradic","tetradic","tetradic","tetradic","tetradic","tetradic","tetradic","then_into_color_mut","then_into_color_unclamped_mut","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transparent","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_from_color","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","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","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_eq","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","ulps_ne","unpremultiply","unpremultiply","unpremultiply","unpremultiply","unpremultiply","v","value","value","white_point","white_point","white_point","white_point","white_point","white_point","white_point","white_point","whiteness","whiteness","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_alpha","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_hue","with_white_point","with_white_point","with_white_point","with_white_point","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","without_alpha","x","x","xor","xor","xor","xor","xor","xor","xyz","y","y","yxy","z","Alpha","Color","Iter","PreAlpha","WithAlpha","WithAlpha","WithAlpha","adapt_into_using","alpha","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","opaque","size_hint","split","transparent","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","with_alpha","without_alpha","AngleEq","FromAngle","FullRotation","HalfRotation","IntoAngle","RealAngle","SignedAngle","UnsignedAngle","angle_eq","degrees_to_radians","from_angle","full_rotation","half_rotation","into_angle","normalize_signed_angle","normalize_unsigned_angle","radians_to_degrees","Add","Blend","BlendFunction","BlendWith","Color","Compose","DestinationAlpha","DestinationColor","Equation","Equations","Max","Min","One","OneMinusDestinationAlpha","OneMinusDestinationColor","OneMinusSourceAlpha","OneMinusSourceColor","Parameter","Parameters","PreAlpha","Premultiply","ReverseSubtract","Scalar","SourceAlpha","SourceColor","Subtract","Zero","abs_diff_eq","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add","add_assign","add_assign","add_assign","alpha","alpha_equation","alpha_parameters","apply_to","apply_to","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","atop","atop","blend_with","blend_with","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","burn","burn","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","color","color_equation","color_parameters","components_from","components_from","components_from","components_from","components_from","darken","darken","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","destination","difference","difference","div","div","div","div_assign","div_assign","div_assign","dodge","dodge","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exclusion","exclusion","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_equations","from_parameters","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hard_light","hard_light","init","init","init","init","init","inside","inside","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","lighten","lighten","mix","mix_assign","mul","mul","mul","mul_assign","mul_assign","mul_assign","multiply","multiply","new","new_opaque","outside","outside","over","over","overlay","overlay","plus","plus","premultiply","relative_eq","screen","screen","serialize","soft_light","soft_light","source","sub","sub","sub","sub_assign","sub_assign","sub_assign","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","ulps_eq","unpremultiply","unpremultiply","xor","xor","BitOps","BoolMask","HasBoolMask","LazySelect","Mask","Select","from_bool","is_false","is_true","lazy_select","select","Auto","Average","BakedParameters","Cam16","Cam16FromUnclamped","Cam16IntoUnclamped","Cam16Jch","Cam16Jcha","Cam16Jmh","Cam16Jmha","Cam16Jsh","Cam16Jsha","Cam16Qch","Cam16Qcha","Cam16Qmh","Cam16Qmha","Cam16Qsh","Cam16Qsha","Cam16UcsJab","Cam16UcsJabIter","Cam16UcsJaba","Cam16UcsJmh","Cam16UcsJmhIter","Cam16UcsJmha","Cam16a","Custom","Dark","Dim","Discounting","FromCam16Unclamped","IntoCam16Unclamped","Parameters","Percent","Scalar","Scalar","Scalar","Scalar","StaticWp","StaticWp","Surround","WhitePointParameter","a","abs_diff_eq","abs_diff_eq","abs_diff_eq","abs_diff_ne","abs_diff_ne","abs_diff_ne","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapting_luminance","add","add","add","add","add_assign","add_assign","add_assign","add_assign","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","alpha","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_refs","as_refs","atop","b","background_luminance","bake","blend_with","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","brightness","brightness","brightness","brightness","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_jch","cam16_jmh","cam16_jsh","cam16_qch","cam16_qmh","cam16_qsh","chroma","chroma","chroma","clamp","clamp","clamp","clamp_assign","clamp_assign","clamp_assign","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cloned","cloned","cloned","cloned","color","color","color","color","color","color","color","color","color","colorfulness","colorfulness","colorfulness","colorfulness","complementary","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","copied","copied","copied","copied","count","count","default","default","default","default_dynamic_wp","default_epsilon","default_epsilon","default_epsilon","default_max_relative","default_max_relative","default_max_relative","default_max_ulps","default_max_ulps","default_max_ulps","default_static_wp","delta_e","delta_e","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","discounting","distance_squared","div","div","div_assign","div_assign","drain","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_cam16_unclamped","from_color","from_color","from_color_mut","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_color_unclamped_mut","from_components","from_components","from_iter","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_xyz","get","get","get_hue","get_hue","get_mut","get_mut","hue","hue","hue","hue","hue","hue","hue","hue","hybrid_distance","improved_delta_e","improved_delta_e","init","init","init","init","init","init","init","init","init","init","inside","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_mut","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_color_unclamped_mut","into_components","into_components","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_xyz","into_xyz","into_xyz","is_within_bounds","is_within_bounds","is_within_bounds","iter","iter","iter_mut","iter_mut","len","len","lighten","lighten","lighten_assign","lighten_assign","lighten_fixed","lighten_fixed","lighten_fixed_assign","lighten_fixed_assign","lightness","lightness","lightness","lightness","lightness","lightness","max_lightness","max_lightness","max_srgb_a","max_srgb_b","max_srgb_colorfulness","min_colorfulness","min_lightness","min_lightness","min_srgb_a","min_srgb_b","mix","mix","mix_assign","mix_assign","mul","mul","mul_assign","mul_assign","new","new","new_const","next","next","next_back","next_back","outside","over","plus","pop","pop","premultiply","push","push","relative_eq","relative_eq","relative_eq","relative_ne","relative_ne","relative_ne","saturate","saturate_assign","saturate_fixed","saturate_fixed_assign","saturating_add","saturating_add","saturating_add","saturating_add","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturation","saturation","saturation","serialize","serialize","set","set","set_hue","shift_hue","shift_hue_assign","size_hint","size_hint","split","split","split","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sub_assign","surround","tetradic","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_color","try_from_color","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","ulps_eq","ulps_eq","ulps_eq","ulps_ne","ulps_ne","ulps_ne","unpremultiply","white_point","with_alpha","with_alpha","with_alpha","with_capacity","with_capacity","with_hue","without_alpha","without_alpha","without_alpha","xor","Cam16Jch","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","chroma","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","lightness","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Jmh","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","colorfulness","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","lightness","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Jsh","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","lightness","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","saturation","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Qch","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","brightness","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","chroma","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Qmh","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","brightness","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","colorfulness","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Cam16Qsh","Iter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","borrow","borrow","borrow_mut","borrow_mut","brightness","cam16_from_unclamped","cam16_into_unclamped","cam16_into_unclamped","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","components_from","components_from","copied","copied","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","drain","drop","drop","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_full","from_iter","from_stimulus","from_stimulus","from_xyz","get","get_hue","get_mut","hue","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_full","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_xyz","is_within_bounds","iter","iter_mut","len","mix","mix_assign","new","new_const","next","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","saturation","set","set_hue","shift_hue","shift_hue_assign","size_hint","split","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","with_alpha","with_capacity","with_hue","without_alpha","Array","ArrayCast","ArrayCast","ArraysAs","ArraysAsMut","ArraysFrom","ArraysInto","AsArrays","AsArraysMut","AsComponents","AsComponentsMut","AsUints","AsUintsMut","BoxedSliceCastError","CapacityMismatch","ComponentOrder","ComponentsAs","ComponentsAsMut","ComponentsFrom","ComponentsInto","Error","Error","Error","Error","FromArrays","FromComponents","FromUints","IntoArrays","IntoComponents","IntoUints","LengthMismatch","Packed","SliceCastError","TryComponentsAs","TryComponentsAsMut","TryComponentsInto","TryFromComponents","Uint","UintCast","UintsAs","UintsAsMut","UintsFrom","UintsInto","VecCastError","VecCastErrorKind","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_as","arrays_as_mut","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_arrays","as_arrays_mut","as_components","as_components_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_uints","as_uints_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","channel_order","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_as","components_as_mut","components_from","components_from","components_from","components_from","components_from","components_from","components_into","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_array","from_array_array","from_array_box","from_array_mut","from_array_ref","from_array_slice","from_array_slice_box","from_array_slice_mut","from_array_vec","from_arrays","from_component_array","from_component_slice","from_component_slice_box","from_component_slice_mut","from_component_vec","from_components","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_uint","from_uint_array","from_uint_mut","from_uint_ref","from_uint_slice","from_uint_slice_box","from_uint_slice_mut","from_uint_vec","from_uints","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_array","into_array_array","into_array_box","into_array_mut","into_array_ref","into_array_slice","into_array_slice_box","into_array_slice_mut","into_array_vec","into_arrays","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_component_array","into_component_slice","into_component_slice_box","into_component_slice_mut","into_component_vec","into_components","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_uint","into_uint_array","into_uint_mut","into_uint_ref","into_uint_slice","into_uint_slice_box","into_uint_slice_mut","into_uint_vec","into_uints","kind","map_slice_box_in_place","map_vec_in_place","pack","pack","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","try_components_as","try_components_as_mut","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_component_slice","try_from_component_slice_box","try_from_component_slice_mut","try_from_component_vec","try_from_components","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_as","uints_as_mut","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unpack","unpack","values","values","AdaptFrom","AdaptInto","Bradford","ConeResponseMatrices","Method","TransformMatrix","VonKries","XyzScaling","adapt_from","adapt_from_using","adapt_into","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","from","from","from_angle","from_angle","from_stimulus","from_stimulus","generate_transform_matrix","get_cone_response","get_cone_response","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","inv_ma","ma","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Ciede2000","ColorDifference","DeltaE","EuclideanDistance","HyAb","ImprovedCiede2000","ImprovedDeltaE","Scalar","Scalar","Scalar","Scalar","Scalar","Scalar","Wcag21RelativeContrast","delta_e","difference","distance","distance_squared","get_color_difference","has_enhanced_contrast_large_text","has_enhanced_contrast_text","has_min_contrast_graphics","has_min_contrast_large_text","has_min_contrast_text","hybrid_distance","improved_delta_e","improved_difference","relative_contrast","relative_luminance","Analogous","Complementary","SplitComplementary","Tetradic","Triadic","analogous","analogous_secondary","complementary","split_complementary","tetradic","triadic","FromColor","FromColorMut","FromColorMutGuard","FromColorUnclamped","FromColorUnclamped","FromColorUnclampedMut","FromColorUnclampedMutGuard","IntoColor","IntoColorMut","IntoColorUnclamped","IntoColorUnclampedMut","OutOfBounds","TryFromColor","TryIntoColor","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","description","drop","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped_mut","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_clamped_guard","into_color","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_stimulus","into_stimulus","restore","then_into_color_mut","then_into_color_unclamped_mut","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","F2p2","FromLinear","Gamma","IntoLinear","Linear","Srgb","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blue","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_linear","from_linear","from_linear","from_linear","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gamma","green","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_linear","into_linear","into_linear","into_linear","into_stimulus","into_stimulus","into_stimulus","into_stimulus","linear","red","rgb_to_xyz_matrix","srgb","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","xyz_to_rgb_matrix","F2p2","Gamma","GammaFn","Number","VALUE","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_linear","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_linear","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Linear","LinearFn","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_linear","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_linear","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Srgb","Hsl","Hsla","Iter","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","lightness","next","next_back","saturation","size_hint","standard","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Hsluv","Hsluva","Iter","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","saturation","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","Hsv","Hsva","Iter","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","saturation","size_hint","standard","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value","Cam16Hue","Cam16HueIter","LabHue","LabHueIter","LuvHue","LuvHueIter","OklabHue","OklabHueIter","RgbHue","RgbHueIter","abs_diff_eq","abs_diff_ne","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clone","clone_into","cloned","cloned","components_from","components_from","components_from","components_from","components_from","components_from","copied","copied","count","count","count","count","count","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","drain","drop","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","extend","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_cartesian","from_degrees","from_format","from_radians","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get_mut","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cartesian","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_degrees","into_format","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_positive_degrees","into_positive_radians","into_radians","into_raw_degrees","into_raw_radians","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","iter","iter_mut","len","len","len","len","len","new","next","next","next","next","next","next_back","next_back","next_back","next_back","next_back","pop","push","relative_eq","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","serialize","set","size_hint","size_hint","size_hint","size_hint","size_hint","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","ulps_eq","ulps_ne","with_capacity","Hwb","Hwba","Iter","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","blackness","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","size_hint","standard","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","whiteness","Iter","Lab","Laba","a","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","b","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","Iter","Lch","Lcha","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","chroma","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","Iter","Lchuv","Lchuva","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","chroma","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","GammaLuma","GammaLumaa","Iter","LinLuma","LinLumaa","Luma","LumaStandard","Lumaa","PackedAluma","PackedLumaa","SrgbLuma","SrgbLumaa","TransferFn","WhitePoint","abs_diff_eq","abs_diff_ne","adapt_from_using","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","alpha","alpha","alpha","alpha","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_refs","atop","blend_with","borrow","borrow","borrow_mut","borrow_mut","burn","cam16_into_unclamped","cam16_into_unclamped","channel_order","channel_order","channels","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","color","color","color","color","color","color","components_from","components_from","copied","copied","count","darken","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref_mut","deref_mut","deserialize","difference","distance_squared","div","div","div_assign","div_assign","dodge","drain","drop","drop","eq","equivalent","equivalent","equivalent","exclusion","extend","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_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_encoding","from_format","from_iter","from_linear","from_stimulus","from_stimulus","from_u16","get","get_contrast_ratio","get_mut","hard_light","init","init","inside","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_encoding","into_format","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_linear","into_stimulus","into_stimulus","into_u16","is_within_bounds","iter","iter_mut","len","lighten","lighten","lighten_assign","lighten_fixed","lighten_fixed_assign","luma","luma","luma","luma","max_luma","min_luma","mix","mix_assign","mul","mul","mul_assign","mul_assign","multiply","new","next","next_back","outside","over","overlay","plus","pop","premultiply","push","relative_eq","relative_luminance","relative_ne","saturating_add","saturating_add","saturating_sub","saturating_sub","screen","serialize","set","size_hint","soft_light","split","standard","standard","standard","standard","sub","sub","sub_assign","sub_assign","to_owned","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ulps_eq","ulps_ne","unpremultiply","with_alpha","with_capacity","without_alpha","xor","Al","La","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","pack","pack","pack","pack","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","unpack","unpack","unpack","unpack","Iter","Luv","Luva","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","u","uints_from","uints_into","v","white_point","ALICEBLUE","ANTIQUEWHITE","AQUA","AQUAMARINE","AZURE","BEIGE","BISQUE","BLACK","BLANCHEDALMOND","BLUE","BLUEVIOLET","BROWN","BURLYWOOD","CADETBLUE","CHARTREUSE","CHOCOLATE","CORAL","CORNFLOWERBLUE","CORNSILK","CRIMSON","CYAN","DARKBLUE","DARKCYAN","DARKGOLDENROD","DARKGRAY","DARKGREEN","DARKGREY","DARKKHAKI","DARKMAGENTA","DARKOLIVEGREEN","DARKORANGE","DARKORCHID","DARKRED","DARKSALMON","DARKSEAGREEN","DARKSLATEBLUE","DARKSLATEGRAY","DARKSLATEGREY","DARKTURQUOISE","DARKVIOLET","DEEPPINK","DEEPSKYBLUE","DIMGRAY","DIMGREY","DODGERBLUE","FIREBRICK","FLORALWHITE","FORESTGREEN","FUCHSIA","GAINSBORO","GHOSTWHITE","GOLD","GOLDENROD","GRAY","GREEN","GREENYELLOW","GREY","HONEYDEW","HOTPINK","INDIANRED","INDIGO","IVORY","KHAKI","LAVENDER","LAVENDERBLUSH","LAWNGREEN","LEMONCHIFFON","LIGHTBLUE","LIGHTCORAL","LIGHTCYAN","LIGHTGOLDENRODYELLOW","LIGHTGRAY","LIGHTGREEN","LIGHTGREY","LIGHTPINK","LIGHTSALMON","LIGHTSEAGREEN","LIGHTSKYBLUE","LIGHTSLATEGRAY","LIGHTSLATEGREY","LIGHTSTEELBLUE","LIGHTYELLOW","LIME","LIMEGREEN","LINEN","MAGENTA","MAROON","MEDIUMAQUAMARINE","MEDIUMBLUE","MEDIUMORCHID","MEDIUMPURPLE","MEDIUMSEAGREEN","MEDIUMSLATEBLUE","MEDIUMSPRINGGREEN","MEDIUMTURQUOISE","MEDIUMVIOLETRED","MIDNIGHTBLUE","MINTCREAM","MISTYROSE","MOCCASIN","NAVAJOWHITE","NAVY","OLDLACE","OLIVE","OLIVEDRAB","ORANGE","ORANGERED","ORCHID","PALEGOLDENROD","PALEGREEN","PALETURQUOISE","PALEVIOLETRED","PAPAYAWHIP","PEACHPUFF","PERU","PINK","PLUM","POWDERBLUE","PURPLE","REBECCAPURPLE","RED","ROSYBROWN","ROYALBLUE","SADDLEBROWN","SALMON","SANDYBROWN","SEAGREEN","SEASHELL","SIENNA","SILVER","SKYBLUE","SLATEBLUE","SLATEGRAY","SLATEGREY","SNOW","SPRINGGREEN","STEELBLUE","TAN","TEAL","THISTLE","TOMATO","TURQUOISE","VIOLET","WHEAT","WHITE","WHITESMOKE","YELLOW","YELLOWGREEN","from_str","Abs","Arithmetics","Cbrt","Clamp","ClampAssign","Exp","FromScalar","FromScalarArray","Hypot","IntoScalarArray","IsValidDivisor","Ln","MinMax","MulAdd","MulSub","One","Output","Output","PartialCmp","Powf","Powi","Powu","Real","Recip","Round","SaturatingAdd","SaturatingSub","Scalar","Signum","Sqrt","Trigonometry","Zero","abs","acos","asin","atan","atan2","cbrt","ceil","clamp","clamp_assign","clamp_max","clamp_max_assign","clamp_min","clamp_min_assign","cos","eq","exp","floor","from_array","from_f64","from_scalar","gt","gt_eq","hypot","into_array","is_valid_divisor","ln","lt","lt_eq","max","min","min_max","mul_add","mul_sub","neq","one","powf","powi","powu","recip","round","saturating_add","saturating_sub","signum","sin","sin_cos","sqrt","tan","zero","Iter","Okhsl","Okhsla","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","lightness","next","next_back","saturation","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Iter","Okhsv","Okhsva","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","saturation","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value","Iter","Okhwb","Okhwba","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","blackness","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","whiteness","Iter","Oklab","Oklaba","a","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","b","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Iter","Oklch","Oklcha","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","chroma","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","hue","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","l","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","FromHexError","GammaSrgb","GammaSrgba","HexFormatError","Iter","LinSrgb","LinSrgba","PackedAbgr","PackedArgb","PackedBgra","PackedRgba","ParseIntError","Primaries","Primaries","Rgb","RgbSpace","RgbStandard","Rgba","RgbaHexFormatError","Space","Srgb","Srgba","TransferFn","WhitePoint","abs_diff_eq","abs_diff_ne","adapt_from_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","alpha","alpha","alpha","alpha","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut","as_ref","as_ref","as_refs","atop","blend_with","blue","blue","blue","blue","blue","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","burn","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","channel_order","channel_order","channel_order","channel_order","channels","clamp","clamp_assign","clear","clone","clone_into","cloned","cloned","color","color","color","color","color","color","color","color","components_from","components_from","components_from","copied","copied","count","darken","default","default_epsilon","default_max_relative","default_max_ulps","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","difference","distance_squared","div","div","div_assign","div_assign","dodge","drain","drop","drop","drop","eq","equivalent","equivalent","equivalent","exclusion","extend","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_angle","from_angle","from_angle","from_color","from_color_mut","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped","from_color_unclamped_mut","from_components","from_encoding","from_format","from_iter","from_linear","from_stimulus","from_stimulus","from_stimulus","from_str","from_u32","get","get_contrast_ratio","get_hue","get_mut","green","green","green","green","green","hard_light","init","init","init","inside","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_mut","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped_mut","into_components","into_encoding","into_format","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_linear","into_stimulus","into_stimulus","into_stimulus","into_u32","is_within_bounds","iter","iter_mut","len","lighten","lighten","lighten_assign","lighten_fixed","lighten_fixed_assign","max_blue","max_green","max_red","min_blue","min_green","min_red","mix","mix_assign","mul","mul","mul_assign","mul_assign","multiply","new","next","next_back","outside","over","overlay","plus","pop","premultiply","push","red","red","red","red","red","relative_eq","relative_luminance","relative_ne","rgb_to_xyz_matrix","saturating_add","saturating_add","saturating_sub","saturating_sub","screen","serialize","set","size_hint","soft_light","source","split","standard","standard","standard","standard","sub","sub","sub_assign","sub_assign","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from_color","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","ulps_eq","ulps_ne","unpremultiply","with_alpha","with_capacity","without_alpha","xor","xyz_to_rgb_matrix","Abgr","Argb","Bgra","Rgba","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","pack","pack","pack","pack","pack","pack","pack","pack","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","unpack","unpack","unpack","unpack","unpack","unpack","unpack","unpack","as_array","as_uint","deserialize_as_array","deserialize_as_uint","deserialize_with_optional_alpha","deserialize_with_optional_pre_alpha","serialize_as_array","serialize_as_uint","deserialize","serialize","deserialize","serialize","FromStimulus","IntoStimulus","Stimulus","StimulusColor","from_stimulus","into_stimulus","max_intensity","A","Any","B","C","D50","D50Degree10","D55","D55Degree10","D65","D65Degree10","D75","D75Degree10","E","F11","F2","F7","WhitePoint","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","borrow","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","get_xyz","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","to_owned","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","Iter","Xyz","Xyza","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","x","y","z","Iter","Yxy","Yxya","adapt_into_using","alpha","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color","components_from","count","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","len","luma","next","next_back","size_hint","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","white_point","x","y","color_index","get_index","get_surface_color","get_text","is_valid_srgb","oklch_to_srgba_nearest_chroma","steps","Default","multi","single","Executor","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","enter","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","spawn","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Executor","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","enter","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","spawn","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","DEFAULT","FONT","FONT_BOLD","FONT_BOLD_DATA","FONT_DATA","FONT_LIGHT","FONT_LIGHT_DATA","FONT_MONO_REGULAR","FONT_MONO_REGULAR_DATA","FONT_SEMIBOLD","FONT_SEMIBOLD_DATA","Font","family","load_fonts","stretch","style","weight","Alignment","Application","Background","Border","Center","Color","Color","Command","Contain","ContentFit","Cover","Custom","Dark","Degrees","Dnd","Element","End","Err","Error","Event","Executor","Executor","ExecutorCreationFailed","Fill","Fill","FillPortion","Fixed","Flags","Font","Gradient","Gradient","GraphicsCreationFailed","Keyboard","Length","Light","Limits","Linear","Message","Message","Mouse","None","Ok","Padding","Pixels","PlatformSpecific","Point","Radians","Radius","Rectangle","Renderer","Result","Sandbox","ScaleDown","Settings","Shrink","Size","Start","Subscription","Theme","Theme","TinySkia","Touch","Vector","Window","WindowCreationFailed","a","adapt_into_using","adapt_into_using","advanced","antialiasing","application","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","b","borrow","borrow","borrow_mut","borrow_mut","bottom","cam16_into_unclamped","cam16_into_unclamped","clipboard","color","color","command","components_from","components_from","default","default_font","default_text_size","deref","deref","deref_mut","deref_mut","drop","drop","enter","event","executor","exit_on_close_request","family","flags","fmt","fmt","fmt","font","fonts","from","from","from","from","from_angle","from_angle","from_stimulus","from_stimulus","g","height","height","id","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","keyboard","left","mouse","new","new","new","overlay","r","radius","right","run","run","scale_factor","scale_factor","settings","spawn","stretch","style","style","style","subscription","subscription","theme","theme","time","title","title","to_smolstr","to_string","top","touch","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","update","view","view","weight","widget","width","width","width","window","window","with_flags","x","x","x","y","y","y","Clipboard","Hasher","Layout","Overlay","Renderer","Shell","Text","Widget","bounds","children","clear","content","diff","drag_destinations","draw","draw","end_dnd","fill_quad","font","horizontal_alignment","id","image","is_over","layout","layout","layout","line_height","mouse","mouse_interaction","mouse_interaction","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","subscription","svg","tag","text","vertical_alignment","widget","with_layer","with_translation","write","write_data","write_primary","write_primary_data","Antialiasing","Backend","BackendError","Cache","Clip","Compositor","Custom","Damage","Editor","Error","Gradient","Gradient","GraphicsAdapterNotFound","Group","Image","Linear","MSAAx16","MSAAx2","MSAAx4","MSAAx8","Mesh","NoAvailablePixelFormat","Paragraph","Primitive","Primitive","Quad","RawText","Renderer","Renderer","Settings","Solid","Surface","Svg","Text","Transformation","Translate","VersionNotSupported","Viewport","backend","bounds","color","compositor","configure_surface","create_renderer","create_surface","damage","fetch_information","geometry","gradient","image","mesh","new","present","renderer","screenshot","text","buffers","buffers","size","size","background","border","border_radius","bounds","bounds","bounds","bounds","bounds","clip_bounds","clip_bounds","clip_bounds","color","color","color","color","content","content","content","content","editor","filter_method","font","handle","handle","horizontal_alignment","line_height","paragraph","position","position","primitives","shadow","shaping","size","translation","vertical_alignment","Backend","Image","Primitive","Svg","Text","dimensions","load_font","viewport_dimensions","GAMMA_CORRECTION","Packed","pack","Compositor","Information","InvalidDimensions","Lost","OutOfMemory","Outdated","Present","Renderer","Resize","Settings","Surface","SurfaceError","Timeout","Window","adapter","backend","configure_surface","create_renderer","create_surface","fetch_information","new","present","screenshot","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","is_over","keyboard","layout","layout","left","line_height","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","tag","time","top","touch","vertical_alignment","weight","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","Damage","bounds","group","list","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Bevel","Butt","Fill","Geometry","Gradient","Gradient","LineCap","LineDash","LineJoin","Linear","Miter","Path","Renderer","Round","Round","Solid","Square","Stroke","Style","Text","color","content","draw","fill","font","horizontal_alignment","line_cap","line_dash","line_height","line_join","offset","path","position","rule","segments","shaping","size","stroke","style","style","vertical_alignment","width","EvenOdd","Fill","Gradient","NonZero","Rule","Solid","Style","rule","style","Arc","Builder","Path","arc","center","end_angle","radius","start_angle","Arc","Elliptical","center","center","end_angle","end_angle","radii","radius","rotation","start_angle","start_angle","ArcFlags","AttributeIndex","AttributeSlice","AttributeStore","Attributes","Begin","Begin","Begin","Bevel","Builder","BuilderImpl","BuilderWithAttributes","Butt","ControlPointId","Cubic","Cubic","Cubic","End","End","End","EndpointId","EvenOdd","Event","EventId","FillRule","IdEvent","IdIter","IdPolygon","Iter","IterWithAttributes","Line","Line","Line","LineCap","LineJoin","Miter","MiterClip","NO_ATTRIBUTES","Negative","Negative","NonZero","Path","PathBuffer","PathBufferSlice","PathCommands","PathCommandsSlice","PathEvent","PathSlice","Polygon","Position","PositionStore","Positive","Positive","Quadratic","Quadratic","Quadratic","Reversed","Round","Round","Side","Square","Winding","builder","closed","closed","commands","get","get_control_point","get_endpoint","iterator","large_arc","math","num_attributes","path","path_buffer","points","points","polygon","position","sweep","traits","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","BorderRadii","Build","Flattened","NoAttributes","PathBuilder","PathType","SvgPathBuilder","Transformed","WithSvg","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","bottom_left","bottom_right","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","top_left","top_right","transformed","vertical_line_to","with_svg","CommandsPathSlice","Events","Iter","PathCommands","PathCommandsBuilder","PathCommandsSlice","PointEvents","Angle","Arc","ArcFlags","Box2D","CubicBezierSegment","DIV_EPSILON","EIGHT","EPSILON","FIVE","FOUR","HALF","Line","LineEquation","LineSegment","MAX","MIN","NINE","ONE","Point","QuadraticBezierSegment","Rotation","SEVEN","SIX","Scalar","Scalar","Scale","Segment","Size","SvgArc","TEN","THREE","TWO","Transform","Translation","Triangle","Vector","ZERO","a","after_split","angle","approximate_length","arc","b","before_split","c","center","ctrl","ctrl1","ctrl2","cubic_bezier","derivative","dx","dy","epsilon_for","flags","flip","for_each_flattened_with_t","from","from","from","from","from","height","large_arc","m11","m12","m21","m22","m31","m32","max","min","point","point","quadratic_bezier","radians","radii","radii","sample","size","split","split_range","start_angle","sweep","sweep_angle","to","to","to","to","to","traits","utils","value","vector","vector","width","x","x","x","x","x_rotation","x_rotation","y","y","y","y","Arc","ArcFlags","Flattened","SvgArc","center","flags","from","large_arc","radii","radii","start_angle","sweep","sweep_angle","to","x_rotation","x_rotation","ArrayString","ArrayVec","CapacityError","Drain","IntoIter","CubicBezierSegment","Flattened","ctrl1","ctrl2","from","to","Angle","BoolVector2D","BoolVector3D","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Trig","UnknownUnit","Vector2D","Vector3D","angle","approxeq","approxord","bottom","box3d","bvec2","bvec3","cos","default","degrees_to_radians","depth","fast_atan2","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","num","origin","point2","point3","r","radians","radians_to_degrees","rect","right","rotation","sin","size","size2","size3","tan","top","translation","vec2","vec3","w","width","width","x","x","x","x","x","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","z","z","ApproxEq","approx_epsilon","approx_eq","approx_eq_eps","max","min","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Vector2D","Vector3D","angle","bottom","depth","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","origin","r","right","rotation","size","top","translation","w","width","width","x","x","x","x","x","x","x","y","y","y","y","y","y","y","z","z","z","z","Ceil","Floor","One","Round","Zero","ceil","floor","one","round","zero","Flattened","FlattenedT","FlatteningParameters","QuadraticBezierSegment","ctrl","from","to","Scalar","Segment","Transformation","after_split","approximate_length","before_split","derivative","dx","dy","flip","for_each_flattened_with_t","from","sample","split","split_range","to","transform_point","transform_vector","x","y","cubic_polynomial_roots","directed_angle","directed_angle2","min_max","normalized_tangent","tangent","Flattened","FromPolyline","NoAttributes","PathIterator","Transformed","flattened","transformed","Angle","Box2D","Point","Rotation","Scale","Size","Transform","Translation","Vector","angle","height","m11","m12","m21","m22","m31","m32","max","min","point","radians","size","vector","width","x","x","x","y","y","y","Builder","BuilderImpl","BuilderWithAttributes","IdIter","Iter","IterWithAttributes","Path","PathSlice","Reversed","Builder","BuilderWithAttributes","Iter","PathBuffer","PathBufferSlice","IdPolygon","IdPolygonIter","PathEvents","Polygon","PolygonIdIter","PolygonIter","closed","closed","points","points","Build","PathBuilder","PathIterator","PathType","SvgPathBuilder","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","transformed","transformed","vertical_line_to","with_svg","Bevel","Butt","Gradient","LineCap","LineDash","LineJoin","Miter","Round","Round","Solid","Square","Stroke","Style","line_cap","line_dash","line_join","offset","segments","style","width","Gradient","Linear","Linear","Packed","end","pack","start","stops","load","A8","AnimationDecoder","Avif","Bgr8","Bgra8","Bmp","Bmp","CHANNEL_COUNT","COLOR_MODEL","COLOR_TYPE","Cmyk8","ColorType","DEFAULT_MAX_VALUE","DEFAULT_MIN_VALUE","Dds","Decoding","Delay","DynamicImage","EncodableLayout","Encoding","Err","ExtendedColorType","Farbfeld","Farbfeld","FlatSamples","Frame","Frames","GenericImage","GenericImageView","Gif","Gif","GrayAlphaImage","GrayImage","Hdr","Ico","Ico","ImageBuffer","ImageDecoder","ImageDecoderRect","ImageEncoder","ImageError","ImageFormat","ImageLuma16","ImageLuma8","ImageLumaA16","ImageLumaA8","ImageOutputFormat","ImageResult","ImageRgb16","ImageRgb32F","ImageRgb8","ImageRgba16","ImageRgba32F","ImageRgba8","IoError","Jpeg","Jpeg","L1","L16","L16","L2","L4","L8","L8","La1","La16","La16","La2","La4","La8","La8","Limits","Luma","LumaA","Ok","OpenExr","OpenExr","Parameter","Pixel","Pixel","PixelWithColorType","Pixels","Png","Png","Pnm","Pnm","Primitive","Progress","Qoi","Qoi","Reader","Rgb","Rgb1","Rgb16","Rgb16","Rgb2","Rgb32F","Rgb32F","Rgb32FImage","Rgb4","Rgb8","Rgb8","RgbImage","Rgba","Rgba1","Rgba16","Rgba16","Rgba2","Rgba32F","Rgba32F","Rgba32FImage","Rgba4","Rgba8","Rgba8","RgbaImage","SubImage","Subpixel","Tga","Tga","Tiff","Tiff","Unknown","Unsupported","Unsupported","WebP","WebP","apply","apply2","apply_with_alpha","apply_without_alpha","as_bytes","blend","blend_pixel","bounds","buffer","channels","channels4","channels_mut","codecs","color_hint","color_type","copy_from","copy_within","dimensions","dimensions","error","flat","from_channels","from_slice","from_slice_mut","get_pixel","get_pixel_mut","guess_format","height","icc_profile","image_dimensions","imageops","in_bounds","into_frames","into_reader","invert","io","layout","load","load_from_memory","load_from_memory_with_format","map","map2","map_with_alpha","map_without_alpha","math","open","original_color_type","pixels","put_pixel","read_image","read_image_with_progress","read_rect","read_rect_with_progress","samples","save_buffer","save_buffer_with_format","scanline_bytes","set_limits","sub_image","to_luma","to_luma_alpha","to_rgb","to_rgba","total_bytes","unsafe_get_pixel","unsafe_put_pixel","view","width","write_buffer_with_format","write_image","ConvertBuffer","EnumeratePixels","EnumeratePixelsMut","EnumerateRows","EnumerateRowsMut","Pixels","PixelsMut","Rows","RowsMut","convert","bmp","dds","dxt","farbfeld","gif","hdr","ico","jpeg","openexr","png","pnm","qoi","tga","tiff","webp","BmpDecoder","BmpEncoder","DdsDecoder","DXT1","DXT3","DXT5","DxtDecoder","DxtEncoder","DxtReader","DxtVariant","FarbfeldDecoder","FarbfeldEncoder","FarbfeldReader","Finite","GifDecoder","GifEncoder","GifReader","Infinite","Repeat","HdrAdapter","HdrDecoder","HdrEncoder","HdrImageDecoderIterator","HdrMetadata","HdrReader","Rgbe8Pixel","SIGNATURE","c","color_correction","custom_attributes","e","exposure","height","orientation","pixel_aspect_ratio","read_raw_file","rgbe8","to_rgbe8","width","IcoDecoder","IcoEncoder","IcoFrame","Centimeters","Inches","JpegDecoder","JpegEncoder","PixelAspectRatio","PixelDensity","PixelDensityUnit","density","unit","OpenExrDecoder","OpenExrEncoder","Adaptive","ApngDecoder","Avg","Best","CompressionType","Default","Fast","FilterType","Huffman","NoFilter","Paeth","PngDecoder","PngEncoder","PngReader","Rle","Sub","Up","ArbitraryHeader","ArbitraryMap","ArbitraryTuplType","Ascii","Binary","Bitmap","BitmapHeader","BlackAndWhite","BlackAndWhiteAlpha","Custom","Graymap","GraymapHeader","Grayscale","GrayscaleAlpha","Pixmap","PixmapHeader","PnmDecoder","PnmEncoder","PnmHeader","PnmSubtype","RGB","RGBAlpha","SampleEncoding","depth","encoding","encoding","encoding","height","height","height","height","maxval","maxval","maxwhite","tupltype","width","width","width","width","QoiDecoder","QoiEncoder","TgaDecoder","TgaEncoder","TiffDecoder","TiffEncoder","TiffReader","WebPDecoder","WebPEncoder","WebPQuality","vp8","Frame","Vp8Decoder","for_display","height","keyframe","pixel_type","ubuf","vbuf","width","ybuf","Color","Decoding","DecodingError","DimensionError","DimensionMismatch","Encoding","EncodingError","Err","Exact","FailedAlready","Format","Generic","GenericFeature","ImageError","ImageFormatHint","ImageResult","InsufficientMemory","IoError","LimitError","LimitErrorKind","Limits","Name","NoMoreData","Ok","Parameter","ParameterError","ParameterErrorKind","PathExtension","Unknown","Unsupported","Unsupported","UnsupportedError","UnsupportedErrorKind","limits","supported","ChannelCountMismatch","ColumnMajorPacked","Error","FlatSamples","ImagePacked","NormalForm","NormalFormRequired","PixelPacked","RowMajorPacked","SampleLayout","TooLarge","Unaliased","View","ViewMut","WrongColor","channel_stride","channels","color_hint","height","height_stride","layout","samples","width","width_stride","BiLevel","CatmullRom","Color","ColorMap","FilterType","Gaussian","Lanczos3","Nearest","Triangle","blur","brighten","colorops","contrast","crop","crop_imm","dither","filter3x3","flip_horizontal","flip_horizontal_in","flip_horizontal_in_place","flip_vertical","flip_vertical_in","flip_vertical_in_place","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","horizontal_gradient","huerotate","index_colors","index_of","interpolate_bilinear","interpolate_nearest","invert","lookup","map_color","overlay","overlay_bounds","replace","resize","rotate180","rotate180_in","rotate180_in_place","rotate270","rotate270_in","rotate90","rotate90_in","sample_bilinear","sample_nearest","thumbnail","tile","unsharpen","vertical_gradient","BiLevel","Color","ColorMap","brighten","brighten_in_place","contrast","contrast_in_place","dither","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","huerotate","huerotate_in_place","index_colors","index_of","invert","lookup","map_color","LimitSupport","Limits","Reader","max_alloc","max_image_height","max_image_width","Rect","height","width","x","y","Gradient","GradientVertex2D","Indexed","Mesh","Solid","SolidVertex2D","color","gradient","indices","position","position","vertices","buffers","buffers","size","size","Renderer","Cache","Editor","FontSystem","Paragraph","Raw","Version","buffer","cache","clip_bounds","color","editor","font_system","measure","paragraph","position","to_attributes","to_color","to_shaping","Cache","Entry","Key","KeyHash","bounds","buffer","content","font","line_height","min_bounds","shaping","size","Action","Advanced","Affinity","After","Align","Angle","Arc","Attrs","AttrsList","AttrsOwned","Backspace","Basic","Before","BidiParagraphs","Borrowed","BorrowedWithFontSystem","Buffer","BufferEnd","BufferLine","BufferRef","BufferStart","CacheKey","CacheKeyFlags","Center","Change","ChangeItem","Click","Close","Color","Color","Command","Condensed","Cr","CrLf","Cursive","Cursive","Cursor","CurveTo","Delete","DoubleClick","Down","Drag","Edit","Editor","End","End","Enter","Escape","Expanded","ExtraCondensed","ExtraExpanded","Family","FamilyOwned","Fantasy","Fantasy","Font","FontMatchAttrs","FontMatchKey","FontSystem","Glyph","GotoLine","Home","Indent","Insert","Italic","Justified","LayoutCursor","LayoutCursor","LayoutGlyph","LayoutLine","LayoutRun","LayoutRunIter","Left","Left","LeftWord","Lf","LfCr","Line","LineEnding","LineIter","LineTo","Mask","Metrics","Monospace","Monospace","Motion","Motion","MoveTo","Name","Name","Next","NextWord","None","None","None","Normal","Normal","Normal","Oblique","One","Owned","PageDown","PageUp","ParagraphEnd","ParagraphStart","PhysicalGlyph","Placement","Previous","PreviousWord","QuadTo","Right","Right","RightWord","SansSerif","SansSerif","Scroll","Scroll","Selection","SemiCondensed","SemiExpanded","Serif","Serif","ShapeBuffer","ShapeGlyph","ShapeLine","ShapeRunCache","ShapeRunKey","ShapeSpan","ShapeWord","Shaping","SoftHome","Stretch","Style","SubpixelBin","SubpixelMask","SwashCache","SwashContent","SwashImage","Three","Transform","TripleClick","Two","UltraCondensed","UltraExpanded","Unindent","Up","Vertical","Weight","Word","Word","WordOrGlyph","Wrap","Zero","action","affinity","apply_change","ascent","attrs_spans","auto_indent","blank","borrow_with","buffer_ref","buffer_ref_mut","cache_key","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","color_opt","color_opt","color_opt","color_opt","content","copy_selection","cursor","data","default_attrs","delete_range","delete_selection","descent","end","end","end","family","family_owned","finish_change","flags","font_id","font_id","font_id","font_monospace_em_width","font_size","font_size","font_size_bits","glyph","glyph_id","glyph_id","glyph_id","glyphs","glyphs","glyphs","height","image_cache","index","insert","insert_at","insert_string","items","layout","layout","left","level","level","line","line","line","line_height","line_i","line_top","line_w","line_y","lines","max_ascent","max_descent","metadata","metadata","metadata","metadata","outline_command_cache","placement","redraw","rtl","rtl","selection","selection_bounds","set_auto_indent","set_cursor","set_redraw","set_selection","set_tab_width","shape_as_needed","source","spans","start","start","start","start_change","stretch","stretch","style","style","tab_width","text","text","text","top","w","w","weight","weight","width","with_buffer","with_buffer_mut","words","x","x","x","x_advance","x_advance","x_bin","x_offset","x_offset","xx","xy","y","y","y","y_advance","y_advance","y_bin","y_offset","y_offset","yx","yy","lines","x","x","x","x","y","y","y","y","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","Binary","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Cursive","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","Database","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraCondensed","ExtraExpanded","FaceInfo","Family","Fantasy","Faroese_FaroeIslands","File","Filipino_Philippines","Finnish_Finland","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","ID","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Inuktitut_Canada","Inuktitut_Latin_Canada","Irish_Ireland","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Monospace","Name","Nepali_Nepal","Normal","Normal","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Pashto_Afghanistan","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","Query","Romanian_Romania","Romansh_Switzerland","Russian_Russia","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","SansSerif","Sanskrit_India","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","Serif","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","SharedFile","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Source","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Stretch","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unknown","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","families","families","id","index","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","monospaced","post_script_name","source","stretch","stretch","style","style","weight","weight","BottomToTop","BufferClusterLevel","BufferFlags","Characters","Direction","Face","Feature","GlyphBuffer","GlyphInfo","GlyphPosition","Invalid","Language","LeftToRight","MonotoneCharacters","MonotoneGraphemes","RightToLeft","Script","SerializeFlags","ShapePlan","Tag","TopToBottom","UnicodeBuffer","Variation","cluster","end","glyph_id","script","shape","shape_with_plan","start","tag","tag","value","value","x_advance","x_offset","y_advance","y_offset","ADLAM","AHOM","ANATOLIAN_HIEROGLYPHS","ARABIC","ARMENIAN","AVESTAN","BALINESE","BAMUM","BASSA_VAH","BATAK","BENGALI","BHAIKSUKI","BOPOMOFO","BRAHMI","BRAILLE","BUGINESE","BUHID","CANADIAN_SYLLABICS","CARIAN","CAUCASIAN_ALBANIAN","CHAKMA","CHAM","CHEROKEE","CHORASMIAN","COMMON","COPTIC","CUNEIFORM","CYPRIOT","CYRILLIC","DESERET","DEVANAGARI","DIVES_AKURU","DOGRA","DUPLOYAN","EGYPTIAN_HIEROGLYPHS","ELBASAN","ELYMAIC","ETHIOPIC","GEORGIAN","GLAGOLITIC","GOTHIC","GRANTHA","GREEK","GUJARATI","GUNJALA_GONDI","GURMUKHI","HAN","HANGUL","HANIFI_ROHINGYA","HANUNOO","HATRAN","HEBREW","HIRAGANA","IMPERIAL_ARAMAIC","INHERITED","INSCRIPTIONAL_PAHLAVI","INSCRIPTIONAL_PARTHIAN","JAVANESE","KAITHI","KANNADA","KATAKANA","KAYAH_LI","KHAROSHTHI","KHITAN_SMALL_SCRIPT","KHMER","KHOJKI","KHUDAWADI","LAO","LATIN","LEPCHA","LIMBU","LINEAR_A","LINEAR_B","LISU","LYCIAN","LYDIAN","MAHAJANI","MAKASAR","MALAYALAM","MANDAIC","MANICHAEAN","MARCHEN","MASARAM_GONDI","MEDEFAIDRIN","MEETEI_MAYEK","MENDE_KIKAKUI","MEROITIC_CURSIVE","MEROITIC_HIEROGLYPHS","MIAO","MODI","MONGOLIAN","MRO","MULTANI","MYANMAR","MYANMAR_ZAWGYI","NABATAEAN","NANDINAGARI","NEWA","NEW_TAI_LUE","NKO","NUSHU","NYIAKENG_PUACHUE_HMONG","OGHAM","OLD_HUNGARIAN","OLD_ITALIC","OLD_NORTH_ARABIAN","OLD_PERMIC","OLD_PERSIAN","OLD_SOGDIAN","OLD_SOUTH_ARABIAN","OLD_TURKIC","OL_CHIKI","ORIYA","OSAGE","OSMANYA","PAHAWH_HMONG","PALMYRENE","PAU_CIN_HAU","PHAGS_PA","PHOENICIAN","PSALTER_PAHLAVI","REJANG","RUNIC","SAMARITAN","SAURASHTRA","SHARADA","SHAVIAN","SIDDHAM","SIGNWRITING","SINHALA","SOGDIAN","SORA_SOMPENG","SOYOMBO","SUNDANESE","SYLOTI_NAGRI","SYRIAC","TAGALOG","TAGBANWA","TAI_LE","TAI_THAM","TAI_VIET","TAKRI","TAMIL","TANGUT","TELUGU","THAANA","THAI","TIBETAN","TIFINAGH","TIRHUTA","UGARITIC","UNKNOWN","VAI","WANCHO","WARANG_CITI","YEZIDI","YI","ZANABAZAR_SQUARE","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","ArgumentsStackLimitReached","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","BboxOverflow","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","BitmapGray2","BitmapGray2Packed","BitmapGray4","BitmapGray4Packed","BitmapGray8","BitmapMono","BitmapMonoPacked","BitmapPremulBgra32","Black","BlendRegionsLimitReached","Bold","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","CFFError","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Custom","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","DataAfterEndChar","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","Editable","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Face","FaceIndexOutOfBounds","FaceParsingError","FaceTables","Faroese_FaroeIslands","Filipino_Philippines","Finnish_Finland","Fixed","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","FromData","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","GlyphId","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Installable","Inuktitut_Canada","Inuktitut_Latin_Canada","InvalidArgumentsStackLength","InvalidItemVariationDataIndex","InvalidNumberOfBlendOperands","InvalidOperator","InvalidSeacCode","InvalidSubroutineIndex","Irish_Ireland","Iso","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","LazyArray16","LazyArray32","LazyArrayIter16","LazyArrayIter32","Light","LineMetrics","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Macintosh","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","MalformedFont","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Medium","MissingEndChar","MissingMoveTo","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Nepali_Nepal","NestingLimitReached","NoGlyph","NoHeadTable","NoHheaTable","NoLocalSubroutines","NoMaxpTable","Normal","Normal","Normal","NormalizedCoordinate","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Other","OutlineBuilder","PNG","Pashto_Afghanistan","Permissions","PlatformId","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","PreviewAndPrint","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","RasterGlyphImage","RasterImageFormat","RawFace","RawFaceTables","ReadOutOfBounds","Rect","Restricted","RgbaColor","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SIZE","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","Sanskrit_India","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","TableRecord","Tag","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Thin","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unicode","UnicodeRanges","Unknown","UnknownMagic","UnsupportedOperator","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Variation","VariationAxis","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Width","Windows","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","ZeroBBox","alpha","ankr","ankr","ankr","apple_layout","avar","avar","avar","axis","bdat","bdat","bloc","blue","cbdt","cbdt","cbdt","cblc","cblc","cff","cff","cff","cff2","cff2","cff2","check_sum","close","cmap","cmap","cmap","colr","colr","colr","cpal","cpal","curve_to","data","data","def_value","ebdt","ebdt","eblc","feat","feat","feat","fonts_in_collection","format","fvar","fvar","fvar","gdef","gdef","gdef","glyf","glyf","glyf","gpos","gpos","gpos","green","gsub","gsub","gsub","gvar","gvar","gvar","head","head","head","height","hhea","hhea","hhea","hidden","hmtx","hmtx","hmtx","hvar","hvar","hvar","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","kern","kern","kern","kerx","kerx","kerx","length","line_to","loca","loca","math","math","math","max_value","maxp","maxp","maxp","min_value","morx","morx","morx","move_to","mvar","mvar","mvar","name","name","name","name_id","name_id","offset","opentype_layout","os2","os2","os2","parse","pixels_per_em","position","post","post","post","quad_to","red","sbix","sbix","sbix","svg","svg","svg","table_records","tag","tag","thickness","trak","trak","trak","value","vhea","vhea","vhea","vmtx","vmtx","vorg","vorg","vorg","vvar","vvar","width","x","x_max","x_min","x_offset","x_size","y","y_max","y_min","y_offset","y_size","Point","Table","x","y","ExtendedStateTable","GenericStateEntry","Lookup","StateEntry","StateTable","ValueOffset","class","extra","extra","flags","flags","new_state","new_state","state","DELETED_GLYPH","END_OF_TEXT","OUT_OF_BOUNDS","START_OF_TEXT","AxisValueMap","SegmentMaps","SegmentMapsIter","Table","from_coordinate","segment_maps","to_coordinate","Table","Table","Matrix","Table","kx","ky","sx","sy","tx","ty","Table","ByteEncodingTable","Format","Found","GlyphVariationResult","HighByteMappingThroughTable","ManyToOneRangeMappings","MixedCoverage","SegmentMappingToDeltaValues","SegmentedCoverage","Subtable","Subtable0","Subtable10","Subtable12","Subtable13","Subtable14","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","TrimmedArray","TrimmedTableMapping","UnicodeVariationSequences","UseDefault","encoding_id","first_code_point","first_code_point","format","glyph_ids","glyphs","glyphs","platform_id","subtables","Painter","Table","outline","paint_color","paint_foreground","Table","FeatureName","FeatureNames","FeatureNamesIter","SettingName","Table","default_setting_index","exclusive","feature","name_index","name_index","names","setting","setting_names","Table","VariationAxis","axes","def_value","hidden","max_value","min_value","name_id","tag","Base","Component","GlyphClass","Ligature","Mark","Table","Table","Anchor","AnchorMatrix","ChainContext","ClassMatrix","Context","Cursive","CursiveAdjustment","CursiveAnchorSet","Device","Format1","Format1","Format2","Format2","Hinting","HintingDevice","LigatureArray","MarkArray","MarkToBase","MarkToBaseAdjustment","MarkToLigature","MarkToLigatureAdjustment","MarkToMark","MarkToMarkAdjustment","Pair","PairAdjustment","PairSet","PairSets","PositioningSubtable","Single","SingleAdjustment","ValueRecord","ValueRecordsArray","Variation","VariationDevice","anchors","base_coverage","cols","coverage","inner_index","ligature_array","ligature_coverage","mark1_coverage","mark2_coverage","mark2_matrix","mark_coverage","mark_coverage","marks","marks","marks","outer_index","rows","sets","x","x_advance","x_advance_device","x_device","x_placement","x_placement_device","y","y_advance","y_advance_device","y_device","y_placement","y_placement_device","classes","coverage","coverage","matrix","sets","coverage","coverage","value","values","Alternate","AlternateSet","AlternateSets","AlternateSubstitution","ChainContext","Context","Format1","Format2","Ligature","Ligature","LigatureSet","LigatureSets","LigatureSubstitution","Multiple","MultipleSubstitution","ReverseChainSingle","ReverseChainSingleSubstitution","Sequence","SequenceList","Single","SingleSubstitution","SubstitutionSubtable","alternate_sets","alternates","backtrack_coverages","components","coverage","coverage","coverage","coverage","glyph","ligature_sets","lookahead_coverages","sequences","substitutes","substitutes","coverage","coverage","delta","substitutes","Table","IndexToLocationFormat","Long","Short","Table","global_bbox","index_to_location_format","units_per_em","Table","ascender","descender","line_gap","number_of_metrics","Metrics","Table","advance","bearings","metrics","number_of_metrics","side_bearing","Table","Format","Format0","Format1","Format2","Format3","KerningPair","Subtable","Subtable0","Subtable2","Subtable3","Subtables","SubtablesIter","Table","format","has_cross_stream","has_state_machine","horizontal","pair","pairs","subtables","value","variable","AnchorPoints","EntryData","Format","Format0","Format1","Format2","Format4","Format6","Subtable","Subtable0","Subtable1","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","action_index","anchor_points","format","has_cross_stream","has_state_machine","horizontal","pairs","state_table","state_table","subtables","tuple_count","variable","Long","Short","Table","Constants","GlyphAssembly","GlyphConstruction","GlyphConstructions","GlyphInfo","GlyphPart","GlyphVariant","Kern","KernInfo","KernInfos","MathValue","MathValues","PartFlags","Table","Variants","advance_measurement","assembly","bottom_left","bottom_right","constants","device","end_connector_length","extended_shapes","full_advance","glyph_id","glyph_info","horizontal_constructions","italic_corrections","italics_correction","kern_infos","min_connector_overlap","part_flags","parts","start_connector_length","top_accent_attachments","top_left","top_right","value","variant_glyph","variants","variants","vertical_constructions","Table","number_of_glyphs","Chain","Chains","ChainsIter","Contextual","ContextualEntryData","ContextualSubtable","Coverage","Feature","Insertion","InsertionEntryData","InsertionSubtable","Ligature","LigatureSubtable","NonContextual","Rearrangement","Subtable","SubtableKind","Subtables","SubtablesIter","Table","chains","components","coverage","current_index","current_insert_index","default_flags","disable_flags","enable_flags","feature_flags","features","glyphs","kind","kind","ligature_actions","ligatures","mark_index","marked_insert_index","setting","state","state","state","subtables","Table","Custom","Iso","Macintosh","Name","Names","NamesIter","PlatformId","Table","Unicode","Windows","encoding_id","language_id","name","name_id","names","platform_id","COMPATIBLE_FULL","COPYRIGHT_NOTICE","DARK_BACKGROUND_PALETTE","DESCRIPTION","DESIGNER","DESIGNER_URL","FAMILY","FULL_NAME","LICENSE","LICENSE_URL","LIGHT_BACKGROUND_PALETTE","MANUFACTURER","POST_SCRIPT_CID","POST_SCRIPT_NAME","SAMPLE_TEXT","SUBFAMILY","TRADEMARK","TYPOGRAPHIC_FAMILY","TYPOGRAPHIC_SUBFAMILY","UNIQUE_ID","VARIATIONS_POST_SCRIPT_NAME_PREFIX","VENDOR_URL","VERSION","WWS_FAMILY","WWS_SUBFAMILY","ChainedContextLookup","ChainedSequenceRule","ChainedSequenceRuleSet","ChainedSequenceRuleSets","Class","ClassDefinition","ContextLookup","Coverage","Feature","FeatureIndex","FeatureList","FeatureVariations","Format1","Format1","Format1","Format1","Format2","Format2","Format2","Format2","Format3","Format3","LanguageIndex","LanguageSystem","LanguageSystemList","LayoutTable","Lookup","LookupFlags","LookupIndex","LookupList","LookupSubtable","LookupSubtables","LookupSubtablesIter","RangeRecord","RecordList","RecordListItem","RecordListIter","Script","ScriptIndex","ScriptList","SequenceLookupRecord","SequenceRule","SequenceRuleSet","SequenceRuleSets","VariationIndex","backtrack","default_language","end","feature_indices","features","flags","input","input","languages","lookahead","lookup_indices","lookup_list_index","lookups","lookups","lookups","mark_filtering_set","parse","parse","required_feature","scripts","sequence_index","start","subtables","tag","tag","tag","value","variations","backtrack_classes","backtrack_coverages","coverage","coverage","coverage","input_classes","input_coverages","lookahead_classes","lookahead_coverages","lookups","sets","sets","classes","records","start","classes","coverage","coverage","coverage","coverages","lookups","sets","sets","glyphs","records","Black","Bold","Condensed","Editable","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Installable","Italic","Light","Medium","Normal","Normal","Normal","Oblique","Other","Permissions","PreviewAndPrint","Restricted","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Style","Table","Thin","UltraCondensed","UltraExpanded","UnicodeRanges","Weight","Width","version","x_offset","x_size","y_offset","y_size","Names","Table","is_monospaced","italic_angle","underline_metrics","Strike","Strikes","StrikesIter","Table","pixels_per_em","ppi","strikes","SvgDocument","SvgDocumentsList","SvgDocumentsListIter","Table","data","documents","end_glyph_id","start_glyph_id","Table","Track","TrackData","Tracks","TracksIter","horizontal","name_index","sizes","tracks","value","values","vertical","Table","ascender","descender","line_gap","number_of_metrics","Table","VerticalOriginMetrics","default_y","glyph_id","metrics","y","Editor","Weak","bounds","Paragraph","Weak","horizontal_alignment","min_bounds","vertical_alignment","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","EventStream","Output","Recipe","hash","stream","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","Appearance","Application","Executor","Flags","Message","Style","StyleSheet","Theme","appearance","background_color","icon_color","new","run","scale_factor","style","subscription","text_color","theme","title","update","view","read","read_data","read_primary","read_primary_data","write","write_primary","Action","Ask","Buffer","Cancelled","Copy","Data","DataWrapper","DndAction","DndDestinationRectangle","DndEvent","DndSurface","Drop","Dropped","Enter","Finished","Icon","Leave","LeaveDestination","Mime","Motion","Move","Offer","OfferEvent","Rectangle","SelectedAction","Sender","Source","SourceEvent","Surface","actions","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","allowed","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_bytes","available","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","difference","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","eq","eq","eq","eq","equivalent","equivalent","equivalent","extend","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_iter","from_name","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_ptr","hash","height","id","init","init","init","init","init","init","init","init","init","insert","intersection","intersects","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_empty","iter","iter_names","mime_types","not","platform","preferred","rectangle","remove","send","set","sub","sub_assign","symmetric_difference","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","width","x","y","data","height","transparent","width","data","mime_type","mime_types","surface","x","x","y","y","AllowedMimeTypes","AsMimeTypes","ClipboardData","ClipboardLoadData","ClipboardStoreData","Error","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","allowed","allowed","allowed","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_bytes","as_bytes","available","available","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","platform","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","linux","Command","channel","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","listen","listen_raw","listen_with","Default","Executor","enter","new","spawn","Black","Bold","Condensed","Cursive","Error","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","load","stretch","style","weight","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","on_key_press","on_key_release","key","key","location","location","modifiers","modifiers","text","Available","Back","Button","ButtonPressed","ButtonReleased","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","delta","position","x","x","y","y","Element","menu","Appearance","Menu","State","Style","StyleSheet","appearance","background","border","selected_background","selected_text_color","text_color","Settings","antialiasing","default_font","default_text_size","exit_on_close_request","flags","fonts","id","window","Subscription","channel","run","run_with_id","unfold","Duration","Instant","every","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Button","Canvas","Checkbox","Column","ComboBox","Component","Container","Custom","Dark","Event","Image","Lazy","Light","MouseArea","PaneGrid","PickList","ProgressBar","Radio","Renderer","Responsive","Row","Rule","Scrollable","Slider","Space","State","Svg","Text","TextEditor","TextInput","Theme","Themer","TinySkia","Toggler","Tooltip","VerticalSlider","button","button","canvas","canvas","checkbox","checkbox","column","column","combo_box","combo_box","component","container","container","focus_next","focus_previous","horizontal_rule","horizontal_space","image","image","keyed","keyed_column","keyed_column","lazy","mouse_area","operate","overlay","pane_grid","pick_list","pick_list","progress_bar","progress_bar","radio","radio","responsive","row","row","rule","scrollable","scrollable","slider","slider","space","svg","svg","text","text","text_editor","text_editor","text_input","text_input","theme","themer","toggler","toggler","tooltip","tooltip","update","vertical_rule","vertical_slider","vertical_slider","vertical_space","view","Appearance","Button","State","Style","StyleSheet","active","background","border","border_color","border_radius","border_width","disabled","draw","focus","hovered","icon_color","layout","mouse_interaction","pressed","shadow","shadow_offset","text_color","update","Bevel","Butt","Cache","Canvas","Event","Fill","Frame","Geometry","Geometry","Gradient","Gradient","Keyboard","LineCap","LineDash","LineJoin","Linear","Miter","Mouse","Path","Program","Renderer","Round","Round","Solid","Square","State","Stroke","Style","Text","TinySkia","TinySkia","Touch","color","content","draw","draw","event","font","horizontal_alignment","line_cap","line_dash","line_height","line_join","mouse_interaction","offset","position","rule","segments","shaping","size","style","style","update","vertical_alignment","width","Captured","Event","Ignored","Keyboard","Mouse","Status","Touch","Appearance","Checkbox","Icon","Style","StyleSheet","active","background","border","code_point","font","hovered","icon_color","line_height","shaping","size","text_color","ComboBox","State","build_matchers","search","Appearance","Container","Style","StyleSheet","appearance","background","border","draw_background","icon_color","layout","shadow","text_color","visible_bounds","FilterMethod","Handle","Image","Linear","Nearest","Viewer","draw","layout","viewer","viewer","State","Viewer","image_size","Column","column","Column","All","Appearance","Axis","Bottom","Canceled","Center","Configuration","Content","Contents","Direction","Down","DragEvent","Draggable","Dropped","Edge","Edge","Edge","Horizontal","Left","Left","Line","Maximized","Node","Pane","Pane","Pane","Pane","PaneGrid","Picked","Region","ResizeEvent","Right","Right","Split","Split","Split","State","Style","StyleSheet","Target","TitleBar","Top","Up","Vertical","background","border","can_be_dragged_at","color","draw","hovered_region","hovered_split","internal","layout","mouse_interaction","panes","picked_split","ratio","split","state","update","width","a","axis","b","ratio","pane","pane","pane","target","a","axis","b","id","ratio","Action","Clicking","Dragging","Idle","Internal","Resizing","State","internal","panes","axis","origin","origin","pane","pane","split","Appearance","Arrow","Dynamic","Handle","Icon","None","PickList","State","Static","Style","StyleSheet","active","background","border","code_point","draw","font","handle_color","hovered","layout","line_height","mouse_interaction","overlay","placeholder_color","shaping","size","text_color","update","closed","open","size","Appearance","ProgressBar","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Radio","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Rule","Style","StyleSheet","appearance","color","fill_mode","radius","width","AbsoluteOffset","Alignment","Both","Direction","End","Horizontal","Properties","RelativeOffset","Scrollable","Scrollbar","Scroller","Start","State","Style","StyleSheet","Vertical","Viewport","active","active_horizontal","background","border","border","color","dragging","dragging_horizontal","draw","hovered","hovered_horizontal","layout","mouse_interaction","scroll_to","scroller","snap_to","update","x","x","y","y","horizontal","vertical","Appearance","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Slider","State","Style","StyleSheet","active","border_color","border_radius","border_width","breakpoint","color","colors","dragging","draw","handle","hovered","mouse_interaction","rail","shape","update","width","border_radius","height","radius","width","auto_angle","gradient","Space","Appearance","Handle","Style","StyleSheet","Svg","appearance","color","hovered","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","Action","Appearance","Backspace","Click","Content","Delete","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","End","Enter","Home","Insert","Left","Motion","Move","PageDown","PageUp","Paste","Right","Scroll","Select","SelectLine","SelectWord","Style","StyleSheet","TextEditor","Up","WordLeft","WordRight","active","background","border","disabled","disabled_color","focused","hovered","placeholder_color","selection_color","value_color","lines","Appearance","Cursor","DEFAULT_PADDING","Icon","Left","Right","Side","State","Style","StyleSheet","TextInput","Value","active","background","border","code_point","cursor","disabled","disabled_color","draw","focus","focused","font","hovered","icon_color","layout","mouse_interaction","move_cursor_to","move_cursor_to_end","move_cursor_to_front","placeholder_color","select_all","selection_color","side","size","spacing","update","value_color","Cursor","Index","Selection","State","end","start","Application","Box","Button","Checkbox","Color","Container","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Dark","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Destructive","Light","Menu","Palette","PaneGrid","PickList","Positive","Primary","Primary","Primary","ProgressBar","Radio","Rule","Scrollable","Secondary","Secondary","Slider","Success","Success","Svg","Text","Text","TextEditor","TextInput","Theme","Toggler","Transparent","background","danger","palette","primary","success","text","Background","Danger","EXTENDED_DARK","EXTENDED_LIGHT","Extended","Pair","Palette","Primary","Secondary","Success","background","background","base","base","base","base","base","color","danger","danger","icon","is_dark","primary","primary","secondary","strong","strong","strong","strong","strong","success","success","text","text","weak","weak","weak","weak","weak","Appearance","Style","StyleSheet","Toggler","active","background","background_border","border_radius","foreground","foreground_border","handle_margin","handle_radius","hovered","Bottom","FollowCursor","Left","Position","Right","Tooltip","Top","Appearance","Circle","Handle","HandleShape","Rectangle","State","Style","StyleSheet","VerticalSlider","active","border_color","border_width","breakpoint","color","dragging","draw","handle","hovered","mouse_interaction","rail","shape","update","border_radius","height","radius","width","Action","AlwaysOnBottom","AlwaysOnTop","At","Centered","ChangeIcon","ChangeLevel","ChangeMode","Close","CloseRequested","Closed","Critical","Default","Drag","Event","FetchId","FetchMaximized","FetchMinimized","FetchMode","FetchSize","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","GainFocus","Hidden","Icon","Id","Informational","Level","Maximize","Minimize","Mode","Move","Moved","NextFrame","Normal","Opened","PlatformSpecific","Position","RedrawRequest","RedrawRequested","RequestUserAttention","Resize","Resized","Screenshot","Screenshot","Settings","ShowWindowMenu","Spawn","Specific","ToggleDecorations","ToggleMaximize","Unfocused","UserAttention","Windowed","application_id","bytes","change_icon","change_level","change_mode","close","decorations","drag","exit_on_close_request","fetch_id","fetch_maximized","fetch_minimized","fetch_mode","fetch_size","frames","gain_focus","icon","icon","level","max_size","maximize","min_size","minimize","move_to","platform_specific","position","request_user_attention","resizable","resize","resize_border","screenshot","screenshot","settings","show_window_menu","size","size","spawn","toggle_decorations","toggle_maximize","transparent","visible","height","position","size","width","x","y","Error","Icon","ImageError","InvalidError","OsError","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","fmt","from","from","from","from","from_angle","from_file","from_file_data","from_rgba","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","source","to_smolstr","to_string","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","CropError","OutOfBounds","Screenshot","Zero","bytes","size","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Compositor","Geometry","Renderer","Settings","TinySkia","TinySkia","TinySkia","antialiasing","compositor","default_font","default_text_size","geometry","Compositor","Surface","TinySkia","TinySkia","Cache","Frame","Geometry","TinySkia","TinySkia","Antialiasing","Backend","BackendError","Cache","Clip","Compositor","Custom","Damage","Editor","Error","Gradient","Gradient","GraphicsAdapterNotFound","Group","Image","Linear","MSAAx16","MSAAx2","MSAAx4","MSAAx8","Mesh","NoAvailablePixelFormat","Paragraph","Primitive","Primitive","Quad","RawText","Renderer","Renderer","Settings","Solid","Surface","Svg","Text","Transformation","Translate","VersionNotSupported","Viewport","backend","bounds","color","compositor","configure_surface","create_renderer","create_surface","damage","fetch_information","geometry","gradient","image","mesh","new","present","renderer","screenshot","text","buffers","buffers","size","size","background","border","border_radius","bounds","bounds","bounds","bounds","bounds","clip_bounds","clip_bounds","clip_bounds","color","color","color","color","content","content","content","content","editor","filter_method","font","handle","handle","horizontal_alignment","line_height","paragraph","position","position","primitives","shadow","shaping","size","translation","vertical_alignment","Backend","Image","Primitive","Svg","Text","dimensions","load_font","viewport_dimensions","GAMMA_CORRECTION","Packed","pack","Compositor","Information","InvalidDimensions","Lost","OutOfMemory","Outdated","Present","Renderer","Resize","Settings","Surface","SurfaceError","Timeout","Window","adapter","backend","configure_surface","create_renderer","create_surface","fetch_information","new","present","screenshot","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","Damage","bounds","group","list","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Bevel","Butt","Fill","Geometry","Gradient","Gradient","LineCap","LineDash","LineJoin","Linear","Miter","Path","Renderer","Round","Round","Solid","Square","Stroke","Style","Text","color","content","draw","fill","font","horizontal_alignment","line_cap","line_dash","line_height","line_join","offset","path","position","rule","segments","shaping","size","stroke","style","style","vertical_alignment","width","EvenOdd","Fill","Gradient","NonZero","Rule","Solid","Style","rule","style","Arc","Builder","Path","arc","center","end_angle","radius","start_angle","Arc","Elliptical","center","center","end_angle","end_angle","radii","radius","rotation","start_angle","start_angle","ArcFlags","AttributeIndex","AttributeSlice","AttributeStore","Attributes","Begin","Begin","Begin","Bevel","Builder","BuilderImpl","BuilderWithAttributes","Butt","ControlPointId","Cubic","Cubic","Cubic","End","End","End","EndpointId","EvenOdd","Event","EventId","FillRule","IdEvent","IdIter","IdPolygon","Iter","IterWithAttributes","Line","Line","Line","LineCap","LineJoin","Miter","MiterClip","NO_ATTRIBUTES","Negative","Negative","NonZero","Path","PathBuffer","PathBufferSlice","PathCommands","PathCommandsSlice","PathEvent","PathSlice","Polygon","Position","PositionStore","Positive","Positive","Quadratic","Quadratic","Quadratic","Reversed","Round","Round","Side","Square","Winding","builder","closed","closed","commands","get","get_control_point","get_endpoint","iterator","large_arc","math","num_attributes","path","path_buffer","points","points","polygon","position","sweep","traits","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","BorderRadii","Build","Flattened","NoAttributes","PathBuilder","PathType","SvgPathBuilder","Transformed","WithSvg","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","bottom_left","bottom_right","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","top_left","top_right","transformed","vertical_line_to","with_svg","CommandsPathSlice","Events","Iter","PathCommands","PathCommandsBuilder","PathCommandsSlice","PointEvents","Angle","Arc","ArcFlags","Box2D","CubicBezierSegment","DIV_EPSILON","EIGHT","EPSILON","FIVE","FOUR","HALF","Line","LineEquation","LineSegment","MAX","MIN","NINE","ONE","Point","QuadraticBezierSegment","Rotation","SEVEN","SIX","Scalar","Scalar","Scale","Segment","Size","SvgArc","TEN","THREE","TWO","Transform","Translation","Triangle","Vector","ZERO","a","after_split","angle","approximate_length","arc","b","before_split","c","center","ctrl","ctrl1","ctrl2","cubic_bezier","derivative","dx","dy","epsilon_for","flags","flip","for_each_flattened_with_t","from","from","from","from","from","height","large_arc","m11","m12","m21","m22","m31","m32","max","min","point","point","quadratic_bezier","radians","radii","radii","sample","size","split","split_range","start_angle","sweep","sweep_angle","to","to","to","to","to","traits","utils","value","vector","vector","width","x","x","x","x","x_rotation","x_rotation","y","y","y","y","Arc","ArcFlags","Flattened","SvgArc","center","flags","from","large_arc","radii","radii","start_angle","sweep","sweep_angle","to","x_rotation","x_rotation","ArrayString","ArrayVec","CapacityError","Drain","IntoIter","CubicBezierSegment","Flattened","ctrl1","ctrl2","from","to","Angle","BoolVector2D","BoolVector3D","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Trig","UnknownUnit","Vector2D","Vector3D","angle","approxeq","approxord","bottom","box3d","bvec2","bvec3","cos","default","degrees_to_radians","depth","fast_atan2","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","num","origin","point2","point3","r","radians","radians_to_degrees","rect","right","rotation","sin","size","size2","size3","tan","top","translation","vec2","vec3","w","width","width","x","x","x","x","x","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","z","z","ApproxEq","approx_epsilon","approx_eq","approx_eq_eps","max","min","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Vector2D","Vector3D","angle","bottom","depth","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","origin","r","right","rotation","size","top","translation","w","width","width","x","x","x","x","x","x","x","y","y","y","y","y","y","y","z","z","z","z","Ceil","Floor","One","Round","Zero","ceil","floor","one","round","zero","Flattened","FlattenedT","FlatteningParameters","QuadraticBezierSegment","ctrl","from","to","Scalar","Segment","Transformation","after_split","approximate_length","before_split","derivative","dx","dy","flip","for_each_flattened_with_t","from","sample","split","split_range","to","transform_point","transform_vector","x","y","cubic_polynomial_roots","directed_angle","directed_angle2","min_max","normalized_tangent","tangent","Flattened","FromPolyline","NoAttributes","PathIterator","Transformed","flattened","transformed","Angle","Box2D","Point","Rotation","Scale","Size","Transform","Translation","Vector","angle","height","m11","m12","m21","m22","m31","m32","max","min","point","radians","size","vector","width","x","x","x","y","y","y","Builder","BuilderImpl","BuilderWithAttributes","IdIter","Iter","IterWithAttributes","Path","PathSlice","Reversed","Builder","BuilderWithAttributes","Iter","PathBuffer","PathBufferSlice","IdPolygon","IdPolygonIter","PathEvents","Polygon","PolygonIdIter","PolygonIter","closed","closed","points","points","Build","PathBuilder","PathIterator","PathType","SvgPathBuilder","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","transformed","transformed","vertical_line_to","with_svg","Bevel","Butt","Gradient","LineCap","LineDash","LineJoin","Miter","Round","Round","Solid","Square","Stroke","Style","line_cap","line_dash","line_join","offset","segments","style","width","Gradient","Linear","Linear","Packed","end","pack","start","stops","load","A8","AnimationDecoder","Avif","Bgr8","Bgra8","Bmp","Bmp","CHANNEL_COUNT","COLOR_MODEL","COLOR_TYPE","Cmyk8","ColorType","DEFAULT_MAX_VALUE","DEFAULT_MIN_VALUE","Dds","Decoding","Delay","DynamicImage","EncodableLayout","Encoding","Err","ExtendedColorType","Farbfeld","Farbfeld","FlatSamples","Frame","Frames","GenericImage","GenericImageView","Gif","Gif","GrayAlphaImage","GrayImage","Hdr","Ico","Ico","ImageBuffer","ImageDecoder","ImageDecoderRect","ImageEncoder","ImageError","ImageFormat","ImageLuma16","ImageLuma8","ImageLumaA16","ImageLumaA8","ImageOutputFormat","ImageResult","ImageRgb16","ImageRgb32F","ImageRgb8","ImageRgba16","ImageRgba32F","ImageRgba8","IoError","Jpeg","Jpeg","L1","L16","L16","L2","L4","L8","L8","La1","La16","La16","La2","La4","La8","La8","Limits","Luma","LumaA","Ok","OpenExr","OpenExr","Parameter","Pixel","Pixel","PixelWithColorType","Pixels","Png","Png","Pnm","Pnm","Primitive","Progress","Qoi","Qoi","Reader","Rgb","Rgb1","Rgb16","Rgb16","Rgb2","Rgb32F","Rgb32F","Rgb32FImage","Rgb4","Rgb8","Rgb8","RgbImage","Rgba","Rgba1","Rgba16","Rgba16","Rgba2","Rgba32F","Rgba32F","Rgba32FImage","Rgba4","Rgba8","Rgba8","RgbaImage","SubImage","Subpixel","Tga","Tga","Tiff","Tiff","Unknown","Unsupported","Unsupported","WebP","WebP","apply","apply2","apply_with_alpha","apply_without_alpha","as_bytes","blend","blend_pixel","bounds","buffer","channels","channels4","channels_mut","codecs","color_hint","color_type","copy_from","copy_within","dimensions","dimensions","error","flat","from_channels","from_slice","from_slice_mut","get_pixel","get_pixel_mut","guess_format","height","icc_profile","image_dimensions","imageops","in_bounds","into_frames","into_reader","invert","io","layout","load","load_from_memory","load_from_memory_with_format","map","map2","map_with_alpha","map_without_alpha","math","open","original_color_type","pixels","put_pixel","read_image","read_image_with_progress","read_rect","read_rect_with_progress","samples","save_buffer","save_buffer_with_format","scanline_bytes","set_limits","sub_image","to_luma","to_luma_alpha","to_rgb","to_rgba","total_bytes","unsafe_get_pixel","unsafe_put_pixel","view","width","write_buffer_with_format","write_image","ConvertBuffer","EnumeratePixels","EnumeratePixelsMut","EnumerateRows","EnumerateRowsMut","Pixels","PixelsMut","Rows","RowsMut","convert","bmp","dds","dxt","farbfeld","gif","hdr","ico","jpeg","openexr","png","pnm","qoi","tga","tiff","webp","BmpDecoder","BmpEncoder","DdsDecoder","DXT1","DXT3","DXT5","DxtDecoder","DxtEncoder","DxtReader","DxtVariant","FarbfeldDecoder","FarbfeldEncoder","FarbfeldReader","Finite","GifDecoder","GifEncoder","GifReader","Infinite","Repeat","HdrAdapter","HdrDecoder","HdrEncoder","HdrImageDecoderIterator","HdrMetadata","HdrReader","Rgbe8Pixel","SIGNATURE","c","color_correction","custom_attributes","e","exposure","height","orientation","pixel_aspect_ratio","read_raw_file","rgbe8","to_rgbe8","width","IcoDecoder","IcoEncoder","IcoFrame","Centimeters","Inches","JpegDecoder","JpegEncoder","PixelAspectRatio","PixelDensity","PixelDensityUnit","density","unit","OpenExrDecoder","OpenExrEncoder","Adaptive","ApngDecoder","Avg","Best","CompressionType","Default","Fast","FilterType","Huffman","NoFilter","Paeth","PngDecoder","PngEncoder","PngReader","Rle","Sub","Up","ArbitraryHeader","ArbitraryMap","ArbitraryTuplType","Ascii","Binary","Bitmap","BitmapHeader","BlackAndWhite","BlackAndWhiteAlpha","Custom","Graymap","GraymapHeader","Grayscale","GrayscaleAlpha","Pixmap","PixmapHeader","PnmDecoder","PnmEncoder","PnmHeader","PnmSubtype","RGB","RGBAlpha","SampleEncoding","depth","encoding","encoding","encoding","height","height","height","height","maxval","maxval","maxwhite","tupltype","width","width","width","width","QoiDecoder","QoiEncoder","TgaDecoder","TgaEncoder","TiffDecoder","TiffEncoder","TiffReader","WebPDecoder","WebPEncoder","WebPQuality","vp8","Frame","Vp8Decoder","for_display","height","keyframe","pixel_type","ubuf","vbuf","width","ybuf","Color","Decoding","DecodingError","DimensionError","DimensionMismatch","Encoding","EncodingError","Err","Exact","FailedAlready","Format","Generic","GenericFeature","ImageError","ImageFormatHint","ImageResult","InsufficientMemory","IoError","LimitError","LimitErrorKind","Limits","Name","NoMoreData","Ok","Parameter","ParameterError","ParameterErrorKind","PathExtension","Unknown","Unsupported","Unsupported","UnsupportedError","UnsupportedErrorKind","limits","supported","ChannelCountMismatch","ColumnMajorPacked","Error","FlatSamples","ImagePacked","NormalForm","NormalFormRequired","PixelPacked","RowMajorPacked","SampleLayout","TooLarge","Unaliased","View","ViewMut","WrongColor","channel_stride","channels","color_hint","height","height_stride","layout","samples","width","width_stride","BiLevel","CatmullRom","Color","ColorMap","FilterType","Gaussian","Lanczos3","Nearest","Triangle","blur","brighten","colorops","contrast","crop","crop_imm","dither","filter3x3","flip_horizontal","flip_horizontal_in","flip_horizontal_in_place","flip_vertical","flip_vertical_in","flip_vertical_in_place","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","horizontal_gradient","huerotate","index_colors","index_of","interpolate_bilinear","interpolate_nearest","invert","lookup","map_color","overlay","overlay_bounds","replace","resize","rotate180","rotate180_in","rotate180_in_place","rotate270","rotate270_in","rotate90","rotate90_in","sample_bilinear","sample_nearest","thumbnail","tile","unsharpen","vertical_gradient","BiLevel","Color","ColorMap","brighten","brighten_in_place","contrast","contrast_in_place","dither","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","huerotate","huerotate_in_place","index_colors","index_of","invert","lookup","map_color","LimitSupport","Limits","Reader","max_alloc","max_image_height","max_image_width","Rect","height","width","x","y","Gradient","GradientVertex2D","Indexed","Mesh","Solid","SolidVertex2D","color","gradient","indices","position","position","vertices","buffers","buffers","size","size","Renderer","Cache","Editor","FontSystem","Paragraph","Raw","Version","buffer","cache","clip_bounds","color","editor","font_system","measure","paragraph","position","to_attributes","to_color","to_shaping","Cache","Entry","Key","KeyHash","bounds","buffer","content","font","line_height","min_bounds","shaping","size","Action","Advanced","Affinity","After","Align","Angle","Arc","Attrs","AttrsList","AttrsOwned","Backspace","Basic","Before","BidiParagraphs","Borrowed","BorrowedWithFontSystem","Buffer","BufferEnd","BufferLine","BufferRef","BufferStart","CacheKey","CacheKeyFlags","Center","Change","ChangeItem","Click","Close","Color","Color","Command","Condensed","Cr","CrLf","Cursive","Cursive","Cursor","CurveTo","Delete","DoubleClick","Down","Drag","Edit","Editor","End","End","Enter","Escape","Expanded","ExtraCondensed","ExtraExpanded","Family","FamilyOwned","Fantasy","Fantasy","Font","FontMatchAttrs","FontMatchKey","FontSystem","Glyph","GotoLine","Home","Indent","Insert","Italic","Justified","LayoutCursor","LayoutCursor","LayoutGlyph","LayoutLine","LayoutRun","LayoutRunIter","Left","Left","LeftWord","Lf","LfCr","Line","LineEnding","LineIter","LineTo","Mask","Metrics","Monospace","Monospace","Motion","Motion","MoveTo","Name","Name","Next","NextWord","None","None","None","Normal","Normal","Normal","Oblique","One","Owned","PageDown","PageUp","ParagraphEnd","ParagraphStart","PhysicalGlyph","Placement","Previous","PreviousWord","QuadTo","Right","Right","RightWord","SansSerif","SansSerif","Scroll","Scroll","Selection","SemiCondensed","SemiExpanded","Serif","Serif","ShapeBuffer","ShapeGlyph","ShapeLine","ShapeRunCache","ShapeRunKey","ShapeSpan","ShapeWord","Shaping","SoftHome","Stretch","Style","SubpixelBin","SubpixelMask","SwashCache","SwashContent","SwashImage","Three","Transform","TripleClick","Two","UltraCondensed","UltraExpanded","Unindent","Up","Vertical","Weight","Word","Word","WordOrGlyph","Wrap","Zero","action","affinity","apply_change","ascent","attrs_spans","auto_indent","blank","borrow_with","buffer_ref","buffer_ref_mut","cache_key","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","color_opt","color_opt","color_opt","color_opt","content","copy_selection","cursor","data","default_attrs","delete_range","delete_selection","descent","end","end","end","family","family_owned","finish_change","flags","font_id","font_id","font_id","font_monospace_em_width","font_size","font_size","font_size_bits","glyph","glyph_id","glyph_id","glyph_id","glyphs","glyphs","glyphs","height","image_cache","index","insert","insert_at","insert_string","items","layout","layout","left","level","level","line","line","line","line_height","line_i","line_top","line_w","line_y","lines","max_ascent","max_descent","metadata","metadata","metadata","metadata","outline_command_cache","placement","redraw","rtl","rtl","selection","selection_bounds","set_auto_indent","set_cursor","set_redraw","set_selection","set_tab_width","shape_as_needed","source","spans","start","start","start","start_change","stretch","stretch","style","style","tab_width","text","text","text","top","w","w","weight","weight","width","with_buffer","with_buffer_mut","words","x","x","x","x_advance","x_advance","x_bin","x_offset","x_offset","xx","xy","y","y","y","y_advance","y_advance","y_bin","y_offset","y_offset","yx","yy","lines","x","x","x","x","y","y","y","y","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","Binary","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Cursive","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","Database","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraCondensed","ExtraExpanded","FaceInfo","Family","Fantasy","Faroese_FaroeIslands","File","Filipino_Philippines","Finnish_Finland","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","ID","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Inuktitut_Canada","Inuktitut_Latin_Canada","Irish_Ireland","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Monospace","Name","Nepali_Nepal","Normal","Normal","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Pashto_Afghanistan","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","Query","Romanian_Romania","Romansh_Switzerland","Russian_Russia","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","SansSerif","Sanskrit_India","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","Serif","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","SharedFile","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Source","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Stretch","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unknown","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","families","families","id","index","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","monospaced","post_script_name","source","stretch","stretch","style","style","weight","weight","BottomToTop","BufferClusterLevel","BufferFlags","Characters","Direction","Face","Feature","GlyphBuffer","GlyphInfo","GlyphPosition","Invalid","Language","LeftToRight","MonotoneCharacters","MonotoneGraphemes","RightToLeft","Script","SerializeFlags","ShapePlan","Tag","TopToBottom","UnicodeBuffer","Variation","cluster","end","glyph_id","script","shape","shape_with_plan","start","tag","tag","value","value","x_advance","x_offset","y_advance","y_offset","ADLAM","AHOM","ANATOLIAN_HIEROGLYPHS","ARABIC","ARMENIAN","AVESTAN","BALINESE","BAMUM","BASSA_VAH","BATAK","BENGALI","BHAIKSUKI","BOPOMOFO","BRAHMI","BRAILLE","BUGINESE","BUHID","CANADIAN_SYLLABICS","CARIAN","CAUCASIAN_ALBANIAN","CHAKMA","CHAM","CHEROKEE","CHORASMIAN","COMMON","COPTIC","CUNEIFORM","CYPRIOT","CYRILLIC","DESERET","DEVANAGARI","DIVES_AKURU","DOGRA","DUPLOYAN","EGYPTIAN_HIEROGLYPHS","ELBASAN","ELYMAIC","ETHIOPIC","GEORGIAN","GLAGOLITIC","GOTHIC","GRANTHA","GREEK","GUJARATI","GUNJALA_GONDI","GURMUKHI","HAN","HANGUL","HANIFI_ROHINGYA","HANUNOO","HATRAN","HEBREW","HIRAGANA","IMPERIAL_ARAMAIC","INHERITED","INSCRIPTIONAL_PAHLAVI","INSCRIPTIONAL_PARTHIAN","JAVANESE","KAITHI","KANNADA","KATAKANA","KAYAH_LI","KHAROSHTHI","KHITAN_SMALL_SCRIPT","KHMER","KHOJKI","KHUDAWADI","LAO","LATIN","LEPCHA","LIMBU","LINEAR_A","LINEAR_B","LISU","LYCIAN","LYDIAN","MAHAJANI","MAKASAR","MALAYALAM","MANDAIC","MANICHAEAN","MARCHEN","MASARAM_GONDI","MEDEFAIDRIN","MEETEI_MAYEK","MENDE_KIKAKUI","MEROITIC_CURSIVE","MEROITIC_HIEROGLYPHS","MIAO","MODI","MONGOLIAN","MRO","MULTANI","MYANMAR","MYANMAR_ZAWGYI","NABATAEAN","NANDINAGARI","NEWA","NEW_TAI_LUE","NKO","NUSHU","NYIAKENG_PUACHUE_HMONG","OGHAM","OLD_HUNGARIAN","OLD_ITALIC","OLD_NORTH_ARABIAN","OLD_PERMIC","OLD_PERSIAN","OLD_SOGDIAN","OLD_SOUTH_ARABIAN","OLD_TURKIC","OL_CHIKI","ORIYA","OSAGE","OSMANYA","PAHAWH_HMONG","PALMYRENE","PAU_CIN_HAU","PHAGS_PA","PHOENICIAN","PSALTER_PAHLAVI","REJANG","RUNIC","SAMARITAN","SAURASHTRA","SHARADA","SHAVIAN","SIDDHAM","SIGNWRITING","SINHALA","SOGDIAN","SORA_SOMPENG","SOYOMBO","SUNDANESE","SYLOTI_NAGRI","SYRIAC","TAGALOG","TAGBANWA","TAI_LE","TAI_THAM","TAI_VIET","TAKRI","TAMIL","TANGUT","TELUGU","THAANA","THAI","TIBETAN","TIFINAGH","TIRHUTA","UGARITIC","UNKNOWN","VAI","WANCHO","WARANG_CITI","YEZIDI","YI","ZANABAZAR_SQUARE","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","ArgumentsStackLimitReached","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","BboxOverflow","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","BitmapGray2","BitmapGray2Packed","BitmapGray4","BitmapGray4Packed","BitmapGray8","BitmapMono","BitmapMonoPacked","BitmapPremulBgra32","Black","BlendRegionsLimitReached","Bold","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","CFFError","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Custom","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","DataAfterEndChar","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","Editable","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Face","FaceIndexOutOfBounds","FaceParsingError","FaceTables","Faroese_FaroeIslands","Filipino_Philippines","Finnish_Finland","Fixed","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","FromData","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","GlyphId","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Installable","Inuktitut_Canada","Inuktitut_Latin_Canada","InvalidArgumentsStackLength","InvalidItemVariationDataIndex","InvalidNumberOfBlendOperands","InvalidOperator","InvalidSeacCode","InvalidSubroutineIndex","Irish_Ireland","Iso","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","LazyArray16","LazyArray32","LazyArrayIter16","LazyArrayIter32","Light","LineMetrics","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Macintosh","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","MalformedFont","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Medium","MissingEndChar","MissingMoveTo","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Nepali_Nepal","NestingLimitReached","NoGlyph","NoHeadTable","NoHheaTable","NoLocalSubroutines","NoMaxpTable","Normal","Normal","Normal","NormalizedCoordinate","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Other","OutlineBuilder","PNG","Pashto_Afghanistan","Permissions","PlatformId","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","PreviewAndPrint","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","RasterGlyphImage","RasterImageFormat","RawFace","RawFaceTables","ReadOutOfBounds","Rect","Restricted","RgbaColor","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SIZE","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","Sanskrit_India","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","TableRecord","Tag","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Thin","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unicode","UnicodeRanges","Unknown","UnknownMagic","UnsupportedOperator","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Variation","VariationAxis","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Width","Windows","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","ZeroBBox","alpha","ankr","ankr","ankr","apple_layout","avar","avar","avar","axis","bdat","bdat","bloc","blue","cbdt","cbdt","cbdt","cblc","cblc","cff","cff","cff","cff2","cff2","cff2","check_sum","close","cmap","cmap","cmap","colr","colr","colr","cpal","cpal","curve_to","data","data","def_value","ebdt","ebdt","eblc","feat","feat","feat","fonts_in_collection","format","fvar","fvar","fvar","gdef","gdef","gdef","glyf","glyf","glyf","gpos","gpos","gpos","green","gsub","gsub","gsub","gvar","gvar","gvar","head","head","head","height","hhea","hhea","hhea","hidden","hmtx","hmtx","hmtx","hvar","hvar","hvar","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","kern","kern","kern","kerx","kerx","kerx","length","line_to","loca","loca","math","math","math","max_value","maxp","maxp","maxp","min_value","morx","morx","morx","move_to","mvar","mvar","mvar","name","name","name","name_id","name_id","offset","opentype_layout","os2","os2","os2","parse","pixels_per_em","position","post","post","post","quad_to","red","sbix","sbix","sbix","svg","svg","svg","table_records","tag","tag","thickness","trak","trak","trak","value","vhea","vhea","vhea","vmtx","vmtx","vorg","vorg","vorg","vvar","vvar","width","x","x_max","x_min","x_offset","x_size","y","y_max","y_min","y_offset","y_size","Point","Table","x","y","ExtendedStateTable","GenericStateEntry","Lookup","StateEntry","StateTable","ValueOffset","class","extra","extra","flags","flags","new_state","new_state","state","DELETED_GLYPH","END_OF_TEXT","OUT_OF_BOUNDS","START_OF_TEXT","AxisValueMap","SegmentMaps","SegmentMapsIter","Table","from_coordinate","segment_maps","to_coordinate","Table","Table","Matrix","Table","kx","ky","sx","sy","tx","ty","Table","ByteEncodingTable","Format","Found","GlyphVariationResult","HighByteMappingThroughTable","ManyToOneRangeMappings","MixedCoverage","SegmentMappingToDeltaValues","SegmentedCoverage","Subtable","Subtable0","Subtable10","Subtable12","Subtable13","Subtable14","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","TrimmedArray","TrimmedTableMapping","UnicodeVariationSequences","UseDefault","encoding_id","first_code_point","first_code_point","format","glyph_ids","glyphs","glyphs","platform_id","subtables","Painter","Table","outline","paint_color","paint_foreground","Table","FeatureName","FeatureNames","FeatureNamesIter","SettingName","Table","default_setting_index","exclusive","feature","name_index","name_index","names","setting","setting_names","Table","VariationAxis","axes","def_value","hidden","max_value","min_value","name_id","tag","Base","Component","GlyphClass","Ligature","Mark","Table","Table","Anchor","AnchorMatrix","ChainContext","ClassMatrix","Context","Cursive","CursiveAdjustment","CursiveAnchorSet","Device","Format1","Format1","Format2","Format2","Hinting","HintingDevice","LigatureArray","MarkArray","MarkToBase","MarkToBaseAdjustment","MarkToLigature","MarkToLigatureAdjustment","MarkToMark","MarkToMarkAdjustment","Pair","PairAdjustment","PairSet","PairSets","PositioningSubtable","Single","SingleAdjustment","ValueRecord","ValueRecordsArray","Variation","VariationDevice","anchors","base_coverage","cols","coverage","inner_index","ligature_array","ligature_coverage","mark1_coverage","mark2_coverage","mark2_matrix","mark_coverage","mark_coverage","marks","marks","marks","outer_index","rows","sets","x","x_advance","x_advance_device","x_device","x_placement","x_placement_device","y","y_advance","y_advance_device","y_device","y_placement","y_placement_device","classes","coverage","coverage","matrix","sets","coverage","coverage","value","values","Alternate","AlternateSet","AlternateSets","AlternateSubstitution","ChainContext","Context","Format1","Format2","Ligature","Ligature","LigatureSet","LigatureSets","LigatureSubstitution","Multiple","MultipleSubstitution","ReverseChainSingle","ReverseChainSingleSubstitution","Sequence","SequenceList","Single","SingleSubstitution","SubstitutionSubtable","alternate_sets","alternates","backtrack_coverages","components","coverage","coverage","coverage","coverage","glyph","ligature_sets","lookahead_coverages","sequences","substitutes","substitutes","coverage","coverage","delta","substitutes","Table","IndexToLocationFormat","Long","Short","Table","global_bbox","index_to_location_format","units_per_em","Table","ascender","descender","line_gap","number_of_metrics","Metrics","Table","advance","bearings","metrics","number_of_metrics","side_bearing","Table","Format","Format0","Format1","Format2","Format3","KerningPair","Subtable","Subtable0","Subtable2","Subtable3","Subtables","SubtablesIter","Table","format","has_cross_stream","has_state_machine","horizontal","pair","pairs","subtables","value","variable","AnchorPoints","EntryData","Format","Format0","Format1","Format2","Format4","Format6","Subtable","Subtable0","Subtable1","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","action_index","anchor_points","format","has_cross_stream","has_state_machine","horizontal","pairs","state_table","state_table","subtables","tuple_count","variable","Long","Short","Table","Constants","GlyphAssembly","GlyphConstruction","GlyphConstructions","GlyphInfo","GlyphPart","GlyphVariant","Kern","KernInfo","KernInfos","MathValue","MathValues","PartFlags","Table","Variants","advance_measurement","assembly","bottom_left","bottom_right","constants","device","end_connector_length","extended_shapes","full_advance","glyph_id","glyph_info","horizontal_constructions","italic_corrections","italics_correction","kern_infos","min_connector_overlap","part_flags","parts","start_connector_length","top_accent_attachments","top_left","top_right","value","variant_glyph","variants","variants","vertical_constructions","Table","number_of_glyphs","Chain","Chains","ChainsIter","Contextual","ContextualEntryData","ContextualSubtable","Coverage","Feature","Insertion","InsertionEntryData","InsertionSubtable","Ligature","LigatureSubtable","NonContextual","Rearrangement","Subtable","SubtableKind","Subtables","SubtablesIter","Table","chains","components","coverage","current_index","current_insert_index","default_flags","disable_flags","enable_flags","feature_flags","features","glyphs","kind","kind","ligature_actions","ligatures","mark_index","marked_insert_index","setting","state","state","state","subtables","Table","Custom","Iso","Macintosh","Name","Names","NamesIter","PlatformId","Table","Unicode","Windows","encoding_id","language_id","name","name_id","names","platform_id","COMPATIBLE_FULL","COPYRIGHT_NOTICE","DARK_BACKGROUND_PALETTE","DESCRIPTION","DESIGNER","DESIGNER_URL","FAMILY","FULL_NAME","LICENSE","LICENSE_URL","LIGHT_BACKGROUND_PALETTE","MANUFACTURER","POST_SCRIPT_CID","POST_SCRIPT_NAME","SAMPLE_TEXT","SUBFAMILY","TRADEMARK","TYPOGRAPHIC_FAMILY","TYPOGRAPHIC_SUBFAMILY","UNIQUE_ID","VARIATIONS_POST_SCRIPT_NAME_PREFIX","VENDOR_URL","VERSION","WWS_FAMILY","WWS_SUBFAMILY","ChainedContextLookup","ChainedSequenceRule","ChainedSequenceRuleSet","ChainedSequenceRuleSets","Class","ClassDefinition","ContextLookup","Coverage","Feature","FeatureIndex","FeatureList","FeatureVariations","Format1","Format1","Format1","Format1","Format2","Format2","Format2","Format2","Format3","Format3","LanguageIndex","LanguageSystem","LanguageSystemList","LayoutTable","Lookup","LookupFlags","LookupIndex","LookupList","LookupSubtable","LookupSubtables","LookupSubtablesIter","RangeRecord","RecordList","RecordListItem","RecordListIter","Script","ScriptIndex","ScriptList","SequenceLookupRecord","SequenceRule","SequenceRuleSet","SequenceRuleSets","VariationIndex","backtrack","default_language","end","feature_indices","features","flags","input","input","languages","lookahead","lookup_indices","lookup_list_index","lookups","lookups","lookups","mark_filtering_set","parse","parse","required_feature","scripts","sequence_index","start","subtables","tag","tag","tag","value","variations","backtrack_classes","backtrack_coverages","coverage","coverage","coverage","input_classes","input_coverages","lookahead_classes","lookahead_coverages","lookups","sets","sets","classes","records","start","classes","coverage","coverage","coverage","coverages","lookups","sets","sets","glyphs","records","Black","Bold","Condensed","Editable","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Installable","Italic","Light","Medium","Normal","Normal","Normal","Oblique","Other","Permissions","PreviewAndPrint","Restricted","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Style","Table","Thin","UltraCondensed","UltraExpanded","UnicodeRanges","Weight","Width","version","x_offset","x_size","y_offset","y_size","Names","Table","is_monospaced","italic_angle","underline_metrics","Strike","Strikes","StrikesIter","Table","pixels_per_em","ppi","strikes","SvgDocument","SvgDocumentsList","SvgDocumentsListIter","Table","data","documents","end_glyph_id","start_glyph_id","Table","Track","TrackData","Tracks","TracksIter","horizontal","name_index","sizes","tracks","value","values","vertical","Table","ascender","descender","line_gap","number_of_metrics","Table","VerticalOriginMetrics","default_y","glyph_id","metrics","y","Editor","Weak","bounds","Paragraph","Weak","horizontal_alignment","min_bounds","vertical_alignment","Command","Debug","Font","Message","Program","Renderer","Theme","UserInterface","clipboard","command","dnd","family","font","keyboard","overlay","program","stretch","style","system","update","user_interface","view","weight","window","Action","Read","ReadData","ReadPrimary","ReadPrimaryData","Write","WriteData","WritePrimary","WritePrimaryData","read","read_data","read_primary","read_primary_data","write","write_data","write_primary","write_primary_data","Action","Clipboard","Command","Dnd","Future","LoadFont","PlatformSpecific","Stream","System","Widget","Window","channel","platform_specific","bytes","tagger","Action","Phantom","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","location","location","modifiers","modifiers","text","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","DndAction","EndDnd","PeekDnd","RegisterDndDestination","SetAction","StartDnd","end_dnd","peek_dnd","register_dnd_destination","set_action","start_dnd","actions","content","icon_surface","internal","rectangles","source_surface","surface","Black","Bold","Condensed","Cursive","Error","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","load","stretch","style","weight","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Nested","Message","Program","Renderer","State","Theme","update","view","Action","Information","QueryInformation","cpu_brand","cpu_cores","graphics_adapter","graphics_backend","memory_total","memory_used","system_kernel","system_name","system_short_version","system_version","Cache","Outdated","State","Updated","UserInterface","redraw_request","Action","ChangeIcon","ChangeLevel","ChangeMode","Close","Drag","FetchId","FetchMaximized","FetchMinimized","FetchMode","FetchSize","GainFocus","Id","Maximize","Minimize","Move","RequestUserAttention","Resize","Screenshot","Screenshot","ShowWindowMenu","Spawn","ToggleDecorations","ToggleMaximize","bytes","change_icon","change_level","change_mode","close","drag","fetch_id","fetch_maximized","fetch_minimized","fetch_mode","fetch_size","frames","gain_focus","maximize","minimize","move_to","request_user_attention","resize","screenshot","screenshot","show_window_menu","size","spawn","toggle_decorations","toggle_maximize","CropError","OutOfBounds","Screenshot","Zero","bytes","size","Custom","Dark","Light","Theme","application","button","checkbox","container","menu","pane_grid","pick_list","progress_bar","radio","rule","scrollable","slider","svg","text_editor","text_input","theme","toggler","Appearance","Style","StyleSheet","appearance","background_color","icon_color","text_color","Appearance","Style","StyleSheet","active","background","border","border_color","border_radius","border_width","disabled","hovered","icon_color","pressed","shadow","shadow_offset","text_color","Appearance","Style","StyleSheet","active","background","border","hovered","icon_color","text_color","Appearance","Style","StyleSheet","appearance","background","border","icon_color","shadow","text_color","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","Appearance","Style","StyleSheet","appearance","background","border","selected_background","selected_text_color","text_color","Appearance","Line","Style","StyleSheet","background","border","color","hovered_region","hovered_split","picked_split","width","Appearance","Style","StyleSheet","active","background","border","handle_color","hovered","placeholder_color","text_color","Appearance","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Style","StyleSheet","appearance","color","fill_mode","radius","width","Scrollbar","Scroller","Style","StyleSheet","active","active_horizontal","background","border","border","color","dragging","dragging_horizontal","hovered","hovered_horizontal","scroller","Appearance","Breakpoint","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Style","StyleSheet","active","border_color","border_radius","border_width","breakpoint","color","color","colors","dragging","handle","hovered","rail","shape","width","border_radius","height","radius","width","auto_angle","gradient","Appearance","Style","StyleSheet","appearance","color","hovered","Appearance","Style","StyleSheet","active","background","border","disabled","disabled_color","focused","hovered","placeholder_color","selection_color","value_color","Appearance","Style","StyleSheet","active","background","border","disabled","disabled_color","focused","hovered","icon_color","placeholder_color","selection_color","value_color","Application","Box","Button","Checkbox","Color","Container","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Dark","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Destructive","Light","Menu","Palette","PaneGrid","PickList","Positive","Primary","Primary","Primary","ProgressBar","Radio","Rule","Scrollable","Secondary","Secondary","Slider","Success","Success","Svg","Text","Text","TextEditor","TextInput","Theme","Toggler","Transparent","background","danger","palette","primary","success","text","Background","Danger","EXTENDED_DARK","EXTENDED_LIGHT","Extended","Pair","Palette","Primary","Secondary","Success","background","background","base","base","base","base","base","color","danger","danger","icon","is_dark","primary","primary","secondary","strong","strong","strong","strong","strong","success","success","text","text","weak","weak","weak","weak","weak","Appearance","Style","StyleSheet","active","background","background_border","border_radius","foreground","foreground_border","handle_margin","handle_radius","hovered","Button","Canvas","Checkbox","Column","ComboBox","Component","Container","Custom","DEFAULT_HEIGHT","DEFAULT_HEIGHT","DEFAULT_PADDING","DEFAULT_SIZE","DEFAULT_SIZE","DEFAULT_SPACING","DEFAULT_WIDTH","Dark","Event","Image","Lazy","Light","MouseArea","PaneGrid","PickList","ProgressBar","Radio","Renderer","Responsive","Row","Rule","Scrollable","Slider","Space","State","Svg","Text","TextEditor","TextInput","Theme","Themer","TinySkia","Toggler","Tooltip","VerticalSlider","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","align_items","align_items","align_x","align_y","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","border_radius","borrow","borrow","borrow","borrow","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","breakpoints","button","button","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","canvas","canvas","center_x","center_y","checkbox","checkbox","children","children","children","children","children","children","children","children","children","children","children","clear","column","column","combo_box","combo_box","component","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","container","container","content_fit","content_fit","default","default","default_font","default_size","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","diff","diff","diff","diff","diff","diff","diff","diff","diff","diff","diff","dimensions","dimensions","direction","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw","draw_mesh","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fill_editor","fill_paragraph","fill_quad","fill_raw","fill_text","filter_method","fmt","fmt","fmt","focus_next","focus_previous","font","font","font","font","font","font","font","font","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_path","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gap","handle","height","height","height","height","height","height","height","height","height","height","height","height","height","highlight","horizontal","horizontal_rule","horizontal_space","icon","icon","icon","id","id","id","id","id","id","id","id","id","id","id","id","id","image","image","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","keyed","keyed_column","keyed_column","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","layout","lazy","line_height","line_height","load_font","max_height","max_width","max_width","mouse_area","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","on_action","on_click","on_close","on_drag","on_drag","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_input","on_input","on_middle_press","on_middle_release","on_mouse_enter","on_mouse_exit","on_option_hovered","on_paste","on_press","on_press","on_press_maybe","on_release","on_release","on_release","on_resize","on_right_press","on_right_release","on_scroll","on_submit","operate","operate","operate","operate","operate","operate","operate","operate","operate","operate","operate","operate","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","padding","padding","padding","padding","padding","padding","padding","padding","padding","pane_grid","password","pick_list","pick_list","placeholder","progress_bar","progress_bar","push","push","radio","radio","responsive","row","row","rule","scrollable","scrollable","set_id","set_id","set_id","set_id","set_id","set_id","set_id","set_id","set_id","set_id","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size_hint","slider","slider","snap_within_viewport","space","spacing","spacing","spacing","spacing","spacing","spacing","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","state","step","step","style","style","style","style","style","style","style","style","style","style","style","style","style","style","style","style","style","svg","svg","symbolic","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","tag","text","text","text_alignment","text_editor","text_editor","text_input","text_input","text_input_style","text_line_height","text_line_height","text_line_height","text_line_height","text_shaping","text_shaping","text_shaping","text_shaping","text_shaping","text_size","text_size","text_size","text_size","themer","toggler","toggler","tooltip","tooltip","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update","vertical","vertical_rule","vertical_slider","vertical_slider","vertical_space","view","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","width","with_children","with_children","with_height","with_layer","with_translation","with_width","Appearance","Button","State","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","border_color","border_radius","border_width","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","disabled","draw","drop","eq","equivalent","equivalent","equivalent","fmt","focus","focus","focus","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_focused","is_focused","is_hovered","layout","mouse_interaction","new","pressed","shadow","shadow_offset","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","unfocus","unfocus","update","Bevel","Butt","Cache","Canvas","Event","Fill","Frame","Geometry","Geometry","Gradient","Gradient","Keyboard","LineCap","LineDash","LineJoin","Linear","Miter","Mouse","Path","Program","Renderer","Round","Round","Solid","Square","State","Stroke","Style","Text","TinySkia","TinySkia","Touch","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","color","components_from","content","deref","deref_mut","draw","draw","drop","eq","event","fill","fmt","font","from","from_angle","from_stimulus","gradient","horizontal_alignment","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line_cap","line_dash","line_height","line_join","mouse_interaction","offset","path","position","rule","segments","shaping","size","stroke","style","style","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","update","vertical_alignment","width","Captured","Event","Ignored","Keyboard","Mouse","Status","Touch","EvenOdd","Fill","Gradient","NonZero","Rule","Solid","Style","rule","style","Gradient","Linear","Linear","Packed","end","pack","start","stops","Arc","Builder","Path","arc","center","end_angle","radius","start_angle","Arc","Elliptical","center","center","end_angle","end_angle","radii","radius","rotation","start_angle","start_angle","ArcFlags","AttributeIndex","AttributeSlice","AttributeStore","Attributes","Begin","Begin","Begin","Bevel","Builder","BuilderImpl","BuilderWithAttributes","Butt","ControlPointId","Cubic","Cubic","Cubic","End","End","End","EndpointId","EvenOdd","Event","EventId","FillRule","IdEvent","IdIter","IdPolygon","Iter","IterWithAttributes","Line","Line","Line","LineCap","LineJoin","Miter","MiterClip","NO_ATTRIBUTES","Negative","Negative","NonZero","Path","PathBuffer","PathBufferSlice","PathCommands","PathCommandsSlice","PathEvent","PathSlice","Polygon","Position","PositionStore","Positive","Positive","Quadratic","Quadratic","Quadratic","Reversed","Round","Round","Side","Square","Winding","builder","closed","closed","commands","get","get_control_point","get_endpoint","iterator","large_arc","math","num_attributes","path","path_buffer","points","points","polygon","position","sweep","traits","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","BorderRadii","Build","Flattened","NoAttributes","PathBuilder","PathType","SvgPathBuilder","Transformed","WithSvg","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","bottom_left","bottom_right","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","top_left","top_right","transformed","vertical_line_to","with_svg","CommandsPathSlice","Events","Iter","PathCommands","PathCommandsBuilder","PathCommandsSlice","PointEvents","Angle","Arc","ArcFlags","Box2D","CubicBezierSegment","DIV_EPSILON","EIGHT","EPSILON","FIVE","FOUR","HALF","Line","LineEquation","LineSegment","MAX","MIN","NINE","ONE","Point","QuadraticBezierSegment","Rotation","SEVEN","SIX","Scalar","Scalar","Scale","Segment","Size","SvgArc","TEN","THREE","TWO","Transform","Translation","Triangle","Vector","ZERO","a","after_split","angle","approximate_length","arc","b","before_split","c","center","ctrl","ctrl1","ctrl2","cubic_bezier","derivative","dx","dy","epsilon_for","flags","flip","for_each_flattened_with_t","from","from","from","from","from","height","large_arc","m11","m12","m21","m22","m31","m32","max","min","point","point","quadratic_bezier","radians","radii","radii","sample","size","split","split_range","start_angle","sweep","sweep_angle","to","to","to","to","to","traits","utils","value","vector","vector","width","x","x","x","x","x_rotation","x_rotation","y","y","y","y","Arc","ArcFlags","Flattened","SvgArc","center","flags","from","large_arc","radii","radii","start_angle","sweep","sweep_angle","to","x_rotation","x_rotation","ArrayString","ArrayVec","CapacityError","Drain","IntoIter","CubicBezierSegment","Flattened","ctrl1","ctrl2","from","to","Angle","BoolVector2D","BoolVector3D","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Trig","UnknownUnit","Vector2D","Vector3D","angle","approxeq","approxord","bottom","box3d","bvec2","bvec3","cos","default","degrees_to_radians","depth","fast_atan2","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","num","origin","point2","point3","r","radians","radians_to_degrees","rect","right","rotation","sin","size","size2","size3","tan","top","translation","vec2","vec3","w","width","width","x","x","x","x","x","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","z","z","ApproxEq","approx_epsilon","approx_eq","approx_eq_eps","max","min","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Vector2D","Vector3D","angle","bottom","depth","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","origin","r","right","rotation","size","top","translation","w","width","width","x","x","x","x","x","x","x","y","y","y","y","y","y","y","z","z","z","z","Ceil","Floor","One","Round","Zero","ceil","floor","one","round","zero","Flattened","FlattenedT","FlatteningParameters","QuadraticBezierSegment","ctrl","from","to","Scalar","Segment","Transformation","after_split","approximate_length","before_split","derivative","dx","dy","flip","for_each_flattened_with_t","from","sample","split","split_range","to","transform_point","transform_vector","x","y","cubic_polynomial_roots","directed_angle","directed_angle2","min_max","normalized_tangent","tangent","Flattened","FromPolyline","NoAttributes","PathIterator","Transformed","flattened","transformed","Angle","Box2D","Point","Rotation","Scale","Size","Transform","Translation","Vector","angle","height","m11","m12","m21","m22","m31","m32","max","min","point","radians","size","vector","width","x","x","x","y","y","y","Builder","BuilderImpl","BuilderWithAttributes","IdIter","Iter","IterWithAttributes","Path","PathSlice","Reversed","Builder","BuilderWithAttributes","Iter","PathBuffer","PathBufferSlice","IdPolygon","IdPolygonIter","PathEvents","Polygon","PolygonIdIter","PolygonIter","closed","closed","points","points","Build","PathBuilder","PathIterator","PathType","SvgPathBuilder","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","transformed","transformed","vertical_line_to","with_svg","Bevel","Butt","Gradient","LineCap","LineDash","LineJoin","Miter","Round","Round","Solid","Square","Stroke","Style","line_cap","line_dash","line_join","offset","segments","style","width","Appearance","Checkbox","Icon","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","code_point","components_from","deref","deref_mut","drop","eq","fmt","font","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line_height","shaping","size","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","ComboBox","State","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","build_matchers","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","search","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","with_selection","Appearance","Container","Style","StyleSheet","appearance","background","border","draw_background","icon_color","layout","shadow","text_color","visible_bounds","FilterMethod","Handle","Image","Linear","Nearest","Viewer","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","draw","draw","drop","from","from_angle","from_stimulus","height","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","layout","layout","max_scale","min_scale","mouse_interaction","new","on_event","padding","scale_step","size","state","tag","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","viewer","viewer","width","State","Viewer","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","image_size","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_cursor_grabbed","new","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Column","adapt_into_using","align_items","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","children","column","components_from","default","deref","deref_mut","diff","draw","drop","from","from_angle","from_stimulus","height","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","layout","max_width","mouse_interaction","new","on_event","operate","overlay","padding","push","size","spacing","state","tag","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","with_children","Column","menu","Appearance","Menu","State","Style","StyleSheet","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","new","overlay","padding","selected_background","selected_text_color","style","text_color","text_line_height","text_shaping","text_size","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","All","Appearance","Axis","Bottom","Canceled","Center","Configuration","Content","Contents","Direction","Down","DragEvent","Draggable","Dropped","Edge","Edge","Edge","Horizontal","Left","Left","Line","Maximized","Node","Pane","Pane","Pane","Pane","PaneGrid","Picked","Region","ResizeEvent","Right","Right","Split","Split","Split","State","Style","StyleSheet","Target","TitleBar","Top","Up","Vertical","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adjacent","always_show_controls","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","border","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","can_be_dragged_at","can_be_dragged_at","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","close","cmp","cmp","color","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","controls","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","draw","draw","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get_mut","hash","hash","hash","hash","hovered_region","hovered_split","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","internal","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_over_pick_area","iter","iter","iter_mut","layout","layout","layout","len","maximize","maximized","mouse_interaction","move_to_edge","new","new","new","padding","pane_regions","panes","partial_cmp","partial_cmp","picked_split","ratio","resize","restore","split","split","split","split_line_bounds","split_regions","split_with","splits","state","style","style","swap","title_bar","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update","width","with_configuration","a","axis","b","ratio","pane","pane","pane","target","a","axis","b","id","ratio","Action","Clicking","Dragging","Idle","Internal","Resizing","State","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clicked_pane","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","fmt","fmt","from","from","from_angle","from_angle","from_configuration","from_stimulus","from_stimulus","init","init","internal","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","layout","panes","picked_pane","picked_split","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","axis","origin","origin","pane","pane","split","Appearance","Arrow","Dynamic","Handle","Icon","None","PickList","State","Static","Style","StyleSheet","active","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","code_point","components_from","components_from","components_from","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","draw","drop","drop","drop","eq","eq","fmt","fmt","fmt","font","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","handle_color","hovered","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","layout","line_height","mouse_interaction","overlay","placeholder_color","shaping","size","text_color","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","update","closed","open","size","Appearance","ProgressBar","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Radio","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Compositor","Geometry","Renderer","Settings","TinySkia","TinySkia","TinySkia","adapt_into_using","adapt_into_using","adapt_into_using","antialiasing","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","compositor","configure_surface","create_renderer","create_surface","default","default_font","default_text_size","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","fetch_information","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","geometry","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","new","present","screenshot","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","Compositor","Surface","TinySkia","TinySkia","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Cache","Frame","Geometry","TinySkia","TinySkia","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","center","clear","components_from","components_from","default","deref","deref","deref_mut","deref_mut","draw","drop","drop","fill","fill_rectangle","fill_text","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","height","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_geometry","into_stimulus","into_stimulus","new","new","rotate","scale","scale_nonuniform","size","stroke","translate","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","with_clip","with_save","Antialiasing","Backend","BackendError","Cache","Clip","Compositor","Custom","Damage","Editor","Error","Gradient","Gradient","GraphicsAdapterNotFound","Group","Image","Linear","MSAAx16","MSAAx2","MSAAx4","MSAAx8","Mesh","NoAvailablePixelFormat","Paragraph","Primitive","Primitive","Quad","RawText","Renderer","Renderer","Settings","Solid","Surface","Svg","Text","Transformation","Translate","VersionNotSupported","Viewport","backend","bounds","color","compositor","configure_surface","create_renderer","create_surface","damage","fetch_information","geometry","image","mesh","new","present","renderer","screenshot","text","buffers","buffers","size","size","background","border","border_radius","bounds","bounds","bounds","bounds","bounds","clip_bounds","clip_bounds","clip_bounds","color","color","color","color","content","content","content","content","editor","filter_method","font","handle","handle","horizontal_alignment","line_height","paragraph","position","position","primitives","shadow","shaping","size","translation","vertical_alignment","Backend","Image","Primitive","Svg","Text","dimensions","load_font","viewport_dimensions","GAMMA_CORRECTION","Packed","pack","Compositor","Information","InvalidDimensions","Lost","OutOfMemory","Outdated","Present","Renderer","Resize","Settings","Surface","SurfaceError","Timeout","Window","adapter","backend","configure_surface","create_renderer","create_surface","fetch_information","new","present","screenshot","Alignment","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","Keyboard","Layout","Length","Linear","Mouse","None","Overlay","Padding","Pixels","PlatformSpecific","Point","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","Text","Touch","Vector","Widget","Window","a","alignment","b","blur_radius","border","bottom","bounds","children","clear","clipboard","color","color","color","content","diff","drag_destinations","draw","draw","end_dnd","event","family","fill_quad","font","font","g","gradient","height","height","horizontal_alignment","id","id","image","is_over","keyboard","layout","layout","layout","left","line_height","mouse","mouse_interaction","mouse_interaction","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","peek_dnd","r","radius","read","read_data","read_primary","read_primary_data","register_dnd_destination","renderer","right","set_action","set_id","shaping","size","size","size_hint","start_dnd","state","stretch","style","svg","tag","text","time","top","touch","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_translation","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","Border","Radius","color","radius","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","end_dnd","peek_dnd","peek_dnd","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","angle","color","offset","stops","Custom","Id","IdEq","Internal","Set","Unique","eq","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","dimensions","draw","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","Layout","Limits","Node","atomic","contained","flex","next_to_each_other","padded","positioned","sized","Axis","Horizontal","Vertical","resolve","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","click","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","Element","Group","Overlay","draw","from_children","is_over","layout","mouse_interaction","on_event","operate","overlay","Null","Quad","Renderer","Style","border","bounds","clear","fill_quad","icon_color","scale_factor","shadow","text_color","with_layer","with_translation","Bytes","Data","Handle","Path","Renderer","dimensions","draw","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","bounds","bounds","change_line","compare","content","current_line","cursor","cursor_position","default_font","default_size","editor","fill_editor","fill_paragraph","fill_raw","fill_text","font","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","bounds","cursor","cursor_position","highlight","line","line_count","perform","selection","update","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","change_line","color","current_line","font","highlight_line","new","update","Duration","Instant","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","children","children","container","custom","diff","drag_destinations","draw","finish","focusable","id","id","layout","mouse_interaction","on_event","operate","operation","overlay","scrollable","set_id","size","size_hint","state","state","tag","tag","text","text_input","tree","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","container","custom","finish","focus","focusable","focusable","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","scoped","scroll_to","scrollable","scrollable","select_all","snap_to","text_input","text_input","unfocus","Count","Focusable","count","find_focused","focus","focus","focus_next","focus_previous","focused","is_focused","total","unfocus","AbsoluteOffset","RelativeOffset","Scrollable","scroll_to","scroll_to","snap_to","snap_to","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","None","Some","State","Tag","Tree","children","diff_children_custom_with_search","id","state","tag","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","decorations","exit_on_close_request","icon","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","settings","size","transparent","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","from_rgba","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","application_id","decorations","exit_on_close_request","icon","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","transparent","visible","Damage","bounds","group","list","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","backend","boxed_stream","enter","event","executor","keyboard","new","spawn","subscription","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","time","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","channel","unbounded","Canceled","Cancellation","Receiver","Sender","channel","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","block_on","block_on_stream","enter","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","chain","close","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","empty","fill_buf","flush","into_sink","lines","poll_close","poll_fill_buf","poll_flush","poll_read","poll_read_vectored","poll_seek","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","repeat","seek","sink","split","stream_position","take","write","write_all","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","and_then","boxed","boxed_local","catch_unwind","drop","err","err_into","flatten","flatten_sink","flatten_stream","fuse","inspect","inspect_err","inspect_ok","into_future","into_raw","into_stream","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","pending","poll","poll_fn","poll_immediate","poll_unpin","ready","remote_handle","right_future","select","select_all","select_ok","shared","then","try_flatten","try_flatten_stream","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll_unpin","try_select","unit_error","unwrap_or_else","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","buffer","close","drain","fanout","feed","flush","left_sink","poll_close","poll_close_unpin","poll_flush","poll_flush_unpin","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","start_send","start_send_unpin","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abortable","all","and_then","any","boxed","boxed_local","buffer_unordered","buffered","by_ref","catch_unwind","chain","chunks","collect","concat","count","cycle","empty","enumerate","err_into","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fold","for_each","for_each_concurrent","forward","fuse","futures_unordered","inspect","inspect_err","inspect_ok","into_async_read","into_future","into_stream","is_terminated","iter","left_stream","map","map_err","map_ok","next","once","or_else","peekable","pending","poll_fn","poll_immediate","poll_next","poll_next_unpin","ready_chunks","repeat","repeat_with","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","skip","skip_while","split","take","take_until","take_while","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","IntoIter","Iter","IterMut","SelectAll","select_all","ArcWake","AtomicWaker","Context","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","drop","into_raw","noop_waker","noop_waker_ref","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","wake","wake_by_ref","waker","waker_ref","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","channel","hash","run","run_with_id","stream","unfold","Bevel","Butt","Fill","Geometry","Gradient","Gradient","LineCap","LineDash","LineJoin","Linear","Miter","Path","Renderer","Round","Round","Solid","Square","Stroke","Style","Text","color","content","draw","font","horizontal_alignment","line_cap","line_dash","line_height","line_join","offset","position","rule","segments","shaping","size","style","style","vertical_alignment","width","load","A8","AnimationDecoder","Avif","Bgr8","Bgra8","Bmp","Bmp","CHANNEL_COUNT","COLOR_MODEL","COLOR_TYPE","Cmyk8","ColorType","DEFAULT_MAX_VALUE","DEFAULT_MIN_VALUE","Dds","Decoding","Delay","DynamicImage","EncodableLayout","Encoding","Err","ExtendedColorType","Farbfeld","Farbfeld","FlatSamples","Frame","Frames","GenericImage","GenericImageView","Gif","Gif","GrayAlphaImage","GrayImage","Hdr","Ico","Ico","ImageBuffer","ImageDecoder","ImageDecoderRect","ImageEncoder","ImageError","ImageFormat","ImageLuma16","ImageLuma8","ImageLumaA16","ImageLumaA8","ImageOutputFormat","ImageResult","ImageRgb16","ImageRgb32F","ImageRgb8","ImageRgba16","ImageRgba32F","ImageRgba8","IoError","Jpeg","Jpeg","L1","L16","L16","L2","L4","L8","L8","La1","La16","La16","La2","La4","La8","La8","Limits","Luma","LumaA","Ok","OpenExr","OpenExr","Parameter","Pixel","Pixel","PixelWithColorType","Pixels","Png","Png","Pnm","Pnm","Primitive","Progress","Qoi","Qoi","Reader","Rgb","Rgb1","Rgb16","Rgb16","Rgb2","Rgb32F","Rgb32F","Rgb32FImage","Rgb4","Rgb8","Rgb8","RgbImage","Rgba","Rgba1","Rgba16","Rgba16","Rgba2","Rgba32F","Rgba32F","Rgba32FImage","Rgba4","Rgba8","Rgba8","RgbaImage","SubImage","Subpixel","Tga","Tga","Tiff","Tiff","Unknown","Unsupported","Unsupported","WebP","WebP","apply","apply2","apply_with_alpha","apply_without_alpha","as_bytes","blend","blend_pixel","bounds","buffer","channels","channels4","channels_mut","codecs","color_hint","color_type","copy_from","copy_within","dimensions","dimensions","error","flat","from_channels","from_slice","from_slice_mut","get_pixel","get_pixel_mut","guess_format","height","icc_profile","image_dimensions","imageops","in_bounds","into_frames","into_reader","invert","io","layout","load","load_from_memory","load_from_memory_with_format","map","map2","map_with_alpha","map_without_alpha","math","open","original_color_type","pixels","put_pixel","read_image","read_image_with_progress","read_rect","read_rect_with_progress","samples","save_buffer","save_buffer_with_format","scanline_bytes","set_limits","sub_image","to_luma","to_luma_alpha","to_rgb","to_rgba","total_bytes","unsafe_get_pixel","unsafe_put_pixel","view","width","write_buffer_with_format","write_image","ConvertBuffer","EnumeratePixels","EnumeratePixelsMut","EnumerateRows","EnumerateRowsMut","Pixels","PixelsMut","Rows","RowsMut","convert","bmp","dds","dxt","farbfeld","gif","hdr","ico","jpeg","openexr","png","pnm","qoi","tga","tiff","webp","BmpDecoder","BmpEncoder","DdsDecoder","DXT1","DXT3","DXT5","DxtDecoder","DxtEncoder","DxtReader","DxtVariant","FarbfeldDecoder","FarbfeldEncoder","FarbfeldReader","Finite","GifDecoder","GifEncoder","GifReader","Infinite","Repeat","HdrAdapter","HdrDecoder","HdrEncoder","HdrImageDecoderIterator","HdrMetadata","HdrReader","Rgbe8Pixel","SIGNATURE","c","color_correction","custom_attributes","e","exposure","height","orientation","pixel_aspect_ratio","read_raw_file","rgbe8","to_rgbe8","width","IcoDecoder","IcoEncoder","IcoFrame","Centimeters","Inches","JpegDecoder","JpegEncoder","PixelAspectRatio","PixelDensity","PixelDensityUnit","density","unit","OpenExrDecoder","OpenExrEncoder","Adaptive","ApngDecoder","Avg","Best","CompressionType","Default","Fast","FilterType","Huffman","NoFilter","Paeth","PngDecoder","PngEncoder","PngReader","Rle","Sub","Up","ArbitraryHeader","ArbitraryMap","ArbitraryTuplType","Ascii","Binary","Bitmap","BitmapHeader","BlackAndWhite","BlackAndWhiteAlpha","Custom","Graymap","GraymapHeader","Grayscale","GrayscaleAlpha","Pixmap","PixmapHeader","PnmDecoder","PnmEncoder","PnmHeader","PnmSubtype","RGB","RGBAlpha","SampleEncoding","depth","encoding","encoding","encoding","height","height","height","height","maxval","maxval","maxwhite","tupltype","width","width","width","width","QoiDecoder","QoiEncoder","TgaDecoder","TgaEncoder","TiffDecoder","TiffEncoder","TiffReader","WebPDecoder","WebPEncoder","WebPQuality","vp8","Frame","Vp8Decoder","for_display","height","keyframe","pixel_type","ubuf","vbuf","width","ybuf","Color","Decoding","DecodingError","DimensionError","DimensionMismatch","Encoding","EncodingError","Err","Exact","FailedAlready","Format","Generic","GenericFeature","ImageError","ImageFormatHint","ImageResult","InsufficientMemory","IoError","LimitError","LimitErrorKind","Limits","Name","NoMoreData","Ok","Parameter","ParameterError","ParameterErrorKind","PathExtension","Unknown","Unsupported","Unsupported","UnsupportedError","UnsupportedErrorKind","limits","supported","ChannelCountMismatch","ColumnMajorPacked","Error","FlatSamples","ImagePacked","NormalForm","NormalFormRequired","PixelPacked","RowMajorPacked","SampleLayout","TooLarge","Unaliased","View","ViewMut","WrongColor","channel_stride","channels","color_hint","height","height_stride","layout","samples","width","width_stride","BiLevel","CatmullRom","Color","ColorMap","FilterType","Gaussian","Lanczos3","Nearest","Triangle","blur","brighten","colorops","contrast","crop","crop_imm","dither","filter3x3","flip_horizontal","flip_horizontal_in","flip_horizontal_in_place","flip_vertical","flip_vertical_in","flip_vertical_in_place","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","horizontal_gradient","huerotate","index_colors","index_of","interpolate_bilinear","interpolate_nearest","invert","lookup","map_color","overlay","overlay_bounds","replace","resize","rotate180","rotate180_in","rotate180_in_place","rotate270","rotate270_in","rotate90","rotate90_in","sample_bilinear","sample_nearest","thumbnail","tile","unsharpen","vertical_gradient","BiLevel","Color","ColorMap","brighten","brighten_in_place","contrast","contrast_in_place","dither","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","huerotate","huerotate_in_place","index_colors","index_of","invert","lookup","map_color","LimitSupport","Limits","Reader","max_alloc","max_image_height","max_image_width","Rect","height","width","x","y","Gradient","GradientVertex2D","Indexed","Mesh","Solid","SolidVertex2D","color","gradient","indices","position","position","vertices","buffers","buffers","size","size","Renderer","Cache","Editor","FontSystem","Paragraph","Raw","Version","buffer","cache","clip_bounds","color","editor","font_system","measure","paragraph","position","to_attributes","to_color","to_shaping","Cache","Entry","Key","KeyHash","bounds","buffer","content","font","line_height","min_bounds","shaping","size","Action","Advanced","Affinity","After","Align","Angle","Arc","Attrs","AttrsList","AttrsOwned","Backspace","Basic","Before","BidiParagraphs","Borrowed","BorrowedWithFontSystem","Buffer","BufferEnd","BufferLine","BufferRef","BufferStart","CacheKey","CacheKeyFlags","Center","Change","ChangeItem","Click","Close","Color","Color","Command","Condensed","Cr","CrLf","Cursive","Cursive","Cursor","CurveTo","Delete","DoubleClick","Down","Drag","Edit","Editor","End","End","Enter","Escape","Expanded","ExtraCondensed","ExtraExpanded","Family","FamilyOwned","Fantasy","Fantasy","Font","FontMatchAttrs","FontMatchKey","FontSystem","Glyph","GotoLine","Home","Indent","Insert","Italic","Justified","LayoutCursor","LayoutCursor","LayoutGlyph","LayoutLine","LayoutRun","LayoutRunIter","Left","Left","LeftWord","Lf","LfCr","Line","LineEnding","LineIter","LineTo","Mask","Metrics","Monospace","Monospace","Motion","Motion","MoveTo","Name","Name","Next","NextWord","None","None","None","Normal","Normal","Normal","Oblique","One","Owned","PageDown","PageUp","ParagraphEnd","ParagraphStart","PhysicalGlyph","Placement","Previous","PreviousWord","QuadTo","Right","Right","RightWord","SansSerif","SansSerif","Scroll","Scroll","Selection","SemiCondensed","SemiExpanded","Serif","Serif","ShapeBuffer","ShapeGlyph","ShapeLine","ShapeRunCache","ShapeRunKey","ShapeSpan","ShapeWord","Shaping","SoftHome","Stretch","Style","SubpixelBin","SubpixelMask","SwashCache","SwashContent","SwashImage","Three","Transform","TripleClick","Two","UltraCondensed","UltraExpanded","Unindent","Up","Vertical","Weight","Word","Word","WordOrGlyph","Wrap","Zero","action","affinity","apply_change","ascent","attrs_spans","auto_indent","blank","borrow_with","buffer_ref","buffer_ref_mut","cache_key","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","color_opt","color_opt","color_opt","color_opt","content","copy_selection","cursor","data","default_attrs","delete_range","delete_selection","descent","end","end","end","family","family_owned","finish_change","flags","font_id","font_id","font_id","font_monospace_em_width","font_size","font_size","font_size_bits","glyph","glyph_id","glyph_id","glyph_id","glyphs","glyphs","glyphs","height","image_cache","index","insert","insert_at","insert_string","items","layout","layout","left","level","level","line","line","line","line_height","line_i","line_top","line_w","line_y","lines","max_ascent","max_descent","metadata","metadata","metadata","metadata","outline_command_cache","placement","redraw","rtl","rtl","selection","selection_bounds","set_auto_indent","set_cursor","set_redraw","set_selection","set_tab_width","shape_as_needed","source","spans","start","start","start","start_change","stretch","stretch","style","style","tab_width","text","text","text","top","w","w","weight","weight","width","with_buffer","with_buffer_mut","words","x","x","x","x_advance","x_advance","x_bin","x_offset","x_offset","xx","xy","y","y","y","y_advance","y_advance","y_bin","y_offset","y_offset","yx","yy","lines","x","x","x","x","y","y","y","y","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","Binary","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Cursive","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","Database","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraCondensed","ExtraExpanded","FaceInfo","Family","Fantasy","Faroese_FaroeIslands","File","Filipino_Philippines","Finnish_Finland","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","ID","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Inuktitut_Canada","Inuktitut_Latin_Canada","Irish_Ireland","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Monospace","Name","Nepali_Nepal","Normal","Normal","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Pashto_Afghanistan","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","Query","Romanian_Romania","Romansh_Switzerland","Russian_Russia","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","SansSerif","Sanskrit_India","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","Serif","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","SharedFile","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Source","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Stretch","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unknown","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","families","families","id","index","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","monospaced","post_script_name","source","stretch","stretch","style","style","weight","weight","BottomToTop","BufferClusterLevel","BufferFlags","Characters","Direction","Face","Feature","GlyphBuffer","GlyphInfo","GlyphPosition","Invalid","Language","LeftToRight","MonotoneCharacters","MonotoneGraphemes","RightToLeft","Script","SerializeFlags","ShapePlan","Tag","TopToBottom","UnicodeBuffer","Variation","cluster","end","glyph_id","script","shape","shape_with_plan","start","tag","tag","value","value","x_advance","x_offset","y_advance","y_offset","ADLAM","AHOM","ANATOLIAN_HIEROGLYPHS","ARABIC","ARMENIAN","AVESTAN","BALINESE","BAMUM","BASSA_VAH","BATAK","BENGALI","BHAIKSUKI","BOPOMOFO","BRAHMI","BRAILLE","BUGINESE","BUHID","CANADIAN_SYLLABICS","CARIAN","CAUCASIAN_ALBANIAN","CHAKMA","CHAM","CHEROKEE","CHORASMIAN","COMMON","COPTIC","CUNEIFORM","CYPRIOT","CYRILLIC","DESERET","DEVANAGARI","DIVES_AKURU","DOGRA","DUPLOYAN","EGYPTIAN_HIEROGLYPHS","ELBASAN","ELYMAIC","ETHIOPIC","GEORGIAN","GLAGOLITIC","GOTHIC","GRANTHA","GREEK","GUJARATI","GUNJALA_GONDI","GURMUKHI","HAN","HANGUL","HANIFI_ROHINGYA","HANUNOO","HATRAN","HEBREW","HIRAGANA","IMPERIAL_ARAMAIC","INHERITED","INSCRIPTIONAL_PAHLAVI","INSCRIPTIONAL_PARTHIAN","JAVANESE","KAITHI","KANNADA","KATAKANA","KAYAH_LI","KHAROSHTHI","KHITAN_SMALL_SCRIPT","KHMER","KHOJKI","KHUDAWADI","LAO","LATIN","LEPCHA","LIMBU","LINEAR_A","LINEAR_B","LISU","LYCIAN","LYDIAN","MAHAJANI","MAKASAR","MALAYALAM","MANDAIC","MANICHAEAN","MARCHEN","MASARAM_GONDI","MEDEFAIDRIN","MEETEI_MAYEK","MENDE_KIKAKUI","MEROITIC_CURSIVE","MEROITIC_HIEROGLYPHS","MIAO","MODI","MONGOLIAN","MRO","MULTANI","MYANMAR","MYANMAR_ZAWGYI","NABATAEAN","NANDINAGARI","NEWA","NEW_TAI_LUE","NKO","NUSHU","NYIAKENG_PUACHUE_HMONG","OGHAM","OLD_HUNGARIAN","OLD_ITALIC","OLD_NORTH_ARABIAN","OLD_PERMIC","OLD_PERSIAN","OLD_SOGDIAN","OLD_SOUTH_ARABIAN","OLD_TURKIC","OL_CHIKI","ORIYA","OSAGE","OSMANYA","PAHAWH_HMONG","PALMYRENE","PAU_CIN_HAU","PHAGS_PA","PHOENICIAN","PSALTER_PAHLAVI","REJANG","RUNIC","SAMARITAN","SAURASHTRA","SHARADA","SHAVIAN","SIDDHAM","SIGNWRITING","SINHALA","SOGDIAN","SORA_SOMPENG","SOYOMBO","SUNDANESE","SYLOTI_NAGRI","SYRIAC","TAGALOG","TAGBANWA","TAI_LE","TAI_THAM","TAI_VIET","TAKRI","TAMIL","TANGUT","TELUGU","THAANA","THAI","TIBETAN","TIFINAGH","TIRHUTA","UGARITIC","UNKNOWN","VAI","WANCHO","WARANG_CITI","YEZIDI","YI","ZANABAZAR_SQUARE","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","ArgumentsStackLimitReached","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","BboxOverflow","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","BitmapGray2","BitmapGray2Packed","BitmapGray4","BitmapGray4Packed","BitmapGray8","BitmapMono","BitmapMonoPacked","BitmapPremulBgra32","Black","BlendRegionsLimitReached","Bold","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","CFFError","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Custom","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","DataAfterEndChar","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","Editable","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Face","FaceIndexOutOfBounds","FaceParsingError","FaceTables","Faroese_FaroeIslands","Filipino_Philippines","Finnish_Finland","Fixed","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","FromData","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","GlyphId","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Installable","Inuktitut_Canada","Inuktitut_Latin_Canada","InvalidArgumentsStackLength","InvalidItemVariationDataIndex","InvalidNumberOfBlendOperands","InvalidOperator","InvalidSeacCode","InvalidSubroutineIndex","Irish_Ireland","Iso","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","LazyArray16","LazyArray32","LazyArrayIter16","LazyArrayIter32","Light","LineMetrics","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Macintosh","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","MalformedFont","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Medium","MissingEndChar","MissingMoveTo","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Nepali_Nepal","NestingLimitReached","NoGlyph","NoHeadTable","NoHheaTable","NoLocalSubroutines","NoMaxpTable","Normal","Normal","Normal","NormalizedCoordinate","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Other","OutlineBuilder","PNG","Pashto_Afghanistan","Permissions","PlatformId","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","PreviewAndPrint","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","RasterGlyphImage","RasterImageFormat","RawFace","RawFaceTables","ReadOutOfBounds","Rect","Restricted","RgbaColor","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SIZE","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","Sanskrit_India","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","TableRecord","Tag","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Thin","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unicode","UnicodeRanges","Unknown","UnknownMagic","UnsupportedOperator","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Variation","VariationAxis","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Width","Windows","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","ZeroBBox","alpha","ankr","ankr","ankr","apple_layout","avar","avar","avar","axis","bdat","bdat","bloc","blue","cbdt","cbdt","cbdt","cblc","cblc","cff","cff","cff","cff2","cff2","cff2","check_sum","close","cmap","cmap","cmap","colr","colr","colr","cpal","cpal","curve_to","data","data","def_value","ebdt","ebdt","eblc","feat","feat","feat","fonts_in_collection","format","fvar","fvar","fvar","gdef","gdef","gdef","glyf","glyf","glyf","gpos","gpos","gpos","green","gsub","gsub","gsub","gvar","gvar","gvar","head","head","head","height","hhea","hhea","hhea","hidden","hmtx","hmtx","hmtx","hvar","hvar","hvar","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","kern","kern","kern","kerx","kerx","kerx","length","line_to","loca","loca","math","math","math","max_value","maxp","maxp","maxp","min_value","morx","morx","morx","move_to","mvar","mvar","mvar","name","name","name","name_id","name_id","offset","opentype_layout","os2","os2","os2","parse","pixels_per_em","position","post","post","post","quad_to","red","sbix","sbix","sbix","svg","svg","svg","table_records","tag","tag","thickness","trak","trak","trak","value","vhea","vhea","vhea","vmtx","vmtx","vorg","vorg","vorg","vvar","vvar","width","x","x_max","x_min","x_offset","x_size","y","y_max","y_min","y_offset","y_size","Point","Table","x","y","ExtendedStateTable","GenericStateEntry","Lookup","StateEntry","StateTable","ValueOffset","class","extra","extra","flags","flags","new_state","new_state","state","DELETED_GLYPH","END_OF_TEXT","OUT_OF_BOUNDS","START_OF_TEXT","AxisValueMap","SegmentMaps","SegmentMapsIter","Table","from_coordinate","segment_maps","to_coordinate","Table","Table","Matrix","Table","kx","ky","sx","sy","tx","ty","Table","ByteEncodingTable","Format","Found","GlyphVariationResult","HighByteMappingThroughTable","ManyToOneRangeMappings","MixedCoverage","SegmentMappingToDeltaValues","SegmentedCoverage","Subtable","Subtable0","Subtable10","Subtable12","Subtable13","Subtable14","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","TrimmedArray","TrimmedTableMapping","UnicodeVariationSequences","UseDefault","encoding_id","first_code_point","first_code_point","format","glyph_ids","glyphs","glyphs","platform_id","subtables","Painter","Table","outline","paint_color","paint_foreground","Table","FeatureName","FeatureNames","FeatureNamesIter","SettingName","Table","default_setting_index","exclusive","feature","name_index","name_index","names","setting","setting_names","Table","VariationAxis","axes","def_value","hidden","max_value","min_value","name_id","tag","Base","Component","GlyphClass","Ligature","Mark","Table","Table","Anchor","AnchorMatrix","ChainContext","ClassMatrix","Context","Cursive","CursiveAdjustment","CursiveAnchorSet","Device","Format1","Format1","Format2","Format2","Hinting","HintingDevice","LigatureArray","MarkArray","MarkToBase","MarkToBaseAdjustment","MarkToLigature","MarkToLigatureAdjustment","MarkToMark","MarkToMarkAdjustment","Pair","PairAdjustment","PairSet","PairSets","PositioningSubtable","Single","SingleAdjustment","ValueRecord","ValueRecordsArray","Variation","VariationDevice","anchors","base_coverage","cols","coverage","inner_index","ligature_array","ligature_coverage","mark1_coverage","mark2_coverage","mark2_matrix","mark_coverage","mark_coverage","marks","marks","marks","outer_index","rows","sets","x","x_advance","x_advance_device","x_device","x_placement","x_placement_device","y","y_advance","y_advance_device","y_device","y_placement","y_placement_device","classes","coverage","coverage","matrix","sets","coverage","coverage","value","values","Alternate","AlternateSet","AlternateSets","AlternateSubstitution","ChainContext","Context","Format1","Format2","Ligature","Ligature","LigatureSet","LigatureSets","LigatureSubstitution","Multiple","MultipleSubstitution","ReverseChainSingle","ReverseChainSingleSubstitution","Sequence","SequenceList","Single","SingleSubstitution","SubstitutionSubtable","alternate_sets","alternates","backtrack_coverages","components","coverage","coverage","coverage","coverage","glyph","ligature_sets","lookahead_coverages","sequences","substitutes","substitutes","coverage","coverage","delta","substitutes","Table","IndexToLocationFormat","Long","Short","Table","global_bbox","index_to_location_format","units_per_em","Table","ascender","descender","line_gap","number_of_metrics","Metrics","Table","advance","bearings","metrics","number_of_metrics","side_bearing","Table","Format","Format0","Format1","Format2","Format3","KerningPair","Subtable","Subtable0","Subtable2","Subtable3","Subtables","SubtablesIter","Table","format","has_cross_stream","has_state_machine","horizontal","pair","pairs","subtables","value","variable","AnchorPoints","EntryData","Format","Format0","Format1","Format2","Format4","Format6","Subtable","Subtable0","Subtable1","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","action_index","anchor_points","format","has_cross_stream","has_state_machine","horizontal","pairs","state_table","state_table","subtables","tuple_count","variable","Long","Short","Table","Constants","GlyphAssembly","GlyphConstruction","GlyphConstructions","GlyphInfo","GlyphPart","GlyphVariant","Kern","KernInfo","KernInfos","MathValue","MathValues","PartFlags","Table","Variants","advance_measurement","assembly","bottom_left","bottom_right","constants","device","end_connector_length","extended_shapes","full_advance","glyph_id","glyph_info","horizontal_constructions","italic_corrections","italics_correction","kern_infos","min_connector_overlap","part_flags","parts","start_connector_length","top_accent_attachments","top_left","top_right","value","variant_glyph","variants","variants","vertical_constructions","Table","number_of_glyphs","Chain","Chains","ChainsIter","Contextual","ContextualEntryData","ContextualSubtable","Coverage","Feature","Insertion","InsertionEntryData","InsertionSubtable","Ligature","LigatureSubtable","NonContextual","Rearrangement","Subtable","SubtableKind","Subtables","SubtablesIter","Table","chains","components","coverage","current_index","current_insert_index","default_flags","disable_flags","enable_flags","feature_flags","features","glyphs","kind","kind","ligature_actions","ligatures","mark_index","marked_insert_index","setting","state","state","state","subtables","Table","Custom","Iso","Macintosh","Name","Names","NamesIter","PlatformId","Table","Unicode","Windows","encoding_id","language_id","name","name_id","names","platform_id","COMPATIBLE_FULL","COPYRIGHT_NOTICE","DARK_BACKGROUND_PALETTE","DESCRIPTION","DESIGNER","DESIGNER_URL","FAMILY","FULL_NAME","LICENSE","LICENSE_URL","LIGHT_BACKGROUND_PALETTE","MANUFACTURER","POST_SCRIPT_CID","POST_SCRIPT_NAME","SAMPLE_TEXT","SUBFAMILY","TRADEMARK","TYPOGRAPHIC_FAMILY","TYPOGRAPHIC_SUBFAMILY","UNIQUE_ID","VARIATIONS_POST_SCRIPT_NAME_PREFIX","VENDOR_URL","VERSION","WWS_FAMILY","WWS_SUBFAMILY","ChainedContextLookup","ChainedSequenceRule","ChainedSequenceRuleSet","ChainedSequenceRuleSets","Class","ClassDefinition","ContextLookup","Coverage","Feature","FeatureIndex","FeatureList","FeatureVariations","Format1","Format1","Format1","Format1","Format2","Format2","Format2","Format2","Format3","Format3","LanguageIndex","LanguageSystem","LanguageSystemList","LayoutTable","Lookup","LookupFlags","LookupIndex","LookupList","LookupSubtable","LookupSubtables","LookupSubtablesIter","RangeRecord","RecordList","RecordListItem","RecordListIter","Script","ScriptIndex","ScriptList","SequenceLookupRecord","SequenceRule","SequenceRuleSet","SequenceRuleSets","VariationIndex","backtrack","default_language","end","feature_indices","features","flags","input","input","languages","lookahead","lookup_indices","lookup_list_index","lookups","lookups","lookups","mark_filtering_set","parse","parse","required_feature","scripts","sequence_index","start","subtables","tag","tag","tag","value","variations","backtrack_classes","backtrack_coverages","coverage","coverage","coverage","input_classes","input_coverages","lookahead_classes","lookahead_coverages","lookups","sets","sets","classes","records","start","classes","coverage","coverage","coverage","coverages","lookups","sets","sets","glyphs","records","Black","Bold","Condensed","Editable","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Installable","Italic","Light","Medium","Normal","Normal","Normal","Oblique","Other","Permissions","PreviewAndPrint","Restricted","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Style","Table","Thin","UltraCondensed","UltraExpanded","UnicodeRanges","Weight","Width","version","x_offset","x_size","y_offset","y_size","Names","Table","is_monospaced","italic_angle","underline_metrics","Strike","Strikes","StrikesIter","Table","pixels_per_em","ppi","strikes","SvgDocument","SvgDocumentsList","SvgDocumentsListIter","Table","data","documents","end_glyph_id","start_glyph_id","Table","Track","TrackData","Tracks","TracksIter","horizontal","name_index","sizes","tracks","value","values","vertical","Table","ascender","descender","line_gap","number_of_metrics","Table","VerticalOriginMetrics","default_y","glyph_id","metrics","y","Editor","Weak","bounds","Paragraph","Weak","horizontal_alignment","min_bounds","vertical_alignment","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Rule","Style","StyleSheet","appearance","color","fill_mode","radius","width","Command","Debug","Font","Message","Program","Renderer","Theme","UserInterface","clipboard","command","dnd","family","font","keyboard","overlay","program","stretch","style","system","update","user_interface","view","weight","window","Action","Read","ReadData","ReadPrimary","ReadPrimaryData","Write","WriteData","WritePrimary","WritePrimaryData","read","read_data","read_primary","read_primary_data","write","write_data","write_primary","write_primary_data","Action","Clipboard","Command","Dnd","Future","LoadFont","PlatformSpecific","Stream","System","Widget","Window","channel","platform_specific","bytes","tagger","Action","Phantom","DndAction","EndDnd","PeekDnd","RegisterDndDestination","SetAction","StartDnd","end_dnd","peek_dnd","register_dnd_destination","set_action","start_dnd","actions","content","icon_surface","internal","rectangles","source_surface","surface","Black","Bold","Condensed","Cursive","Error","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","load","stretch","style","weight","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","location","location","modifiers","modifiers","text","Nested","Message","Program","Renderer","State","Theme","update","view","Action","Information","QueryInformation","cpu_brand","cpu_cores","graphics_adapter","graphics_backend","memory_total","memory_used","system_kernel","system_name","system_short_version","system_version","Cache","Outdated","State","Updated","UserInterface","redraw_request","Action","ChangeIcon","ChangeLevel","ChangeMode","Close","Drag","FetchId","FetchMaximized","FetchMinimized","FetchMode","FetchSize","GainFocus","Id","Maximize","Minimize","Move","RequestUserAttention","Resize","Screenshot","Screenshot","ShowWindowMenu","Spawn","ToggleDecorations","ToggleMaximize","bytes","change_icon","change_level","change_mode","close","drag","fetch_id","fetch_maximized","fetch_minimized","fetch_mode","fetch_size","frames","gain_focus","maximize","minimize","move_to","request_user_attention","resize","screenshot","screenshot","show_window_menu","size","spawn","toggle_decorations","toggle_maximize","CropError","OutOfBounds","Screenshot","Zero","bytes","size","AbsoluteOffset","Alignment","Both","Direction","End","Horizontal","Properties","RelativeOffset","Scrollable","Scrollbar","Scroller","Start","State","Style","StyleSheet","Vertical","Viewport","absolute_offset","absolute_offset_reversed","active","active_horizontal","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","alignment","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_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","border","border","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","components_from","content_bounds","default","default","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dragging","dragging_horizontal","draw","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","horizontal","hovered","hovered_horizontal","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","layout","margin","mouse_interaction","new","new","relative_offset","scroll","scroll_to","scroll_to","scroll_to","scroll_x_to","scroll_y_to","scroller","scroller_width","scrollers_grabbed","snap_to","snap_to","snap_to","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","unsnap","update","vertical","width","x","x","y","y","horizontal","vertical","Appearance","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Slider","State","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","border_color","border_radius","border_width","borrow","borrow_mut","breakpoint","cam16_into_unclamped","clone","clone_into","color","colors","components_from","default","deref","deref_mut","dragging","draw","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","handle","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","mouse_interaction","new","rail","shape","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","update","width","border_radius","height","radius","width","auto_angle","gradient","Space","Custom","Dark","Light","Theme","application","button","checkbox","container","menu","pane_grid","pick_list","progress_bar","radio","rule","scrollable","slider","svg","text_editor","text_input","theme","toggler","Appearance","Style","StyleSheet","appearance","background_color","icon_color","text_color","Appearance","Style","StyleSheet","active","background","border","border_color","border_radius","border_width","disabled","hovered","icon_color","pressed","shadow","shadow_offset","text_color","Appearance","Style","StyleSheet","active","background","border","hovered","icon_color","text_color","Appearance","Style","StyleSheet","appearance","background","border","icon_color","shadow","text_color","Appearance","Style","StyleSheet","appearance","background","border","selected_background","selected_text_color","text_color","Appearance","Line","Style","StyleSheet","background","border","color","hovered_region","hovered_split","picked_split","width","Appearance","Style","StyleSheet","active","background","border","handle_color","hovered","placeholder_color","text_color","Appearance","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Style","StyleSheet","appearance","color","fill_mode","radius","width","Scrollbar","Scroller","Style","StyleSheet","active","active_horizontal","background","border","border","color","dragging","dragging_horizontal","hovered","hovered_horizontal","scroller","Appearance","Breakpoint","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Style","StyleSheet","active","border_color","border_radius","border_width","breakpoint","color","color","colors","dragging","handle","hovered","rail","shape","width","border_radius","height","radius","width","auto_angle","gradient","Appearance","Style","StyleSheet","appearance","color","hovered","Appearance","Style","StyleSheet","active","background","border","disabled","disabled_color","focused","hovered","placeholder_color","selection_color","value_color","Appearance","Style","StyleSheet","active","background","border","disabled","disabled_color","focused","hovered","icon_color","placeholder_color","selection_color","value_color","Application","Box","Button","Checkbox","Color","Container","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Dark","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Destructive","Light","Menu","Palette","PaneGrid","PickList","Positive","Primary","Primary","Primary","ProgressBar","Radio","Rule","Scrollable","Secondary","Secondary","Slider","Success","Success","Svg","Text","Text","TextEditor","TextInput","Theme","Toggler","Transparent","background","danger","palette","primary","success","text","Background","Danger","EXTENDED_DARK","EXTENDED_LIGHT","Extended","Pair","Palette","Primary","Secondary","Success","background","background","base","base","base","base","base","color","danger","danger","icon","is_dark","primary","primary","secondary","strong","strong","strong","strong","strong","success","success","text","text","weak","weak","weak","weak","weak","Appearance","Style","StyleSheet","active","background","background_border","border_radius","foreground","foreground_border","handle_margin","handle_radius","hovered","Appearance","Handle","Style","StyleSheet","Svg","appearance","color","hovered","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","appearance","color","draw","layout","Action","Appearance","Backspace","Click","Content","Delete","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","End","Enter","Home","Insert","Left","Motion","Move","PageDown","PageUp","Paste","Right","Scroll","Select","SelectLine","SelectWord","Style","StyleSheet","TextEditor","Up","WordLeft","WordRight","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","components_from","cursor_position","default","deref","deref_mut","disabled","disabled_color","drop","fmt","focused","from","from_angle","from_stimulus","hovered","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line","line_count","lines","new","perform","placeholder_color","selection","selection_color","text","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","with_text","lines","Appearance","Cursor","DEFAULT_PADDING","Icon","Left","Right","Side","State","Style","StyleSheet","TextInput","Value","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_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","border","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","code_point","components_from","components_from","components_from","components_from","components_from","cursor","cursor","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","disabled","disabled_color","draw","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","focus","focus","focus","focused","focused","font","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hovered","icon_color","init","init","init","init","init","insert","insert_many","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_focused","is_focused","layout","len","mouse_interaction","move_cursor_to","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","move_cursor_to_front","new","new","next_end_of_word","placeholder_color","previous_start_of_word","remove","remove_many","secure","select","select_all","select_all","select_all","selection","selection_color","side","size","spacing","state","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","unfocus","unfocus","until","update","value_color","Cursor","Index","Selection","State","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","end","start","Appearance","Style","StyleSheet","Toggler","active","background","background_border","border_radius","foreground","foreground_border","handle_margin","handle_radius","hovered","Bottom","FollowCursor","Left","Position","Right","Tooltip","Top","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Circle","Handle","HandleShape","Rectangle","State","Style","StyleSheet","VerticalSlider","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","border_color","border_width","borrow","borrow_mut","breakpoint","cam16_into_unclamped","clone","clone_into","color","components_from","default","deref","deref_mut","dragging","draw","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","handle","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","mouse_interaction","new","rail","shape","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","update","border_radius","height","radius","width","Application","Clipboard","Error","ExecutorCreationFailed","Flags","GraphicsCreationFailed","Proxy","Settings","WindowCreationFailed","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","application","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clipboard","clone","clone","clone_into","clone_into","components_from","components_from","components_from","components_from","connect","conversion","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","end_dnd","flags","fmt","fmt","fmt","fmt","fonts","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","id","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","peek_dnd","poll_close","poll_flush","poll_ready","read","read","read_data","read_primary","read_primary","read_primary_data","register_dnd_destination","scale_factor","send","set_action","settings","start_dnd","start_send","style","subscription","theme","title","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","unconnected","window","write","write","write_data","write_primary","write_primary","write_primary_data","Application","Dnd","Flags","Message","StartDnd","State","UserEventWrapper","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow_mut","borrow_mut","build_user_interface","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","cursor","deref","deref","deref_mut","deref_mut","drop","drop","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","icon_color","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","logical_size","modifiers","new","new","physical_size","requests_exit","run","run_command","scale_factor","scale_factor","style","subscription","subscription_map","synchronize","text_color","theme","theme","title","title","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","update","viewport","viewport_version","actions","content","icon_surface","internal","source_surface","Clipboard","cursor_position","fullscreen","icon","key","mode","modifiers","mouse_button","mouse_interaction","position","touch_event","user_attention","visible","window_event","window_level","window_settings","Antialiasing","Backend","BackendError","Cache","Clip","Compositor","Custom","Damage","Editor","Error","Gradient","Gradient","GraphicsAdapterNotFound","Group","Image","Linear","MSAAx16","MSAAx2","MSAAx4","MSAAx8","Mesh","NoAvailablePixelFormat","Paragraph","Primitive","Primitive","Quad","RawText","Renderer","Renderer","Settings","Solid","Surface","Svg","Text","Transformation","Translate","VersionNotSupported","Viewport","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","backend","backend","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","bounds","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clip","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","compositor","configure_surface","create_renderer","create_surface","damage","default_font","default_size","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","dimensions","draw","draw","draw_primitive","drop","drop","drop","drop","drop","drop","drop","drop","end_layer","end_translation","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","fetch_information","fill_editor","fill_paragraph","fill_quad","fill_raw","fill_text","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","geometry","gradient","group","identity","image","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","load_font","logical_size","mesh","mul","new","new","orthographic","pack","physical_height","physical_size","physical_width","present","projection","renderer","sample_count","scale","scale_factor","screenshot","start_layer","start_translation","text","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","translate","translate","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_layer","with_logical_size","with_physical_size","with_primitives","with_translation","buffers","buffers","size","size","background","border","border_radius","bounds","bounds","bounds","bounds","bounds","clip_bounds","clip_bounds","clip_bounds","color","color","color","color","content","content","content","content","editor","filter_method","font","handle","handle","horizontal_alignment","line_height","paragraph","position","position","primitives","shadow","shaping","size","translation","vertical_alignment","Backend","Image","Primitive","Svg","Text","dimensions","load_font","viewport_dimensions","GAMMA_CORRECTION","Packed","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components","components_from","deref","deref_mut","drop","eq","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_valid_bit_pattern","pack","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Compositor","Information","InvalidDimensions","Lost","OutOfMemory","Outdated","Present","Renderer","Resize","Settings","Surface","SurfaceError","Timeout","Window","adapt_into_using","adapt_into_using","adapter","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","backend","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","configure_surface","create_renderer","create_surface","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fetch_information","fmt","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","present","screenshot","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Alignment","BLACK","Background","Border","Center","Clipboard","Color","Color","Contain","ContentFit","Cover","Degrees","Dnd","Element","End","Event","Fill","Fill","FillPortion","Fixed","Font","Gradient","Gradient","Hasher","INFINITY","Keyboard","Layout","Length","Linear","Mouse","None","ORIGIN","Overlay","Padding","Pixels","PlatformSpecific","Point","RANGE","Radians","Rectangle","Renderer","ScaleDown","Shadow","Shell","Shrink","Size","SmolStr","Start","TRANSPARENT","Text","Touch","UNIT","Vector","WHITE","Widget","Window","ZERO","ZERO","ZERO","a","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add","alignment","are_widgets_invalid","area","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_widget","as_widget_mut","b","blend_alpha","blur_radius","border","borrow","borrow","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","bottom","bounds","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","center","center_x","center_y","children","children","clear","clipboard","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","color","color","color","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","contains_strict","content","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","diff","distance","drag_destinations","draw","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end_dnd","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","event","expand","expand","explain","family","fill_factor","fill_quad","finish","fit","fit","fluid","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","font","font","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_f64","from_i64","from_linear_rgba","from_rgb","from_rgb8","from_rgba","from_rgba8","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_u64","g","gradient","hash","hash","hash","height","height","horizontal","horizontal_alignment","id","id","image","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_linear","into_rgba8","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","invalidate_layout","invalidate_widgets","inverse","invert","is_empty","is_fill","is_layout_invalid","is_over","is_within","is_within_strict","keyboard","layout","layout","layout","left","line_height","map","max","merge","min","mouse","mouse_interaction","mouse_interaction","mul","mul","mul_alpha","new","new","new","new","new","new","new","new","new","offset","on_event","on_event","operate","operate","overlay","overlay","overlay","partial_cmp","partial_cmp","partial_cmp","peek_dnd","position","position","publish","r","radius","read","read_data","read_primary","read_primary_data","redraw_request","register_dnd_destination","renderer","request_redraw","revalidate_layout","right","set_action","set_id","shaping","size","size","size","size_hint","snap","start_dnd","state","stretch","style","sub","sub","sub","sub","sub","svg","tag","text","time","to_distance","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","top","touch","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","vertical","vertical_alignment","weight","widget","width","width","width","window","with_layer","with_offset","with_radius","with_size","with_translation","write","write","write_data","write_primary","write_primary_data","x","x","x","y","y","y","Alignment","Bottom","Center","Center","Center","End","Horizontal","Left","Right","Start","Top","Vertical","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Border","Radius","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","color","components_from","default","deref","deref_mut","drop","eq","fmt","from","from","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","radius","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","Clipboard","DndDestinationRectangles","DndSource","Null","Surface","Widget","adapt_into_using","adapt_into_using","adapt_into_using","append","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","end_dnd","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_rectangles","into_stimulus","into_stimulus","into_stimulus","new","peek_dnd","peek_dnd","push","read","read","read_data","read_data","read_primary","read_primary_data","read_primary_data","register_dnd_destination","set_action","start_dnd","start_dnd","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_capacity","write","write","write_data","write_primary","write_primary_data","Captured","Dnd","Event","Ignored","Keyboard","MacOS","MacOS","Mouse","PlatformSpecific","PlatformSpecific","ReceivedUrl","Status","Touch","Window","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","merge","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","Black","Bold","Condensed","Cursive","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","family","stretch","style","weight","ColorStop","Gradient","Linear","Linear","adapt_into_using","adapt_into_using","add_stop","add_stops","angle","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","offset","stops","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Custom","Id","IdEq","Internal","Set","Unique","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","reset","to_owned","to_owned","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","unique","window_node_id","Bytes","Bytes","Data","FilterMethod","Handle","Handle","Linear","Nearest","Path","Renderer","Rgba","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","data","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","draw","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_memory","from_path","from_pixels","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","id","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","height","pixels","width","Character","Event","Key","KeyPressed","KeyReleased","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","Standard","Unidentified","key","key","key","location","location","modifiers","modifiers","text","AVRInput","AVRPower","Accept","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AppSwitch","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeMute","AudioVolumeUp","Backspace","BrightnessDown","BrightnessUp","BrowserBack","BrowserFavorites","BrowserForward","BrowserHome","BrowserRefresh","BrowserSearch","BrowserStop","Call","Camera","CameraFocus","Cancel","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Compose","ContextMenu","Control","Convert","Copy","CrSel","Cut","DVR","Delete","Dimmer","DisplaySwap","Eisu","Eject","End","EndCall","Enter","EraseEof","Escape","ExSel","Execute","Exit","F1","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F2","F20","F21","F22","F23","F24","F25","F26","F27","F28","F29","F3","F30","F31","F32","F33","F34","F35","F4","F5","F6","F7","F8","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Fn","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Hibernate","Hiragana","HiraganaKatakana","Home","Hyper","Info","Insert","InstantReplay","JunjaMode","KanaMode","KanjiMode","Katakana","Key","Key11","Key12","LastNumberRedial","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Link","ListProgram","LiveContent","Lock","LogOff","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaRecord","MediaRewind","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackPrevious","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","ModeChange","Named","Named","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","Notification","NumLock","OnDemand","Open","PageDown","PageUp","Pairing","Paste","Pause","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","PowerOff","PreviousCandidate","Print","PrintScreen","Process","Props","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","RfBypass","Romaji","STBInput","STBPower","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","Select","Settings","Shift","SingleCandidate","Soft1","Soft2","Soft3","Soft4","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standby","Subtitle","Super","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Teletext","Undo","Unidentified","VideoModeNext","VoiceDial","WakeUp","Wink","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","cmp","compare","components_from","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","hash","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","partial_cmp","serialize","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Layout","Limits","NONE","Node","adapt_into_using","adapt_into_using","align","align_mut","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","atomic","borrow","borrow","borrow_mut","borrow_mut","bounds","cam16_into_unclamped","cam16_into_unclamped","children","clone","clone","clone_into","clone_into","components_from","components_from","contained","container","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","flex","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","height","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","loose","max","max_height","max_width","min","min_height","min_width","move_to","move_to_mut","new","new","next_to_each_other","padded","positioned","resolve","shrink","size","sized","to_owned","to_owned","translate","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","with_children","Axis","Horizontal","Vertical","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","resolve","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Available","Back","Button","ButtonPressed","ButtonReleased","Click","Crosshair","Cursor","CursorEntered","CursorLeft","CursorMoved","Event","Forward","Grab","Grabbing","Idle","Interaction","Left","Lines","Middle","NotAllowed","Other","Pixels","Pointer","ResizingHorizontally","ResizingVertically","Right","ScrollDelta","Text","Unavailable","WheelScrolled","Working","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","click","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","components_from","components_from","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_over","kind","new","partial_cmp","position","position","position_from","position_in","position_over","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","delta","position","x","x","y","y","Click","Double","Kind","Single","Triple","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Element","Group","Overlay","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","default","deref","deref","deref_mut","deref_mut","draw","draw","draw","drop","drop","from","from","from","from_angle","from_angle","from_children","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_over","is_over","is_over","layout","layout","layout","map","mouse_interaction","mouse_interaction","mouse_interaction","new","new","on_event","on_event","on_event","operate","operate","operate","overlay","overlay","overlay","overlay","position","push","translate","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","with_children","Null","Quad","Renderer","Style","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","border","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clear","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","default","default","default","default_font","default_size","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","eq","fill_editor","fill_paragraph","fill_quad","fill_quad","fill_raw","fill_text","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","icon_color","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","load_font","new","scale_factor","shadow","text_color","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_layer","with_layer","with_translation","with_translation","Bytes","Data","Handle","Path","Renderer","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","data","deref","deref","deref_mut","deref_mut","dimensions","draw","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_memory","from_path","from_stimulus","from_stimulus","hash","hash","id","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","ARROW_DOWN_ICON","Absolute","Advanced","Basic","Bounds","CHECKMARK_ICON","CharOffset","Difference","Editor","Editor","Font","Font","Font","Highlight","Highlighter","Hit","ICON_FONT","Iterator","LineHeight","None","Paragraph","Paragraph","Raw","Relative","Renderer","Settings","Shape","Shaping","Text","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","bounds","bounds","cam16_into_unclamped","cam16_into_unclamped","change_line","clone","clone","clone_into","clone_into","compare","components_from","components_from","content","current_line","cursor","cursor","cursor_position","default_font","default_size","deref","deref","deref_mut","deref_mut","drop","drop","editor","eq","eq","equivalent","equivalent","equivalent","fill_editor","fill_paragraph","fill_raw","fill_text","fmt","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","grapheme_position","highlight","highlight_line","highlighter","hit_test","horizontal_alignment","horizontal_alignment","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","line","line_count","line_height","load_font","min_bounds","min_height","min_width","new","perform","resize","selection","shaping","size","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","update","update","vertical_alignment","vertical_alignment","with_text","with_text","Action","Backspace","Caret","Click","Cursor","Delete","Direction","DocumentEnd","DocumentStart","Down","Drag","Edit","Edit","Editor","End","Enter","Font","Home","Insert","Left","Left","Motion","Move","PageDown","PageUp","Paste","Right","Right","Scroll","Select","SelectLine","SelectWord","Selection","Up","WordLeft","WordRight","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","cursor","cursor_position","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","direction","drop","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","highlight","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_edit","line","line_count","perform","selection","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","update","widen","with_text","lines","Format","Highlight","Highlighter","Iterator","PlainText","Settings","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","change_line","change_line","clone","clone","clone_into","clone_into","color","components_from","components_from","current_line","current_line","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","fmt","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","highlight_line","highlight_line","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","new","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","update","Duration","Instant","MAX","MICROSECOND","MILLISECOND","NANOSECOND","SECOND","ZERO","abs_diff","adapt_into_using","adapt_into_using","add","add","add_assign","add_assign","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","as_micros","as_millis","as_millis_f32","as_millis_f64","as_nanos","as_secs","as_secs_f32","as_secs_f64","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","checked_add","checked_add","checked_div","checked_duration_since","checked_mul","checked_sub","checked_sub","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","components_from","components_from","default","deref","deref","deref_mut","deref_mut","deserialize","div","div_assign","div_duration_f32","div_duration_f64","div_f32","div_f64","drop","drop","duration_since","elapsed","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from_angle","from_angle","from_days","from_hours","from_micros","from_millis","from_mins","from_nanos","from_secs","from_secs_f32","from_secs_f64","from_stimulus","from_stimulus","from_weeks","hash","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_zero","mul","mul_assign","mul_f32","mul_f64","new","now","partial_cmp","partial_cmp","saturating_add","saturating_duration_since","saturating_mul","saturating_sub","serialize","sub","sub","sub","sub_assign","sub_assign","subsec_micros","subsec_millis","subsec_nanos","sum","sum","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_from_secs_f32","try_from_secs_f64","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Event","Finger","FingerLifted","FingerLost","FingerMoved","FingerPressed","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","id","id","id","id","position","position","position","position","Id","Id","Message","Operation","OperationOutputWrapper","Text","Tree","Widget","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","children","clone","clone_into","components_from","components_from","components_from","container","custom","deref","deref","deref","deref_mut","deref_mut","deref_mut","diff","diff","diff_children","diff_children_custom","drag_destinations","draw","draw","drop","drop","drop","empty","find","finish","fmt","focusable","font","from","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","height","horizontal_alignment","id","id","id","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","layout","layout","line_height","mouse_interaction","new","new","on_event","operate","operation","overlay","scrollable","set_id","set_id","shaping","size","size","size","size_hint","state","state","state","style","tag","tag","tag","text","text_input","to_owned","tree","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","vertical_alignment","width","Chain","Focusable","Id","Id","MapOperation","Message","Message","None","Operation","OperationOutputWrapper","OperationWrapper","Outcome","Scrollable","Some","TextInput","Wrapper","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","container","container","container","custom","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","finish","finish","fmt","focus","focusable","focusable","focusable","focusable","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","is_focused","map","move_cursor_to","move_cursor_to_end","move_cursor_to_front","new","scoped","scroll_to","scrollable","scrollable","scrollable","scrollable","select_all","snap_to","text_input","text_input","text_input","text_input","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","unfocus","Count","Focusable","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","count","default","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","find_focused","fmt","focus","focus","focus_next","focus_previous","focused","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_focused","to_owned","total","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","unfocus","AbsoluteOffset","END","RelativeOffset","START","Scrollable","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","scroll_to","scroll_to","snap_to","snap_to","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","x","x","y","y","TextInput","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","select_all","select_all","Absolute","Advanced","Appearance","Basic","LineHeight","Relative","Shaping","State","Style","StyleSheet","Text","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","default","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","draw","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","layout","to_absolute","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","None","Some","State","Tag","Tree","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","children","clone","clone_into","cmp","compare","components_from","components_from","deref","deref","deref_mut","deref_mut","diff_children_custom_with_search","downcast_mut","downcast_ref","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","id","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","of","partial_cmp","state","stateless","tag","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","AlwaysOnBottom","AlwaysOnTop","At","Centered","CloseRequested","Closed","Critical","Default","Event","FileDropped","FileHovered","FilesHoveredLeft","Focused","Fullscreen","Hidden","Icon","Id","Informational","Level","Mode","Moved","NextFrame","Normal","Opened","Position","RedrawRequest","RedrawRequested","Resized","Settings","Specific","Unfocused","UserAttention","Windowed","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","decorations","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exit_on_close_request","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","icon","icon","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_raw","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","level","max_size","min_size","partial_cmp","platform_specific","position","resizable","resize_border","settings","size","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transparent","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","visible","height","position","size","width","x","y","ByteCountNotDivisibleBy4","DimensionsVsPixelCount","Error","Icon","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","fmt","from","from_angle","from_rgba","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_smolstr","to_string","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","byte_count","height","pixel_count","width","width_x_height","PlatformSpecific","Settings","adapt_into_using","application_id","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","decorations","default","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","exit_on_close_request","fmt","from","from_angle","from_stimulus","icon","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","level","max_size","min_size","platform_specific","position","resizable","resize_border","size","to_owned","transparent","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","visible","Damage","bounds","group","list","BoxFuture","BoxStream","Executor","MaybeSend","MaybeSync","Runtime","Subscription","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","backend","batch","borrow","borrow","borrow_mut","borrow_mut","boxed_stream","broadcast","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","enter","enter","event","executor","fmt","fmt","from","from","from_angle","from_angle","from_recipe","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_recipes","into_stimulus","into_stimulus","keyboard","map","new","new","none","run","spawn","spawn","subscription","track","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","with","default","native","null","Executor","thread_pool","tokio","Executor","time","Executor","time","every","Executor","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","spawn","time","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","listen","listen_raw","listen_with","Executor","enter","new","spawn","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","Error","Error","Error","Future","FutureExt","Item","Ok","Ok","Output","Sink","SinkExt","Stream","StreamExt","TryFuture","TryFutureExt","TryStream","TryStreamExt","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","drop","enumerate","err_into","err_into","executor","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_raw","into_sink","into_stream","into_stream","io","join","left_future","left_sink","left_stream","lines","lock","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","pending","pin_mut","poll","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","prelude","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select","select_biased","select_next_some","send","send_all","shared","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream_position","stream_select","take","take","take_until","take_while","task","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_join","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","mpsc","oneshot","Receiver","SendError","Sender","TryRecvError","TrySendError","UnboundedReceiver","UnboundedSender","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","channel","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","close","close","close_channel","close_channel","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","disconnect","disconnect","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash_receiver","hash_receiver","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_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","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_send_error","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_closed","is_closed","is_connected_to","is_connected_to","is_disconnected","is_disconnected","is_empty","is_full","is_full","is_terminated","is_terminated","len","poll_close","poll_close","poll_close","poll_flush","poll_flush","poll_flush","poll_next","poll_next","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","same_receiver","same_receiver","size_hint","size_hint","start_send","start_send","start_send","start_send","start_send","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_next","try_next","try_poll_next","try_poll_next","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unbounded","unbounded_send","Canceled","Cancellation","Receiver","Sender","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cancellation","channel","clone","clone_into","close","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_canceled","is_connected_to","is_terminated","poll","poll","poll_canceled","send","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_poll","try_recv","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","BlockingStream","Enter","EnterError","LocalPool","LocalSpawner","ThreadPool","ThreadPoolBuilder","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","after_start","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","before_stop","block_on","block_on_stream","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cjk_compat_variants","clone","clone","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","create","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","enter","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","name_prefix","new","new","new","new","next","nfc","nfd","nfkc","nfkd","pool_size","run","run_until","run_until_stalled","size_hint","spawn","spawn_local_obj","spawn_obj","spawn_obj","spawn_obj_ok","spawn_ok","spawner","stack_size","status","status_local","stream_safe","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_run_one","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","AddrInUse","AddrNotAvailable","AllowStdIo","AlreadyExists","ArgumentListTooLong","AsyncBufRead","AsyncBufReadExt","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BrokenPipe","BufReader","BufWriter","Chain","Close","ConnectionAborted","ConnectionRefused","ConnectionReset","Copy","CopyBuf","CopyBufAbortable","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","FillBuf","Flush","HostUnreachable","Interrupted","IntoSink","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","Read","ReadExact","ReadHalf","ReadLine","ReadOnlyFilesystem","ReadToEnd","ReadToString","ReadUntil","ReadVectored","Repeat","ResourceBusy","Result","ReuniteError","SeeKRelative","Seek","SeekFrom","Sink","StaleNetworkFileHandle","Start","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","Window","WouldBlock","Write","WriteAll","WriteHalf","WriteVectored","WriteZero","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","advance","advance","advance_slices","advance_slices","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","buffer","buffer","buffer","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cause","chain","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","close","cmp","cmp","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","consume","consume","consume","consume","consume","consume","consume","consume","consume","consume_unpin","copy","copy_buf","copy_buf_abortable","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","downcast","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","end","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fill_buf","fill_buf","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_raw_os_error","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","hash","hash","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_sink","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_pair_of","is_pair_of","kind","last_os_error","limit","lines","new","new","new","new","new","new","new","new","new","other","partial_cmp","partial_cmp","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_next","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_read_vectored","poll_ready","poll_seek","poll_seek","poll_seek","poll_seek","poll_seek","poll_seek_relative","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","position","raw_os_error","read","read","read_exact","read_exact","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_line","read_to_end","read_to_end","read_to_string","read_to_string","read_until","read_vectored","read_vectored","repeat","reunite","reunite","seek","seek","seek_relative","set","set_limit","set_position","sink","source","split","start","start_send","stream_position","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll_next","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_capacity","with_capacity","with_capacity","write","write","write_all","write_all","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_fmt","write_vectored","write_vectored","MappedMutexGuard","Mutex","MutexGuard","MutexLockFuture","OwnedMutexGuard","OwnedMutexLockFuture","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_mut","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_inner","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_terminated","is_terminated","lock","lock_owned","map","map","new","poll","poll","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_lock","try_lock_owned","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","Never","AsyncBufRead","AsyncRead","AsyncSeek","AsyncWrite","Error","Error","Error","Future","Item","Ok","Ok","Output","Sink","Stream","TryFuture","TryStream","_","_","_","_","_","_","_","_","_","all","and_then","and_then","any","boxed","boxed","boxed_local","boxed_local","buffer","buffer_unordered","buffered","by_ref","catch_unwind","catch_unwind","chain","chain","chunks","close","close","collect","concat","consume","consume_unpin","count","cycle","enumerate","err_into","err_into","fanout","feed","fill_buf","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten","flatten_sink","flatten_stream","flatten_unordered","flush","flush","fold","for_each","for_each_concurrent","forward","fuse","fuse","future","inspect","inspect","inspect_err","inspect_err","inspect_ok","inspect_ok","into_async_read","into_future","into_future","into_sink","into_stream","into_stream","left_future","left_sink","left_stream","lines","map","map","map_err","map_err","map_into","map_ok","map_ok","map_ok_or_else","never_error","next","now_or_never","ok_into","or_else","or_else","peekable","poll","poll_close","poll_close","poll_close_unpin","poll_fill_buf","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next_unpin","poll_read","poll_read_vectored","poll_ready","poll_ready_unpin","poll_seek","poll_unpin","poll_write","poll_write_vectored","read","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","ready_chunks","remote_handle","right_future","right_sink","right_stream","scan","seek","select_next_some","send","send_all","shared","sink","sink_err_into","sink_map_err","size_hint","skip","skip_while","split","split","start_send","start_send_unpin","stream","stream_position","take","take","take_until","take_while","then","then","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_concat","try_filter","try_filter_map","try_flatten","try_flatten","try_flatten_stream","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_next","try_poll","try_poll_next","try_poll_next_unpin","try_poll_unpin","try_ready_chunks","try_skip_while","try_take_while","unit_error","unwrap_or_else","unzip","with","with_flat_map","write","write_all","write_vectored","zip","AbortHandle","AbortRegistration","Abortable","Aborted","AndThen","BoxFuture","CatchUnwind","Done","Done","Either","ErrInto","Error","Flatten","FlattenSink","FlattenStream","Fuse","FusedFuture","Future","Future","Future","FutureExt","FutureObj","Gone","Gone","Inspect","InspectErr","InspectOk","IntoFuture","IntoStream","Join","Join3","Join4","Join5","JoinAll","Lazy","Left","LocalBoxFuture","LocalFutureObj","Map","MapErr","MapInto","MapOk","MapOkOrElse","MaybeDone","NeverError","Ok","OkInto","OptionFuture","OrElse","Output","Pending","PollFn","PollImmediate","Ready","Remote","RemoteHandle","Right","Select","SelectAll","SelectOk","Shared","Then","TryFlatten","TryFlattenStream","TryFuture","TryFutureExt","TryJoin","TryJoin3","TryJoin4","TryJoin5","TryJoinAll","TryMaybeDone","TrySelect","UnitError","UnsafeFutureObj","UnwrapOrElse","WeakShared","abortable","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","and_then","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_pin_mut","as_pin_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","boxed","boxed_local","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","catch_unwind","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","consume","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","downgrade","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","err","err_into","factor_first","factor_second","flatten","flatten_sink","flatten_stream","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","forget","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_iter","from_iter","from_iter","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","fuse","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inspect","inspect_err","inspect_ok","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_raw","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stream","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","join","join3","join4","join5","join_all","lazy","left_future","map","map_err","map_into","map_ok","map_ok_or_else","maybe_done","never_error","now_or_never","ok","ok_into","or_else","output_mut","output_mut","peek","pending","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll_close","poll_close","poll_close","poll_close","poll_close","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_fn","poll_immediate","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_read","poll_read_vectored","poll_ready","poll_ready","poll_ready","poll_ready","poll_seek","poll_unpin","poll_write","poll_write_vectored","ptr_eq","ptr_hash","ready","remote_handle","right_future","select","select_all","select_ok","shared","size_hint","size_hint","size_hint","size_hint","size_hint","start_send","start_send","start_send","start_send","strong_count","take_output","take_output","terminated","then","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_flatten","try_flatten_stream","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_join","try_join3","try_join4","try_join5","try_join_all","try_maybe_done","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_unpin","try_select","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unit_error","unwrap_or_else","upgrade","weak_count","Buffer","Close","Drain","Error","Fanout","Feed","Flush","Send","SendAll","Sink","SinkErrInto","SinkExt","SinkMapErr","Unfold","With","WithFlatMap","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","buffer","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","close","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fanout","feed","flush","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_terminated","is_terminated","is_terminated","is_terminated","left_sink","poll","poll","poll","poll","poll","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close_unpin","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush_unpin","poll_next","poll_next","poll_next","poll_next","poll_next","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready_unpin","right_sink","send","send_all","sink_err_into","sink_map_err","size_hint","size_hint","size_hint","size_hint","size_hint","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send_unpin","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unfold","with","with_flat_map","AbortHandle","AbortRegistration","Abortable","Aborted","All","AndThen","Any","BoxStream","BufferUnordered","Buffered","CatchUnwind","Chain","Chunks","Collect","Concat","Count","Cycle","Empty","Enumerate","ErrInto","Error","Filter","FilterMap","FlatMap","FlatMapUnordered","Flatten","FlattenUnordered","Fold","ForEach","ForEachConcurrent","Forward","Fuse","FusedStream","FuturesOrdered","FuturesUnordered","Inspect","InspectErr","InspectOk","IntoAsyncRead","IntoStream","Item","Iter","Left","LocalBoxStream","Map","MapErr","MapOk","Next","NextIf","NextIfEq","Ok","Once","OrElse","Peek","PeekMut","Peekable","Pending","PollFn","PollImmediate","PollNext","ReadyChunks","Repeat","RepeatWith","ReuniteError","Right","Scan","Select","SelectAll","SelectNextSome","SelectWithStrategy","Skip","SkipWhile","SplitSink","SplitStream","Stream","StreamExt","StreamFuture","Take","TakeUntil","TakeWhile","Then","TryAll","TryAny","TryBufferUnordered","TryBuffered","TryChunks","TryChunksError","TryCollect","TryConcat","TryFilter","TryFilterMap","TryFlatten","TryFlattenUnordered","TryFold","TryForEach","TryForEachConcurrent","TryNext","TryReadyChunks","TryReadyChunksError","TrySkipWhile","TryStream","TryStreamExt","TryTakeWhile","TryUnfold","Unfold","Unzip","Zip","abort","abortable","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","and_then","any","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","boxed","boxed_local","buffer_unordered","buffered","by_ref","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","catch_unwind","chain","chunks","clear","clear","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","collect","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","concat","consume","count","cycle","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","enumerate","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","err_into","extend","extend","extend","filter","filter_map","flat_map","flat_map_unordered","flatten","flatten_unordered","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fold","for_each","for_each_concurrent","forward","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_iter","from_iter","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","fuse","futures_unordered","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_pin_mut","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","handle","hash","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inspect","inspect_err","inspect_ok","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_async_read","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stream","is_aborted","is_aborted","is_done","is_empty","is_empty","is_empty","is_pair_of","is_pair_of","is_stopped","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","iter","iter","iter","iter_mut","iter_mut","iter_pin_mut","iter_pin_ref","left_stream","len","len","len","map","map_err","map_ok","new","new","new","new","new_pair","next","next_if","next_if_eq","once","or_else","peek","peek_mut","peekable","pending","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_close","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_flush","poll_fn","poll_immediate","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next_unpin","poll_peek","poll_peek_mut","poll_read","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_ready","poll_write","push","push","push","push_back","push_front","ready_chunks","repeat","repeat_with","reunite","reunite","right_stream","scan","select","select_all","select_all","select_next_some","select_with_strategy","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","skip","skip_while","spawn_local_obj","spawn_obj","split","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","start_send","take","take_future","take_result","take_until","take_while","then","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","to_string","toggle","try_all","try_any","try_buffer_unordered","try_buffered","try_chunks","try_collect","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_concat","try_filter","try_filter_map","try_flatten","try_flatten_unordered","try_fold","try_for_each","try_for_each_concurrent","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_next","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next","try_poll_next_unpin","try_ready_chunks","try_skip_while","try_take_while","try_unfold","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unfold","unzip","zip","FuturesUnordered","IntoIter","Iter","IterMut","IterPinMut","IterPinRef","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cjk_compat_variants","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","next","next","next","next","next","nfc","nfd","nfkc","nfkd","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","IntoIter","Iter","IterMut","SelectAll","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","next","next","next","select_all","size_hint","size_hint","size_hint","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","ArcWake","AtomicWaker","Context","FINISHED","FutureObj","LocalFutureObj","LocalSpawn","LocalSpawnExt","PENDING","Pending","Poll","RawWaker","RawWakerVTable","Ready","Spawn","SpawnError","SpawnExt","UnsafeFutureObj","Waker","WakerRef","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_raw","as_ref","async_gen_ready","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","branch","branch","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_from","clone_into","clone_into","clone_into","cmp","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","data","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_output","from_output","from_raw","from_residual","from_residual","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_waker","hash","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_future","into_future","into_future_obj","into_raw","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_pending","is_ready","is_shutdown","local_waker","map","map_err","map_err","map_ok","map_ok","new","new","new","new","new","new","new_unowned","noop","noop_waker","noop_waker_ref","partial_cmp","poll","poll","register","shutdown","spawn","spawn_local","spawn_local_obj","spawn_local_with_handle","spawn_obj","spawn_with_handle","status","status_local","take","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_poll","try_poll","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","vtable","wake","wake","wake","wake_by_ref","wake_by_ref","waker","waker","waker_ref","will_wake","on_key_press","on_key_release","EventStream","Output","Recipe","Subscription","Tracker","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","broadcast","cam16_into_unclamped","channel","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","hash","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","run","run_with_id","stream","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","unfold","update","Bevel","Butt","Fill","Geometry","Gradient","Gradient","LineCap","LineDash","LineJoin","Linear","Miter","Path","Renderer","Round","Round","Solid","Square","Stroke","Style","Text","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","circle","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","content","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","draw","draw_with","drop","drop","drop","drop","drop","drop","drop","drop","eq","fill","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","font","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","horizontal_alignment","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","line","line_cap","line_dash","line_height","line_join","new","offset","path","position","raw","rectangle","rule","segments","shaping","size","stroke","style","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","vertical_alignment","width","with_color","with_line_cap","with_line_join","with_width","EvenOdd","Fill","Gradient","NonZero","Rule","Solid","Style","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","rule","style","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Arc","Builder","Path","adapt_into_using","adapt_into_using","arc","arc","arc_to","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","bezier_curve_to","borrow","borrow","borrow_mut","borrow_mut","build","cam16_into_unclamped","cam16_into_unclamped","center","circle","clone","clone_into","close","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","ellipse","end_angle","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","line_to","move_to","new","quadratic_curve_to","radius","rectangle","start_angle","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Arc","Elliptical","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","center","center","clone","clone_into","components_from","deref","deref_mut","drop","end_angle","end_angle","fmt","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","radii","radius","rotation","start_angle","start_angle","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","ArcFlags","AttributeIndex","AttributeSlice","AttributeStore","Attributes","Begin","Begin","Begin","Bevel","Builder","BuilderImpl","BuilderWithAttributes","Butt","ControlPointId","Cubic","Cubic","Cubic","End","End","End","EndpointId","EvenOdd","Event","EventId","FillRule","INVALID","INVALID","INVALID","IdEvent","IdIter","IdPolygon","Iter","IterWithAttributes","Line","Line","Line","LineCap","LineJoin","Miter","MiterClip","NO_ATTRIBUTES","Negative","Negative","NonZero","Path","PathBuffer","PathBufferSlice","PathCommands","PathCommandsSlice","PathEvent","PathSlice","Polygon","Position","PositionStore","Positive","Positive","Quadratic","Quadratic","Quadratic","Reversed","Round","Round","Side","Square","Winding","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_slice","as_slice","as_slice","attributes","attributes","begin","begin","begin","borrow","borrow","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","build","build","build","builder","builder","builder","builder","builder_with_attributes","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","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","closed","closed","commands","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end","end","end","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","event","event","event","event","events","extend_from_paths","extend_from_paths","first_endpoint","first_endpoint","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_each_flattened","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_iter","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_usize","from_usize","get","get","get","get","get","get","get_control_point","get_control_point","get_control_point","get_control_point","get_endpoint","get_endpoint","get_endpoint","get_endpoint","hash","hash","hash","hash","hash","id_iter","id_iter","id_iter","index","index","index","index","index","indices","indices","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_path","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_edge","is_empty","is_empty","is_empty","is_in","is_negative","is_out","is_positive","iter","iter","iter","iter","iter","iter","iter","iter","iter_with_attributes","iter_with_attributes","iterator","large_arc","last_endpoint","last_endpoint","len","len","line_to","line_to","line_to","math","new","new","new","new","new","next","next","next","next","next_event_id_in_path","next_event_id_in_path","next_event_id_in_sub_path","next_event_id_in_sub_path","num_attributes","num_attributes","num_attributes","num_attributes","num_attributes","num_attributes","num_attributes","offset","offset","opposite","path","path_buffer","path_events","path_slice","points","points","points","polygon","position","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","reserve","reserve","reserve","reserve","reversed","reversed","svg_builder","sweep","to","to_f32","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_usize","to_usize","to_usize","traits","transformed","transformed","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_attributes","with_capacity","with_capacity","with_points","with_svg","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","at","close","ctrl","ctrl1","ctrl2","first","from","from","from","last","to","to","to","BorderRadii","Build","Flattened","NoAttributes","PathBuilder","PathType","SvgPathBuilder","Transformed","WithSvg","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add_circle","add_circle","add_ellipse","add_ellipse","add_line_segment","add_line_segment","add_point","add_point","add_polygon","add_polygon","add_polygon","add_rectangle","add_rectangle","add_rounded_rectangle","add_rounded_rectangle","arc","arc_to","arc_to","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","begin","begin","begin","begin","begin","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom_left","bottom_right","build","build","build","build","build","build","build","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","close","close","close","close","close","components_from","components_from","components_from","components_from","components_from","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","current_position","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","end","end","end","end","end","eq","eq","event","extend_from_paths","flattened","flattened","flattened","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","horizontal_line_to","horizontal_line_to","init","init","init","init","init","inner","inner_mut","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","line_to","line_to","line_to","line_to","line_to","line_to","line_to","line_to","move_to","move_to","move_to","new","new","new","new","new","num_attributes","num_attributes","num_attributes","num_attributes","partial_cmp","path_event","path_event","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_arc_to","relative_cubic_bezier_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_horizontal_line_to","relative_line_to","relative_line_to","relative_move_to","relative_move_to","relative_quadratic_bezier_to","relative_quadratic_bezier_to","relative_vertical_line_to","relative_vertical_line_to","reserve","reserve","reserve","reserve","reserve","reserve","reserve","reserve","set_tolerance","set_transform","set_transform","smooth_cubic_bezier_to","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","smooth_relative_quadratic_bezier_to","to_owned","to_owned","to_smolstr","to_string","top_left","top_right","transformed","transformed","transformed","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","vertical_line_to","vertical_line_to","with_capacity","with_svg","with_svg","wrap","CommandsPathSlice","Events","Iter","PathCommands","PathCommandsBuilder","PathCommandsSlice","PointEvents","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","begin","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","cubic_bezier_to","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","end","events","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_control_point","get_endpoint","index","index","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","iter","line_to","new","next","next","next","points","quadratic_bezier_to","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","with_capacity","Angle","Arc","ArcFlags","Box2D","CubicBezierSegment","DIV_EPSILON","EIGHT","EPSILON","FIVE","FOUR","HALF","Line","LineEquation","LineSegment","MAX","MIN","NINE","ONE","Point","QuadraticBezierSegment","Rotation","SEVEN","SIX","Scalar","Scalar","Scale","Segment","Size","SvgArc","TEN","THREE","TWO","Transform","Translation","Triangle","Vector","ZERO","a","a","ab","ac","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add_assign","after_split","after_split","after_split","after_split","after_split","after_split","after_split","after_split","after_split","angle","angle_to","approx_epsilon","approx_eq_eps","approximate_length","approximate_length","approximate_length","approximate_length","approximate_length","approximate_length","approximate_length","arc","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","b","b","ba","baseline","baseline","bc","before_split","before_split","before_split","before_split","before_split","before_split","before_split","before_split","before_split","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounding_box","bounding_box","bounding_box","bounding_box","bounding_box","bounding_range_x","bounding_range_x","bounding_range_x","bounding_range_x","bounding_range_y","bounding_range_y","bounding_range_y","bounding_range_y","bounding_triangle","c","c","ca","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cast","cb","center","circle","clipped","clipped_x","clipped_y","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","closest_point","closest_point","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains_point","contains_segment","ctrl","ctrl1","ctrl2","cubic_bezier","cubic_intersections","cubic_intersections_t","default","degrees","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","derivative","derivative","derivative","derivative","derivative","derivative","derivative","distance_to_point","distance_to_point","distance_to_point","distance_to_point","div","div","div_assign","drag","drag","drag_with_weight","drop","drop","drop","drop","drop","drop","drop","drop","drop","dx","dx","dx","dx","dx","dx","dy","dy","dy","dy","dy","dy","end_angle","epsilon_for","eq","eq","eq","eq","eq","eq","eq","eq","equation","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fast_bounding_box","fast_bounding_box","fast_bounding_box","fast_bounding_range_x","fast_bounding_range_x","fast_bounding_range_x","fast_bounding_range_y","fast_bounding_range_y","fast_bounding_range_y","fat_line","fat_line","flags","flattened","flattened","flattened","flattened_t","flattening_step","flip","flip","flip","flip","flip","flip","flip","flip","flip","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_each_cubic_bezier","for_each_cubic_bezier","for_each_flattened","for_each_flattened","for_each_flattened","for_each_flattened","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_flattened_with_t","for_each_inflection_t","for_each_local_x_extremum_t","for_each_local_x_extremum_t","for_each_local_y_extremum_t","for_each_local_y_extremum_t","for_each_monotonic","for_each_monotonic","for_each_monotonic_range","for_each_monotonic_range","for_each_quadratic_bezier","for_each_quadratic_bezier","for_each_quadratic_bezier","for_each_quadratic_bezier_with_t","for_each_quadratic_bezier_with_t","for_each_quadratic_bezier_with_t","for_each_x_monotonic","for_each_x_monotonic","for_each_x_monotonic_range","for_each_x_monotonic_range","for_each_y_monotonic","for_each_y_monotonic","for_each_y_monotonic_range","for_each_y_monotonic_range","frac_pi_2","frac_pi_3","frac_pi_4","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_svg_arc","get","get_angle","hash","height","horizontal_line_intersection","horizontal_line_intersection_t","init","init","init","init","init","init","init","init","init","intersection","intersection","intersection_t","intersects","intersects","intersects_box","intersects_line","intersects_line_segment","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","invert","is_a_point","is_finite","is_horizontal","is_linear","is_linear","is_monotonic","is_monotonic","is_quadratic","is_straight_line","is_vertical","is_x_monotonic","is_x_monotonic","is_y_monotonic","is_y_monotonic","large_arc","length","length","lerp","line_intersection","line_intersection_t","line_intersections","line_intersections","line_intersections_t","line_intersections_t","line_segment_intersections","line_segment_intersections","line_segment_intersections_t","line_segment_intersections_t","local_x_extremum_t","local_y_extremum_t","m11","m12","m21","m22","m31","m32","max","mid_point","min","mul","mul_assign","neg","new","normal","num_quadratics","offset","overlaps_line","overlaps_segment","parallel_line","partial_cmp","pi","point","point","positive","project_point","quadratic_bezier","quadratic_intersections","quadratic_intersections_t","radians","radians","radii","radii","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample_tangent","set_length","signed","signed_distance_to_point","signed_distance_to_point","sin_cos","size","solve_t_for_x","solve_t_for_x","solve_t_for_y","solve_t_for_y","solve_x_for_y","solve_x_for_y","solve_y_for_x","solve_y_for_x","split","split","split","split","split","split","split","split","split","split_at_x","split_range","split_range","split_range","split_range","split_range","split_range","split_range","split_range","split_range","square_distance_to_point","square_distance_to_point","square_distance_to_point","square_length","start_angle","sub","sub_assign","sum","sum","sweep","sweep_angle","tangent","to","to","to","to","to","to","to","to","to","to","to","to","to","to_arc","to_cubic","to_degrees","to_f32","to_f32","to_f32","to_f32","to_f32","to_f64","to_f64","to_f64","to_f64","to_f64","to_line","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_quadratic","to_quadratic_error","to_svg_arc","to_vector","traits","transform","transformed","transformed","transformed","translate","try_cast","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","two_pi","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","utils","value","vector","vector","vertical_line_intersection","vertical_line_intersection_t","width","x","x","x","x","x","x","x","x","x","x","x","x","x_maximum_t","x_maximum_t","x_minimum_t","x_minimum_t","x_rotation","x_rotation","y","y","y","y","y","y","y","y","y","y","y","y","y_maximum_t","y_maximum_t","y_minimum_t","y_minimum_t","zero","Arc","ArcFlags","Flattened","SvgArc","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","center","components_from","deref","deref_mut","drop","flags","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","large_arc","next","radii","radii","start_angle","sweep","sweep_angle","to","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","x_rotation","x_rotation","ArrayString","ArrayVec","CapacityError","Drain","IntoIter","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_mut_ptr","as_mut_slice","as_mut_str","as_ptr","as_ref","as_ref","as_slice","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","capacity","capacity","cjk_compat_variants","cjk_compat_variants","clear","clear","clone","clone","clone","clone","clone_from","clone_from","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","components_from","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drain","drop","drop","drop","drop","drop","drop","drop","drop","element","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","flush","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_byte_string","from_iter","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","ge","ge","ge","gt","gt","gt","hash","hash","init","init","init","init","init","insert","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_inner_unchecked","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_empty","is_full","is_full","le","le","le","len","len","lt","lt","lt","new","new","new","new_const","new_const","next","next","next_back","next_back","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pop","pop","pop_at","push","push","push_str","push_unchecked","remaining_capacity","remaining_capacity","remove","remove","retain","set_len","set_len","simplify","size_hint","size_hint","stream_safe","stream_safe","swap_pop","swap_remove","take","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","truncate","truncate","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_extend_from_slice","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_insert","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_push","try_push","try_push_str","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","write","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_big_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_as_little_endian","write_char","write_str","zero_filled","CubicBezierSegment","Flattened","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","ctrl1","ctrl2","deref","deref_mut","drop","from","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_iter","into_stimulus","next","size_hint","to","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Angle","BoolVector2D","BoolVector3D","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Trig","UnknownUnit","Vector2D","Vector3D","abs","abs","abs","abs","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_assign","add_size","add_size","all","all","and","and","angle","angle_from_x_axis","angle_to","angle_to","any","any","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_epsilon","approx_eq","approx_eq","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approx_eq_eps","approxeq","approxord","area","area","area","around_axis","around_x","around_y","around_z","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","bottom","box3d","bvec2","bvec3","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","cast_unit","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","ceil","center","center","center","clamp","clamp","clamp","clamp","clamp","clamp","clamp","clamp_length","clamp_length","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","cmp","cmp","cmp","compare","compare","compare","component_div","component_div","component_mul","component_mul","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","contains","contains","contains","contains","contains_box","contains_box","contains_inclusive","contains_inclusive","contains_rect","cos","cross","cross","decompose_reversed","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","degrees_to_radians","depth","depth","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","determinant","determinant","distance_to","distance_to","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_assign","div_euclid","div_euclid","dot","dot","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equal","equal","equal","equal","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","euler","extend","extend","fast_atan2","floor","floor","floor","floor","floor","floor","floor","floor","floor","floor","floor","floor","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle_and_length","from_array","from_array","from_arrays","from_arrays","from_length_all_same","from_lengths","from_lengths","from_lengths","from_lengths","from_lengths","from_lengths","from_lengths","from_origin_and_size","from_origin_and_size","from_points","from_points","from_points","from_rotation","from_scale","from_size","from_size","from_size","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_translation","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_untyped","from_vectors_inner","from_vectors_outer","get","get","get_angle","greater_than","greater_than","greater_than","greater_than","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","height","height","height","height","height","horizontal","i","identity","identity","identity","identity","identity","identity","identity","identity","inflate","inflate","inflate","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner_box","inner_rect","intersection","intersection","intersection","intersection_unchecked","intersection_unchecked","intersects","intersects","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","inverse","inverse","inverse","inverse","inverse","inverse","inverse","inverse","is_2d","is_backface_visible","is_empty","is_empty","is_empty","is_empty","is_empty","is_finite","is_finite","is_finite","is_finite","is_finite","is_finite","is_finite","is_finite","is_finite","is_identity","is_identity","is_identity","is_invertible","is_invertible","is_negative","is_negative","is_normalized","is_positive","is_positive","is_zero","j","k","left","length","length","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lerp","lower_than","lower_than","lower_than","lower_than","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","map","map","map","map","max","max","max","max","max","max","max","max","max","max","max","max_x","max_y","min","min","min","min","min","min","min","min","min","min","min","min_x","min_y","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_assign","mul_s","neg","neg","neg","neg","neg","neg","neg","neg","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new_2d","new_all_same","new_from_reversed","none","none","norm","normalize","normalize","normalize","not","not","not_equal","not_equal","not_equal","not_equal","num","one","one","one","or","or","origin","origin","origin","ortho","outer_box","outer_rect","outer_transformed_box","outer_transformed_box2d","outer_transformed_box3d","outer_transformed_rect","outer_transformed_rect","partial_cmp","partial_cmp","partial_cmp","perspective","point2","point3","position","pre_rotate","pre_rotate","pre_scale","pre_scale","pre_translate","pre_translate","project_onto_vector","project_onto_vector","project_to_2d","quaternion","r","radians","radians","radians_to_degrees","rect","reflect","reflect","rem_euclid","rem_euclid","right","robust_normalize","robust_normalize","rotation","rotation","rotation","round","round","round","round","round","round","round","round","round","round","round","round","round","round","round","round_in","round_in","round_in","round_out","round_out","round_out","saturating_add","saturating_sub","scale","scale","scale","scale","scale","select_point","select_point","select_size","select_size","select_vector","select_vector","set_size","sin","size","size","size","size2","size3","skew","slerp","splat","splat","splat","splat","splat","splat","splat","splat","square_length","square_length","square_norm","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sub_assign","sum","sum","sum","sum","sum","sum","sum","sum","sum","sum","tan","then","then","then","then","then","then_rotate","then_rotate","then_scale","then_scale","then_translate","then_translate","to_2d","to_2d","to_2d","to_3d","to_3d","to_3d","to_3d","to_array","to_array","to_array","to_array","to_array","to_array","to_array","to_array","to_array","to_array","to_array_4d","to_array_4d","to_array_transposed","to_array_transposed","to_arrays","to_arrays","to_arrays_transposed","to_box2d","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f32","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_f64","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i32","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_i64","to_non_empty","to_non_empty","to_non_empty","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_point","to_point","to_point2d","to_point3d","to_rect","to_size","to_transform","to_transform","to_transform","to_transform","to_transform","to_transform","to_transform","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple","to_tuple_4d","to_tuple_4d","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u32","to_u64","to_u64","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_untyped","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_usize","to_vector","to_vector","to_vector","to_vector","to_vector","to_vector","top","transform_box","transform_box2d","transform_box2d","transform_box3d","transform_box3d","transform_point","transform_point","transform_point","transform_point","transform_point","transform_point","transform_point","transform_point","transform_point2d","transform_point2d","transform_point2d","transform_point2d_homogeneous","transform_point3d","transform_point3d","transform_point3d","transform_point3d","transform_point3d_homogeneous","transform_rect","transform_rect","transform_rect","transform_size","transform_size","transform_size","transform_vector","transform_vector","transform_vector","transform_vector","transform_vector","transform_vector","transform_vector","transform_vector2d","transform_vector2d","transform_vector3d","transform_vector3d","translate","translate","translate","translation","translation","translation","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_cast","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_normalize","try_normalize","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","union","union","unit_quaternion","vec2","vec3","vector_part","vertical","volume","volume","w","width","width","width","width","width","with_destination","with_destination","with_length","with_max_length","with_max_length","with_min_length","with_min_length","with_source","with_source","x","x","x","x","x","x","x","x","x","x_range","x_range","x_range","xy","xy","xy","xy_area","xz","xz","xz","xz_area","y","y","y","y","y","y","y","y","y","y_range","y_range","y_range","yx","yx","yz","yz","yz","yz_area","z","z","z","z","z","z_range","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zero","zip","zip","zip","zip","ApproxEq","approx_epsilon","approx_eq","approx_eq_eps","max","min","Box2D","Box3D","HomogeneousVector","Length","Point2D","Point3D","Rect","RigidTransform3D","Rotation2D","Rotation3D","Scale","SideOffsets2D","Size2D","Size3D","Transform2D","Transform3D","Translation2D","Translation3D","Vector2D","Vector3D","angle","bottom","depth","height","height","i","j","k","left","m11","m11","m12","m12","m13","m14","m21","m21","m22","m22","m23","m24","m31","m31","m32","m32","m33","m34","m41","m42","m43","m44","max","max","min","min","origin","r","right","rotation","size","top","translation","w","width","width","x","x","x","x","x","x","x","y","y","y","y","y","y","y","z","z","z","z","Ceil","Floor","One","Round","Zero","ceil","floor","one","round","zero","Flattened","FlattenedT","FlatteningParameters","QuadraticBezierSegment","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","ctrl","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","new","next","next","size_hint","size_hint","to","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","Scalar","Segment","Transformation","after_split","approximate_length","before_split","derivative","dx","dy","flip","for_each_flattened_with_t","from","sample","split","split_range","to","transform_point","transform_vector","x","y","cubic_polynomial_roots","directed_angle","directed_angle2","min_max","normalized_tangent","tangent","Flattened","FromPolyline","NoAttributes","PathIterator","Transformed","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","closed","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","flattened","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","new","next","next","next","next","open","size_hint","transformed","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","with_attributes","Angle","Box2D","Point","Rotation","Scale","Size","Transform","Translation","Vector","angle","height","m11","m12","m21","m22","m31","m32","max","min","point","radians","size","vector","width","x","x","x","y","y","y","Builder","BuilderImpl","BuilderWithAttributes","IdIter","Iter","IterWithAttributes","Path","PathSlice","Reversed","Builder","BuilderWithAttributes","Iter","PathBuffer","PathBufferSlice","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","begin","begin","begin","begin","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","build","build","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","cubic_bezier_to","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","end","end","end","end","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","line_to","line_to","line_to","line_to","new","next","next_back","num_attributes","num_attributes","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","quadratic_bezier_to","reserve","reserve","reserve","reserve","size_hint","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_attributes","IdPolygon","IdPolygonIter","PathEvents","Polygon","PolygonIdIter","PolygonIter","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","closed","closed","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","next","next","next","next","par_bridge","points","points","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","Build","PathBuilder","PathIterator","PathType","SvgPathBuilder","add_circle","add_ellipse","add_line_segment","add_point","add_polygon","add_polygon","add_rectangle","add_rounded_rectangle","arc_to","begin","build","close","close","cubic_bezier_to","cubic_bezier_to","end","event","flattened","flattened","horizontal_line_to","line_to","line_to","move_to","num_attributes","path_event","quadratic_bezier_to","quadratic_bezier_to","relative_arc_to","relative_cubic_bezier_to","relative_horizontal_line_to","relative_line_to","relative_move_to","relative_quadratic_bezier_to","relative_vertical_line_to","reserve","reserve","smooth_cubic_bezier_to","smooth_quadratic_bezier_to","smooth_relative_cubic_bezier_to","smooth_relative_quadratic_bezier_to","transformed","transformed","vertical_line_to","with_svg","Bevel","Butt","Gradient","LineCap","LineDash","LineJoin","Miter","Round","Round","Solid","Square","Stroke","Style","line_cap","line_dash","line_join","offset","segments","style","width","Gradient","Linear","Linear","Packed","adapt_into_using","adapt_into_using","add_stop","add_stops","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","end","eq","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_valid_bit_pattern","new","pack","pack","start","stops","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","load","A8","AnimationDecoder","Avif","Bgr8","Bgra8","Bmp","Bmp","CHANNEL_COUNT","COLOR_MODEL","COLOR_TYPE","Cmyk8","ColorType","DEFAULT_MAX_VALUE","DEFAULT_MIN_VALUE","Dds","Decoding","Delay","DynamicImage","EncodableLayout","Encoding","Err","ExtendedColorType","Farbfeld","Farbfeld","FlatSamples","Frame","Frames","GenericImage","GenericImageView","Gif","Gif","GrayAlphaImage","GrayImage","Hdr","Ico","Ico","ImageBuffer","ImageDecoder","ImageDecoderRect","ImageEncoder","ImageError","ImageFormat","ImageLuma16","ImageLuma8","ImageLumaA16","ImageLumaA8","ImageOutputFormat","ImageResult","ImageRgb16","ImageRgb32F","ImageRgb8","ImageRgba16","ImageRgba32F","ImageRgba8","IoError","Jpeg","Jpeg","L1","L16","L16","L2","L4","L8","L8","La1","La16","La16","La2","La4","La8","La8","Limits","Luma","LumaA","Ok","OpenExr","OpenExr","Parameter","Pixel","Pixel","PixelWithColorType","Pixels","Png","Png","Pnm","Pnm","Primitive","Progress","Qoi","Qoi","Reader","Rgb","Rgb1","Rgb16","Rgb16","Rgb2","Rgb32F","Rgb32F","Rgb32FImage","Rgb4","Rgb8","Rgb8","RgbImage","Rgba","Rgba1","Rgba16","Rgba16","Rgba2","Rgba32F","Rgba32F","Rgba32FImage","Rgba4","Rgba8","Rgba8","RgbaImage","SubImage","Subpixel","Tga","Tga","Tiff","Tiff","Unknown","Unsupported","Unsupported","WebP","WebP","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adjust_contrast","all","apply","apply","apply","apply","apply","apply2","apply2","apply2","apply2","apply2","apply_with_alpha","apply_with_alpha","apply_with_alpha","apply_with_alpha","apply_with_alpha","apply_without_alpha","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_bytes","as_bytes","as_flat_samples","as_flat_samples_f32","as_flat_samples_mut","as_flat_samples_u16","as_flat_samples_u8","as_luma16","as_luma8","as_luma_alpha16","as_luma_alpha8","as_mut","as_mut_luma16","as_mut_luma8","as_mut_luma_alpha16","as_mut_luma_alpha8","as_mut_rgb16","as_mut_rgb32f","as_mut_rgb8","as_mut_rgba16","as_mut_rgba32f","as_mut_rgba8","as_mut_slice","as_raw","as_ref","as_rgb16","as_rgb32f","as_rgb8","as_rgba16","as_rgba32f","as_rgba8","as_slice","as_view","as_view_mut","as_view_with_mut_samples","bits_per_pixel","blend","blend","blend","blend","blend","blend_pixel","blend_pixel","blend_pixel","blur","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","bounds","bounds","bounds","bounds","brighten","buffer","buffer","buffer_mut","bytes_per_pixel","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","can_read","can_write","change_bounds","channel_count","channel_count","channels","channels","channels","channels","channels","channels4","channels4","channels4","channels4","channels4","channels_mut","channels_mut","channels_mut","channels_mut","channels_mut","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","codecs","collect_frames","color","color_hint","color_type","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","convert","copy_from","copy_within","copy_within","crop","crop_imm","current","default","default","delay","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","dimensions","dimensions","dimensions","dimensions","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enumerate_pixels","enumerate_pixels_mut","enumerate_rows","enumerate_rows_mut","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","error","expand_palette","extensions_str","extents","filter3x3","fits","flat","fliph","flipv","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_channels","from_channels","from_channels","from_channels","from_channels","from_decoder","from_extension","from_fn","from_mime_type","from_numer_denom_ms","from_parts","from_path","from_pixel","from_raw","from_saturating_duration","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice_mut","from_slice_mut","from_slice_mut","from_slice_mut","from_slice_mut","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_vec","get_mut_sample","get_pixel","get_pixel","get_pixel","get_pixel","get_pixel_checked","get_pixel_mut","get_pixel_mut","get_pixel_mut","get_pixel_mut","get_pixel_mut_checked","get_sample","grayscale","guess_format","has_aliased_samples","has_alpha","has_color","hash","hash","hash","hash","hash","hash","hash","hash","height","height","height","huerotate","icc_profile","image_dimensions","image_mut_slice","image_slice","imageops","in_bounds","in_bounds","in_bounds_index","index","index","index","index","index","index","index","index_ignoring_bounds","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner_mut","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_buffer","into_bytes","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_flat_samples","into_frames","into_iter","into_iter","into_luma16","into_luma8","into_luma_alpha16","into_luma_alpha8","into_raw","into_reader","into_rgb16","into_rgb32f","into_rgb8","into_rgba16","into_rgba32f","into_rgba8","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_vec","invert","invert","invert","invert","invert","invert","io","is_normal","layout","left","load","load_from_memory","load_from_memory_with_format","map","map","map","map","map","map2","map2","map2","map2","map2","map_with_alpha","map_with_alpha","map_with_alpha","map_with_alpha","map_with_alpha","map_without_alpha","math","min_length","new","new","new","new","new","new_luma16","new_luma8","new_luma_a16","new_luma_a8","new_rgb16","new_rgb32f","new_rgb8","new_rgba16","new_rgba32f","new_rgba8","next","next","numer_denom_ms","offsets","open","original_color_type","partial_cmp","pixels","pixels","pixels_mut","put_pixel","put_pixel","put_pixel","put_pixel","read_image","read_image_with_progress","read_rect","read_rect_with_progress","reading_enabled","remaining","resize","resize_exact","resize_to_fill","rotate180","rotate270","rotate90","rows","rows_mut","sample_layout","samples","save","save","save_buffer","save_buffer_with_format","save_with_format","save_with_format","scanline_bytes","set_limits","shrink_to","source","strides_cwh","sub_image","sub_image","thumbnail","thumbnail_exact","to_bytes","to_image","to_luma","to_luma","to_luma","to_luma","to_luma","to_luma16","to_luma32f","to_luma8","to_luma_alpha","to_luma_alpha","to_luma_alpha","to_luma_alpha","to_luma_alpha","to_luma_alpha16","to_luma_alpha32f","to_luma_alpha8","to_mime_type","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_rgb","to_rgb","to_rgb","to_rgb","to_rgb","to_rgb16","to_rgb32f","to_rgb8","to_rgba","to_rgba","to_rgba","to_rgba","to_rgba","to_rgba16","to_rgba32f","to_rgba8","to_smolstr","to_string","to_vec","top","total","total_bytes","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_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_buffer","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unsafe_get_pixel","unsafe_get_pixel","unsafe_put_pixel","unsafe_put_pixel","unsharpen","view","view","width","width","width","with_monocolor","write_buffer_with_format","write_image","write_to","write_to","write_with_encoder","write_with_encoder","writing_enabled","ConvertBuffer","EnumeratePixels","EnumeratePixelsMut","EnumerateRows","EnumerateRowsMut","Pixels","PixelsMut","Rows","RowsMut","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","convert","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","len","len","len","len","len","len","len","len","next","next","next","next","next","next","next","next","next_back","next_back","next_back","next_back","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","bmp","dds","dxt","farbfeld","gif","hdr","ico","jpeg","openexr","png","pnm","qoi","tga","tiff","webp","BmpDecoder","BmpEncoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","deref","deref","deref_mut","deref_mut","dimensions","drop","drop","encode","encode_with_palette","from","from","from_angle","from_angle","from_stimulus","from_stimulus","get_palette","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","new","new","new_without_file_header","read_image","read_rect_with_progress","set_indexed_color","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","write_image","DdsDecoder","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","color_type","components_from","deref","deref_mut","dimensions","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_reader","into_stimulus","new","read_image","scanline_bytes","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","DXT1","DXT3","DXT5","DxtDecoder","DxtEncoder","DxtReader","DxtVariant","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","color_type","color_type","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","encode","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_rect_with_progress","scanline_bytes","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","FarbfeldDecoder","FarbfeldEncoder","FarbfeldReader","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","encode","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","new","new","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_rect_with_progress","scanline_bytes","seek","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","write_image","Finite","GifDecoder","GifEncoder","GifReader","Infinite","Repeat","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","color_type","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","encode","encode_frame","encode_frames","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_frames","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","new_with_speed","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_to_end","set_limits","set_repeat","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_encode_frames","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","with_limits","HdrAdapter","HdrDecoder","HdrEncoder","HdrImageDecoderIterator","HdrMetadata","HdrReader","Rgbe8Pixel","SIGNATURE","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_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","c","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color_correction","color_type","components_from","components_from","components_from","components_from","components_from","components_from","components_from","custom_attributes","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","drop","drop","drop","e","encode","eq","equivalent","equivalent","equivalent","exposure","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","height","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_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","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","metadata","new","new","new","new_nonstrict","next","orientation","pixel_aspect_ratio","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_image_hdr","read_image_ldr","read_image_native","read_image_transform","read_raw_file","read_rect_with_progress","read_to_end","rgbe8","size_hint","to_hdr","to_ldr","to_ldr_scale_gamma","to_owned","to_owned","to_rgbe8","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","width","with_strictness","IcoDecoder","IcoEncoder","IcoFrame","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_png","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","encode","encode_images","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","new","new","read_image","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_encoded","write_image","Centimeters","Inches","JpegDecoder","JpegEncoder","PixelAspectRatio","PixelDensity","PixelDensityUnit","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color_type","components_from","components_from","components_from","components_from","default","density","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","dpi","drop","drop","drop","drop","encode","encode_image","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","icc_profile","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","new_with_quality","read_image","scale","set_pixel_density","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","unit","write_image","OpenExrDecoder","OpenExrEncoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","deref","deref","deref_mut","deref_mut","dimensions","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","new","new","original_color_type","read_image_with_progress","scanline_bytes","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","with_alpha_preference","write_image","Adaptive","ApngDecoder","Avg","Best","CompressionType","Default","Fast","FilterType","Huffman","NoFilter","Paeth","PngDecoder","PngEncoder","PngReader","Rle","Sub","Up","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","apng","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color_type","components_from","components_from","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","drop","drop","encode","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gamma_value","icc_profile","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_frames","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_apng","new","new","new_with_quality","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_to_end","scanline_bytes","set_limits","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_limits","write_image","ArbitraryHeader","ArbitraryMap","ArbitraryTuplType","Ascii","Binary","Bitmap","BitmapHeader","BlackAndWhite","BlackAndWhiteAlpha","Custom","Graymap","GraymapHeader","Grayscale","GrayscaleAlpha","Pixmap","PixmapHeader","PnmDecoder","PnmEncoder","PnmHeader","PnmSubtype","RGB","RGBAlpha","SampleEncoding","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_arbitrary","as_bitmap","as_graymap","as_pixmap","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color_type","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","depth","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode","encoding","encoding","encoding","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","height","height","height","height","height","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_reader","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","magic_constant","maximal_sample","maxval","maxval","maxwhite","new","new","original_color_type","read_image","sample_encoding","subtype","subtype","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","tupltype","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","width","width","width","width","width","with_dynamic_header","with_header","with_subtype","write","write_image","QoiDecoder","QoiEncoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","deref","deref","deref_mut","deref_mut","dimensions","drop","drop","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","new","new","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","write_image","TgaDecoder","TgaEncoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","deref","deref","deref_mut","deref_mut","dimensions","disable_rle","drop","drop","encode","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","new","new","original_color_type","read_image","scanline_bytes","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","write_image","TiffDecoder","TiffEncoder","TiffReader","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","color_type","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","encode","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","icc_profile","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_reader","into_stimulus","into_stimulus","into_stimulus","new","new","original_color_type","read","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_big_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_from_little_endian_into","read_image","read_to_end","set_limits","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","write_image","DEFAULT","MAX","MIN","WebPDecoder","WebPEncoder","WebPQuality","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","color_type","components_from","components_from","components_from","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","dimensions","drop","drop","drop","encode","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","has_animation","icc_profile","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_frames","into_reader","into_stimulus","into_stimulus","into_stimulus","lossless","lossy","new","new_lossless","read_image","set_background_color","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","vp8","write_image","Frame","Vp8Decoder","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","decode_frame","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","for_display","from","from","from_angle","from_angle","from_stimulus","from_stimulus","get_buf_size","height","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","keyframe","new","pixel_type","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","ubuf","uints_from","uints_from","uints_into","uints_into","vbuf","width","ybuf","Color","Decoding","DecodingError","DimensionError","DimensionMismatch","Encoding","EncodingError","Err","Exact","FailedAlready","Format","Generic","GenericFeature","ImageError","ImageFormatHint","ImageResult","InsufficientMemory","IoError","LimitError","LimitErrorKind","Limits","Name","NoMoreData","Ok","Parameter","ParameterError","ParameterErrorKind","PathExtension","Unknown","Unsupported","Unsupported","UnsupportedError","UnsupportedErrorKind","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","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_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format_hint","format_hint","format_hint","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_format_and_kind","from_format_hint","from_format_hint","from_kind","from_kind","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","kind","kind","kind","new","new","source","source","source","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","to_string","to_string","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","limits","supported","ChannelCountMismatch","ColumnMajorPacked","Error","FlatSamples","ImagePacked","NormalForm","NormalFormRequired","PixelPacked","RowMajorPacked","SampleLayout","TooLarge","Unaliased","View","ViewMut","WrongColor","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blend_pixel","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","bounds","bounds","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","channel_stride","channels","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","color_hint","column_major_packed","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dimensions","dimensions","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extents","fits","flat","flat","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_mut_sample","get_mut_sample","get_pixel","get_pixel","get_pixel_mut","get_sample","get_sample","has_aliased_samples","hash","hash","hash","height","height_stride","image_mut_slice","image_mut_slice","image_slice","image_slice","in_bounds","in_bounds","in_bounds","in_bounds_index","index","index_ignoring_bounds","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_inner","into_inner","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_normal","layout","min_length","min_length","min_length","partial_cmp","put_pixel","row_major_packed","samples","samples","samples","shrink_to","shrink_to","shrink_to","strides_cwh","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_upgrade","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","width","width_stride","BiLevel","CatmullRom","Color","ColorMap","FilterType","Gaussian","Lanczos3","Nearest","Triangle","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","blur","borrow","borrow","borrow_mut","borrow_mut","brighten","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","colorops","components_from","components_from","contrast","crop","crop_imm","deref","deref","deref_mut","deref_mut","dither","drop","drop","eq","filter3x3","flip_horizontal","flip_horizontal_in","flip_horizontal_in_place","flip_vertical","flip_vertical_in","flip_vertical_in_place","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","has_lookup","horizontal_gradient","huerotate","index_colors","index_of","index_of","init","init","interpolate_bilinear","interpolate_nearest","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","invert","lookup","lookup","map_color","map_color","overlay","overlay_bounds","replace","resize","rotate180","rotate180_in","rotate180_in_place","rotate270","rotate270_in","rotate90","rotate90_in","sample_bilinear","sample_nearest","thumbnail","tile","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","unsharpen","vertical_gradient","BiLevel","Color","ColorMap","brighten","brighten_in_place","contrast","contrast_in_place","dither","grayscale","grayscale_alpha","grayscale_with_type","grayscale_with_type_alpha","has_lookup","huerotate","huerotate_in_place","index_colors","index_of","invert","lookup","map_color","LimitSupport","Limits","Reader","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","check_dimensions","check_support","clear_format","clone","clone","clone_into","clone_into","components_from","components_from","components_from","decode","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","format","free","free_usize","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","hash","hash","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_dimensions","into_inner","into_stimulus","into_stimulus","into_stimulus","limits","max_alloc","max_image_height","max_image_width","new","no_limits","no_limits","open","reserve","reserve_buffer","reserve_usize","set_format","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_format","with_guessed_format","Rect","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","hash","height","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","x","y","Gradient","GradientVertex2D","Indexed","Mesh","Solid","SolidVertex2D","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","gradient","indices","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","is_valid_bit_pattern","is_valid_bit_pattern","position","position","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","vertices","buffers","buffers","size","size","Renderer","Cache","Editor","FontSystem","Paragraph","Raw","Version","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","allocate","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","bounds","buffer","buffer","buffer","cache","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clip_bounds","clone","clone","clone","clone_into","clone_into","clone_into","cmp","color","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","cursor","cursor_position","default","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","downgrade","downgrade","drop","drop","drop","drop","drop","drop","editor","eq","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","font_system","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","grapheme_position","hash","highlight","hit_test","horizontal_alignment","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","line","line_count","load_font","measure","min_bounds","new","new","new","paragraph","partial_cmp","perform","position","raw","resize","selection","to_attributes","to_color","to_owned","to_owned","to_owned","to_shaping","trim","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update","version","vertical_alignment","with_buffer","with_text","with_text","Cache","Entry","Key","KeyHash","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","bounds","buffer","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","content","deref","deref","deref_mut","deref_mut","drop","drop","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","line_height","min_bounds","shaping","size","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Action","Advanced","Affinity","After","Align","Angle","Arc","Attrs","AttrsList","AttrsOwned","Backspace","Basic","Before","BidiParagraphs","Borrowed","BorrowedWithFontSystem","Buffer","BufferEnd","BufferLine","BufferRef","BufferStart","CacheKey","CacheKeyFlags","Center","Change","ChangeItem","Click","Close","Color","Color","Command","Condensed","Cr","CrLf","Cursive","Cursive","Cursor","CurveTo","Delete","DoubleClick","Down","Drag","Edit","Editor","End","End","Enter","Escape","Expanded","ExtraCondensed","ExtraExpanded","FAKE_ITALIC","Family","FamilyOwned","Fantasy","Fantasy","Font","FontMatchAttrs","FontMatchKey","FontSystem","Glyph","GotoLine","Home","IDENTITY","Indent","Insert","Italic","Justified","LayoutCursor","LayoutCursor","LayoutGlyph","LayoutLine","LayoutRun","LayoutRunIter","Left","Left","LeftWord","Lf","LfCr","Line","LineEnding","LineIter","LineTo","Mask","Metrics","Monospace","Monospace","Motion","Motion","MoveTo","Name","Name","Next","NextWord","None","None","None","Normal","Normal","Normal","Oblique","One","Owned","PageDown","PageUp","ParagraphEnd","ParagraphStart","PhysicalGlyph","Placement","Previous","PreviousWord","QuadTo","Right","Right","RightWord","SansSerif","SansSerif","Scroll","Scroll","Selection","SemiCondensed","SemiExpanded","Serif","Serif","ShapeBuffer","ShapeGlyph","ShapeLine","ShapeRunCache","ShapeRunKey","ShapeSpan","ShapeWord","Shaping","SoftHome","Stretch","Style","SubpixelBin","SubpixelMask","SwashCache","SwashContent","SwashImage","Three","Transform","TripleClick","Two","UltraCondensed","UltraExpanded","Unindent","Up","Vertical","Weight","Word","Word","WordOrGlyph","Wrap","ZERO","Zero","a","action","action","action","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add_span","affinity","after","align","all","append","apply_change","apply_change","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_attrs","as_family","as_float","as_rgba","as_rgba_tuple","as_str","as_swash","ascent","attrs_list","attrs_spans","auto_indent","auto_indent","b","before","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","blank","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_with","borrow_with","buffer_ref","buffer_ref","buffer_ref_mut","buffer_ref_mut","cache_key","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clear_spans","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color_opt","color_opt","color_opt","color_opt","compare","compare","compare","compare","compare","compare","compare","compare","compare","compatible","complement","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","compute","contains","content","copy_selection","copy_selection","cursor","cursor","cursor_motion","cursor_motion","data","data","db","db_mut","default","default","default","default","default","default","default","default","default","default","default","default","default","default_attrs","defaults","delete_range","delete_range","delete_selection","delete_selection","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","descent","determinant","difference","draw","draw","draw","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","end","end","end","ending","eq","eq","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","extend","family","family","family_owned","finish_change","finish_change","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","font_id","font_id","font_id","font_monospace_em_width","font_size","font_size","font_size_bits","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_after","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_before","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_degrees","from_gradians","from_iter","from_name","from_radians","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_turns","g","get","get_font","get_font_matches","get_font_supported_codepoints_in_word","get_image","get_image_uncached","get_monospace_ids_for_scripts","get_outline_commands","get_span","glyph","glyph_id","glyph_id","glyph_id","glyphs","glyphs","glyphs","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","height","highlight","hit","id","image_cache","index","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","insert","insert","insert","insert_at","insert_at","insert_string","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_locale_and_db","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_text","invert","is_all","is_empty","is_monospace","items","iter","iter_names","layout","layout","layout","layout","layout_cursor","layout_in_buffer","layout_opt","layout_runs","layout_to_buffer","left","level","level","line","line","line","line_height","line_i","line_layout","line_layout","line_shape","line_shape","line_top","line_w","line_y","lines","locale","matches","max_ascent","max_descent","metadata","metadata","metadata","metadata","metadata","metadata","metrics","monospace_em_width","monospace_width","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new_empty","new_in_buffer","new_in_buffer","new_in_buffer","new_with_affinity","new_with_fonts","new_with_locale_and_db","next","next","next","not","outline_command_cache","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","physical","placement","pre_rotate","pre_scale","pre_translate","r","redraw","redraw","remove","reset","reset_layout","reset_shaping","reverse","reverse","rgb","rgba","rotation","rotation_about","rtl","rtl","rustybuzz","scale","scale","scripts","scroll","selection","selection","selection_bounds","set","set_align","set_attrs_list","set_auto_indent","set_auto_indent","set_cursor","set_cursor","set_ending","set_metadata","set_metrics","set_metrics","set_metrics_and_size","set_metrics_and_size","set_monospace_width","set_redraw","set_redraw","set_rich_text","set_rich_text","set_scroll","set_selection","set_selection","set_size","set_size","set_tab_width","set_tab_width","set_text","set_text","set_text","set_wrap","set_wrap","shape","shape_as_needed","shape_as_needed","shape_as_needed","shape_in_buffer","shape_opt","shape_until_cursor","shape_until_cursor","shape_until_scroll","shape_until_scroll","size","size_hint","skew","source","spans","spans","split_off","split_off","start","start","start","start_change","start_change","stretch","stretch","stretch","style","style","style","sub","sub_assign","symmetric_difference","tab_width","tab_width","text","text","text","text","then","then_rotate","then_scale","then_translate","to_degrees","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_radians","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","toggle","top","transform","transform_point","transform_vector","translation","trim","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unicode_codepoints","union","verb","visible_lines","w","w","weight","weight","weight","width","with_buffer","with_buffer_mut","with_buffer_mut","with_pixels","words","wrap","x","x","x","x_advance","x_advance","x_bin","x_offset","x_offset","xx","xy","y","y","y","y_advance","y_advance","y_bin","y_offset","y_offset","yx","yy","lines","x","x","x","x","y","y","y","y","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","BLACK","BOLD","Bashkir_Russia","Basque_Basque","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","Binary","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Cursive","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","Database","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","EXTRA_BOLD","EXTRA_LIGHT","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraCondensed","ExtraExpanded","FaceInfo","Family","Fantasy","Faroese_FaroeIslands","File","Filipino_Philippines","Finnish_Finland","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","ID","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Inuktitut_Canada","Inuktitut_Latin_Canada","Irish_Ireland","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","LIGHT","Language","Lao_LaoPDR","Latvian_Latvia","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","MEDIUM","Macedonian_NorthMacedonia","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Monospace","NORMAL","Name","Nepali_Nepal","Normal","Normal","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Pashto_Afghanistan","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","Query","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SEMIBOLD","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","SansSerif","Sanskrit_India","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","Serif","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","SharedFile","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Source","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Stretch","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","THIN","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unknown","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","dummy","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","face","face_source","faces","families","families","family_name","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","hash","id","index","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","len","load_font_data","load_font_file","load_font_source","load_fonts_dir","load_system_fonts","make_face_data_unshared","make_shared_face_data","monospaced","new","partial_cmp","partial_cmp","post_script_name","push_face_info","query","remove_face","set_cursive_family","set_fantasy_family","set_monospace_family","set_sans_serif_family","set_serif_family","source","stretch","stretch","style","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","weight","weight","with_face_data","BEGINNING_OF_TEXT","BottomToTop","BufferClusterLevel","BufferFlags","Characters","DO_NOT_INSERT_DOTTED_CIRCLE","Direction","END_OF_TEXT","Face","Feature","GLYPH_EXTENTS","GLYPH_FLAGS","GlyphBuffer","GlyphInfo","GlyphPosition","Invalid","Language","LeftToRight","MonotoneCharacters","MonotoneGraphemes","NO_ADVANCES","NO_CLUSTERS","NO_GLYPH_NAMES","NO_POSITIONS","PRESERVE_DEFAULT_IGNORABLES","REMOVE_DEFAULT_IGNORABLES","RightToLeft","Script","SerializeFlags","ShapePlan","Tag","TopToBottom","UnicodeBuffer","Variation","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","add","all","all","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_mut","as_ref","as_str","as_u32","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","clear","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","cluster","cluster_level","cmp","cmp","compare","compare","complement","complement","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","contains","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","difference","difference","direction","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","empty","end","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","flags","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_bytes","from_bytes_lossy","from_face","from_iso15924_tag","from_iter","from_iter","from_name","from_name","from_slice","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","from_str","from_str","from_str","from_str","glyph_id","glyph_infos","glyph_positions","guess_segment_properties","hash","hash","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_all","is_empty","is_empty","is_empty","is_empty","is_null","is_valid_bit_pattern","is_valid_bit_pattern","iter","iter","iter_names","iter_names","language","len","len","new","new","new","not","not","parse","partial_cmp","partial_cmp","push_str","remove","remove","reset_clusters","script","script","serialize","set","set","set_cluster_level","set_direction","set_flags","set_language","set_pixels_per_em","set_points_per_em","set_post_context","set_pre_context","set_script","set_variations","shape","shape_with_plan","start","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","tag","tag","tag","to_bytes","to_chars","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","toggle","toggle","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","union","units_per_em","unsafe_to_break","value","value","x_advance","x_offset","y_advance","y_offset","ADLAM","AHOM","ANATOLIAN_HIEROGLYPHS","ARABIC","ARMENIAN","AVESTAN","BALINESE","BAMUM","BASSA_VAH","BATAK","BENGALI","BHAIKSUKI","BOPOMOFO","BRAHMI","BRAILLE","BUGINESE","BUHID","CANADIAN_SYLLABICS","CARIAN","CAUCASIAN_ALBANIAN","CHAKMA","CHAM","CHEROKEE","CHORASMIAN","COMMON","COPTIC","CUNEIFORM","CYPRIOT","CYRILLIC","DESERET","DEVANAGARI","DIVES_AKURU","DOGRA","DUPLOYAN","EGYPTIAN_HIEROGLYPHS","ELBASAN","ELYMAIC","ETHIOPIC","GEORGIAN","GLAGOLITIC","GOTHIC","GRANTHA","GREEK","GUJARATI","GUNJALA_GONDI","GURMUKHI","HAN","HANGUL","HANIFI_ROHINGYA","HANUNOO","HATRAN","HEBREW","HIRAGANA","IMPERIAL_ARAMAIC","INHERITED","INSCRIPTIONAL_PAHLAVI","INSCRIPTIONAL_PARTHIAN","JAVANESE","KAITHI","KANNADA","KATAKANA","KAYAH_LI","KHAROSHTHI","KHITAN_SMALL_SCRIPT","KHMER","KHOJKI","KHUDAWADI","LAO","LATIN","LEPCHA","LIMBU","LINEAR_A","LINEAR_B","LISU","LYCIAN","LYDIAN","MAHAJANI","MAKASAR","MALAYALAM","MANDAIC","MANICHAEAN","MARCHEN","MASARAM_GONDI","MEDEFAIDRIN","MEETEI_MAYEK","MENDE_KIKAKUI","MEROITIC_CURSIVE","MEROITIC_HIEROGLYPHS","MIAO","MODI","MONGOLIAN","MRO","MULTANI","MYANMAR","MYANMAR_ZAWGYI","NABATAEAN","NANDINAGARI","NEWA","NEW_TAI_LUE","NKO","NUSHU","NYIAKENG_PUACHUE_HMONG","OGHAM","OLD_HUNGARIAN","OLD_ITALIC","OLD_NORTH_ARABIAN","OLD_PERMIC","OLD_PERSIAN","OLD_SOGDIAN","OLD_SOUTH_ARABIAN","OLD_TURKIC","OL_CHIKI","ORIYA","OSAGE","OSMANYA","PAHAWH_HMONG","PALMYRENE","PAU_CIN_HAU","PHAGS_PA","PHOENICIAN","PSALTER_PAHLAVI","REJANG","RUNIC","SAMARITAN","SAURASHTRA","SHARADA","SHAVIAN","SIDDHAM","SIGNWRITING","SINHALA","SOGDIAN","SORA_SOMPENG","SOYOMBO","SUNDANESE","SYLOTI_NAGRI","SYRIAC","TAGALOG","TAGBANWA","TAI_LE","TAI_THAM","TAI_VIET","TAKRI","TAMIL","TANGUT","TELUGU","THAANA","THAI","TIBETAN","TIFINAGH","TIRHUTA","UGARITIC","UNKNOWN","VAI","WANCHO","WARANG_CITI","YEZIDI","YI","ZANABAZAR_SQUARE","Afrikaans_SouthAfrica","Albanian_Albania","Alsatian_France","Amharic_Ethiopia","Arabic_Algeria","Arabic_Bahrain","Arabic_Egypt","Arabic_Iraq","Arabic_Jordan","Arabic_Kuwait","Arabic_Lebanon","Arabic_Libya","Arabic_Morocco","Arabic_Oman","Arabic_Qatar","Arabic_SaudiArabia","Arabic_Syria","Arabic_Tunisia","Arabic_UAE","Arabic_Yemen","ArgumentsStackLimitReached","Armenian_Armenia","Assamese_India","Azeri_Cyrillic_Azerbaijan","Azeri_Latin_Azerbaijan","Bashkir_Russia","Basque_Basque","BboxOverflow","Belarusian_Belarus","Bengali_Bangladesh","Bengali_India","BitmapGray2","BitmapGray2Packed","BitmapGray4","BitmapGray4Packed","BitmapGray8","BitmapMono","BitmapMonoPacked","BitmapPremulBgra32","Black","BlendRegionsLimitReached","Bold","Bosnian_Cyrillic_BosniaAndHerzegovina","Bosnian_Latin_BosniaAndHerzegovina","Breton_France","Bulgarian_Bulgaria","CFFError","Catalan_Catalan","Chinese_HongKongSAR","Chinese_MacaoSAR","Chinese_PeoplesRepublicOfChina","Chinese_Singapore","Chinese_Taiwan","Condensed","Corsican_France","Croatian_Croatia","Croatian_Latin_BosniaAndHerzegovina","Custom","Czech_CzechRepublic","Danish_Denmark","Dari_Afghanistan","DataAfterEndChar","Divehi_Maldives","Dutch_Belgium","Dutch_Netherlands","Editable","English_Australia","English_Belize","English_Canada","English_Caribbean","English_India","English_Ireland","English_Jamaica","English_Malaysia","English_NewZealand","English_RepublicOfThePhilippines","English_Singapore","English_SouthAfrica","English_TrinidadAndTobago","English_UnitedKingdom","English_UnitedStates","English_Zimbabwe","Estonian_Estonia","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Face","FaceIndexOutOfBounds","FaceParsingError","FaceTables","Faroese_FaroeIslands","Filipino_Philippines","Finnish_Finland","Fixed","French_Belgium","French_Canada","French_France","French_Luxembourg","French_PrincipalityOfMonaco","French_Switzerland","Frisian_Netherlands","FromData","Galician_Galician","Georgian_Georgia","German_Austria","German_Germany","German_Liechtenstein","German_Luxembourg","German_Switzerland","GlyphId","Greek_Greece","Greenlandic_Greenland","Gujarati_India","Hausa_Latin_Nigeria","Hebrew_Israel","Hindi_India","Hungarian_Hungary","Icelandic_Iceland","Igbo_Nigeria","Indonesian_Indonesia","Installable","Inuktitut_Canada","Inuktitut_Latin_Canada","InvalidArgumentsStackLength","InvalidItemVariationDataIndex","InvalidNumberOfBlendOperands","InvalidOperator","InvalidSeacCode","InvalidSubroutineIndex","Irish_Ireland","Iso","Italian_Italy","Italian_Switzerland","Italic","Japanese_Japan","Kannada_India","Kazakh_Kazakhstan","Khmer_Cambodia","Kiche_Guatemala","Kinyarwanda_Rwanda","Kiswahili_Kenya","Konkani_India","Korean_Korea","Kyrgyz_Kyrgyzstan","Language","Lao_LaoPDR","Latvian_Latvia","LazyArray16","LazyArray32","LazyArrayIter16","LazyArrayIter32","Light","LineMetrics","Lithuanian_Lithuania","LowerSorbian_Germany","Luxembourgish_Luxembourg","Macedonian_NorthMacedonia","Macintosh","Malay_BruneiDarussalam","Malay_Malaysia","Malayalam_India","MalformedFont","Maltese_Malta","Maori_NewZealand","Mapudungun_Chile","Marathi_India","Medium","MissingEndChar","MissingMoveTo","Mohawk_Mohawk","Mongolian_Cyrillic_Mongolia","Mongolian_Traditional_PeoplesRepublicOfChina","Nepali_Nepal","NestingLimitReached","NoGlyph","NoHeadTable","NoHheaTable","NoLocalSubroutines","NoMaxpTable","Normal","Normal","Normal","NormalizedCoordinate","Norwegian_Bokmal_Norway","Norwegian_Nynorsk_Norway","Oblique","Occitan_France","Odia_India","Other","OutlineBuilder","PNG","Pashto_Afghanistan","Permissions","PlatformId","Polish_Poland","Portuguese_Brazil","Portuguese_Portugal","PreviewAndPrint","Punjabi_India","Quechua_Bolivia","Quechua_Ecuador","Quechua_Peru","RasterGlyphImage","RasterImageFormat","RawFace","RawFaceTables","ReadOutOfBounds","Rect","Restricted","RgbaColor","Romanian_Romania","Romansh_Switzerland","Russian_Russia","SIZE","Sami_Inari_Finland","Sami_Lule_Norway","Sami_Lule_Sweden","Sami_Northern_Finland","Sami_Northern_Norway","Sami_Northern_Sweden","Sami_Skolt_Finland","Sami_Southern_Norway","Sami_Southern_Sweden","Sanskrit_India","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Serbian_Cyrillic_BosniaAndHerzegovina","Serbian_Cyrillic_Serbia","Serbian_Latin_BosniaAndHerzegovina","Serbian_Latin_Serbia","SesothoSaLeboa_SouthAfrica","Setswana_SouthAfrica","Sinhala_SriLanka","Slovak_Slovakia","Slovenian_Slovenia","Spanish_Argentina","Spanish_Bolivia","Spanish_Chile","Spanish_Colombia","Spanish_CostaRica","Spanish_DominicanRepublic","Spanish_Ecuador","Spanish_ElSalvador","Spanish_Guatemala","Spanish_Honduras","Spanish_Mexico","Spanish_ModernSort_Spain","Spanish_Nicaragua","Spanish_Panama","Spanish_Paraguay","Spanish_Peru","Spanish_PuertoRico","Spanish_TraditionalSort_Spain","Spanish_UnitedStates","Spanish_Uruguay","Spanish_Venezuela","Style","Swedish_Finland","Swedish_Sweden","Syriac_Syria","TableRecord","Tag","Tajik_Cyrillic_Tajikistan","Tamazight_Latin_Algeria","Tamil_India","Tatar_Russia","Telugu_India","Thai_Thailand","Thin","Tibetan_PRC","Turkish_Turkey","Turkmen_Turkmenistan","Uighur_PRC","Ukrainian_Ukraine","UltraCondensed","UltraExpanded","Unicode","UnicodeRanges","Unknown","UnknownMagic","UnsupportedOperator","UpperSorbian_Germany","Urdu_IslamicRepublicOfPakistan","Uzbek_Cyrillic_Uzbekistan","Uzbek_Latin_Uzbekistan","Variation","VariationAxis","Vietnamese_Vietnam","Weight","Welsh_UnitedKingdom","Width","Windows","Wolof_Senegal","Yakut_Russia","Yi_PRC","Yoruba_Nigeria","ZeroBBox","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","alpha","ankr","ankr","ankr","apple_layout","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","ascender","avar","avar","avar","axis","bdat","bdat","binary_search","binary_search","binary_search_by","binary_search_by","bloc","blue","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","capital_height","cbdt","cbdt","cbdt","cblc","cblc","cff","cff","cff","cff2","cff2","cff2","check_sum","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","close","cmap","cmap","cmap","cmp","color_palettes","colr","colr","colr","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","count","count","cpal","cpal","curve_to","data","data","def_value","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","descender","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","ebdt","ebdt","eblc","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","feat","feat","feat","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fonts_in_collection","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_raw_tables","from_slice","from_slice","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","fvar","fvar","fvar","gdef","gdef","gdef","get","get","get","global_bounding_box","glyf","glyf","glyf","glyph_bounding_box","glyph_hor_advance","glyph_hor_side_bearing","glyph_index","glyph_index_by_name","glyph_name","glyph_raster_image","glyph_svg_image","glyph_variation_index","glyph_ver_advance","glyph_ver_side_bearing","glyph_y_origin","gpos","gpos","gpos","green","gsub","gsub","gsub","gvar","gvar","gvar","has_non_default_variation_coordinates","hash","head","head","head","height","height","height","hhea","hhea","hhea","hidden","hmtx","hmtx","hmtx","hvar","hvar","hvar","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_bitmap_embedding_allowed","is_bold","is_color_glyph","is_empty","is_empty","is_italic","is_monospaced","is_oblique","is_regular","is_subsetting_allowed","is_variable","isiXhosa_SouthAfrica","isiZulu_SouthAfrica","italic_angle","kern","kern","kern","kerx","kerx","kerx","last","len","len","length","line_gap","line_to","loca","loca","math","math","math","max_value","maxp","maxp","maxp","min_value","morx","morx","morx","move_to","mvar","mvar","mvar","name","name","name","name_id","name_id","names","new","new","new","next","next","number_of_glyphs","offset","opentype_layout","os2","os2","os2","outline_glyph","paint_color_glyph","parse","parse","parse","parse","parse","parse","partial_cmp","permissions","pixels_per_em","position","post","post","post","primary_language","quad_to","range","raw_face","red","region","sbix","sbix","sbix","set_variation","slice","strikeout_metrics","style","subscript_metrics","superscript_metrics","svg","svg","svg","table","table_data","table_records","tables","tag","tag","thickness","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","trak","trak","trak","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","typographic_ascender","typographic_descender","typographic_line_gap","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","underline_metrics","unicode_ranges","units_per_em","value","variation_axes","variation_coordinates","vertical_ascender","vertical_descender","vertical_height","vertical_line_gap","vhea","vhea","vhea","vmtx","vmtx","vorg","vorg","vorg","vvar","vvar","weight","width","width","width","x","x_height","x_max","x_min","x_offset","x_size","y","y_max","y_min","y_offset","y_size","Point","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","parse","parse","points","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","x","y","ExtendedStateTable","GenericStateEntry","Lookup","StateEntry","StateTable","ValueOffset","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","class","class","class","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","entry","entry","extra","extra","flags","flags","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","has_advance","has_mark","has_offset","has_push","has_reset","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","kerning","new_state","new_state","new_state","next","parse","parse","parse","state","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","value","value_offset","DELETED_GLYPH","END_OF_TEXT","OUT_OF_BOUNDS","START_OF_TEXT","AxisValueMap","SegmentMaps","SegmentMapsIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_coordinate","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","len","map_coordinates","next","parse","parse","segment_maps","to_coordinate","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","get","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Matrix","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","glyph_cid","glyph_index","glyph_index_by_name","glyph_name","glyph_width","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","kx","ky","matrix","number_of_glyphs","outline","parse","sx","sy","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","tx","ty","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","outline","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","ByteEncodingTable","Format","Found","GlyphVariationResult","HighByteMappingThroughTable","ManyToOneRangeMappings","MixedCoverage","SegmentMappingToDeltaValues","SegmentedCoverage","Subtable","Subtable0","Subtable10","Subtable12","Subtable13","Subtable14","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","TrimmedArray","TrimmedTableMapping","UnicodeVariationSequences","UseDefault","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","codepoints","codepoints","codepoints","codepoints","codepoints","codepoints","codepoints","codepoints","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encoding_id","eq","equivalent","equivalent","equivalent","first_code_point","first_code_point","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","glyph_ids","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_index","glyph_variation_index","glyphs","glyphs","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_unicode","len","next","parse","parse","parse","parse","parse","parse","parse","parse","parse","platform_id","subtables","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","Painter","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","contains","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","outline","paint","paint_color","paint_foreground","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","get","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","palettes","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","FeatureName","FeatureNames","FeatureNamesIter","SettingName","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","default_setting_index","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","exclusive","feature","find","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","len","name_index","name_index","names","next","parse","parse","setting","setting_names","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","Table","VariationAxis","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","axes","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","def_value","deref","deref","deref_mut","deref_mut","drop","drop","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hidden","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","max_value","min_value","name_id","parse","parse","tag","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Base","Component","GlyphClass","Ligature","Mark","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","cmp","compare","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","glyph_class","glyph_mark_attachment_class","glyph_variation_delta","has_glyph_classes","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_mark_glyph","parse","partial_cmp","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","outline","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Anchor","AnchorMatrix","ChainContext","ClassMatrix","Context","Cursive","CursiveAdjustment","CursiveAnchorSet","Device","Format1","Format1","Format2","Format2","Hinting","HintingDevice","LigatureArray","MarkArray","MarkToBase","MarkToBaseAdjustment","MarkToLigature","MarkToLigatureAdjustment","MarkToMark","MarkToMarkAdjustment","Pair","PairAdjustment","PairSet","PairSets","PositioningSubtable","Single","SingleAdjustment","ValueRecord","ValueRecordsArray","Variation","VariationDevice","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","anchors","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","base_coverage","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","cols","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","coverage","coverage","coverage","coverage","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","entry","exit","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get","get","get","get","get","get","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner_index","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_empty","is_empty","is_empty","is_empty","len","len","len","len","len","ligature_array","ligature_coverage","mark1_coverage","mark2_coverage","mark2_matrix","mark_coverage","mark_coverage","marks","marks","marks","outer_index","parse","rows","sets","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","x","x_advance","x_advance_device","x_delta","x_device","x_placement","x_placement_device","y","y_advance","y_advance_device","y_delta","y_device","y_placement","y_placement_device","classes","coverage","coverage","matrix","sets","coverage","coverage","value","values","Alternate","AlternateSet","AlternateSets","AlternateSubstitution","ChainContext","Context","Format1","Format2","Ligature","Ligature","LigatureSet","LigatureSets","LigatureSubstitution","Multiple","MultipleSubstitution","ReverseChainSingle","ReverseChainSingleSubstitution","Sequence","SequenceList","Single","SingleSubstitution","SubstitutionSubtable","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","alternate_sets","alternates","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","backtrack_coverages","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","coverage","coverage","coverage","coverage","coverage","coverage","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","glyph","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_reverse","ligature_sets","lookahead_coverages","parse","sequences","substitutes","substitutes","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","coverage","coverage","delta","substitutes","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","outline","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","IndexToLocationFormat","Long","Short","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","global_bbox","index_to_location_format","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","parse","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","units_per_em","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","ascender","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","descender","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line_gap","number_of_metrics","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Metrics","Table","adapt_into_using","adapt_into_using","advance","advance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","bearings","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","metrics","number_of_metrics","parse","parse","side_bearing","side_bearing","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Table","adapt_into_using","advance_offset","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","parse","side_bearing_offset","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Format","Format0","Format1","Format2","Format3","KerningPair","Subtable","Subtable0","Subtable2","Subtable3","Subtables","SubtablesIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","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_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","glyphs_kerning","glyphs_kerning","glyphs_kerning","glyphs_kerning","has_cross_stream","has_state_machine","horizontal","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","left","len","next","pair","pairs","parse","parse","parse","parse","parse","right","subtables","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","value","variable","AnchorPoints","EntryData","Format","Format0","Format1","Format2","Format4","Format6","Subtable","Subtable0","Subtable1","Subtable2","Subtable4","Subtable6","Subtables","SubtablesIter","Table","action_index","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","anchor_points","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","glyphs_kerning","glyphs_kerning","glyphs_kerning","glyphs_kerning","glyphs_kerning","has_cross_stream","has_state_machine","horizontal","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","next","pairs","parse","parse","state_table","state_table","subtables","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","tuple_count","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","variable","Long","Short","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","glyph_range","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_empty","len","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Constants","GlyphAssembly","GlyphConstruction","GlyphConstructions","GlyphInfo","GlyphPart","GlyphVariant","Kern","KernInfo","KernInfos","MathValue","MathValues","PartFlags","Table","Variants","accent_base_height","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","advance_measurement","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","assembly","axis_height","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","bottom_left","bottom_right","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","constants","count","delimited_sub_formula_min_height","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","device","display_operator_min_height","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end_connector_length","extended_shapes","extender","flattened_accent_base_height","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fraction_denom_display_style_gap_min","fraction_denominator_display_style_shift_down","fraction_denominator_gap_min","fraction_denominator_shift_down","fraction_num_display_style_gap_min","fraction_numerator_display_style_shift_up","fraction_numerator_gap_min","fraction_numerator_shift_up","fraction_rule_thickness","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","full_advance","get","get","get","glyph_id","glyph_info","height","horizontal_constructions","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","italic_corrections","italics_correction","kern","kern_infos","lower_limit_baseline_drop_min","lower_limit_gap_min","math_leading","min_connector_overlap","overbar_extra_ascender","overbar_rule_thickness","overbar_vertical_gap","parse","parse","parse","parse","part_flags","parts","radical_degree_bottom_raise_percent","radical_display_style_vertical_gap","radical_extra_ascender","radical_kern_after_degree","radical_kern_before_degree","radical_rule_thickness","radical_vertical_gap","script_percent_scale_down","script_script_percent_scale_down","skewed_fraction_horizontal_gap","skewed_fraction_vertical_gap","space_after_script","stack_bottom_display_style_shift_down","stack_bottom_shift_down","stack_display_style_gap_min","stack_gap_min","stack_top_display_style_shift_up","stack_top_shift_up","start_connector_length","stretch_stack_bottom_shift_down","stretch_stack_gap_above_min","stretch_stack_gap_below_min","stretch_stack_top_shift_up","sub_superscript_gap_min","subscript_baseline_drop_min","subscript_shift_down","subscript_top_max","superscript_baseline_drop_max","superscript_bottom_max_with_subscript","superscript_bottom_min","superscript_shift_up","superscript_shift_up_cramped","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","top_accent_attachments","top_left","top_right","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","underbar_extra_descender","underbar_rule_thickness","underbar_vertical_gap","upper_limit_baseline_rise_min","upper_limit_gap_min","value","variant_glyph","variants","variants","vertical_constructions","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","number_of_glyphs","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Chain","Chains","ChainsIter","Contextual","ContextualEntryData","ContextualSubtable","Coverage","Feature","Insertion","InsertionEntryData","InsertionSubtable","Ligature","LigatureSubtable","NonContextual","Rearrangement","Subtable","SubtableKind","Subtables","SubtablesIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","chains","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","components","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","coverage","current_index","current_insert_index","default_flags","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","disable_flags","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enable_flags","feature_flags","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","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","glyphs","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all_directions","is_backwards","is_logical","is_vertical","kind","kind","ligature_actions","ligatures","lookup","mark_index","marked_insert_index","next","next","parse","parse","parse","parse","setting","state","state","state","subtables","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","metric_offset","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Custom","Iso","Macintosh","Name","Names","NamesIter","PlatformId","Table","Unicode","Windows","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","count","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","encoding_id","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_unicode","language","language_id","len","name","name_id","names","next","parse","parse","platform_id","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","COMPATIBLE_FULL","COPYRIGHT_NOTICE","DARK_BACKGROUND_PALETTE","DESCRIPTION","DESIGNER","DESIGNER_URL","FAMILY","FULL_NAME","LICENSE","LICENSE_URL","LIGHT_BACKGROUND_PALETTE","MANUFACTURER","POST_SCRIPT_CID","POST_SCRIPT_NAME","SAMPLE_TEXT","SUBFAMILY","TRADEMARK","TYPOGRAPHIC_FAMILY","TYPOGRAPHIC_SUBFAMILY","UNIQUE_ID","VARIATIONS_POST_SCRIPT_NAME_PREFIX","VENDOR_URL","VERSION","WWS_FAMILY","WWS_SUBFAMILY","ChainedContextLookup","ChainedSequenceRule","ChainedSequenceRuleSet","ChainedSequenceRuleSets","Class","ClassDefinition","ContextLookup","Coverage","Feature","FeatureIndex","FeatureList","FeatureVariations","Format1","Format1","Format1","Format1","Format2","Format2","Format2","Format2","Format3","Format3","LanguageIndex","LanguageSystem","LanguageSystemList","LayoutTable","Lookup","LookupFlags","LookupIndex","LookupList","LookupSubtable","LookupSubtables","LookupSubtablesIter","RangeRecord","RecordList","RecordListItem","RecordListIter","Script","ScriptIndex","ScriptList","SequenceLookupRecord","SequenceRule","SequenceRuleSet","SequenceRuleSets","VariationIndex","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","backtrack","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","coverage","coverage","default_language","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end","feature_indices","features","find","find_index","find_substitute","flags","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get","get","get","ignore_base_glyphs","ignore_flags","ignore_ligatures","ignore_marks","index","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","input","input","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_empty","languages","len","len","lookahead","lookup_indices","lookup_list_index","lookups","lookups","lookups","mark_attachment_type","mark_filtering_set","next","next","parse","parse","parse","parse","parse","parse","parse","parse","required_feature","right_to_left","scripts","sequence_index","start","subtables","tag","tag","tag","to_owned","to_owned","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","use_mark_filtering_set","value","variations","backtrack_classes","backtrack_coverages","coverage","coverage","coverage","input_classes","input_coverages","lookahead_classes","lookahead_coverages","lookups","sets","sets","classes","records","start","classes","coverage","coverage","coverage","coverages","lookups","sets","sets","glyphs","records","Black","Bold","Condensed","Editable","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Installable","Italic","Light","Medium","Normal","Normal","Normal","Oblique","Other","Permissions","PreviewAndPrint","Restricted","ScriptMetrics","SemiBold","SemiCondensed","SemiExpanded","Style","Table","Thin","UltraCondensed","UltraExpanded","UnicodeRanges","Weight","Width","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","capital_height","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains_char","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","hash","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_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","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_bitmap_embedding_allowed","is_bold","is_subsetting_allowed","parse","partial_cmp","partial_cmp","permissions","strikeout_metrics","style","subscript_metrics","superscript_metrics","to_number","to_number","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","typographic_ascender","typographic_descender","typographic_line_gap","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unicode_ranges","use_typographic_metrics","version","weight","width","windows_ascender","windows_descender","x_height","x_offset","x_size","y_offset","y_size","Names","Table","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","glyph_index_by_name","glyph_name","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","is_monospaced","italic_angle","names","next","parse","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","underline_metrics","Strike","Strikes","StrikesIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","best_strike","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","is_empty","len","len","next","parse","pixels_per_em","ppi","strikes","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","SvgDocument","SvgDocumentsList","SvgDocumentsListIter","Table","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","count","data","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","documents","drop","drop","drop","drop","end_glyph_id","find","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","glyphs_range","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","len","next","parse","start_glyph_id","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","Table","Track","TrackData","Tracks","TracksIter","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","horizontal","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_empty","len","name_index","next","parse","sizes","to_owned","to_owned","to_owned","to_owned","tracks","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","value","values","vertical","Table","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","ascender","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","descender","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","line_gap","number_of_metrics","parse","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Table","VerticalOriginMetrics","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default_y","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","glyph_id","glyph_y_origin","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","metrics","parse","parse","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","y","Editor","Weak","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","bounds","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","upgrade","Paragraph","Weak","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","fmt","from","from_angle","from_stimulus","horizontal_alignment","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","min_bounds","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","upgrade","vertical_alignment","Command","DEFAULT","Debug","Font","MONOSPACE","Message","Program","Renderer","Theme","UserInterface","actions","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","batch","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clipboard","clone","clone_into","command","components_from","components_from","components_from","components_from","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","dnd","dnd_rectangles","draw","draw_finished","draw_started","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","event_processing_finished","event_processing_started","family","find","fmt","fmt","fmt","font","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cache","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","keyboard","layout_finished","layout_started","log_message","map","new","none","operate","overlay","overlay","perform","program","relayout","render_finished","render_started","run","single","startup_finished","startup_started","stretch","style","system","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","update","update","update_finished","update_started","user_interface","view","view_finished","view_started","weight","widget","window","with_name","Action","Read","ReadData","ReadPrimary","ReadPrimaryData","Write","WriteData","WritePrimary","WritePrimaryData","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","map","read","read_data","read_primary","read_primary_data","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","write","write_data","write_primary","write_primary_data","Action","Clipboard","Command","Dnd","Future","LoadFont","PlatformSpecific","Stream","System","Widget","Window","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","channel","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","map","platform_specific","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","bytes","tagger","Action","Phantom","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","map","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","DndAction","EndDnd","PeekDnd","RegisterDndDestination","SetAction","StartDnd","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","end_dnd","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","map","peek_dnd","register_dnd_destination","set_action","start_dnd","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","actions","content","icon_surface","internal","rectangles","source_surface","surface","Black","Bold","Condensed","Cursive","Error","Expanded","ExtraBold","ExtraCondensed","ExtraExpanded","ExtraLight","Family","Fantasy","Font","Italic","Light","Medium","Monospace","Name","Normal","Normal","Normal","Oblique","SansSerif","SemiCondensed","SemiExpanded","Semibold","Serif","Stretch","Style","Thin","UltraCondensed","UltraExpanded","Weight","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","default","default","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","family","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","load","stretch","style","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","weight","ALT","COMMAND","CTRL","Character","Event","Key","KeyPressed","KeyReleased","LOGO","Left","Location","Modifiers","ModifiersChanged","Named","Numpad","Right","SHIFT","Standard","Unidentified","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","alt","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","command","compare","complement","components_from","components_from","components_from","components_from","contains","control","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","difference","drop","drop","drop","drop","empty","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_iter","from_name","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","init","init","init","init","insert","intersection","intersects","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_empty","iter","iter_names","logo","not","partial_cmp","remove","serialize","set","shift","sub","sub_assign","symmetric_difference","to_owned","to_owned","to_owned","to_owned","toggle","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","union","key","key","location","location","modifiers","modifiers","text","Nested","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","draw","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_over","layout","mouse_interaction","new","on_event","operate","position","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Message","Program","Renderer","State","Theme","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_queue_empty","mouse_interaction","new","operate","program","queue_event","queue_message","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","update","update","view","Action","Information","QueryInformation","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","cpu_brand","cpu_cores","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","graphics_adapter","graphics_backend","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","map","memory_total","memory_used","system_kernel","system_name","system_short_version","system_version","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Cache","Outdated","State","Updated","UserInterface","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","new","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","redraw_request","Action","ChangeIcon","ChangeLevel","ChangeMode","Close","Drag","FetchId","FetchMaximized","FetchMinimized","FetchMode","FetchSize","GainFocus","Id","MAIN","Maximize","Minimize","Move","RequestUserAttention","Resize","Screenshot","Screenshot","ShowWindowMenu","Spawn","ToggleDecorations","ToggleMaximize","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bytes","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","change_icon","change_level","change_mode","clone","clone","clone_into","clone_into","close","cmp","compare","components_from","components_from","components_from","crop","deref","deref","deref","deref_mut","deref_mut","deref_mut","drag","drop","drop","drop","eq","equivalent","equivalent","equivalent","fetch_id","fetch_maximized","fetch_minimized","fetch_mode","fetch_size","fmt","fmt","fmt","frames","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","gain_focus","hash","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","map","maximize","minimize","move_to","new","partial_cmp","request_user_attention","resize","screenshot","screenshot","show_window_menu","size","spawn","to_owned","to_owned","toggle_decorations","toggle_maximize","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","unique","CropError","OutOfBounds","Screenshot","Zero","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","bytes","cam16_into_unclamped","components_from","deref","deref_mut","drop","fmt","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","size","to_smolstr","to_string","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Settings","flags","fonts","id","window","ALL","Custom","Dark","Light","Theme","active","active","active","active","active","active","active","active","active","active_horizontal","adapt_into_using","appearance","appearance","appearance","appearance","appearance","appearance","appearance","application","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","button","cam16_into_unclamped","checkbox","clone","clone_into","components_from","container","custom","custom_with_fn","default","deref","deref_mut","disabled","disabled","disabled","disabled_color","disabled_color","dragging","dragging","dragging_horizontal","drop","eq","extended_palette","fmt","fmt","focused","focused","from","from_angle","from_stimulus","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered","hovered_horizontal","hovered_region","hovered_split","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","menu","palette","pane_grid","pick_list","picked_split","placeholder_color","placeholder_color","pressed","progress_bar","radio","rule","scrollable","selection_color","selection_color","slider","svg","text_editor","text_input","theme","to_owned","to_smolstr","to_string","toggler","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","value_color","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","background_color","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","fmt","from","from_angle","from_stimulus","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","border_color","border_radius","border_width","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","disabled","drop","fmt","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","pressed","shadow","shadow_offset","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","shadow","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","with_background","with_border","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","selected_background","selected_text_color","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Line","Style","StyleSheet","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hovered_region","hovered_split","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","picked_split","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","handle_color","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","placeholder_color","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","background","bar","border_radius","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border_color","border_width","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","dot_color","drop","fmt","from","from_angle","from_stimulus","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","text_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","AsymmetricPadding","FillMode","Full","Padded","Percent","Style","StyleSheet","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","fill","fill_mode","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","radius","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","width","Scrollbar","Scroller","Style","StyleSheet","active","active_horizontal","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","color","components_from","components_from","deref","deref","deref_mut","deref_mut","dragging","dragging_horizontal","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hovered","hovered_horizontal","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","scroller","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Appearance","Breakpoint","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Style","StyleSheet","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","border_color","border_radius","border_width","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","breakpoint","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","color","colors","components_from","components_from","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dragging","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","handle","hovered","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","rail","shape","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","width","border_radius","height","radius","width","auto_angle","gradient","Appearance","Style","StyleSheet","adapt_into_using","appearance","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","color","components_from","default","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","disabled","disabled_color","drop","fmt","focused","from","from_angle","from_stimulus","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","placeholder_color","selection_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","border","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","disabled","disabled_color","drop","fmt","focused","from","from_angle","from_stimulus","hovered","icon_color","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","placeholder_color","selection_color","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","value_color","Application","Box","Button","Checkbox","Color","Container","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","DARK","Danger","Danger","Dark","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Default","Destructive","LIGHT","Light","Menu","Palette","PaneGrid","PickList","Positive","Primary","Primary","Primary","ProgressBar","Radio","Rule","Scrollable","Secondary","Secondary","Slider","Success","Success","Svg","Text","Text","TextEditor","TextInput","Theme","Toggler","Transparent","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","custom","custom","custom_fn","danger","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","palette","primary","success","text","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","with_fn","Background","Danger","EXTENDED_DARK","EXTENDED_LIGHT","Extended","Pair","Palette","Primary","Secondary","Success","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","background","base","base","base","base","base","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","components_from","components_from","components_from","components_from","components_from","components_from","components_from","danger","danger","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","generate","generate","generate","generate","generate","icon","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_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","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_dark","new","new","primary","primary","secondary","strong","strong","strong","strong","strong","success","success","text","text","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","weak","weak","weak","weak","weak","Appearance","Style","StyleSheet","active","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","background","background_border","border_radius","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","foreground","foreground_border","from","from_angle","from_stimulus","handle_margin","handle_radius","hovered","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","dpi","error","event","event_loop","keyboard","monitor","platform","window","Logical","Logical","LogicalPosition","LogicalSize","Physical","Physical","PhysicalPosition","PhysicalSize","Pixel","Position","Size","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cast","cast","cast","cast","cast","clamp","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","compare","compare","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","default","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","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","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_f64","from_logical","from_logical","from_physical","from_physical","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","height","height","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","new","new","new","new","new","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","to_logical","to_logical","to_logical","to_logical","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_physical","to_physical","to_physical","to_physical","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","validate_scale_factor","width","width","x","x","y","y","AlreadyRunning","EventLoopError","ExitFailure","ExternalError","Ignored","NotSupported","NotSupported","NotSupportedError","Os","Os","OsError","RecreationAttempt","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","components_from","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","to_owned","to_smolstr","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","AboutToWait","ActivationTokenDone","Added","AxisId","AxisMotion","Back","Button","ButtonId","Calibrated","Cancelled","CloseRequested","Commit","CursorEntered","CursorLeft","CursorMoved","Destroyed","DeviceEvent","DeviceEvent","DeviceId","Disabled","DroppedFile","ElementState","Enabled","Ended","Event","Focused","Force","Forward","HoveredFile","HoveredFileCancelled","Ime","Ime","Init","InnerSizeWriter","Key","KeyEvent","KeyboardInput","Left","LineDelta","LoopExiting","MacOS","MacOS","MemoryWarning","Middle","Modifiers","ModifiersChanged","Motion","MouseButton","MouseInput","MouseMotion","MouseScrollDelta","MouseWheel","MouseWheel","Moved","Moved","NewEvents","Normalized","Occluded","Other","PixelDelta","PlatformSpecific","PlatformSpecific","Poll","Preedit","Pressed","RawKeyEvent","ReceivedUrl","RedrawRequested","Released","Removed","Resized","ResumeTimeReached","Resumed","Right","ScaleFactorChanged","SmartMagnify","StartCause","Started","Suspended","ThemeChanged","Touch","Touch","TouchPhase","TouchpadMagnify","TouchpadPressure","TouchpadRotate","UserEvent","WaitCancelled","WindowEvent","WindowEvent","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","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","borrow","borrow","borrow","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","cmp","cmp","compare","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","device_id","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dummy","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","hash","hash","hash","hash","hash","id","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_pressed","key_without_modifiers","lalt_state","lcontrol_state","location","location","logical_key","lshift_state","lsuper_state","map_nonuser_event","normalized","partial_cmp","partial_cmp","phase","physical_key","physical_key","ralt_state","rcontrol_state","repeat","request_inner_size","rshift_state","rsuper_state","state","state","state","text","text_with_all_modifiers","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","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_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","axis","button","delta","delta","state","value","device_id","event","event","window_id","altitude_angle","force","max_possible_force","requested_resume","requested_resume","start","start","axis","button","delta","delta","delta","device_id","device_id","device_id","device_id","device_id","device_id","device_id","device_id","device_id","device_id","device_id","event","inner_size_writer","is_synthetic","phase","phase","phase","position","pressure","scale_factor","serial","stage","state","token","value","Always","AsyncRequestSerial","ControlFlow","DeviceEvents","EventLoop","EventLoopBuilder","EventLoopClosed","EventLoopProxy","EventLoopWindowTarget","Never","Poll","Wait","WaitUntil","WhenFocused","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_fd","as_raw_fd","available_monitors","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","control_flow","create_proxy","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","display_handle","display_handle","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exit","exiting","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","hash","hash","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_wayland","is_x11","listen_device_events","new","new","partial_cmp","primary_monitor","pump_events","raw_display_handle","raw_display_handle","read_token_from_env","run","run_on_demand","send_event","set_control_flow","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","wait_duration","with_any_thread","with_any_thread","with_user_event","with_user_event","with_wayland","with_x11","ALT","AVRInput","AVRPower","Abort","Accept","Again","Again","AllCandidates","Alphanumeric","Alt","AltGraph","AltLeft","AltRight","Android","Android","AppSwitch","ArrowDown","ArrowDown","ArrowLeft","ArrowLeft","ArrowRight","ArrowRight","ArrowUp","ArrowUp","Attn","AudioBalanceLeft","AudioBalanceRight","AudioBassBoostDown","AudioBassBoostToggle","AudioBassBoostUp","AudioFaderFront","AudioFaderRear","AudioSurroundModeNext","AudioTrebleDown","AudioTrebleUp","AudioVolumeDown","AudioVolumeDown","AudioVolumeMute","AudioVolumeMute","AudioVolumeUp","AudioVolumeUp","Backquote","Backslash","Backspace","Backspace","BracketLeft","BracketRight","BrightnessDown","BrightnessUp","BrowserBack","BrowserBack","BrowserFavorites","BrowserFavorites","BrowserForward","BrowserForward","BrowserHome","BrowserHome","BrowserRefresh","BrowserRefresh","BrowserSearch","BrowserSearch","BrowserStop","BrowserStop","CONTROL","Call","Camera","CameraFocus","Cancel","CapsLock","CapsLock","ChannelDown","ChannelUp","Character","Clear","Close","ClosedCaptionToggle","Code","CodeInput","ColorF0Red","ColorF1Green","ColorF2Yellow","ColorF3Blue","ColorF4Grey","ColorF5Brown","Comma","Compose","ContextMenu","ContextMenu","Control","ControlLeft","ControlRight","Convert","Convert","Copy","Copy","CrSel","Cut","Cut","DVR","Dead","Delete","Delete","Digit0","Digit1","Digit2","Digit3","Digit4","Digit5","Digit6","Digit7","Digit8","Digit9","Dimmer","DisplaySwap","Eisu","Eject","Eject","End","End","EndCall","Enter","Enter","Equal","EraseEof","Escape","Escape","ExSel","Execute","Exit","F1","F1","F10","F10","F11","F11","F12","F12","F13","F13","F14","F14","F15","F15","F16","F16","F17","F17","F18","F18","F19","F19","F2","F2","F20","F20","F21","F21","F22","F22","F23","F23","F24","F24","F25","F25","F26","F26","F27","F27","F28","F28","F29","F29","F3","F3","F30","F30","F31","F31","F32","F32","F33","F33","F34","F34","F35","F35","F4","F4","F5","F5","F6","F6","F7","F7","F8","F8","F9","F9","FavoriteClear0","FavoriteClear1","FavoriteClear2","FavoriteClear3","FavoriteRecall0","FavoriteRecall1","FavoriteRecall2","FavoriteRecall3","FavoriteStore0","FavoriteStore1","FavoriteStore2","FavoriteStore3","FinalMode","Find","Find","Fn","Fn","FnLock","FnLock","GoBack","GoHome","GroupFirst","GroupLast","GroupNext","GroupPrevious","Guide","GuideNextDay","GuidePreviousDay","HangulMode","HanjaMode","Hankaku","HeadsetHook","Help","Help","Hibernate","Hiragana","Hiragana","HiraganaKatakana","Home","Home","Hyper","Hyper","Info","Insert","Insert","InstantReplay","IntlBackslash","IntlRo","IntlYen","JunjaMode","KanaMode","KanaMode","KanjiMode","Katakana","Katakana","Key","Key11","Key12","KeyA","KeyB","KeyC","KeyCode","KeyD","KeyE","KeyF","KeyG","KeyH","KeyI","KeyJ","KeyK","KeyL","KeyLocation","KeyM","KeyN","KeyO","KeyP","KeyQ","KeyR","KeyS","KeyT","KeyU","KeyV","KeyW","KeyX","KeyY","KeyZ","Lang1","Lang2","Lang3","Lang4","Lang5","LastNumberRedial","LaunchApp1","LaunchApp2","LaunchApplication1","LaunchApplication2","LaunchCalendar","LaunchContacts","LaunchMail","LaunchMail","LaunchMediaPlayer","LaunchMusicPlayer","LaunchPhone","LaunchScreenSaver","LaunchSpreadsheet","LaunchWebBrowser","LaunchWebCam","LaunchWordProcessor","Left","Link","ListProgram","LiveContent","Lock","LogOff","MacOS","MacOS","MailForward","MailReply","MailSend","MannerMode","MediaApps","MediaAudioTrack","MediaClose","MediaFastForward","MediaLast","MediaPause","MediaPlay","MediaPlayPause","MediaPlayPause","MediaRecord","MediaRewind","MediaSelect","MediaSkipBackward","MediaSkipForward","MediaStepBackward","MediaStepForward","MediaStop","MediaStop","MediaTopMenu","MediaTrackNext","MediaTrackNext","MediaTrackPrevious","MediaTrackPrevious","Meta","Meta","MicrophoneToggle","MicrophoneVolumeDown","MicrophoneVolumeMute","MicrophoneVolumeUp","Minus","ModeChange","ModifiersKeyState","ModifiersState","Named","NamedKey","NativeKey","NativeKeyCode","NavigateIn","NavigateNext","NavigateOut","NavigatePrevious","New","NextCandidate","NextFavoriteChannel","NextUserProfile","NonConvert","NonConvert","Notification","NumLock","NumLock","Numpad","Numpad0","Numpad1","Numpad2","Numpad3","Numpad4","Numpad5","Numpad6","Numpad7","Numpad8","Numpad9","NumpadAdd","NumpadBackspace","NumpadClear","NumpadClearEntry","NumpadComma","NumpadDecimal","NumpadDivide","NumpadEnter","NumpadEqual","NumpadHash","NumpadMemoryAdd","NumpadMemoryClear","NumpadMemoryRecall","NumpadMemoryStore","NumpadMemorySubtract","NumpadMultiply","NumpadParenLeft","NumpadParenRight","NumpadStar","NumpadSubtract","OnDemand","Open","Open","PageDown","PageDown","PageUp","PageUp","Pairing","Paste","Paste","Pause","Pause","Period","PhysicalKey","PinPDown","PinPMove","PinPToggle","PinPUp","Play","PlaySpeedDown","PlaySpeedReset","PlaySpeedUp","Power","Power","PowerOff","Pressed","PreviousCandidate","Print","PrintScreen","PrintScreen","Process","Props","Props","Quote","RandomToggle","RcLowBattery","RecordSpeedNext","Redo","Resume","RfBypass","Right","Romaji","SHIFT","STBInput","STBPower","SUPER","Save","ScanChannelsToggle","ScreenModeNext","ScrollLock","ScrollLock","Select","Select","Semicolon","Settings","Shift","ShiftLeft","ShiftRight","SingleCandidate","Slash","Sleep","SmolStr","Soft1","Soft2","Soft3","Soft4","Space","Space","SpeechCorrectionList","SpeechInputToggle","SpellCheck","SplitScreenToggle","Standard","Standby","Subtitle","Super","SuperLeft","SuperRight","Suspend","Symbol","SymbolLock","TV","TV3DMode","TVAntennaCable","TVAudioDescription","TVAudioDescriptionMixDown","TVAudioDescriptionMixUp","TVContentsMenu","TVDataService","TVInput","TVInputComponent1","TVInputComponent2","TVInputComposite1","TVInputComposite2","TVInputHDMI1","TVInputHDMI2","TVInputHDMI3","TVInputHDMI4","TVInputVGA1","TVMediaContext","TVNetwork","TVNumberEntry","TVPower","TVRadioService","TVSatellite","TVSatelliteBS","TVSatelliteCS","TVSatelliteToggle","TVTerrestrialAnalog","TVTerrestrialDigital","TVTimer","Tab","Tab","Teletext","Turbo","Undo","Undo","Unidentified","Unidentified","Unidentified","Unidentified","Unknown","VideoModeNext","VoiceDial","WakeUp","WakeUp","Web","Windows","Windows","Wink","Xkb","Xkb","Zenkaku","ZenkakuHankaku","ZoomIn","ZoomOut","ZoomToggle","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","alt_key","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_ref","as_ref","as_str","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","compare","compare","compare","compare","compare","compare","compare","compare","complement","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","control_key","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","difference","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","eq","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","extend","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_iter","from_iter","from_iter","from_iter","from_iter","from_name","from_scancode","from_scancode","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","hash","hash","hash","hash","hash","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","init","insert","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_empty","is_empty","is_heap_allocated","iter","iter_names","len","new","new_inline","new_inline_from_ascii","new_static","not","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","remove","set","shift_key","sub","sub_assign","super_key","symmetric_difference","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_scancode","to_scancode","to_smolstr","to_string","to_string","to_text","to_text","toggle","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","MonitorHandle","VideoMode","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","bit_depth","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","monitor","name","native_id","native_id","partial_cmp","partial_cmp","position","refresh_rate_millihertz","refresh_rate_millihertz","scale_factor","size","size","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","video_modes","modifier_supplement","pump_events","run_on_demand","scancode","startup_notify","wayland","x11","KeyEventExtModifierSupplement","key_without_modifiers","text_with_all_modifiers","Continue","EventLoopExtPumpEvents","Exit","PumpStatus","UserEvent","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","pump_events","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","EventLoopExtRunOnDemand","UserEvent","run_on_demand","PhysicalKeyExtScancode","from_scancode","to_scancode","EventLoopExtStartupNotify","WindowBuilderExtStartupNotify","WindowExtStartupNotify","read_token_from_env","request_activation_token","reset_activation_token_env","set_activation_token_env","with_activation_token","Dark","EventLoopBuilderExtWayland","EventLoopWindowTargetExtWayland","Light","MonitorHandleExtWayland","Theme","WindowBuilderExtWayland","WindowExtWayland","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_wayland","native_id","to_owned","try_components_into","try_from","try_from","try_into","try_into_color","type_id","uints_from","uints_into","with_any_thread","with_name","with_wayland","Combo","Desktop","Dialog","Dnd","Dock","DropdownMenu","EventLoopBuilderExtX11","EventLoopWindowTargetExtX11","LibraryOpenError","Menu","MonitorHandleExtX11","Normal","Notification","PopupMenu","Splash","Toolbar","Tooltip","Utility","WindowBuilderExtX11","WindowExtX11","XNotSupported","XOpenDisplayFailed","XVisualID","XWindow","XWindowType","XcbConversionError","XlibErrorHook","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","is_x11","native_id","register_xlib_error_hook","source","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","with_any_thread","with_base_size","with_embed_parent_window","with_name","with_override_redirect","with_x11","with_x11_screen","with_x11_visual","with_x11_window_type","Android","AndroidDisplayHandle","AndroidNdk","AndroidNdkWindowHandle","AppKit","AppKit","AppKitDisplayHandle","AppKitWindowHandle","DisplayHandle","Drm","Drm","DrmDisplayHandle","DrmWindowHandle","Gbm","Gbm","GbmDisplayHandle","GbmWindowHandle","Haiku","Haiku","HaikuDisplayHandle","HaikuWindowHandle","HandleError","HasDisplayHandle","HasRawDisplayHandle","HasRawWindowHandle","HasWindowHandle","NotSupported","Ohos","OhosDisplayHandle","OhosNdk","OhosNdkWindowHandle","Orbital","Orbital","OrbitalDisplayHandle","OrbitalWindowHandle","RawDisplayHandle","RawWindowHandle","UiKit","UiKit","UiKitDisplayHandle","UiKitWindowHandle","Unavailable","Wayland","Wayland","WaylandDisplayHandle","WaylandWindowHandle","Web","Web","WebCanvas","WebCanvasWindowHandle","WebDisplayHandle","WebOffscreenCanvas","WebOffscreenCanvasWindowHandle","WebWindowHandle","Win32","Win32WindowHandle","WinRt","WinRtWindowHandle","WindowHandle","Windows","WindowsDisplayHandle","Xcb","Xcb","XcbDisplayHandle","XcbWindowHandle","Xlib","Xlib","XlibDisplayHandle","XlibWindowHandle","a_native_window","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","android","appkit","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_raw","as_raw","as_ref","as_ref","b_direct_window","b_window","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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_raw","borrow_raw","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","connection","core_window","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","display","display","display_handle","display_handle","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","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","fd","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gbm_device","gbm_surface","get_ptr","haiku","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hinstance","hwnd","id","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","native_window","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","ns_view","obj","obj","ohos","orbital","plane","raw_display_handle","raw_display_handle","raw_window_handle","raw_window_handle","screen","screen","surface","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","ui_view","ui_view_controller","uikit","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","visual_id","visual_id","web","window","window","window","window_handle","window_handle","windows","ActivationToken","Alias","AllScroll","AlwaysOnBottom","AlwaysOnTop","BadIcon","Borderless","ByteCountNotDivisibleBy4","CLOSE","Cell","ColResize","Confined","ContextMenu","Copy","Critical","Crosshair","CursorGrabMode","CursorIcon","CursorIconParseError","Dark","Default","DimensionsVsPixelCount","EResize","East","EwResize","Exclusive","Fullscreen","Grab","Grabbing","Help","Icon","ImePurpose","Informational","Light","Locked","MAXIMIZE","MINIMIZE","Move","NResize","NeResize","NeswResize","NoDrop","None","Normal","Normal","North","NorthEast","NorthWest","NotAllowed","NsResize","NwResize","NwseResize","OsError","Password","Pointer","Progress","ResizeDirection","RowResize","SResize","SeResize","South","SouthEast","SouthWest","SwResize","Terminal","Text","Theme","UserAttentionType","VerticalText","WResize","Wait","West","Window","WindowAttributes","WindowBuilder","WindowButtons","WindowId","WindowLevel","ZoomIn","ZoomOut","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","all","alt_names","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","available_monitors","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","blur","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","build","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","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","cmp","compare","complement","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains","content_protected","current_monitor","decorations","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","difference","display_handle","drag_resize_window","drag_window","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dummy","empty","enabled_buttons","enabled_buttons","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","extend","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","focus_window","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_iter","from_name","from_rgba","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_str","fullscreen","fullscreen","has_focus","hash","hash","hash","hash","hash","id","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner_position","inner_size","inner_size","insert","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_iter","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_all","is_decorated","is_empty","is_maximized","is_minimized","is_resizable","is_visible","iter","iter_names","max_inner_size","maximized","min_inner_size","name","new","new","not","outer_position","outer_size","parent_window","partial_cmp","position","pre_present_notify","preferred_theme","primary_monitor","raw_display_handle","raw_window_handle","remove","request_activation_token","request_inner_size","request_redraw","request_user_attention","reset_dead_keys","resizable","resize_increments","resize_increments","scale_factor","set","set_blur","set_content_protected","set_cursor_grab","set_cursor_hittest","set_cursor_icon","set_cursor_position","set_cursor_visible","set_decorations","set_enabled_buttons","set_fullscreen","set_ime_allowed","set_ime_cursor_area","set_ime_purpose","set_max_inner_size","set_maximized","set_min_inner_size","set_minimized","set_outer_position","set_resizable","set_resize_increments","set_theme","set_title","set_transparent","set_visible","set_window_icon","set_window_level","show_window_menu","sub","sub_assign","symmetric_difference","theme","title","title","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_smolstr","to_smolstr","to_smolstr","to_string","to_string","to_string","toggle","transparent","transparent","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","union","visible","window_attributes","window_handle","window_icon","window_level","with_activation_token","with_active","with_base_size","with_blur","with_content_protected","with_decorations","with_embed_parent_window","with_enabled_buttons","with_fullscreen","with_inner_size","with_max_inner_size","with_maximized","with_min_inner_size","with_name","with_name","with_override_redirect","with_parent_window","with_position","with_resizable","with_resize_increments","with_theme","with_title","with_transparent","with_visible","with_window_icon","with_window_level","with_x11_screen","with_x11_visual","with_x11_window_type","byte_count","height","pixel_count","width","width_x_height","COSMIC","default","set_default","Escape","FocusNext","FocusPrevious","Fullscreen","Message","Search","Unfocus","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","hash","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","subscription","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","unfocus","Also","ApplicationExt","Apply","CollectionWidget","ColorExt","Element","ElementExt","Renderer","Theme","also","append","apply","apply_mut","apply_ref","blend_alpha","debug","extend","extend","push","push_maybe","push_maybe","Accent","AppletIcon","AppletMenu","Application","Background","Button","Card","Checkbox","Color","Container","ContextDrawer","Control","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Default","Default","Default","Default","Default","Destructive","Dialog","Dropdown","EditableText","ExpandableSearch","HeaderBar","HeaderBar","HeavyDivider","Icon","IconVertical","Image","Inline","LightDivider","Link","List","MenuItem","MenuRoot","Primary","Primary","Primary","ProgressBar","Rule","Search","Secondary","Secondary","SegmentedButton","Standard","Success","Success","Suggested","Svg","TabBar","Text","Text","TextInput","Tooltip","Transparent","Transparent","WindowBackground","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","components_from","components_from","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","iced","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","menu_bar","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","active","disabled","hovered","pressed","focused","active","disabled","error","focused","hovered","Accent","Application","Background","Button","Card","Card","Checkbox","Color","Container","ContextDrawer","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Deactivated","Default","Default","Default","Default","Default","Default","Destructive","Dialog","Dropdown","HeaderBar","HeavyDivider","LightDivider","Link","LinkActive","List","Minimal","Permanent","Positive","Primary","Primary","Primary","Primary","ProgressBar","Rule","Scrollable","Search","Secondary","Secondary","Secondary","Slider","Standard","Success","Success","Svg","Text","Text","TextEditor","TextInput","Tooltip","Transparent","Transparent","WindowBackground","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","components_from","components_from","components_from","default","default","default","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","init","init","init","init","init","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","active","hover","focused","active","dragging","hovered","Appearance","Custom","Default","MenuBarStyle","Style","StyleSheet","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","background_expand","bar_border_radius","border_color","border_width","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","from","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","menu_border_radius","path","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","COSMIC_DARK","COSMIC_HC_DARK","COSMIC_HC_LIGHT","COSMIC_LIGHT","CosmicColor","CosmicComponent","CosmicTheme","Custom","Dark","HighContrastDark","HighContrastLight","Light","System","TRANSPARENT_COMPONENT","Theme","ThemeType","accent","accent_button","active","active_hint","active_type","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","alpha","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","base","border","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","button","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","color","components_from","components_from","components_from","components_from","components_from","components_from","corner_radii","cosmic","current_container","custom","dark","dark_hc","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","destructive","destructive_button","disabled","disabled_border","divider","drop","drop","drop","drop","drop","drop","eq","fmt","focus","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","gaps","hover","icon_button","init","init","init","init","init","init","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_dark","is_dark","is_dark","is_frosted","is_high_contrast","is_high_contrast","is_high_contrast","layer","light","light_hc","link_button","name","on","on_disabled","palette","prefer_dark","pressed","primary","secondary","selected","selected_text","set_theme","shade","spacing","style","subscription","success","success_button","system","system_dark","system_light","system_preference","text_button","theme_type","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","warning","warning_button","window_hint","prefer_dark","theme","Accent","AppletIcon","AppletMenu","Application","Background","Button","Card","Checkbox","Color","Container","ContextDrawer","Control","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Default","Default","Default","Default","Default","Destructive","Dialog","Dropdown","EditableText","ExpandableSearch","HeaderBar","HeaderBar","HeavyDivider","Icon","IconVertical","Image","Inline","LightDivider","Link","List","MenuItem","MenuRoot","Primary","Primary","Primary","ProgressBar","Rule","Search","Secondary","Secondary","SegmentedButton","Standard","Success","Success","Suggested","Svg","TabBar","Text","Text","TextInput","Tooltip","Transparent","Transparent","WindowBackground","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","components_from","default","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","iced","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","menu_bar","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","active","disabled","hovered","pressed","focused","active","disabled","error","focused","hovered","Accent","Application","Background","Button","Card","Card","Checkbox","Color","Container","ContextDrawer","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Custom","Danger","Danger","Deactivated","Default","Default","Default","Default","Default","Default","Destructive","Dialog","Dropdown","HeaderBar","HeavyDivider","LightDivider","Link","LinkActive","List","Minimal","Permanent","Positive","Primary","Primary","Primary","Primary","ProgressBar","Rule","Scrollable","Search","Secondary","Secondary","Secondary","Slider","Standard","Success","Success","Svg","Text","Text","TextEditor","TextInput","Tooltip","Transparent","Transparent","WindowBackground","background","custom","custom","custom","custom","custom","primary","secondary","active","hover","focused","active","dragging","hovered","Appearance","Custom","Default","MenuBarStyle","Style","StyleSheet","appearance","background","background_expand","bar_border_radius","border_color","border_width","menu_border_radius","path","Button","Calendar","Checkbox","ColorPicker","ColorPickerModel","Column","ComboBox","Container","ContextDrawer","ContextMenu","Dialog","DndDestination","DndSource","Dropdown","FlexRow","Grid","HeaderBar","Icon","IconButton","Id","Image","LayerContainer","Lazy","LinkButton","ListColumn","MouseArea","NavBarToggle","Operation","PaneGrid","Popover","ProgressBar","Radio","RectangleTracker","Responsive","Row","Slider","Space","SpinButton","Svg","Text","TextButton","TextInput","Tooltip","VerticalSlider","Warning","Widget","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","append","append","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","aspect_ratio","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","build","button","button","calendar","calendar","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","card","center","checkbox","checkbox","children","children","children","children","children","children","children","children","children","clone","clone","clone_into","clone_into","color_picker","column","column","combo_box","combo_box","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","container","container","container","context_drawer","context_drawer","context_menu","context_menu","custom","default","density","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","dialog","dialog","diff","diff","diff","diff","diff","diff","diff","diff","diff","divider","dnd_destination","dnd_destination","dnd_source","dnd_source","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","drag_destinations","draw","draw","draw","draw","draw","draw","draw","draw","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dropdown","dropdown","editable_input","end","finish","flex_row","flex_row","fmt","focusable","focused","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","grid","grid","header_bar","horizontal_space","icon","icon","id","id","id","id","image","image","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inline_input","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","layer_container","layer_container","layout","layout","layout","layout","layout","layout","layout","layout","layout","lazy","list","list_column","menu","mouse_area","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","mouse_interaction","nav_bar","nav_bar","nav_bar_dnd","nav_bar_toggle","nav_bar_toggle","on_close","on_drag","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_event","on_maximize","on_minimize","on_right_click","operate","operate","operate","operate","operate","operate","operate","operate","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","overlay","pane_grid","popover","popover","progress_bar","progress_bar","push","push","radio","radio","rectangle_tracker","rectangle_tracker","responsive","row","row","scrollable","scrollable","search_input","secure_input","segmented_button","segmented_control","set_id","set_id","set_id","set_id","settings","size","size","size","size","size","size","size","size","size","size_hint","slider","slider","space","spin_button","spin_button","start","state","state","state","state","state","state","state","style","svg","svg","tab_bar","tag","tag","tag","tag","tag","tag","tag","text","text","text_input","text_input","text_input","title","to_owned","to_owned","toggler","tooltip","tooltip","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","vertical_slider","vertical_slider","vertical_space","view","warning","warning","warning_container","Appearance","AspectRatio","Style","StyleSheet","adapt_into_using","align_x","align_y","appearance","arrays_from","arrays_into","as_any","as_any_mut","aspect_ratio_container","background","border","borrow","borrow_mut","cam16_into_unclamped","center_x","center_y","children","components_from","deref","deref_mut","diff","draw","drop","from","from_angle","from_stimulus","height","icon_color","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","layout","max_height","max_width","mouse_interaction","on_event","operate","overlay","padding","shadow","size","style","text_color","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","Appearance","Builder","Button","IconButton","ImageButton","LinkButton","Style","Style","StyleSheet","TextButton","active","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border_color","border_radius","border_width","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","button","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","clone","clone_into","components_from","components_from","components_from","custom_image_button","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","destructive","diff","disabled","draw","draw","drop","drop","drop","drop_target","drop_target","extra_large","extra_large","extra_small","extra_small","fmt","focus","font_size","font_weight","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","height","height","hovered","icon","icon_color","icon_size","id","id","id","image","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","label","large","large","layout","layout","leading_icon","leading_icon","line_height","link","link","medium","medium","mouse_interaction","mouse_interaction","new","new","new","new","new","new","new","new","new_image","on_event","on_press","on_press","on_press_down","on_press_maybe","on_press_maybe","on_remove","on_remove","on_remove_maybe","on_remove_maybe","operate","outline_color","outline_width","overlay","padding","padding","pressed","selected","selected","selected","selected","selected","selection_background","set_id","shadow_offset","size","spacing","standard","state","style","style","suggested","tag","text","text_color","to_owned","tooltip","trailing_icon","trailing_icon","trailing_icon","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","vertical","vertical","width","width","Button","Hyperlink","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","icon","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","link","new","trailing_icon","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Calendar","calendar","get_calender_first","set_day","set_next_month","set_prev_month","style","Appearance","StyleSheet","card_1","card_2","default","Appearance","Checkbox","Icon","Style","StyleSheet","active","background","border","code_point","font","hovered","icon_color","line_height","shaping","size","text_color","ActionFinished","ActivateSegmented","ActiveColor","AppliedColor","Cancel","ColorPicker","ColorPickerBuilder","ColorPickerModel","ColorPickerUpdate","Copied","HSV_RAINBOW","Input","Model","Reset","State","ToggleColorPicker","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","builder","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cancel_label","clone","clone","clone_into","clone_into","color_button","components_from","components_from","components_from","components_from","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_applied_color","get_is_active","height","height","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_hex","new","picker_button","reset_label","save_label","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","update","width","width","Column","column","with_capacity","with_children","ComboBox","State","build_matchers","search","Appearance","Container","Style","StyleSheet","appearance","background","border","draw_background","icon_color","layout","shadow","text_color","visible_bounds","ContextDrawer","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","children","components_from","context_drawer","deref","deref_mut","diff","drag_destinations","draw","drop","from","from_angle","from_stimulus","id","id","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","layout","mouse_interaction","new","on_close_maybe","on_event","operate","overlay","set_id","size","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","ContextMenu","LocalState","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","context_menu","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Dialog","body","control","dialog","icon","new","primary_action","secondary_action","tertiary_action","horizontal","vertical","default","heavy","light","default","heavy","light","DndDestination","DragId","DragOffer","State","action","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","data","data_received_for","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","dnd_destination","dnd_destination_for_data","drag_id","drag_offer","drop","drop","drop","dropped","eq","equivalent","equivalent","equivalent","fmt","for_data","forward_drag_as_cursor","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","get_drag_id","hash","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","new","new","new","on_action_selected","on_action_selected","on_data_received","on_data_received","on_drop","on_drop","on_enter","on_enter","on_finish","on_hold","on_leave","on_leave","on_motion","on_motion","preferred_action","selected_action","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","with_id","x","y","DndSource","action","dnd_source","drag_content","drag_icon","drag_threshold","new","start_dnd","with_id","Appearance","DEFAULT_GAP","DEFAULT_PADDING","Dropdown","Menu","State","Style","StyleSheet","active","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","components_from","components_from","default","deref","deref","deref_mut","deref_mut","diff","draw","draw","drop","drop","dropdown","fmt","font","from","from","from_angle","from_angle","from_stimulus","from_stimulus","gap","handle_color","hovered","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","layout","layout","menu","mouse_interaction","mouse_interaction","multi","new","new","on_event","overlay","overlay","padding","placeholder_color","size","state","tag","text_color","text_line_height","text_size","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","width","Appearance","Menu","State","Style","StyleSheet","adapt_into_using","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border_color","border_radius","border_width","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","components_from","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","description_color","drop","drop","drop","fmt","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","hovered_background","hovered_text_color","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","new","new","overlay","padding","selected_background","selected_text_color","text_color","text_line_height","text_size","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","width","Appearance","DEFAULT_GAP","DEFAULT_PADDING","Dropdown","List","Menu","Model","Style","StyleSheet","active","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clear","components_from","components_from","components_from","deref","deref","deref","deref_mut","deref_mut","deref_mut","description","draw","drop","drop","drop","dropdown","font","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","gap","handle_color","hovered","init","init","init","insert","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","layout","list","lists","menu","model","mouse_interaction","new","on_event","options","overlay","padding","placeholder_color","selected","size","state","tag","text_color","text_line_height","text_size","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","width","Appearance","Menu","StyleSheet","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","overlay","padding","text_line_height","text_size","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","FlexRow","flex_row","layout","widget","resolve","FlexRow","column_spacing","max_width","new","padding","row_spacing","width","Grid","grid","layout","widget","resolve","Assignment","Grid","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","column","column_alignment","column_spacing","components_from","deref","deref_mut","drop","fmt","from","from","from","from_angle","from_stimulus","height","height","init","insert_row","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","max_width","new","new","padding","push","push_with","row","row_alignment","row_spacing","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","width","width","Data","Default","Handle","Icon","IconFallback","Image","Name","Named","Names","Svg","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","content_fit","data","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fallback","fallback","fmt","fmt","fmt","fmt","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_name","from_path","from_raster_bytes","from_raster_pixels","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_svg_bytes","handle","hash","hash","hash","hash","height","icon","icon","icon","init","init","init","init","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_svg_handle","name","new","path","prefer_svg","prefer_svg","scale","scale","size","size","size","style","symbolic","symbolic","symbolic","symbolic","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","width","FilterMethod","Handle","Image","Linear","Nearest","Viewer","draw","layout","viewer","viewer","State","Viewer","image_size","Appearance","LayerContainer","Style","StyleSheet","align_x","align_y","appearance","background","border","center_x","center_y","height","icon_color","layer","layer_container","max_height","max_width","padding","shadow","style","text_color","width","ListColumn","column","container","list_column","ListColumn","add","into_element","list_column","new","padding","spacing","style","Action","Appearance","Button","CheckBox","CloseCondition","Divider","Dynamic","Folder","Full","Item","ItemHeight","ItemWidth","KeyBind","MenuActive","MenuBar","OmitActive","PathHighlight","Static","Static","StyleSheet","Tree","Uniform","Uniform","action","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","bar","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_expand","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","click_inside","click_outside","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","close_condition","components_from","components_from","components_from","components_from","components_from","components_from","components_from","cross_offset","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","diff","draw","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","height","height","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","item_height","item_width","items","key_bind","layout","leave","main_offset","new","new","on_event","overlay","padding","path_highlight","root","size","spacing","state","style","tag","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","width","width","with_children","MenuAction","Message","message","Alt","Ctrl","KeyBind","Modifier","Shift","Super","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","components_from","components_from","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","key","matches","modifiers","partial_cmp","partial_cmp","to_owned","to_owned","to_smolstr","to_string","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Id","Model","NavBar","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","close_icon","components_from","context_menu","deref","deref_mut","drag_id","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_container","into_stimulus","nav_bar","nav_bar_dnd","nav_bar_style","on_close","on_context","on_dnd_drop","on_dnd_enter","on_dnd_leave","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","NavBarToggle","active","nav_bar_toggle","on_toggle","selected","style","All","Appearance","Axis","Bottom","Canceled","Center","Configuration","Content","Contents","Direction","Down","DragEvent","Draggable","Dropped","Edge","Edge","Edge","Horizontal","Left","Left","Line","Maximized","Node","Pane","Pane","Pane","Pane","PaneGrid","Picked","Region","ResizeEvent","Right","Right","Split","Split","Split","State","Style","StyleSheet","Target","TitleBar","Top","Up","Vertical","background","border","can_be_dragged_at","color","draw","hovered_region","hovered_split","internal","layout","mouse_interaction","panes","picked_split","ratio","split","state","update","width","a","axis","b","ratio","pane","pane","pane","target","a","axis","b","id","ratio","Action","Clicking","Dragging","Idle","Internal","Resizing","State","internal","panes","axis","origin","origin","pane","pane","split","Appearance","Bottom","Center","Overlay","Point","Popover","Position","Style","StyleSheet","adapt_into_using","adapt_into_using","appearance","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","draw","drop","drop","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","icon_color","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","layout","modal","mouse_interaction","new","on_event","operate","popover","popup","position","shadow","text_color","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","Appearance","ProgressBar","Style","StyleSheet","appearance","background","bar","border_radius","Appearance","Radio","Style","StyleSheet","active","background","border_color","border_width","dot_color","hovered","text_color","Appearance","Finished","Init","Ready","Rectangle","RectangleTracker","RectangleTrackingContainer","RectangleUpdate","State","Style","StyleSheet","Waiting","adapt_into_using","adapt_into_using","adapt_into_using","align_x","align_y","appearance","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","background","border","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","center_x","center_y","children","clone","clone_into","components_from","components_from","components_from","container","deref","deref","deref","deref_mut","deref_mut","deref_mut","diff","diff","drag_destinations","draw","drop","drop","drop","fmt","from","from","from","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","height","icon_color","ignore_bounds","init","init","init","into","into","into","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","layout","max_height","max_width","mouse_interaction","on_event","operate","overlay","padding","rectangle_tracker","rectangle_tracker_subscription","shadow","size","state","style","subscription","text_color","to_owned","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","width","Row","row","with_capacity","with_children","Appearance","BuilderEntity","Entity","EntityMut","HorizontalSegmentedButton","Id","ItemAppearance","ItemStatusAppearance","Model","ModelBuilder","MultiSelect","MultiSelectEntityMut","MultiSelectModel","SecondaryMap","SegmentedButton","SegmentedVariant","Selectable","SingleSelect","SingleSelectEntityMut","SingleSelectModel","SparseSecondaryMap","Style","StyleSheet","VerticalSegmentedButton","activate","activate","activate","activate","activate","activate","activate_position","active","active","active","active","active","active_data","active_data_mut","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","background","border_bottom","border_bottom","border_end","border_end","border_radius","border_radius","border_start","border_start","border_top","border_top","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","build","builder","button_alignment","button_height","button_padding","button_spacing","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","closable","closable","closable_set","close_icon","cmp","compare","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","components_from","contains_item","context_menu","data","data","data","data","data_mut","data_remove","data_set","deactivate","deactivate","deactivate","deactivate","deactivate","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","diff","dividers","drag_destinations","drag_id","draw","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enable","entity_at","eq","eq","equivalent","equivalent","equivalent","first","fmt","fmt","fmt","fmt","focus","focus","font_active","font_hovered","font_inactive","font_size","from","from","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get_drag_id","hash","height","horizontal","horizontal","hover","icon","icon","icon","icon_remove","icon_set","id","id","inactive","indent","indent","indent_remove","indent_set","indent_spacing","init","init","init","init","init","init","init","init","init","init","init","init","insert","insert","into","into","into","into","into","into","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","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_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_active","is_active","is_active","is_active","is_closable","is_enabled","iter","last","layout","line_height","maximum_button_width","middle","mimes","minimum_button_width","mouse_interaction","new","new","on_activate","on_close","on_context","on_dnd_drop","on_dnd_enter","on_dnd_leave","on_event","operate","overlay","padding","partial_cmp","position","position","position","position_set","position_swap","position_swap","position_swap","remove","scrollable_focus","secondary","secondary","secondary_sparse","secondary_sparse","show_close_icon_on_hover","size","spacing","state","style","tag","text","text","text","text_color","text_remove","text_set","to_owned","to_owned","to_owned","to_owned","to_owned","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_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_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","unique","variant_appearance","variant_appearance","variant_appearance","variant_bounds","variant_bounds","variant_bounds","variant_layout","variant_layout","variant_layout","vertical","vertical","width","with_id","with_id","horizontal","vertical","Section","adapt_into_using","add","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","components_from","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","item","item","item_row","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","view_column","view_section","Item","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","builder","cam16_into_unclamped","components_from","control","deref","deref_mut","description","drop","from","from_angle","from_stimulus","icon","init","into","into_angle","into_any","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","item","item_row","title","toggler","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Circle","Gradient","Handle","HandleShape","Pair","Rail","RailBackground","Rectangle","Slider","State","Style","StyleSheet","active","border_color","border_radius","border_width","breakpoint","color","colors","dragging","draw","handle","hovered","mouse_interaction","rail","shape","update","width","border_radius","height","radius","width","auto_angle","gradient","Space","Decrement","Increment","Message","Model","SpinButton","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","components_from","components_from","default","default","default","default","default","default","default","default","default","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","hash","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_element","into_stimulus","into_stimulus","max","max","min","min","new","spin_button","step","step","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","update","value","value","Appearance","StyleSheet","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","card_1","card_2","clone","clone_into","components_from","default","default","deref","deref_mut","drop","from","from_angle","from_stimulus","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Handle","Style","StyleSheet","Svg","appearance","color","hovered","horizontal","vertical","Body","Caption","CaptionHeading","Heading","Monotext","Text","Title1","Title2","Title3","Title4","Typography","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","body","borrow","borrow_mut","cam16_into_unclamped","caption","caption_heading","clone","clone_into","components_from","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","from_angle","from_stimulus","hash","heading","init","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","monotext","text","title1","title2","title3","title4","to_owned","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Appearance","Cursor","DnDCommand","State","Style","Style","StyleSheet","TextInput","TextInputString","Value","active","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background","border_color","border_offset","border_radius","border_width","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","children","clone","clone","clone","clone_into","clone_into","clone_into","components_from","components_from","components_from","components_from","cursor","cursor","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","diff","dirty","disabled","dnd_icon","draw","draw","draw","drop","drop","drop","drop","editable_input","editor","error","error","fmt","fmt","fmt","focus","focus","focus","focused","focused","font","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","helper_text","helper_text","hovered","hovered","icon_color","id","init","init","init","init","inline_input","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","is_focused","is_focused","is_read_only","is_secure","label","label","label_color","layout","layout","leading_icon","line_height","mouse_interaction","mouse_interaction","move_cursor_to","move_cursor_to","move_cursor_to","move_cursor_to_end","move_cursor_to_end","move_cursor_to_end","move_cursor_to_front","move_cursor_to_front","move_cursor_to_front","new","new","on_clear","on_event","on_input","on_paste","on_submit","on_submit_maybe","on_toggle_edit","operate","overlay","padding","password","placeholder","placeholder_color","search_input","secure_input","select_all","select_all","select_all","selected_fill","selected_text","selected_text_color","size","size","state","style","surface_ids","tag","text_color","text_input","to_owned","to_owned","to_owned","trailing_icon","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","unfocus","unfocus","update","value","value","width","Cursor","Index","Selection","State","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_into","arrays_into","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cam16_into_unclamped","cam16_into_unclamped","clone","clone","clone_into","clone_into","components_from","components_from","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_angle","from_angle","from_stimulus","from_stimulus","init","init","into","into","into_angle","into_angle","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","selection","state","to_owned","to_owned","try_components_into","try_components_into","try_from","try_from","try_into","try_into","try_into_color","try_into_color","type_id","type_id","uints_from","uints_from","uints_into","uints_into","end","start","Editor","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","backspace","borrow","borrow_mut","cam16_into_unclamped","components_from","contents","delete","deref","deref_mut","drop","from","from_angle","from_stimulus","init","insert","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","new","paste","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","Value","adapt_into_using","arrays_from","arrays_into","as_any","as_any_mut","borrow","borrow_mut","cam16_into_unclamped","clone","clone_into","components_from","deref","deref_mut","drop","fmt","from","from_angle","from_stimulus","init","insert","insert_many","into","into_angle","into_any","into_any_arc","into_any_rc","into_cam16_unclamped","into_color","into_color_unclamped","into_stimulus","is_empty","len","new","next_end_of_word","previous_start_of_word","remove","remove_many","secure","select","to_owned","to_string","try_components_into","try_from","try_into","try_into_color","type_id","uints_from","uints_into","until","Bottom","FollowCursor","Left","Position","Right","Tooltip","Top","tooltip","Appearance","Circle","Handle","HandleShape","Rectangle","State","Style","StyleSheet","VerticalSlider","active","border_color","border_width","breakpoint","color","dragging","draw","handle","hovered","mouse_interaction","rail","shape","update","border_radius","height","radius","width","Warning","into_widget","on_close","warning","warning_container"],"q":[[0,"cosmic"],[151,"cosmic::app"],[300,"cosmic::app::DbusActivationDetails"],[303,"cosmic::app::command"],[314,"cosmic::app::command::message"],[316,"cosmic::app::cosmic"],[420,"cosmic::app::message"],[465,"cosmic::app::settings"],[512,"cosmic::command"],[521,"cosmic::config"],[633,"cosmic::cosmic_config"],[882,"cosmic::cosmic_config::cosmic_config_derive"],[883,"cosmic::cosmic_theme"],[1661,"cosmic::cosmic_theme::composite"],[1662,"cosmic::cosmic_theme::palette"],[5946,"cosmic::cosmic_theme::palette::alpha"],[6000,"cosmic::cosmic_theme::palette::angle"],[6017,"cosmic::cosmic_theme::palette::blend"],[6353,"cosmic::cosmic_theme::palette::bool_mask"],[6364,"cosmic::cosmic_theme::palette::cam16"],[7106,"cosmic::cosmic_theme::palette::cam16::cam16_jch"],[7284,"cosmic::cosmic_theme::palette::cam16::cam16_jmh"],[7464,"cosmic::cosmic_theme::palette::cam16::cam16_jsh"],[7642,"cosmic::cosmic_theme::palette::cam16::cam16_qch"],[7820,"cosmic::cosmic_theme::palette::cam16::cam16_qmh"],[7998,"cosmic::cosmic_theme::palette::cam16::cam16_qsh"],[8176,"cosmic::cosmic_theme::palette::cast"],[8535,"cosmic::cosmic_theme::palette::chromatic_adaptation"],[8616,"cosmic::cosmic_theme::palette::color_difference"],[8645,"cosmic::cosmic_theme::palette::color_theory"],[8656,"cosmic::cosmic_theme::palette::convert"],[8757,"cosmic::cosmic_theme::palette::encoding"],[8939,"cosmic::cosmic_theme::palette::encoding::gamma"],[8986,"cosmic::cosmic_theme::palette::encoding::linear"],[9030,"cosmic::cosmic_theme::palette::encoding::srgb"],[9031,"cosmic::cosmic_theme::palette::hsl"],[9078,"cosmic::cosmic_theme::palette::hsluv"],[9125,"cosmic::cosmic_theme::palette::hsv"],[9172,"cosmic::cosmic_theme::palette::hues"],[9482,"cosmic::cosmic_theme::palette::hwb"],[9529,"cosmic::cosmic_theme::palette::lab"],[9576,"cosmic::cosmic_theme::palette::lch"],[9623,"cosmic::cosmic_theme::palette::lchuv"],[9670,"cosmic::cosmic_theme::palette::luma"],[9952,"cosmic::cosmic_theme::palette::luma::channels"],[10042,"cosmic::cosmic_theme::palette::luv"],[10089,"cosmic::cosmic_theme::palette::named"],[10238,"cosmic::cosmic_theme::palette::num"],[10318,"cosmic::cosmic_theme::palette::okhsl"],[10364,"cosmic::cosmic_theme::palette::okhsv"],[10410,"cosmic::cosmic_theme::palette::okhwb"],[10456,"cosmic::cosmic_theme::palette::oklab"],[10502,"cosmic::cosmic_theme::palette::oklch"],[10548,"cosmic::cosmic_theme::palette::rgb"],[10893,"cosmic::cosmic_theme::palette::rgb::channels"],[11073,"cosmic::cosmic_theme::palette::serde"],[11081,"cosmic::cosmic_theme::palette::serde::as_array"],[11083,"cosmic::cosmic_theme::palette::serde::as_uint"],[11085,"cosmic::cosmic_theme::palette::stimulus"],[11092,"cosmic::cosmic_theme::palette::white_point"],[11765,"cosmic::cosmic_theme::palette::xyz"],[11812,"cosmic::cosmic_theme::palette::yxy"],[11859,"cosmic::cosmic_theme::steps"],[11866,"cosmic::executor"],[11869,"cosmic::executor::multi"],[11905,"cosmic::executor::single"],[11941,"cosmic::font"],[11958,"cosmic::iced"],[12166,"cosmic::iced::advanced"],[12230,"cosmic::iced::advanced::graphics"],[12286,"cosmic::iced::advanced::graphics::Mesh"],[12290,"cosmic::iced::advanced::graphics::Primitive"],[12325,"cosmic::iced::advanced::graphics::backend"],[12333,"cosmic::iced::advanced::graphics::color"],[12336,"cosmic::iced::advanced::graphics::compositor"],[12359,"cosmic::iced::advanced::graphics::core"],[12495,"cosmic::iced::advanced::graphics::core::alignment"],[12507,"cosmic::iced::advanced::graphics::core::border"],[12512,"cosmic::iced::advanced::graphics::core::clipboard"],[12535,"cosmic::iced::advanced::graphics::core::event"],[12549,"cosmic::iced::advanced::graphics::core::font"],[12585,"cosmic::iced::advanced::graphics::core::gradient"],[12593,"cosmic::iced::advanced::graphics::core::id"],[12601,"cosmic::iced::advanced::graphics::core::keyboard"],[12616,"cosmic::iced::advanced::graphics::core::keyboard::Event"],[12623,"cosmic::iced::advanced::graphics::core::keyboard::key"],[12934,"cosmic::iced::advanced::graphics::core::time"],[12936,"cosmic::iced::advanced::graphics::core::touch"],[12942,"cosmic::iced::advanced::graphics::core::touch::Event"],[12950,"cosmic::iced::advanced::graphics::core::window"],[12997,"cosmic::iced::advanced::graphics::core::window::Event"],[13003,"cosmic::iced::advanced::graphics::core::window::icon"],[13008,"cosmic::iced::advanced::graphics::core::window::icon::Error"],[13013,"cosmic::iced::advanced::graphics::damage"],[13017,"cosmic::iced::advanced::graphics::futures"],[13033,"cosmic::iced::advanced::graphics::futures::backend"],[13036,"cosmic::iced::advanced::graphics::futures::backend::default"],[13037,"cosmic::iced::advanced::graphics::futures::backend::native"],[13039,"cosmic::iced::advanced::graphics::futures::backend::native::thread_pool"],[13041,"cosmic::iced::advanced::graphics::futures::backend::native::tokio"],[13043,"cosmic::iced::advanced::graphics::futures::backend::native::tokio::time"],[13044,"cosmic::iced::advanced::graphics::futures::backend::null"],[13046,"cosmic::iced::advanced::graphics::futures::event"],[13049,"cosmic::iced::advanced::graphics::futures::executor"],[13053,"cosmic::iced::advanced::graphics::futures::futures"],[13257,"cosmic::iced::advanced::graphics::futures::futures::channel"],[13259,"cosmic::iced::advanced::graphics::futures::futures::channel::mpsc"],[13268,"cosmic::iced::advanced::graphics::futures::futures::channel::oneshot"],[13273,"cosmic::iced::advanced::graphics::futures::futures::executor"],[13283,"cosmic::iced::advanced::graphics::futures::futures::io"],[13412,"cosmic::iced::advanced::graphics::futures::futures::lock"],[13418,"cosmic::iced::advanced::graphics::futures::futures::never"],[13419,"cosmic::iced::advanced::graphics::futures::futures::prelude"],[13611,"cosmic::iced::advanced::graphics::futures::futures::prelude::future"],[13751,"cosmic::iced::advanced::graphics::futures::futures::prelude::sink"],[13790,"cosmic::iced::advanced::graphics::futures::futures::prelude::stream"],[13991,"cosmic::iced::advanced::graphics::futures::futures::prelude::stream::futures_unordered"],[13997,"cosmic::iced::advanced::graphics::futures::futures::prelude::stream::select_all"],[14002,"cosmic::iced::advanced::graphics::futures::futures::task"],[14036,"cosmic::iced::advanced::graphics::futures::keyboard"],[14038,"cosmic::iced::advanced::graphics::futures::subscription"],[14049,"cosmic::iced::advanced::graphics::geometry"],[14091,"cosmic::iced::advanced::graphics::geometry::fill"],[14100,"cosmic::iced::advanced::graphics::geometry::path"],[14108,"cosmic::iced::advanced::graphics::geometry::path::arc"],[14119,"cosmic::iced::advanced::graphics::geometry::path::lyon_path"],[14200,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::Event"],[14213,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::IdEvent"],[14226,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::PathEvent"],[14239,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::builder"],[14294,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::commands"],[14301,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom"],[14407,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::arc"],[14423,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::arrayvec"],[14428,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::cubic_bezier"],[14434,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid"],[14548,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid::approxeq"],[14552,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid::approxord"],[14554,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid::default"],[14637,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::euclid::num"],[14647,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::quadratic_bezier"],[14654,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::traits"],[14674,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::geom::utils"],[14680,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::iterator"],[14687,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::math"],[14717,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::path"],[14726,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::path_buffer"],[14731,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::polygon"],[14741,"cosmic::iced::advanced::graphics::geometry::path::lyon_path::traits"],[14790,"cosmic::iced::advanced::graphics::geometry::stroke"],[14810,"cosmic::iced::advanced::graphics::gradient"],[14818,"cosmic::iced::advanced::graphics::image"],[14819,"cosmic::iced::advanced::graphics::image::image_rs"],[15015,"cosmic::iced::advanced::graphics::image::image_rs::buffer"],[15025,"cosmic::iced::advanced::graphics::image::image_rs::codecs"],[15040,"cosmic::iced::advanced::graphics::image::image_rs::codecs::bmp"],[15042,"cosmic::iced::advanced::graphics::image::image_rs::codecs::dds"],[15043,"cosmic::iced::advanced::graphics::image::image_rs::codecs::dxt"],[15050,"cosmic::iced::advanced::graphics::image::image_rs::codecs::farbfeld"],[15053,"cosmic::iced::advanced::graphics::image::image_rs::codecs::gif"],[15059,"cosmic::iced::advanced::graphics::image::image_rs::codecs::hdr"],[15079,"cosmic::iced::advanced::graphics::image::image_rs::codecs::ico"],[15082,"cosmic::iced::advanced::graphics::image::image_rs::codecs::jpeg"],[15091,"cosmic::iced::advanced::graphics::image::image_rs::codecs::openexr"],[15093,"cosmic::iced::advanced::graphics::image::image_rs::codecs::png"],[15110,"cosmic::iced::advanced::graphics::image::image_rs::codecs::pnm"],[15149,"cosmic::iced::advanced::graphics::image::image_rs::codecs::qoi"],[15151,"cosmic::iced::advanced::graphics::image::image_rs::codecs::tga"],[15153,"cosmic::iced::advanced::graphics::image::image_rs::codecs::tiff"],[15156,"cosmic::iced::advanced::graphics::image::image_rs::codecs::webp"],[15160,"cosmic::iced::advanced::graphics::image::image_rs::codecs::webp::vp8"],[15170,"cosmic::iced::advanced::graphics::image::image_rs::error"],[15203,"cosmic::iced::advanced::graphics::image::image_rs::error::LimitErrorKind"],[15205,"cosmic::iced::advanced::graphics::image::image_rs::flat"],[15229,"cosmic::iced::advanced::graphics::image::image_rs::imageops"],[15283,"cosmic::iced::advanced::graphics::image::image_rs::imageops::colorops"],[15303,"cosmic::iced::advanced::graphics::image::image_rs::io"],[15309,"cosmic::iced::advanced::graphics::image::image_rs::math"],[15314,"cosmic::iced::advanced::graphics::mesh"],[15326,"cosmic::iced::advanced::graphics::mesh::Mesh"],[15330,"cosmic::iced::advanced::graphics::renderer"],[15331,"cosmic::iced::advanced::graphics::text"],[15349,"cosmic::iced::advanced::graphics::text::cache"],[15361,"cosmic::iced::advanced::graphics::text::cosmic_text"],[15645,"cosmic::iced::advanced::graphics::text::cosmic_text::Action"],[15654,"cosmic::iced::advanced::graphics::text::cosmic_text::fontdb"],[15904,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz"],[15942,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::script"],[16100,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser"],[16560,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::ankr"],[16564,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout"],[16578,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::class"],[16581,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::state"],[16582,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::avar"],[16589,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cbdt"],[16590,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cblc"],[16591,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff"],[16599,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff2"],[16600,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cmap"],[16634,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::colr"],[16639,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::cpal"],[16640,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::feat"],[16653,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::fvar"],[16662,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gdef"],[16668,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::glyf"],[16669,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos"],[16733,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::PairAdjustment"],[16738,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::SingleAdjustment"],[16742,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub"],[16778,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub::SingleSubstitution"],[16782,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::gvar"],[16783,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::head"],[16790,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::hhea"],[16795,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::hmtx"],[16802,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::hvar"],[16803,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::kern"],[16825,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::kerx"],[16854,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::loca"],[16857,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::math"],[16899,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::maxp"],[16901,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::morx"],[16943,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::mvar"],[16944,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::name"],[16960,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::name_id"],[16985,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout"],[17058,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ChainedContextLookup"],[17070,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ClassDefinition"],[17073,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ContextLookup"],[17081,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::Coverage"],[17083,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::os2"],[17121,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::post"],[17126,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::sbix"],[17133,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::svg"],[17141,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::trak"],[17153,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::vhea"],[17158,"cosmic::iced::advanced::graphics::text::cosmic_text::rustybuzz::ttf_parser::vorg"],[17164,"cosmic::iced::advanced::graphics::text::editor"],[17167,"cosmic::iced::advanced::graphics::text::paragraph"],[17172,"cosmic::iced::advanced::image"],[17185,"cosmic::iced::advanced::image::Data"],[17188,"cosmic::iced::advanced::layout"],[17198,"cosmic::iced::advanced::layout::flex"],[17202,"cosmic::iced::advanced::mouse"],[17235,"cosmic::iced::advanced::mouse::Event"],[17237,"cosmic::iced::advanced::mouse::ScrollDelta"],[17241,"cosmic::iced::advanced::mouse::click"],[17246,"cosmic::iced::advanced::overlay"],[17257,"cosmic::iced::advanced::renderer"],[17271,"cosmic::iced::advanced::subscription"],[17276,"cosmic::iced::advanced::svg"],[17283,"cosmic::iced::advanced::text"],[17355,"cosmic::iced::advanced::text::editor"],[17401,"cosmic::iced::advanced::text::editor::Action"],[17402,"cosmic::iced::advanced::text::highlighter"],[17415,"cosmic::iced::advanced::widget"],[17451,"cosmic::iced::advanced::widget::operation"],[17487,"cosmic::iced::advanced::widget::operation::focusable"],[17499,"cosmic::iced::advanced::widget::operation::scrollable"],[17510,"cosmic::iced::advanced::widget::operation::text_input"],[17519,"cosmic::iced::advanced::widget::text"],[17534,"cosmic::iced::advanced::widget::tree"],[17544,"cosmic::iced::application"],[17565,"cosmic::iced::clipboard"],[17571,"cosmic::iced::clipboard::dnd"],[17988,"cosmic::iced::clipboard::dnd::Icon"],[17992,"cosmic::iced::clipboard::dnd::OfferEvent"],[18000,"cosmic::iced::clipboard::mime"],[18151,"cosmic::iced::clipboard::mime::platform"],[18152,"cosmic::iced::command"],[18154,"cosmic::iced::event"],[18171,"cosmic::iced::executor"],[18176,"cosmic::iced::font"],[18214,"cosmic::iced::keyboard"],[18230,"cosmic::iced::keyboard::Event"],[18237,"cosmic::iced::mouse"],[18268,"cosmic::iced::mouse::Event"],[18270,"cosmic::iced::mouse::ScrollDelta"],[18274,"cosmic::iced::overlay"],[18276,"cosmic::iced::overlay::menu"],[18287,"cosmic::iced::settings"],[18296,"cosmic::iced::subscription"],[18301,"cosmic::iced::time"],[18304,"cosmic::iced::touch"],[18310,"cosmic::iced::touch::Event"],[18318,"cosmic::iced::widget"],[18416,"cosmic::iced::widget::button"],[18439,"cosmic::iced::widget::canvas"],[18494,"cosmic::iced::widget::canvas::event"],[18501,"cosmic::iced::widget::checkbox"],[18517,"cosmic::iced::widget::combo_box"],[18521,"cosmic::iced::widget::container"],[18534,"cosmic::iced::widget::image"],[18544,"cosmic::iced::widget::image::viewer"],[18547,"cosmic::iced::widget::keyed"],[18549,"cosmic::iced::widget::keyed::column"],[18550,"cosmic::iced::widget::pane_grid"],[18611,"cosmic::iced::widget::pane_grid::Configuration"],[18615,"cosmic::iced::widget::pane_grid::DragEvent"],[18619,"cosmic::iced::widget::pane_grid::Node"],[18624,"cosmic::iced::widget::pane_grid::state"],[18633,"cosmic::iced::widget::pane_grid::state::Action"],[18639,"cosmic::iced::widget::pick_list"],[18667,"cosmic::iced::widget::pick_list::Handle"],[18670,"cosmic::iced::widget::progress_bar"],[18678,"cosmic::iced::widget::radio"],[18689,"cosmic::iced::widget::rule"],[18703,"cosmic::iced::widget::scrollable"],[18741,"cosmic::iced::widget::scrollable::Direction"],[18743,"cosmic::iced::widget::slider"],[18772,"cosmic::iced::widget::slider::HandleShape"],[18776,"cosmic::iced::widget::slider::RailBackground"],[18778,"cosmic::iced::widget::space"],[18779,"cosmic::iced::widget::svg"],[18787,"cosmic::iced::widget::text"],[18802,"cosmic::iced::widget::text_editor"],[18845,"cosmic::iced::widget::text_editor::Action"],[18846,"cosmic::iced::widget::text_input"],[18884,"cosmic::iced::widget::text_input::cursor"],[18888,"cosmic::iced::widget::text_input::cursor::State"],[18890,"cosmic::iced::widget::theme"],[18963,"cosmic::iced::widget::theme::palette"],[19002,"cosmic::iced::widget::toggler"],[19015,"cosmic::iced::widget::tooltip"],[19022,"cosmic::iced::widget::vertical_slider"],[19044,"cosmic::iced::widget::vertical_slider::HandleShape"],[19048,"cosmic::iced::window"],[19146,"cosmic::iced::window::Event"],[19152,"cosmic::iced::window::icon"],[19200,"cosmic::iced::window::screenshot"],[19206,"cosmic::iced::window::settings"],[19222,"cosmic::iced_core"],[19366,"cosmic::iced_core::alignment"],[19378,"cosmic::iced_core::border"],[19383,"cosmic::iced_core::clipboard"],[19406,"cosmic::iced_core::event"],[19420,"cosmic::iced_core::font"],[19456,"cosmic::iced_core::gradient"],[19464,"cosmic::iced_core::id"],[19472,"cosmic::iced_core::image"],[19485,"cosmic::iced_core::image::Data"],[19488,"cosmic::iced_core::keyboard"],[19503,"cosmic::iced_core::keyboard::Event"],[19510,"cosmic::iced_core::keyboard::key"],[19821,"cosmic::iced_core::layout"],[19831,"cosmic::iced_core::layout::flex"],[19835,"cosmic::iced_core::mouse"],[19868,"cosmic::iced_core::mouse::Event"],[19870,"cosmic::iced_core::mouse::ScrollDelta"],[19874,"cosmic::iced_core::mouse::click"],[19879,"cosmic::iced_core::overlay"],[19890,"cosmic::iced_core::renderer"],[19904,"cosmic::iced_core::svg"],[19911,"cosmic::iced_core::text"],[19983,"cosmic::iced_core::text::editor"],[20029,"cosmic::iced_core::text::editor::Action"],[20030,"cosmic::iced_core::text::highlighter"],[20043,"cosmic::iced_core::time"],[20045,"cosmic::iced_core::touch"],[20051,"cosmic::iced_core::touch::Event"],[20059,"cosmic::iced_core::widget"],[20095,"cosmic::iced_core::widget::operation"],[20131,"cosmic::iced_core::widget::operation::focusable"],[20143,"cosmic::iced_core::widget::operation::scrollable"],[20154,"cosmic::iced_core::widget::operation::text_input"],[20163,"cosmic::iced_core::widget::text"],[20178,"cosmic::iced_core::widget::tree"],[20188,"cosmic::iced_core::window"],[20236,"cosmic::iced_core::window::Event"],[20242,"cosmic::iced_core::window::icon"],[20247,"cosmic::iced_core::window::icon::Error"],[20252,"cosmic::iced_core::window::settings"],[20268,"cosmic::iced_futures"],[20284,"cosmic::iced_futures::backend"],[20287,"cosmic::iced_futures::backend::default"],[20288,"cosmic::iced_futures::backend::native"],[20290,"cosmic::iced_futures::backend::native::thread_pool"],[20292,"cosmic::iced_futures::backend::native::tokio"],[20294,"cosmic::iced_futures::backend::native::tokio::time"],[20295,"cosmic::iced_futures::backend::null"],[20297,"cosmic::iced_futures::core"],[20441,"cosmic::iced_futures::core::alignment"],[20453,"cosmic::iced_futures::core::border"],[20458,"cosmic::iced_futures::core::clipboard"],[20481,"cosmic::iced_futures::core::event"],[20495,"cosmic::iced_futures::core::font"],[20531,"cosmic::iced_futures::core::gradient"],[20539,"cosmic::iced_futures::core::id"],[20547,"cosmic::iced_futures::core::image"],[20560,"cosmic::iced_futures::core::image::Data"],[20563,"cosmic::iced_futures::core::keyboard"],[20578,"cosmic::iced_futures::core::keyboard::Event"],[20585,"cosmic::iced_futures::core::keyboard::key"],[20896,"cosmic::iced_futures::core::layout"],[20906,"cosmic::iced_futures::core::layout::flex"],[20910,"cosmic::iced_futures::core::mouse"],[20943,"cosmic::iced_futures::core::mouse::Event"],[20945,"cosmic::iced_futures::core::mouse::ScrollDelta"],[20949,"cosmic::iced_futures::core::mouse::click"],[20954,"cosmic::iced_futures::core::overlay"],[20965,"cosmic::iced_futures::core::renderer"],[20979,"cosmic::iced_futures::core::svg"],[20986,"cosmic::iced_futures::core::text"],[21058,"cosmic::iced_futures::core::text::editor"],[21104,"cosmic::iced_futures::core::text::editor::Action"],[21105,"cosmic::iced_futures::core::text::highlighter"],[21118,"cosmic::iced_futures::core::time"],[21120,"cosmic::iced_futures::core::touch"],[21126,"cosmic::iced_futures::core::touch::Event"],[21134,"cosmic::iced_futures::core::widget"],[21170,"cosmic::iced_futures::core::widget::operation"],[21206,"cosmic::iced_futures::core::widget::operation::focusable"],[21218,"cosmic::iced_futures::core::widget::operation::scrollable"],[21229,"cosmic::iced_futures::core::widget::operation::text_input"],[21238,"cosmic::iced_futures::core::widget::text"],[21253,"cosmic::iced_futures::core::widget::tree"],[21263,"cosmic::iced_futures::core::window"],[21311,"cosmic::iced_futures::core::window::Event"],[21317,"cosmic::iced_futures::core::window::icon"],[21322,"cosmic::iced_futures::core::window::icon::Error"],[21327,"cosmic::iced_futures::core::window::settings"],[21343,"cosmic::iced_futures::event"],[21346,"cosmic::iced_futures::executor"],[21350,"cosmic::iced_futures::futures"],[21554,"cosmic::iced_futures::futures::channel"],[21556,"cosmic::iced_futures::futures::channel::mpsc"],[21565,"cosmic::iced_futures::futures::channel::oneshot"],[21570,"cosmic::iced_futures::futures::executor"],[21580,"cosmic::iced_futures::futures::io"],[21709,"cosmic::iced_futures::futures::lock"],[21715,"cosmic::iced_futures::futures::never"],[21716,"cosmic::iced_futures::futures::prelude"],[21908,"cosmic::iced_futures::futures::prelude::future"],[22048,"cosmic::iced_futures::futures::prelude::sink"],[22087,"cosmic::iced_futures::futures::prelude::stream"],[22288,"cosmic::iced_futures::futures::prelude::stream::futures_unordered"],[22294,"cosmic::iced_futures::futures::prelude::stream::select_all"],[22299,"cosmic::iced_futures::futures::task"],[22333,"cosmic::iced_futures::keyboard"],[22335,"cosmic::iced_futures::subscription"],[22346,"cosmic::iced_renderer"],[22358,"cosmic::iced_renderer::compositor"],[22362,"cosmic::iced_renderer::geometry"],[22367,"cosmic::iced_renderer::graphics"],[22423,"cosmic::iced_renderer::graphics::Mesh"],[22427,"cosmic::iced_renderer::graphics::Primitive"],[22462,"cosmic::iced_renderer::graphics::backend"],[22470,"cosmic::iced_renderer::graphics::color"],[22473,"cosmic::iced_renderer::graphics::compositor"],[22496,"cosmic::iced_renderer::graphics::core"],[22640,"cosmic::iced_renderer::graphics::core::alignment"],[22652,"cosmic::iced_renderer::graphics::core::border"],[22657,"cosmic::iced_renderer::graphics::core::clipboard"],[22680,"cosmic::iced_renderer::graphics::core::event"],[22694,"cosmic::iced_renderer::graphics::core::font"],[22730,"cosmic::iced_renderer::graphics::core::gradient"],[22738,"cosmic::iced_renderer::graphics::core::id"],[22746,"cosmic::iced_renderer::graphics::core::image"],[22759,"cosmic::iced_renderer::graphics::core::image::Data"],[22762,"cosmic::iced_renderer::graphics::core::keyboard"],[22777,"cosmic::iced_renderer::graphics::core::keyboard::Event"],[22784,"cosmic::iced_renderer::graphics::core::keyboard::key"],[23095,"cosmic::iced_renderer::graphics::core::layout"],[23105,"cosmic::iced_renderer::graphics::core::layout::flex"],[23109,"cosmic::iced_renderer::graphics::core::mouse"],[23142,"cosmic::iced_renderer::graphics::core::mouse::Event"],[23144,"cosmic::iced_renderer::graphics::core::mouse::ScrollDelta"],[23148,"cosmic::iced_renderer::graphics::core::mouse::click"],[23153,"cosmic::iced_renderer::graphics::core::overlay"],[23164,"cosmic::iced_renderer::graphics::core::renderer"],[23178,"cosmic::iced_renderer::graphics::core::svg"],[23185,"cosmic::iced_renderer::graphics::core::text"],[23257,"cosmic::iced_renderer::graphics::core::text::editor"],[23303,"cosmic::iced_renderer::graphics::core::text::editor::Action"],[23304,"cosmic::iced_renderer::graphics::core::text::highlighter"],[23317,"cosmic::iced_renderer::graphics::core::time"],[23319,"cosmic::iced_renderer::graphics::core::touch"],[23325,"cosmic::iced_renderer::graphics::core::touch::Event"],[23333,"cosmic::iced_renderer::graphics::core::widget"],[23369,"cosmic::iced_renderer::graphics::core::widget::operation"],[23405,"cosmic::iced_renderer::graphics::core::widget::operation::focusable"],[23417,"cosmic::iced_renderer::graphics::core::widget::operation::scrollable"],[23428,"cosmic::iced_renderer::graphics::core::widget::operation::text_input"],[23437,"cosmic::iced_renderer::graphics::core::widget::text"],[23452,"cosmic::iced_renderer::graphics::core::widget::tree"],[23462,"cosmic::iced_renderer::graphics::core::window"],[23510,"cosmic::iced_renderer::graphics::core::window::Event"],[23516,"cosmic::iced_renderer::graphics::core::window::icon"],[23521,"cosmic::iced_renderer::graphics::core::window::icon::Error"],[23526,"cosmic::iced_renderer::graphics::core::window::settings"],[23542,"cosmic::iced_renderer::graphics::damage"],[23546,"cosmic::iced_renderer::graphics::futures"],[23562,"cosmic::iced_renderer::graphics::futures::backend"],[23565,"cosmic::iced_renderer::graphics::futures::backend::default"],[23566,"cosmic::iced_renderer::graphics::futures::backend::native"],[23568,"cosmic::iced_renderer::graphics::futures::backend::native::thread_pool"],[23570,"cosmic::iced_renderer::graphics::futures::backend::native::tokio"],[23572,"cosmic::iced_renderer::graphics::futures::backend::native::tokio::time"],[23573,"cosmic::iced_renderer::graphics::futures::backend::null"],[23575,"cosmic::iced_renderer::graphics::futures::event"],[23578,"cosmic::iced_renderer::graphics::futures::executor"],[23582,"cosmic::iced_renderer::graphics::futures::futures"],[23786,"cosmic::iced_renderer::graphics::futures::futures::channel"],[23788,"cosmic::iced_renderer::graphics::futures::futures::channel::mpsc"],[23797,"cosmic::iced_renderer::graphics::futures::futures::channel::oneshot"],[23802,"cosmic::iced_renderer::graphics::futures::futures::executor"],[23812,"cosmic::iced_renderer::graphics::futures::futures::io"],[23941,"cosmic::iced_renderer::graphics::futures::futures::lock"],[23947,"cosmic::iced_renderer::graphics::futures::futures::never"],[23948,"cosmic::iced_renderer::graphics::futures::futures::prelude"],[24140,"cosmic::iced_renderer::graphics::futures::futures::prelude::future"],[24280,"cosmic::iced_renderer::graphics::futures::futures::prelude::sink"],[24319,"cosmic::iced_renderer::graphics::futures::futures::prelude::stream"],[24520,"cosmic::iced_renderer::graphics::futures::futures::prelude::stream::futures_unordered"],[24526,"cosmic::iced_renderer::graphics::futures::futures::prelude::stream::select_all"],[24531,"cosmic::iced_renderer::graphics::futures::futures::task"],[24565,"cosmic::iced_renderer::graphics::futures::keyboard"],[24567,"cosmic::iced_renderer::graphics::futures::subscription"],[24578,"cosmic::iced_renderer::graphics::geometry"],[24620,"cosmic::iced_renderer::graphics::geometry::fill"],[24629,"cosmic::iced_renderer::graphics::geometry::path"],[24637,"cosmic::iced_renderer::graphics::geometry::path::arc"],[24648,"cosmic::iced_renderer::graphics::geometry::path::lyon_path"],[24729,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::Event"],[24742,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::IdEvent"],[24755,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::PathEvent"],[24768,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::builder"],[24823,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::commands"],[24830,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom"],[24936,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::arc"],[24952,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::arrayvec"],[24957,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::cubic_bezier"],[24963,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid"],[25077,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid::approxeq"],[25081,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid::approxord"],[25083,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid::default"],[25166,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::euclid::num"],[25176,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::quadratic_bezier"],[25183,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::traits"],[25203,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::geom::utils"],[25209,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::iterator"],[25216,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::math"],[25246,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::path"],[25255,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::path_buffer"],[25260,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::polygon"],[25270,"cosmic::iced_renderer::graphics::geometry::path::lyon_path::traits"],[25319,"cosmic::iced_renderer::graphics::geometry::stroke"],[25339,"cosmic::iced_renderer::graphics::gradient"],[25347,"cosmic::iced_renderer::graphics::image"],[25348,"cosmic::iced_renderer::graphics::image::image_rs"],[25544,"cosmic::iced_renderer::graphics::image::image_rs::buffer"],[25554,"cosmic::iced_renderer::graphics::image::image_rs::codecs"],[25569,"cosmic::iced_renderer::graphics::image::image_rs::codecs::bmp"],[25571,"cosmic::iced_renderer::graphics::image::image_rs::codecs::dds"],[25572,"cosmic::iced_renderer::graphics::image::image_rs::codecs::dxt"],[25579,"cosmic::iced_renderer::graphics::image::image_rs::codecs::farbfeld"],[25582,"cosmic::iced_renderer::graphics::image::image_rs::codecs::gif"],[25588,"cosmic::iced_renderer::graphics::image::image_rs::codecs::hdr"],[25608,"cosmic::iced_renderer::graphics::image::image_rs::codecs::ico"],[25611,"cosmic::iced_renderer::graphics::image::image_rs::codecs::jpeg"],[25620,"cosmic::iced_renderer::graphics::image::image_rs::codecs::openexr"],[25622,"cosmic::iced_renderer::graphics::image::image_rs::codecs::png"],[25639,"cosmic::iced_renderer::graphics::image::image_rs::codecs::pnm"],[25678,"cosmic::iced_renderer::graphics::image::image_rs::codecs::qoi"],[25680,"cosmic::iced_renderer::graphics::image::image_rs::codecs::tga"],[25682,"cosmic::iced_renderer::graphics::image::image_rs::codecs::tiff"],[25685,"cosmic::iced_renderer::graphics::image::image_rs::codecs::webp"],[25689,"cosmic::iced_renderer::graphics::image::image_rs::codecs::webp::vp8"],[25699,"cosmic::iced_renderer::graphics::image::image_rs::error"],[25732,"cosmic::iced_renderer::graphics::image::image_rs::error::LimitErrorKind"],[25734,"cosmic::iced_renderer::graphics::image::image_rs::flat"],[25758,"cosmic::iced_renderer::graphics::image::image_rs::imageops"],[25812,"cosmic::iced_renderer::graphics::image::image_rs::imageops::colorops"],[25832,"cosmic::iced_renderer::graphics::image::image_rs::io"],[25838,"cosmic::iced_renderer::graphics::image::image_rs::math"],[25843,"cosmic::iced_renderer::graphics::mesh"],[25855,"cosmic::iced_renderer::graphics::mesh::Mesh"],[25859,"cosmic::iced_renderer::graphics::renderer"],[25860,"cosmic::iced_renderer::graphics::text"],[25878,"cosmic::iced_renderer::graphics::text::cache"],[25890,"cosmic::iced_renderer::graphics::text::cosmic_text"],[26174,"cosmic::iced_renderer::graphics::text::cosmic_text::Action"],[26183,"cosmic::iced_renderer::graphics::text::cosmic_text::fontdb"],[26433,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz"],[26471,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::script"],[26629,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser"],[27089,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::ankr"],[27093,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout"],[27107,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::class"],[27110,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::state"],[27111,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::avar"],[27118,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cbdt"],[27119,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cblc"],[27120,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff"],[27128,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff2"],[27129,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cmap"],[27163,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::colr"],[27168,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cpal"],[27169,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::feat"],[27182,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::fvar"],[27191,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gdef"],[27197,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::glyf"],[27198,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos"],[27262,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::PairAdjustment"],[27267,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::SingleAdjustment"],[27271,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub"],[27307,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub::SingleSubstitution"],[27311,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gvar"],[27312,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::head"],[27319,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hhea"],[27324,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hmtx"],[27331,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hvar"],[27332,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::kern"],[27354,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::kerx"],[27383,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::loca"],[27386,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::math"],[27428,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::maxp"],[27430,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::morx"],[27472,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::mvar"],[27473,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::name"],[27489,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::name_id"],[27514,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout"],[27587,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ChainedContextLookup"],[27599,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ClassDefinition"],[27602,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ContextLookup"],[27610,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::Coverage"],[27612,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::os2"],[27650,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::post"],[27655,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::sbix"],[27662,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::svg"],[27670,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::trak"],[27682,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::vhea"],[27687,"cosmic::iced_renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::vorg"],[27693,"cosmic::iced_renderer::graphics::text::editor"],[27696,"cosmic::iced_renderer::graphics::text::paragraph"],[27701,"cosmic::iced_runtime"],[27725,"cosmic::iced_runtime::clipboard"],[27742,"cosmic::iced_runtime::command"],[27755,"cosmic::iced_runtime::command::Action"],[27757,"cosmic::iced_runtime::command::platform_specific"],[27759,"cosmic::iced_runtime::core"],[27903,"cosmic::iced_runtime::core::alignment"],[27915,"cosmic::iced_runtime::core::border"],[27920,"cosmic::iced_runtime::core::clipboard"],[27943,"cosmic::iced_runtime::core::event"],[27957,"cosmic::iced_runtime::core::font"],[27993,"cosmic::iced_runtime::core::gradient"],[28001,"cosmic::iced_runtime::core::id"],[28009,"cosmic::iced_runtime::core::image"],[28022,"cosmic::iced_runtime::core::image::Data"],[28025,"cosmic::iced_runtime::core::keyboard"],[28039,"cosmic::iced_runtime::core::keyboard::Event"],[28046,"cosmic::iced_runtime::core::layout"],[28056,"cosmic::iced_runtime::core::layout::flex"],[28060,"cosmic::iced_runtime::core::mouse"],[28093,"cosmic::iced_runtime::core::mouse::Event"],[28095,"cosmic::iced_runtime::core::mouse::ScrollDelta"],[28099,"cosmic::iced_runtime::core::mouse::click"],[28104,"cosmic::iced_runtime::core::overlay"],[28115,"cosmic::iced_runtime::core::renderer"],[28129,"cosmic::iced_runtime::core::svg"],[28136,"cosmic::iced_runtime::core::text"],[28208,"cosmic::iced_runtime::core::text::editor"],[28254,"cosmic::iced_runtime::core::text::editor::Action"],[28255,"cosmic::iced_runtime::core::text::highlighter"],[28268,"cosmic::iced_runtime::core::time"],[28270,"cosmic::iced_runtime::core::touch"],[28276,"cosmic::iced_runtime::core::touch::Event"],[28284,"cosmic::iced_runtime::core::widget"],[28320,"cosmic::iced_runtime::core::widget::operation"],[28356,"cosmic::iced_runtime::core::widget::operation::focusable"],[28368,"cosmic::iced_runtime::core::widget::operation::scrollable"],[28379,"cosmic::iced_runtime::core::widget::operation::text_input"],[28388,"cosmic::iced_runtime::core::widget::text"],[28403,"cosmic::iced_runtime::core::widget::tree"],[28413,"cosmic::iced_runtime::core::window"],[28461,"cosmic::iced_runtime::core::window::Event"],[28467,"cosmic::iced_runtime::core::window::icon"],[28472,"cosmic::iced_runtime::core::window::icon::Error"],[28477,"cosmic::iced_runtime::core::window::settings"],[28493,"cosmic::iced_runtime::dnd"],[28504,"cosmic::iced_runtime::dnd::DndAction"],[28511,"cosmic::iced_runtime::font"],[28549,"cosmic::iced_runtime::futures"],[28565,"cosmic::iced_runtime::futures::backend"],[28568,"cosmic::iced_runtime::futures::backend::default"],[28569,"cosmic::iced_runtime::futures::backend::native"],[28571,"cosmic::iced_runtime::futures::backend::native::thread_pool"],[28573,"cosmic::iced_runtime::futures::backend::native::tokio"],[28575,"cosmic::iced_runtime::futures::backend::native::tokio::time"],[28576,"cosmic::iced_runtime::futures::backend::null"],[28578,"cosmic::iced_runtime::futures::event"],[28581,"cosmic::iced_runtime::futures::executor"],[28585,"cosmic::iced_runtime::futures::futures"],[28789,"cosmic::iced_runtime::futures::futures::channel"],[28791,"cosmic::iced_runtime::futures::futures::channel::mpsc"],[28800,"cosmic::iced_runtime::futures::futures::channel::oneshot"],[28805,"cosmic::iced_runtime::futures::futures::executor"],[28815,"cosmic::iced_runtime::futures::futures::io"],[28944,"cosmic::iced_runtime::futures::futures::lock"],[28950,"cosmic::iced_runtime::futures::futures::never"],[28951,"cosmic::iced_runtime::futures::futures::prelude"],[29143,"cosmic::iced_runtime::futures::futures::prelude::future"],[29283,"cosmic::iced_runtime::futures::futures::prelude::sink"],[29322,"cosmic::iced_runtime::futures::futures::prelude::stream"],[29523,"cosmic::iced_runtime::futures::futures::prelude::stream::futures_unordered"],[29529,"cosmic::iced_runtime::futures::futures::prelude::stream::select_all"],[29534,"cosmic::iced_runtime::futures::futures::task"],[29568,"cosmic::iced_runtime::futures::keyboard"],[29570,"cosmic::iced_runtime::futures::subscription"],[29581,"cosmic::iced_runtime::keyboard"],[29596,"cosmic::iced_runtime::keyboard::Event"],[29603,"cosmic::iced_runtime::keyboard::key"],[29914,"cosmic::iced_runtime::overlay"],[29915,"cosmic::iced_runtime::program"],[29922,"cosmic::iced_runtime::system"],[29935,"cosmic::iced_runtime::user_interface"],[29940,"cosmic::iced_runtime::user_interface::State"],[29941,"cosmic::iced_runtime::window"],[29990,"cosmic::iced_runtime::window::screenshot"],[29996,"cosmic::iced_style"],[30017,"cosmic::iced_style::application"],[30024,"cosmic::iced_style::button"],[30040,"cosmic::iced_style::checkbox"],[30049,"cosmic::iced_style::container"],[30058,"cosmic::iced_style::core"],[30202,"cosmic::iced_style::core::alignment"],[30214,"cosmic::iced_style::core::border"],[30219,"cosmic::iced_style::core::clipboard"],[30242,"cosmic::iced_style::core::event"],[30256,"cosmic::iced_style::core::font"],[30292,"cosmic::iced_style::core::gradient"],[30300,"cosmic::iced_style::core::id"],[30308,"cosmic::iced_style::core::image"],[30321,"cosmic::iced_style::core::image::Data"],[30324,"cosmic::iced_style::core::keyboard"],[30339,"cosmic::iced_style::core::keyboard::Event"],[30346,"cosmic::iced_style::core::keyboard::key"],[30657,"cosmic::iced_style::core::layout"],[30667,"cosmic::iced_style::core::layout::flex"],[30671,"cosmic::iced_style::core::mouse"],[30704,"cosmic::iced_style::core::mouse::Event"],[30706,"cosmic::iced_style::core::mouse::ScrollDelta"],[30710,"cosmic::iced_style::core::mouse::click"],[30715,"cosmic::iced_style::core::overlay"],[30726,"cosmic::iced_style::core::renderer"],[30740,"cosmic::iced_style::core::svg"],[30747,"cosmic::iced_style::core::text"],[30819,"cosmic::iced_style::core::text::editor"],[30865,"cosmic::iced_style::core::text::editor::Action"],[30866,"cosmic::iced_style::core::text::highlighter"],[30879,"cosmic::iced_style::core::time"],[30881,"cosmic::iced_style::core::touch"],[30887,"cosmic::iced_style::core::touch::Event"],[30895,"cosmic::iced_style::core::widget"],[30931,"cosmic::iced_style::core::widget::operation"],[30967,"cosmic::iced_style::core::widget::operation::focusable"],[30979,"cosmic::iced_style::core::widget::operation::scrollable"],[30990,"cosmic::iced_style::core::widget::operation::text_input"],[30999,"cosmic::iced_style::core::widget::text"],[31014,"cosmic::iced_style::core::widget::tree"],[31024,"cosmic::iced_style::core::window"],[31072,"cosmic::iced_style::core::window::Event"],[31078,"cosmic::iced_style::core::window::icon"],[31083,"cosmic::iced_style::core::window::icon::Error"],[31088,"cosmic::iced_style::core::window::settings"],[31104,"cosmic::iced_style::menu"],[31113,"cosmic::iced_style::pane_grid"],[31124,"cosmic::iced_style::pick_list"],[31134,"cosmic::iced_style::progress_bar"],[31141,"cosmic::iced_style::radio"],[31151,"cosmic::iced_style::rule"],[31164,"cosmic::iced_style::scrollable"],[31179,"cosmic::iced_style::slider"],[31205,"cosmic::iced_style::slider::HandleShape"],[31209,"cosmic::iced_style::slider::RailBackground"],[31211,"cosmic::iced_style::svg"],[31217,"cosmic::iced_style::text_editor"],[31230,"cosmic::iced_style::text_input"],[31244,"cosmic::iced_style::theme"],[31317,"cosmic::iced_style::theme::palette"],[31356,"cosmic::iced_style::toggler"],[31368,"cosmic::iced_widget"],[32756,"cosmic::iced_widget::button"],[32828,"cosmic::iced_widget::canvas"],[32924,"cosmic::iced_widget::canvas::event"],[32931,"cosmic::iced_widget::canvas::fill"],[32940,"cosmic::iced_widget::canvas::gradient"],[32948,"cosmic::iced_widget::canvas::path"],[32956,"cosmic::iced_widget::canvas::path::arc"],[32967,"cosmic::iced_widget::canvas::path::lyon_path"],[33048,"cosmic::iced_widget::canvas::path::lyon_path::Event"],[33061,"cosmic::iced_widget::canvas::path::lyon_path::IdEvent"],[33074,"cosmic::iced_widget::canvas::path::lyon_path::PathEvent"],[33087,"cosmic::iced_widget::canvas::path::lyon_path::builder"],[33142,"cosmic::iced_widget::canvas::path::lyon_path::commands"],[33149,"cosmic::iced_widget::canvas::path::lyon_path::geom"],[33255,"cosmic::iced_widget::canvas::path::lyon_path::geom::arc"],[33271,"cosmic::iced_widget::canvas::path::lyon_path::geom::arrayvec"],[33276,"cosmic::iced_widget::canvas::path::lyon_path::geom::cubic_bezier"],[33282,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid"],[33396,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid::approxeq"],[33400,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid::approxord"],[33402,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid::default"],[33485,"cosmic::iced_widget::canvas::path::lyon_path::geom::euclid::num"],[33495,"cosmic::iced_widget::canvas::path::lyon_path::geom::quadratic_bezier"],[33502,"cosmic::iced_widget::canvas::path::lyon_path::geom::traits"],[33522,"cosmic::iced_widget::canvas::path::lyon_path::geom::utils"],[33528,"cosmic::iced_widget::canvas::path::lyon_path::iterator"],[33535,"cosmic::iced_widget::canvas::path::lyon_path::math"],[33565,"cosmic::iced_widget::canvas::path::lyon_path::path"],[33574,"cosmic::iced_widget::canvas::path::lyon_path::path_buffer"],[33579,"cosmic::iced_widget::canvas::path::lyon_path::polygon"],[33589,"cosmic::iced_widget::canvas::path::lyon_path::traits"],[33638,"cosmic::iced_widget::canvas::stroke"],[33658,"cosmic::iced_widget::checkbox"],[33711,"cosmic::iced_widget::combo_box"],[33752,"cosmic::iced_widget::container"],[33765,"cosmic::iced_widget::image"],[33821,"cosmic::iced_widget::image::viewer"],[33863,"cosmic::iced_widget::keyed"],[33917,"cosmic::iced_widget::keyed::column"],[33918,"cosmic::iced_widget::overlay"],[33919,"cosmic::iced_widget::overlay::menu"],[34004,"cosmic::iced_widget::pane_grid"],[34659,"cosmic::iced_widget::pane_grid::Configuration"],[34663,"cosmic::iced_widget::pane_grid::DragEvent"],[34667,"cosmic::iced_widget::pane_grid::Node"],[34672,"cosmic::iced_widget::pane_grid::state"],[34759,"cosmic::iced_widget::pane_grid::state::Action"],[34765,"cosmic::iced_widget::pick_list"],[34901,"cosmic::iced_widget::pick_list::Handle"],[34904,"cosmic::iced_widget::progress_bar"],[34912,"cosmic::iced_widget::radio"],[34923,"cosmic::iced_widget::renderer"],[35043,"cosmic::iced_widget::renderer::compositor"],[35078,"cosmic::iced_widget::renderer::geometry"],[35167,"cosmic::iced_widget::renderer::graphics"],[35222,"cosmic::iced_widget::renderer::graphics::Mesh"],[35226,"cosmic::iced_widget::renderer::graphics::Primitive"],[35261,"cosmic::iced_widget::renderer::graphics::backend"],[35269,"cosmic::iced_widget::renderer::graphics::color"],[35272,"cosmic::iced_widget::renderer::graphics::compositor"],[35295,"cosmic::iced_widget::renderer::graphics::core"],[35439,"cosmic::iced_widget::renderer::graphics::core::alignment"],[35451,"cosmic::iced_widget::renderer::graphics::core::border"],[35456,"cosmic::iced_widget::renderer::graphics::core::clipboard"],[35479,"cosmic::iced_widget::renderer::graphics::core::event"],[35493,"cosmic::iced_widget::renderer::graphics::core::font"],[35529,"cosmic::iced_widget::renderer::graphics::core::gradient"],[35537,"cosmic::iced_widget::renderer::graphics::core::id"],[35545,"cosmic::iced_widget::renderer::graphics::core::image"],[35558,"cosmic::iced_widget::renderer::graphics::core::image::Data"],[35561,"cosmic::iced_widget::renderer::graphics::core::keyboard"],[35576,"cosmic::iced_widget::renderer::graphics::core::keyboard::Event"],[35583,"cosmic::iced_widget::renderer::graphics::core::keyboard::key"],[35894,"cosmic::iced_widget::renderer::graphics::core::layout"],[35904,"cosmic::iced_widget::renderer::graphics::core::layout::flex"],[35908,"cosmic::iced_widget::renderer::graphics::core::mouse"],[35941,"cosmic::iced_widget::renderer::graphics::core::mouse::Event"],[35943,"cosmic::iced_widget::renderer::graphics::core::mouse::ScrollDelta"],[35947,"cosmic::iced_widget::renderer::graphics::core::mouse::click"],[35952,"cosmic::iced_widget::renderer::graphics::core::overlay"],[35963,"cosmic::iced_widget::renderer::graphics::core::renderer"],[35977,"cosmic::iced_widget::renderer::graphics::core::svg"],[35984,"cosmic::iced_widget::renderer::graphics::core::text"],[36056,"cosmic::iced_widget::renderer::graphics::core::text::editor"],[36102,"cosmic::iced_widget::renderer::graphics::core::text::editor::Action"],[36103,"cosmic::iced_widget::renderer::graphics::core::text::highlighter"],[36116,"cosmic::iced_widget::renderer::graphics::core::time"],[36118,"cosmic::iced_widget::renderer::graphics::core::touch"],[36124,"cosmic::iced_widget::renderer::graphics::core::touch::Event"],[36132,"cosmic::iced_widget::renderer::graphics::core::widget"],[36168,"cosmic::iced_widget::renderer::graphics::core::widget::operation"],[36204,"cosmic::iced_widget::renderer::graphics::core::widget::operation::focusable"],[36216,"cosmic::iced_widget::renderer::graphics::core::widget::operation::scrollable"],[36227,"cosmic::iced_widget::renderer::graphics::core::widget::operation::text_input"],[36236,"cosmic::iced_widget::renderer::graphics::core::widget::text"],[36251,"cosmic::iced_widget::renderer::graphics::core::widget::tree"],[36261,"cosmic::iced_widget::renderer::graphics::core::window"],[36309,"cosmic::iced_widget::renderer::graphics::core::window::Event"],[36315,"cosmic::iced_widget::renderer::graphics::core::window::icon"],[36320,"cosmic::iced_widget::renderer::graphics::core::window::icon::Error"],[36325,"cosmic::iced_widget::renderer::graphics::core::window::settings"],[36341,"cosmic::iced_widget::renderer::graphics::damage"],[36345,"cosmic::iced_widget::renderer::graphics::futures"],[36361,"cosmic::iced_widget::renderer::graphics::futures::backend"],[36364,"cosmic::iced_widget::renderer::graphics::futures::backend::default"],[36365,"cosmic::iced_widget::renderer::graphics::futures::backend::native"],[36367,"cosmic::iced_widget::renderer::graphics::futures::backend::native::thread_pool"],[36369,"cosmic::iced_widget::renderer::graphics::futures::backend::native::tokio"],[36371,"cosmic::iced_widget::renderer::graphics::futures::backend::native::tokio::time"],[36372,"cosmic::iced_widget::renderer::graphics::futures::backend::null"],[36374,"cosmic::iced_widget::renderer::graphics::futures::event"],[36377,"cosmic::iced_widget::renderer::graphics::futures::executor"],[36381,"cosmic::iced_widget::renderer::graphics::futures::futures"],[36585,"cosmic::iced_widget::renderer::graphics::futures::futures::channel"],[36587,"cosmic::iced_widget::renderer::graphics::futures::futures::channel::mpsc"],[36596,"cosmic::iced_widget::renderer::graphics::futures::futures::channel::oneshot"],[36601,"cosmic::iced_widget::renderer::graphics::futures::futures::executor"],[36611,"cosmic::iced_widget::renderer::graphics::futures::futures::io"],[36740,"cosmic::iced_widget::renderer::graphics::futures::futures::lock"],[36746,"cosmic::iced_widget::renderer::graphics::futures::futures::never"],[36747,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude"],[36939,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::future"],[37079,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::sink"],[37118,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::stream"],[37319,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::stream::futures_unordered"],[37325,"cosmic::iced_widget::renderer::graphics::futures::futures::prelude::stream::select_all"],[37330,"cosmic::iced_widget::renderer::graphics::futures::futures::task"],[37364,"cosmic::iced_widget::renderer::graphics::futures::keyboard"],[37366,"cosmic::iced_widget::renderer::graphics::futures::subscription"],[37377,"cosmic::iced_widget::renderer::graphics::geometry"],[37416,"cosmic::iced_widget::renderer::graphics::image"],[37417,"cosmic::iced_widget::renderer::graphics::image::image_rs"],[37613,"cosmic::iced_widget::renderer::graphics::image::image_rs::buffer"],[37623,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs"],[37638,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::bmp"],[37640,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::dds"],[37641,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::dxt"],[37648,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::farbfeld"],[37651,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::gif"],[37657,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::hdr"],[37677,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::ico"],[37680,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::jpeg"],[37689,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::openexr"],[37691,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::png"],[37708,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::pnm"],[37747,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::qoi"],[37749,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::tga"],[37751,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::tiff"],[37754,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::webp"],[37758,"cosmic::iced_widget::renderer::graphics::image::image_rs::codecs::webp::vp8"],[37768,"cosmic::iced_widget::renderer::graphics::image::image_rs::error"],[37801,"cosmic::iced_widget::renderer::graphics::image::image_rs::error::LimitErrorKind"],[37803,"cosmic::iced_widget::renderer::graphics::image::image_rs::flat"],[37827,"cosmic::iced_widget::renderer::graphics::image::image_rs::imageops"],[37881,"cosmic::iced_widget::renderer::graphics::image::image_rs::imageops::colorops"],[37901,"cosmic::iced_widget::renderer::graphics::image::image_rs::io"],[37907,"cosmic::iced_widget::renderer::graphics::image::image_rs::math"],[37912,"cosmic::iced_widget::renderer::graphics::mesh"],[37924,"cosmic::iced_widget::renderer::graphics::mesh::Mesh"],[37928,"cosmic::iced_widget::renderer::graphics::renderer"],[37929,"cosmic::iced_widget::renderer::graphics::text"],[37947,"cosmic::iced_widget::renderer::graphics::text::cache"],[37959,"cosmic::iced_widget::renderer::graphics::text::cosmic_text"],[38243,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::Action"],[38252,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::fontdb"],[38502,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz"],[38540,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::script"],[38698,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser"],[39158,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::ankr"],[39162,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout"],[39176,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::class"],[39179,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::state"],[39180,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::avar"],[39187,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cbdt"],[39188,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cblc"],[39189,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff"],[39197,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff2"],[39198,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cmap"],[39232,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::colr"],[39237,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::cpal"],[39238,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::feat"],[39251,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::fvar"],[39260,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gdef"],[39266,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::glyf"],[39267,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos"],[39331,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::PairAdjustment"],[39336,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::SingleAdjustment"],[39340,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub"],[39376,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub::SingleSubstitution"],[39380,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::gvar"],[39381,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::head"],[39388,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hhea"],[39393,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hmtx"],[39400,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::hvar"],[39401,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::kern"],[39423,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::kerx"],[39452,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::loca"],[39455,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::math"],[39497,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::maxp"],[39499,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::morx"],[39541,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::mvar"],[39542,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::name"],[39558,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::name_id"],[39583,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout"],[39656,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ChainedContextLookup"],[39668,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ClassDefinition"],[39671,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ContextLookup"],[39679,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::Coverage"],[39681,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::os2"],[39719,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::post"],[39724,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::sbix"],[39731,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::svg"],[39739,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::trak"],[39751,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::vhea"],[39756,"cosmic::iced_widget::renderer::graphics::text::cosmic_text::rustybuzz::ttf_parser::vorg"],[39762,"cosmic::iced_widget::renderer::graphics::text::editor"],[39765,"cosmic::iced_widget::renderer::graphics::text::paragraph"],[39770,"cosmic::iced_widget::rule"],[39784,"cosmic::iced_widget::runtime"],[39808,"cosmic::iced_widget::runtime::clipboard"],[39825,"cosmic::iced_widget::runtime::command"],[39838,"cosmic::iced_widget::runtime::command::Action"],[39840,"cosmic::iced_widget::runtime::command::platform_specific"],[39842,"cosmic::iced_widget::runtime::dnd"],[39853,"cosmic::iced_widget::runtime::dnd::DndAction"],[39860,"cosmic::iced_widget::runtime::font"],[39898,"cosmic::iced_widget::runtime::keyboard"],[39912,"cosmic::iced_widget::runtime::keyboard::Event"],[39919,"cosmic::iced_widget::runtime::overlay"],[39920,"cosmic::iced_widget::runtime::program"],[39927,"cosmic::iced_widget::runtime::system"],[39940,"cosmic::iced_widget::runtime::user_interface"],[39945,"cosmic::iced_widget::runtime::user_interface::State"],[39946,"cosmic::iced_widget::runtime::window"],[39995,"cosmic::iced_widget::runtime::window::screenshot"],[40001,"cosmic::iced_widget::scrollable"],[40251,"cosmic::iced_widget::scrollable::Direction"],[40253,"cosmic::iced_widget::slider"],[40324,"cosmic::iced_widget::slider::HandleShape"],[40328,"cosmic::iced_widget::slider::RailBackground"],[40330,"cosmic::iced_widget::space"],[40331,"cosmic::iced_widget::style"],[40352,"cosmic::iced_widget::style::application"],[40359,"cosmic::iced_widget::style::button"],[40375,"cosmic::iced_widget::style::checkbox"],[40384,"cosmic::iced_widget::style::container"],[40393,"cosmic::iced_widget::style::menu"],[40402,"cosmic::iced_widget::style::pane_grid"],[40413,"cosmic::iced_widget::style::pick_list"],[40423,"cosmic::iced_widget::style::progress_bar"],[40430,"cosmic::iced_widget::style::radio"],[40440,"cosmic::iced_widget::style::rule"],[40453,"cosmic::iced_widget::style::scrollable"],[40468,"cosmic::iced_widget::style::slider"],[40494,"cosmic::iced_widget::style::slider::HandleShape"],[40498,"cosmic::iced_widget::style::slider::RailBackground"],[40500,"cosmic::iced_widget::style::svg"],[40506,"cosmic::iced_widget::style::text_editor"],[40519,"cosmic::iced_widget::style::text_input"],[40533,"cosmic::iced_widget::style::theme"],[40606,"cosmic::iced_widget::style::theme::palette"],[40645,"cosmic::iced_widget::style::toggler"],[40657,"cosmic::iced_widget::svg"],[40665,"cosmic::iced_widget::text"],[40680,"cosmic::iced_widget::text_editor"],[40765,"cosmic::iced_widget::text_editor::Action"],[40766,"cosmic::iced_widget::text_input"],[41020,"cosmic::iced_widget::text_input::cursor"],[41060,"cosmic::iced_widget::text_input::cursor::State"],[41062,"cosmic::iced_widget::toggler"],[41075,"cosmic::iced_widget::tooltip"],[41122,"cosmic::iced_widget::vertical_slider"],[41186,"cosmic::iced_widget::vertical_slider::HandleShape"],[41190,"cosmic::iced_winit"],[41381,"cosmic::iced_winit::application"],[41479,"cosmic::iced_winit::application::UserEventWrapper"],[41484,"cosmic::iced_winit::clipboard"],[41485,"cosmic::iced_winit::conversion"],[41500,"cosmic::iced_winit::graphics"],[41894,"cosmic::iced_winit::graphics::Mesh"],[41898,"cosmic::iced_winit::graphics::Primitive"],[41933,"cosmic::iced_winit::graphics::backend"],[41941,"cosmic::iced_winit::graphics::color"],[41983,"cosmic::iced_winit::graphics::compositor"],[42082,"cosmic::iced_winit::graphics::core"],[43223,"cosmic::iced_winit::graphics::core::alignment"],[43317,"cosmic::iced_winit::graphics::core::border"],[43363,"cosmic::iced_winit::graphics::core::clipboard"],[43502,"cosmic::iced_winit::graphics::core::event"],[43634,"cosmic::iced_winit::graphics::core::font"],[43670,"cosmic::iced_winit::graphics::core::gradient"],[43756,"cosmic::iced_winit::graphics::core::id"],[43853,"cosmic::iced_winit::graphics::core::image"],[44040,"cosmic::iced_winit::graphics::core::image::Data"],[44043,"cosmic::iced_winit::graphics::core::keyboard"],[44058,"cosmic::iced_winit::graphics::core::keyboard::Event"],[44065,"cosmic::iced_winit::graphics::core::keyboard::key"],[44422,"cosmic::iced_winit::graphics::core::layout"],[44530,"cosmic::iced_winit::graphics::core::layout::flex"],[44567,"cosmic::iced_winit::graphics::core::mouse"],[44841,"cosmic::iced_winit::graphics::core::mouse::Event"],[44843,"cosmic::iced_winit::graphics::core::mouse::ScrollDelta"],[44847,"cosmic::iced_winit::graphics::core::mouse::click"],[44888,"cosmic::iced_winit::graphics::core::overlay"],[44985,"cosmic::iced_winit::graphics::core::renderer"],[45124,"cosmic::iced_winit::graphics::core::svg"],[45217,"cosmic::iced_winit::graphics::core::text"],[45367,"cosmic::iced_winit::graphics::core::text::editor"],[45603,"cosmic::iced_winit::graphics::core::text::editor::Action"],[45604,"cosmic::iced_winit::graphics::core::text::highlighter"],[45696,"cosmic::iced_winit::graphics::core::time"],[45858,"cosmic::iced_winit::graphics::core::touch"],[45942,"cosmic::iced_winit::graphics::core::touch::Event"],[45950,"cosmic::iced_winit::graphics::core::widget"],[46109,"cosmic::iced_winit::graphics::core::widget::operation"],[46249,"cosmic::iced_winit::graphics::core::widget::operation::focusable"],[46302,"cosmic::iced_winit::graphics::core::widget::operation::scrollable"],[46391,"cosmic::iced_winit::graphics::core::widget::operation::text_input"],[46400,"cosmic::iced_winit::graphics::core::widget::text"],[46570,"cosmic::iced_winit::graphics::core::widget::tree"],[46661,"cosmic::iced_winit::graphics::core::window"],[47018,"cosmic::iced_winit::graphics::core::window::Event"],[47024,"cosmic::iced_winit::graphics::core::window::icon"],[47065,"cosmic::iced_winit::graphics::core::window::icon::Error"],[47070,"cosmic::iced_winit::graphics::core::window::settings"],[47127,"cosmic::iced_winit::graphics::damage"],[47131,"cosmic::iced_winit::graphics::futures"],[47224,"cosmic::iced_winit::graphics::futures::backend"],[47227,"cosmic::iced_winit::graphics::futures::backend::default"],[47228,"cosmic::iced_winit::graphics::futures::backend::native"],[47230,"cosmic::iced_winit::graphics::futures::backend::native::thread_pool"],[47232,"cosmic::iced_winit::graphics::futures::backend::native::tokio"],[47234,"cosmic::iced_winit::graphics::futures::backend::native::tokio::time"],[47235,"cosmic::iced_winit::graphics::futures::backend::null"],[47272,"cosmic::iced_winit::graphics::futures::event"],[47275,"cosmic::iced_winit::graphics::futures::executor"],[47279,"cosmic::iced_winit::graphics::futures::futures"],[47485,"cosmic::iced_winit::graphics::futures::futures::channel"],[47487,"cosmic::iced_winit::graphics::futures::futures::channel::mpsc"],[47808,"cosmic::iced_winit::graphics::futures::futures::channel::oneshot"],[47970,"cosmic::iced_winit::graphics::futures::futures::executor"],[48258,"cosmic::iced_winit::graphics::futures::futures::io"],[50057,"cosmic::iced_winit::graphics::futures::futures::lock"],[50290,"cosmic::iced_winit::graphics::futures::futures::never"],[50291,"cosmic::iced_winit::graphics::futures::futures::prelude"],[50483,"cosmic::iced_winit::graphics::futures::futures::prelude::future"],[52597,"cosmic::iced_winit::graphics::futures::futures::prelude::sink"],[53164,"cosmic::iced_winit::graphics::futures::futures::prelude::stream"],[57235,"cosmic::iced_winit::graphics::futures::futures::prelude::stream::futures_unordered"],[57427,"cosmic::iced_winit::graphics::futures::futures::prelude::stream::select_all"],[57540,"cosmic::iced_winit::graphics::futures::futures::task"],[57988,"cosmic::iced_winit::graphics::futures::keyboard"],[57990,"cosmic::iced_winit::graphics::futures::subscription"],[58038,"cosmic::iced_winit::graphics::geometry"],[58393,"cosmic::iced_winit::graphics::geometry::fill"],[58442,"cosmic::iced_winit::graphics::geometry::path"],[58531,"cosmic::iced_winit::graphics::geometry::path::arc"],[58579,"cosmic::iced_winit::graphics::geometry::path::lyon_path"],[59722,"cosmic::iced_winit::graphics::geometry::path::lyon_path::Event"],[59735,"cosmic::iced_winit::graphics::geometry::path::lyon_path::IdEvent"],[59748,"cosmic::iced_winit::graphics::geometry::path::lyon_path::PathEvent"],[59761,"cosmic::iced_winit::graphics::geometry::path::lyon_path::builder"],[60083,"cosmic::iced_winit::graphics::geometry::path::lyon_path::commands"],[60286,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom"],[61067,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::arc"],[61117,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::arrayvec"],[61496,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::cubic_bezier"],[61537,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid"],[63499,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid::approxeq"],[63503,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid::approxord"],[63505,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid::default"],[63588,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid::num"],[63598,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::quadratic_bezier"],[63708,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::traits"],[63728,"cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::utils"],[63734,"cosmic::iced_winit::graphics::geometry::path::lyon_path::iterator"],[63884,"cosmic::iced_winit::graphics::geometry::path::lyon_path::math"],[63914,"cosmic::iced_winit::graphics::geometry::path::lyon_path::path"],[63923,"cosmic::iced_winit::graphics::geometry::path::lyon_path::path_buffer"],[64063,"cosmic::iced_winit::graphics::geometry::path::lyon_path::polygon"],[64223,"cosmic::iced_winit::graphics::geometry::path::lyon_path::traits"],[64272,"cosmic::iced_winit::graphics::geometry::stroke"],[64292,"cosmic::iced_winit::graphics::gradient"],[64379,"cosmic::iced_winit::graphics::image"],[64380,"cosmic::iced_winit::graphics::image::image_rs"],[65608,"cosmic::iced_winit::graphics::image::image_rs::buffer"],[65930,"cosmic::iced_winit::graphics::image::image_rs::codecs"],[65945,"cosmic::iced_winit::graphics::image::image_rs::codecs::bmp"],[66024,"cosmic::iced_winit::graphics::image::image_rs::codecs::dds"],[66063,"cosmic::iced_winit::graphics::image::image_rs::codecs::dxt"],[66265,"cosmic::iced_winit::graphics::image::image_rs::codecs::farbfeld"],[66423,"cosmic::iced_winit::graphics::image::image_rs::codecs::gif"],[66625,"cosmic::iced_winit::graphics::image::image_rs::codecs::hdr"],[66957,"cosmic::iced_winit::graphics::image::image_rs::codecs::ico"],[67067,"cosmic::iced_winit::graphics::image::image_rs::codecs::jpeg"],[67235,"cosmic::iced_winit::graphics::image::image_rs::codecs::openexr"],[67313,"cosmic::iced_winit::graphics::image::image_rs::codecs::png"],[67607,"cosmic::iced_winit::graphics::image::image_rs::codecs::pnm"],[68031,"cosmic::iced_winit::graphics::image::image_rs::codecs::qoi"],[68103,"cosmic::iced_winit::graphics::image::image_rs::codecs::tga"],[68180,"cosmic::iced_winit::graphics::image::image_rs::codecs::tiff"],[68340,"cosmic::iced_winit::graphics::image::image_rs::codecs::webp"],[68462,"cosmic::iced_winit::graphics::image::image_rs::codecs::webp::vp8"],[68544,"cosmic::iced_winit::graphics::image::image_rs::error"],[68934,"cosmic::iced_winit::graphics::image::image_rs::error::LimitErrorKind"],[68936,"cosmic::iced_winit::graphics::image::image_rs::flat"],[69203,"cosmic::iced_winit::graphics::image::image_rs::imageops"],[69333,"cosmic::iced_winit::graphics::image::image_rs::imageops::colorops"],[69353,"cosmic::iced_winit::graphics::image::image_rs::io"],[69495,"cosmic::iced_winit::graphics::image::image_rs::math"],[69541,"cosmic::iced_winit::graphics::mesh"],[69669,"cosmic::iced_winit::graphics::mesh::Mesh"],[69673,"cosmic::iced_winit::graphics::renderer"],[69674,"cosmic::iced_winit::graphics::text"],[69944,"cosmic::iced_winit::graphics::text::cache"],[70024,"cosmic::iced_winit::graphics::text::cosmic_text"],[72558,"cosmic::iced_winit::graphics::text::cosmic_text::Action"],[72567,"cosmic::iced_winit::graphics::text::cosmic_text::fontdb"],[73177,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz"],[73931,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::script"],[74089,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser"],[75456,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::ankr"],[75540,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout"],[75751,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::class"],[75754,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::apple_layout::state"],[75755,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::avar"],[75910,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cbdt"],[75949,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cblc"],[75987,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff"],[76077,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cff2"],[76117,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cmap"],[76690,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::colr"],[76734,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::cpal"],[76774,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::feat"],[76972,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::fvar"],[77056,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gdef"],[77148,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::glyf"],[77187,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos"],[77997,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::PairAdjustment"],[78002,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gpos::SingleAdjustment"],[78006,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub"],[78370,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gsub::SingleSubstitution"],[78374,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::gvar"],[78413,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::head"],[78497,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::hhea"],[78539,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::hmtx"],[78622,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::hvar"],[78662,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::kern"],[79024,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::kerx"],[79497,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::loca"],[79540,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::math"],[80189,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::maxp"],[80228,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::morx"],[80823,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::mvar"],[80862,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::name"],[81075,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::name_id"],[81100,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout"],[81883,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ChainedContextLookup"],[81895,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ClassDefinition"],[81898,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::ContextLookup"],[81906,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::opentype_layout::Coverage"],[81908,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::os2"],[82257,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::post"],[82341,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::sbix"],[82499,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::svg"],[82660,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::trak"],[82857,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::vhea"],[82900,"cosmic::iced_winit::graphics::text::cosmic_text::rustybuzz::ttf_parser::vorg"],[82981,"cosmic::iced_winit::graphics::text::editor"],[83022,"cosmic::iced_winit::graphics::text::paragraph"],[83065,"cosmic::iced_winit::runtime"],[83264,"cosmic::iced_winit::runtime::clipboard"],[83314,"cosmic::iced_winit::runtime::command"],[83360,"cosmic::iced_winit::runtime::command::Action"],[83362,"cosmic::iced_winit::runtime::command::platform_specific"],[83398,"cosmic::iced_winit::runtime::dnd"],[83442,"cosmic::iced_winit::runtime::dnd::DndAction"],[83449,"cosmic::iced_winit::runtime::font"],[83695,"cosmic::iced_winit::runtime::keyboard"],[83927,"cosmic::iced_winit::runtime::keyboard::Event"],[83934,"cosmic::iced_winit::runtime::overlay"],[83974,"cosmic::iced_winit::runtime::program"],[84020,"cosmic::iced_winit::runtime::system"],[84102,"cosmic::iced_winit::runtime::user_interface"],[84177,"cosmic::iced_winit::runtime::user_interface::State"],[84178,"cosmic::iced_winit::runtime::window"],[84345,"cosmic::iced_winit::runtime::window::screenshot"],[84387,"cosmic::iced_winit::settings"],[84392,"cosmic::iced_winit::style"],[84507,"cosmic::iced_winit::style::application"],[84551,"cosmic::iced_winit::style::button"],[84604,"cosmic::iced_winit::style::checkbox"],[84649,"cosmic::iced_winit::style::container"],[84697,"cosmic::iced_winit::style::menu"],[84742,"cosmic::iced_winit::style::pane_grid"],[84826,"cosmic::iced_winit::style::pick_list"],[84872,"cosmic::iced_winit::style::progress_bar"],[84915,"cosmic::iced_winit::style::radio"],[84961,"cosmic::iced_winit::style::rule"],[85047,"cosmic::iced_winit::style::scrollable"],[85134,"cosmic::iced_winit::style::slider"],[85376,"cosmic::iced_winit::style::slider::HandleShape"],[85380,"cosmic::iced_winit::style::slider::RailBackground"],[85382,"cosmic::iced_winit::style::svg"],[85425,"cosmic::iced_winit::style::text_editor"],[85474,"cosmic::iced_winit::style::text_input"],[85524,"cosmic::iced_winit::style::theme"],[86242,"cosmic::iced_winit::style::theme::palette"],[86547,"cosmic::iced_winit::style::toggler"],[86595,"cosmic::iced_winit::winit"],[86603,"cosmic::iced_winit::winit::dpi"],[86914,"cosmic::iced_winit::winit::error"],[87074,"cosmic::iced_winit::winit::event"],[87907,"cosmic::iced_winit::winit::event::DeviceEvent"],[87913,"cosmic::iced_winit::winit::event::Event"],[87917,"cosmic::iced_winit::winit::event::Force"],[87920,"cosmic::iced_winit::winit::event::StartCause"],[87924,"cosmic::iced_winit::winit::event::WindowEvent"],[87954,"cosmic::iced_winit::winit::event_loop"],[88303,"cosmic::iced_winit::winit::keyboard"],[89375,"cosmic::iced_winit::winit::monitor"],[89479,"cosmic::iced_winit::winit::platform"],[89486,"cosmic::iced_winit::winit::platform::modifier_supplement"],[89489,"cosmic::iced_winit::winit::platform::pump_events"],[89527,"cosmic::iced_winit::winit::platform::run_on_demand"],[89530,"cosmic::iced_winit::winit::platform::scancode"],[89533,"cosmic::iced_winit::winit::platform::startup_notify"],[89541,"cosmic::iced_winit::winit::platform::wayland"],[89595,"cosmic::iced_winit::winit::platform::x11"],[89717,"cosmic::iced_winit::winit::raw_window_handle"],[91272,"cosmic::iced_winit::winit::window"],[92149,"cosmic::iced_winit::winit::window::BadIcon"],[92154,"cosmic::icon_theme"],[92157,"cosmic::keyboard_nav"],[92207,"cosmic::prelude"],[92228,"cosmic::style"],[92538,"cosmic::style::Button"],[92542,"cosmic::style::Container"],[92543,"cosmic::style::TextInput"],[92548,"cosmic::style::iced"],[92780,"cosmic::style::iced::Button"],[92782,"cosmic::style::iced::Container"],[92783,"cosmic::style::iced::Slider"],[92786,"cosmic::style::menu_bar"],[92869,"cosmic::theme"],[93151,"cosmic::theme::ThemeType"],[93153,"cosmic::theme::style"],[93318,"cosmic::theme::style::Button"],[93322,"cosmic::theme::style::Container"],[93323,"cosmic::theme::style::TextInput"],[93328,"cosmic::theme::style::iced"],[93400,"cosmic::theme::style::iced::Button"],[93402,"cosmic::theme::style::iced::Container"],[93403,"cosmic::theme::style::iced::Slider"],[93406,"cosmic::theme::style::menu_bar"],[93420,"cosmic::widget"],[94258,"cosmic::widget::aspect_ratio"],[94319,"cosmic::widget::button"],[94526,"cosmic::widget::button::link"],[94564,"cosmic::widget::calendar"],[94570,"cosmic::widget::card"],[94571,"cosmic::widget::card::style"],[94576,"cosmic::widget::checkbox"],[94592,"cosmic::widget::color_picker"],[94761,"cosmic::widget::column"],[94765,"cosmic::widget::combo_box"],[94769,"cosmic::widget::container"],[94782,"cosmic::widget::context_drawer"],[94830,"cosmic::widget::context_menu"],[94865,"cosmic::widget::dialog"],[94874,"cosmic::widget::divider"],[94876,"cosmic::widget::divider::horizontal"],[94879,"cosmic::widget::divider::vertical"],[94882,"cosmic::widget::dnd_destination"],[95026,"cosmic::widget::dnd_source"],[95035,"cosmic::widget::dropdown"],[95139,"cosmic::widget::dropdown::menu"],[95262,"cosmic::widget::dropdown::multi"],[95398,"cosmic::widget::dropdown::multi::menu"],[95437,"cosmic::widget::flex_row"],[95441,"cosmic::widget::flex_row::layout"],[95442,"cosmic::widget::flex_row::widget"],[95449,"cosmic::widget::grid"],[95453,"cosmic::widget::grid::layout"],[95454,"cosmic::widget::grid::widget"],[95511,"cosmic::widget::icon"],[95702,"cosmic::widget::image"],[95712,"cosmic::widget::image::viewer"],[95715,"cosmic::widget::layer_container"],[95737,"cosmic::widget::list"],[95741,"cosmic::widget::list::column"],[95749,"cosmic::widget::menu"],[96045,"cosmic::widget::menu::action"],[96048,"cosmic::widget::menu::key_bind"],[96148,"cosmic::widget::nav_bar"],[96194,"cosmic::widget::nav_bar_toggle"],[96200,"cosmic::widget::pane_grid"],[96261,"cosmic::widget::pane_grid::Configuration"],[96265,"cosmic::widget::pane_grid::DragEvent"],[96269,"cosmic::widget::pane_grid::Node"],[96274,"cosmic::widget::pane_grid::state"],[96283,"cosmic::widget::pane_grid::state::Action"],[96289,"cosmic::widget::popover"],[96382,"cosmic::widget::progress_bar"],[96390,"cosmic::widget::radio"],[96401,"cosmic::widget::rectangle_tracker"],[96545,"cosmic::widget::row"],[96549,"cosmic::widget::segmented_button"],[97142,"cosmic::widget::segmented_control"],[97144,"cosmic::widget::settings"],[97182,"cosmic::widget::settings::item"],[97222,"cosmic::widget::slider"],[97251,"cosmic::widget::slider::HandleShape"],[97255,"cosmic::widget::slider::RailBackground"],[97257,"cosmic::widget::space"],[97258,"cosmic::widget::spin_button"],[97354,"cosmic::widget::style"],[97395,"cosmic::widget::svg"],[97403,"cosmic::widget::tab_bar"],[97405,"cosmic::widget::text"],[97467,"cosmic::widget::text_input"],[97710,"cosmic::widget::text_input::cursor"],[97789,"cosmic::widget::text_input::cursor::State"],[97791,"cosmic::widget::text_input::editor"],[97830,"cosmic::widget::text_input::value"],[97880,"cosmic::widget::tooltip"],[97888,"cosmic::widget::vertical_slider"],[97910,"cosmic::widget::vertical_slider::HandleShape"],[97914,"cosmic::widget::warning"],[97919,"core::ops::function"],[97920,"core::any"],[97921,"core::fmt"],[97922,"core::fmt"],[97923,"core::convert"],[97924,"core::cmp"],[97925,"core::default"],[97926,"core::marker"],[97927,"core::option"],[97928,"alloc::boxed"],[97929,"alloc::sync"],[97930,"alloc::rc"],[97931,"core::result"],[97932,"core::any"],[97933,"core::fmt"],[97934,"core::convert"],[97935,"serde::de"],[97936,"serde::ser"],[97937,"alloc::borrow"],[97938,"core::marker"],[97939,"core::fmt"],[97940,"ron::error"],[97941,"ron::error"],[97942,"serde::de"],[97943,"core::ops::function"],[97944,"cosmic_theme::output"],[97945,"approx::abs_diff_eq"],[97946,"core::ops::arith"],[97947,"core::ops::arith"],[97948,"core::ops::range"],[97949,"core::iter::traits::collect"],[97950,"core::convert"],[97951,"approx::ulps_eq"],[97952,"core::iter::traits::iterator"],[97953,"core::iter::traits::exact_size"],[97954,"core::iter::traits::double_ended"],[97955,"core::ops::function"],[97956,"core::error"],[97957,"core::num::nonzero"],[97958,"core::pin"],[97959,"core::marker"],[97960,"core::convert"],[97961,"std::io"],[97962,"std::path"],[97963,"image::color"],[97964,"image::traits"],[97965,"image::traits"],[97966,"smithay_clipboard::mime"],[97967,"wayland_client::protocol::wl_data_device_manager"],[97968,"core::ffi"],[97969,"core::hash"],[97970,"bitflags::iter"],[97971,"core::convert"],[97972,"core::cmp"],[97973,"std::collections::hash::map"],[97974,"core::ops::deref"],[97975,"iced_widget::overlay::menu"],[97976,"tokio::time::instant"],[97977,"core::time"],[97978,"core::borrow"],[97979,"core::borrow"],[97980,"unicode_normalization::recompose"],[97981,"unicode_normalization::decompose"],[97982,"unicode_normalization::stream_safe"],[97983,"core::cmp"],[97984,"walkdir::error"],[97985,"calloop::error"],[97986,"rustix::backend::io::errno"],[97987,"std::io::buffered"],[97988,"alloc::collections"],[97989,"alloc::ffi::c_str"],[97990,"serde_json::error"],[97991,"tempfile::file"],[97992,"tempfile::file"],[97993,"tokio::runtime::task::error"],[97994,"xdg::base_directories"],[97995,"flate2::mem"],[97996,"flate2::mem"],[97997,"png::encoder"],[97998,"calloop::error"],[97999,"futures_util::fns"],[98000,"futures_util::fns"],[98001,"core::ops::control_flow"],[98002,"alloc::task"],[98003,"alloc::task"],[98004,"core::ops::arith"],[98005,"num_traits::float"],[98006,"core::str::error"],[98007,"num_traits::sign"],[98008,"num_traits::ops::euclid"],[98009,"num_traits::ops::saturating"],[98010,"rayon::iter::par_bridge"],[98011,"image::codecs::webp::extended"],[98012,"image::codecs::dds"],[98013,"image::codecs::ico::decoder"],[98014,"image::codecs::tga::encoder"],[98015,"image::codecs::pnm::decoder"],[98016,"image::codecs::webp::decoder"],[98017,"image::codecs::webp::lossless"],[98018,"image::codecs::hdr::decoder"],[98019,"image::codecs::webp::vp8"],[98020,"image::codecs::bmp::decoder"],[98021,"image::codecs::ico::decoder"],[98022,"core::ops::index"],[98023,"core::ops::index"],[98024,"std::fs"],[98025,"std::io::buffered::bufreader"],[98026,"swash::font"],[98027,"zeno::geometry"],[98028,"zeno::geometry"],[98029,"zeno::command"],[98030,"tinyvec::tinyvec"],[98031,"ttf_parser::parser"],[98032,"std::os::fd::owned"],[98033,"winit::platform_impl::platform::common::xkb_state"],[98034,"x11_dl::error"],[98035,"core::ptr::non_null"],[98036,"winit::platform_impl"],[98037,"chrono::naive::date"],[98038,"chrono::weekday"],[98039,"slotmap"],[98040,"slotmap::secondary"],[98041,"slotmap::sparse_secondary"],[98042,"fraction::prelude"]],"d":["Represents a type that you can apply arbitrary functions …","","","Represents a type which can have functions applied to it …","A set of asynchronous actions to be performed by some …","","","","","","","","","","","","","","","","","","Apply a function to this value and return the (possibly) …","Build interactive cross-platform COSMIC applications.","","","","","","","","","","Apply a function which takes the parameter by value.","Apply a function which takes the parameter by mutable …","Apply a function which takes the parameter by reference.","","","","","","","","","","Create asynchronous actions to be performed in the …","","Configurations available to libcosmic applications.","","","","","","","","","","","","","","","","","","Select the preferred async executor for an application.","","","","","Select preferred fonts.","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Select the preferred icon theme.","","Calls U::from(self).","","","","","","","","","Subscribe to common application keyboard shortcuts.","","This macro creates a button for a MenuTree.","","","","Recommended default imports.","","","","","","Stylesheet implements for crate::Theme","Contains the Theme type and its widget stylesheet …","","","","","","","","","","","","","The COSMIC widget library","An ID that uniquely identifies the application. The …","","action can be deserialized as Flags","An interactive cross-platform COSMIC application.","Methods automatically derived for all types implementing …","","","COSMIC-specific application settings","","","Default async executor to use with the app.","Argument received [Application::new].","","Message type specific to our app.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Displays a context drawer on the side of the application …","Grants access to the COSMIC Core.","Grants access to the COSMIC Core.","","Enables debug features in cosmic/iced.","","","","","","Displays a dialog in the center of the application window …","Initiates a window drag.","","","","Get the current focused window if it exists","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Attaches elements to the center of the header.","Attaches elements to the end section of the header.","Attaches elements to the start section of the header.","Creates the application, and optionally emits command on …","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Whether the window is too small for the nav bar + main …","Enable or disable keyboard navigation","Get the main window::Id, which is window::Id::MAIN by …","Maximizes the window.","","Minimizes the window.","Allows overriding the default nav bar widget.","Whether the nav panel is visible or not","","","","Shows a context menu for the active nav bar item.","Allows COSMIC to integrate with your application’s …","Called before closing the application. Returning a message …","Called when a window requests to be closed.","","Called when the escape key is pressed.","Called when a context menu is requested for a navigation …","Called when a navigation item is selected.","Called when the search function is requested.","Called when a window is resized.","Launch a COSMIC application with the given Settings.","The scaling factor used by the application.","Set the context drawer title.","Set context drawer header title","Set the header bar title.","Set header bar title","Enable or disable keyboard navigation","Set the title of the main window.","Configure a new COSMIC application.","Overrides the default style for applications","Event sources that are to be listened to.","Whether the application should use a dark theme, according …","Get the current system theme","Get the current system theme mode","Respond to a system theme mode change","Respond to a system theme change","Get the title of the main window.","","","","","","","","","","","","","","","","","Respond to an application-specific message.","Constructs the view for the main window.","View template for the main window.","Constructs views for other windows.","","","","","","","Commands for COSMIC applications.","","","Convenience methods for building message-based commands.","Creates a command which yields a crate::app::Message.","","","","","","","Creates a command which yields an application message.","Creates a command which yields a cosmic message.","Activate the application","Application requests theme change.","Requests to close the window.","Closes or shows the context drawer.","","Requests to drag the window.","Window focus changed","Keyboard shortcuts managed by libcosmic.","Requests to maximize the window.","A message managed internally by COSMIC.","Requests to minimize the window.","Activates a navigation element from the nav bar.","Activates a context menu for an item from the nav bar.","Set scaling factor","","Notifies that a surface was closed. Any data relating to …","Notification of system theme changes.","Notification of system theme mode changes.","Toggles visibility of the nav bar.","Toggles the condensed status of the nav bar.","Toolkit configuration update","Window focus lost","Updates the window maximized state","Updates the tracked window geometry.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Messages from the application, for the application.","Internal messages to be handled by libcosmic.","","Do nothing","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Configure a new COSMIC application.","","Produces a smoother result in some widgets, at a …","","","","","","","","Whether the window should have a border, a title bar, etc. …","","Enables debug features in cosmic/iced.","","The default Font to be used.","Sets the default icon theme, passing an empty string will …","Default size of fonts.","","","","Whether the application should exit when there are no open …","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Whether the window should be resizable or not. and the …","Scale factor to use by default.","Initial size of the window.","Limitations of the window size","The theme to apply to the application.","Whether the window should be transparent.","","","","","","","","Yields a command which contains a batch of commands.","Initiates a window drag.","Yields a command which will run the future on the runtime …","Maximizes the window.","Yields a command which will return a message.","Minimizes the window.","Sets the title of a window.","Sets the window mode to windowed.","Toggles the windows’ maximize state.","","","","","ID for the CosmicTk config.","","","","Apply the theme to other toolkits.","Apply the theme to other toolkits.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Density of CSD/SSD header bars.","Density of CSD/SSD header bars.","Preferred icon theme.","Preferred icon theme.","","","Interface density.","Interface density.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Sets CosmicTk::apply_theme_global and writes to …","Sets CosmicTk::header_size and writes to …","Sets CosmicTk::icon_theme and writes to …","Sets CosmicTk::interface_density and writes to …","Sets CosmicTk::show_maximize and writes to …","Sets CosmicTk::show_minimize and writes to …","Show maximize button in window header.","Show maximize button in window header.","Show minimize button in window header.","Show minimize button in window header.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Apply all pending changes from ConfigTransaction","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Get a configuration value","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the config for the libcosmic toolkit","Get config for the given application name and config …","Get state for the given application name and config …","Set a configuration value","","","Get a system config for the given name and config version","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the keys that were updated","","Get config for the given application name and config …","","","Background layer","The colors for a widget of the Cosmic theme","Theme Container colors of a theme, can be a theme …","Corner radii variables for the Cosmic theme","Palette type","The palette for Cosmic Theme, from which all color …","built in dark palette","ID for the current dark ThemeBuilder config","ID for the current dark Theme config","Dark mode","High contrast dark mode","High contrast light mode","built in light palette","ID for the current light `ThemeBuilder`` config","ID for the current light Theme config","Theme layer type","Trait for layered themes","Light mode","name of cosmic theme","Primary Layer","Secondary Layer","Spacing variables for the Cosmic theme","ID for the ThemeMode config","Cosmic Theme data structure with all colors and its name","Helper for building customized themes","The config for cosmic theme dark / light settings","apply a accent color to the palette","accent element colors","override the accent color for the builder","Potential Accent Color Combos","accent button element colors","get @accent_color","Potential Accent Color Combos","Potential Accent Color Combos","Potential Accent Color Combos","Potential Accent Color Combos","Potential Accent Color Combos","Potential Accent Color Combos","get @accent_text_color","Potential Accent Color Combos","Potential Accent Color Combos","cosmic-comp active hint window outline width","cosmic-comp active hint window outline width","","","","","","","","","","","","","","Apply gtk color variable settings","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","turn the theme into css","","","The theme auto-switch dark and light mode setting.","background element colors","the color of the container","The base color of the widget","get @bg_color","apply a background color to the palette","override bg_color for the builder","get @bg_component_color","get @bg_component_divider","get @bg_divider","basic palette blue: colors used for various points of …","the color of the border for the widget","","","","","","","","","","","","","","","","","","","","","","","","","Utility bright green","Utility bright orange","Utility bright red","build the theme","button component styling","get @button_bg_color","get @button_color","get @button_divider","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","helper for producing a button component","helper for producing a component from a base color a …","helper for producing a component color theme","the color of components in the container","","","","","","","","","","","","","composite colors in srgb","Get the config for the theme mode","set the corner radii of the builder","corner radii","override corner radii for the builder","Get a builder that is initialized with the default dark …","Get the config for the current dark theme","Get the builder for the dark config","get the built in dark theme","Get a builder that is initialized with the default dark …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","apply a destructive color to the palette","destructive element colors","override the destructive color for the builder","destructive button element colors","get @destructive_color","get @destructive_text_color","the color of the widget when it is disabled","the color of the border for the widget when it is disabled","the color of dividers in the container","the color of dividers for this widget","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Colors used for themes, app icons, illustrations, and …","Colors used for themes, app icons, illustrations, and …","Colors used for themes, app icons, illustrations, and …","Colors used for themes, app icons, illustrations, and …","Colors used for themes, app icons, illustrations, and …","Extended Color Palette Colors used for themes, app icons, …","Colors used for themes, app icons, illustrations, and …","","","","","","","","","","","the color of the widget when it is focused","get @focus_color","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","cosmic-comp window gaps size (outer, inner)","cosmic-comp window gaps size (outer, inner)","get the active theme","","","","surface grays colors used for three levels of surfaces in …","colors used for three levels of surfaces in the UI","colors used for three levels of surfaces in the UI","green: colors used for various points of emphasis in the UI","choose default color palette based on preferred GTK color …","get the built in high contrast dark theme","get the built in high contrast light theme","The color of the widget when it is hovered","get @hover_state_color","icon button element colors","id of the theme","","","","","","","","","","","","","extract the inner palette","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","check if the palette is dark","Check if the theme is currently using dark mode","The theme dark mode setting.","is dark","enables blurred transparency","enabled blurred transparency","check if the palette is high_contrast","is high contrast","Get a builder that is initialized with the default light …","Get the config for the current light theme","Get the builder for the light config","get the built in light theme","Get a builder that is initialized with the default light …","link button element colors","name of the palette","name of the palette","name of the theme","System Neutrals A wider spread of dark colors for more …","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","A wider spread of dark colors for more general use.","apply a neutral tint to the palette","override neutral_tint for the builder","the color of text in the container","the color of text for this widget","get @on_accent_color","get @on_bg_color","get @on_bg_component_color","get @on_destructive_color","the color of text in the widget when it is disabled","get @on_primary_component_color","get @on_primary_color","get @on_secondary_component_color","get @on_secondary_color","get @on_success_color","get @on_warning_color","Get a builder that is initialized with the provided palette","palette","override the palette for the builder","check current desktop environment and preferred color …","the color of the widget when it is pressed","get @pressed_state_color","primary element colors","get @primary_component_color","get @primary_component_divider","apply a primary container background color to the palette","override the primary container bg color for the builder","get @primary_container_color","get @primary_container_divider","get @radius_0","corner radii of 0","get @radius_l","large corner radii","get @radius_m","medium corner radii","get @radius_s","small corner radii","get @radius_xl","extra large corner radii","get @radius_xs","smallest size of corner radii that can be non-zero","red: colors used for various points of emphasis in the UI","","Reset the applied gtk css","","secondary element colors","get @secondary_component_color","override the secontary container bg color for the builder","get @secondary_container_color","get @secondary_container_divider","the color of the widget when it is selected","get @selected_state_color","get @selected_state_text_color","the color of the widget when it is selected","","","","","","","","","","Sets Theme::accent and writes to cosmic_config::Config if …","Sets ThemeBuilder::accent and writes to …","Sets Theme::accent_button and writes to …","Sets Theme::active_hint and writes to cosmic_config::Config…","Sets ThemeBuilder::active_hint and writes to …","Sets ThemeMode::auto_switch and writes to …","Sets Theme::background and writes to cosmic_config::Config …","Sets ThemeBuilder::bg_color and writes to …","Sets Theme::button and writes to cosmic_config::Config if …","Sets Theme::corner_radii and writes to …","Sets ThemeBuilder::corner_radii and writes to …","Sets Theme::destructive and writes to cosmic_config::Config…","Sets ThemeBuilder::destructive and writes to …","Sets Theme::destructive_button and writes to …","Sets Theme::gaps and writes to cosmic_config::Config if …","Sets ThemeBuilder::gaps and writes to cosmic_config::Config…","Sets Theme::icon_button and writes to cosmic_config::Config…","Sets ThemeMode::is_dark and writes to cosmic_config::Config…","Sets Theme::is_dark and writes to cosmic_config::Config if …","Sets Theme::is_frosted and writes to cosmic_config::Config …","Sets ThemeBuilder::is_frosted and writes to …","Sets Theme::is_high_contrast and writes to …","Set the layer of the theme","Sets Theme::link_button and writes to cosmic_config::Config…","Sets Theme::name and writes to cosmic_config::Config if …","Sets ThemeBuilder::neutral_tint and writes to …","Sets Theme::palette and writes to cosmic_config::Config if …","Sets ThemeBuilder::palette and writes to …","Sets Theme::primary and writes to cosmic_config::Config if …","Sets ThemeBuilder::primary_container_bg and writes to …","Sets Theme::secondary and writes to cosmic_config::Config …","Sets ThemeBuilder::secondary_container_bg and writes to …","Sets Theme::shade and writes to cosmic_config::Config if …","Sets Theme::spacing and writes to cosmic_config::Config if …","Sets ThemeBuilder::spacing and writes to …","Sets Theme::success and writes to cosmic_config::Config if …","Sets ThemeBuilder::success and writes to …","Sets Theme::success_button and writes to …","Sets Theme::text_button and writes to cosmic_config::Config…","Sets ThemeBuilder::text_tint and writes to …","Sets Theme::warning and writes to cosmic_config::Config if …","Sets ThemeBuilder::warning and writes to …","Sets Theme::warning_button and writes to …","Sets Theme::window_hint and writes to cosmic_config::Config…","Sets ThemeBuilder::window_hint and writes to …","shade color for dialogs","get @shade_color","the color of @small_widget_container","get @small_widget_divider","get @space_l","large spacing","get @space_m","medium spacing","get @space_none","No spacing","get @space_s","small spacing","get @space_xl","extra large spacing","get @space_xs","extra small spacing","get @space_xxl","extra extra large spacing","get @space_xxs","extra extra small spacing","get @space_xxxl","largest possible spacing","get @space_xxxs","smallest spacing that can be non-zero","set the spacing of the builder","spacing","override spacing for the builder","get color steps","apply a success color to the palette","suggested element colors","override the success color for the builder","suggested button element colors","get @success_color","get @success_text_color","text button element colors","apply a text tint to the palette","override the text tint for the builder","Convert the theme to a high-contrast variant","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","apply a warning color to the palette","warning element colors","override the warning color for the builder","warning button element colors","get @warning_color","get @warning_text_color","get @window_header_bg","cosmic-comp custom window hint color","cosmic-comp custom window hint color","Rebuild the current theme with the provided accent","","","","","write the CSS to the appropriate directory Should be …","yellow: colors used for various points of emphasis in the …","straight alpha “A over B” operator on non-linear srgba","An alpha component wrapper for colors, for adding …","Extension trait for fixed size arrays.","An operator for restricting a color’s components to …","An assigning operator for restricting a color’s …","The opaque color type, without any transparency.","A trait for calculating the color difference between two …","Operators for darkening a color;","Assigning operators for darkening a color;","Operator for decreasing the saturation (or chroma) of a …","Assigning operator for decreasing the saturation (or …","A trait for converting one color from another, in a …","Temporarily convert colors in place.","A scope guard that restores the guarded colors to their …","Gamma 2.2 encoded luminance.","Gamma 2.2 encoded luminance with an alpha component.","Gamma 2.2 encoded sRGB.","Gamma 2.2 encoded sRGB with an alpha component.","A trait for colors where a hue may be calculated.","HSL color space.","Linear HSL with an alpha component. See the Hsla …","HSLuv color space.","HSLuv with an alpha component. See the Hsluva …","HSV color space.","Linear HSV with an alpha component. See the Hsva …","The kind of hue unit this color space uses.","HWB color space.","Linear HWB with an alpha component. See the Hwba …","A trait for converting a color into another, in a possibly …","Temporarily convert colors in place. The Into counterpart …","Checks if color components are within their expected range …","The type of the array’s items.","The number of items in the array.","The CIE L*a*b* (CIELAB) color space.","A hue type for the CIE L*a*b* family of color spaces.","CIE L*a*b* (CIELAB) with an alpha component. See the Laba …","CIE L*C*h°, a polar version of CIE L*a*b*.","CIE L*C*h° with an alpha component. See the Lcha …","CIE L*C*uv h°uv, a polar version of CIE L*u*v*.","CIE L*C*uv h°uv with an alpha component. See the Lchuva …","Operators for lightening a color.","Assigning operators for lightening a color.","Linear luminance.","Linear luminance with an alpha component.","Linear sRGB.","Linear sRGB with an alpha component.","The CIE L*u*v* (CIELUV) color space.","A hue type for the CIE L*u*v* family of color spaces.","CIE L*u*v* (CIELUV) with an alpha component. See the Luva …","A 9 element array representing a 3x3 matrix.","Linear color interpolation of two colors.","Assigning linear color interpolation of two colors.","An array of size N + 1.","Temporary helper trait for getting an array type of size …","A Hue/Saturation/Lightness representation of Oklab in the …","Okhsl with an alpha component.","A Hue/Saturation/Value representation of Oklab in the sRGB …","Okhsv with an alpha component. See the Okhsva …","A Hue/Whiteness/Blackness representation of Oklab in the …","Okhwb with an alpha component. See the Okhwba …","The Oklab color space.","A hue type for the Oklab color space.","Oklab with an alpha component.","Oklch, a polar version of Oklab.","Oklch with an alpha component. See the Oklcha …","A trait for calculating relative contrast between two …","A hue type for the RGB family of color spaces.","Operator for increasing the saturation (or chroma) of a …","Assigning operator for increasing the saturation (or …","The type of the calculated color difference.","The type of the contrast ratio.","The type of the mixing factor.","The type of the mixing factor.","The type of the lighten modifier.","The type of the lighten modifier.","The type of the darken modifier.","The type of the darken modifier.","The type of the hue modifier.","The type of the hue modifier.","The type of the saturation modifier.","The type of the saturation modifier.","The type of the desaturation modifier.","The type of the desaturation modifier.","Change the hue of a color to a specific value without …","Operator for increasing or decreasing the hue by an amount.","Assigning operator for increasing or decreasing the hue by …","Non-linear sRGB, the most common RGB input/output format.","sRGB encoded luminance.","sRGB encoded luminance with an alpha component.","Non-linear sRGB with an alpha component.","A trait for color types that can have or be given …","The color type with transparency applied.","","Change the hue of a color to a specific value.","The CIE 1931 XYZ color space.","CIE 1931 XYZ with an alpha component. See the Xyza …","The CIE 1931 Yxy (xyY) color space.","CIE 1931 Yxy (xyY) with an alpha component. See the Yxya …","a* goes from red at -128 to green at 127.","a changes the hue from reddish to greenish, when moving …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Types related to transparent colors.","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","Traits for working with angular values, such as for in …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Borrow this hue’s value as shared references.","Borrow this hue’s value as shared references.","Borrow this hue’s value as shared references.","Borrow this hue’s value as shared references.","","","","","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","","","","","","","b* goes from yellow at -128 to blue at 127.","b changes the hue from yellowish to blueish, when moving …","The blackness of the color. It specifies the amount black …","The amount of black, mixed in the pure hue, ranging from …","Color blending and blending equations.","","","","","","","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","Traits for abstracting over Boolean types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Types for the CIE CAM16 color appearance model.","","","","","","","","","","","","","","","","","","","","","","Traits and functions for casting colors to and from other …","C* is the colorfulness of the color. It’s similar to …","C*uv is the colorfulness of the color. It’s similar to …","chroma is the colorfulness of the color. A color with …","Convert colors from one reference white point to another","Return a new color where out-of-bounds components have …","","","","","","","","","","","","","","","","","Changes out-of-bounds components to the nearest valid …","","","","","","","","","","","","","","","","","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the hue vector. See Vec::clear for details.","Clear the hue vector. See Vec::clear for details.","Clear the hue vector. See Vec::clear for details.","Clear the hue vector. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","Algorithms for calculating the difference between colors.","Traits related to traditional color theory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calculate the ratio between two luma values.","Traits for converting between color spaces.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Scale the color towards the minimum lightness by factor, a …","","","Scale the color towards the minimum lightness by factor, a …","Darken the color by amount, a value ranging from 0.0 to 1.0…","Darken the color by amount, a value ranging from 0.0 to 1.0…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Scale the color towards the minimum saturation by factor, …","Scale the color towards the minimum saturation by factor, …","Increase the saturation by amount, a value ranging from 0.0…","Increase the saturation by amount, a value ranging from 0.0…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves hues out of the specified …","Return an iterator that moves hues out of the specified …","Return an iterator that moves hues out of the specified …","Return an iterator that moves hues out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","","","","","","","","","","","","","","","","","","","","","","","Number and color encoding traits, types and standards.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a hue from a and b, normalized to [0°, 360°).","Returns a hue from a and b, normalized to [0°, 360°).","Returns a hue from a and b, normalized to [0°, 360°).","Returns a hue from a and b, normalized to [0°, 360°).","Convert from T with values clamped to the color defined …","","","","","","","","","","","","","","","","","Temporarily convert from another color type in place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts lab to Okhwb in the bounds of sRGB.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert from a (hue, saturation, l, alpha) tuple.","Convert from a (lightness, saturation, hue, alpha) tuple.","Convert from a (J', a', b', a) tuple.","Convert from a (hue, whiteness, blackness, alpha) tuple.","Convert from a (hue, saturation, value, alpha) tuple.","Convert from a (lightness, colorfulness, hue, alpha) tuple.","Convert from a (L\\\\*, a\\\\*, b\\\\*, alpha) tuple.","Convert from u (L\\\\*, u\\\\*, v\\\\*, alpha) tuple.","Convert from a (brightness, saturation, hue, alpha) tuple.","Convert from a (red, green, blue, alpha) tuple.","Convert from a (brightness, chroma, hue, alpha) tuple.","Convert from a (hue, saturation, lightness, alpha) tuple.","Convert from a (L\\\\*, C\\\\*uv, h°uv, alpha) tuple.","Convert from a (hue, saturation, value, alpha) tuple.","Convert from a (X, Y, Z, alpha) tuple.","Convert from a (lightness, chroma, hue, alpha) tuple.","Convert from a (brightness, colorfulness, hue, alpha) …","Convert from a (luma, alpha) tuple.","Convert from a (L, a, b, alpha) tuple.","Convert from a (x, y, luma), a.k.a. (x, y, Y) tuple.","Convert from a (hue, saturation, lightness, alpha) tuple.","Convert from a (L, C, h, alpha) tuple.","Convert from a (hue, whiteness, blackness, alpha) tuple.","Convert from a (J', M', h', a) tuple.","Convert from a (L\\\\*, C\\\\*, h°, alpha) tuple.","Convert from a (hue, saturation, lightness) tuple.","Convert from a (hue, saturation, l) tuple.","Convert from a (hue, saturation, value) tuple.","Convert from a (hue, whiteness, blackness) tuple.","Convert from a (L\\\\*, a\\\\*, b\\\\*) tuple.","Convert from a (L\\\\*, C\\\\*, h°) tuple.","Convert from a (L\\\\*, C\\\\*uv, h°uv) tuple.","Convert from a (L\\\\*, u\\\\*, v\\\\*) tuple.","Convert from a (h, s, l) tuple.","Convert from a (h, s, v) tuple.","Convert from a (h, w, b) tuple.","Convert from a (L, a, b) tuple.","Convert from a (L, C, h) tuple.","Convert from a (X, Y, Z) tuple.","Convert from a (x, y, luma), a.k.a. (x, y, Y) tuple.","Create a new hue from degrees. This is an alias for new.","Create a new hue from degrees. This is an alias for new.","Create a new hue from degrees. This is an alias for new.","Create a new hue from degrees. This is an alias for new.","Convert to linear luminance from a different encoding with …","Convert RGB from a different encoding to linear with …","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert from another component type.","Convert the RGBA components from other number types.","Convert from another component type.","Convert from another component type.","Convert from another angle type.","Convert from another angle type.","Convert from another angle type.","Convert from another angle type.","Convert from another component type.","Convert from another component type.","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","Create a partial set of CIE CAM16 attributes with …","","","","","","","","","","","","","","","","","Convert linear luminance to non-linear luminance with …","Convert linear RGB to non-linear RGB with transparency.","Create a new hue from radians, instead of degrees.","Create a new hue from radians, instead of degrees.","Create a new hue from radians, instead of degrees.","Create a new hue from radians, instead of degrees.","","","","","","","","","","","","","","","","","","","","","","Parses a color hex code of format ‘#ff00bbff’ or ‘…","Convert from a packed u16 with a specific component order.","Convert from a packed u32 with specifiable component order.","Derive partial CIE CAM16 attributes with transparency, for …","Derive partial CIE CAM16 attributes with transparency, for …","Derive partial CIE CAM16 attributes with transparency, for …","Derive partial CIE CAM16 attributes with transparency, for …","Derive CIE CAM16 attributes with transparency for the …","Derive partial CIE CAM16 attributes with transparency, for …","Derive partial CIE CAM16 attributes with transparency, for …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a hue, or slice of hues, with references to the values …","Get a hue, or slice of hues, with references to the values …","Get a hue, or slice of hues, with references to the values …","Get a hue, or slice of hues, with references to the values …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","Return the difference or distance between two colors.","","","Calculate the contrast ratio between two colors.","","","","","","","","","","","","","","","Calculate a hue if possible.","","","","","","","","","","","","","","","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a hue, or slice of hues, that allows modifying the …","Get a hue, or slice of hues, that allows modifying the …","Get a hue, or slice of hues, that allows modifying the …","Get a hue, or slice of hues, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","","","Verify the contrast between two colors satisfies SC 1.4.6 …","Verify the contrast between two colors satisfies SC 1.4.6. …","Verify the contrast between two colors satisfies SC 1.4.11 …","Verify the contrast between two colors satisfies SC 1.4.3 …","Verify the contrast between two colors satisfies SC 1.4.3. …","Types for the HSL color space.","Types for the HSLuv color space.","Types for the HSV color space.","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees. Decides if it’s red, …","The hue of the color, in degrees of a circle.","The hue of the color, in degrees of a circle.","The hue of the color, in degrees of a circle.","h is the hue of the color, in degrees. Decides if it’s …","Hues and hue related types.","Types for the HWB color space.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a and b values for this hue, normalized to [-1, 1].","Returns a and b values for this hue, normalized to [-1, 1].","Returns a and b values for this hue, normalized to [-1, 1].","Returns a and b values for this hue, normalized to [-1, 1].","Convert into T with values clamped to the color defined …","","","","","","","","","","","","","","","","","","","","","","Temporarily convert to another color type in place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert to a (hue, saturation, lightness, alpha) tuple.","Convert to a (x, y, luma), a.k.a. (x, y, Y) tuple.","Convert to a (luma, alpha) tuple.","Convert to a (L, C, h, alpha) tuple.","Convert to a (lightness, saturation, hue, alpha) tuple.","Convert to a (L\\\\*, C\\\\*uv, h°uv, alpha) tuple.","Convert to a (J', M', h', a) tuple.","Convert to a (L\\\\*, C\\\\*, h°, alpha) tuple.","Convert to a (L, a, b, alpha) tuple.","Convert to a (brightness, colorfulness, hue, alpha) tuple.","Convert to a (J', a', b', a) tuple.","Convert to a (brightness, chroma, hue, alpha) tuple.","Convert to a (lightness, chroma, hue, alpha) tuple.","Convert to a (red, green, blue, alpha) tuple.","Convert to u (L\\\\*, u\\\\*, v\\\\*, alpha) tuple.","Convert to a (L\\\\*, a\\\\*, b\\\\*, alpha) tuple.","Convert to a (hue, saturation, lightness, alpha) tuple.","Convert to a (hue, saturation, value, alpha) tuple.","Convert to a (brightness, saturation, hue, alpha) tuple.","Convert to a (hue, whiteness, blackness, alpha) tuple.","Convert to a (hue, saturation, value, alpha) tuple.","Convert to a (hue, saturation, l, alpha) tuple.","Convert to a (hue, whiteness, blackness, alpha) tuple.","Convert to a (lightness, colorfulness, hue, alpha) tuple.","Convert to a (X, Y, Z, alpha) tuple.","Convert to a (hue, saturation, lightness) tuple.","Convert to a (hue, saturation, l) tuple.","Convert to a (hue, saturation, value) tuple.","Convert to a (hue, whiteness, blackness) tuple.","Convert to a (L\\\\*, a\\\\*, b\\\\*) tuple.","Convert to a (L\\\\*, C\\\\*, h°) tuple.","Convert to a (L\\\\*, C\\\\*uv, h°uv) tuple.","Convert to a (L\\\\*, u\\\\*, v\\\\*) tuple.","Convert to a (h, s, l) tuple.","Convert to a (h, s, v) tuple.","Convert to a (h, w, b) tuple.","Convert to a (L, a, b) tuple.","Convert to a (L, C, h) tuple.","Convert to a (X, Y, Z) tuple.","Convert to a (x, y, luma), a.k.a. (x, y, Y) tuple.","Get the hue as degrees, in the range (-180, 180].","Get the hue as degrees, in the range (-180, 180].","Get the hue as degrees, in the range (-180, 180].","Get the hue as degrees, in the range (-180, 180].","Convert a linear color to a different encoding with …","Convert a linear color to a different encoding with …","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert the RGBA components into other number types.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another angle type.","Convert into another angle type.","Convert into another angle type.","Convert into another angle type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Convert into another component type.","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Reconstruct a full set of CIE CAM16 attributes with …","Get the internal representation without normalizing or …","Get the internal representation without normalizing or …","Get the internal representation without normalizing or …","Get the internal representation without normalizing or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert the color to linear luminance with transparency.","Convert the color to linear RGB with transparency.","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to radians, in the range (-π, π].","Convert the hue to radians, in the range (-π, π].","Convert the hue to radians, in the range (-π, π].","Convert the hue to radians, in the range (-π, π].","Get the internal representation as degrees, without …","Get the internal representation as degrees, without …","Get the internal representation as degrees, without …","Get the internal representation as degrees, without …","Get the internal representation as radians, without …","Get the internal representation as radians, without …","Get the internal representation as radians, without …","Get the internal representation as radians, without …","","","","","","","","","","","","","","","","","","","","","","Convert to a packed u16 with with a specific component …","Convert to a packed u32 with with specifiable component …","Replace this guard with a guard that does not clamp the …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, that matches …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, from these CIE …","Construct an XYZ color with transparency, from these CIE …","","Check if the color’s components are within the expected …","","","","","","","","","","","","","","","","","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the hues in the wrapped collection.","Return an iterator over the hues in the wrapped collection.","Return an iterator over the hues in the wrapped collection.","Return an iterator over the hues in the wrapped collection.","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the hues in the …","Return an iterator that allows modifying the hues in the …","Return an iterator that allows modifying the hues in the …","Return an iterator that allows modifying the hues in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","Decides how light the color will look. 0.0 will be black, …","L* is the lightness of the color. 0.0 gives absolute black …","L* is the lightness of the color. 0.0 gives absolute black …","L* is the lightness of the color. 0.0 gives absolute black …","L* is the lightness of the color. 0.0 gives absolute black …","l is the lightness of the color. 0 gives absolute black …","L is the lightness of the color. 0 gives absolute black …","Types for the CIE L*a*b* (CIELAB) color space.","Types for the CIE L*C*h° color space.","Types for the CIE L*C*uv h°uv color space.","Scale the color towards the maximum lightness by factor, a …","","","","","","","","","","","","","","","","","","","Scale the color towards the maximum lightness by factor, a …","","","","","","","","","","","","","","","","","Lighten the color by amount, a value ranging from 0.0 to …","","","","","","","","","","","","","","","","","Lighten the color by amount, a value ranging from 0.0 to …","","","","","","","","","","","","","","","","","Decides how light the color will look. 0.0 will be black, …","The relative luminance of the color, where","Types for luma and luminance (grayscale) values.","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","luma (Y) was a measure of the brightness or luminance of a …","Types for the CIE L*u*v* (CIELUV) color space.","Return the a value maximum.","Return the alpha value maximum.","Return the b value maximum.","Return the blackness value maximum.","Return the blackness value maximum.","Return the chroma value maximum. This value does not cover …","Return the chroma value maximum.","Return the chroma extended maximum value. This value …","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the l value maximum.","Return the lightness value maximum.","Return the lightness value maximum.","Return the luma value maximum.","Return the saturation value maximum.","Return the saturation value maximum.","Return the saturation value maximum.","Return the saturation value maximum.","Return the saturation value maximum.","Return the u value maximum.","Return the v value maximum.","Return the value value maximum.","Return the value value maximum.","Return the whiteness value maximum.","Return the whiteness value maximum.","Return the x value maximum.","Return the x value maximum.","Return the y value maximum.","Return the y value maximum.","Return the z value maximum.","Return the a value minimum.","Return the alpha value minimum.","Return the b value minimum.","Return the blackness value minimum.","Return the blackness value minimum.","Return the chroma value minimum.","Return the chroma value minimum.","Return the chroma value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the l value minimum.","Return the lightness value minimum.","Return the lightness value minimum.","Return the luma value minimum.","Return the saturation value minimum.","Return the saturation value minimum.","Return the saturation value minimum.","Return the saturation value minimum.","Return the saturation value minimum.","Return the u value minimum.","Return the v value minimum.","Return the value value minimum.","Return the value value minimum.","Return the whiteness value minimum.","Return the whiteness value minimum.","Return the x value minimum.","Return the x value minimum.","Return the y value minimum.","Return the y value minimum.","Return the z value minimum.","Mix the color with an other color, by factor.","","","","","","","","","","","","","","","","","Mix the color with an other color, by factor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A collection of named color constants. Can be toggled with …","Create an Okhsl color with transparency.","Create a partial CIE CAM16 color with transparency.","Create a partial CIE CAM16 color with transparency.","Create a CIE XYZ color with transparency.","Create a partial CIE CAM16 color with transparency.","Create a CIE Yxy color with transparency.","Create a CIE L*u*v* color with transparency.","Create an HWB color with transparency.","Create an Oklab color with transparency.","Create a CIE L*C*uv h°uv color with transparency.","Create a luminance color with transparency.","Create an Oklch color with transparency.","Create a partial CIE CAM16 color with transparency.","Create a CIE L*a*b* with transparency.","Create an Okhsv color with transparency.","Create an HSLuv color with transparency.","Create a CAM16-UCS J’ a’ b’ color with transparency.","Create a partial CIE CAM16 color with transparency.","Create a CIE L*C*h° color with transparency.","Create a partial CIE CAM16 color with transparency.","Create a CAM16-UCS J’ M’ h’ color with transparency.","Non-linear RGB.","Create an HSV color with transparency.","Create an Okhwb color with transparency.","Create an HSL color with transparency.","Create an HSL color.","Create an HSLuv color.","Create an HSV color.","Create a new hue, specified in the default unit for the …","Create a new hue, specified in the default unit for the …","Create a new hue, specified in the default unit for the …","Create a new hue, specified in the default unit for the …","Create an HWB color.","Create a CIE L*a*b* color.","Create a CIE L*C*h° color.","Create a CIE L*C*uv h°uv color.","Create a CIE L*u*v* color.","Create an Okhsl color.","Create an Okhsv color.","Create an Okhwb color.","Create an Oklab color.","Create an Oklch color.","Create a CIE XYZ color.","Create a CIE Yxy color.","Create a CIE L*C*uv h°uv color with transparency. This is …","Create an Oklcha color. This is the same as Oklcha::new …","Create an HSV color with transparency. This is the same as …","Create an Okhwba color. This is the same as Okhwba::new …","Create a partial CIE CAM16 color with transparency. This …","Create a partial CIE CAM16 color with transparency. This …","Create an HSLuv color with transparency. This is the same …","Create a CAM16-UCS J’ M’ h’ color with transparency. …","Create a CIE L*C*h° color with transparency. This is the …","Create a partial CIE CAM16 color with transparency. This …","Create a partial CIE CAM16 color with transparency. This …","Create an HSL color with transparency. This is the same as …","Create a partial CIE CAM16 color with transparency. This …","Create a partial CIE CAM16 color with transparency. This …","Create an HWB color with transparency. This is the same as …","Create an Okhsla color. This is the same as Okhsla::new …","Create an Okhsva color. This is the same as Okhsva::new …","Create an HSL color. This is the same as Hsl::new without …","Create an HSLuv color. This is the same as Hsluv::new …","Create an HSV color. This is the same as Hsv::new without …","Create an HWB color. This is the same as Hwb::new without …","Create a CIE L*C*h° color. This is the same as Lch::new …","Create a CIE L*C*uv h°uv color. This is the same as …","Create an Okhsl color. This is the same as Okhsl::new …","Create an Okhsv color. This is the same as Okhsv::new …","Create an Okhwb color. This is the same as Okhwb::new …","Create an Oklch color. This is the same as Oklch::new …","Create an sRGB HSV color with transparency. This method …","Create an sRGB HSL color with transparency. This method …","Create an sRGB HWB color with transparency. This method …","Create an sRGB HSL color. This method can be used instead …","Create an sRGB HSV color. This method can be used instead …","Create an sRGB HWB color. This method can be used instead …","Create an sRGB HSV color with transparency. This is the …","Create an sRGB HSL color with transparency. This is the …","Create an sRGB HWB color with transparency. This is the …","Create an sRGB HSL color. This is the same as Hsl::new_srgb…","Create an sRGB HSV color. This is the same as Hsv::new_srgb…","Create an sRGB HWB color. This is the same as Hwb::new_srgb…","Traits for abstracting over numeric types.","Types for the Okhsl color space.","Types for the Okhsv color space.","Types for the Okhwb color space.","Types for the Oklab color space.","Types for the Oklch color space.","Transforms the color into a fully opaque color with a …","","","","","","","","","","","","","","","","","","","","","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a hue from the hue vector. See Vec::pop for details.","Pop a hue from the hue vector. See Vec::pop for details.","Pop a hue from the hue vector. See Vec::pop for details.","Pop a hue from the hue vector. See Vec::pop for details.","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","Alpha mask the color by its transparency.","","","","","","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional hue onto the hue vector. See Vec::push …","Push an additional hue onto the hue vector. See Vec::push …","Push an additional hue onto the hue vector. See Vec::push …","Push an additional hue onto the hue vector. See Vec::push …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Immediately restore the colors to their original type.","Types for the RGB color space, including spaces and …","Scale the color towards the maximum saturation by factor, …","","","","","","","","","Scale the color towards the maximum saturation by factor, …","","","","","","","","","Increase the saturation by amount, a value ranging from 0.0…","","","","","","","","","Increase the saturation by amount, a value ranging from 0.0…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The colorfulness of the color. 0.0 gives gray scale colors …","The colorfulness of the color, as a percentage of the …","The colorfulness of the color. 0.0 gives gray scale colors …","The saturation (freedom of black or white) of the color.","The saturation (freedom of whitishness) of the color.","","","Utilities for serializing and deserializing with serde.","","","","","","","","","","","","","","","","","","","","","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this hue with a new value.","Update this hue with a new value.","Update this hue with a new value.","Update this hue with a new value.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Update this color with new values.","Change the hue to a specific value.","","","","","","","","","","","","Return a copy of self with the hue shifted by amount.","","","","","","","","","","","","Shifts the hue by amount.","","","","","","","","","","","","","","Splits the color into separate color and transparency …","","","","","","","","","","","","","","","","","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The white point and RGB primaries this color is adapted …","The white point and RGB primaries this color is adapted …","The white point and RGB primaries this color is adapted …","Traits for working with stimulus colors and values, such …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert the colors to another type and replace this guard.","Convert the colors to another type, without clamping, and …","","","","","","","","","","","","","","","","","","","","","Transforms the color into a fully transparent color. If …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The range of valid u* varies depending on the values of L* …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The range of valid v* varies depending on the values of L* …","Decides how bright the color will look. 0.0 will be black, …","The monochromatic brightness of the color.","Defines the tristimulus values of the CIE Illuminants.","The white point and RGB primaries this color is adapted …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The white point associated with the color’s illuminant …","The whiteness of the color. It specifies the amount white …","The amount of white, mixed in the pure hue, ranging from …","Transforms the color into a transparent color with the …","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct with a vector with a minimum capacity. See …","Create a struct with a vector with a minimum capacity. See …","Create a struct with a vector with a minimum capacity. See …","Create a struct with a vector with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","Return a copy of self with a specific hue.","","","","","","","","","","","","Changes the reference white point without changing the …","Changes the reference white point without changing the …","Changes the reference white point without changing the …","Changes the reference white point without changing the …","Removes the transparency from the color. If Self::Color has","","","","","","","","","","","","","","","","","X is the scale of what can be seen as a response curve for …","x chromaticity co-ordinate derived from XYZ color space as …","","","","","","","Types for the CIE 1931 XYZ color space.","Y is the luminance of the color, where 0.0 is black and …","y chromaticity co-ordinate derived from XYZ color space as …","Types for the CIE 1931 Yxy (xyY) color space.","Z is the scale of what can be seen as the blue …","An alpha component wrapper for colors, for adding …","The opaque color type, without any transparency.","An iterator for transparent colors.","Premultiplied alpha wrapper.","A trait for color types that can have or be given …","The color type with transparency applied.","","","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 is fully transparent and …","","","","","","","","The color.","The premultiplied color components (…","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","Transforms the color into a fully opaque color with a …","","Splits the color into separate color and transparency …","Transforms the color into a fully transparent color. If …","","","","","","","","Transforms the color into a transparent color with the …","Removes the transparency from the color. If Self::Color has","Angular equality, where 0 degrees and 360 degrees are …","Performs value-to-value conversion between angle types. …","Represents types that can express a full rotation (i.e. …","Represents types that can express half of a rotation (i.e. …","Performs value-to-value conversion between angle types. …","Angle values that are real numbers and can represent both …","Angle types that can represent the full circle using …","Angle types that can represent the full circle as positive …","Check if self and other represent the same angle on a …","Consider self to be degrees and convert it to radians.","Performs a conversion from angle.","Return a value that represents a full rotation (i.e. 360 …","Return a value that represents half of a rotation (i.e. …","Performs a conversion into T.","Normalize self to a range corresponding to -180 to 180 …","Normalize self to a range corresponding to 0 to 360 …","Consider self to be radians and convert it to degrees.","Add the source and destination, according to …","A trait for different ways of mixing colors together.","A trait for custom blend functions.","Blending with a custom blend function.","The base color type of Self.","The Porter Duff composition operators, as described by W3C.","The destination alpha.","The destination color, or alpha.","A blending equation.","A pair of blending equations and corresponding parameters.","Create a color where each component is the largest of each …","Create a color where each component is the smallest of …","A simple 1.","One minus the destination alpha.","One minus the destination color, or alpha.","One minus the source alpha.","One minus the source color, or alpha.","A blending parameter.","A pair of source and destination parameters.","Premultiplied alpha wrapper.","Alpha masking and unmasking.","Subtract the source from the destination, according to …","The color’s component type.","The source alpha.","The source color, or alpha.","Subtract the destination from the source, according to …","A simple 0.","","","","","","","","","","","","","The transparency component. 0.0 is fully transparent and …","The equation for the alpha component.","The parameters for the alpha component.","Apply this blend function to a pair of colors.","","","","","","","","","","","","","","","","","","","","","","","","","","Place self over only the visible parts of other.","","Blend self, as the source color, with destination, using …","","","","","","","","","","","","Darken other to reflect self. Results in other if self is …","","","","","","","","","","","","","","","","","The premultiplied color components (…","The equation for the color components.","The parameters for the color components.","","","","","","Return the darkest parts of self and other.","","","","","","","","","","","","","","","","","","","The destination parameter.","Return the absolute difference between self and other. It…","","","","","","","","Lighten other to reflect self. Results in other if self is …","","","","","","","","","","","","","","","","","","","","","","","","","","","Similar to difference, but appears to result in a lower …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","Create a pair of blending equations, where all the …","Create a pair of additive blending equations with the …","","","","","","Multiply self or other if other is dark, or screen them if …","","","","","","","Results in the parts of self that overlaps the visible …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the lightest parts of self and other.","","","","","","","","","","Multiply self with other. This uses the alpha component to …","","Alpha mask color with alpha.","Create an opaque alpha masked color.","Results in the parts of self that lies outside the visible …","","Place self over other. This is the good old common alpha …","","Multiply self or other if other is dark, or screen them if …","","Add self and other. This uses the alpha component to …","","Alpha mask the color.","","Make a color which is at least as light as self or other.","","","Lighten other if self is light, or darken other as if it’…","","The source parameter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Alpha unmask the color, resulting in a color and …","Alpha unmask the color.","Results in either self or other, where they do not overlap.","","A helper trait that collects bit traits under one name.","Basic methods for boolean masks.","Associates a Boolean type to the implementing type.","Like Select, but can avoid evaluating the input.","The mask type to use for selecting Self values.","Makes a mask bale to select between two values.","Create a new mask where each lane is set to value.","Checks if all lanes in the mask are false.","Checks if all lanes in the mask are true.","Select lanes from the output of a when corresponding lanes …","Select lanes from a when corresponding lanes in self are …","Uses luminance levels and surround conditions to calculate …","Represents a surface color, such as a print on a 20% …","Pre-calculated variables for CAM16, that only depend on …","The CIE CAM16 color appearance model.","A trait for converting into a CAM16 color type from C …","A trait for converting from a CAM16 color type into C …","Partial CIE CAM16, with lightness and chroma.","Partial CIE CAM16 with lightness, chroma, and an alpha …","Partial CIE CAM16, with lightness and colorfulness.","Partial CIE CAM16 with lightness, colorfulness, and an …","Partial CIE CAM16, with lightness and saturation.","Partial CIE CAM16 with lightness, saturation, and an alpha …","Partial CIE CAM16, with brightness and chroma.","Partial CIE CAM16 with brightness, chroma, and an alpha …","Partial CIE CAM16, with brightness and colorfulness.","Partial CIE CAM16 with brightness, colorfulness, and an …","Partial CIE CAM16, with brightness and saturation.","Partial CIE CAM16 with brightness, saturation, and an …","The Cartesian form of CAM16-UCS, or J’ a’ b’.","An iterator for Cam16UcsJab values.","Cartesian CAM16-UCS with an alpha component.","The polar form of CAM16-UCS, or J’M’h’.","An iterator for Cam16UcsJmh values.","Polar CAM16-UCS with an alpha component.","CIE CAM16 with an alpha component.","A value between 0.0 and 1.0, where 0.0 represents no …","Represents a dark room, such as a movie theatre. …","Represents a dimly lit room with a bright TV or monitor. …","The degree of discounting of (or adaptation to) the …","A trait for converting from a CAM16 color type C without …","A trait for converting into a CAM16 color type C without …","Parameters for CAM16 that describe the viewing conditions.","Any custom value from 0% to 20%. Any value outside that …","The number type that’s used in parameters when …","The number type that’s used in parameters when …","The number type that’s used in parameters when …","The number type that’s used in parameters when …","Represents a static white point in Parameters, as opposed …","The static representation of this white point, or …","A description of the peripheral area.","A trait for types that can be used as white point …","The redness/greenness (a’) of the color.","","","","","","","","","","","","","","","","","The average luminance of the environment (test adapting …","","","","","","","","","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","Borrow this color’s components as shared references.","","The yellowness/blueness (b’) of the color.","The luminance factor of the background (Yb), on a scale …","Pre-bakes the parameters to avoid repeating parts of the …","","","","","","","","","","","","","","","","","","","","","","The brightness (Q) of the color.","The brightness (Q) of the color.","The brightness (Q) of the color.","The brightness (Q) of the color.","Converts color into Self, using the provided parameters.","","","","","","","","Converts self into C, using the provided parameters.","","","","","","","","","","","Partial CIE CAM16, with lightness and chroma, and helper …","Partial CIE CAM16, with lightness and colorfulness, and …","Partial CIE CAM16, with lightness and saturation, and …","Partial CIE CAM16, with brightness and chroma, and helper …","Partial CIE CAM16, with brightness and colorfulness, and …","Partial CIE CAM16, with brightness and saturation, and …","The chroma (C) of the color.","The chroma (C) of the color.","The chroma (C) of the color.","","","","","","","Clear the component vectors. See Vec::clear for details.","Clear the component vectors. See Vec::clear for details.","","","","","","","","","","","","","","","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The color.","The colorfulness (M) of the color.","The colorfulness (M’) of the color.","The colorfulness (M) of the color.","The colorfulness (M) of the color.","","","","","","","","","","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","Creates a new set of parameters with a dynamic white point …","","","","","","","","","","Creates a new set of parameters with a static white point …","","","","","","","","","","","","","","","","","","","","","","","","","The degree of discounting of (or adaptation to) the …","","","","","","Return an iterator that moves colors out of the specified …","Return an iterator that moves colors out of the specified …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","","Converts cam16 into Self, using the provided parameters.","","","","","","","","","","","","","","","","","","","","","","","Convert from a (J', a', b') tuple.","Convert from a (J', M', h') tuple.","","","","","","","","","","","","","Derive CIE CAM16 attributes for the provided color, under …","Get a color, or slice of colors, with references to the …","Get a color, or slice of colors, with references to the …","","","Get a color, or slice of colors, that allows modifying the …","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","The hue (h’) of the color.","The hue (h) of the color.","The hue (h) of the color.","The hue (h) of the color.","The hue (h) of the color.","The hue (h) of the color.","The hue (h) of the color.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts self into C, using the provided parameters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert to a (J', a', b') tuple.","Convert to a (J', M', h') tuple.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the XYZ value for this white point.","","Construct an XYZ color that matches these CIE CAM16 …","","","","Return an iterator over the colors in the wrapped …","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","Return an iterator that allows modifying the colors in the …","","","","","","","","","","","The lightness (J) of the color.","The lightness (J’) of the color.","The lightness (J’) of the color.","The lightness (J) of the color.","The lightness (J) of the color.","The lightness (J) of the color.","Return the lightness value maximum.","Return the lightness value maximum.","Return an a value maximum that includes the sRGB gamut.","Return a b value maximum that includes the sRGB gamut.","Return a colorfulness value maximum that includes the sRGB …","Return the colorfulness value minimum.","Return the lightness value minimum.","Return the lightness value minimum.","Return an a value minimum that includes the sRGB gamut.","Return a b value minimum that includes the sRGB gamut.","","","","","","","","","Create a CAM16-UCS J’ a’ b’ color.","Create a CAM16-UCS J’ M’ h’ color.","Create a CAM16-UCS J’ M’ h’ color. This is the same …","","","","","","","","Pop a color’s components from the component vectors. See …","Pop a color’s components from the component vectors. See …","","Push an additional color’s components onto the component …","Push an additional color’s components onto the component …","","","","","","","","","","","","","","","","","","","The saturation (s) of the color.","The saturation (s) of the color.","The saturation (s) of the color.","","","Update this color with new values.","Update this color with new values.","","","","","","","","","","","","","","","","","A description of the peripheral area, with a value from 0% …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","White point of the test illuminant, Xw Yw Zw. Yw should be …","","","","Create a struct of vectors with a minimum capacity. See …","Create a struct of vectors with a minimum capacity. See …","","","","","","Partial CIE CAM16, with lightness and chroma.","An iterator for Cam16Jch values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","","","","The chroma (C) of the color.","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","","Convert from a (lightness, chroma, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (lightness, chroma, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","The lightness (J) of the color.","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with lightness and colorfulness.","An iterator for Cam16Jmh values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","","","","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The colorfulness (M) of the color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Convert from a (lightness, colorfulness, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (lightness, colorfulness, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","The lightness (J) of the color.","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with lightness and saturation.","An iterator for Cam16Jsh values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","","","","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","","Convert from a (lightness, saturation, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (lightness, saturation, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","The lightness (J) of the color.","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","The saturation (s) of the color.","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with brightness and chroma.","An iterator for Cam16Qch values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","The brightness (Q) of the color.","","","","The chroma (C) of the color.","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","","","","Convert from a (brightness, chroma, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (brightness, chroma, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with brightness and colorfulness.","An iterator for Cam16Qmh values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","The brightness (Q) of the color.","","","","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The colorfulness (M) of the color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","Convert from a (brightness, colorfulness, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (brightness, colorfulness, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Partial CIE CAM16, with brightness and saturation.","An iterator for Cam16Qsh values.","","","","","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","The brightness (Q) of the color.","","","","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","Convert from a (brightness, saturation, hue) tuple.","Create a partial set of CIE CAM16 attributes.","","","","Derive partial CIE CAM16 attributes for the provided …","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","The hue (h) of the color.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (brightness, saturation, hue) tuple.","Reconstruct a full set of CIE CAM16 attributes, using the …","","","","","","","","","","","","","","","","","Construct an XYZ color from these CIE CAM16 attributes, …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","Create a partial CIE CAM16 color.","Create a partial CIE CAM16 color. This is the same as …","","","Pop a color’s components from the component vectors. See …","Push an additional color’s components onto the component …","","","","","","","The saturation (s) of the color.","Update this color with new values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","The output type of a cast to an array.","Marker trait for types that can be represented as a fixed …","","Trait for casting a reference to collection of arrays into …","Trait for casting a mutable reference to collection of …","Trait for casting a collection of arrays from a collection …","Trait for casting a collection of arrays into a collection …","Trait for casting a reference to a collection of colors …","Trait for casting a mutable reference to a collection of …","Trait for casting a reference to a collection of colors …","Trait for casting a mutable reference to a collection of …","Trait for casting a reference to a collection of colors …","Trait for casting a mutable reference to a collection of …","The error type returned when casting a boxed slice of …","The type of error returned when the capacity of a Vec didn…","Packs and unpacks color types with some component order.","Trait for casting a reference to collection of color …","Trait for casting a mutable reference to collection of …","Trait for casting a collection of color components into a …","Trait for casting a collection of color components from a …","The error for when try_components_as fails to cast.","The error for when try_components_as_mut fails to cast.","The error for when try_from_components fails to cast.","The error for when try_into_colors fails to cast.","Trait for casting a collection of colors from a collection …","Trait for casting a collection of colors from a collection …","Trait for casting a collection of colors from a collection …","Trait for casting a collection of colors into a collection …","Trait for casting a collection of colors into a collection …","Trait for casting a collection of colors into a collection …","The type of error returned when the length of a Vec didn’…","A color packed into a compact format, such as an unsigned …","The error type returned when casting a slice of components …","Trait for trying to cast a reference to collection of …","Trait for trying to cast a mutable reference to collection …","Trait for trying to cast a collection of color components …","Trait for trying to cast a collection of colors from a …","An unsigned integer with the same size as Self.","Marker trait for types that can be represented as an …","Trait for casting a reference to a collection of unsigned …","Trait for casting a mutable reference to a collection of …","Trait for casting a collection of unsigned integers from a …","Trait for casting a collection of unsigned integers into a …","The error type returned when casting a Vec of components …","The type of error that is returned when casting a Vec of …","","","","","","Cast this collection of arrays into a collection of colors.","Cast this collection of arrays into a mutable collection …","Cast a collection of colors into a collection of arrays.","","","","","","Cast this collection of arrays into a collection of colors.","","","","","","","","","","","","","","","","Cast this collection of colors into a collection of arrays.","Cast this collection of colors into a mutable collection …","Cast this collection of colors into a collection of color …","Cast this collection of colors into a mutable collection …","","","","","","","Cast this collection of colors into a collection of …","Cast this collection of colors into a mutable collection …","","","","","","","","","","","","","","","","The channel order for the color components in the packed …","","","","","","","","","","","The color packed into a type P, such as u32 or [u8; 4].","Cast this collection of color components into a reference …","Cast this collection of color components into a mutable …","Cast a collection of colors into a collection of color …","","","","","","Cast this collection of color components into a collection …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","","","","","Cast from an array to a color type.","Cast from an array of arrays to an array of colors.","Cast from a boxed array to a boxed color type.","Cast from a mutable array reference to a mutable color …","Cast from an array reference to a color type reference.","Cast from a slice of arrays to a slice of colors.","Cast from a boxed slice of arrays to a boxed slice of …","Cast from a mutable slice of arrays to a mutable slice of …","Cast from a Vec of arrays to a Vec of colors.","Cast a collection of arrays into an collection of colors.","Cast from an array of color components to an array of …","The same as try_from_component_slice but panics on error.","The same as try_from_component_slice_box but panics on …","The same as try_from_component_slice_mut but panics on …","The same as try_from_component_vec but panics on error.","Cast a collection of color components into an collection …","","","","","","Cast from an unsigned integer to a color type.","Cast from an array of unsigned integers to an array of …","Cast from a mutable unsigned integer reference to a …","Cast from an unsigned integer reference to a color type …","Cast from a slice of unsigned integers to a slice of …","Cast from a boxed slice of unsigned integers to a boxed …","Cast from a mutable slice of unsigned integers to a …","Cast from a Vec of unsigned integers to a Vec of colors.","Cast a collection of unsigned integers into an collection …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Cast from a color type to an array.","Cast from an array of colors to an array of arrays.","Cast from a boxed color type to a boxed array.","Cast from a mutable color type reference to a mutable …","Cast from a color type reference to an array reference.","Cast from a slice of colors to a slice of arrays.","Cast from a boxed slice of colors to a boxed slice of …","Cast from a mutable slice of colors to a mutable slice of …","Cast from a Vec of colors to a Vec of arrays.","Cast this collection of colors into a collection of arrays.","","","","","","","","","","","","","","","","Cast from an array of colors to an array of color …","Cast from a slice of colors to a slice of color components.","Cast from a boxed slice of colors to a boxed slice of …","Cast from a slice of colors to a slice of color components.","Cast from a Vec of colors to a Vec of color components.","Cast this collection of colors into a collection of color …","","","","","","Cast from a color type to an unsigned integer.","Cast from an array of colors to an array of unsigned …","Cast from a mutable color type reference to a mutable …","Cast from a color type reference to an unsigned integer …","Cast from a slice of colors to a slice of unsigned …","Cast from a boxed slice of colors to a boxed slice of …","Cast from a mutable slice of colors to a mutable slice of …","Cast from a Vec of colors to a Vec of unsigned integers.","Cast this collection of colors into a collection of …","The type of error that occurred.","Map values of color A to values of color B without …","Map values of color A to values of color B without …","Combine the components of a color into the packed format.","Transform a color value into a packed memory …","","","","","","","","","","","","Try to cast this collection of color components into a …","Try to cast this collection of color components into a …","Try to cast this collection of color components into a …","","","","","","","","","","","","","Cast from a slice of color components to a slice of colors.","Cast from a boxed slice of color components to a boxed …","Cast from a mutable slice of color components to a slice …","Cast from a Vec of color components to a Vec of colors.","Try to cast a collection of color components into an …","","","","","","","","","","","","","","","","Cast this collection of unsigned integers into a …","Cast this collection of unsigned integers into a mutable …","Cast a collection of colors into a collection of unsigned …","","","","","","Cast this collection of unsigned integers into a …","","","","","","Split the packed color into its separate components.","Transform a packed color into a regular color value.","The original values.","The original values.","Trait to convert color from one reference white point to …","Trait to convert color with one reference white point into …","Bradford chromatic adaptation method","Holds the matrix coefficients for the chromatic adaptation …","Chromatic adaptation methods implemented in the library","Generates a conversion matrix to convert the Xyz …","VonKries chromatic adaptation method","XyzScaling chromatic adaptation method","Convert the source color to the destination color using …","Convert the source color to the destination color using …","Convert the source color to the destination color using …","Convert the source color to the destination color using …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Generates a 3x3 transformation matrix to convert color …","Get the cone response functions for the chromatic …","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","3x3 matrix for the inverse of the cone response domains","3x3 matrix for the cone response domains","","","","","","","","","","","","","","","Calculate the CIEDE2000 ΔE* (Delta E) color difference …","A trait for calculating the color difference between two …","Calculate the ΔE color difference between two colors.","Calculate the distance between two colors as if they were …","Calculate a combination of Euclidean and …","Calculate the CIEDE2000 ΔE’ (improved IEDE2000 ΔE*) …","Calculate the ΔE’ (improved ΔE) color difference …","The type of the calculated color difference.","The type for the ΔE* (Delta E).","The type for the distance value.","The scalar type used for luminance and contrast.","The type for the distance value.","The type for the distance value.","Calculate and check the WCAG 2.1 relative contrast and …","Calculate the ΔE color difference metric for self and …","Calculate the CIEDE2000 ΔE* (Delta E) color difference …","Calculate the Euclidean distance from self to other.","Calculate the squared Euclidean distance from self to other…","Return the difference or distance between two colors.","Verify the contrast between two colors satisfies SC 1.4.6 …","Verify the contrast between two colors satisfies SC 1.4.6. …","Verify the contrast between two colors satisfies SC 1.4.11 …","Verify the contrast between two colors satisfies SC 1.4.3 …","Verify the contrast between two colors satisfies SC 1.4.3. …","Calculate the hybrid distance between self and other.","Calculate the ΔE’ (improved ΔE) color difference …","Calculate the CIEDE2000 ΔE’ (improved IEDE2000 ΔE*) …","Returns the WCAG 2.1 relative luminance contrast between …","Returns the WCAG 2.1 relative luminance of self.","Represents the analogous color scheme on a 12 color wheel.","Represents the complementary color scheme.","Represents the split complementary color scheme.","Represents the tetradic, or square, color scheme.","Represents the triadic color scheme.","Return the two additional colors of an analogous color …","Return the next two analogous colors, after the colors …","Return the complementary color of self.","Return the two split complementary colors of self.","Return the three additional colors of a tetradic color …","Return the two additional colors of a triadic color scheme.","A trait for converting one color from another, in a …","Temporarily convert colors in place.","A scope guard that restores the guarded colors to their …","A trait for unchecked conversion of one color from another.","","Temporarily convert colors in place, without clamping.","A scope guard that restores the guarded colors to their …","A trait for converting a color into another, in a possibly …","Temporarily convert colors in place. The Into counterpart …","A trait for unchecked conversion of a color into another.","Temporarily convert colors in place. The Into counterpart …","The error type for a color conversion that converted a …","A trait for fallible conversion of one color from another.","A trait for fallible conversion of a color into another.","","","","","","","","","","","","","","","","","Consume this error and return the wrapped color","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Convert from T with values clamped to the color defined …","Temporarily convert from another color type in place.","Convert from T. The resulting color might be invalid in …","Temporarily convert from another color type in place, …","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Replace this guard with a guard that clamps the colors …","Convert into T with values clamped to the color defined …","","","Temporarily convert to another color type in place.","Convert into T. The resulting color might be invalid in …","","","Temporarily convert to another color type in place, …","","","Immediately restore the colors to their original type.","Convert the colors to another type and replace this guard.","Convert the colors to another type, without clamping, and …","","","","","","","Convert from T, returning ok if the color is inside of its …","","","Convert into T, returning ok if the color is inside of its …","","","","","","","","","Represents 2.2f64.","A transfer function from linear space.","Gamma encoding.","A transfer function to linear space.","A generic standard with linear components.","The sRGB standard, color space, and transfer function.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Convert the color component linear from linear space.","","","","","","","","Gamma encoding.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert the color component encoded into linear space.","","","","","","","","Linear encoding","","","The sRGB standard.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents 2.2f64.","Gamma encoding.","The transfer function for gamma encoded colors.","A type level float constant.","The represented number.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","A generic standard with linear components.","Linear color component encoding.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","The sRGB standard, color space, and transfer function.","HSL color space.","Linear HSL with an alpha component. See the Hsla …","An iterator for Hsl values.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","","Decides how light the color will look. 0.0 will be black, …","","","The colorfulness of the color. 0.0 gives gray scale colors …","","The white point and RGB primaries this color is adapted …","","","","","","","","HSLuv color space.","HSLuv with an alpha component. See the Hsluva …","An iterator for Hsluv values.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","Decides how light the color will look. 0.0 will be black, …","","","","The colorfulness of the color, as a percentage of the …","","","","","","","","","The white point and RGB primaries this color is adapted …","HSV color space.","Linear HSV with an alpha component. See the Hsva …","An iterator for Hsv values.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","","","","The colorfulness of the color. 0.0 gives gray scale colors …","","The white point and RGB primaries this color is adapted …","","","","","","","","Decides how bright the color will look. 0.0 will be black, …","A hue type for the CAM16 color appearance model.","Iterator over Cam16Hue values.","A hue type for the CIE L*a*b* family of color spaces.","Iterator over LabHue values.","A hue type for the CIE L*u*v* family of color spaces.","Iterator over LuvHue values.","A hue type for the Oklab color space.","Iterator over OklabHue values.","A hue type for the RGB family of color spaces.","Iterator over RgbHue values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Borrow this hue’s value as shared references.","","","","","","","","","","","","","","","","","","","Clear the hue vector. See Vec::clear for details.","","","Get an owned, cloned version of this hue.","Get an owned, cloned version of this hue.","","","","","","","Get an owned, copied version of this hue.","Get an owned, copied version of this hue.","","","","","","","","","","","","","","","","","","","","","","","Return an iterator that moves hues out of the specified …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns a hue from a and b, normalized to [0°, 360°).","Create a new hue from degrees. This is an alias for new.","Convert from another angle type.","Create a new hue from radians, instead of degrees.","","","","","","","Get a hue, or slice of hues, with references to the values …","Get a hue, or slice of hues, that allows modifying the …","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a and b values for this hue, normalized to [-1, 1].","","","","","","","","","","","","","Get the hue as degrees, in the range (-180, 180].","Convert into another angle type.","Get the internal representation without normalizing or …","","","","","","","","","","","","","","","","","","","Convert the hue to positive degrees, in the range [0, 360).","Convert the hue to positive radians, in the range [0, 2π).","Convert the hue to radians, in the range (-π, π].","Get the internal representation as degrees, without …","Get the internal representation as radians, without …","","","","","","","Return an iterator over the hues in the wrapped collection.","Return an iterator that allows modifying the hues in the …","","","","","","Create a new hue, specified in the default unit for the …","","","","","","","","","","","Pop a hue from the hue vector. See Vec::pop for details.","Push an additional hue onto the hue vector. See Vec::push …","","","","","","","","Update this hue with a new value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct with a vector with a minimum capacity. See …","HWB color space.","Linear HWB with an alpha component. See the Hwba …","An iterator for Hwb values.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","The blackness of the color. It specifies the amount black …","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","","","","","The white point and RGB primaries this color is adapted …","","","","","","","","The whiteness of the color. It specifies the amount white …","An iterator for Lab values.","The CIE L*a*b* (CIELAB) color space.","CIE L*a*b* (CIELAB) with an alpha component. See the Laba …","a* goes from red at -128 to green at 127.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","b* goes from yellow at -128 to blue at 127.","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","L* is the lightness of the color. 0.0 gives absolute black …","","","","","","","","","","","","The white point associated with the color’s illuminant …","An iterator for Lch values.","CIE L*C*h°, a polar version of CIE L*a*b*.","CIE L*C*h° with an alpha component. See the Lcha …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","C* is the colorfulness of the color. It’s similar to …","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","L* is the lightness of the color. 0.0 gives absolute black …","","","","","","","","","","","","The white point associated with the color’s illuminant …","An iterator for Lchuv values.","CIE L*C*uv h°uv, a polar version of CIE L*u*v*.","CIE L*C*uv h°uv with an alpha component. See the Lchuva …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","C*uv is the colorfulness of the color. It’s similar to …","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees. Decides if it’s red, …","","Calls U::from(self).","","","","","","","","","","L* is the lightness of the color. 0.0 gives absolute black …","","","","","","","","","","","","The white point associated with the color’s illuminant …","Gamma 2.2 encoded luminance.","Gamma 2.2 encoded luminance with an alpha component.","An iterator for Luma values.","Linear luminance.","Linear luminance with an alpha component.","Luminance.","A white point and a transfer function.","Luminance with an alpha component. See the Lumaa …","A packed representation of Luma+Alpha in AL order.","A packed representation of Luma+Alpha in LA order.","sRGB encoded luminance.","sRGB encoded luminance with an alpha component.","The transfer function for the luminance component.","The white point of the color space.","","","","","","","","","","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","","","","","","","","The channel order for the color components in the packed …","The channel order for the color components in the packed …","Channel orders for packed Luma types.","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The color.","The color.","The color.","The color.","The color packed into a type P, such as u32 or [u8; 4].","The color packed into a type P, such as u32 or [u8; 4].","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","Convert from a (luma,) tuple.","Convert from linear luminance from a different encoding.","Convert from another component type.","","Convert linear luminance to non-linear luminance.","","","Convert from a packed u16 with specifiable component order.","Get a color, or slice of colors, with references to the …","","Get a color, or slice of colors, that allows modifying the …","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Convert to a (luma,) tuple.","Convert a linear color to a different encoding.","Convert into another component type.","","","","","","","","","","","","","","","Convert the color to linear luminance.","","","Convert to a packed u16 with with specifiable component …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","","","","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","The lightness of the color. 0.0 is black and 1.0 is white.","Return the luma value maximum.","Return the luma value minimum.","","","","","","","","Create a luminance color.","","","","","","","Pop a color’s components from the component vectors. See …","","Push an additional color’s components onto the component …","","","","","","","","","","Update this color with new values.","","","","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Luma+Alpha color packed in AL order.","Luma+Alpha color packed in LA order.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An iterator for Luv values.","The CIE L*u*v* (CIELUV) color space.","CIE L*u*v* (CIELUV) with an alpha component. See the Luva …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","L* is the lightness of the color. 0.0 gives absolute black …","","","","","","","","","","The range of valid u* varies depending on the values of L* …","","","The range of valid v* varies depending on the values of L* …","The white point associated with the color’s illuminant …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a SVG/CSS3 color by name. Can be toggled with the …","Method for getting the absolute value of a number.","A helper trait that collects arithmetic traits under one …","Method for getting the cube root of a number.","Trait for clamping a value.","Assigning trait for clamping a value.","Methods for calculating e ^ x,","Trait for creating a vectorized value from a scalar value.","Conversion from an array of scalars to a vectorized value.","Methods for calculating the lengths of a hypotenuse.","Conversion from a vectorized value to an array of scalars.","Methods for checking if a number can be used as a divisor.","Trait for getting the natural logarithm of self.","Methods for getting the largest or smallest of two values.","Combined multiplication and addition operation.","Combined multiplication and subtraction operation.","Methods for the value 1.","The resulting type.","The resulting type.","Trait for lanewise comparison of two values.","Method for raising a number by a real number exponent.","Method for raising a number by a signed integer exponent.","Method for raising a number by a n unsigned integer …","Numbers that belong to the real number set. It’s both a …","Method for calculating 1 / x.","Methods for rounding numbers to integers.","Saturating addition operation.","Saturating subtraction operation.","The scalar type that is stored in each lane of Self. …","Trait for getting a number that represents the sign of self…","Method for getting the square root of a number.","Trigonometry methods and their inverses.","Methods for the value 0.","Returns the absolute value of self.","Compute the arccosine in radians of self.","Compute the arcsine in radians of self.","Compute the arctangent in radians of self.","Compute the arctangent in radians of self (y) and other …","Returns the cube root of self.","Return the smallest integer greater than or equal to self.","Clamp self to be within the range [min, max].","Clamp self to be within the range [min, max].","Clamp self to be within the range (-∞, max].","Clamp self to be within the range (-∞, max].","Clamp self to be within the range [min, ∞).","Clamp self to be within the range [min, ∞).","Compute the cosine of self (in radians).","Compares self == other.","Return e ^ self.","Return the largest integer less than or equal to self.","Creates a vectorized value from an array of scalars.","Create a number from an f64 value, mainly for converting …","Create a new vectorized value where each lane is scalar. …","Compares self > other.","Compares self >= other.","Returns the length of the hypotenuse formed by self and …","Creates an array of scalars from a vectorized value.","Return true if self can be used as a divisor in x / self.","Returns the natural logarithm of self.","Compares self < other.","Compares self <= other.","Return the largest of self and other.","Return the smallest of self and other.","Return a pair of self and other, where the smallest is the …","Multiplies self with m and add a, as in (self * m) + a.","Multiplies self with m and subtract s, as in (self * m) - s…","Compares self != other.","Create a new 1 value.","Return self raised to the power of exp.","Return self raised to the power of exp.","Return self raised to the power of exp.","Return 1 / self.","Return the nearest integer to self. Round half-way cases …","Returns the sum of self and other, but saturates instead …","Returns the difference of self and other, but saturates …","Returns a number that represents the sign of self. For …","Compute the sine of self (in radians).","Simultaneously compute the sine and cosine of self (in …","Returns the square root of self.","Compute the tangent of self (in radians).","Create a new 0 value.","An iterator for Okhsl values.","A Hue/Saturation/Lightness representation of Oklab in the …","Okhsl with an alpha component.","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees of a circle.","","Calls U::from(self).","","","","","","","","","","","The relative luminance of the color, where","","","The saturation (freedom of black or white) of the color.","","","","","","","","","An iterator for Okhsv values.","A Hue/Saturation/Value representation of Oklab in the sRGB …","Okhsv with an alpha component. See the Okhsva …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees of a circle.","","Calls U::from(self).","","","","","","","","","","","","","The saturation (freedom of whitishness) of the color.","","","","","","","","","The monochromatic brightness of the color.","An iterator for Okhwb values.","A Hue/Whiteness/Blackness representation of Oklab in the …","Okhwb with an alpha component. See the Okhwba …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","The amount of black, mixed in the pure hue, ranging from …","","","","The color.","","","","","","Returns the argument unchanged.","","","The hue of the color, in degrees of a circle.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The amount of white, mixed in the pure hue, ranging from …","An iterator for Oklab values.","The Oklab color space.","Oklab with an alpha component.","a changes the hue from reddish to greenish, when moving …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","b changes the hue from yellowish to blueish, when moving …","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","l is the lightness of the color. 0 gives absolute black …","","","","","","","","","","","","An iterator for Oklch values.","Oklch, a polar version of Oklab.","Oklch with an alpha component. See the Oklcha …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","chroma is the colorfulness of the color. A color with …","The color.","","","","","","Returns the argument unchanged.","","","h is the hue of the color, in degrees. Decides if it’s …","","Calls U::from(self).","","","","","","","","","","L is the lightness of the color. 0 gives absolute black …","","","","","","","","","","","","Error type for parsing a string of hexadecimal characters …","Gamma 2.2 encoded sRGB.","Gamma 2.2 encoded sRGB with an alpha component.","The hex value was not in a valid 3 or 6 character format.","An iterator for Rgb values.","Linear sRGB.","Linear sRGB with an alpha component.","A packed representation of RGBA in ABGR order.","A packed representation of RGBA in ARGB order.","A packed representation of RGBA in BGRA order.","A packed representation of RGBA in RGBA order.","An error occurred while parsing the string into a valid …","Represents the red, green and blue primaries of an RGB …","The primaries of the RGB color space.","Generic RGB.","A set of primaries and a white point.","An RGB space and a transfer function.","Generic RGB with an alpha component. See the Rgba …","The hex value was not in a valid 4 or 8 character format.","The RGB color space.","Non-linear sRGB, the most common RGB input/output format.","Non-linear sRGB with an alpha component.","The transfer function for the color components.","The white point of the RGB color space.","","","","","","","","","","","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","","","","","","","","","","Borrow this color’s components as shared references.","","","Primary blue.","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","The amount of blue light, where 0.0 is no blue light and …","","","","","","","","","","","The channel order for the color components in the packed …","The channel order for the color components in the packed …","The channel order for the color components in the packed …","The channel order for the color components in the packed …","Channel orders for packed RGBA types.","","","Clear the component vectors. See Vec::clear for details.","","","Get an owned, cloned version of this color.","Get an owned, cloned version of this color.","The color.","The color.","The color.","The color.","The color packed into a type P, such as u32 or [u8; 4].","The color packed into a type P, such as u32 or [u8; 4].","The color packed into a type P, such as u32 or [u8; 4].","The color packed into a type P, such as u32 or [u8; 4].","","","","Get an owned, copied version of this color.","Get an owned, copied version of this color.","","","","","","","","","","","","","","","","","","","","","Return an iterator that moves colors out of the specified …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert from a (red, green, blue) tuple.","Convert linear RGB from a different encoding.","Convert the RGB components from another number type.","","Convert linear RGB to non-linear RGB.","","","","Parses a color hex code of format ‘#ff00bb’ or ‘#abc…","Convert from a packed u32 with specifiable component order.","Get a color, or slice of colors, with references to the …","","","Get a color, or slice of colors, that allows modifying the …","Primary green.","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","The amount of green light, where 0.0 is no green light and …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Convert to a (red, green, blue) tuple.","Convert a linear color to a different encoding.","Convert the RGB components into another number type.","","","","","","","","","","","","","","","Convert the color to linear RGB.","","","","Convert to a packed u32 with with specifiable component …","","Return an iterator over the colors in the wrapped …","Return an iterator that allows modifying the colors in the …","","","","","","","Return the blue value maximum.","Return the green value maximum.","Return the red value maximum.","Return the blue value minimum.","Return the green value minimum.","Return the red value minimum.","","","","","","","","Create an RGB color.","","","","","","","Pop a color’s components from the component vectors. See …","","Push an additional color’s components onto the component …","Primary red.","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","The amount of red light, where 0.0 is no red light and 1.0 …","","","","Get a pre-defined matrix for converting an RGB value with …","","","","","","","Update this color with new values.","","","","","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","The kind of RGB standard. sRGB is the default.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a struct of vectors with a minimum capacity. See …","","","Get a pre-defined matrix for converting an XYZ value into …","RGBA color packed in ABGR order.","RGBA color packed in ARGB order.","RGBA color packed in BGRA order.","RGBA color packed in RGBA order.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Combines serialize_as_array and deserialize_as_array as a …","Combines serialize_as_uint and deserialize_as_uint as a …","Deserialize a value from an array of its components.","Deserialize a value from an unsigned integer.","Deserialize a transparent color without requiring the …","Deserialize a premultiplied transparent color without …","Serialize the value as an array of its components.","Serialize the value as an unsigned integer.","Deserialize a value from an array of its components.","Serialize the value as an array of its components.","Deserialize a value from an unsigned integer.","Serialize the value as an unsigned integer.","Converts from a stimulus color component type, while …","Converts into a stimulus color component type, while …","Color components that represent a stimulus intensity.","A marker trait for colors where all components are stimuli.","Converts other into Self, while performing the appropriate …","Converts self into T, while performing the appropriate …","The highest displayable value this component type can …","CIE standard illuminant A","Represents an unspecified reference white point.","CIE standard illuminant B","CIE standard illuminant C","CIE D series standard illuminant - D50","CIE D series standard illuminant - D50","CIE D series standard illuminant - D55","CIE D series standard illuminant - D55","CIE D series standard illuminant - D65","CIE D series standard illuminant - D65","CIE D series standard illuminant - D75","CIE D series standard illuminant - D75","CIE standard illuminant E","CIE fluorescent illuminant series - F11","CIE fluorescent illuminant series - F2","CIE fluorescent illuminant series - F7","WhitePoint defines the Xyz color co-ordinates for a given …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the Xyz chromaticity co-ordinates for the white point.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An iterator for Xyz values.","The CIE 1931 XYZ color space.","CIE 1931 XYZ with an alpha component. See the Xyza …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The white point associated with the color’s illuminant …","X is the scale of what can be seen as a response curve for …","Y is the luminance of the color, where 0.0 is black and …","Z is the scale of what can be seen as the blue …","An iterator for Yxy values.","The CIE 1931 Yxy (xyY) color space.","CIE 1931 Yxy (xyY) with an alpha component. See the Yxya …","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","The color.","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","luma (Y) was a measure of the brightness or luminance of a …","","","","","","","","","","","The white point associated with the color’s illuminant …","x chromaticity co-ordinate derived from XYZ color space as …","y chromaticity co-ordinate derived from XYZ color space as …","get the index into the steps array for a given color the …","get the index for a new color some steps away from a base …","get surface color given a base and some steps","get text color given a base background color","checks that the color is valid srgb","find the nearest chroma which makes our color a valid …","Get an array of 100 colors with a specific hue and chroma …","Uses the single thread executor by default.","An async executor that schedules tasks across a pol …","An async executor that schedules tasks on the same …","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font.","The Family of the Font.","","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","Alignment on the axis of a container.","An interactive cross-platform application.","The background of some element.","A border.","Align at the center of the axis.","A color in the sRGB color space.","A solid color.","A set of asynchronous actions to be performed by some …","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","A Theme that uses a Custom palette.","The built-in dark variant.","Degrees","A DnD event.","A generic widget.","Align at the end of the axis.","Contains the error value","An error that occurred while running an application.","A user interface event.","A type that can run futures.","The Executor that will run commands and subscriptions.","The futures executor could not be created.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","The data needed to initialize your Application.","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The application graphics context could not be created.","A keyboard event","The strategy used to fill space in a specific dimension.","The built-in light variant.","A set of size constraints for layouting.","A linear gradient interpolates colors along a direction at …","The type of messages your Application will produce.","The type of messages your Sandbox will produce.","A mouse event","Don’t resize or scale the image at all.","Contains the success value","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","The border radii for the corners of a graphics primitive …","A rectangle.","The default graphics renderer for iced.","The result of running an application.","A sandboxed Application.","Scale the image down if it’s too big for the space, but …","The settings of an application.","Fill the least amount of space","An amount of space in 2 dimensions.","Align at the start of the axis.","A request to listen to external events.","A built-in theme.","The theme of your Application.","","A touch event","A 2D vector.","A window event","The application window could not be created.","Transparency, 0.0 - 1.0","","","Leverage advanced concepts like custom widgets.","If set to true, the renderer will try to perform …","Build interactive cross-platform applications.","","","","","","","","","Blue component, 0.0 - 1.0","","","","","Bottom padding","","","Access the clipboard.","The color of the border.","Creates a Color with shorter and cleaner syntax.","Run asynchronous actions.","","","","The default Font to be used.","The text size that will be used by default.","","","","","","","Runs the given closure inside the Executor.","Handle events of a user interface.","Choose your preferred executor to power your application.","If set to true the application will exit when the main …","The Family of the Font.","The data needed to initialize the Application.","","","","Load and use fonts.","The fonts to load on boot.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Green component, 0.0 - 1.0","Height of the rectangle.","The height.","The identifier of the application.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Listen and react to keyboard events.","Left padding","Listen and react to mouse events.","Initializes the Application with the flags provided to run …","Initializes the Sandbox.","Creates a new Executor.","Display interactive elements on top of other widgets.","Red component, 0.0 - 1.0","The radius of the border.","Right padding","Runs the Application.","Runs the Sandbox.","Returns the scale factor of the Application.","Returns the scale factor of the Sandbox.","Configure your application","Spawns a future in the Executor.","The Stretch of the Font.","Returns the current Style of the Theme.","Returns the current style variant of theme::Application.","The Style of the Font.","Listen to external events in your application.","Returns the event Subscription for the current state of the","Returns the current Theme of the Application.","Returns the current Theme of the Sandbox.","Listen and react to time.","Returns the current title of the Application.","Returns the current title of the Sandbox.","","","Top padding","Listen and react to touch events.","","","","","","","","","","","","","","","Handles a message and updates the state of the Application.","Handles a message and updates the state of the Sandbox.","Returns the widgets to display in the Application.","Returns the widgets to display in the Sandbox.","The Weight of the Font.","Use the built-in widgets or create your own.","The width of the border.","Width of the rectangle.","The width.","Configure the window of your application in native …","The window settings.","Initialize Application settings using the given data.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","A buffer for short-term storage and transfer within and …","The hasher used to compare layouts.","The bounds of a Node and its children, using absolute …","An interactive component that can be displayed on top of …","A component that can be used by widgets to draw themselves …","A connection to the state of a shell.","A paragraph.","A component that displays information and allows …","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Fills a Quad with the provided Background.","The font of the Text.","The horizontal alignment of the Text.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","Write your own subscriptions.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","The vertical alignment of the Text.","Create custom widgets and operate on them.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","An antialiasing strategy.","The graphics backend of a Renderer.","An error occured in the context’s internal backend","A cached primitive.","A clip primitive","A graphics compositor that can draw to windows.","A backend-specific primitive.","A type that has some damage bounds.","An editor primitive","An error that occurred while creating an application’s …","A fill which linearly interpolates colors along a …","A mesh with a gradient.","A suitable graphics adapter or device could not be found.","A group of primitives","An image primitive","A linear gradient interpolates colors along a direction …","Multisample AA with 16 samples","Multisample AA with 2 samples","Multisample AA with 4 samples","Multisample AA with 8 samples","A low-level primitive to render a mesh of triangles.","Failed to find any pixel format that matches the criteria.","A paragraph primitive","A rendering primitive.","The custom kind of primitives this Backend supports.","A quad primitive","A raw cosmic-text primitive","A backend-agnostic renderer that supports all the built-in …","The iced renderer of the backend.","The settings of the backend.","A mesh with a solid color.","The surface of the backend.","An SVG primitive","A text primitive","A 2D transformation matrix.","A primitive that applies a translation","The requested backend version is not supported.","A viewing region for displaying computer graphics.","Write a graphics backend.","Returns the bounds of the Damage.","Manage colors for shaders.","A compositor is responsible for initializing a renderer …","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Track and compute the damage of graphical primitives.","Returns Information used by this Compositor.","Build and draw geometry.","A gradient that can be used as a fill for some geometry.","Load and operate on images.","Draw triangles!","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Create a renderer from a Backend.","Screenshots the current Renderer primitives to an …","Draw text.","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","The background of the quad","The Border of the quad","The border radii of the image","The bounds of the text.","The bounds of the quad","The bounds of the image","The bounds of the viewport","The bounds of the clip","The clip bounds of the text.","The clip bounds of the paragraph.","The clip bounds of the editor.","The color of the text.","The color of the paragraph.","The color of the editor.","The Color filter","The contents of the text.","The content of the clip","The primitive to translate","The cached primitive","The editor::Weak reference.","The filter method of the image","The font of the text.","The handle of the image","The path of the SVG file","The horizontal alignment of the text.","The line height of the text.","The paragraph::Weak reference.","The position of the paragraph.","The position of the editor.","The primitives of the group","The Shadow of the quad","The shaping strategy of the text.","The size of the text in logical pixels.","The translation vector","The vertical alignment of the text.","The graphics backend of a Renderer.","A graphics backend that supports image rendering.","The custom kind of primitives this Backend supports.","A graphics backend that supports SVG rendering.","A graphics backend that supports text rendering.","Returns the dimensions of the provided image.","Loads a font from its bytes.","Returns the viewport dimensions of the provided SVG.","A flag that indicates whether the renderer should perform …","A color packed as 4 floats representing RGBA channels.","Packs a Color.","A graphics compositor that can draw to windows.","Contains information about the graphics (e.g. graphics …","Invalid dimensions","The swap chain has been lost and needs to be recreated.","There is no more memory left to allocate a new frame.","The underlying surface has changed, and therefore the …","Present Error","The iced renderer of the backend.","Resize Error","The settings of the backend.","The surface of the backend.","Result of an unsuccessful call to Compositor::present.","A timeout was encountered while trying to acquire the next …","A window that can be used in a Compositor.","Contains the graphics adapter.","Contains the graphics backend.","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Returns Information used by this Compositor.","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Screenshots the current Renderer primitives to an …","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Returns the Tag of the Widget.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","A type that has some damage bounds.","Returns the bounds of the Damage.","Groups the given damage regions that are close together …","Computes the damage regions between the two given lists of …","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait which adds utility methods to …","An extension trait for Streams that provides a variety of …","Adapters specific to Result-returning streams","An extension trait for Futures that provides a variety of …","An extension trait which adds utility methods to AsyncWrite…","An extension trait which adds utility methods to AsyncSeek …","Adapters specific to Result-returning futures","An extension trait for Sinks that provides a variety of …","An extension trait which adds utility methods to AsyncRead …","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","The style used to fill geometry.","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","An immutable set of points that may or may not be …","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","The color of the text","The contents of the text","Draws the given layers of Self::Geometry.","Fill Geometry with a certain style.","The font of the text","The horizontal alignment of the text","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","Build different kinds of 2D shapes.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","Create lines from a Path and assigns them various …","The color or gradient of the fill.","The color or gradient of the stroke.","The vertical alignment of the text","The distance between the two edges of the stroke.","","The style used to fill geometry.","A Gradient color.","","The fill rule defines how to determine what is inside and …","A solid Color.","The coloring style of some drawing.","The fill rule defines how to determine what is inside and …","The color or gradient of the fill.","A segment of a differentiable curve.","A Path builder.","An immutable set of points that may or may not be …","Build and draw curves.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The radius of the arc.","The start of the segment’s angle in radians, clockwise …","A segment of a differentiable curve.","An elliptical Arc.","The center of the arc.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The end of the segment’s angle in radians, clockwise …","The radii of the arc’s ellipse. The horizontal and …","The radius of the arc.","The clockwise rotation of the arc’s ellipse.","The start of the segment’s angle in radians, clockwise …","The start of the segment’s angle in radians, clockwise …","Flag parameters for arcs as described by the SVG …","An alias for usize.","A view over a contiguous storage of custom attributes.","Interface for objects storing custom attributes associated …","An alias for a slice of f32 values.","","","","A beveled corner is to be used to join path segments. The …","","The default builder for Path.","A builder for Path with custom attributes.","The stroke for each sub-path does not extend beyond its …","ID of a control point in a path.","","","","","","","ID of an endpoint point in a path.","","Represents an event or edge of path.","Refers to an event in a path.","The fill rule defines how to determine what is inside and …","A path event representing endpoints and control points as …","An iterator of endpoint and control point ids for Path and …","A view over a sequence of endpoint IDs forming a polygon.","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","","","","Line cap as defined by the SVG specification.","Line join as defined by the SVG specification.","A sharp corner is to be used to join path segments.","Same as a miter join, but if the miter limit is exceeded, …","An empty attribute slice.","","","","A simple path data structure.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","The commands of a path encoded in a single array using IDs …","A view over PathCommands.","A path event representing endpoints and control points as …","A view on a Path.","A view over a sequence of endpoints forming a polygon.","Interface for types types (typically endpoints and control …","Interface for objects storing endpoints and control points …","","","","","","An iterator of over a Path traversing the path in reverse.","At each end of each sub-path, the shape representing the …","A round corner is to be used to join path segments.","The positive or negative side of a vector or segment.","At the end of each sub-path, the shape representing the …","The two possible orientations for the edges of a shape to …","Path building utilities.","","","A generic representation for paths that allow more control …","Returns the endpoint’s custom attributes as a slice of …","","","Tools to iterate over paths.","Of the four candidate arc sweeps, two will represent an …","f32 version of the lyon_geom types used everywhere. Most …","Returns the number of float attributes per endpoint.","The default path data structure.","A container to store multiple paths contiguously.","","","Specific path types for polygons.","","If sweep is true, then the arc will be drawn in a “…","lyon_path traits reexported here for convenience.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The radius of each corner of a rounded rectangle.","Builds a path.","A Builder that approximates curves with successions of …","A convenience wrapper for PathBuilder without custom …","The base path building interface.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Builds a path with a transformation applied.","Implements an SVG-like building interface on top of a …","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","","","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","","","Returns a builder that applies the given transformation to …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A view on a PathCommands buffer and two slices for …","An iterator of Event<&Endpoint, &ControlPoint>.","An iterator of Event<&Endpoint, &ControlPoint>.","The commands of a path encoded in a single array using IDs …","Builds path commands.","A view over PathCommands.","An iterator of PathEvent.","An angle in radians","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","","A 2d curve segment defined by four points: the beginning …","","","","","","","An infinite line defined by a point and a vector.","A line defined by the equation …","A linear segment.","","","","","","A 2d curve segment defined by three points: the beginning …","Alias for euclid::default::Rotation2D","","","","","","Common APIs to segment types.","","An elliptic arc curve segment using the SVG’s end-point …","","","","Alias for euclid::default::Transform2D","Alias for euclid::default::Translation2D","A 2D triangle defined by three points a, b and c.","","","","Return the curve after the split point.","Angle in radians","Compute the length of the segment using a flattened …","Elliptic arc related maths and tools.","","Return the curve before the split point.","","","","","","","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Epsilon constants are usually not a good way to deal with …","","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","","","","","The extent of the element in the U units along the y axis …","Of the four candidate arc sweeps, two will represent an …","","","","","","","","","Shorthand for Point::new(x, y).","","","","","","Sample the curve at t (expecting t between 0 and 1).","Shorthand for Size::new(x, y).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","","If sweep is true, then the arc will be drawn in a “…","","End of the curve.","","","","","","","","Shorthand for Vector::new(x, y).","","The extent of the element in the U units along the x axis …","Sample x at t (expecting t between 0 and 1).","","","The x (traditionally, horizontal) coordinate.","","","Sample y at t (expecting t between 0 and 1).","","","The y (traditionally, vertical) coordinate.","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","Flattening iterator for arcs.","An elliptic arc curve segment using the SVG’s end-point …","","","","Of the four candidate arc sweeps, two will represent an …","","","","If sweep is true, then the arc will be drawn in a “…","","","","","A string with a fixed capacity.","A vector with a fixed capacity.","Error value indicating insufficient capacity","A draining iterator for ArrayVec.","By-value iterator for ArrayVec.","A 2d curve segment defined by four points: the beginning …","","","","","","An angle in radians","A 2d vector of booleans, useful for component-wise logic …","A 3d vector of booleans, useful for component-wise logic …","A 2d axis aligned rectangle represented by its minimum and …","An axis aligned 3D box represented by its minimum and …","Homogeneous vector in 3D space.","A one-dimensional distance, with value represented by T …","A 2d Point tagged with a unit.","A 3d Point tagged with a unit.","A 2d Rectangle optionally tagged with a unit.","A rigid transformation. All lengths are preserved under …","A transform that can represent rotations in 2d, …","A transform that can represent rotations in 3d, …","A scaling factor between two different units of …","A group of 2D side offsets, which correspond to …","A 2d size tagged with a unit.","A 3d size tagged with a unit.","A 2d transform represented by a column-major 3 by 3 …","A 3d transform stored as a column-major 4 by 4 matrix.","A 2d transformation from a space to another that can only …","A 3d transformation from a space to another that can only …","Trait for basic trigonometry functions, so they can be …","The default unit.","A 2d Vector tagged with a unit.","A 3d Vector tagged with a unit.","Angle in radians","","Utilities for testing approximate ordering - especially …","","Shorthand for …","Shorthand for BoolVector2D { x, y }.","Shorthand for BoolVector3D { x, y, z }.","","A set of aliases for all types, tagged with the default …","","The extent of the element in the U units along the z axis.","","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","A one-dimensional length, tagged with its units.","","Shorthand for Point2D::new(x, y).","Shorthand for Point3D::new(x, y).","The real part.","","","Shorthand for …","","","","","Shorthand for Size2D::new(w, h).","Shorthand for Size3D::new(w, h, d).","","","","Convenience constructor.","Convenience constructor.","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","","The z (traditionally, depth) coordinate.","","Trait for testing approximate equality","Default epsilon value","Returns true is this object is approximately equal to the …","Returns true is this object is approximately equal to the …","","","","","","","","","","","","","","","","","","","","","","","Angle in radians","","The extent of the element in the U units along the z axis.","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The real part.","","","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","The z (traditionally, depth) coordinate.","","","Defines the smallest integer equal or greater than the …","Defines the biggest integer equal or lower than the …","","Defines the nearest integer value to the original value.","","Rounds to the smallest integer equal or greater than the …","Rounds to the biggest integer equal or lower than the …","","Rounds to the nearest integer value.","","A flattening iterator for quadratic bézier segments.","A flattening iterator for quadratic bézier segments.","","A 2d curve segment defined by three points: the beginning …","","","","","Common APIs to segment types.","","Return the curve after the split point.","Compute the length of the segment using a flattened …","Return the curve before the split point.","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","Sample the curve at t (expecting t between 0 and 1).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","End of the curve.","","","Sample x at t (expecting t between 0 and 1).","Sample y at t (expecting t between 0 and 1).","","Angle between vectors v1 and v2 (oriented clockwise …","","","","","An iterator that consumes Event iterator and yields …","An iterator that consumes an iterator of Points and …","","An extension trait for PathEvent iterators.","Applies a 2D transform to a path iterator and yields the …","Returns an iterator that turns curves into line segments.","Returns an iterator applying a 2D transform to all of its …","An angle in radians (f32).","Alias for euclid::default::Box2D<f32>","Alias for euclid::default::Point2D<f32>.","Alias for euclid::default::Rotation2D<f32>","Alias for euclid::default::Scale<f32>","Alias for euclid::default::Size2D<f32>.","Alias for euclid::default::Transform2D<f32>","Alias for euclid::default::Translation2D<f32>","Alias for euclid::default::Point2D<f32>.","Angle in radians","The extent of the element in the U units along the y axis …","","","","","","","","","Shorthand for Point::new(x, y).","","Shorthand for Size::new(x, y).","Shorthand for Vector::new(x, y).","The extent of the element in the U units along the x axis …","","The x (traditionally, horizontal) coordinate.","","","The y (traditionally, vertical) coordinate.","","","The default builder for Path.","A builder for Path with custom attributes.","An iterator of endpoint and control point ids for Path and …","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","A simple path data structure.","A view on a Path.","An iterator of over a Path traversing the path in reverse.","A Builder that appends a path to an existing PathBuffer.","A Builder that appends a path to an existing PathBuffer, …","Iterator over the paths in a PathBufferSlice.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","A view over a sequence of endpoint IDs forming a polygon.","An iterator of Event<EndpointId, ()>.","An iterator of PathEvent.","A view over a sequence of endpoints forming a polygon.","An iterator of IdEvent for Polygon.","An iterator of Event<&Endpoint, ()>.","","","","","Builds a path.","The base path building interface.","An extension trait for PathEvent iterators.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Returns an iterator that turns curves into line segments.","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","Returns a builder that applies the given transformation to …","Returns an iterator applying a 2D transform to all of its …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A sharp corner.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The alternating lengths of lines and gaps which describe …","The color or gradient of the stroke.","The distance between the two edges of the stroke.","A fill which linearly interpolates colors along a …","A linear gradient.","A linear gradient interpolates colors along a direction …","Packed Gradient data for use in shader code.","The absolute ending position of the gradient.","Creates a new Packed gradient for use in shader code.","The absolute starting position of the gradient.","ColorStops along the linear gradient direction.","Tries to load an image by its Handle.","Pixel is 8-bit alpha","AnimationDecoder trait","An Image in AVIF format.","Pixel contains 8-bit B, G and R channels","Pixel is 8-bit BGR with an alpha channel","An Image in BMP Format","An Image in BMP Format","The number of channels of this pixel type.","A string that can help to interpret the meaning each …","This pixel has the format of one of the predefined …","Pixel is 8-bit CMYK","An enumeration over supported color types and bit depths","The maximum value for this type of primitive within the …","The minimum value for this type of primitive within the …","An Image in DDS Format","An error was encountered while decoding.","The delay of a frame relative to the previous one.","A Dynamic Image","Types which are safe to treat as an immutable byte slice …","An error was encountered while encoding.","Contains the error value","An enumeration of color types encountered in image formats.","An Image in farbfeld Format","An Image in farbfeld Format","A flat buffer over a (multi channel) image.","A single animation frame","An implementation dependent iterator, reading the frames …","A trait for manipulating images.","Trait to inspect an image.","An Image in GIF Format","An Image in GIF Format","Sendable grayscale + alpha channel image buffer","Sendable grayscale image buffer","An Image in Radiance HDR Format","An Image in ICO Format","An Image in ICO Format","Generic image buffer","The trait that all decoders implement","Specialized image decoding not be supported by all formats","The trait all encoders implement","The generic error type for image operations.","An enumeration of supported image formats. Not all formats …","Each pixel in this image is 16-bit Luma","Each pixel in this image is 8-bit Luma","Each pixel in this image is 16-bit Luma with alpha","Each pixel in this image is 8-bit Luma with alpha","An enumeration of supported image formats for encoding.","Result of an image decoding/encoding process","Each pixel in this image is 16-bit Rgb","Each pixel in this image is 32-bit float Rgb","Each pixel in this image is 8-bit Rgb","Each pixel in this image is 16-bit Rgb with alpha","Each pixel in this image is 32-bit float Rgb with alpha","Each pixel in this image is 8-bit Rgb with alpha","An error occurred while interacting with the environment.","An Image in JPEG Format","An Image in JPEG Format with specified quality, up to 100","Pixel is 1-bit luminance","Pixel is 16-bit luminance","Pixel is 16-bit luminance","Pixel is 2-bit luminance","Pixel is 4-bit luminance","Pixel is 8-bit luminance","Pixel is 8-bit luminance","Pixel is 1-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 2-bit luminance with an alpha channel","Pixel is 4-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Completing the operation would have required more …","Grayscale colors.","Grayscale colors + alpha channel","Contains the success value","An Image in OpenEXR Format","An Image in OpenEXR Format","An error was encountered in input arguments.","A generalized pixel.","The type of pixel.","The pixel with an associated ColorType. Not all possible …","Immutable pixel iterator","An Image in PNG Format","An Image in PNG Format","An Image in general PNM Format","An Image in one of the PNM Formats","The type of each channel in a pixel. For example, this can …","Represents the progress of an image operation.","An Image in QOI format.","An image in QOI Format","The type of reader produced by into_reader.","RGB colors.","Pixel contains 1-bit R, G and B channels","Pixel is 16-bit RGB","Pixel contains 16-bit R, G and B channels","Pixel contains 2-bit R, G and B channels","Pixel is 32-bit float RGB","Pixel is 32-bit float RGB","An image buffer for 32-bit float RGB pixels, where the …","Pixel contains 4-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Sendable Rgb image buffer","RGB colors + alpha channel","Pixel is 1-bit RGB with an alpha channel","Pixel is 16-bit RGBA","Pixel is 16-bit RGB with an alpha channel","Pixel is 2-bit RGB with an alpha channel","Pixel is 32-bit float RGBA","Pixel is 32-bit float RGBA","An image buffer for 32-bit float RGBA pixels, where the …","Pixel is 4-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Sendable Rgb + alpha channel image buffer","A View into another image","The scalar type that is used to store each channel in this …","An Image in TGA Format","An Image in TGA Format","An Image in TIFF Format","An Image in TIFF Format","Pixel is of unknown color type with the specified bits per …","An operation can not be completed by the chosen …","A value for signalling an error: An unsupported format was …","An Image in WEBP Format","An image in WebP Format.","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Get the bytes of this value.","Blend the color of a given pixel into ourself, taking into …","Put a pixel at location (x, y), taking into account alpha …","The bounding rectangle of this image.","Iterators and other auxiliary structure for the ImageBuffer…","Returns the components as a slice.","Returns the channels of this pixel as a 4 tuple. If the …","Returns the components as a mutable slice","Encoding and decoding for various image file formats.","Supplementary color information.","Returns the color type of the image data produced by this …","Copies all of the pixels from another image into this …","Copies all of the pixels from one part of this image to …","Returns a tuple containing the width and height of the …","The width and height of this image.","Contains detailed error representation.","Image representations for ffi.","Construct a pixel from the 4 channels a, b, c and d. If …","Returns a view into a slice.","Returns mutable view into a mutable slice.","Returns the pixel located at (x, y). Indexed from top left.","Gets a reference to the mutable pixel at location (x, y). …","Guess image format from memory block","The height of this image.","Returns the ICC color profile embedded in the image","Read a tuple containing the (width, height) of the image …","Image Processing Functions","Returns true if this x, y coordinate is contained inside …","Consume the decoder producing a series of frames.","Returns a reader that can be used to obtain the bytes of …","Invert this pixel","Input and output of images.","A repr(C) description of the layout of buffer samples.","Create a new image from a Reader.","Create a new image from a byte slice","Create a new image from a byte slice","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Mathematical helper functions and types.","Open the image located at the path specified. The image’…","Returns the color type of the image file before decoding","Returns an Iterator over the pixels of this image. The …","Put a pixel at location (x, y). Indexed from top left.","Returns all the bytes in the image.","Same as read_image but periodically calls the provided …","Decode a rectangular section of the image; see …","Decode a rectangular section of the image, periodically …","Underlying linear container holding sample values.","Saves the supplied buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified …","Returns the minimum number of bytes that can be …","Set decoding limits for this decoder. See Limits for the …","Returns a mutable subimage that is a view into this image. …","Convert this pixel to luma","Convert this pixel to luma with an alpha channel","Convert this pixel to RGB","Convert this pixel to RGB with an alpha channel","Returns the total number of bytes in the decoded image.","Returns the pixel located at (x, y). Indexed from top left.","Puts a pixel at location (x, y). Indexed from top left.","Returns a subimage that is an immutable view into this …","The width of this image.","Writes the supplied buffer to a writer in the specified …","Writes all the bytes in an image to the encoder.","Provides color conversions for whole image buffers.","Enumerate the pixels of an image.","Enumerate the pixels of an image.","Enumerate the rows of an image.","Enumerate the rows of an image.","Iterate over pixel refs.","Iterate over mutable pixel refs.","Iterate over rows of an image","Iterate over mutable rows of an image","Converts self to a buffer of type T","Decoding and Encoding of BMP Images","Decoding of DDS images","Decoding of DXT (S3TC) compression","Decoding of farbfeld images","Decoding of GIF Images","Decoding of Radiance HDR Images","Decoding and Encoding of ICO files","Decoding and Encoding of JPEG Images","Decoding of OpenEXR (.exr) Images","Decoding and Encoding of PNG Images","Decoding of netpbm image formats (pbm, pgm, ppm and pam).","Decoding and encoding of QOI images","Decoding of TGA Images","Decoding and Encoding of TIFF Images","Decoding and Encoding of WebP Images","A bmp decoder","The representation of a BMP encoder.","The representation of a DDS decoder","The DXT1 format. 48 bytes of RGB data in a 4x4 pixel …","The DXT3 format. 64 bytes of RGBA data in a 4x4 pixel …","The DXT5 format. 64 bytes of RGBA data in a 4x4 pixel …","DXT decoder","DXT encoder","DXT reader","What version of DXT compression are we using? Note that …","farbfeld decoder","farbfeld encoder","farbfeld Reader","Finite number of repetitions","GIF decoder","GIF encoder.","Wrapper struct around a Cursor<Vec<u8>>","Looping GIF","Number of repetitions for a GIF animation","Adapter to conform to ImageDecoder trait","An Radiance HDR decoder","Radiance HDR encoder","Scanline buffered pixel by pixel iterator","Metadata for Radiance HDR image","Wrapper struct around a Cursor<Vec<u8>>","Refer to wikipedia","Radiance HDR file signature","Color components","Divide color values by corresponding tuple member (r, g, …","All lines contained in image header are put here. Ordering …","Exponent","Divide color values by exposure to get to get physical …","Height of decoded image. It depends on orientation too.","Orientation matrix. For standard orientation it is …","Pixel height divided by pixel width","Helper function for reading raw 3-channel f32 images","Creates Rgbe8Pixel from components","Converts Rgb<f32> into Rgbe8Pixel","Width of decoded image. It could be either scanline length,","An ico decoder","ICO encoder","An ICO image entry","Pixels per centimeter","Pixels per inch (2.54 cm)","JPEG decoder","The representation of a JPEG encoder","Represents the absence of a unit, the values indicate only …","Represents the pixel density of an image","Represents a unit in which the density of an image is …","A couple of values for (Xdensity, Ydensity)","The unit in which the density is measured","An OpenEXR decoder. Immediately reads the meta data from …","A thin wrapper that implements ImageEncoder for OpenEXR …","Uses a heuristic to select one of the preceding filters …","An AnimationDecoder adapter of PngDecoder.","Filters based on the average of left and right neighbor …","High compression level","Compression level of a PNG encoder. The default setting is …","Default compression level","Fast, minimal compression","Filter algorithms used to process image data to improve …","Huffman coding compression","No processing done, best used for low bit depth grayscale …","Algorithm that takes into account the left, upper left, …","PNG decoder","PNG encoder","Png Reader","Run-length encoding compression","Filters based on previous pixel in the same scanline","Filters based on the scanline above","Header produced by a pam file (“Portable Arbitrary Map”…","Magic number P7","Standardized tuple type specifiers in the header of a pam.","Samples are encoded as decimal ascii strings separated by …","Samples are unsigned binary integers in big endian","Magic numbers P1 and P4","Header produced by a pbm file (“Portable Bit Map”)","Pixels are either black (0) or white (1)","Pixels are either black (0) or white (1) and a second …","An image format which is not standardized","Magic numbers P2 and P5","Header produced by a pgm file (“Portable Gray Map”)","Pixels represent the amount of white","Grayscale with an additional alpha channel","Magic numbers P3 and P6","Header produced by a ppm file (“Portable Pixel Map”)","PNM decoder","Encodes images to any of the pnm image formats.","Stores the complete header data of a file.","Denotes the category of the magic number","Three channels: Red, Green, Blue","Four channels: Red, Green, Blue, Alpha","The kind of encoding used to store sample values","Number of color channels","Binary or Ascii encoded file","Binary or Ascii encoded file","Binary or Ascii encoded file","Height of the image file","Height of the image file","Height of the image file","Height of the image file","Maximum sample value within the image","Maximum sample value within the image","Maximum sample value within the image","Color interpretation of image pixels","Width of the image file","Width of the image file","Width of the image file","Width of the image file","QOI decoder","QOI encoder","The representation of a TGA decoder","TGA encoder.","Decoder for TIFF images.","Encoder for tiff images","Wrapper struct around a Cursor<Vec<u8>>","WebP Image format decoder. Currently only supports lossy …","WebP Encoder.","WebP encoder quality.","An implementation of the VP8 Video Codec","A Representation of the last decoded video frame","VP8 Decoder","Indicates whether this frame is intended for display","The height of the luma plane","Indicates whether this frame is a keyframe","The pixel type of the frame as defined by Section 9.2 of …","The blue plane of the frame","The red plane of the frame","The width of the luma plane","The luma plane of the frame","The required color type can not be handled.","An error was encountered while decoding.","An error was encountered while decoding an image.","The resulting image exceed dimension limits in either …","The dimensions passed are wrong.","An error was encountered while encoding.","An error was encountered while encoding an image.","Contains the error value","The format is known exactly.","Repeated an operation for which error that could not be …","An image format is not supported.","A string describing the parameter. This is discouraged and …","Some feature specified by string. This is discouraged and …","The generic error type for image operations.","A best effort representation for image formats.","Result of an image decoding/encoding process","The operation would have performed an allocation larger …","An error occurred while interacting with the environment.","Completing the operation would have required more …","Indicates the limit that prevented an operation from …","Completing the operation would have required more …","The format can be identified by a name.","The end of the image has been reached.","Contains the success value","An error was encountered in input arguments.","An error was encountered in inputs arguments.","Details how a parameter is malformed.","A common path extension for the format is known.","The format is not known or could not be determined.","An operation can not be completed by the chosen …","The specified strict limits are not supported for this …","The implementation for an operation was not provided.","Details what feature is not supported.","The given limits","The supported strict limits","The color format did not match the channel count.","The samples are in column-major form and all samples are …","Denotes invalid flat sample buffers when trying to convert …","A flat buffer over a (multi channel) image.","All samples are packed.","Different normal forms of buffers.","The represented image can not use this representation.","At least pixels are packed.","The samples are in row-major form and all samples are …","A ffi compatible description of a sample buffer.","The represented image was too large.","No pixel aliases another.","A flat buffer that can be used as an image view.","A mutable owning version of a flat buffer.","Deprecated - ChannelCountMismatch is used instead","Add this to an index to get to the sample in the next …","The number of channels in the color representation of the …","Supplementary color information.","The height of the represented image.","Add this to an index to get to the next sample in …","A repr(C) description of the layout of buffer samples.","Underlying linear container holding sample values.","The width of the represented image.","Add this to an index to get to the next sample in …","A bi-level color map","Cubic Filter","The color type on which the map operates on","A color map","Available Sampling Filters.","Gaussian Filter","Lanczos with window 3","Nearest Neighbor","Linear Filter","Performs a Gaussian blur on the supplied image. sigma is a …","Brighten the supplied image. value is the amount to …","Functions for altering and converting the color of …","Adjust the contrast of the supplied image. contrast is the …","Return a mutable view into an image The coordinates set …","Return an immutable view into an image The coordinates set …","Reduces the colors of the image using the supplied …","Perform a 3x3 box filter on the supplied image. kernel is …","Flip an image horizontally","Flip an image horizontally and put the result into the …","Flip an image horizontally in place.","Flip an image vertically","Flip an image vertically and put the result into the …","Flip an image vertically in place.","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Fill the image with a linear horizontal gradient","Hue rotate the supplied image. value is the degrees to …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Linearly sample from an image using coordinates in [0, w-1]…","Sample from an image using coordinates in [0, w-1] and [0, …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Overlay an image at a given coordinate (x, y)","Calculate the region that can be copied from top to bottom.","Replace the contents of an image at a given coordinate (x, …","Resize the supplied image to the specified dimensions. …","Rotate an image 180 degrees clockwise.","Rotate an image 180 degrees clockwise and put the result …","Rotate an image 180 degrees clockwise in place.","Rotate an image 270 degrees clockwise.","Rotate an image 270 degrees clockwise and put the result …","Rotate an image 90 degrees clockwise.","Rotate an image 90 degrees clockwise and put the result …","Linearly sample from an image using coordinates in [0, 1].","Sample from an image using coordinates in [0, 1], taking …","Resize the supplied image to the specific dimensions.","Tile an image by repeating it multiple times","Performs an unsharpen mask on the supplied image. sigma is …","Fill the image with a linear vertical gradient","A bi-level color map","The color type on which the map operates on","A color map","Brighten the supplied image. value is the amount to …","Brighten the supplied image in place. value is the amount …","Adjust the contrast of the supplied image. contrast is the …","Adjust the contrast of the supplied image in place. …","Reduces the colors of the image using the supplied …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Hue rotate the supplied image. value is the degrees to …","Hue rotate the supplied image in place. value is the …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Set of supported strict limits for a decoder.","Resource limits for decoding.","A multi-format image reader.","The maximum allowed sum of allocations allocated by the …","The maximum allowed image height. This limit is strict. …","The maximum allowed image width. This limit is strict. The …","A Rectangle defined by its top left corner, width and …","The rectangle’s height.","The rectangle’s width.","The x coordinate of the top left corner.","The y coordinate of the top left corner.","A mesh with a gradient.","A vertex which contains 2D position & packed gradient data.","A set of vertices and indices representing a list of …","A low-level primitive to render a mesh of triangles.","A mesh with a solid color.","A two-dimensional vertex with a color.","The color of the vertex in linear RGBA.","The packed vertex data of the gradient.","The list of vertex indices that defines the triangles of …","The vertex position in 2D space.","The vertex position in 2D space.","The vertices of the mesh","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","A backend-agnostic renderer that supports all the built-in …","A store of recently used sections of text.","A multi-line text editor.","A set of system fonts.","A bunch of text.","A weak reference to a [cosmic-text::Buffer] that can be …","A version number.","A weak reference to a cosmic_text::Buffer.","Cache text.","The clip bounds of the text.","The color of the text.","Draw and edit text.","Returns the global FontSystem.","Measures the dimensions of the given cosmic_text::Buffer.","Draw paragraphs.","The position of the text.","Returns the attributes of the given Font.","Converts some Color to a cosmic_text::Color.","Converts some Shaping strategy to a cosmic_text::Shaping …","A store of recently used sections of text.","A cache entry.","A cache key representing a section of text.","The hash of a Key.","The bounds of the text.","The buffer of text, ready for drawing.","The content of the text.","The Font of the text.","The line height of the text.","The minimum bounds of the text.","The shaping strategy of the text.","The size of the text.","An action to perform on an Editor","Advanced text shaping and font fallback.","Whether to associate cursors placed at a boundary between …","","Align or justify","Represents an angle in degrees or radians.","","Text attributes","List of text attributes to apply to a line","An owned version of Attrs","Delete text behind cursor","Basic shaping with no font fallback.","","An iterator over the paragraphs in the input text. It is …","","A value borrowed together with an FontSystem","A buffer of text that is shaped and laid out","Move cursor to the end of the document","A line (or paragraph) of text that is shaped and laid out","","Move cursor to the start of the document","Key for building a glyph cache","Flags that change rendering","","A set of change items grouped into one logical change","A unique change to an editor","Mouse click at specified position","Closes a subpath, connecting the final point to the …","Text color","32-bit RGBA bitmap.","Path command.","","Use \\\\r for line ending (many legacy systems)","Use \\\\r\\\\n for line ending (Windows-style)","Glyphs in cursive fonts generally use a more informal …","","Current cursor location","A cubic bezier curve from the previous point to the final …","Delete text in front of cursor","Mouse double click at specified position","Move cursor down","Mouse drag to specified position","A trait to allow easy replacements of Editor, like …","A wrapper of [Buffer] for easy editing","Move cursor to end of line","","Create new line","Escape, clears selection","","","","A font family.","An owned version of Family","Fantasy fonts are primarily decorative or expressive fonts …","","A font","Font-specific part of Attrs to be used for matching","","Access to the system fonts.","Wraps at a glyph level","Move cursor to specific line","Move cursor to start of line","","Insert character at cursor","A form that is generally cursive in nature.","","The position of a cursor within a [Buffer].","Apply specific LayoutCursor","A laid out glyph","A line of laid out glyphs","A line of visible text for rendering","An iterator of visible text lines, see LayoutRun","Move cursor left","","Move cursor to next word boundary to the left","Use \\\\n for line ending (POSIX-style)","Use \\\\n\\\\r for line ending (some legacy systems)","Select by lines","Line ending","Iterator over lines terminated by LineEnding","A straight line from the previous point to the specified …","8-bit alpha mask.","Metrics of text","The sole criterion of a monospace font is that all glyphs …","","A motion to perform on a Cursor","Move the cursor with some motion","Begins a new subpath at the specified point.","The name of a font family of choice.","","Move cursor to next character (Self::Right in LTR, …","Move cursor to next word boundary","No selection","No wrapping","No line ending","A face that is neither italic not obliqued.","Normal selection","","A typically-sloped version of the regular face.","","","Move cursor down one page","Move cursor up one page","Move cursor to end of paragraph","Move cursor to start of paragraph","","Describes the offset and dimensions of a rendered mask.","Move cursor to previous character (Self::Left in LTR, …","Move cursor to previous word boundary","A quadratic curve from the previous point to the final …","Move cursor right","","Move cursor to next word boundary to the right","Glyphs in sans-serif fonts, as the term is used in CSS, …","","Scroll position in [Buffer]","Scroll specified number of lines","Selection mode","","","Serif fonts represent the formal text style for a script.","","A set of buffers containing allocations for shaped text.","A shaped glyph","A shaped line (or paragraph)","A helper structure for caching shape runs.","Key for caching shape runs.","A shaped span (for bidirectional processing)","A shaped word (for word wrapping)","The shaping strategy of some text.","Move cursor to start of line, skipping whitespace","A face width.","Allows italic or oblique faces to be selected.","Binning of subpixel position for cache optimization","32-bit RGBA subpixel mask.","Cache for rasterizing with the swash scaler","Content of a scaled glyph image.","Scaled glyph image.","","Two dimensional transformation matrix.","Mouse triple click at specified position","","","","","Move cursor up","Move cursor up or down by a number of pixels","Specifies the weight of glyphs in the font, their degree …","Select by words","Wraps at the word level","Wraps at the word level, or fallback to glyph level if a …","Wrapping mode","","Perform an Action on the editor","Whether to associate the cursor with the run before it or …","Apply a change","","","Get the current automatic indentation setting","","Mutably borrows self together with an FontSystem for more …","Get the internal BufferRef","Get the internal BufferRef","Cache key, see CacheKey","","","CacheKeyFlags","","","","Optional color override","","Content of the image.","Copy selection","Get the current cursor","Raw image data.","","Delete text starting at start Cursor and ending at end …","Delete selection, adjusting cursor and returning true if …","","Cursor indicating end of change","End index of cluster in original line","","","","Get completed change","CacheKeyFlags","Font ID","Font id of the glyph","","","Font size in pixels","Font size of the glyph","f32 bits of font size","Index of [LayoutGlyph] in [LayoutLine::glyphs]","Glyph ID","Font id of the glyph","","The array of layout glyphs to draw","Glyphs in line","","Height in pixels.","","First-byte-index of glyph at cursor (will insert behind …","Insert if true, delete if false","Insert text at specified cursor with specified attrs_list","Insert a string at the current cursor or replacing the …","Change items grouped into one change","Index of [LayoutLine] in [BufferLine::layout]","Index of [LayoutLine] in [BufferLine::layout]. This will …","Horizontal offset with respect to the origin specified …","Unicode BiDi embedding level, character is left-to-right …","","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]. This will be …","Line height in pixels","The index of the original text line","Y offset to top of line","Width of line","Y offset to baseline of line","BufferLines (or paragraphs) of text in the buffer","Maximum ascent of the glyphs in line","Maximum descent of the glyphs in line","","","Metadata from Attrs","","","Offset and size of the image.","Get the Buffer redraw flag","True if the original paragraph direction is RTL","","Get the current selection position","Get the bounds of the current selection","Enable or disable automatic indentation","Set the current cursor","Set the Buffer redraw flag","Set the current selection position","Set the current tab width. A tab_width of 0 is not …","Shape lines until scroll, after adjusting scroll if the …","Source of the image.","","Cursor indicating start of change","Start index of cluster in original line","","Start collecting change","","","","","Get the current tab width","The original text line","Text to be inserted or deleted","","Vertical offset with respect to the origin specified when …","Width of hitbox","Width of the line","","","Width in pixels.","Get the internal Buffer","Get the internal Buffer, mutably","","","X offset of hitbox","Integer component of X offset in line","","","Binning of fractional X offset","X offset in line","","","","","Y offset of hitbox","Integer component of Y offset in line","","","Binning of fractional Y offset","Y offset in line","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font’s raw data, typically backed by a Vec.","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","A font database.","","","","","","","","","","","","","","","","","","","","","","","","A single font face info.","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","","A font’s path.","","","","","","","","","","","","","","","","","","","","","","","","A unique per database face ID.","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","","","","","","","","","","","","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","A face that is neither italic not obliqued.","","","","A typically-sloped version of the regular face.","","","","","","","","","","","A database query.","","","","","","","","","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","","","","","Serif fonts represent the formal text style for a script.","","","A font’s raw data originating from a shared file mapping.","","","","A font source.","","","","","","","","","","","","","","","","","","","","","","A face width.","Allows italic or oblique faces to be selected.","","","","","","","","","","","","","","","","","","","","","","","Specifies the weight of glyphs in the font, their degree …","","","","","","A list of family names.","A prioritized list of font family names or generic family …","An unique ID.","A face index in the source.","","","Indicates that the font face is monospaced.","A PostScript name.","A font source.","A font face stretch.","Selects a normal, condensed, or expanded face from a font …","A font face style.","Allows italic or oblique faces to be selected.","A font face weight.","Specifies the weight of glyphs in the font, their degree …","Text is set vertically from bottom to top.","A cluster level.","Flags for buffers.","","Defines the direction in which text is to be read.","A font face handle.","A feature tag with an accompanying range specifying on …","A buffer that contains the results of the shaping process.","A glyph info.","Holds the positions of the glyph in both horizontal and …","Initial, unset direction.","A script language.","Text is set horizontally from left to right.","","","Text is set horizontally from right to left.","A text script.","Flags used for serialization with a BufferSerializer.","A reusable plan for shaping a text buffer.","A 4-byte tag.","Text is set vertically from top to bottom.","A buffer that contains an input string ready for shaping.","A font variation.","An index to the start of the grapheme cluster in the …","","A selected glyph.","Predefined scripts.","Shapes the buffer content using provided font and features.","Shapes the buffer content using the provided font and plan.","","","","","","How much the line advances after drawing this glyph when …","How much the glyph moves on the X-axis before drawing it, …","How much the line advances after drawing this glyph when …","How much the glyph moves on the Y-axis before drawing it, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A grayscale bitmap with 2 bits per pixel.","A packed grayscale bitmap with 2 bits per pixel.","A grayscale bitmap with 4 bits per pixel.","A packed grayscale bitmap with 4 bits per pixel.","A grayscale bitmap with 8 bits per pixel.","A monochrome bitmap.","A packed monochrome bitmap.","A color bitmap with 32 bits per pixel.","","","","","","","","A list of errors that can occur during a CFF glyph …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face.","The face index is larger than the number of faces in the …","A list of font face parsing errors.","Parsed face tables.","","","","A 32-bit signed fixed-point number (16.16).","","","","","","","","A trait for parsing raw binary data of fixed size.","","","","","","","","A type-safe wrapper for glyph ID.","","","","","","","","","","","","","","","","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","A slice-like container that converts internal binary data …","A slice-like container that converts internal binary data …","An iterator over LazyArray16.","An iterator over LazyArray32.","","A line metrics.","","","","","","","","","An attempt to read out of bounds detected.","","","","","","","","","","","","","","The head table is missing or malformed.","The hhea table is missing or malformed.","","The maxp table is missing or malformed.","","","A face that is neither italic not obliqued.","A variation coordinate in a normalized coordinate system.","","","A typically-sloped version of the regular face.","","","","A trait for glyph outline construction.","","","Face permissions.","A platform ID.","","","","","","","","","A glyph’s raster image.","A glyph raster image format.","A raw font face.","A list of all supported tables as raw data.","","A rectangle.","","A RGBA color in the sRGB color space.","","","","Object’s raw data size.","","","","","","","","","","","A script metrics used by subscript and superscript.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A face style.","","","","A raw table record.","A 4-byte tag.","","","","","","","","","","","","","","","","Unicode Ranges.","","Face data must start with 0x00010000, 0x74727565, …","","","","","","A font variation value.","A variation axis.","","A face weight.","","A face width.","","","","","","","","An Anchor Point Table implementation.","","","This module contains Apple Advanced Typography Layout …","An Axis Variations Table implementation.","","","An axis tag name.","","","","","A Color Bitmap Data Table implementation.","","","A Color Bitmap Location Table implementation.","","A Compact Font Format Table implementation.","","","A Compact Font Format 2 Table implementation.","","","","Appends a ClosePath segment.","A Character to Glyph Index Mapping Table implementation.","","","A Color Table implementation.","","","A Color Palette Table implementation.","","Appends a CurveTo segment.","A raw image data. It’s up to the caller to decode it.","The input font file data.","","","","","A Feature Name Table implementation.","","","Returns the number of fonts stored in a TrueType font …","An image format.","A Font Variations Table implementation.","","","A Glyph Definition Table implementation.","","","A Glyph Data Table implementation.","","","A Glyph Positioning Table implementation.","","","","A Glyph Substitution Table implementation.","","","A Glyph Variations Table implementation.","","","A Font Header Table implementation.","","","Image height.","A Horizontal Header Table implementation.","","","","A Horizontal/Vertical Metrics Table implementation.","","","A Horizontal/Vertical Metrics Variations Table …","","","","","A Kerning Table implementation.","","","An Extended Kerning Table implementation.","","","","Appends a LineTo segment.","An Index to Location Table implementation.","","A Math Table implementation.","","","","A Maximum Profile Table implementation.","","","","An Extended Glyph Metamorphosis Table implementation.","","","Appends a MoveTo segment.","A Metrics Variations Table implementation.","","","A Naming Table implementation.","","","A list of name ID’s.","An axis name in the name table.","","This module contains OpenType Layout supplementary tables …","A OS/2 and Windows Metrics Table implementation.","","","Parses an object from a raw data.","A pixels per em of the selected strike.","Line position.","A PostScript Table implementation.","","","Appends a QuadTo segment.","","A Standard Bitmap Graphics Table implementation.","","","An SVG Table implementation.","","","An array of table records.","","","Line thickness.","A Tracking Table implementation.","","","An axis value.","A Vertical Header Table implementation.","","","","","A Vertical Origin Table implementation.","","","","","Image width.","Horizontal offset.","","","X offset.","Horizontal face size.","Vertical offset.","","","Y offset.","Vertical face size.","An anchor point.","An Anchor Point Table.","","","An Extended State Table.","A State Table entry.","A lookup table.","A legacy state entry used by StateTable.","A State Table.","A type-safe wrapper for a kerning value offset.","Predefined classes.","Additional data.","Additional data.","Entry flags.","Entry flags.","A new state.","A new state.","Predefined states.","","","","","An axis value map.","A list of segment maps.","An iterator over maps.","An Axis Variations Table.","A normalized coordinate value obtained using default …","The segment maps array — one segment map for each axis …","The modified, normalized coordinate value.","A Color Bitmap Data Table.","A Color Bitmap Location Table.","An affine transformation matrix.","A Compact Font Format Table.","","","","","","","A Compact Font Format 2 Table.","","A character encoding subtable variant.","Glyph was found in the variation encoding table.","A result of a variation glyph mapping.","","","","","","A character encoding subtable.","A format 0 subtable.","A format 10 subtable.","A format 12 subtable.","A format 13 subtable.","A format 14 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of subtables.","An iterator over Subtables.","A Character to Glyph Index Mapping Table.","","","","Glyph should be looked in other, non-variation tables.","Subtable encoding.","First character code covered.","First character code of subrange.","A subtable format.","Just a list of 256 8bit glyph IDs.","Array of glyph indices for the character codes covered.","Array of glyph indexes for character codes in the range.","Subtable platform.","A list of subtables.","A trait for color glyph painting.","A Color Table.","Outlines a glyph and stores it until the next paint …","Paints the current glyph outline using the provided color.","Paints the current glyph outline using the application …","A Color Palette Table.","A feature names.","A list fo feature names.","An iterator over FeatureNames.","A setting name.","A Feature Name Table.","The index of the default setting in the setting_names.","The feature’s exclusive settings. If set, the feature …","The feature’s ID.","The name table index for the feature’s name in a …","The name table index for the feature’s name in a …","A list of feature names. Sorted by FeatureName.feature.","The setting.","The feature’s setting names.","A Font Variations Table.","A variation axis.","A list of variation axes.","","","","","An axis name in the name table.","","","","A glyph class.","","","A Glyph Definition Table.","A Glyph Data Table.","An Anchor Table.","An Anchor parsing helper.","","A ValueRecord pairs matrix used by PairAdjustment.","","","A Cursive Attachment Positioning Subtable.","A list of entry and exit Anchor pairs.","A Device Table.","","","","","","A Device Table hinting values.","An array or ligature anchor matrices.","A Mark Array.","","A Mark-to-Base Attachment Positioning Subtable.","","A Mark-to-Ligature Attachment Positioning Subtable.","","A Mark-to-Mark Attachment Positioning Subtable.","","A Pair Adjustment Positioning Subtable.","A ValueRecord pairs set used by PairAdjustment.","A list of PairSets.","A glyph positioning lookup subtable enumeration.","","A Single Adjustment Positioning Subtable.","A Value Record.","An array of Value Records.","","A Device Table indexes into Item Variation Store.","An anchors matrix.","A base coverage.","Number of columns in the matrix.","","","","","","","","A mark coverage.","","A list of mark anchors.","","","","Number of rows in the matrix.","","Horizontal value, in design units.","Horizontal adjustment for advance, in design units — …","A Device table with horizontal adjustment for advance.","A Device table with horizontal value.","Horizontal adjustment for placement, in design units.","A Device table with horizontal adjustment for placement.","Vertical value, in design units.","Vertical adjustment for advance, in design units — only …","A Device table with vertical adjustment for advance.","A Device table with vertical value.","Vertical adjustment for placement, in design units.","A Device table with vertical adjustment for placement.","","","","","","","","","","","A list of glyphs for Alternate Substitution Subtable.","A set of AlternateSet.","A Alternate Substitution Subtable.","","","","","Glyph components for one ligature.","","A Ligature set.","A list of Ligature sets.","A Ligature Substitution Subtable.","","A Multiple Substitution Subtable.","","A Reverse Chaining Contextual Single Substitution Subtable.","A sequence of glyphs for Multiple Substitution Subtable.","A list of Sequence tables.","","A Single Substitution Subtable.","A glyph substitution lookup subtable enumeration.","","Array of alternate glyph IDs, in arbitrary order.","","Glyph components for one ligature.","","","","","Ligature to substitute.","","","","A list of substitute glyphs.","","","","","","A Glyph Variations Table.","An index format used by the Index to Location Table.","","","A Font Header Table.","A bounding box that large enough to enclose any glyph from …","An index format used by the Index to Location Table.","Units per EM.","A Horizontal Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the hmtx table.","Horizontal/Vertical Metrics.","A Horizontal/Vertical Metrics Table.","Width/Height advance for hmtx/vmtx.","Side bearings for glyph IDs greater than or equal to the …","A list of metrics indexed by glyph ID.","Sum of long metrics + bearings.","Left/Top side bearing for hmtx/vmtx.","A Horizontal/Vertical Metrics Variations Table.","A kerning subtable format.","","","","","A kerning pair.","A kerning subtable.","A format 0 subtable.","A format 2 subtable.","A format 3 subtable.","A list of subtables.","An iterator over kerning subtables.","A Kerning Table.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","Glyphs pair.","A list of kerning pairs.","A list of subtables.","Kerning value.","Indicates that subtable is variable.","A container of Anchor Points used by Subtable4.","A state machine entry.","An extended kerning subtable format.","","","","","","A kerning subtable.","A format 0 subtable.","A format 1 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of extended kerning subtables.","An iterator over extended kerning subtables.","An Extended Kerning Table.","An action index.","Anchor points.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","A list of kerning pairs.","A state table.","A state table.","A list of subtables.","The tuple count.","Indicates that subtable is variable.","Long offsets.","Short offsets.","An Index to Location Table.","A Math Constants Table.","A Glyph Assembly Table.","A Math Glyph Construction Table.","A mapping from glyphs to Math Glyph Construction Tables.","A Math Glyph Info Table.","Details for a glyph part in an assembly.","Description of math glyph variants.","A Math Kern Table.","An entry in a Math Kern Info Table.","A Math Kern Info Table.","A Math Value with optional device corrections.","A mapping from glyphs to Math Values.","Glyph part flags.","A Math Table.","A Math Variants Table.","Advance width/height, in design units, of the variant …","A general recipe on how to construct a variant with large …","The kerning data for the bottom-left corner.","The kerning data for the bottom-right corner.","Math positioning constants.","Device corrections for this value.","Lengths of the connectors on the end of the glyph, in font …","Glyphs which are extended shapes.","The full advance of the part, in font design units.","Glyph ID for the part.","Per-glyph positioning information.","Constructions for shapes growing in the horizontal …","Per-glyph italics correction values.","The italics correction of the assembled glyph.","Per-glyph information for mathematical kerning.","Minimum overlap of connecting glyphs during glyph …","Part flags.","Parts the assembly is composed of.","Lengths of the connectors on the start of the glyph, in …","Per-glyph horizontal positions for attaching mathematical …","The kerning data for the top-left corner.","The kerning data for the top-right corner.","The X or Y value in font design units.","The ID of the variant glyph.","Prepared variants of the glyph with varying advances.","Variants and assembly recipes for growable glyphs.","Constructions for shapes growing in the vertical direction.","A Maximum Profile Table.","The total number of glyphs in the face.","A metamorphosis chain.","A list of metamorphosis chains.","An iterator over metamorphosis chains.","","A contextual subtable state table trailing data.","A contextual subtable.","A subtable coverage.","The feature table is used to compute the sub-feature flags …","","A contextual subtable state table trailing data.","An insertion subtable.","","A ligature subtable.","","","A subtable in a metamorphosis chain.","A subtable kind.","A list of subtables in a metamorphosis chain.","An iterator over a metamorphosis chain subtables.","An Extended Glyph Metamorphosis Table.","A list of metamorphosis chains.","Ligature components.","A subtable coverage.","A current index.","A current insert index.","Default chain features.","Complement of flags for the settings that this feature and …","Flags for the settings that this feature and setting …","Subtable feature flags.","A list of chain features.","Insertion glyphs.","The type of feature.","A subtable kind.","Ligature actions.","Ligatures.","A mark index.","A marked insert index.","The feature’s setting (aka selector).","The contextual glyph substitution state table.","A state table.","A state table.","A list of chain subtables.","A Metrics Variations Table.","","","","A Name Record.","A list of face names.","An iterator over face names.","A platform ID.","A Naming Table.","","","A platform-specific encoding ID.","A language ID.","A raw name data.","A Name ID.","A list of names.","A platform ID.","","","","","","","","","","","","","","","","","","","","","","","","","","A Chained Contextual Lookup Subtable.","A Chained Sequence Rule.","A set of ChainedSequenceRule.","A list of ChainedSequenceRule sets.","A value of Class Definition Table.","A Class Definition Table.","A Contextual Lookup Subtable.","A Coverage Table.","A Feature.","An index in FeatureList.","A list of Feature records.","A Feature Variations Table.","Simple glyph contexts.","Simple glyph contexts.","","","Class-based glyph contexts.","Class-based glyph contexts.","","","Coverage-based glyph contexts.","Coverage-based glyph contexts.","An index in LanguageSystemList.","A Language System Table.","A list of LanguageSystem records.","A Layout Table.","A Lookup Table.","Lookup table flags.","An index in LookupList.","A list of Lookup values.","A trait for parsing Lookup subtables.","A list of lookup subtables.","An iterator over lookup subtables.","A record that describes a range of glyph IDs.","A data storage used by ScriptList, LanguageSystemList and …","A trait to parse item in RecordList.","An iterator over RecordList values.","A Script Table.","An index in ScriptList.","A list of Script records.","A sequence rule record.","A sequence rule.","A set of SequenceRules.","A list of SequenceRuleSets.","An index in FeatureVariations.","Contains either glyph IDs or glyph Classes.","Default language.","Last glyph ID in the range","Array of indices into the FeatureList, in arbitrary order.","A list of all supported features.","Lookup qualifiers.","","","List of supported languages, excluding the default one. …","Contains either glyph IDs or glyph Classes.","","","","","A list of all lookups.","Index into GDEF mark glyph sets structure.","Parses raw data.","Parses raw data.","Index of a feature required for this language system.","A list of all supported scripts.","","First glyph ID in the range","Available subtables.","Script tag.","Language tag.","","Coverage Index of first glyph ID in range.","Used to substitute an alternate set of lookup tables to …","","","","","","","","","","","","","","","","","","","","","","","","Array of glyph IDs. Sorted.","Array of glyph ranges. Ordered by RangeRecord.start.","","","","","","","","","","","A form that is generally cursive in nature.","","","","","A face that is neither italic not obliqued.","A typically-sloped version of the regular face.","","Face permissions.","","","A script metrics used by subscript and superscript.","","","","A face style.","A OS/2 and Windows Metrics Table.","","","","Unicode Ranges.","A face weight.","A face width.","Table version.","X offset.","Horizontal face size.","Y offset.","Vertical face size.","An iterator over glyph names.","A PostScript Table.","Flag that indicates that the font is monospaced.","Italic angle in counter-clockwise degrees from the …","Underline metrics.","A strike of glyphs.","A list of Strikes.","An iterator over Strikes.","A Standard Bitmap Graphics Table.","The pixels per EM size for which this strike was designed.","The device pixel density (in PPI) for which this strike …","A list of Strikes.","An SVG documents.","A list of SVG documents.","An iterator over SvgDocumentsList values.","An SVG Table.","The SVG document data.","A list of SVG documents.","The last glyph ID, inclusive, for the range covered by …","The first glyph ID for the range covered by this record.","A Tracking Table.","A single track.","A track data.","A list of tracks.","An iterator over Tracks.","Horizontal track data.","The name table index for the track’s name.","A list of sizes.","A list of tracks.","A track value.","A list of tracking values for each size.","Vertical track data.","A Vertical Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the vmtx table.","A Vertical Origin Table.","Vertical origin metrics for the Vertical Origin Table.","Default origin.","Glyph ID.","A list of metrics for each glyph.","Y coordinate, in the font’s design coordinate system, of …","A multi-line text editor.","A weak reference to an Editor.","The bounds of the Editor.","A bunch of text.","A weak reference to a Paragraph.","The horizontal alignment of the Paragraph.","The minimum bounds of the Paragraph.","The vertical alignment of the Paragraph.","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","Hashes the Recipe.","Executes the Recipe and produces the stream of events of …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The appearance of an application.","An interactive cross-platform application.","The Executor that will run commands and subscriptions.","The data needed to initialize your Application.","The type of messages your Application will produce.","The supported style of the StyleSheet.","A set of rules that dictate the style of an application.","The theme of your Application.","Returns the Appearance of the application for the provided …","The background Color of the application.","The default icon Color of the application.","Initializes the Application with the flags provided to run …","Runs the Application.","Returns the scale factor of the Application.","Returns the current Style of the Theme.","Returns the event Subscription for the current state of the","The default text Color of the application.","Returns the current Theme of the Application.","Returns the current title of the Application.","Handles a message and updates the state of the Application.","Returns the widgets to display in the Application.","Read the current contents of the clipboard.","Reads the current content of the Clipboard.","Read the current contents of primary.","Reads the current content of the primary Clipboard.","Write the given contents to the clipboard.","Write the given contents to primary.","DnD action chosen by the compositor.","","Xrgb8888 or Argb8888 image data with premultiplied alpha","DnD Cancelled.","","","","","A rectangle with a logical location and size relative to a …","","","An offer was dropped","DnD Dropped. The operation is still ongoing until …","","DnD operation ended.","","The offer has left the surface.","The offer is no longer on a DnD destination.","Mime accepted by destination. If None, no mime types are …","","","Dnd Offer event with the corresponding destination …","","A rectangle with a logical location and size relative to a …","If the selected action is ASK, the user must be presented …","","Dnd Source event.","","","Accepted actions in this rectangle","","","","","","","","","","Get a flags value with all known bits set.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","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 negation (!) of the bits in a flags value, …","","","","","","","","","","Whether all set bits in a source flags value are also set …","","","","","","","","","","","","","","","","","","","","The intersection of a source flags value with the …","","","","","","","","","","Get a flags value with all bits unset.","","","","","","","","The bitwise or (|) of the bits in each flags value.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 exactly.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","","","","","","","","","","","","","A unique ID","","","","","","","","","","The bitwise or (|) 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 …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 bits in this flags value are unset.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Accepted mime types in this rectangle","The bitwise negation (!) of the bits in a flags value, …","","Prefered action in this rectangle","The rectangle representing this destination.","The intersection of a source flags value with the …","Send an event in the channel","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 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.","","","","","","","","","","","","","","","","Describes the mime types which are accepted.","Can be converted to data with the available mime types.","Raw data from the clipboard","Data that can be loaded from the clipboard.","Data that can be stored to the clipboard.","","","","","","List allowed mime types for the type to convert from a …","","","","","","","","","","","","","","","","","","","Converts a type to a byte slice for the given mime type if …","","List available mime types for this data to convert to a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A set of asynchronous actions to be performed by some …","Creates a Command that produces the Messages published …","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A default cross-platform executor.","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","","","","Glyphs in cursive fonts generally use a more informal …","An error while loading a font.","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","Load a font from its bytes.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A generic overlay.","Build and show dropdown menus.","The appearance of a menu.","A list of selectable options.","The local state of a Menu.","The supported style of the StyleSheet.","The style sheet of a menu.","Produces the Appearance of a menu.","The Background of the menu.","The Border of the menu.","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","The text Color of the menu.","The settings of an application.","If set to true, the renderer will try to perform …","The default Font to be used.","The text size that will be used by default.","If set to true the application will exit when the main …","The data needed to initialize the Application.","The fonts to load on boot.","The identifier of the application.","The window settings.","A request to listen to external events.","Creates a Subscription that publishes the events sent from …","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Returns a Subscription that will create and asynchronously …","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","Returns a Subscription that produces messages at a set …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","A generic widget that produces a message when pressed.","A widget capable of drawing 2D graphics.","A box that can be checked.","A container that distributes its contents vertically.","A widget for searching and selecting a single value from a …","A reusable, custom widget that uses The Elm Architecture.","An element decorating some content.","A Theme that uses a Custom palette.","The built-in dark variant.","The type of event this Component handles internally.","A frame that displays an image while keeping aspect ratio.","A widget that only rebuilds its contents when necessary.","The built-in light variant.","Emit messages on mouse events.","A collection of panes distributed using either vertical or …","A widget for selecting a single value from a list of …","A bar that displays progress.","A circular button representing a choice.","The default graphics renderer for iced.","A widget that is aware of its dimensions.","A container that distributes its contents horizontally.","Display a horizontal or vertical rule for dividing content.","A widget that can vertically display an infinite amount of …","An horizontal bar and a handle that selects a single value …","An amount of empty space.","The internal state of this Component.","A vector graphics image.","A paragraph.","A multi-line text input.","A field that can be filled with text.","A built-in theme.","A widget that applies any Theme to its contents.","","A toggler widget.","An element to display a widget over another.","An vertical bar and a handle that selects a single value …","Allow your users to perform actions by pressing a button.","Creates a new Button with the provided content.","Draw 2D graphics for your users.","Creates a new Canvas.","Show toggle controls using checkboxes.","Creates a new Checkbox.","Creates a new Column with the given children.","Creates a Column with the given children.","Display a dropdown list of searchable and selectable …","Creates a new ComboBox.","Turns an implementor of Component into an Element that can …","Decorate content and apply alignment.","Creates a new Container with the provided content.","Focuses the next focusable widget.","Focuses the previous focusable widget.","Creates a horizontal Rule with the given height.","Creates a new horizontal Space with the given Length.","Display images in your user interface.","Creates a new Image.","Use widgets that can provide hints to ensure continuity.","Creates a new keyed::Column with the given children.","Creates a Column with the given children.","Creates a new Lazy widget with the given data Dependency …","A container intercepting mouse events.","Update the Component state based on the provided Operation","Display interactive elements on top of other widgets.","Let your users split regions of your application and …","Display a dropdown list of selectable values.","Creates a new PickList.","Provide progress feedback to your users.","Creates a new ProgressBar.","Create choices using radio buttons.","Creates a new Radio.","Creates a new Responsive widget with a closure that …","Creates a new Row with the given children.","Creates a Row with the given children.","Display a horizontal or vertical rule for dividing content.","Navigate an endless amount of content with a scrollbar.","Creates a new Scrollable with the provided content.","Display an interactive selector of a single value from a …","Creates a new Slider.","Distribute content vertically.","Display vector graphics in your application.","Creates a new Svg widget from the given Handle.","Draw and interact with text.","Creates a new Text widget with the provided content.","Display a multi-line text input for text editing.","Creates a new TextEditor.","Display fields that can be filled with text.","Creates a new TextInput.","Use the built-in theme and styles.","A widget that applies any Theme to its contents.","Show toggle controls using togglers.","Creates a new Toggler.","Display a widget over another.","Creates a new Tooltip with the provided content, tooltip …","Processes an Event and updates the Component state …","Creates a vertical Rule with the given width.","Display an interactive selector of a single value from a …","Creates a new VerticalSlider.","Creates a new vertical Space with the given Length.","Produces the widgets of the Component, which may trigger …","The appearance of a button.","A generic widget that produces a message when pressed.","The local state of a Button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","Produces the disabled Appearance of a button.","Draws a Button.","Produces a Command that focuses the Button with the given …","Produces the hovered Appearance of a button.","The icon Color of the button.","Computes the layout of a Button.","Returns the mouse::Interaction of a Button.","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","Processes the given Event and updates the State of a Button","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A simple cache that stores generated Geometry to avoid …","A widget capable of drawing 2D graphics.","A Canvas event.","The style used to fill geometry.","","","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","A keyboard event.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","A mouse event.","An immutable set of points that may or may not be …","The state and logic of a Canvas.","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The internal state mutated by the Program.","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","","","A touch event.","The color of the text","The contents of the text","Draws the given layers of Self::Geometry.","Draws the state of the Program, producing a bunch of …","Handle events of a canvas.","The font of the text","The horizontal alignment of the text","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","Returns the current mouse interaction of the Program.","The offset of LineDash::segments to start the pattern.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","The color or gradient of the fill.","The color or gradient of the stroke.","Updates the State of the Program.","The vertical alignment of the text","The distance between the two edges of the stroke.","The Event was handled and processed by a widget.","A Canvas event.","The Event was NOT handled by any widget.","A keyboard event.","A mouse event.","The status of an Event after being processed.","A touch event.","The appearance of a checkbox.","A box that can be checked.","The icon in a Checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","The Background of the checkbox.","The Border of hte checkbox.","The unicode code point that will be used as the icon.","Font that will be used to display the code_point,","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","The line height of the icon.","The shaping strategy of the icon.","Font size of the content.","The text Color of the checkbox.","A widget for searching and selecting a single value from a …","The local state of a ComboBox.","Build matchers from given list of options.","Search list of options for a given query.","The appearance of a container.","An element decorating some content.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","Draws the background of a Container given its Appearance …","The icon Color of the container.","Computes the layout of a Container.","The Shadow of the container.","The text Color of the container.","Produces a Command that queries the visible screen bounds …","Image filtering strategy.","A handle of some image data.","A frame that displays an image while keeping aspect ratio.","Bilinear interpolation.","Nearest neighbor.","A frame that displays an image with the ability to zoom …","Draws an Image","Computes the layout of an Image.","Zoom and pan on an image.","Creates a new Viewer with the given image Handle.","The local state of a Viewer.","A frame that displays an image with the ability to zoom …","Returns the bounds of the underlying image, given the …","A container that distributes its contents vertically.","Distribute content vertically.","A container that distributes its contents vertically.","All panes are visible","The appearance of the hovered region of a pane grid.","A fixed reference line for the measurement of coordinates.","Bottom edge.","A Pane was picked and then dropped outside of other Pane …","Center region.","The arrangement of a PaneGrid.","The content of a Pane.","The visible contents of the PaneGrid","A four cardinal direction.","↓","An event produced during a drag and drop interaction of a …","A pane that can be dragged.","A Pane was dropped on top of another Pane.","The edges of an area.","An Edge of the full PaneGrid.","Edge region.","The horizontal axis: —","←","Left edge.","A line.","A maximized pane is visible","A layout node of a PaneGrid.","A rectangular region in a PaneGrid used to display widgets.","A Pane.","The region of this Node is taken by a Pane.","A single Pane of the PaneGrid.","A collection of panes distributed using either vertical or …","A Pane was picked for dragging.","The region of a Pane.","An event produced during a resize interaction of a PaneGrid…","→","Right edge.","A divider that splits a region in a PaneGrid into two …","A split of the available space.","The region of this Node is split into two.","The state of a PaneGrid.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Target area a pane can be dropped on.","The title bar of a Pane.","Top edge.","↑","The vertical axis: |","The Background of the pane region.","The Border of the pane region.","Returns whether the Draggable with the given Layout can be …","The Color of the Line.","Draws a PaneGrid.","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","The internal state of the PaneGrid.","Calculates the Layout of a PaneGrid.","Returns the current mouse::Interaction of a PaneGrid.","The panes of the PaneGrid.","The Line to draw when a split is picked.","The new ratio of the Split.","The Split that is being dragged for resizing.","The state of a PaneGrid.","Processes an Event and updates the state of a PaneGrid …","The width of the Line.","The left/top Configuration of the split.","The direction of the split.","The right/bottom Configuration of the split.","The ratio of the split in [0.0, 1.0].","The picked Pane.","The picked Pane.","The picked Pane.","The Target where the picked Pane was dropped on.","The left/top Node of the split.","The direction of the split.","The right/bottom Node of the split.","The Split of this Node.","The ratio of the split in [0.0, 1.0].","The current action of a PaneGrid.","A Pane in the PaneGrid is being clicked.","A Pane in the PaneGrid is being dragged.","The PaneGrid is idle.","The internal state of a PaneGrid.","A Split in the PaneGrid is being dragged.","The state of a PaneGrid.","The internal state of the PaneGrid.","The panes of the PaneGrid.","The Axis of the Split.","The starting Point of the click interaction.","The starting Point of the drag interaction.","The Pane being clicked.","The Pane being dragged.","The Split being dragged.","The appearance of a pick list.","Displays an arrow icon (▼).","A custom dynamic handle.","The handle to the right side of the PickList.","The icon of a Handle.","No handle will be shown.","A widget for selecting a single value from a list of …","The state of a PickList.","A custom static handle.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","The Background of the pick list.","The Border of the pick list.","The unicode code point that will be used as the icon.","Draws a PickList.","Font that will be used to display the code_point,","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","Computes the layout of a PickList.","Line height of the content.","Returns the current mouse::Interaction of a PickList.","Returns the current overlay of a PickList.","The placeholder Color of the pick list.","The shaping strategy of the icon.","Font size of the content.","The text Color of the pick list.","Processes an Event and updates the State of a PickList …","The Icon used when PickList is closed.","The Icon used when PickList is open.","Font size of the content.","The appearance of a progress bar.","A bar that displays progress.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","A circular button representing a choice.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","Display a horizontal or vertical rule for dividing content.","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","Produces the style of a rule.","The color of the rule.","The FillMode of the rule.","The radius of the line corners.","The width (thickness) of the rule line.","The amount of absolute offset in each direction of a …","Alignment of the scrollable’s content relative to it’s …","Both vertical and horizontal scrolling","The direction of Scrollable.","Content is aligned to the end of the Viewport","Horizontal scrolling","Properties of a scrollbar within a Scrollable.","The amount of relative offset in each direction of a …","A widget that can vertically display an infinite amount of …","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","Content is aligned to the start of the Viewport.","The local state of a Scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Vertical scrolling","The current Viewport of the Scrollable.","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","The Color of the scroller.","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","Draws a Scrollable.","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","Computes the layout of a Scrollable.","Computes the current mouse::Interaction of a Scrollable.","Produces a Command that scrolls the Scrollable with the …","The appearance of the Scroller of a scrollable.","Produces a Command that snaps the Scrollable with the …","Processes an Event and updates the State of a Scrollable …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The properties of the horizontal scrollbar.","The properties of the vertical scrollbar.","The appearance of a slider.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","An horizontal bar and a handle that selects a single value …","The local state of a Slider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","The appearance of breakpoints.","The Color of the handle.","The colors of the rail of the slider.","Produces the style of a slider that is being dragged.","Draws a Slider.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","Computes the current mouse::Interaction of a Slider.","The colors of the rail of the slider.","The shape of the handle.","Processes an Event and updates the State of a Slider …","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","An amount of empty space.","The appearance of an SVG.","A handle of Svg data.","The supported style of the StyleSheet.","The stylesheet of a svg.","A vector graphics image.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","An interaction with an Editor.","The appearance of a text input.","Delete the previous character.","Click the Editor at the given Point.","The content of a TextEditor.","Delete the next character.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","Move to the end of the line.","Break the current line.","Move to the start of the line.","Insert the given character.","Move left.","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A multi-line text input.","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Produces the style of an active text input.","The Background of the text editor.","The Border of the text editor.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The amount of lines to scroll.","The appearance of a text input.","The cursor of a text input.","The default Padding of a TextInput.","The content of the Icon.","The left side of a TextInput.","The right side of a TextInput.","The side of a TextInput.","The state of a TextInput.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A field that can be filled with text.","The value of a TextInput.","Produces the style of an active text input.","The Background of the text input.","The Border of the text input.","The unicode code point that will be used as the icon.","Track the cursor of a text input.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Draws the TextInput with the given Renderer, overriding its","Produces a Command that focuses the TextInput with the …","Produces the style of a focused text input.","The font that will be used to display the code_point.","Produces the style of an hovered text input.","The icon Color of the text input.","Computes the layout of a TextInput.","Computes the current mouse::Interaction of the TextInput.","Produces a Command that moves the cursor of the TextInput …","Produces a Command that moves the cursor of the TextInput …","Produces a Command that moves the cursor of the TextInput …","Produces the Color of the placeholder of a text input.","Produces a Command that selects all the content of the …","Produces the Color of the selection of a text input.","The side of a TextInput where to display the Icon.","The font size of the content.","The spacing between the Icon and the text in a TextInput.","Processes an Event and updates the State of a TextInput …","Produces the Color of the value of a text input.","The cursor of a text input.","Cursor without a selection","Cursor selecting a range of text","The state of a Cursor.","The end of the selection","The start of the selection","The style of an application.","A simple box.","The style of a button.","The style of a checkbox.","Colored text.","The style of a container.","A Theme with a customized Palette.","A Theme that uses a Custom palette.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","The danger style.","The danger style.","The built-in dark variant.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","No filtering to the rendered SVG.","The default style.","The default style.","The default style.","The default style.","The destructive style.","The built-in light variant.","The style of a menu.","A color palette.","The style of a pane grid.","The style of a pick list.","The positive style.","The primary style.","The primary style.","The primary style.","The style of a progress bar.","The style of a radio button.","The style of a rule.","The style of a scrollable.","The secondary style.","The secondary style.","The style of a slider.","The success style.","The success style.","Svg","The style of text.","The text style.","The style of a text input.","The style of a text input.","A built-in theme.","The style of a toggler.","No style.","The background Color of the Palette.","The danger Color of the Palette.","Define the colors of a theme.","The primary Color of the Palette.","The success Color of the Palette.","The text Color of the Palette.","A set of background colors.","A set of danger colors.","The built-in dark variant of an Extended palette.","The built-in light variant of an Extended palette.","An extended set of colors generated from a Palette.","Recommended background, icon, and text Color.","A color palette.","A set of primary colors.","A set of secondary colors.","A set of success colors.","The background Color of the Palette.","The set of background colors.","The base background color.","The base primary color.","The base secondary color.","The base success color.","The base danger color.","The background color.","The danger Color of the Palette.","The set of danger colors.","The icon color, which defaults to the text color.","Whether the palette is dark or not.","The primary Color of the Palette.","The set of primary colors.","The set of secondary colors.","A stronger version of the base background color.","A stronger version of the base primary color.","A stronger version of the base secondary color.","A stronger version of the base success color.","A stronger version of the base danger color.","The success Color of the Palette.","The set of success colors.","The text Color of the Palette.","The text color.","A weaker version of the base background color.","A weaker version of the base primary color.","A weaker version of the base secondary color.","A weaker version of the base success color.","A weaker version of the base danger color.","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","A toggler widget.","Returns the active Appearance of the toggler for the …","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","The tooltip will appear on the bottom of the widget.","The tooltip will follow the cursor.","The tooltip will appear on the left of the widget.","The position of the tooltip. Defaults to following the …","The tooltip will appear on the right of the widget.","An element to display a widget over another.","The tooltip will appear on the top of the widget.","The appearance of a slider.","A circular handle.","The appearance of the handle of a slider.","The shape of the handle of a slider.","A rectangular shape.","The local state of a VerticalSlider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","An vertical bar and a handle that selects a single value …","Produces the style of an active slider.","The border Color of the handle.","The border width of the handle.","The appearance of breakpoints.","The Color of the handle.","Produces the style of a slider that is being dragged.","Draws a VerticalSlider.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","Computes the current mouse::Interaction of a VerticalSlider…","The colors of the rail of the slider.","The shape of the handle.","Processes an Event and updates the State of a …","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","An operation to be performed on some window.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","Change the window Icon.","Change the window Level.","Change the Mode of the window.","Close the window and exits the application.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","Move the window with the left mouse button until the …","A window-related event.","Fetch the raw identifier unique to the window.","Fetch if the current window is maximized or not.","Fetch if the current window is minimized or not.","Fetch the current Mode of the window.","Fetch the current logical dimensions of the window.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","Bring the window to the front and sets input focus. Has no …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","Set the window to maximized or back","Set the window to minimized or back","The mode of a window-based application.","Move the window to the given logical coordinates.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The platform specific window settings of an application.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","Request user attention to the window, this has no effect …","Resize the window to the given logical dimensions.","A window was resized.","Data of a screenshot, captured with window::screenshot().","Screenshot the viewport of the window.","The window settings of an application.","Show window menu at cursor position.","Spawns a new window with some Settings.","The window is positioned with specific coordinates: (X, Y).","Toggle whether window has decorations.","Toggle the window to maximized or back","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Sets the application id of the window.","The bytes of the Screenshot.","Changes the Icon of the window.","Changes the window Level.","Changes the Mode of the window.","Closes the window with id.","Whether the window should have a border, a title bar, etc. …","Begins dragging the window while the left mouse button is …","Whether the window will close when the user requests it, …","Fetches an identifier unique to the window, provided by …","Fetches if the window is maximized.","Fetches if the window is minimized.","Fetches the current Mode of the window.","Fetches the window’s size in logical dimensions.","Subscribes to the frames of the window of the running …","Brings the window to the front and sets input focus. Has …","Attach an icon to the window of your application.","The icon of the window.","The window Level.","The maximum size of the window.","Maximizes the window.","The minimum size of the window.","Minimizes the window.","Moves the window to the given logical coordinates.","Platform specific settings.","The initial position of the window.","Request user attention to the window. This has no effect …","Whether the window should be resizable or not.","Resizes the window to the given logical dimensions.","The border area for the drag resize handle.","Take screenshots of a window.","Captures a Screenshot from the window.","Configure your windows.","Show window menu at cursor position.","The size of the Screenshot.","The initial logical dimensions of the window.","Spawns a new window with the given settings.","Toggles the window decorations.","Toggles the window to maximized or back.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","An error produced when creating an Icon.","An window icon normally used for the titlebar or taskbar.","The image crate reported an error.","The Icon is not valid.","The underlying OS failed to create the icon.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Creates an icon from an image file.","Creates an icon from the content of an image file.","Builds an Icon from its RGBA pixels in the sRGB color …","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Errors that can occur when cropping a Screenshot.","The cropped region’s size is out of bounds.","Data of a screenshot, captured with window::screenshot().","The cropped region’s size is zero.","The bytes of the Screenshot.","The size of the Screenshot.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","Adapters specific to Result-returning futures","An extension trait which adds utility methods to AsyncRead …","An extension trait for Sinks that provides a variety of …","Adapters specific to Result-returning streams","An extension trait which adds utility methods to …","An extension trait which adds utility methods to AsyncWrite…","An extension trait for Streams that provides a variety of …","An extension trait which adds utility methods to AsyncSeek …","An extension trait for Futures that provides a variety of …","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","","","The default graphics renderer for iced.","The settings of a Backend.","","","","The antialiasing strategy that will be used for triangle …","","The default Font to use.","The default size of text.","","","","","","A simple cache that stores generated Geometry to avoid …","","","","","An antialiasing strategy.","The graphics backend of a Renderer.","An error occured in the context’s internal backend","A cached primitive.","A clip primitive","A graphics compositor that can draw to windows.","A backend-specific primitive.","A type that has some damage bounds.","An editor primitive","An error that occurred while creating an application’s …","A fill which linearly interpolates colors along a …","A mesh with a gradient.","A suitable graphics adapter or device could not be found.","A group of primitives","An image primitive","A linear gradient interpolates colors along a direction …","Multisample AA with 16 samples","Multisample AA with 2 samples","Multisample AA with 4 samples","Multisample AA with 8 samples","A low-level primitive to render a mesh of triangles.","Failed to find any pixel format that matches the criteria.","A paragraph primitive","A rendering primitive.","The custom kind of primitives this Backend supports.","A quad primitive","A raw cosmic-text primitive","A backend-agnostic renderer that supports all the built-in …","The iced renderer of the backend.","The settings of the backend.","A mesh with a solid color.","The surface of the backend.","An SVG primitive","A text primitive","A 2D transformation matrix.","A primitive that applies a translation","The requested backend version is not supported.","A viewing region for displaying computer graphics.","Write a graphics backend.","Returns the bounds of the Damage.","Manage colors for shaders.","A compositor is responsible for initializing a renderer …","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Track and compute the damage of graphical primitives.","Returns Information used by this Compositor.","Build and draw geometry.","A gradient that can be used as a fill for some geometry.","Load and operate on images.","Draw triangles!","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Create a renderer from a Backend.","Screenshots the current Renderer primitives to an …","Draw text.","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","The background of the quad","The Border of the quad","The border radii of the image","The bounds of the text.","The bounds of the quad","The bounds of the image","The bounds of the viewport","The bounds of the clip","The clip bounds of the text.","The clip bounds of the paragraph.","The clip bounds of the editor.","The color of the text.","The color of the paragraph.","The color of the editor.","The Color filter","The contents of the text.","The content of the clip","The primitive to translate","The cached primitive","The editor::Weak reference.","The filter method of the image","The font of the text.","The handle of the image","The path of the SVG file","The horizontal alignment of the text.","The line height of the text.","The paragraph::Weak reference.","The position of the paragraph.","The position of the editor.","The primitives of the group","The Shadow of the quad","The shaping strategy of the text.","The size of the text in logical pixels.","The translation vector","The vertical alignment of the text.","The graphics backend of a Renderer.","A graphics backend that supports image rendering.","The custom kind of primitives this Backend supports.","A graphics backend that supports SVG rendering.","A graphics backend that supports text rendering.","Returns the dimensions of the provided image.","Loads a font from its bytes.","Returns the viewport dimensions of the provided SVG.","A flag that indicates whether the renderer should perform …","A color packed as 4 floats representing RGBA channels.","Packs a Color.","A graphics compositor that can draw to windows.","Contains information about the graphics (e.g. graphics …","Invalid dimensions","The swap chain has been lost and needs to be recreated.","There is no more memory left to allocate a new frame.","The underlying surface has changed, and therefore the …","Present Error","The iced renderer of the backend.","Resize Error","The settings of the backend.","The surface of the backend.","Result of an unsuccessful call to Compositor::present.","A timeout was encountered while trying to acquire the next …","A window that can be used in a Compositor.","Contains the graphics adapter.","Contains the graphics backend.","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Returns Information used by this Compositor.","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Screenshots the current Renderer primitives to an …","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","A type that has some damage bounds.","Returns the bounds of the Damage.","Groups the given damage regions that are close together …","Computes the damage regions between the two given lists of …","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait for Sinks that provides a variety of …","An extension trait for Futures that provides a variety of …","An extension trait which adds utility methods to AsyncSeek …","An extension trait which adds utility methods to AsyncRead …","An extension trait for Streams that provides a variety of …","An extension trait which adds utility methods to …","An extension trait which adds utility methods to AsyncWrite…","Adapters specific to Result-returning futures","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","The style used to fill geometry.","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","An immutable set of points that may or may not be …","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","The color of the text","The contents of the text","Draws the given layers of Self::Geometry.","Fill Geometry with a certain style.","The font of the text","The horizontal alignment of the text","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","Build different kinds of 2D shapes.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","Create lines from a Path and assigns them various …","The color or gradient of the fill.","The color or gradient of the stroke.","The vertical alignment of the text","The distance between the two edges of the stroke.","","The style used to fill geometry.","A Gradient color.","","The fill rule defines how to determine what is inside and …","A solid Color.","The coloring style of some drawing.","The fill rule defines how to determine what is inside and …","The color or gradient of the fill.","A segment of a differentiable curve.","A Path builder.","An immutable set of points that may or may not be …","Build and draw curves.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The radius of the arc.","The start of the segment’s angle in radians, clockwise …","A segment of a differentiable curve.","An elliptical Arc.","The center of the arc.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The end of the segment’s angle in radians, clockwise …","The radii of the arc’s ellipse. The horizontal and …","The radius of the arc.","The clockwise rotation of the arc’s ellipse.","The start of the segment’s angle in radians, clockwise …","The start of the segment’s angle in radians, clockwise …","Flag parameters for arcs as described by the SVG …","An alias for usize.","A view over a contiguous storage of custom attributes.","Interface for objects storing custom attributes associated …","An alias for a slice of f32 values.","","","","A beveled corner is to be used to join path segments. The …","","The default builder for Path.","A builder for Path with custom attributes.","The stroke for each sub-path does not extend beyond its …","ID of a control point in a path.","","","","","","","ID of an endpoint point in a path.","","Represents an event or edge of path.","Refers to an event in a path.","The fill rule defines how to determine what is inside and …","A path event representing endpoints and control points as …","An iterator of endpoint and control point ids for Path and …","A view over a sequence of endpoint IDs forming a polygon.","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","","","","Line cap as defined by the SVG specification.","Line join as defined by the SVG specification.","A sharp corner is to be used to join path segments.","Same as a miter join, but if the miter limit is exceeded, …","An empty attribute slice.","","","","A simple path data structure.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","The commands of a path encoded in a single array using IDs …","A view over PathCommands.","A path event representing endpoints and control points as …","A view on a Path.","A view over a sequence of endpoints forming a polygon.","Interface for types types (typically endpoints and control …","Interface for objects storing endpoints and control points …","","","","","","An iterator of over a Path traversing the path in reverse.","At each end of each sub-path, the shape representing the …","A round corner is to be used to join path segments.","The positive or negative side of a vector or segment.","At the end of each sub-path, the shape representing the …","The two possible orientations for the edges of a shape to …","Path building utilities.","","","A generic representation for paths that allow more control …","Returns the endpoint’s custom attributes as a slice of …","","","Tools to iterate over paths.","Of the four candidate arc sweeps, two will represent an …","f32 version of the lyon_geom types used everywhere. Most …","Returns the number of float attributes per endpoint.","The default path data structure.","A container to store multiple paths contiguously.","","","Specific path types for polygons.","","If sweep is true, then the arc will be drawn in a “…","lyon_path traits reexported here for convenience.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The radius of each corner of a rounded rectangle.","Builds a path.","A Builder that approximates curves with successions of …","A convenience wrapper for PathBuilder without custom …","The base path building interface.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Builds a path with a transformation applied.","Implements an SVG-like building interface on top of a …","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","","","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","","","Returns a builder that applies the given transformation to …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A view on a PathCommands buffer and two slices for …","An iterator of Event<&Endpoint, &ControlPoint>.","An iterator of Event<&Endpoint, &ControlPoint>.","The commands of a path encoded in a single array using IDs …","Builds path commands.","A view over PathCommands.","An iterator of PathEvent.","An angle in radians","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","","A 2d curve segment defined by four points: the beginning …","","","","","","","An infinite line defined by a point and a vector.","A line defined by the equation …","A linear segment.","","","","","","A 2d curve segment defined by three points: the beginning …","Alias for euclid::default::Rotation2D","","","","","","Common APIs to segment types.","","An elliptic arc curve segment using the SVG’s end-point …","","","","Alias for euclid::default::Transform2D","Alias for euclid::default::Translation2D","A 2D triangle defined by three points a, b and c.","","","","Return the curve after the split point.","Angle in radians","Compute the length of the segment using a flattened …","Elliptic arc related maths and tools.","","Return the curve before the split point.","","","","","","","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Epsilon constants are usually not a good way to deal with …","","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","","","","","The extent of the element in the U units along the y axis …","Of the four candidate arc sweeps, two will represent an …","","","","","","","","","Shorthand for Point::new(x, y).","","","","","","Sample the curve at t (expecting t between 0 and 1).","Shorthand for Size::new(x, y).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","","If sweep is true, then the arc will be drawn in a “…","","End of the curve.","","","","","","","","Shorthand for Vector::new(x, y).","","The extent of the element in the U units along the x axis …","Sample x at t (expecting t between 0 and 1).","","","The x (traditionally, horizontal) coordinate.","","","Sample y at t (expecting t between 0 and 1).","","","The y (traditionally, vertical) coordinate.","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","Flattening iterator for arcs.","An elliptic arc curve segment using the SVG’s end-point …","","","","Of the four candidate arc sweeps, two will represent an …","","","","If sweep is true, then the arc will be drawn in a “…","","","","","A string with a fixed capacity.","A vector with a fixed capacity.","Error value indicating insufficient capacity","A draining iterator for ArrayVec.","By-value iterator for ArrayVec.","A 2d curve segment defined by four points: the beginning …","","","","","","An angle in radians","A 2d vector of booleans, useful for component-wise logic …","A 3d vector of booleans, useful for component-wise logic …","A 2d axis aligned rectangle represented by its minimum and …","An axis aligned 3D box represented by its minimum and …","Homogeneous vector in 3D space.","A one-dimensional distance, with value represented by T …","A 2d Point tagged with a unit.","A 3d Point tagged with a unit.","A 2d Rectangle optionally tagged with a unit.","A rigid transformation. All lengths are preserved under …","A transform that can represent rotations in 2d, …","A transform that can represent rotations in 3d, …","A scaling factor between two different units of …","A group of 2D side offsets, which correspond to …","A 2d size tagged with a unit.","A 3d size tagged with a unit.","A 2d transform represented by a column-major 3 by 3 …","A 3d transform stored as a column-major 4 by 4 matrix.","A 2d transformation from a space to another that can only …","A 3d transformation from a space to another that can only …","Trait for basic trigonometry functions, so they can be …","The default unit.","A 2d Vector tagged with a unit.","A 3d Vector tagged with a unit.","Angle in radians","","Utilities for testing approximate ordering - especially …","","Shorthand for …","Shorthand for BoolVector2D { x, y }.","Shorthand for BoolVector3D { x, y, z }.","","A set of aliases for all types, tagged with the default …","","The extent of the element in the U units along the z axis.","","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","A one-dimensional length, tagged with its units.","","Shorthand for Point2D::new(x, y).","Shorthand for Point3D::new(x, y).","The real part.","","","Shorthand for …","","","","","Shorthand for Size2D::new(w, h).","Shorthand for Size3D::new(w, h, d).","","","","Convenience constructor.","Convenience constructor.","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","","The z (traditionally, depth) coordinate.","","Trait for testing approximate equality","Default epsilon value","Returns true is this object is approximately equal to the …","Returns true is this object is approximately equal to the …","","","","","","","","","","","","","","","","","","","","","","","Angle in radians","","The extent of the element in the U units along the z axis.","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The real part.","","","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","The z (traditionally, depth) coordinate.","","","Defines the smallest integer equal or greater than the …","Defines the biggest integer equal or lower than the …","","Defines the nearest integer value to the original value.","","Rounds to the smallest integer equal or greater than the …","Rounds to the biggest integer equal or lower than the …","","Rounds to the nearest integer value.","","A flattening iterator for quadratic bézier segments.","A flattening iterator for quadratic bézier segments.","","A 2d curve segment defined by three points: the beginning …","","","","","Common APIs to segment types.","","Return the curve after the split point.","Compute the length of the segment using a flattened …","Return the curve before the split point.","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","Sample the curve at t (expecting t between 0 and 1).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","End of the curve.","","","Sample x at t (expecting t between 0 and 1).","Sample y at t (expecting t between 0 and 1).","","Angle between vectors v1 and v2 (oriented clockwise …","","","","","An iterator that consumes Event iterator and yields …","An iterator that consumes an iterator of Points and …","","An extension trait for PathEvent iterators.","Applies a 2D transform to a path iterator and yields the …","Returns an iterator that turns curves into line segments.","Returns an iterator applying a 2D transform to all of its …","An angle in radians (f32).","Alias for euclid::default::Box2D<f32>","Alias for euclid::default::Point2D<f32>.","Alias for euclid::default::Rotation2D<f32>","Alias for euclid::default::Scale<f32>","Alias for euclid::default::Size2D<f32>.","Alias for euclid::default::Transform2D<f32>","Alias for euclid::default::Translation2D<f32>","Alias for euclid::default::Point2D<f32>.","Angle in radians","The extent of the element in the U units along the y axis …","","","","","","","","","Shorthand for Point::new(x, y).","","Shorthand for Size::new(x, y).","Shorthand for Vector::new(x, y).","The extent of the element in the U units along the x axis …","","The x (traditionally, horizontal) coordinate.","","","The y (traditionally, vertical) coordinate.","","","The default builder for Path.","A builder for Path with custom attributes.","An iterator of endpoint and control point ids for Path and …","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","A simple path data structure.","A view on a Path.","An iterator of over a Path traversing the path in reverse.","A Builder that appends a path to an existing PathBuffer.","A Builder that appends a path to an existing PathBuffer, …","Iterator over the paths in a PathBufferSlice.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","A view over a sequence of endpoint IDs forming a polygon.","An iterator of Event<EndpointId, ()>.","An iterator of PathEvent.","A view over a sequence of endpoints forming a polygon.","An iterator of IdEvent for Polygon.","An iterator of Event<&Endpoint, ()>.","","","","","Builds a path.","The base path building interface.","An extension trait for PathEvent iterators.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Returns an iterator that turns curves into line segments.","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","Returns a builder that applies the given transformation to …","Returns an iterator applying a 2D transform to all of its …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A sharp corner.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The alternating lengths of lines and gaps which describe …","The color or gradient of the stroke.","The distance between the two edges of the stroke.","A fill which linearly interpolates colors along a …","A linear gradient.","A linear gradient interpolates colors along a direction …","Packed Gradient data for use in shader code.","The absolute ending position of the gradient.","Creates a new Packed gradient for use in shader code.","The absolute starting position of the gradient.","ColorStops along the linear gradient direction.","Tries to load an image by its Handle.","Pixel is 8-bit alpha","AnimationDecoder trait","An Image in AVIF format.","Pixel contains 8-bit B, G and R channels","Pixel is 8-bit BGR with an alpha channel","An Image in BMP Format","An Image in BMP Format","The number of channels of this pixel type.","A string that can help to interpret the meaning each …","This pixel has the format of one of the predefined …","Pixel is 8-bit CMYK","An enumeration over supported color types and bit depths","The maximum value for this type of primitive within the …","The minimum value for this type of primitive within the …","An Image in DDS Format","An error was encountered while decoding.","The delay of a frame relative to the previous one.","A Dynamic Image","Types which are safe to treat as an immutable byte slice …","An error was encountered while encoding.","Contains the error value","An enumeration of color types encountered in image formats.","An Image in farbfeld Format","An Image in farbfeld Format","A flat buffer over a (multi channel) image.","A single animation frame","An implementation dependent iterator, reading the frames …","A trait for manipulating images.","Trait to inspect an image.","An Image in GIF Format","An Image in GIF Format","Sendable grayscale + alpha channel image buffer","Sendable grayscale image buffer","An Image in Radiance HDR Format","An Image in ICO Format","An Image in ICO Format","Generic image buffer","The trait that all decoders implement","Specialized image decoding not be supported by all formats","The trait all encoders implement","The generic error type for image operations.","An enumeration of supported image formats. Not all formats …","Each pixel in this image is 16-bit Luma","Each pixel in this image is 8-bit Luma","Each pixel in this image is 16-bit Luma with alpha","Each pixel in this image is 8-bit Luma with alpha","An enumeration of supported image formats for encoding.","Result of an image decoding/encoding process","Each pixel in this image is 16-bit Rgb","Each pixel in this image is 32-bit float Rgb","Each pixel in this image is 8-bit Rgb","Each pixel in this image is 16-bit Rgb with alpha","Each pixel in this image is 32-bit float Rgb with alpha","Each pixel in this image is 8-bit Rgb with alpha","An error occurred while interacting with the environment.","An Image in JPEG Format","An Image in JPEG Format with specified quality, up to 100","Pixel is 1-bit luminance","Pixel is 16-bit luminance","Pixel is 16-bit luminance","Pixel is 2-bit luminance","Pixel is 4-bit luminance","Pixel is 8-bit luminance","Pixel is 8-bit luminance","Pixel is 1-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 2-bit luminance with an alpha channel","Pixel is 4-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Completing the operation would have required more …","Grayscale colors.","Grayscale colors + alpha channel","Contains the success value","An Image in OpenEXR Format","An Image in OpenEXR Format","An error was encountered in input arguments.","A generalized pixel.","The type of pixel.","The pixel with an associated ColorType. Not all possible …","Immutable pixel iterator","An Image in PNG Format","An Image in PNG Format","An Image in general PNM Format","An Image in one of the PNM Formats","The type of each channel in a pixel. For example, this can …","Represents the progress of an image operation.","An Image in QOI format.","An image in QOI Format","The type of reader produced by into_reader.","RGB colors.","Pixel contains 1-bit R, G and B channels","Pixel is 16-bit RGB","Pixel contains 16-bit R, G and B channels","Pixel contains 2-bit R, G and B channels","Pixel is 32-bit float RGB","Pixel is 32-bit float RGB","An image buffer for 32-bit float RGB pixels, where the …","Pixel contains 4-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Sendable Rgb image buffer","RGB colors + alpha channel","Pixel is 1-bit RGB with an alpha channel","Pixel is 16-bit RGBA","Pixel is 16-bit RGB with an alpha channel","Pixel is 2-bit RGB with an alpha channel","Pixel is 32-bit float RGBA","Pixel is 32-bit float RGBA","An image buffer for 32-bit float RGBA pixels, where the …","Pixel is 4-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Sendable Rgb + alpha channel image buffer","A View into another image","The scalar type that is used to store each channel in this …","An Image in TGA Format","An Image in TGA Format","An Image in TIFF Format","An Image in TIFF Format","Pixel is of unknown color type with the specified bits per …","An operation can not be completed by the chosen …","A value for signalling an error: An unsupported format was …","An Image in WEBP Format","An image in WebP Format.","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Get the bytes of this value.","Blend the color of a given pixel into ourself, taking into …","Put a pixel at location (x, y), taking into account alpha …","The bounding rectangle of this image.","Iterators and other auxiliary structure for the ImageBuffer…","Returns the components as a slice.","Returns the channels of this pixel as a 4 tuple. If the …","Returns the components as a mutable slice","Encoding and decoding for various image file formats.","Supplementary color information.","Returns the color type of the image data produced by this …","Copies all of the pixels from another image into this …","Copies all of the pixels from one part of this image to …","Returns a tuple containing the width and height of the …","The width and height of this image.","Contains detailed error representation.","Image representations for ffi.","Construct a pixel from the 4 channels a, b, c and d. If …","Returns a view into a slice.","Returns mutable view into a mutable slice.","Returns the pixel located at (x, y). Indexed from top left.","Gets a reference to the mutable pixel at location (x, y). …","Guess image format from memory block","The height of this image.","Returns the ICC color profile embedded in the image","Read a tuple containing the (width, height) of the image …","Image Processing Functions","Returns true if this x, y coordinate is contained inside …","Consume the decoder producing a series of frames.","Returns a reader that can be used to obtain the bytes of …","Invert this pixel","Input and output of images.","A repr(C) description of the layout of buffer samples.","Create a new image from a Reader.","Create a new image from a byte slice","Create a new image from a byte slice","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Mathematical helper functions and types.","Open the image located at the path specified. The image’…","Returns the color type of the image file before decoding","Returns an Iterator over the pixels of this image. The …","Put a pixel at location (x, y). Indexed from top left.","Returns all the bytes in the image.","Same as read_image but periodically calls the provided …","Decode a rectangular section of the image; see …","Decode a rectangular section of the image, periodically …","Underlying linear container holding sample values.","Saves the supplied buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified …","Returns the minimum number of bytes that can be …","Set decoding limits for this decoder. See Limits for the …","Returns a mutable subimage that is a view into this image. …","Convert this pixel to luma","Convert this pixel to luma with an alpha channel","Convert this pixel to RGB","Convert this pixel to RGB with an alpha channel","Returns the total number of bytes in the decoded image.","Returns the pixel located at (x, y). Indexed from top left.","Puts a pixel at location (x, y). Indexed from top left.","Returns a subimage that is an immutable view into this …","The width of this image.","Writes the supplied buffer to a writer in the specified …","Writes all the bytes in an image to the encoder.","Provides color conversions for whole image buffers.","Enumerate the pixels of an image.","Enumerate the pixels of an image.","Enumerate the rows of an image.","Enumerate the rows of an image.","Iterate over pixel refs.","Iterate over mutable pixel refs.","Iterate over rows of an image","Iterate over mutable rows of an image","Converts self to a buffer of type T","Decoding and Encoding of BMP Images","Decoding of DDS images","Decoding of DXT (S3TC) compression","Decoding of farbfeld images","Decoding of GIF Images","Decoding of Radiance HDR Images","Decoding and Encoding of ICO files","Decoding and Encoding of JPEG Images","Decoding of OpenEXR (.exr) Images","Decoding and Encoding of PNG Images","Decoding of netpbm image formats (pbm, pgm, ppm and pam).","Decoding and encoding of QOI images","Decoding of TGA Images","Decoding and Encoding of TIFF Images","Decoding and Encoding of WebP Images","A bmp decoder","The representation of a BMP encoder.","The representation of a DDS decoder","The DXT1 format. 48 bytes of RGB data in a 4x4 pixel …","The DXT3 format. 64 bytes of RGBA data in a 4x4 pixel …","The DXT5 format. 64 bytes of RGBA data in a 4x4 pixel …","DXT decoder","DXT encoder","DXT reader","What version of DXT compression are we using? Note that …","farbfeld decoder","farbfeld encoder","farbfeld Reader","Finite number of repetitions","GIF decoder","GIF encoder.","Wrapper struct around a Cursor<Vec<u8>>","Looping GIF","Number of repetitions for a GIF animation","Adapter to conform to ImageDecoder trait","An Radiance HDR decoder","Radiance HDR encoder","Scanline buffered pixel by pixel iterator","Metadata for Radiance HDR image","Wrapper struct around a Cursor<Vec<u8>>","Refer to wikipedia","Radiance HDR file signature","Color components","Divide color values by corresponding tuple member (r, g, …","All lines contained in image header are put here. Ordering …","Exponent","Divide color values by exposure to get to get physical …","Height of decoded image. It depends on orientation too.","Orientation matrix. For standard orientation it is …","Pixel height divided by pixel width","Helper function for reading raw 3-channel f32 images","Creates Rgbe8Pixel from components","Converts Rgb<f32> into Rgbe8Pixel","Width of decoded image. It could be either scanline length,","An ico decoder","ICO encoder","An ICO image entry","Pixels per centimeter","Pixels per inch (2.54 cm)","JPEG decoder","The representation of a JPEG encoder","Represents the absence of a unit, the values indicate only …","Represents the pixel density of an image","Represents a unit in which the density of an image is …","A couple of values for (Xdensity, Ydensity)","The unit in which the density is measured","An OpenEXR decoder. Immediately reads the meta data from …","A thin wrapper that implements ImageEncoder for OpenEXR …","Uses a heuristic to select one of the preceding filters …","An AnimationDecoder adapter of PngDecoder.","Filters based on the average of left and right neighbor …","High compression level","Compression level of a PNG encoder. The default setting is …","Default compression level","Fast, minimal compression","Filter algorithms used to process image data to improve …","Huffman coding compression","No processing done, best used for low bit depth grayscale …","Algorithm that takes into account the left, upper left, …","PNG decoder","PNG encoder","Png Reader","Run-length encoding compression","Filters based on previous pixel in the same scanline","Filters based on the scanline above","Header produced by a pam file (“Portable Arbitrary Map”…","Magic number P7","Standardized tuple type specifiers in the header of a pam.","Samples are encoded as decimal ascii strings separated by …","Samples are unsigned binary integers in big endian","Magic numbers P1 and P4","Header produced by a pbm file (“Portable Bit Map”)","Pixels are either black (0) or white (1)","Pixels are either black (0) or white (1) and a second …","An image format which is not standardized","Magic numbers P2 and P5","Header produced by a pgm file (“Portable Gray Map”)","Pixels represent the amount of white","Grayscale with an additional alpha channel","Magic numbers P3 and P6","Header produced by a ppm file (“Portable Pixel Map”)","PNM decoder","Encodes images to any of the pnm image formats.","Stores the complete header data of a file.","Denotes the category of the magic number","Three channels: Red, Green, Blue","Four channels: Red, Green, Blue, Alpha","The kind of encoding used to store sample values","Number of color channels","Binary or Ascii encoded file","Binary or Ascii encoded file","Binary or Ascii encoded file","Height of the image file","Height of the image file","Height of the image file","Height of the image file","Maximum sample value within the image","Maximum sample value within the image","Maximum sample value within the image","Color interpretation of image pixels","Width of the image file","Width of the image file","Width of the image file","Width of the image file","QOI decoder","QOI encoder","The representation of a TGA decoder","TGA encoder.","Decoder for TIFF images.","Encoder for tiff images","Wrapper struct around a Cursor<Vec<u8>>","WebP Image format decoder. Currently only supports lossy …","WebP Encoder.","WebP encoder quality.","An implementation of the VP8 Video Codec","A Representation of the last decoded video frame","VP8 Decoder","Indicates whether this frame is intended for display","The height of the luma plane","Indicates whether this frame is a keyframe","The pixel type of the frame as defined by Section 9.2 of …","The blue plane of the frame","The red plane of the frame","The width of the luma plane","The luma plane of the frame","The required color type can not be handled.","An error was encountered while decoding.","An error was encountered while decoding an image.","The resulting image exceed dimension limits in either …","The dimensions passed are wrong.","An error was encountered while encoding.","An error was encountered while encoding an image.","Contains the error value","The format is known exactly.","Repeated an operation for which error that could not be …","An image format is not supported.","A string describing the parameter. This is discouraged and …","Some feature specified by string. This is discouraged and …","The generic error type for image operations.","A best effort representation for image formats.","Result of an image decoding/encoding process","The operation would have performed an allocation larger …","An error occurred while interacting with the environment.","Completing the operation would have required more …","Indicates the limit that prevented an operation from …","Completing the operation would have required more …","The format can be identified by a name.","The end of the image has been reached.","Contains the success value","An error was encountered in input arguments.","An error was encountered in inputs arguments.","Details how a parameter is malformed.","A common path extension for the format is known.","The format is not known or could not be determined.","An operation can not be completed by the chosen …","The specified strict limits are not supported for this …","The implementation for an operation was not provided.","Details what feature is not supported.","The given limits","The supported strict limits","The color format did not match the channel count.","The samples are in column-major form and all samples are …","Denotes invalid flat sample buffers when trying to convert …","A flat buffer over a (multi channel) image.","All samples are packed.","Different normal forms of buffers.","The represented image can not use this representation.","At least pixels are packed.","The samples are in row-major form and all samples are …","A ffi compatible description of a sample buffer.","The represented image was too large.","No pixel aliases another.","A flat buffer that can be used as an image view.","A mutable owning version of a flat buffer.","Deprecated - ChannelCountMismatch is used instead","Add this to an index to get to the sample in the next …","The number of channels in the color representation of the …","Supplementary color information.","The height of the represented image.","Add this to an index to get to the next sample in …","A repr(C) description of the layout of buffer samples.","Underlying linear container holding sample values.","The width of the represented image.","Add this to an index to get to the next sample in …","A bi-level color map","Cubic Filter","The color type on which the map operates on","A color map","Available Sampling Filters.","Gaussian Filter","Lanczos with window 3","Nearest Neighbor","Linear Filter","Performs a Gaussian blur on the supplied image. sigma is a …","Brighten the supplied image. value is the amount to …","Functions for altering and converting the color of …","Adjust the contrast of the supplied image. contrast is the …","Return a mutable view into an image The coordinates set …","Return an immutable view into an image The coordinates set …","Reduces the colors of the image using the supplied …","Perform a 3x3 box filter on the supplied image. kernel is …","Flip an image horizontally","Flip an image horizontally and put the result into the …","Flip an image horizontally in place.","Flip an image vertically","Flip an image vertically and put the result into the …","Flip an image vertically in place.","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Fill the image with a linear horizontal gradient","Hue rotate the supplied image. value is the degrees to …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Linearly sample from an image using coordinates in [0, w-1]…","Sample from an image using coordinates in [0, w-1] and [0, …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Overlay an image at a given coordinate (x, y)","Calculate the region that can be copied from top to bottom.","Replace the contents of an image at a given coordinate (x, …","Resize the supplied image to the specified dimensions. …","Rotate an image 180 degrees clockwise.","Rotate an image 180 degrees clockwise and put the result …","Rotate an image 180 degrees clockwise in place.","Rotate an image 270 degrees clockwise.","Rotate an image 270 degrees clockwise and put the result …","Rotate an image 90 degrees clockwise.","Rotate an image 90 degrees clockwise and put the result …","Linearly sample from an image using coordinates in [0, 1].","Sample from an image using coordinates in [0, 1], taking …","Resize the supplied image to the specific dimensions.","Tile an image by repeating it multiple times","Performs an unsharpen mask on the supplied image. sigma is …","Fill the image with a linear vertical gradient","A bi-level color map","The color type on which the map operates on","A color map","Brighten the supplied image. value is the amount to …","Brighten the supplied image in place. value is the amount …","Adjust the contrast of the supplied image. contrast is the …","Adjust the contrast of the supplied image in place. …","Reduces the colors of the image using the supplied …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Hue rotate the supplied image. value is the degrees to …","Hue rotate the supplied image in place. value is the …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Set of supported strict limits for a decoder.","Resource limits for decoding.","A multi-format image reader.","The maximum allowed sum of allocations allocated by the …","The maximum allowed image height. This limit is strict. …","The maximum allowed image width. This limit is strict. The …","A Rectangle defined by its top left corner, width and …","The rectangle’s height.","The rectangle’s width.","The x coordinate of the top left corner.","The y coordinate of the top left corner.","A mesh with a gradient.","A vertex which contains 2D position & packed gradient data.","A set of vertices and indices representing a list of …","A low-level primitive to render a mesh of triangles.","A mesh with a solid color.","A two-dimensional vertex with a color.","The color of the vertex in linear RGBA.","The packed vertex data of the gradient.","The list of vertex indices that defines the triangles of …","The vertex position in 2D space.","The vertex position in 2D space.","The vertices of the mesh","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","A backend-agnostic renderer that supports all the built-in …","A store of recently used sections of text.","A multi-line text editor.","A set of system fonts.","A bunch of text.","A weak reference to a [cosmic-text::Buffer] that can be …","A version number.","A weak reference to a cosmic_text::Buffer.","Cache text.","The clip bounds of the text.","The color of the text.","Draw and edit text.","Returns the global FontSystem.","Measures the dimensions of the given cosmic_text::Buffer.","Draw paragraphs.","The position of the text.","Returns the attributes of the given Font.","Converts some Color to a cosmic_text::Color.","Converts some Shaping strategy to a cosmic_text::Shaping …","A store of recently used sections of text.","A cache entry.","A cache key representing a section of text.","The hash of a Key.","The bounds of the text.","The buffer of text, ready for drawing.","The content of the text.","The Font of the text.","The line height of the text.","The minimum bounds of the text.","The shaping strategy of the text.","The size of the text.","An action to perform on an Editor","Advanced text shaping and font fallback.","Whether to associate cursors placed at a boundary between …","","Align or justify","Represents an angle in degrees or radians.","","Text attributes","List of text attributes to apply to a line","An owned version of Attrs","Delete text behind cursor","Basic shaping with no font fallback.","","An iterator over the paragraphs in the input text. It is …","","A value borrowed together with an FontSystem","A buffer of text that is shaped and laid out","Move cursor to the end of the document","A line (or paragraph) of text that is shaped and laid out","","Move cursor to the start of the document","Key for building a glyph cache","Flags that change rendering","","A set of change items grouped into one logical change","A unique change to an editor","Mouse click at specified position","Closes a subpath, connecting the final point to the …","Text color","32-bit RGBA bitmap.","Path command.","","Use \\\\r for line ending (many legacy systems)","Use \\\\r\\\\n for line ending (Windows-style)","Glyphs in cursive fonts generally use a more informal …","","Current cursor location","A cubic bezier curve from the previous point to the final …","Delete text in front of cursor","Mouse double click at specified position","Move cursor down","Mouse drag to specified position","A trait to allow easy replacements of Editor, like …","A wrapper of [Buffer] for easy editing","Move cursor to end of line","","Create new line","Escape, clears selection","","","","A font family.","An owned version of Family","Fantasy fonts are primarily decorative or expressive fonts …","","A font","Font-specific part of Attrs to be used for matching","","Access to the system fonts.","Wraps at a glyph level","Move cursor to specific line","Move cursor to start of line","","Insert character at cursor","A form that is generally cursive in nature.","","The position of a cursor within a [Buffer].","Apply specific LayoutCursor","A laid out glyph","A line of laid out glyphs","A line of visible text for rendering","An iterator of visible text lines, see LayoutRun","Move cursor left","","Move cursor to next word boundary to the left","Use \\\\n for line ending (POSIX-style)","Use \\\\n\\\\r for line ending (some legacy systems)","Select by lines","Line ending","Iterator over lines terminated by LineEnding","A straight line from the previous point to the specified …","8-bit alpha mask.","Metrics of text","The sole criterion of a monospace font is that all glyphs …","","A motion to perform on a Cursor","Move the cursor with some motion","Begins a new subpath at the specified point.","The name of a font family of choice.","","Move cursor to next character (Self::Right in LTR, …","Move cursor to next word boundary","No selection","No wrapping","No line ending","A face that is neither italic not obliqued.","Normal selection","","A typically-sloped version of the regular face.","","","Move cursor down one page","Move cursor up one page","Move cursor to end of paragraph","Move cursor to start of paragraph","","Describes the offset and dimensions of a rendered mask.","Move cursor to previous character (Self::Left in LTR, …","Move cursor to previous word boundary","A quadratic curve from the previous point to the final …","Move cursor right","","Move cursor to next word boundary to the right","Glyphs in sans-serif fonts, as the term is used in CSS, …","","Scroll position in [Buffer]","Scroll specified number of lines","Selection mode","","","Serif fonts represent the formal text style for a script.","","A set of buffers containing allocations for shaped text.","A shaped glyph","A shaped line (or paragraph)","A helper structure for caching shape runs.","Key for caching shape runs.","A shaped span (for bidirectional processing)","A shaped word (for word wrapping)","The shaping strategy of some text.","Move cursor to start of line, skipping whitespace","A face width.","Allows italic or oblique faces to be selected.","Binning of subpixel position for cache optimization","32-bit RGBA subpixel mask.","Cache for rasterizing with the swash scaler","Content of a scaled glyph image.","Scaled glyph image.","","Two dimensional transformation matrix.","Mouse triple click at specified position","","","","","Move cursor up","Move cursor up or down by a number of pixels","Specifies the weight of glyphs in the font, their degree …","Select by words","Wraps at the word level","Wraps at the word level, or fallback to glyph level if a …","Wrapping mode","","Perform an Action on the editor","Whether to associate the cursor with the run before it or …","Apply a change","","","Get the current automatic indentation setting","","Mutably borrows self together with an FontSystem for more …","Get the internal BufferRef","Get the internal BufferRef","Cache key, see CacheKey","","","CacheKeyFlags","","","","Optional color override","","Content of the image.","Copy selection","Get the current cursor","Raw image data.","","Delete text starting at start Cursor and ending at end …","Delete selection, adjusting cursor and returning true if …","","Cursor indicating end of change","End index of cluster in original line","","","","Get completed change","CacheKeyFlags","Font ID","Font id of the glyph","","","Font size in pixels","Font size of the glyph","f32 bits of font size","Index of [LayoutGlyph] in [LayoutLine::glyphs]","Glyph ID","Font id of the glyph","","The array of layout glyphs to draw","Glyphs in line","","Height in pixels.","","First-byte-index of glyph at cursor (will insert behind …","Insert if true, delete if false","Insert text at specified cursor with specified attrs_list","Insert a string at the current cursor or replacing the …","Change items grouped into one change","Index of [LayoutLine] in [BufferLine::layout]","Index of [LayoutLine] in [BufferLine::layout]. This will …","Horizontal offset with respect to the origin specified …","Unicode BiDi embedding level, character is left-to-right …","","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]. This will be …","Line height in pixels","The index of the original text line","Y offset to top of line","Width of line","Y offset to baseline of line","BufferLines (or paragraphs) of text in the buffer","Maximum ascent of the glyphs in line","Maximum descent of the glyphs in line","","","Metadata from Attrs","","","Offset and size of the image.","Get the Buffer redraw flag","True if the original paragraph direction is RTL","","Get the current selection position","Get the bounds of the current selection","Enable or disable automatic indentation","Set the current cursor","Set the Buffer redraw flag","Set the current selection position","Set the current tab width. A tab_width of 0 is not …","Shape lines until scroll, after adjusting scroll if the …","Source of the image.","","Cursor indicating start of change","Start index of cluster in original line","","Start collecting change","","","","","Get the current tab width","The original text line","Text to be inserted or deleted","","Vertical offset with respect to the origin specified when …","Width of hitbox","Width of the line","","","Width in pixels.","Get the internal Buffer","Get the internal Buffer, mutably","","","X offset of hitbox","Integer component of X offset in line","","","Binning of fractional X offset","X offset in line","","","","","Y offset of hitbox","Integer component of Y offset in line","","","Binning of fractional Y offset","Y offset in line","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font’s raw data, typically backed by a Vec.","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","A font database.","","","","","","","","","","","","","","","","","","","","","","","","A single font face info.","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","","A font’s path.","","","","","","","","","","","","","","","","","","","","","","","","A unique per database face ID.","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","","","","","","","","","","","","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","A face that is neither italic not obliqued.","","","","A typically-sloped version of the regular face.","","","","","","","","","","","A database query.","","","","","","","","","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","","","","","Serif fonts represent the formal text style for a script.","","","A font’s raw data originating from a shared file mapping.","","","","A font source.","","","","","","","","","","","","","","","","","","","","","","A face width.","Allows italic or oblique faces to be selected.","","","","","","","","","","","","","","","","","","","","","","","Specifies the weight of glyphs in the font, their degree …","","","","","","A list of family names.","A prioritized list of font family names or generic family …","An unique ID.","A face index in the source.","","","Indicates that the font face is monospaced.","A PostScript name.","A font source.","A font face stretch.","Selects a normal, condensed, or expanded face from a font …","A font face style.","Allows italic or oblique faces to be selected.","A font face weight.","Specifies the weight of glyphs in the font, their degree …","Text is set vertically from bottom to top.","A cluster level.","Flags for buffers.","","Defines the direction in which text is to be read.","A font face handle.","A feature tag with an accompanying range specifying on …","A buffer that contains the results of the shaping process.","A glyph info.","Holds the positions of the glyph in both horizontal and …","Initial, unset direction.","A script language.","Text is set horizontally from left to right.","","","Text is set horizontally from right to left.","A text script.","Flags used for serialization with a BufferSerializer.","A reusable plan for shaping a text buffer.","A 4-byte tag.","Text is set vertically from top to bottom.","A buffer that contains an input string ready for shaping.","A font variation.","An index to the start of the grapheme cluster in the …","","A selected glyph.","Predefined scripts.","Shapes the buffer content using provided font and features.","Shapes the buffer content using the provided font and plan.","","","","","","How much the line advances after drawing this glyph when …","How much the glyph moves on the X-axis before drawing it, …","How much the line advances after drawing this glyph when …","How much the glyph moves on the Y-axis before drawing it, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A grayscale bitmap with 2 bits per pixel.","A packed grayscale bitmap with 2 bits per pixel.","A grayscale bitmap with 4 bits per pixel.","A packed grayscale bitmap with 4 bits per pixel.","A grayscale bitmap with 8 bits per pixel.","A monochrome bitmap.","A packed monochrome bitmap.","A color bitmap with 32 bits per pixel.","","","","","","","","A list of errors that can occur during a CFF glyph …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face.","The face index is larger than the number of faces in the …","A list of font face parsing errors.","Parsed face tables.","","","","A 32-bit signed fixed-point number (16.16).","","","","","","","","A trait for parsing raw binary data of fixed size.","","","","","","","","A type-safe wrapper for glyph ID.","","","","","","","","","","","","","","","","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","A slice-like container that converts internal binary data …","A slice-like container that converts internal binary data …","An iterator over LazyArray16.","An iterator over LazyArray32.","","A line metrics.","","","","","","","","","An attempt to read out of bounds detected.","","","","","","","","","","","","","","The head table is missing or malformed.","The hhea table is missing or malformed.","","The maxp table is missing or malformed.","","","A face that is neither italic not obliqued.","A variation coordinate in a normalized coordinate system.","","","A typically-sloped version of the regular face.","","","","A trait for glyph outline construction.","","","Face permissions.","A platform ID.","","","","","","","","","A glyph’s raster image.","A glyph raster image format.","A raw font face.","A list of all supported tables as raw data.","","A rectangle.","","A RGBA color in the sRGB color space.","","","","Object’s raw data size.","","","","","","","","","","","A script metrics used by subscript and superscript.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A face style.","","","","A raw table record.","A 4-byte tag.","","","","","","","","","","","","","","","","Unicode Ranges.","","Face data must start with 0x00010000, 0x74727565, …","","","","","","A font variation value.","A variation axis.","","A face weight.","","A face width.","","","","","","","","An Anchor Point Table implementation.","","","This module contains Apple Advanced Typography Layout …","An Axis Variations Table implementation.","","","An axis tag name.","","","","","A Color Bitmap Data Table implementation.","","","A Color Bitmap Location Table implementation.","","A Compact Font Format Table implementation.","","","A Compact Font Format 2 Table implementation.","","","","Appends a ClosePath segment.","A Character to Glyph Index Mapping Table implementation.","","","A Color Table implementation.","","","A Color Palette Table implementation.","","Appends a CurveTo segment.","A raw image data. It’s up to the caller to decode it.","The input font file data.","","","","","A Feature Name Table implementation.","","","Returns the number of fonts stored in a TrueType font …","An image format.","A Font Variations Table implementation.","","","A Glyph Definition Table implementation.","","","A Glyph Data Table implementation.","","","A Glyph Positioning Table implementation.","","","","A Glyph Substitution Table implementation.","","","A Glyph Variations Table implementation.","","","A Font Header Table implementation.","","","Image height.","A Horizontal Header Table implementation.","","","","A Horizontal/Vertical Metrics Table implementation.","","","A Horizontal/Vertical Metrics Variations Table …","","","","","A Kerning Table implementation.","","","An Extended Kerning Table implementation.","","","","Appends a LineTo segment.","An Index to Location Table implementation.","","A Math Table implementation.","","","","A Maximum Profile Table implementation.","","","","An Extended Glyph Metamorphosis Table implementation.","","","Appends a MoveTo segment.","A Metrics Variations Table implementation.","","","A Naming Table implementation.","","","A list of name ID’s.","An axis name in the name table.","","This module contains OpenType Layout supplementary tables …","A OS/2 and Windows Metrics Table implementation.","","","Parses an object from a raw data.","A pixels per em of the selected strike.","Line position.","A PostScript Table implementation.","","","Appends a QuadTo segment.","","A Standard Bitmap Graphics Table implementation.","","","An SVG Table implementation.","","","An array of table records.","","","Line thickness.","A Tracking Table implementation.","","","An axis value.","A Vertical Header Table implementation.","","","","","A Vertical Origin Table implementation.","","","","","Image width.","Horizontal offset.","","","X offset.","Horizontal face size.","Vertical offset.","","","Y offset.","Vertical face size.","An anchor point.","An Anchor Point Table.","","","An Extended State Table.","A State Table entry.","A lookup table.","A legacy state entry used by StateTable.","A State Table.","A type-safe wrapper for a kerning value offset.","Predefined classes.","Additional data.","Additional data.","Entry flags.","Entry flags.","A new state.","A new state.","Predefined states.","","","","","An axis value map.","A list of segment maps.","An iterator over maps.","An Axis Variations Table.","A normalized coordinate value obtained using default …","The segment maps array — one segment map for each axis …","The modified, normalized coordinate value.","A Color Bitmap Data Table.","A Color Bitmap Location Table.","An affine transformation matrix.","A Compact Font Format Table.","","","","","","","A Compact Font Format 2 Table.","","A character encoding subtable variant.","Glyph was found in the variation encoding table.","A result of a variation glyph mapping.","","","","","","A character encoding subtable.","A format 0 subtable.","A format 10 subtable.","A format 12 subtable.","A format 13 subtable.","A format 14 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of subtables.","An iterator over Subtables.","A Character to Glyph Index Mapping Table.","","","","Glyph should be looked in other, non-variation tables.","Subtable encoding.","First character code covered.","First character code of subrange.","A subtable format.","Just a list of 256 8bit glyph IDs.","Array of glyph indices for the character codes covered.","Array of glyph indexes for character codes in the range.","Subtable platform.","A list of subtables.","A trait for color glyph painting.","A Color Table.","Outlines a glyph and stores it until the next paint …","Paints the current glyph outline using the provided color.","Paints the current glyph outline using the application …","A Color Palette Table.","A feature names.","A list fo feature names.","An iterator over FeatureNames.","A setting name.","A Feature Name Table.","The index of the default setting in the setting_names.","The feature’s exclusive settings. If set, the feature …","The feature’s ID.","The name table index for the feature’s name in a …","The name table index for the feature’s name in a …","A list of feature names. Sorted by FeatureName.feature.","The setting.","The feature’s setting names.","A Font Variations Table.","A variation axis.","A list of variation axes.","","","","","An axis name in the name table.","","","","A glyph class.","","","A Glyph Definition Table.","A Glyph Data Table.","An Anchor Table.","An Anchor parsing helper.","","A ValueRecord pairs matrix used by PairAdjustment.","","","A Cursive Attachment Positioning Subtable.","A list of entry and exit Anchor pairs.","A Device Table.","","","","","","A Device Table hinting values.","An array or ligature anchor matrices.","A Mark Array.","","A Mark-to-Base Attachment Positioning Subtable.","","A Mark-to-Ligature Attachment Positioning Subtable.","","A Mark-to-Mark Attachment Positioning Subtable.","","A Pair Adjustment Positioning Subtable.","A ValueRecord pairs set used by PairAdjustment.","A list of PairSets.","A glyph positioning lookup subtable enumeration.","","A Single Adjustment Positioning Subtable.","A Value Record.","An array of Value Records.","","A Device Table indexes into Item Variation Store.","An anchors matrix.","A base coverage.","Number of columns in the matrix.","","","","","","","","A mark coverage.","","A list of mark anchors.","","","","Number of rows in the matrix.","","Horizontal value, in design units.","Horizontal adjustment for advance, in design units — …","A Device table with horizontal adjustment for advance.","A Device table with horizontal value.","Horizontal adjustment for placement, in design units.","A Device table with horizontal adjustment for placement.","Vertical value, in design units.","Vertical adjustment for advance, in design units — only …","A Device table with vertical adjustment for advance.","A Device table with vertical value.","Vertical adjustment for placement, in design units.","A Device table with vertical adjustment for placement.","","","","","","","","","","","A list of glyphs for Alternate Substitution Subtable.","A set of AlternateSet.","A Alternate Substitution Subtable.","","","","","Glyph components for one ligature.","","A Ligature set.","A list of Ligature sets.","A Ligature Substitution Subtable.","","A Multiple Substitution Subtable.","","A Reverse Chaining Contextual Single Substitution Subtable.","A sequence of glyphs for Multiple Substitution Subtable.","A list of Sequence tables.","","A Single Substitution Subtable.","A glyph substitution lookup subtable enumeration.","","Array of alternate glyph IDs, in arbitrary order.","","Glyph components for one ligature.","","","","","Ligature to substitute.","","","","A list of substitute glyphs.","","","","","","A Glyph Variations Table.","An index format used by the Index to Location Table.","","","A Font Header Table.","A bounding box that large enough to enclose any glyph from …","An index format used by the Index to Location Table.","Units per EM.","A Horizontal Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the hmtx table.","Horizontal/Vertical Metrics.","A Horizontal/Vertical Metrics Table.","Width/Height advance for hmtx/vmtx.","Side bearings for glyph IDs greater than or equal to the …","A list of metrics indexed by glyph ID.","Sum of long metrics + bearings.","Left/Top side bearing for hmtx/vmtx.","A Horizontal/Vertical Metrics Variations Table.","A kerning subtable format.","","","","","A kerning pair.","A kerning subtable.","A format 0 subtable.","A format 2 subtable.","A format 3 subtable.","A list of subtables.","An iterator over kerning subtables.","A Kerning Table.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","Glyphs pair.","A list of kerning pairs.","A list of subtables.","Kerning value.","Indicates that subtable is variable.","A container of Anchor Points used by Subtable4.","A state machine entry.","An extended kerning subtable format.","","","","","","A kerning subtable.","A format 0 subtable.","A format 1 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of extended kerning subtables.","An iterator over extended kerning subtables.","An Extended Kerning Table.","An action index.","Anchor points.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","A list of kerning pairs.","A state table.","A state table.","A list of subtables.","The tuple count.","Indicates that subtable is variable.","Long offsets.","Short offsets.","An Index to Location Table.","A Math Constants Table.","A Glyph Assembly Table.","A Math Glyph Construction Table.","A mapping from glyphs to Math Glyph Construction Tables.","A Math Glyph Info Table.","Details for a glyph part in an assembly.","Description of math glyph variants.","A Math Kern Table.","An entry in a Math Kern Info Table.","A Math Kern Info Table.","A Math Value with optional device corrections.","A mapping from glyphs to Math Values.","Glyph part flags.","A Math Table.","A Math Variants Table.","Advance width/height, in design units, of the variant …","A general recipe on how to construct a variant with large …","The kerning data for the bottom-left corner.","The kerning data for the bottom-right corner.","Math positioning constants.","Device corrections for this value.","Lengths of the connectors on the end of the glyph, in font …","Glyphs which are extended shapes.","The full advance of the part, in font design units.","Glyph ID for the part.","Per-glyph positioning information.","Constructions for shapes growing in the horizontal …","Per-glyph italics correction values.","The italics correction of the assembled glyph.","Per-glyph information for mathematical kerning.","Minimum overlap of connecting glyphs during glyph …","Part flags.","Parts the assembly is composed of.","Lengths of the connectors on the start of the glyph, in …","Per-glyph horizontal positions for attaching mathematical …","The kerning data for the top-left corner.","The kerning data for the top-right corner.","The X or Y value in font design units.","The ID of the variant glyph.","Prepared variants of the glyph with varying advances.","Variants and assembly recipes for growable glyphs.","Constructions for shapes growing in the vertical direction.","A Maximum Profile Table.","The total number of glyphs in the face.","A metamorphosis chain.","A list of metamorphosis chains.","An iterator over metamorphosis chains.","","A contextual subtable state table trailing data.","A contextual subtable.","A subtable coverage.","The feature table is used to compute the sub-feature flags …","","A contextual subtable state table trailing data.","An insertion subtable.","","A ligature subtable.","","","A subtable in a metamorphosis chain.","A subtable kind.","A list of subtables in a metamorphosis chain.","An iterator over a metamorphosis chain subtables.","An Extended Glyph Metamorphosis Table.","A list of metamorphosis chains.","Ligature components.","A subtable coverage.","A current index.","A current insert index.","Default chain features.","Complement of flags for the settings that this feature and …","Flags for the settings that this feature and setting …","Subtable feature flags.","A list of chain features.","Insertion glyphs.","The type of feature.","A subtable kind.","Ligature actions.","Ligatures.","A mark index.","A marked insert index.","The feature’s setting (aka selector).","The contextual glyph substitution state table.","A state table.","A state table.","A list of chain subtables.","A Metrics Variations Table.","","","","A Name Record.","A list of face names.","An iterator over face names.","A platform ID.","A Naming Table.","","","A platform-specific encoding ID.","A language ID.","A raw name data.","A Name ID.","A list of names.","A platform ID.","","","","","","","","","","","","","","","","","","","","","","","","","","A Chained Contextual Lookup Subtable.","A Chained Sequence Rule.","A set of ChainedSequenceRule.","A list of ChainedSequenceRule sets.","A value of Class Definition Table.","A Class Definition Table.","A Contextual Lookup Subtable.","A Coverage Table.","A Feature.","An index in FeatureList.","A list of Feature records.","A Feature Variations Table.","Simple glyph contexts.","Simple glyph contexts.","","","Class-based glyph contexts.","Class-based glyph contexts.","","","Coverage-based glyph contexts.","Coverage-based glyph contexts.","An index in LanguageSystemList.","A Language System Table.","A list of LanguageSystem records.","A Layout Table.","A Lookup Table.","Lookup table flags.","An index in LookupList.","A list of Lookup values.","A trait for parsing Lookup subtables.","A list of lookup subtables.","An iterator over lookup subtables.","A record that describes a range of glyph IDs.","A data storage used by ScriptList, LanguageSystemList and …","A trait to parse item in RecordList.","An iterator over RecordList values.","A Script Table.","An index in ScriptList.","A list of Script records.","A sequence rule record.","A sequence rule.","A set of SequenceRules.","A list of SequenceRuleSets.","An index in FeatureVariations.","Contains either glyph IDs or glyph Classes.","Default language.","Last glyph ID in the range","Array of indices into the FeatureList, in arbitrary order.","A list of all supported features.","Lookup qualifiers.","","","List of supported languages, excluding the default one. …","Contains either glyph IDs or glyph Classes.","","","","","A list of all lookups.","Index into GDEF mark glyph sets structure.","Parses raw data.","Parses raw data.","Index of a feature required for this language system.","A list of all supported scripts.","","First glyph ID in the range","Available subtables.","Script tag.","Language tag.","","Coverage Index of first glyph ID in range.","Used to substitute an alternate set of lookup tables to …","","","","","","","","","","","","","","","","","","","","","","","","Array of glyph IDs. Sorted.","Array of glyph ranges. Ordered by RangeRecord.start.","","","","","","","","","","","A form that is generally cursive in nature.","","","","","A face that is neither italic not obliqued.","A typically-sloped version of the regular face.","","Face permissions.","","","A script metrics used by subscript and superscript.","","","","A face style.","A OS/2 and Windows Metrics Table.","","","","Unicode Ranges.","A face weight.","A face width.","Table version.","X offset.","Horizontal face size.","Y offset.","Vertical face size.","An iterator over glyph names.","A PostScript Table.","Flag that indicates that the font is monospaced.","Italic angle in counter-clockwise degrees from the …","Underline metrics.","A strike of glyphs.","A list of Strikes.","An iterator over Strikes.","A Standard Bitmap Graphics Table.","The pixels per EM size for which this strike was designed.","The device pixel density (in PPI) for which this strike …","A list of Strikes.","An SVG documents.","A list of SVG documents.","An iterator over SvgDocumentsList values.","An SVG Table.","The SVG document data.","A list of SVG documents.","The last glyph ID, inclusive, for the range covered by …","The first glyph ID for the range covered by this record.","A Tracking Table.","A single track.","A track data.","A list of tracks.","An iterator over Tracks.","Horizontal track data.","The name table index for the track’s name.","A list of sizes.","A list of tracks.","A track value.","A list of tracking values for each size.","Vertical track data.","A Vertical Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the vmtx table.","A Vertical Origin Table.","Vertical origin metrics for the Vertical Origin Table.","Default origin.","Glyph ID.","A list of metrics for each glyph.","Y coordinate, in the font’s design coordinate system, of …","A multi-line text editor.","A weak reference to an Editor.","The bounds of the Editor.","A bunch of text.","A weak reference to a Paragraph.","The horizontal alignment of the Paragraph.","The minimum bounds of the Paragraph.","The vertical alignment of the Paragraph.","A set of asynchronous actions to be performed by some …","","A font.","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The theme used to draw the Program.","A set of interactive graphical elements with a specific …","Access the clipboard.","Run asynchronous actions.","Access the clipboard.","The Family of the Font.","Load and use fonts.","Track keyboard events.","Overlays for user interfaces.","Build interactive programs using The Elm Architecture.","The Stretch of the Font.","The Style of the Font.","Access the native system.","Handles a message and updates the state of the Program.","Implement your own event loop to drive a user interface.","Returns the widgets to display in the Program.","The Weight of the Font.","Build window-based GUI applications.","A clipboard action to be performed by some Command.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Read the current contents of the clipboard.","Read the current contents of the clipboard.","Read the current contents of primary.","Read the current contents of the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to primary.","Write the given contents to the clipboard.","An action that a Command can perform.","Run a clipboard action.","A set of asynchronous actions to be performed by some …","Run a Dnd action.","Run a Future to completion.","Load a font from its bytes.","Run a platform specific action","Run a Stream to completion.","Run a system action.","Run a widget action.","Run a window action.","Creates a Command that produces the Messages published …","A set of asynchronous actions to be performed by some …","The bytes of the font to load.","The message to produce when the font has been loaded.","Platform specific actions defined for wayland","phantom data variant in case the platform has not specific …","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","An action to be performed on the system.","End a Dnd operation.","Peek the current Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","End a Dnd operation.","Read the current contents of the Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","The actions of the Dnd operation.","The content of the Dnd operation.","The icon surface of the Dnd operation.","Whether the Dnd operation is internal.","The rectangles to register.","The source surface of the Dnd operation.","The surface to register.","","","","Glyphs in cursive fonts generally use a more informal …","An error while loading a font.","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","Load a font from its bytes.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait which adds utility methods to AsyncSeek …","An extension trait which adds utility methods to …","An extension trait for Streams that provides a variety of …","An extension trait for Futures that provides a variety of …","Adapters specific to Result-returning streams","An extension trait which adds utility methods to AsyncRead …","An extension trait for Sinks that provides a variety of …","An extension trait which adds utility methods to AsyncWrite…","Adapters specific to Result-returning futures","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","An overlay container that displays nested overlays","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The execution state of a Program. It leverages caching, …","The theme used to draw the Program.","Handles a message and updates the state of the Program.","Returns the widgets to display in the Program.","An operation to be performed on the system.","Contains informations about the system (e.g. system name, …","Query system information and produce T with the result.","Detailed processor model information","The number of physical cores on the processor","Model information for the active graphics adapter","Underlying graphics backend for rendering","Total RAM size, KB","Memory used by this process, KB","Operating system kernel version","The operating system name","Short operating system version number","Long operating system version","Reusable data of a specific UserInterface.","The UserInterface is outdated and needs to be rebuilt.","The resulting state after updating a UserInterface.","The UserInterface is up-to-date and can be reused without …","A set of interactive graphical elements with a specific …","The window::RedrawRequest when a redraw should be …","An operation to be performed on some window.","Change the window Icon.","Change the window Level.","Change the Mode of the window.","Close the window and exits the application.","Move the window with the left mouse button until the …","Fetch the raw identifier unique to the window.","Fetch if the current window is maximized or not.","Fetch if the current window is minimized or not.","Fetch the current Mode of the window.","Fetch the current logical dimensions of the window.","Bring the window to the front and sets input focus. Has no …","The id of the window.","Set the window to maximized or back","Set the window to minimized or back","Move the window to the given logical coordinates.","Request user attention to the window, this has no effect …","Resize the window to the given logical dimensions.","Data of a screenshot, captured with window::screenshot().","Screenshot the viewport of the window.","Show window menu at cursor position.","Spawns a new window with some Settings.","Toggle whether window has decorations.","Toggle the window to maximized or back","The bytes of the Screenshot.","Changes the Icon of the window.","Changes the window Level.","Changes the Mode of the window.","Closes the window with id.","Begins dragging the window while the left mouse button is …","Fetches an identifier unique to the window, provided by …","Fetches if the window is maximized.","Fetches if the window is minimized.","Fetches the current Mode of the window.","Fetches the window’s size in logical dimensions.","Subscribes to the frames of the window of the running …","Brings the window to the front and sets input focus. Has …","Maximizes the window.","Minimizes the window.","Moves the window to the given logical coordinates.","Request user attention to the window. This has no effect …","Resizes the window to the given logical dimensions.","Take screenshots of a window.","Captures a Screenshot from the window.","Show window menu at cursor position.","The size of the Screenshot.","Spawns a new window with the given settings.","Toggles the window decorations.","Toggles the window to maximized or back.","Errors that can occur when cropping a Screenshot.","The cropped region’s size is out of bounds.","Data of a screenshot, captured with window::screenshot().","The cropped region’s size is zero.","The bytes of the Screenshot.","The size of the Screenshot.","A Theme that uses a Custom palette.","The built-in dark variant.","The built-in light variant.","A built-in theme.","Change the appearance of an application.","Change the apperance of a button.","Change the appearance of a checkbox.","Change the appearance of a container.","Change the appearance of menus.","Change the appearance of a pane grid.","Change the appearance of a pick list.","Change the appearance of a progress bar.","Change the appearance of radio buttons.","Change the appearance of a rule.","Change the appearance of a scrollable.","Change the apperance of a slider.","Change the appearance of a svg.","Change the appearance of a text editor.","Change the appearance of a text input.","Use the built-in theme and styles.","Change the appearance of a toggler.","The appearance of an application.","The supported style of the StyleSheet.","A set of rules that dictate the style of an application.","Returns the Appearance of the application for the provided …","The background Color of the application.","The default icon Color of the application.","The default text Color of the application.","The appearance of a button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","Produces the disabled Appearance of a button.","Produces the hovered Appearance of a button.","The icon Color of the button.","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","The appearance of a checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","The Background of the checkbox.","The Border of hte checkbox.","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","The text Color of the checkbox.","The appearance of a container.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","The icon Color of the container.","The Shadow of the container.","The text Color of the container.","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The appearance of a menu.","The supported style of the StyleSheet.","The style sheet of a menu.","Produces the Appearance of a menu.","The Background of the menu.","The Border of the menu.","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","The text Color of the menu.","The appearance of the hovered region of a pane grid.","A line.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Background of the pane region.","The Border of the pane region.","The Color of the Line.","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","The Line to draw when a split is picked.","The width of the Line.","The appearance of a pick list.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","The Background of the pick list.","The Border of the pick list.","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","The placeholder Color of the pick list.","The text Color of the pick list.","The appearance of a progress bar.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","Produces the style of a rule.","The color of the rule.","The FillMode of the rule.","The radius of the line corners.","The width (thickness) of the rule line.","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","The Color of the scroller.","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","The appearance of the Scroller of a scrollable.","The appearance of a slider.","The appearance of slider breakpoints.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","The appearance of breakpoints.","The color of the slider breakpoint.","The Color of the handle.","The colors of the rail of the slider.","Produces the style of a slider that is being dragged.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","The colors of the rail of the slider.","The shape of the handle.","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","The appearance of an SVG.","The supported style of the StyleSheet.","The stylesheet of a svg.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","The Background of the text editor.","The Border of the text editor.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","The Background of the text input.","The Border of the text input.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","The icon Color of the text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The style of an application.","A simple box.","The style of a button.","The style of a checkbox.","Colored text.","The style of a container.","A Theme with a customized Palette.","A Theme that uses a Custom palette.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","The danger style.","The danger style.","The built-in dark variant.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","No filtering to the rendered SVG.","The default style.","The default style.","The default style.","The default style.","The destructive style.","The built-in light variant.","The style of a menu.","A color palette.","The style of a pane grid.","The style of a pick list.","The positive style.","The primary style.","The primary style.","The primary style.","The style of a progress bar.","The style of a radio button.","The style of a rule.","The style of a scrollable.","The secondary style.","The secondary style.","The style of a slider.","The success style.","The success style.","Svg","The style of text.","The text style.","The style of a text input.","The style of a text input.","A built-in theme.","The style of a toggler.","No style.","The background Color of the Palette.","The danger Color of the Palette.","Define the colors of a theme.","The primary Color of the Palette.","The success Color of the Palette.","The text Color of the Palette.","A set of background colors.","A set of danger colors.","The built-in dark variant of an Extended palette.","The built-in light variant of an Extended palette.","An extended set of colors generated from a Palette.","Recommended background, icon, and text Color.","A color palette.","A set of primary colors.","A set of secondary colors.","A set of success colors.","The background Color of the Palette.","The set of background colors.","The base background color.","The base primary color.","The base secondary color.","The base success color.","The base danger color.","The background color.","The danger Color of the Palette.","The set of danger colors.","The icon color, which defaults to the text color.","Whether the palette is dark or not.","The primary Color of the Palette.","The set of primary colors.","The set of secondary colors.","A stronger version of the base background color.","A stronger version of the base primary color.","A stronger version of the base secondary color.","A stronger version of the base success color.","A stronger version of the base danger color.","The success Color of the Palette.","The set of success colors.","The text Color of the Palette.","The text color.","A weaker version of the base background color.","A weaker version of the base primary color.","A weaker version of the base secondary color.","A weaker version of the base success color.","A weaker version of the base danger color.","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","Returns the active Appearance of the toggler for the …","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","A generic widget that produces a message when pressed.","A widget capable of drawing 2D graphics.","A box that can be checked.","A container that distributes its contents vertically.","A widget for searching and selecting a single value from a …","A reusable, custom widget that uses The Elm Architecture.","An element decorating some content.","A Theme that uses a Custom palette.","The default height of a ProgressBar.","The default height of a Slider.","The default padding of a PickList.","The default size of a Radio button.","The default size of a Toggler.","The default spacing of a Radio button.","The default width of a VerticalSlider.","The built-in dark variant.","The type of event this Component handles internally.","A frame that displays an image while keeping aspect ratio.","A widget that only rebuilds its contents when necessary.","The built-in light variant.","Emit messages on mouse events.","A collection of panes distributed using either vertical or …","A widget for selecting a single value from a list of …","A bar that displays progress.","A circular button representing a choice.","The default graphics renderer for iced.","A widget that is aware of its dimensions.","A container that distributes its contents horizontally.","Display a horizontal or vertical rule for dividing content.","A widget that can vertically display an infinite amount of …","An horizontal bar and a handle that selects a single value …","An amount of empty space.","The internal state of this Component.","A vector graphics image.","A paragraph.","A multi-line text input.","A field that can be filled with text.","A built-in theme.","A widget that applies any Theme to its contents.","","A toggler widget.","An element to display a widget over another.","An vertical bar and a handle that selects a single value …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the horizontal alignment of the contents of the Column…","Sets the vertical alignment of the contents of the Row .","Sets the content alignment for the horizontal axis of the …","Sets the content alignment for the vertical axis of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the border radius of the image.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Defines breakpoints to visibly mark on the slider.","Allow your users to perform actions by pressing a button.","Creates a new Button with the provided content.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Draw 2D graphics for your users.","Creates a new Canvas.","Centers the contents in the horizontal axis of the …","Centers the contents in the vertical axis of the Container.","Show toggle controls using checkboxes.","Creates a new Checkbox.","","","","","","","","","","","","","Creates a new Column with the given children.","Creates a Column with the given children.","Display a dropdown list of searchable and selectable …","Creates a new ComboBox.","Turns an implementor of Component into an Element that can …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decorate content and apply alignment.","Creates a new Container with the provided content.","Sets the ContentFit of the Svg.","Sets the ContentFit of the Image.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the Direction of the Scrollable .","","","","","","","","","","","","","","","","","","","","","","","","","","","","Draws the TextInput with the given Renderer, overriding its","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the FilterMethod of the Image.","","","","Focuses the next focusable widget.","Focuses the previous focusable widget.","Sets the Renderer::Font of the text of the Checkbox.","Sets the Renderer::Font of the ComboBox.","Sets the font of the PickList.","Sets the text font of the Radio button.","Sets the Font of the TextEditor.","Sets the Font of the TextInput.","Sets the Renderer::Font of the text of the Toggler","Sets the font of the Tooltip.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Svg that will display the contents of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the gap between the content and its Tooltip.","Sets the Handle of the PickList.","Sets the height of the Column.","Sets the height of the Row.","Sets the height of the Button.","Sets the height of the Container.","Sets the height of the PaneGrid.","Sets the height of the ProgressBar.","Set the height of the rule Will not be applied if it is …","Sets the height of the Scrollable.","Sets the height of the Slider.","Sets the height of the VerticalSlider.","Sets the height of the Svg.","Sets the height of the Image boundaries.","Sets the height of the Canvas.","Highlights the TextEditor with the given Highlighter and a …","Creates a horizontal Rule with the given height.","Creates a horizontal Rule with the given height.","Creates a new horizontal Space with the given Length.","Sets the Icon of the Checkbox.","Sets the text_input::Icon of the ComboBox.","Sets the Icon of the TextInput.","","Sets the Id of the Button.","","","","Sets the Id of the Scrollable.","","Sets the Id of the TextInput.","","","","","","Display images in your user interface.","Creates a new Image.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Use widgets that can provide hints to ensure continuity.","Creates a new keyed::Column with the given children.","Creates a Column with the given children.","","","","","","","","","","","","","","","","","Lays out the TextInput, overriding its Value if provided.","","","","","","","","","","","Creates a new Lazy widget with the given data Dependency …","Sets the LineHeight of the ComboBox.","Sets the text::LineHeight of the TextInput.","","Sets the maximum height of the Container.","Sets the maximum width of the Column.","Sets the maximum width of the Container.","A container intercepting mouse events.","","","","","","","","","","","","","","","","","","","","","","Creates an empty Column.","Creates a MouseArea with the given content.","Creates an empty Row.","Creates an empty Themer that applies the given Theme to …","Creates a new Button with the given content.","Creates a new Checkbox.","Creates a new ComboBox with the given list of options, a …","Creates an empty Container.","Creates a PaneGrid with the given State and view function.","Creates a new PickList with the given list of options, the …","Creates a new ProgressBar.","Creates a new Radio button.","Creates a new Scrollable.","Creates a new Slider.","Creates new TextEditor with the given Content.","Creates a new TextInput.","Creates a new Toggler.","Creates a new Tooltip.","Creates a new VerticalSlider.","Creates a new Responsive widget with a closure that …","Creates a new Lazy widget with the given data Dependency …","Creates a new Svg from the given Handle.","Creates an amount of empty Space with the given width and …","Creates a new Image with the given path.","Creates a new Canvas.","Sets the message that should be produced when some action …","Sets the message that will be produced when a Pane of the …","Sets the message that will be produced when the outside …","The message to emit when a drag is initiated.","Enables the drag and drop interactions of the PaneGrid, …","","","","","","","","","","","","","","","","","","","","","","Sets the message that should be produced when some text is …","Sets the message that should be produced when some text is …","The message to emit on a middle button press.","The message to emit on a middle button release.","The message to emit on mouse enter.","The message to emit on mouse exit.","Sets the message that will be produced when an option of …","Sets the message that should be produced when some text is …","The message to emit on a left button press.","Sets the message that will be produced when the Button is …","Sets the message that will be produced when the Button is …","The message to emit on a left button release.","Sets the release message of the Slider. This is called …","Sets the release message of the VerticalSlider. This is …","Enables the resize interactions of the PaneGrid, which will","The message to emit on a right button press.","The message to emit on a right button release.","Sets a function to call when the Scrollable is scrolled.","Sets the message that should be produced when the TextInput…","","","","","","","","","","Update the Component state based on the provided Operation","","","Display interactive elements on top of other widgets.","","","","","","","","","","","","","","Sets the Padding of the Column.","Sets the Padding of the Row.","Sets the Padding of the Button.","Sets the Padding of the ComboBox.","Sets the Padding of the Container.","Sets the Padding of the PickList.","Sets the Padding of the TextEditor.","Sets the Padding of the TextInput.","Sets the padding of the Tooltip.","Let your users split regions of your application and …","Converts the TextInput into a secure password input.","Display a dropdown list of selectable values.","Creates a new PickList.","Sets the placeholder of the PickList.","Provide progress feedback to your users.","Creates a new ProgressBar.","Adds an element to the Column.","Adds an Element to the Row.","Create choices using radio buttons.","Creates a new Radio.","Creates a new Responsive widget with a closure that …","Creates a new Row with the given children.","Creates a Row with the given children.","Display a horizontal or vertical rule for dividing content.","Navigate an endless amount of content with a scrollbar.","Creates a new Scrollable with the provided content.","","","","","","","","","","","","","","","","","Sets the size of the Checkbox.","","Sets the text sixe of the ComboBox.","","","","","","Sets the size of the Radio button.","","","","","Sets the text size of the TextInput.","","","Sets the size of the Toggler.","","Sets the size of the text of the Tooltip.","","","","","","","","","Display an interactive selector of a single value from a …","Creates a new Slider.","Sets whether the Tooltip is snapped within the viewport.","Distribute content vertically.","Sets the vertical spacing between elements.","Sets the horizontal spacing between elements.","Sets the spacing between the Checkbox and the text.","Sets the spacing between the panes of the PaneGrid.","Sets the spacing between the Radio button and the text.","Sets the spacing between the Toggler and the text.","","","","","","","","","","","","","","","","","","","","Sets the step size of the Slider.","Sets the step size of the VerticalSlider.","Sets the style variant of this Button.","Sets the style of the Checkbox.","Sets the style of the ComboBox.","Sets the style of the Container.","Sets the style of the PaneGrid.","Sets the style of the PickList.","Sets the style of the ProgressBar.","Sets the style of the Radio button.","Sets the style of the Rule.","Sets the style of the Scrollable .","Sets the style of the Slider.","Sets the style of the TextEditor.","Sets the style of the TextInput.","Sets the style of the Toggler.","Sets the style of the Tooltip.","Sets the style of the VerticalSlider.","Sets the style variant of this Svg.","Display vector graphics in your application.","Creates a new Svg widget from the given Handle.","Symbolic icons inherit their color from the renderer if a …","","","","","","","","","","","","","","","","","","","","Draw and interact with text.","Creates a new Text widget with the provided content.","Sets the horizontal alignment of the text of the Toggler","Display a multi-line text input for text editing.","Creates a new TextEditor.","Display fields that can be filled with text.","Creates a new TextInput.","Sets the style of the TextInput of the ComboBox.","Sets the text text::LineHeight of the Checkbox.","Sets the text text::LineHeight of the PickList.","Sets the text text::LineHeight of the Radio button.","Sets the text text::LineHeight of the Toggler.","Sets the text::Shaping strategy of the Checkbox.","Sets the text::Shaping strategy of the PickList.","Sets the text::Shaping strategy of the Radio button.","Sets the text::Shaping strategy of the Toggler.","Sets the text::Shaping strategy of the Tooltip.","Sets the text size of the Checkbox.","Sets the text size of the PickList.","Sets the text size of the Radio button.","Sets the text size o the Toggler.","A widget that applies any Theme to its contents.","Show toggle controls using togglers.","Creates a new Toggler.","Display a widget over another.","Creates a new Tooltip with the provided content, tooltip …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Processes an Event and updates the Component state …","Creates a vertical Rule with the given width.","Creates a vertical Rule with the given width.","Display an interactive selector of a single value from a …","Creates a new VerticalSlider.","Creates a new vertical Space with the given Length.","Produces the widgets of the Component, which may trigger …","Sets the width of the Column.","Sets the width of the Row.","Sets the width of the Button.","Sets the width of the Checkbox.","Sets the width of the ComboBox.","Sets the width of the Container.","Sets the width of the PaneGrid.","Sets the width of the PickList.","Sets the width of the ProgressBar.","Sets the width of the Radio button.","Set the width of the rule Will not be applied if it is …","Sets the width of the Scrollable.","Sets the width of the Slider.","Sets the width of the TextInput.","Sets the width of the Toggler.","Sets the width of the VerticalSlider.","Sets the width of the Svg.","Sets the width of the Image boundaries.","Sets the width of the Canvas.","Creates a Column with the given elements.","Creates a Row with the given elements.","Creates an amount of vertical Space.","","","Creates an amount of horizontal Space.","The appearance of a button.","A generic widget that produces a message when pressed.","The local state of a Button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","","","","","","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","","","","","","","","","","Produces the disabled Appearance of a button.","Draws a Button.","","","","","","","Produces a Command that focuses the Button with the given …","Focuses the Button.","","Returns the argument unchanged.","","","Produces the hovered Appearance of a button.","The icon Color of the button.","","Calls U::from(self).","","","","","","","","","Returns whether the Button is currently focused or not.","","Returns whether the Button is currently hovered or not.","Computes the layout of a Button.","Returns the mouse::Interaction of a Button.","Creates a new State.","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","","","","","","","","","","Unfocuses the Button.","Processes the given Event and updates the State of a Button","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A simple cache that stores generated Geometry to avoid …","A widget capable of drawing 2D graphics.","A Canvas event.","The style used to fill geometry.","","","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","A keyboard event.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","A mouse event.","An immutable set of points that may or may not be …","The state and logic of a Canvas.","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The internal state mutated by the Program.","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","","","A touch event.","","","","","","","","","","","The color of the text","","The contents of the text","","","Draws the given layers of Self::Geometry.","Draws the state of the Program, producing a bunch of …","","","Handle events of a canvas.","Fill Geometry with a certain style.","","The font of the text","Returns the argument unchanged.","","","A gradient that can be used as a fill for some geometry.","The horizontal alignment of the text","","Calls U::from(self).","","","","","","","","","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","Returns the current mouse interaction of the Program.","The offset of LineDash::segments to start the pattern.","Build different kinds of 2D shapes.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","Create lines from a Path and assigns them various …","The color or gradient of the fill.","The color or gradient of the stroke.","","","","","","","","","Updates the State of the Program.","The vertical alignment of the text","The distance between the two edges of the stroke.","The Event was handled and processed by a widget.","A Canvas event.","The Event was NOT handled by any widget.","A keyboard event.","A mouse event.","The status of an Event after being processed.","A touch event.","","The style used to fill geometry.","A Gradient color.","","The fill rule defines how to determine what is inside and …","A solid Color.","The coloring style of some drawing.","The fill rule defines how to determine what is inside and …","The color or gradient of the fill.","A fill which linearly interpolates colors along a …","A linear gradient.","A linear gradient interpolates colors along a direction …","Packed Gradient data for use in shader code.","The absolute ending position of the gradient.","Creates a new Packed gradient for use in shader code.","The absolute starting position of the gradient.","ColorStops along the linear gradient direction.","A segment of a differentiable curve.","A Path builder.","An immutable set of points that may or may not be …","Build and draw curves.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The radius of the arc.","The start of the segment’s angle in radians, clockwise …","A segment of a differentiable curve.","An elliptical Arc.","The center of the arc.","The center of the arc.","The end of the segment’s angle in radians, clockwise …","The end of the segment’s angle in radians, clockwise …","The radii of the arc’s ellipse. The horizontal and …","The radius of the arc.","The clockwise rotation of the arc’s ellipse.","The start of the segment’s angle in radians, clockwise …","The start of the segment’s angle in radians, clockwise …","Flag parameters for arcs as described by the SVG …","An alias for usize.","A view over a contiguous storage of custom attributes.","Interface for objects storing custom attributes associated …","An alias for a slice of f32 values.","","","","A beveled corner is to be used to join path segments. The …","","The default builder for Path.","A builder for Path with custom attributes.","The stroke for each sub-path does not extend beyond its …","ID of a control point in a path.","","","","","","","ID of an endpoint point in a path.","","Represents an event or edge of path.","Refers to an event in a path.","The fill rule defines how to determine what is inside and …","A path event representing endpoints and control points as …","An iterator of endpoint and control point ids for Path and …","A view over a sequence of endpoint IDs forming a polygon.","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","","","","Line cap as defined by the SVG specification.","Line join as defined by the SVG specification.","A sharp corner is to be used to join path segments.","Same as a miter join, but if the miter limit is exceeded, …","An empty attribute slice.","","","","A simple path data structure.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","The commands of a path encoded in a single array using IDs …","A view over PathCommands.","A path event representing endpoints and control points as …","A view on a Path.","A view over a sequence of endpoints forming a polygon.","Interface for types types (typically endpoints and control …","Interface for objects storing endpoints and control points …","","","","","","An iterator of over a Path traversing the path in reverse.","At each end of each sub-path, the shape representing the …","A round corner is to be used to join path segments.","The positive or negative side of a vector or segment.","At the end of each sub-path, the shape representing the …","The two possible orientations for the edges of a shape to …","Path building utilities.","","","A generic representation for paths that allow more control …","Returns the endpoint’s custom attributes as a slice of …","","","Tools to iterate over paths.","Of the four candidate arc sweeps, two will represent an …","f32 version of the lyon_geom types used everywhere. Most …","Returns the number of float attributes per endpoint.","The default path data structure.","A container to store multiple paths contiguously.","","","Specific path types for polygons.","","If sweep is true, then the arc will be drawn in a “…","lyon_path traits reexported here for convenience.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The radius of each corner of a rounded rectangle.","Builds a path.","A Builder that approximates curves with successions of …","A convenience wrapper for PathBuilder without custom …","The base path building interface.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Builds a path with a transformation applied.","Implements an SVG-like building interface on top of a …","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","","","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","","","Returns a builder that applies the given transformation to …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A view on a PathCommands buffer and two slices for …","An iterator of Event<&Endpoint, &ControlPoint>.","An iterator of Event<&Endpoint, &ControlPoint>.","The commands of a path encoded in a single array using IDs …","Builds path commands.","A view over PathCommands.","An iterator of PathEvent.","An angle in radians","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","","A 2d curve segment defined by four points: the beginning …","","","","","","","An infinite line defined by a point and a vector.","A line defined by the equation …","A linear segment.","","","","","","A 2d curve segment defined by three points: the beginning …","Alias for euclid::default::Rotation2D","","","","","","Common APIs to segment types.","","An elliptic arc curve segment using the SVG’s end-point …","","","","Alias for euclid::default::Transform2D","Alias for euclid::default::Translation2D","A 2D triangle defined by three points a, b and c.","","","","Return the curve after the split point.","Angle in radians","Compute the length of the segment using a flattened …","Elliptic arc related maths and tools.","","Return the curve before the split point.","","","","","","","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Epsilon constants are usually not a good way to deal with …","","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","","","","","The extent of the element in the U units along the y axis …","Of the four candidate arc sweeps, two will represent an …","","","","","","","","","Shorthand for Point::new(x, y).","","","","","","Sample the curve at t (expecting t between 0 and 1).","Shorthand for Size::new(x, y).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","","If sweep is true, then the arc will be drawn in a “…","","End of the curve.","","","","","","","","Shorthand for Vector::new(x, y).","","The extent of the element in the U units along the x axis …","Sample x at t (expecting t between 0 and 1).","","","The x (traditionally, horizontal) coordinate.","","","Sample y at t (expecting t between 0 and 1).","","","The y (traditionally, vertical) coordinate.","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","Flattening iterator for arcs.","An elliptic arc curve segment using the SVG’s end-point …","","","","Of the four candidate arc sweeps, two will represent an …","","","","If sweep is true, then the arc will be drawn in a “…","","","","","A string with a fixed capacity.","A vector with a fixed capacity.","Error value indicating insufficient capacity","A draining iterator for ArrayVec.","By-value iterator for ArrayVec.","A 2d curve segment defined by four points: the beginning …","","","","","","An angle in radians","A 2d vector of booleans, useful for component-wise logic …","A 3d vector of booleans, useful for component-wise logic …","A 2d axis aligned rectangle represented by its minimum and …","An axis aligned 3D box represented by its minimum and …","Homogeneous vector in 3D space.","A one-dimensional distance, with value represented by T …","A 2d Point tagged with a unit.","A 3d Point tagged with a unit.","A 2d Rectangle optionally tagged with a unit.","A rigid transformation. All lengths are preserved under …","A transform that can represent rotations in 2d, …","A transform that can represent rotations in 3d, …","A scaling factor between two different units of …","A group of 2D side offsets, which correspond to …","A 2d size tagged with a unit.","A 3d size tagged with a unit.","A 2d transform represented by a column-major 3 by 3 …","A 3d transform stored as a column-major 4 by 4 matrix.","A 2d transformation from a space to another that can only …","A 3d transformation from a space to another that can only …","Trait for basic trigonometry functions, so they can be …","The default unit.","A 2d Vector tagged with a unit.","A 3d Vector tagged with a unit.","Angle in radians","","Utilities for testing approximate ordering - especially …","","Shorthand for …","Shorthand for BoolVector2D { x, y }.","Shorthand for BoolVector3D { x, y, z }.","","A set of aliases for all types, tagged with the default …","","The extent of the element in the U units along the z axis.","","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","A one-dimensional length, tagged with its units.","","Shorthand for Point2D::new(x, y).","Shorthand for Point3D::new(x, y).","The real part.","","","Shorthand for …","","","","","Shorthand for Size2D::new(w, h).","Shorthand for Size3D::new(w, h, d).","","","","Convenience constructor.","Convenience constructor.","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","","The z (traditionally, depth) coordinate.","","Trait for testing approximate equality","Default epsilon value","Returns true is this object is approximately equal to the …","Returns true is this object is approximately equal to the …","","","","","","","","","","","","","","","","","","","","","","","Angle in radians","","The extent of the element in the U units along the z axis.","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The real part.","","","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","The z (traditionally, depth) coordinate.","","","Defines the smallest integer equal or greater than the …","Defines the biggest integer equal or lower than the …","","Defines the nearest integer value to the original value.","","Rounds to the smallest integer equal or greater than the …","Rounds to the biggest integer equal or lower than the …","","Rounds to the nearest integer value.","","A flattening iterator for quadratic bézier segments.","A flattening iterator for quadratic bézier segments.","","A 2d curve segment defined by three points: the beginning …","","","","","Common APIs to segment types.","","Return the curve after the split point.","Compute the length of the segment using a flattened …","Return the curve before the split point.","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","Sample the curve at t (expecting t between 0 and 1).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","End of the curve.","","","Sample x at t (expecting t between 0 and 1).","Sample y at t (expecting t between 0 and 1).","","Angle between vectors v1 and v2 (oriented clockwise …","","","","","An iterator that consumes Event iterator and yields …","An iterator that consumes an iterator of Points and …","","An extension trait for PathEvent iterators.","Applies a 2D transform to a path iterator and yields the …","Returns an iterator that turns curves into line segments.","Returns an iterator applying a 2D transform to all of its …","An angle in radians (f32).","Alias for euclid::default::Box2D<f32>","Alias for euclid::default::Point2D<f32>.","Alias for euclid::default::Rotation2D<f32>","Alias for euclid::default::Scale<f32>","Alias for euclid::default::Size2D<f32>.","Alias for euclid::default::Transform2D<f32>","Alias for euclid::default::Translation2D<f32>","Alias for euclid::default::Point2D<f32>.","Angle in radians","The extent of the element in the U units along the y axis …","","","","","","","","","Shorthand for Point::new(x, y).","","Shorthand for Size::new(x, y).","Shorthand for Vector::new(x, y).","The extent of the element in the U units along the x axis …","","The x (traditionally, horizontal) coordinate.","","","The y (traditionally, vertical) coordinate.","","","The default builder for Path.","A builder for Path with custom attributes.","An iterator of endpoint and control point ids for Path and …","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","A simple path data structure.","A view on a Path.","An iterator of over a Path traversing the path in reverse.","A Builder that appends a path to an existing PathBuffer.","A Builder that appends a path to an existing PathBuffer, …","Iterator over the paths in a PathBufferSlice.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","A view over a sequence of endpoint IDs forming a polygon.","An iterator of Event<EndpointId, ()>.","An iterator of PathEvent.","A view over a sequence of endpoints forming a polygon.","An iterator of IdEvent for Polygon.","An iterator of Event<&Endpoint, ()>.","","","","","Builds a path.","The base path building interface.","An extension trait for PathEvent iterators.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Returns an iterator that turns curves into line segments.","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","Returns a builder that applies the given transformation to …","Returns an iterator applying a 2D transform to all of its …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A sharp corner.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The alternating lengths of lines and gaps which describe …","The color or gradient of the stroke.","The distance between the two edges of the stroke.","The appearance of a checkbox.","A box that can be checked.","The icon in a Checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","","","","","","The Background of the checkbox.","The Border of hte checkbox.","","","","","","The unicode code point that will be used as the icon.","","","","","","","Font that will be used to display the code_point,","Returns the argument unchanged.","","","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","","Calls U::from(self).","","","","","","","","","The line height of the icon.","The shaping strategy of the icon.","Font size of the content.","The text Color of the checkbox.","","","","","","","","","A widget for searching and selecting a single value from a …","The local state of a ComboBox.","","","","","","","","Build matchers from given list of options.","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Creates a new State for a ComboBox with the given list of …","Search list of options for a given query.","","","","","","","","","Creates a new State for a ComboBox with the given list of …","The appearance of a container.","An element decorating some content.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","Draws the background of a Container given its Appearance …","The icon Color of the container.","Computes the layout of a Container.","The Shadow of the container.","The text Color of the container.","Produces a Command that queries the visible screen bounds …","Image filtering strategy.","A handle of some image data.","A frame that displays an image while keeping aspect ratio.","Bilinear interpolation.","Nearest neighbor.","A frame that displays an image with the ability to zoom …","","","","","","","","","","","","Draws an Image","","","Returns the argument unchanged.","","","Sets the height of the Viewer.","","Calls U::from(self).","","","","","","","","","Computes the layout of an Image.","","Sets the max scale applied to the image of the Viewer.","Sets the min scale applied to the image of the Viewer.","","Creates a new Viewer with the given State.","","Sets the padding of the Viewer.","Sets the percentage the image of the Viewer will be scaled …","","","","","","","","","","","Zoom and pan on an image.","Creates a new Viewer with the given image Handle.","Sets the width of the Viewer.","The local state of a Viewer.","A frame that displays an image with the ability to zoom …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the bounds of the underlying image, given the …","","Calls U::from(self).","","","","","","","","","Returns if the cursor is currently grabbed by the Viewer.","Creates a new State.","","","","","","","","","A container that distributes its contents vertically.","","Sets the horizontal alignment of the contents of the Column…","","","","","","","","","Distribute content vertically.","","","","","","","","Returns the argument unchanged.","","","Sets the height of the Column.","","Calls U::from(self).","","","","","","","","","Sets the maximum width of the Column.","","Creates an empty Column.","","","","Sets the Padding of the Column.","Adds an element to the Column.","","Sets the vertical spacing between elements.","","","","","","","","","","Sets the width of the Column.","Creates a Column with the given elements.","A container that distributes its contents vertically.","Build and show dropdown menus.","The appearance of a menu.","A list of selectable options.","The local state of a Menu.","The supported style of the StyleSheet.","The style sheet of a menu.","","","Produces the Appearance of a menu.","","","","","","","","","The Background of the menu.","The Border of the menu.","","","","","","","","","","","","","","","","","Sets the font of the Menu.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Creates a new Menu with the given State, a list of …","Creates a new State for a Menu.","Turns the Menu into an overlay Element at the given target …","Sets the Padding of the Menu.","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","Sets the style of the Menu.","The text Color of the menu.","Sets the text text::LineHeight of the Menu.","Sets the text::Shaping strategy of the Menu.","Sets the text size of the Menu.","","","","","","","","","","","","","","","Sets the width of the Menu.","All panes are visible","The appearance of the hovered region of a pane grid.","A fixed reference line for the measurement of coordinates.","Bottom edge.","A Pane was picked and then dropped outside of other Pane …","Center region.","The arrangement of a PaneGrid.","The content of a Pane.","The visible contents of the PaneGrid","A four cardinal direction.","↓","An event produced during a drag and drop interaction of a …","A pane that can be dragged.","A Pane was dropped on top of another Pane.","The edges of an area.","An Edge of the full PaneGrid.","Edge region.","The horizontal axis: —","←","Left edge.","A line.","A maximized pane is visible","A layout node of a PaneGrid.","A rectangular region in a PaneGrid used to display widgets.","A Pane.","The region of this Node is taken by a Pane.","A single Pane of the PaneGrid.","A collection of panes distributed using either vertical or …","A Pane was picked for dragging.","The region of a Pane.","An event produced during a resize interaction of a PaneGrid…","→","Right edge.","A divider that splits a region in a PaneGrid into two …","A split of the available space.","The region of this Node is split into two.","The state of a PaneGrid.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Target area a pane can be dropped on.","The title bar of a Pane.","Top edge.","↑","The vertical axis: |","","","","","","","","","","","","","","","","Returns the adjacent Pane of another Pane in the given …","Sets whether or not the controls attached to this TitleBar …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Background of the pane region.","The Border of the pane region.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the Draggable with the given Layout can be …","","","","","","","","","","","","","","","","","","","","","","","","","","Closes the given Pane and returns its internal state and …","","","The Color of the Line.","","","","","","","","","","","","","","","","","","Sets the controls of the TitleBar.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Draws a PaneGrid.","Draws the Content with the provided Renderer and Layout.","Draws the TitleBar with the provided Renderer and Layout.","","","","","","","","","Drops the given Pane into the provided Target.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the internal state of the given Pane, if it exists.","Returns the internal state of the given Pane with …","","","","","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","","","","","","","","","","","","","","","","The internal state of the PaneGrid.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 amount of panes in the State is 0.","Returns whether the mouse cursor is over the pick area of …","Returns an iterator over all the panes of the State, …","Returns an iterator over the values of the Contents","Returns a mutable iterator over all the panes of the State,","Calculates the Layout of a PaneGrid.","Returns the layout of the State.","Returns the layout Node of the Contents","Returns the total amount of panes in the State.","Maximize the given Pane. Only this pane will be rendered …","Returns the maximized Pane of the PaneGrid.","Returns the current mouse::Interaction of a PaneGrid.","Move Pane to an Edge of the PaneGrid.","Creates a new Content with the provided body.","Creates a new TitleBar with the given content.","Creates a new State, initializing the first pane with the …","Sets the Padding of the TitleBar.","Returns the rectangular region for each Pane in the Node …","The panes of the PaneGrid.","","","The Line to draw when a split is picked.","The new ratio of the Split.","Resizes two panes by setting the position of the provided …","Restore the currently maximized Pane to it’s normal …","Splits the provided Rectangle on the current Axis with the …","Splits the given Pane into two in the given Axis and …","The Split that is being dragged for resizing.","Calculates the bounds of the split line in a Rectangle …","Returns the axis, rectangular region, and ratio for each …","Split a target Pane with a given Pane on a given Region.","Returns an iterator over each Split in this Node.","The state of a PaneGrid.","Sets the style of the Content.","Sets the style of the TitleBar.","Swaps the position of the provided panes in the State.","Sets the TitleBar of this Content.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Processes an Event and updates the state of a PaneGrid …","The width of the Line.","Creates a new State with the given Configuration.","The left/top Configuration of the split.","The direction of the split.","The right/bottom Configuration of the split.","The ratio of the split in [0.0, 1.0].","The picked Pane.","The picked Pane.","The picked Pane.","The Target where the picked Pane was dropped on.","The left/top Node of the split.","The direction of the split.","The right/bottom Node of the split.","The Split of this Node.","The ratio of the split in [0.0, 1.0].","The current action of a PaneGrid.","A Pane in the PaneGrid is being clicked.","A Pane in the PaneGrid is being dragged.","The PaneGrid is idle.","The internal state of a PaneGrid.","A Split in the PaneGrid is being dragged.","The state of a PaneGrid.","","","","","","","","","","","","","","","","","Returns the current Pane that is being clicked, if any.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Initializes the Internal state of a PaneGrid from a …","","","","","The internal state of the PaneGrid.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The layout Node of the Internal state","The panes of the PaneGrid.","Returns the current Pane that is being dragged, if any.","Returns the current Split that is being dragged, if any.","","","","","","","","","","","","","","","","","The Axis of the Split.","The starting Point of the click interaction.","The starting Point of the drag interaction.","The Pane being clicked.","The Pane being dragged.","The Split being dragged.","The appearance of a pick list.","Displays an arrow icon (▼).","A custom dynamic handle.","The handle to the right side of the PickList.","The icon of a Handle.","No handle will be shown.","A widget for selecting a single value from a list of …","The state of a PickList.","A custom static handle.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","","","","","","","","","","","","","","","","The Background of the pick list.","The Border of the pick list.","","","","","","","","","","","","","","The unicode code point that will be used as the icon.","","","","","","","","","","","","Draws a PickList.","","","","","","","","","Font that will be used to display the code_point,","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Computes the layout of a PickList.","Line height of the content.","Returns the current mouse::Interaction of a PickList.","Returns the current overlay of a PickList.","The placeholder Color of the pick list.","The shaping strategy of the icon.","Font size of the content.","The text Color of the pick list.","","","","","","","","","","","","","","","","","","","","","","","","Processes an Event and updates the State of a PickList …","The Icon used when PickList is closed.","The Icon used when PickList is open.","Font size of the content.","The appearance of a progress bar.","A bar that displays progress.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","A circular button representing a choice.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","","","The default graphics renderer for iced.","The settings of a Backend.","","","","","","","The antialiasing strategy that will be used for triangle …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The default Font to use.","The default size of text.","","","","","","","","","","","","","Returns the argument unchanged.","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).","","","","","","","","","","","","","","","A simple cache that stores generated Geometry to avoid …","","","","","","","","","","","","","","","","","","","","","Returns the coordinate of the center of the Frame.","Clears the Cache, forcing a redraw the next time it is …","","","","","","","","Draws Geometry using the provided closure and stores it in …","","","Draws the given Path on the Frame by filling it with the …","Draws an axis-aligned rectangle given its top-left corner …","Draws the characters of the given Text on the Frame, …","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the height of the Frame.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Creates a new empty Cache.","Applies a rotation in radians to the current transform of …","Applies a uniform scaling to the current transform of the …","Applies a non-uniform scaling to the current transform of …","Returns the dimensions of the Frame.","Draws the stroke of the given Path on the Frame with the …","Applies a translation to the current transform of the Frame…","","","","","","","","","","","","","","","Returns the width of the Frame.","Executes the given drawing operations within a Rectangle …","Stores the current transform of the Frame and executes the …","An antialiasing strategy.","The graphics backend of a Renderer.","An error occured in the context’s internal backend","A cached primitive.","A clip primitive","A graphics compositor that can draw to windows.","A backend-specific primitive.","A type that has some damage bounds.","An editor primitive","An error that occurred while creating an application’s …","A fill which linearly interpolates colors along a …","A mesh with a gradient.","A suitable graphics adapter or device could not be found.","A group of primitives","An image primitive","A linear gradient interpolates colors along a direction …","Multisample AA with 16 samples","Multisample AA with 2 samples","Multisample AA with 4 samples","Multisample AA with 8 samples","A low-level primitive to render a mesh of triangles.","Failed to find any pixel format that matches the criteria.","A paragraph primitive","A rendering primitive.","The custom kind of primitives this Backend supports.","A quad primitive","A raw cosmic-text primitive","A backend-agnostic renderer that supports all the built-in …","The iced renderer of the backend.","The settings of the backend.","A mesh with a solid color.","The surface of the backend.","An SVG primitive","A text primitive","A 2D transformation matrix.","A primitive that applies a translation","The requested backend version is not supported.","A viewing region for displaying computer graphics.","Write a graphics backend.","Returns the bounds of the Damage.","Manage colors for shaders.","A compositor is responsible for initializing a renderer …","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Track and compute the damage of graphical primitives.","Returns Information used by this Compositor.","Build and draw geometry.","Load and operate on images.","Draw triangles!","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Create a renderer from a Backend.","Screenshots the current Renderer primitives to an …","Draw text.","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","The background of the quad","The Border of the quad","The border radii of the image","The bounds of the text.","The bounds of the quad","The bounds of the image","The bounds of the viewport","The bounds of the clip","The clip bounds of the text.","The clip bounds of the paragraph.","The clip bounds of the editor.","The color of the text.","The color of the paragraph.","The color of the editor.","The Color filter","The contents of the text.","The content of the clip","The primitive to translate","The cached primitive","The editor::Weak reference.","The filter method of the image","The font of the text.","The handle of the image","The path of the SVG file","The horizontal alignment of the text.","The line height of the text.","The paragraph::Weak reference.","The position of the paragraph.","The position of the editor.","The primitives of the group","The Shadow of the quad","The shaping strategy of the text.","The size of the text in logical pixels.","The translation vector","The vertical alignment of the text.","The graphics backend of a Renderer.","A graphics backend that supports image rendering.","The custom kind of primitives this Backend supports.","A graphics backend that supports SVG rendering.","A graphics backend that supports text rendering.","Returns the dimensions of the provided image.","Loads a font from its bytes.","Returns the viewport dimensions of the provided SVG.","A flag that indicates whether the renderer should perform …","A color packed as 4 floats representing RGBA channels.","Packs a Color.","A graphics compositor that can draw to windows.","Contains information about the graphics (e.g. graphics …","Invalid dimensions","The swap chain has been lost and needs to be recreated.","There is no more memory left to allocate a new frame.","The underlying surface has changed, and therefore the …","Present Error","The iced renderer of the backend.","Resize Error","The settings of the backend.","The surface of the backend.","Result of an unsuccessful call to Compositor::present.","A timeout was encountered while trying to acquire the next …","A window that can be used in a Compositor.","Contains the graphics adapter.","Contains the graphics backend.","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Returns Information used by this Compositor.","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Screenshots the current Renderer primitives to an …","Alignment on the axis of a container.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A paragraph.","A touch event","A 2D vector.","A component that displays information and allows …","A window event","Transparency, 0.0 - 1.0","Align and position widgets.","Blue component, 0.0 - 1.0","The blur radius of the shadow.","Draw lines around containers.","Bottom padding","The bounds of the paragraph.","Returns the state Tree of the children of the Widget.","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","The content of the paragraph.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","Ends a DnD operation.","Handle events of a user interface.","The Family of the Font.","Fills a Quad with the provided Background.","Load and use fonts.","The font of the Text.","Green component, 0.0 - 1.0","Colors that transition progressively.","Height of the rectangle.","The height.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","Returns true if the cursor is over the Overlay.","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","Consider using peek_dnd instead Peeks the data on the DnD …","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Write your own renderer.","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Top padding","Build touch events.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","A border.","The border radii for the corners of a graphics primitive …","The color of the border.","The radius of the border.","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","Ends a DnD operation.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Reads the current content of the Clipboard as text.","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","Writes the given text contents to the Clipboard.","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","How the Gradient is angled within its bounds.","The color of the gradient at the specified offset.","Offset along the gradient vector.","ColorStops along the linear gradient path.","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","Compare two Ids for equality based on their number or name","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","The bounds of an element and its children.","Computes the resulting Node that fits the Limits given …","Computes the resulting Node that fits the Limits given …","Distribute elements using a flex-based layout.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Node that fits the Limits given …","The main axis of a flex layout.","The horizontal axis","The vertical axis","Computes the flex layout with the given axis and limits, …","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","Track mouse clicks.","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","Draws the Overlay using the associated Renderer.","Returns a Group of overlay Element children.","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Returns the current mouse::Interaction of the Overlay.","Processes a runtime Event.","Applies an Operation to the Overlay.","Returns the nested overlay of the Overlay, if there is any.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","The Border of the Quad.","The bounds of the Quad.","Clears all of the recorded primitives in the Renderer.","Fills a Quad with the provided Background.","The color to apply to symbolic icons.","The scale factor","The Shadow of the Quad.","The text color","Draws the primitives recorded in the given closure in a …","Applies a translation to the primitives recorded in the …","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","Returns the current boundaries of the Editor.","The bounds of the paragraph.","Notifies the Highlighter that the line at the given index …","Compares the Paragraph with some desired Text and returns …","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","Edit text.","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","The font of the Text.","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Returns the current boundaries of the Editor.","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","Runs a text Highlighter in the Editor.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","Updates the Editor with some new attributes.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","Notifies the Highlighter that the line at the given index …","The Color of the text.","Returns the current line of the Highlighter.","The Font of the text.","Highlights the given line.","Creates a new Highlighter from its Self::Settings.","Updates the Highlighter with some new Self::Settings.","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","Operates on a widget that contains other widgets.","Operates on a custom widget.","Reconciliates the Widget with the provided Tree.","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","Finishes the Operation and returns its Outcome.","Operates on a widget that can be focused.","Returns the id of the widget","the Id of the Tree","Returns the layout::Node of the Widget.","Returns the current mouse::Interaction of the Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","Sets the id of the widget This may be called while diffing …","Returns the Size of the Widget in lengths.","Returns a Size hint for laying out the Widget.","Returns the State of the Widget.","The State of the Tree.","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","Store internal widget state in a state tree to ensure …","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","Operates on a widget that contains other widgets.","Operates on a custom widget.","Finishes the Operation and returns its Outcome.","Focuses the widget.","Operate on widgets that can be focused.","Operates on a widget that can be focused.","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","Operates on a widget that has text input.","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","Produces an Operation that generates a Count and chains it …","Produces an Operation that searches for the current …","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns whether the widget is focused or not.","The total amount of focusable widgets.","Unfocuses the widget.","The amount of absolute offset in each direction of a …","The amount of relative offset in each direction of a …","The internal state of a widget that can be scrolled.","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","The children of the root widget of the Tree.","Reconciliates the current_children with the provided list …","the Id of the Tree","The State of the Tree.","The tag of the Tree.","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","Change the icon of a window.","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","Builds an Icon from its RGBA pixels in the sRGB color …","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","Sets the application id of the window.","Whether the window should have a border, a title bar, etc. …","Whether the window will close when the user requests it, …","The icon of the window.","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","Whether the window should be transparent.","Whether the window should be visible or not.","A type that has some damage bounds.","Returns the bounds of the Damage.","Groups the given damage regions that are close together …","Computes the damage regions between the two given lists of …","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","The underlying implementations of the iced_futures …","Boxes a stream.","Runs the given closure inside the Executor.","Listen to runtime events.","Choose your preferred executor to power a runtime.","Listen to keyboard events.","Creates a new Executor.","Spawns a future in the Executor.","Listen to external events in your application.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","Listen and react to time.","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","Creates a bounded mpsc channel for communicating between …","Creates an unbounded mpsc channel for communicating …","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","Creates a new one-shot channel for sending a single value …","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","Marks the current thread as being within the dynamic …","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","Creates an adaptor which will chain this stream with …","Creates a future which will entirely close this AsyncWrite.","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Constructs a new handle to an empty reader.","Creates a future which will wait for a non-empty buffer to …","Creates a future which will entirely flush this AsyncWrite.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Returns a stream over the lines of this reader. This …","Attempt to close the object.","Attempt to return the contents of the internal buffer, …","Attempt to flush the object, ensuring that any buffered …","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempt to seek to an offset, in bytes, in a stream.","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Creates an instance of a reader that infinitely repeats …","Creates a future which will seek an IO object, and then …","Creates an instance of a writer which will successfully …","Helper method for splitting this read/write object into …","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait for Futures that provides a variety of …","Adapters specific to Result-returning streams","An extension trait for Sinks that provides a variety of …","An extension trait for Streams that provides a variety of …","An extension trait which adds utility methods to …","Adapters specific to Result-returning futures","An extension trait which adds utility methods to AsyncWrite…","An extension trait which adds utility methods to AsyncRead …","An extension trait which adds utility methods to AsyncSeek …","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","Executes another future after this one resolves …","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","Catches unwinding panics while polling the future.","Drops the future represented by the given fat pointer.","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Fuse a future such that poll will never again be called …","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Wraps a TryFuture into a type that implements Future.","Convert an owned instance into a (conceptually owned) fat …","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","A convenience for calling Future::poll on Unpin future …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","Chain on a computation for when a future finished, passing …","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","Adds a fixed-size buffer to the current sink.","Close the sink.","Create a sink that will just discard all items given to it.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","Wrap this sink in an Either sink, making it the left-hand …","Flush any remaining output and close this sink, if …","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","A convenience method for calling Sink::poll_flush on Unpin …","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Creates a new Abortable stream and an AbortHandle which …","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","Wraps the current stream in a new stream which converts …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Converts this stream into a future of …","Wraps a TryStream into a type that implements Stream","Returns true if the stream should no longer be polled.","Converts an Iterator into a Stream which is always ready …","Wrap this stream in an Either stream, making it the …","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Creates a future that resolves to the next item in the …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Creates a new stream of at most n items of the underlying …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","Convert a list of streams into a Stream of results from …","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","Drops the future represented by the given fat pointer.","Convert an owned instance into a (conceptually owned) fat …","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Indicates that the associated task is ready to make …","Indicates that the associated task is ready to make …","Creates a Waker from an Arc<impl ArcWake>.","Creates a reference to a Waker from a reference to …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","Creates a Subscription that publishes the events sent from …","Hashes the Recipe.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","Returns a Subscription that will create and asynchronously …","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","The style used to fill geometry.","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","An immutable set of points that may or may not be …","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","The color of the text","The contents of the text","Draws the given layers of Self::Geometry.","The font of the text","The horizontal alignment of the text","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The position of the text relative to the alignment …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","The color or gradient of the fill.","The color or gradient of the stroke.","The vertical alignment of the text","The distance between the two edges of the stroke.","Tries to load an image by its Handle.","Pixel is 8-bit alpha","AnimationDecoder trait","An Image in AVIF format.","Pixel contains 8-bit B, G and R channels","Pixel is 8-bit BGR with an alpha channel","An Image in BMP Format","An Image in BMP Format","The number of channels of this pixel type.","A string that can help to interpret the meaning each …","This pixel has the format of one of the predefined …","Pixel is 8-bit CMYK","An enumeration over supported color types and bit depths","The maximum value for this type of primitive within the …","The minimum value for this type of primitive within the …","An Image in DDS Format","An error was encountered while decoding.","The delay of a frame relative to the previous one.","A Dynamic Image","Types which are safe to treat as an immutable byte slice …","An error was encountered while encoding.","Contains the error value","An enumeration of color types encountered in image formats.","An Image in farbfeld Format","An Image in farbfeld Format","A flat buffer over a (multi channel) image.","A single animation frame","An implementation dependent iterator, reading the frames …","A trait for manipulating images.","Trait to inspect an image.","An Image in GIF Format","An Image in GIF Format","Sendable grayscale + alpha channel image buffer","Sendable grayscale image buffer","An Image in Radiance HDR Format","An Image in ICO Format","An Image in ICO Format","Generic image buffer","The trait that all decoders implement","Specialized image decoding not be supported by all formats","The trait all encoders implement","The generic error type for image operations.","An enumeration of supported image formats. Not all formats …","Each pixel in this image is 16-bit Luma","Each pixel in this image is 8-bit Luma","Each pixel in this image is 16-bit Luma with alpha","Each pixel in this image is 8-bit Luma with alpha","An enumeration of supported image formats for encoding.","Result of an image decoding/encoding process","Each pixel in this image is 16-bit Rgb","Each pixel in this image is 32-bit float Rgb","Each pixel in this image is 8-bit Rgb","Each pixel in this image is 16-bit Rgb with alpha","Each pixel in this image is 32-bit float Rgb with alpha","Each pixel in this image is 8-bit Rgb with alpha","An error occurred while interacting with the environment.","An Image in JPEG Format","An Image in JPEG Format with specified quality, up to 100","Pixel is 1-bit luminance","Pixel is 16-bit luminance","Pixel is 16-bit luminance","Pixel is 2-bit luminance","Pixel is 4-bit luminance","Pixel is 8-bit luminance","Pixel is 8-bit luminance","Pixel is 1-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 2-bit luminance with an alpha channel","Pixel is 4-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Completing the operation would have required more …","Grayscale colors.","Grayscale colors + alpha channel","Contains the success value","An Image in OpenEXR Format","An Image in OpenEXR Format","An error was encountered in input arguments.","A generalized pixel.","The type of pixel.","The pixel with an associated ColorType. Not all possible …","Immutable pixel iterator","An Image in PNG Format","An Image in PNG Format","An Image in general PNM Format","An Image in one of the PNM Formats","The type of each channel in a pixel. For example, this can …","Represents the progress of an image operation.","An Image in QOI format.","An image in QOI Format","The type of reader produced by into_reader.","RGB colors.","Pixel contains 1-bit R, G and B channels","Pixel is 16-bit RGB","Pixel contains 16-bit R, G and B channels","Pixel contains 2-bit R, G and B channels","Pixel is 32-bit float RGB","Pixel is 32-bit float RGB","An image buffer for 32-bit float RGB pixels, where the …","Pixel contains 4-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Sendable Rgb image buffer","RGB colors + alpha channel","Pixel is 1-bit RGB with an alpha channel","Pixel is 16-bit RGBA","Pixel is 16-bit RGB with an alpha channel","Pixel is 2-bit RGB with an alpha channel","Pixel is 32-bit float RGBA","Pixel is 32-bit float RGBA","An image buffer for 32-bit float RGBA pixels, where the …","Pixel is 4-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Sendable Rgb + alpha channel image buffer","A View into another image","The scalar type that is used to store each channel in this …","An Image in TGA Format","An Image in TGA Format","An Image in TIFF Format","An Image in TIFF Format","Pixel is of unknown color type with the specified bits per …","An operation can not be completed by the chosen …","A value for signalling an error: An unsupported format was …","An Image in WEBP Format","An image in WebP Format.","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Get the bytes of this value.","Blend the color of a given pixel into ourself, taking into …","Put a pixel at location (x, y), taking into account alpha …","The bounding rectangle of this image.","Iterators and other auxiliary structure for the ImageBuffer…","Returns the components as a slice.","Returns the channels of this pixel as a 4 tuple. If the …","Returns the components as a mutable slice","Encoding and decoding for various image file formats.","Supplementary color information.","Returns the color type of the image data produced by this …","Copies all of the pixels from another image into this …","Copies all of the pixels from one part of this image to …","Returns a tuple containing the width and height of the …","The width and height of this image.","Contains detailed error representation.","Image representations for ffi.","Construct a pixel from the 4 channels a, b, c and d. If …","Returns a view into a slice.","Returns mutable view into a mutable slice.","Returns the pixel located at (x, y). Indexed from top left.","Gets a reference to the mutable pixel at location (x, y). …","Guess image format from memory block","The height of this image.","Returns the ICC color profile embedded in the image","Read a tuple containing the (width, height) of the image …","Image Processing Functions","Returns true if this x, y coordinate is contained inside …","Consume the decoder producing a series of frames.","Returns a reader that can be used to obtain the bytes of …","Invert this pixel","Input and output of images.","A repr(C) description of the layout of buffer samples.","Create a new image from a Reader.","Create a new image from a byte slice","Create a new image from a byte slice","Apply the function f to each channel of this pixel.","Apply the function f to each channel of this pixel and …","Apply the function f to each channel except the alpha …","Apply the function f to each channel except the alpha …","Mathematical helper functions and types.","Open the image located at the path specified. The image’…","Returns the color type of the image file before decoding","Returns an Iterator over the pixels of this image. The …","Put a pixel at location (x, y). Indexed from top left.","Returns all the bytes in the image.","Same as read_image but periodically calls the provided …","Decode a rectangular section of the image; see …","Decode a rectangular section of the image, periodically …","Underlying linear container holding sample values.","Saves the supplied buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified …","Returns the minimum number of bytes that can be …","Set decoding limits for this decoder. See Limits for the …","Returns a mutable subimage that is a view into this image. …","Convert this pixel to luma","Convert this pixel to luma with an alpha channel","Convert this pixel to RGB","Convert this pixel to RGB with an alpha channel","Returns the total number of bytes in the decoded image.","Returns the pixel located at (x, y). Indexed from top left.","Puts a pixel at location (x, y). Indexed from top left.","Returns a subimage that is an immutable view into this …","The width of this image.","Writes the supplied buffer to a writer in the specified …","Writes all the bytes in an image to the encoder.","Provides color conversions for whole image buffers.","Enumerate the pixels of an image.","Enumerate the pixels of an image.","Enumerate the rows of an image.","Enumerate the rows of an image.","Iterate over pixel refs.","Iterate over mutable pixel refs.","Iterate over rows of an image","Iterate over mutable rows of an image","Converts self to a buffer of type T","Decoding and Encoding of BMP Images","Decoding of DDS images","Decoding of DXT (S3TC) compression","Decoding of farbfeld images","Decoding of GIF Images","Decoding of Radiance HDR Images","Decoding and Encoding of ICO files","Decoding and Encoding of JPEG Images","Decoding of OpenEXR (.exr) Images","Decoding and Encoding of PNG Images","Decoding of netpbm image formats (pbm, pgm, ppm and pam).","Decoding and encoding of QOI images","Decoding of TGA Images","Decoding and Encoding of TIFF Images","Decoding and Encoding of WebP Images","A bmp decoder","The representation of a BMP encoder.","The representation of a DDS decoder","The DXT1 format. 48 bytes of RGB data in a 4x4 pixel …","The DXT3 format. 64 bytes of RGBA data in a 4x4 pixel …","The DXT5 format. 64 bytes of RGBA data in a 4x4 pixel …","DXT decoder","DXT encoder","DXT reader","What version of DXT compression are we using? Note that …","farbfeld decoder","farbfeld encoder","farbfeld Reader","Finite number of repetitions","GIF decoder","GIF encoder.","Wrapper struct around a Cursor<Vec<u8>>","Looping GIF","Number of repetitions for a GIF animation","Adapter to conform to ImageDecoder trait","An Radiance HDR decoder","Radiance HDR encoder","Scanline buffered pixel by pixel iterator","Metadata for Radiance HDR image","Wrapper struct around a Cursor<Vec<u8>>","Refer to wikipedia","Radiance HDR file signature","Color components","Divide color values by corresponding tuple member (r, g, …","All lines contained in image header are put here. Ordering …","Exponent","Divide color values by exposure to get to get physical …","Height of decoded image. It depends on orientation too.","Orientation matrix. For standard orientation it is …","Pixel height divided by pixel width","Helper function for reading raw 3-channel f32 images","Creates Rgbe8Pixel from components","Converts Rgb<f32> into Rgbe8Pixel","Width of decoded image. It could be either scanline length,","An ico decoder","ICO encoder","An ICO image entry","Pixels per centimeter","Pixels per inch (2.54 cm)","JPEG decoder","The representation of a JPEG encoder","Represents the absence of a unit, the values indicate only …","Represents the pixel density of an image","Represents a unit in which the density of an image is …","A couple of values for (Xdensity, Ydensity)","The unit in which the density is measured","An OpenEXR decoder. Immediately reads the meta data from …","A thin wrapper that implements ImageEncoder for OpenEXR …","Uses a heuristic to select one of the preceding filters …","An AnimationDecoder adapter of PngDecoder.","Filters based on the average of left and right neighbor …","High compression level","Compression level of a PNG encoder. The default setting is …","Default compression level","Fast, minimal compression","Filter algorithms used to process image data to improve …","Huffman coding compression","No processing done, best used for low bit depth grayscale …","Algorithm that takes into account the left, upper left, …","PNG decoder","PNG encoder","Png Reader","Run-length encoding compression","Filters based on previous pixel in the same scanline","Filters based on the scanline above","Header produced by a pam file (“Portable Arbitrary Map”…","Magic number P7","Standardized tuple type specifiers in the header of a pam.","Samples are encoded as decimal ascii strings separated by …","Samples are unsigned binary integers in big endian","Magic numbers P1 and P4","Header produced by a pbm file (“Portable Bit Map”)","Pixels are either black (0) or white (1)","Pixels are either black (0) or white (1) and a second …","An image format which is not standardized","Magic numbers P2 and P5","Header produced by a pgm file (“Portable Gray Map”)","Pixels represent the amount of white","Grayscale with an additional alpha channel","Magic numbers P3 and P6","Header produced by a ppm file (“Portable Pixel Map”)","PNM decoder","Encodes images to any of the pnm image formats.","Stores the complete header data of a file.","Denotes the category of the magic number","Three channels: Red, Green, Blue","Four channels: Red, Green, Blue, Alpha","The kind of encoding used to store sample values","Number of color channels","Binary or Ascii encoded file","Binary or Ascii encoded file","Binary or Ascii encoded file","Height of the image file","Height of the image file","Height of the image file","Height of the image file","Maximum sample value within the image","Maximum sample value within the image","Maximum sample value within the image","Color interpretation of image pixels","Width of the image file","Width of the image file","Width of the image file","Width of the image file","QOI decoder","QOI encoder","The representation of a TGA decoder","TGA encoder.","Decoder for TIFF images.","Encoder for tiff images","Wrapper struct around a Cursor<Vec<u8>>","WebP Image format decoder. Currently only supports lossy …","WebP Encoder.","WebP encoder quality.","An implementation of the VP8 Video Codec","A Representation of the last decoded video frame","VP8 Decoder","Indicates whether this frame is intended for display","The height of the luma plane","Indicates whether this frame is a keyframe","The pixel type of the frame as defined by Section 9.2 of …","The blue plane of the frame","The red plane of the frame","The width of the luma plane","The luma plane of the frame","The required color type can not be handled.","An error was encountered while decoding.","An error was encountered while decoding an image.","The resulting image exceed dimension limits in either …","The dimensions passed are wrong.","An error was encountered while encoding.","An error was encountered while encoding an image.","Contains the error value","The format is known exactly.","Repeated an operation for which error that could not be …","An image format is not supported.","A string describing the parameter. This is discouraged and …","Some feature specified by string. This is discouraged and …","The generic error type for image operations.","A best effort representation for image formats.","Result of an image decoding/encoding process","The operation would have performed an allocation larger …","An error occurred while interacting with the environment.","Completing the operation would have required more …","Indicates the limit that prevented an operation from …","Completing the operation would have required more …","The format can be identified by a name.","The end of the image has been reached.","Contains the success value","An error was encountered in input arguments.","An error was encountered in inputs arguments.","Details how a parameter is malformed.","A common path extension for the format is known.","The format is not known or could not be determined.","An operation can not be completed by the chosen …","The specified strict limits are not supported for this …","The implementation for an operation was not provided.","Details what feature is not supported.","The given limits","The supported strict limits","The color format did not match the channel count.","The samples are in column-major form and all samples are …","Denotes invalid flat sample buffers when trying to convert …","A flat buffer over a (multi channel) image.","All samples are packed.","Different normal forms of buffers.","The represented image can not use this representation.","At least pixels are packed.","The samples are in row-major form and all samples are …","A ffi compatible description of a sample buffer.","The represented image was too large.","No pixel aliases another.","A flat buffer that can be used as an image view.","A mutable owning version of a flat buffer.","Deprecated - ChannelCountMismatch is used instead","Add this to an index to get to the sample in the next …","The number of channels in the color representation of the …","Supplementary color information.","The height of the represented image.","Add this to an index to get to the next sample in …","A repr(C) description of the layout of buffer samples.","Underlying linear container holding sample values.","The width of the represented image.","Add this to an index to get to the next sample in …","A bi-level color map","Cubic Filter","The color type on which the map operates on","A color map","Available Sampling Filters.","Gaussian Filter","Lanczos with window 3","Nearest Neighbor","Linear Filter","Performs a Gaussian blur on the supplied image. sigma is a …","Brighten the supplied image. value is the amount to …","Functions for altering and converting the color of …","Adjust the contrast of the supplied image. contrast is the …","Return a mutable view into an image The coordinates set …","Return an immutable view into an image The coordinates set …","Reduces the colors of the image using the supplied …","Perform a 3x3 box filter on the supplied image. kernel is …","Flip an image horizontally","Flip an image horizontally and put the result into the …","Flip an image horizontally in place.","Flip an image vertically","Flip an image vertically and put the result into the …","Flip an image vertically in place.","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Fill the image with a linear horizontal gradient","Hue rotate the supplied image. value is the degrees to …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Linearly sample from an image using coordinates in [0, w-1]…","Sample from an image using coordinates in [0, w-1] and [0, …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Overlay an image at a given coordinate (x, y)","Calculate the region that can be copied from top to bottom.","Replace the contents of an image at a given coordinate (x, …","Resize the supplied image to the specified dimensions. …","Rotate an image 180 degrees clockwise.","Rotate an image 180 degrees clockwise and put the result …","Rotate an image 180 degrees clockwise in place.","Rotate an image 270 degrees clockwise.","Rotate an image 270 degrees clockwise and put the result …","Rotate an image 90 degrees clockwise.","Rotate an image 90 degrees clockwise and put the result …","Linearly sample from an image using coordinates in [0, 1].","Sample from an image using coordinates in [0, 1], taking …","Resize the supplied image to the specific dimensions.","Tile an image by repeating it multiple times","Performs an unsharpen mask on the supplied image. sigma is …","Fill the image with a linear vertical gradient","A bi-level color map","The color type on which the map operates on","A color map","Brighten the supplied image. value is the amount to …","Brighten the supplied image in place. value is the amount …","Adjust the contrast of the supplied image. contrast is the …","Adjust the contrast of the supplied image in place. …","Reduces the colors of the image using the supplied …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Hue rotate the supplied image. value is the degrees to …","Hue rotate the supplied image in place. value is the …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Set of supported strict limits for a decoder.","Resource limits for decoding.","A multi-format image reader.","The maximum allowed sum of allocations allocated by the …","The maximum allowed image height. This limit is strict. …","The maximum allowed image width. This limit is strict. The …","A Rectangle defined by its top left corner, width and …","The rectangle’s height.","The rectangle’s width.","The x coordinate of the top left corner.","The y coordinate of the top left corner.","A mesh with a gradient.","A vertex which contains 2D position & packed gradient data.","A set of vertices and indices representing a list of …","A low-level primitive to render a mesh of triangles.","A mesh with a solid color.","A two-dimensional vertex with a color.","The color of the vertex in linear RGBA.","The packed vertex data of the gradient.","The list of vertex indices that defines the triangles of …","The vertex position in 2D space.","The vertex position in 2D space.","The vertices of the mesh","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","A backend-agnostic renderer that supports all the built-in …","A store of recently used sections of text.","A multi-line text editor.","A set of system fonts.","A bunch of text.","A weak reference to a [cosmic-text::Buffer] that can be …","A version number.","A weak reference to a cosmic_text::Buffer.","Cache text.","The clip bounds of the text.","The color of the text.","Draw and edit text.","Returns the global FontSystem.","Measures the dimensions of the given cosmic_text::Buffer.","Draw paragraphs.","The position of the text.","Returns the attributes of the given Font.","Converts some Color to a cosmic_text::Color.","Converts some Shaping strategy to a cosmic_text::Shaping …","A store of recently used sections of text.","A cache entry.","A cache key representing a section of text.","The hash of a Key.","The bounds of the text.","The buffer of text, ready for drawing.","The content of the text.","The Font of the text.","The line height of the text.","The minimum bounds of the text.","The shaping strategy of the text.","The size of the text.","An action to perform on an Editor","Advanced text shaping and font fallback.","Whether to associate cursors placed at a boundary between …","","Align or justify","Represents an angle in degrees or radians.","","Text attributes","List of text attributes to apply to a line","An owned version of Attrs","Delete text behind cursor","Basic shaping with no font fallback.","","An iterator over the paragraphs in the input text. It is …","","A value borrowed together with an FontSystem","A buffer of text that is shaped and laid out","Move cursor to the end of the document","A line (or paragraph) of text that is shaped and laid out","","Move cursor to the start of the document","Key for building a glyph cache","Flags that change rendering","","A set of change items grouped into one logical change","A unique change to an editor","Mouse click at specified position","Closes a subpath, connecting the final point to the …","Text color","32-bit RGBA bitmap.","Path command.","","Use \\\\r for line ending (many legacy systems)","Use \\\\r\\\\n for line ending (Windows-style)","Glyphs in cursive fonts generally use a more informal …","","Current cursor location","A cubic bezier curve from the previous point to the final …","Delete text in front of cursor","Mouse double click at specified position","Move cursor down","Mouse drag to specified position","A trait to allow easy replacements of Editor, like …","A wrapper of [Buffer] for easy editing","Move cursor to end of line","","Create new line","Escape, clears selection","","","","A font family.","An owned version of Family","Fantasy fonts are primarily decorative or expressive fonts …","","A font","Font-specific part of Attrs to be used for matching","","Access to the system fonts.","Wraps at a glyph level","Move cursor to specific line","Move cursor to start of line","","Insert character at cursor","A form that is generally cursive in nature.","","The position of a cursor within a [Buffer].","Apply specific LayoutCursor","A laid out glyph","A line of laid out glyphs","A line of visible text for rendering","An iterator of visible text lines, see LayoutRun","Move cursor left","","Move cursor to next word boundary to the left","Use \\\\n for line ending (POSIX-style)","Use \\\\n\\\\r for line ending (some legacy systems)","Select by lines","Line ending","Iterator over lines terminated by LineEnding","A straight line from the previous point to the specified …","8-bit alpha mask.","Metrics of text","The sole criterion of a monospace font is that all glyphs …","","A motion to perform on a Cursor","Move the cursor with some motion","Begins a new subpath at the specified point.","The name of a font family of choice.","","Move cursor to next character (Self::Right in LTR, …","Move cursor to next word boundary","No selection","No wrapping","No line ending","A face that is neither italic not obliqued.","Normal selection","","A typically-sloped version of the regular face.","","","Move cursor down one page","Move cursor up one page","Move cursor to end of paragraph","Move cursor to start of paragraph","","Describes the offset and dimensions of a rendered mask.","Move cursor to previous character (Self::Left in LTR, …","Move cursor to previous word boundary","A quadratic curve from the previous point to the final …","Move cursor right","","Move cursor to next word boundary to the right","Glyphs in sans-serif fonts, as the term is used in CSS, …","","Scroll position in [Buffer]","Scroll specified number of lines","Selection mode","","","Serif fonts represent the formal text style for a script.","","A set of buffers containing allocations for shaped text.","A shaped glyph","A shaped line (or paragraph)","A helper structure for caching shape runs.","Key for caching shape runs.","A shaped span (for bidirectional processing)","A shaped word (for word wrapping)","The shaping strategy of some text.","Move cursor to start of line, skipping whitespace","A face width.","Allows italic or oblique faces to be selected.","Binning of subpixel position for cache optimization","32-bit RGBA subpixel mask.","Cache for rasterizing with the swash scaler","Content of a scaled glyph image.","Scaled glyph image.","","Two dimensional transformation matrix.","Mouse triple click at specified position","","","","","Move cursor up","Move cursor up or down by a number of pixels","Specifies the weight of glyphs in the font, their degree …","Select by words","Wraps at the word level","Wraps at the word level, or fallback to glyph level if a …","Wrapping mode","","Perform an Action on the editor","Whether to associate the cursor with the run before it or …","Apply a change","","","Get the current automatic indentation setting","","Mutably borrows self together with an FontSystem for more …","Get the internal BufferRef","Get the internal BufferRef","Cache key, see CacheKey","","","CacheKeyFlags","","","","Optional color override","","Content of the image.","Copy selection","Get the current cursor","Raw image data.","","Delete text starting at start Cursor and ending at end …","Delete selection, adjusting cursor and returning true if …","","Cursor indicating end of change","End index of cluster in original line","","","","Get completed change","CacheKeyFlags","Font ID","Font id of the glyph","","","Font size in pixels","Font size of the glyph","f32 bits of font size","Index of [LayoutGlyph] in [LayoutLine::glyphs]","Glyph ID","Font id of the glyph","","The array of layout glyphs to draw","Glyphs in line","","Height in pixels.","","First-byte-index of glyph at cursor (will insert behind …","Insert if true, delete if false","Insert text at specified cursor with specified attrs_list","Insert a string at the current cursor or replacing the …","Change items grouped into one change","Index of [LayoutLine] in [BufferLine::layout]","Index of [LayoutLine] in [BufferLine::layout]. This will …","Horizontal offset with respect to the origin specified …","Unicode BiDi embedding level, character is left-to-right …","","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]. This will be …","Line height in pixels","The index of the original text line","Y offset to top of line","Width of line","Y offset to baseline of line","BufferLines (or paragraphs) of text in the buffer","Maximum ascent of the glyphs in line","Maximum descent of the glyphs in line","","","Metadata from Attrs","","","Offset and size of the image.","Get the Buffer redraw flag","True if the original paragraph direction is RTL","","Get the current selection position","Get the bounds of the current selection","Enable or disable automatic indentation","Set the current cursor","Set the Buffer redraw flag","Set the current selection position","Set the current tab width. A tab_width of 0 is not …","Shape lines until scroll, after adjusting scroll if the …","Source of the image.","","Cursor indicating start of change","Start index of cluster in original line","","Start collecting change","","","","","Get the current tab width","The original text line","Text to be inserted or deleted","","Vertical offset with respect to the origin specified when …","Width of hitbox","Width of the line","","","Width in pixels.","Get the internal Buffer","Get the internal Buffer, mutably","","","X offset of hitbox","Integer component of X offset in line","","","Binning of fractional X offset","X offset in line","","","","","Y offset of hitbox","Integer component of Y offset in line","","","Binning of fractional Y offset","Y offset in line","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font’s raw data, typically backed by a Vec.","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","A font database.","","","","","","","","","","","","","","","","","","","","","","","","A single font face info.","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","","A font’s path.","","","","","","","","","","","","","","","","","","","","","","","","A unique per database face ID.","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","","","","","","","","","","","","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","A face that is neither italic not obliqued.","","","","A typically-sloped version of the regular face.","","","","","","","","","","","A database query.","","","","","","","","","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","","","","","Serif fonts represent the formal text style for a script.","","","A font’s raw data originating from a shared file mapping.","","","","A font source.","","","","","","","","","","","","","","","","","","","","","","A face width.","Allows italic or oblique faces to be selected.","","","","","","","","","","","","","","","","","","","","","","","Specifies the weight of glyphs in the font, their degree …","","","","","","A list of family names.","A prioritized list of font family names or generic family …","An unique ID.","A face index in the source.","","","Indicates that the font face is monospaced.","A PostScript name.","A font source.","A font face stretch.","Selects a normal, condensed, or expanded face from a font …","A font face style.","Allows italic or oblique faces to be selected.","A font face weight.","Specifies the weight of glyphs in the font, their degree …","Text is set vertically from bottom to top.","A cluster level.","Flags for buffers.","","Defines the direction in which text is to be read.","A font face handle.","A feature tag with an accompanying range specifying on …","A buffer that contains the results of the shaping process.","A glyph info.","Holds the positions of the glyph in both horizontal and …","Initial, unset direction.","A script language.","Text is set horizontally from left to right.","","","Text is set horizontally from right to left.","A text script.","Flags used for serialization with a BufferSerializer.","A reusable plan for shaping a text buffer.","A 4-byte tag.","Text is set vertically from top to bottom.","A buffer that contains an input string ready for shaping.","A font variation.","An index to the start of the grapheme cluster in the …","","A selected glyph.","Predefined scripts.","Shapes the buffer content using provided font and features.","Shapes the buffer content using the provided font and plan.","","","","","","How much the line advances after drawing this glyph when …","How much the glyph moves on the X-axis before drawing it, …","How much the line advances after drawing this glyph when …","How much the glyph moves on the Y-axis before drawing it, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A grayscale bitmap with 2 bits per pixel.","A packed grayscale bitmap with 2 bits per pixel.","A grayscale bitmap with 4 bits per pixel.","A packed grayscale bitmap with 4 bits per pixel.","A grayscale bitmap with 8 bits per pixel.","A monochrome bitmap.","A packed monochrome bitmap.","A color bitmap with 32 bits per pixel.","","","","","","","","A list of errors that can occur during a CFF glyph …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face.","The face index is larger than the number of faces in the …","A list of font face parsing errors.","Parsed face tables.","","","","A 32-bit signed fixed-point number (16.16).","","","","","","","","A trait for parsing raw binary data of fixed size.","","","","","","","","A type-safe wrapper for glyph ID.","","","","","","","","","","","","","","","","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","A slice-like container that converts internal binary data …","A slice-like container that converts internal binary data …","An iterator over LazyArray16.","An iterator over LazyArray32.","","A line metrics.","","","","","","","","","An attempt to read out of bounds detected.","","","","","","","","","","","","","","The head table is missing or malformed.","The hhea table is missing or malformed.","","The maxp table is missing or malformed.","","","A face that is neither italic not obliqued.","A variation coordinate in a normalized coordinate system.","","","A typically-sloped version of the regular face.","","","","A trait for glyph outline construction.","","","Face permissions.","A platform ID.","","","","","","","","","A glyph’s raster image.","A glyph raster image format.","A raw font face.","A list of all supported tables as raw data.","","A rectangle.","","A RGBA color in the sRGB color space.","","","","Object’s raw data size.","","","","","","","","","","","A script metrics used by subscript and superscript.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A face style.","","","","A raw table record.","A 4-byte tag.","","","","","","","","","","","","","","","","Unicode Ranges.","","Face data must start with 0x00010000, 0x74727565, …","","","","","","A font variation value.","A variation axis.","","A face weight.","","A face width.","","","","","","","","An Anchor Point Table implementation.","","","This module contains Apple Advanced Typography Layout …","An Axis Variations Table implementation.","","","An axis tag name.","","","","","A Color Bitmap Data Table implementation.","","","A Color Bitmap Location Table implementation.","","A Compact Font Format Table implementation.","","","A Compact Font Format 2 Table implementation.","","","","Appends a ClosePath segment.","A Character to Glyph Index Mapping Table implementation.","","","A Color Table implementation.","","","A Color Palette Table implementation.","","Appends a CurveTo segment.","A raw image data. It’s up to the caller to decode it.","The input font file data.","","","","","A Feature Name Table implementation.","","","Returns the number of fonts stored in a TrueType font …","An image format.","A Font Variations Table implementation.","","","A Glyph Definition Table implementation.","","","A Glyph Data Table implementation.","","","A Glyph Positioning Table implementation.","","","","A Glyph Substitution Table implementation.","","","A Glyph Variations Table implementation.","","","A Font Header Table implementation.","","","Image height.","A Horizontal Header Table implementation.","","","","A Horizontal/Vertical Metrics Table implementation.","","","A Horizontal/Vertical Metrics Variations Table …","","","","","A Kerning Table implementation.","","","An Extended Kerning Table implementation.","","","","Appends a LineTo segment.","An Index to Location Table implementation.","","A Math Table implementation.","","","","A Maximum Profile Table implementation.","","","","An Extended Glyph Metamorphosis Table implementation.","","","Appends a MoveTo segment.","A Metrics Variations Table implementation.","","","A Naming Table implementation.","","","A list of name ID’s.","An axis name in the name table.","","This module contains OpenType Layout supplementary tables …","A OS/2 and Windows Metrics Table implementation.","","","Parses an object from a raw data.","A pixels per em of the selected strike.","Line position.","A PostScript Table implementation.","","","Appends a QuadTo segment.","","A Standard Bitmap Graphics Table implementation.","","","An SVG Table implementation.","","","An array of table records.","","","Line thickness.","A Tracking Table implementation.","","","An axis value.","A Vertical Header Table implementation.","","","","","A Vertical Origin Table implementation.","","","","","Image width.","Horizontal offset.","","","X offset.","Horizontal face size.","Vertical offset.","","","Y offset.","Vertical face size.","An anchor point.","An Anchor Point Table.","","","An Extended State Table.","A State Table entry.","A lookup table.","A legacy state entry used by StateTable.","A State Table.","A type-safe wrapper for a kerning value offset.","Predefined classes.","Additional data.","Additional data.","Entry flags.","Entry flags.","A new state.","A new state.","Predefined states.","","","","","An axis value map.","A list of segment maps.","An iterator over maps.","An Axis Variations Table.","A normalized coordinate value obtained using default …","The segment maps array — one segment map for each axis …","The modified, normalized coordinate value.","A Color Bitmap Data Table.","A Color Bitmap Location Table.","An affine transformation matrix.","A Compact Font Format Table.","","","","","","","A Compact Font Format 2 Table.","","A character encoding subtable variant.","Glyph was found in the variation encoding table.","A result of a variation glyph mapping.","","","","","","A character encoding subtable.","A format 0 subtable.","A format 10 subtable.","A format 12 subtable.","A format 13 subtable.","A format 14 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of subtables.","An iterator over Subtables.","A Character to Glyph Index Mapping Table.","","","","Glyph should be looked in other, non-variation tables.","Subtable encoding.","First character code covered.","First character code of subrange.","A subtable format.","Just a list of 256 8bit glyph IDs.","Array of glyph indices for the character codes covered.","Array of glyph indexes for character codes in the range.","Subtable platform.","A list of subtables.","A trait for color glyph painting.","A Color Table.","Outlines a glyph and stores it until the next paint …","Paints the current glyph outline using the provided color.","Paints the current glyph outline using the application …","A Color Palette Table.","A feature names.","A list fo feature names.","An iterator over FeatureNames.","A setting name.","A Feature Name Table.","The index of the default setting in the setting_names.","The feature’s exclusive settings. If set, the feature …","The feature’s ID.","The name table index for the feature’s name in a …","The name table index for the feature’s name in a …","A list of feature names. Sorted by FeatureName.feature.","The setting.","The feature’s setting names.","A Font Variations Table.","A variation axis.","A list of variation axes.","","","","","An axis name in the name table.","","","","A glyph class.","","","A Glyph Definition Table.","A Glyph Data Table.","An Anchor Table.","An Anchor parsing helper.","","A ValueRecord pairs matrix used by PairAdjustment.","","","A Cursive Attachment Positioning Subtable.","A list of entry and exit Anchor pairs.","A Device Table.","","","","","","A Device Table hinting values.","An array or ligature anchor matrices.","A Mark Array.","","A Mark-to-Base Attachment Positioning Subtable.","","A Mark-to-Ligature Attachment Positioning Subtable.","","A Mark-to-Mark Attachment Positioning Subtable.","","A Pair Adjustment Positioning Subtable.","A ValueRecord pairs set used by PairAdjustment.","A list of PairSets.","A glyph positioning lookup subtable enumeration.","","A Single Adjustment Positioning Subtable.","A Value Record.","An array of Value Records.","","A Device Table indexes into Item Variation Store.","An anchors matrix.","A base coverage.","Number of columns in the matrix.","","","","","","","","A mark coverage.","","A list of mark anchors.","","","","Number of rows in the matrix.","","Horizontal value, in design units.","Horizontal adjustment for advance, in design units — …","A Device table with horizontal adjustment for advance.","A Device table with horizontal value.","Horizontal adjustment for placement, in design units.","A Device table with horizontal adjustment for placement.","Vertical value, in design units.","Vertical adjustment for advance, in design units — only …","A Device table with vertical adjustment for advance.","A Device table with vertical value.","Vertical adjustment for placement, in design units.","A Device table with vertical adjustment for placement.","","","","","","","","","","","A list of glyphs for Alternate Substitution Subtable.","A set of AlternateSet.","A Alternate Substitution Subtable.","","","","","Glyph components for one ligature.","","A Ligature set.","A list of Ligature sets.","A Ligature Substitution Subtable.","","A Multiple Substitution Subtable.","","A Reverse Chaining Contextual Single Substitution Subtable.","A sequence of glyphs for Multiple Substitution Subtable.","A list of Sequence tables.","","A Single Substitution Subtable.","A glyph substitution lookup subtable enumeration.","","Array of alternate glyph IDs, in arbitrary order.","","Glyph components for one ligature.","","","","","Ligature to substitute.","","","","A list of substitute glyphs.","","","","","","A Glyph Variations Table.","An index format used by the Index to Location Table.","","","A Font Header Table.","A bounding box that large enough to enclose any glyph from …","An index format used by the Index to Location Table.","Units per EM.","A Horizontal Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the hmtx table.","Horizontal/Vertical Metrics.","A Horizontal/Vertical Metrics Table.","Width/Height advance for hmtx/vmtx.","Side bearings for glyph IDs greater than or equal to the …","A list of metrics indexed by glyph ID.","Sum of long metrics + bearings.","Left/Top side bearing for hmtx/vmtx.","A Horizontal/Vertical Metrics Variations Table.","A kerning subtable format.","","","","","A kerning pair.","A kerning subtable.","A format 0 subtable.","A format 2 subtable.","A format 3 subtable.","A list of subtables.","An iterator over kerning subtables.","A Kerning Table.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","Glyphs pair.","A list of kerning pairs.","A list of subtables.","Kerning value.","Indicates that subtable is variable.","A container of Anchor Points used by Subtable4.","A state machine entry.","An extended kerning subtable format.","","","","","","A kerning subtable.","A format 0 subtable.","A format 1 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of extended kerning subtables.","An iterator over extended kerning subtables.","An Extended Kerning Table.","An action index.","Anchor points.","Subtable format.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","A list of kerning pairs.","A state table.","A state table.","A list of subtables.","The tuple count.","Indicates that subtable is variable.","Long offsets.","Short offsets.","An Index to Location Table.","A Math Constants Table.","A Glyph Assembly Table.","A Math Glyph Construction Table.","A mapping from glyphs to Math Glyph Construction Tables.","A Math Glyph Info Table.","Details for a glyph part in an assembly.","Description of math glyph variants.","A Math Kern Table.","An entry in a Math Kern Info Table.","A Math Kern Info Table.","A Math Value with optional device corrections.","A mapping from glyphs to Math Values.","Glyph part flags.","A Math Table.","A Math Variants Table.","Advance width/height, in design units, of the variant …","A general recipe on how to construct a variant with large …","The kerning data for the bottom-left corner.","The kerning data for the bottom-right corner.","Math positioning constants.","Device corrections for this value.","Lengths of the connectors on the end of the glyph, in font …","Glyphs which are extended shapes.","The full advance of the part, in font design units.","Glyph ID for the part.","Per-glyph positioning information.","Constructions for shapes growing in the horizontal …","Per-glyph italics correction values.","The italics correction of the assembled glyph.","Per-glyph information for mathematical kerning.","Minimum overlap of connecting glyphs during glyph …","Part flags.","Parts the assembly is composed of.","Lengths of the connectors on the start of the glyph, in …","Per-glyph horizontal positions for attaching mathematical …","The kerning data for the top-left corner.","The kerning data for the top-right corner.","The X or Y value in font design units.","The ID of the variant glyph.","Prepared variants of the glyph with varying advances.","Variants and assembly recipes for growable glyphs.","Constructions for shapes growing in the vertical direction.","A Maximum Profile Table.","The total number of glyphs in the face.","A metamorphosis chain.","A list of metamorphosis chains.","An iterator over metamorphosis chains.","","A contextual subtable state table trailing data.","A contextual subtable.","A subtable coverage.","The feature table is used to compute the sub-feature flags …","","A contextual subtable state table trailing data.","An insertion subtable.","","A ligature subtable.","","","A subtable in a metamorphosis chain.","A subtable kind.","A list of subtables in a metamorphosis chain.","An iterator over a metamorphosis chain subtables.","An Extended Glyph Metamorphosis Table.","A list of metamorphosis chains.","Ligature components.","A subtable coverage.","A current index.","A current insert index.","Default chain features.","Complement of flags for the settings that this feature and …","Flags for the settings that this feature and setting …","Subtable feature flags.","A list of chain features.","Insertion glyphs.","The type of feature.","A subtable kind.","Ligature actions.","Ligatures.","A mark index.","A marked insert index.","The feature’s setting (aka selector).","The contextual glyph substitution state table.","A state table.","A state table.","A list of chain subtables.","A Metrics Variations Table.","","","","A Name Record.","A list of face names.","An iterator over face names.","A platform ID.","A Naming Table.","","","A platform-specific encoding ID.","A language ID.","A raw name data.","A Name ID.","A list of names.","A platform ID.","","","","","","","","","","","","","","","","","","","","","","","","","","A Chained Contextual Lookup Subtable.","A Chained Sequence Rule.","A set of ChainedSequenceRule.","A list of ChainedSequenceRule sets.","A value of Class Definition Table.","A Class Definition Table.","A Contextual Lookup Subtable.","A Coverage Table.","A Feature.","An index in FeatureList.","A list of Feature records.","A Feature Variations Table.","Simple glyph contexts.","Simple glyph contexts.","","","Class-based glyph contexts.","Class-based glyph contexts.","","","Coverage-based glyph contexts.","Coverage-based glyph contexts.","An index in LanguageSystemList.","A Language System Table.","A list of LanguageSystem records.","A Layout Table.","A Lookup Table.","Lookup table flags.","An index in LookupList.","A list of Lookup values.","A trait for parsing Lookup subtables.","A list of lookup subtables.","An iterator over lookup subtables.","A record that describes a range of glyph IDs.","A data storage used by ScriptList, LanguageSystemList and …","A trait to parse item in RecordList.","An iterator over RecordList values.","A Script Table.","An index in ScriptList.","A list of Script records.","A sequence rule record.","A sequence rule.","A set of SequenceRules.","A list of SequenceRuleSets.","An index in FeatureVariations.","Contains either glyph IDs or glyph Classes.","Default language.","Last glyph ID in the range","Array of indices into the FeatureList, in arbitrary order.","A list of all supported features.","Lookup qualifiers.","","","List of supported languages, excluding the default one. …","Contains either glyph IDs or glyph Classes.","","","","","A list of all lookups.","Index into GDEF mark glyph sets structure.","Parses raw data.","Parses raw data.","Index of a feature required for this language system.","A list of all supported scripts.","","First glyph ID in the range","Available subtables.","Script tag.","Language tag.","","Coverage Index of first glyph ID in range.","Used to substitute an alternate set of lookup tables to …","","","","","","","","","","","","","","","","","","","","","","","","Array of glyph IDs. Sorted.","Array of glyph ranges. Ordered by RangeRecord.start.","","","","","","","","","","","A form that is generally cursive in nature.","","","","","A face that is neither italic not obliqued.","A typically-sloped version of the regular face.","","Face permissions.","","","A script metrics used by subscript and superscript.","","","","A face style.","A OS/2 and Windows Metrics Table.","","","","Unicode Ranges.","A face weight.","A face width.","Table version.","X offset.","Horizontal face size.","Y offset.","Vertical face size.","An iterator over glyph names.","A PostScript Table.","Flag that indicates that the font is monospaced.","Italic angle in counter-clockwise degrees from the …","Underline metrics.","A strike of glyphs.","A list of Strikes.","An iterator over Strikes.","A Standard Bitmap Graphics Table.","The pixels per EM size for which this strike was designed.","The device pixel density (in PPI) for which this strike …","A list of Strikes.","An SVG documents.","A list of SVG documents.","An iterator over SvgDocumentsList values.","An SVG Table.","The SVG document data.","A list of SVG documents.","The last glyph ID, inclusive, for the range covered by …","The first glyph ID for the range covered by this record.","A Tracking Table.","A single track.","A track data.","A list of tracks.","An iterator over Tracks.","Horizontal track data.","The name table index for the track’s name.","A list of sizes.","A list of tracks.","A track value.","A list of tracking values for each size.","Vertical track data.","A Vertical Header Table.","Face ascender.","Face descender.","Face line gap.","Number of metrics in the vmtx table.","A Vertical Origin Table.","Vertical origin metrics for the Vertical Origin Table.","Default origin.","Glyph ID.","A list of metrics for each glyph.","Y coordinate, in the font’s design coordinate system, of …","A multi-line text editor.","A weak reference to an Editor.","The bounds of the Editor.","A bunch of text.","A weak reference to a Paragraph.","The horizontal alignment of the Paragraph.","The minimum bounds of the Paragraph.","The vertical alignment of the Paragraph.","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","Display a horizontal or vertical rule for dividing content.","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","Produces the style of a rule.","The color of the rule.","The FillMode of the rule.","The radius of the line corners.","The width (thickness) of the rule line.","A set of asynchronous actions to be performed by some …","","A font.","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The theme used to draw the Program.","A set of interactive graphical elements with a specific …","Access the clipboard.","Run asynchronous actions.","Access the clipboard.","The Family of the Font.","Load and use fonts.","Track keyboard events.","Overlays for user interfaces.","Build interactive programs using The Elm Architecture.","The Stretch of the Font.","The Style of the Font.","Access the native system.","Handles a message and updates the state of the Program.","Implement your own event loop to drive a user interface.","Returns the widgets to display in the Program.","The Weight of the Font.","Build window-based GUI applications.","A clipboard action to be performed by some Command.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Read the current contents of the clipboard.","Read the current contents of the clipboard.","Read the current contents of primary.","Read the current contents of the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to primary.","Write the given contents to the clipboard.","An action that a Command can perform.","Run a clipboard action.","A set of asynchronous actions to be performed by some …","Run a Dnd action.","Run a Future to completion.","Load a font from its bytes.","Run a platform specific action","Run a Stream to completion.","Run a system action.","Run a widget action.","Run a window action.","Creates a Command that produces the Messages published …","A set of asynchronous actions to be performed by some …","The bytes of the font to load.","The message to produce when the font has been loaded.","Platform specific actions defined for wayland","phantom data variant in case the platform has not specific …","An action to be performed on the system.","End a Dnd operation.","Peek the current Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","End a Dnd operation.","Read the current contents of the Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","The actions of the Dnd operation.","The content of the Dnd operation.","The icon surface of the Dnd operation.","Whether the Dnd operation is internal.","The rectangles to register.","The source surface of the Dnd operation.","The surface to register.","","","","Glyphs in cursive fonts generally use a more informal …","An error while loading a font.","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","Load a font from its bytes.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","An overlay container that displays nested overlays","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The execution state of a Program. It leverages caching, …","The theme used to draw the Program.","Handles a message and updates the state of the Program.","Returns the widgets to display in the Program.","An operation to be performed on the system.","Contains informations about the system (e.g. system name, …","Query system information and produce T with the result.","Detailed processor model information","The number of physical cores on the processor","Model information for the active graphics adapter","Underlying graphics backend for rendering","Total RAM size, KB","Memory used by this process, KB","Operating system kernel version","The operating system name","Short operating system version number","Long operating system version","Reusable data of a specific UserInterface.","The UserInterface is outdated and needs to be rebuilt.","The resulting state after updating a UserInterface.","The UserInterface is up-to-date and can be reused without …","A set of interactive graphical elements with a specific …","The window::RedrawRequest when a redraw should be …","An operation to be performed on some window.","Change the window Icon.","Change the window Level.","Change the Mode of the window.","Close the window and exits the application.","Move the window with the left mouse button until the …","Fetch the raw identifier unique to the window.","Fetch if the current window is maximized or not.","Fetch if the current window is minimized or not.","Fetch the current Mode of the window.","Fetch the current logical dimensions of the window.","Bring the window to the front and sets input focus. Has no …","The id of the window.","Set the window to maximized or back","Set the window to minimized or back","Move the window to the given logical coordinates.","Request user attention to the window, this has no effect …","Resize the window to the given logical dimensions.","Data of a screenshot, captured with window::screenshot().","Screenshot the viewport of the window.","Show window menu at cursor position.","Spawns a new window with some Settings.","Toggle whether window has decorations.","Toggle the window to maximized or back","The bytes of the Screenshot.","Changes the Icon of the window.","Changes the window Level.","Changes the Mode of the window.","Closes the window with id.","Begins dragging the window while the left mouse button is …","Fetches an identifier unique to the window, provided by …","Fetches if the window is maximized.","Fetches if the window is minimized.","Fetches the current Mode of the window.","Fetches the window’s size in logical dimensions.","Subscribes to the frames of the window of the running …","Brings the window to the front and sets input focus. Has …","Maximizes the window.","Minimizes the window.","Moves the window to the given logical coordinates.","Request user attention to the window. This has no effect …","Resizes the window to the given logical dimensions.","Take screenshots of a window.","Captures a Screenshot from the window.","Show window menu at cursor position.","The size of the Screenshot.","Spawns a new window with the given settings.","Toggles the window decorations.","Toggles the window to maximized or back.","Errors that can occur when cropping a Screenshot.","The cropped region’s size is out of bounds.","Data of a screenshot, captured with window::screenshot().","The cropped region’s size is zero.","The bytes of the Screenshot.","The size of the Screenshot.","The amount of absolute offset in each direction of a …","Alignment of the scrollable’s content relative to it’s …","Both vertical and horizontal scrolling","The direction of Scrollable.","Content is aligned to the end of the Viewport","Horizontal scrolling","Properties of a scrollbar within a Scrollable.","The amount of relative offset in each direction of a …","A widget that can vertically display an infinite amount of …","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","Content is aligned to the start of the Viewport.","The local state of a Scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Vertical scrolling","The current Viewport of the Scrollable.","Returns the AbsoluteOffset of the current Viewport.","Returns the AbsoluteOffset of the current Viewport, but …","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","","","","","","Sets the alignment of the Scrollable .","","","","","","","","","","","","","","","","","","","","","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","","","","","","","","","","","Returns the bounds of the current Viewport.","","","","","","","","","","","","","","","","The Color of the scroller.","","","","","","Returns the content bounds of the current Viewport.","","","","","","","","","","","","","","","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","Draws a Scrollable.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Returns the Properties of the horizontal scrollbar, if any.","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes the layout of a Scrollable.","Sets the scrollbar margin of the Scrollable .","Computes the current mouse::Interaction of a Scrollable.","Creates new Properties for use in a Scrollable.","Creates a new State with the scrollbar(s) at the beginning.","Returns the RelativeOffset of the current Viewport.","Apply a scrolling offset to the current State, given the …","Produces a Command that scrolls the Scrollable with the …","Scroll to the provided AbsoluteOffset.","","Scrolls the Scrollable to a relative amount along the x …","Scrolls the Scrollable to a relative amount along the y …","The appearance of the Scroller of a scrollable.","Sets the scroller width of the Scrollable .","Returns whether any scroller is currently grabbed or not.","Produces a Command that snaps the Scrollable with the …","","Snaps the scroll position to a RelativeOffset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unsnaps the current scroll position, if snapped, given the …","Processes an Event and updates the State of a Scrollable …","Returns the Properties of the vertical scrollbar, if any.","Sets the scrollbar width of the Scrollable .","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The properties of the horizontal scrollbar.","The properties of the vertical scrollbar.","The appearance of a slider.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","An horizontal bar and a handle that selects a single value …","The local state of a Slider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","","","","","","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","","","The appearance of breakpoints.","","","","The Color of the handle.","The colors of the rail of the slider.","","","","","Produces the style of a slider that is being dragged.","Draws a Slider.","","","","","","","Returns the argument unchanged.","","","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","","Calls U::from(self).","","","","","","","","","Computes the current mouse::Interaction of a Slider.","Creates a new State.","The colors of the rail of the slider.","The shape of the handle.","","","","","","","","","Processes an Event and updates the State of a Slider …","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","An amount of empty space.","A Theme that uses a Custom palette.","The built-in dark variant.","The built-in light variant.","A built-in theme.","Change the appearance of an application.","Change the apperance of a button.","Change the appearance of a checkbox.","Change the appearance of a container.","Change the appearance of menus.","Change the appearance of a pane grid.","Change the appearance of a pick list.","Change the appearance of a progress bar.","Change the appearance of radio buttons.","Change the appearance of a rule.","Change the appearance of a scrollable.","Change the apperance of a slider.","Change the appearance of a svg.","Change the appearance of a text editor.","Change the appearance of a text input.","Use the built-in theme and styles.","Change the appearance of a toggler.","The appearance of an application.","The supported style of the StyleSheet.","A set of rules that dictate the style of an application.","Returns the Appearance of the application for the provided …","The background Color of the application.","The default icon Color of the application.","The default text Color of the application.","The appearance of a button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","Produces the disabled Appearance of a button.","Produces the hovered Appearance of a button.","The icon Color of the button.","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","The appearance of a checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","The Background of the checkbox.","The Border of hte checkbox.","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","The text Color of the checkbox.","The appearance of a container.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","The icon Color of the container.","The Shadow of the container.","The text Color of the container.","The appearance of a menu.","The supported style of the StyleSheet.","The style sheet of a menu.","Produces the Appearance of a menu.","The Background of the menu.","The Border of the menu.","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","The text Color of the menu.","The appearance of the hovered region of a pane grid.","A line.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Background of the pane region.","The Border of the pane region.","The Color of the Line.","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","The Line to draw when a split is picked.","The width of the Line.","The appearance of a pick list.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","The Background of the pick list.","The Border of the pick list.","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","The placeholder Color of the pick list.","The text Color of the pick list.","The appearance of a progress bar.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","Produces the style of a rule.","The color of the rule.","The FillMode of the rule.","The radius of the line corners.","The width (thickness) of the rule line.","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","The Color of the scroller.","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","The appearance of the Scroller of a scrollable.","The appearance of a slider.","The appearance of slider breakpoints.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","The appearance of breakpoints.","The color of the slider breakpoint.","The Color of the handle.","The colors of the rail of the slider.","Produces the style of a slider that is being dragged.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","The colors of the rail of the slider.","The shape of the handle.","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","The appearance of an SVG.","The supported style of the StyleSheet.","The stylesheet of a svg.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","The Background of the text editor.","The Border of the text editor.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","The Background of the text input.","The Border of the text input.","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Produces the style of a focused text input.","Produces the style of an hovered text input.","The icon Color of the text input.","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","Produces the Color of the value of a text input.","The style of an application.","A simple box.","The style of a button.","The style of a checkbox.","Colored text.","The style of a container.","A Theme with a customized Palette.","A Theme that uses a Custom palette.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","The danger style.","The danger style.","The built-in dark variant.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","No filtering to the rendered SVG.","The default style.","The default style.","The default style.","The default style.","The destructive style.","The built-in light variant.","The style of a menu.","A color palette.","The style of a pane grid.","The style of a pick list.","The positive style.","The primary style.","The primary style.","The primary style.","The style of a progress bar.","The style of a radio button.","The style of a rule.","The style of a scrollable.","The secondary style.","The secondary style.","The style of a slider.","The success style.","The success style.","Svg","The style of text.","The text style.","The style of a text input.","The style of a text input.","A built-in theme.","The style of a toggler.","No style.","The background Color of the Palette.","The danger Color of the Palette.","Define the colors of a theme.","The primary Color of the Palette.","The success Color of the Palette.","The text Color of the Palette.","A set of background colors.","A set of danger colors.","The built-in dark variant of an Extended palette.","The built-in light variant of an Extended palette.","An extended set of colors generated from a Palette.","Recommended background, icon, and text Color.","A color palette.","A set of primary colors.","A set of secondary colors.","A set of success colors.","The background Color of the Palette.","The set of background colors.","The base background color.","The base primary color.","The base secondary color.","The base success color.","The base danger color.","The background color.","The danger Color of the Palette.","The set of danger colors.","The icon color, which defaults to the text color.","Whether the palette is dark or not.","The primary Color of the Palette.","The set of primary colors.","The set of secondary colors.","A stronger version of the base background color.","A stronger version of the base primary color.","A stronger version of the base secondary color.","A stronger version of the base success color.","A stronger version of the base danger color.","The success Color of the Palette.","The set of success colors.","The text Color of the Palette.","The text color.","A weaker version of the base background color.","A weaker version of the base primary color.","A weaker version of the base secondary color.","A weaker version of the base success color.","A weaker version of the base danger color.","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","Returns the active Appearance of the toggler for the …","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","The appearance of an SVG.","A handle of Svg data.","The supported style of the StyleSheet.","The stylesheet of a svg.","A vector graphics image.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph.","Produces the Appearance of some text.","The Color of the text.","Draws text using the same logic as the Text widget.","Produces the layout::Node of a Text widget.","An interaction with an Editor.","The appearance of a text input.","Delete the previous character.","Click the Editor at the given Point.","The content of a TextEditor.","Delete the next character.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","Move to the end of the line.","Break the current line.","Move to the start of the line.","Insert the given character.","Move left.","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A multi-line text input.","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","Produces the style of an active text input.","","","","","","The Background of the text editor.","The Border of the text editor.","","","","","Returns the current cursor position of the Content.","","","","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","","","Produces the style of a focused text input.","Returns the argument unchanged.","","","Produces the style of an hovered text input.","","Calls U::from(self).","","","","","","","","Returns the text of the line at the given index, if it …","Returns the amount of lines of the Content.","Returns an iterator of the text of the lines in the Content…","Creates an empty Content.","Performs an Action on the Content.","Produces the Color of the placeholder of a text input.","Returns the selected text of the Content.","Produces the Color of the selection of a text input.","Returns the text of the Content.","","","","","","","","Produces the Color of the value of a text input.","Creates a Content with the given text.","The amount of lines to scroll.","The appearance of a text input.","The cursor of a text input.","The default Padding of a TextInput.","The content of the Icon.","The left side of a TextInput.","The right side of a TextInput.","The side of a TextInput.","The state of a TextInput.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A field that can be filled with text.","The value of a TextInput.","Produces the style of an active text input.","","","","","","","","","","","","","","","","","","","","","","","","","","The Background of the text input.","The Border of the text input.","","","","","","","","","","","","","","","","","","","","","","","","","","The unicode code point that will be used as the icon.","","","","","","Track the cursor of a text input.","Returns the Cursor of the TextInput.","","","","","","","","","","","","","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","Draws the TextInput with the given Renderer, overriding its","","","","","","","","","","","","Produces a Command that focuses the TextInput with the …","Focuses the TextInput.","","Produces the style of a focused text input.","Creates a new State, representing a focused TextInput.","The font that will be used to display the code_point.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Produces the style of an hovered text input.","The icon Color of the text input.","","","","","","Inserts a new char at the given grapheme index.","Inserts a bunch of graphemes at the given grapheme index.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the Value is empty or not.","Returns whether the TextInput is currently focused or not.","","Computes the layout of a TextInput.","Returns the total amount of graphemes in the Value.","Computes the current mouse::Interaction of the TextInput.","Produces a Command that moves the cursor of the TextInput …","","Moves the Cursor of the TextInput to an arbitrary location.","Produces a Command that moves the cursor of the TextInput …","","Moves the Cursor of the TextInput to the end of the input …","Produces a Command that moves the cursor of the TextInput …","","Moves the Cursor of the TextInput to the front of the …","Creates a new Value from a string slice.","Creates a new State, representing an unfocused TextInput.","Returns the position of the next end of a word from the …","Produces the Color of the placeholder of a text input.","Returns the position of the previous start of a word from …","Removes the grapheme at the given index.","Removes the graphemes from start to end.","Returns a new Value with all its graphemes replaced with …","Returns a new Value containing the graphemes from start …","Produces a Command that selects all the content of the …","","Selects all the content of the TextInput.","Returns the current selection of the Cursor for the given …","Produces the Color of the selection of a text input.","The side of a TextInput where to display the Icon.","The font size of the content.","The spacing between the Icon and the text in a TextInput.","Returns the State of the Cursor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unfocuses the TextInput.","Returns a new Value containing the graphemes until the …","Processes an Event and updates the State of a TextInput …","Produces the Color of the value of a text input.","The cursor of a text input.","Cursor without a selection","Cursor selecting a range of text","The state of a Cursor.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","The end of the selection","The start of the selection","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","A toggler widget.","Returns the active Appearance of the toggler for the …","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","The tooltip will appear on the bottom of the widget.","The tooltip will follow the cursor.","The tooltip will appear on the left of the widget.","The position of the tooltip. Defaults to following the …","The tooltip will appear on the right of the widget.","An element to display a widget over another.","The tooltip will appear on the top of the widget.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of a slider.","A circular handle.","The appearance of the handle of a slider.","The shape of the handle of a slider.","A rectangular shape.","The local state of a VerticalSlider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","An vertical bar and a handle that selects a single value …","Produces the style of an active slider.","","","","","","The border Color of the handle.","The border width of the handle.","","","The appearance of breakpoints.","","","","The Color of the handle.","","","","","Produces the style of a slider that is being dragged.","Draws a VerticalSlider.","","","","","","","Returns the argument unchanged.","","","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","","Calls U::from(self).","","","","","","","","","Computes the current mouse::Interaction of a VerticalSlider…","Creates a new State.","The colors of the rail of the slider.","The shape of the handle.","","","","","","","","","Processes an Event and updates the State of a …","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","An interactive, native cross-platform application.","A buffer for short-term storage and transfer within and …","An error that occurred while running an application.","The futures executor could not be created.","The data needed to initialize your Application.","The application graphics context could not be created.","An event loop proxy that implements Sink.","The settings of an application.","The application window could not be created.","","","","","Create interactive, native cross-platform applications.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Access the clipboard.","","","","","","","","","Creates a new Clipboard for the given window.","Convert winit types into iced_runtime types, and viceversa.","","","","","","","","","","","","","","","The data needed to initialize an Application.","","","","","The fonts to load on boot.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","The identifier of the application.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Initializes the Application with the flags provided to run …","Creates a new Proxy from an EventLoopProxy.","","","","","","Reads the current content of the Clipboard as text.","","Reads the current content of the Primary as text.","","","","Returns the scale factor of the Application.","","","Configure your application.","","","Returns the Style variation of the Theme.","Returns the event Subscription for the current state of the","Returns the current Theme of the Application.","Returns the current title of the Application.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Clipboard that isn’t associated with a …","The window::Settings.","Writes the given text contents to the Clipboard.","","","","Writes the given text contents to the Primary.","","An interactive, native cross-platform application.","Dnd Event","The data needed to initialize your Application.","Application Message","CLipboard Message","The state of a windowed Application.","Wrapper aroun application Messages to allow for more …","","","","","","","","","","","Returns the current background Color of the State.","","","","","Builds a UserInterface for the provided Application, …","","","","","Returns the current cursor position of the State.","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the current icon Color of the State.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the logical Size of the Viewport of the State.","Returns the current keyboard modifiers of the State.","Initializes the Application with the flags provided to run …","Creates a new State for the provided Application and …","Returns the physical Size of the Viewport of the State.","Returns true if the provided event should cause an …","Runs an Application with an executor, compositor, and the …","Runs the actions of a Command.","Returns the current scale factor of the Viewport of the …","Returns the scale factor of the Application.","Returns the Style variation of the Theme.","Returns the event Subscription for the current state of the","subscription mapper helper","Synchronizes the State with its Application and its …","Returns the current text Color of the State.","Returns the current Theme of the Application.","Returns the current theme of the State.","Returns the current title of the Application.","Returns the current title of the State.","","","","","","","","","","","","","","","Updates an Application by feeding it the provided …","Processes the provided window event and updates the State …","Returns the current Viewport of the State.","Returns the version of the Viewport of the State.","the actions of the dnd","the content of the dnd","the icon if any This is actually an Element","internal dnd","the surface the dnd is started from","A buffer for short-term storage and transfer within and …","Converts a physical cursor position to a logical Point.","Converts a window::Mode to a winit fullscreen mode.","Converts some window::Icon into it’s winit counterpart.","Converts a VirtualKeyCode from winit to an iced key code.","Converts a winit fullscreen mode to a window::Mode.","Converts some ModifiersState from winit to an iced …","Converts a MouseButton from winit to an iced mouse button.","Converts a mouse::Interaction to a winit cursor icon.","Converts a window::Position to a winit logical position …","Converts a Touch from winit to an iced touch event.","Converts some UserAttention into it’s winit counterpart.","Converts a window::Mode to a visibility flag.","Converts a winit window event into an iced event.","Converts a window::Level to a winit window level.","Converts some window::Settings into a WindowBuilder from …","An antialiasing strategy.","The graphics backend of a Renderer.","An error occured in the context’s internal backend","A cached primitive.","A clip primitive","A graphics compositor that can draw to windows.","A backend-specific primitive.","A type that has some damage bounds.","An editor primitive","An error that occurred while creating an application’s …","A fill which linearly interpolates colors along a …","A mesh with a gradient.","A suitable graphics adapter or device could not be found.","A group of primitives","An image primitive","A linear gradient interpolates colors along a direction …","Multisample AA with 16 samples","Multisample AA with 2 samples","Multisample AA with 4 samples","Multisample AA with 8 samples","A low-level primitive to render a mesh of triangles.","Failed to find any pixel format that matches the criteria.","A paragraph primitive","A rendering primitive.","The custom kind of primitives this Backend supports.","A quad primitive","A raw cosmic-text primitive","A backend-agnostic renderer that supports all the built-in …","The iced renderer of the backend.","The settings of the backend.","A mesh with a solid color.","The surface of the backend.","An SVG primitive","A text primitive","A 2D transformation matrix.","A primitive that applies a translation","The requested backend version is not supported.","A viewing region for displaying computer graphics.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Write a graphics backend.","Returns a reference to the Backend of the Renderer.","","","","","","","","","","","","","","","","","Returns the bounds of the Damage.","","","","","","","","","","","","Creates a Primitive::Clip.","","","","","","","","","","","","","Manage colors for shaders.","","","","","","","","","A compositor is responsible for initializing a renderer …","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","Track and compute the damage of graphical primitives.","","","","","","","","","","","","","","","","","","","","","","","Enqueues the given Primitive in the Renderer for drawing.","","","","","","","","","Ends the recording of a layer.","Ends the recording of a translation.","","","","","","","","","Returns Information used by this Compositor.","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Build and draw geometry.","A gradient that can be used as a fill for some geometry.","Creates a Primitive::Group.","Get the identity transformation.","Load and operate on images.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls 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 logical size of the Viewport.","Draw triangles!","","Creates a new Compositor.","Creates a new Renderer from the given Backend.","Creates an orthographic projection.","Packs the Gradient for use in shader code.","Returns the physical height of the Viewport.","Returns the physical size of the Viewport.","Returns the physical width of the Viewport.","Presents the Renderer primitives to the next frame of the …","Returns the projection transformation of the Viewport.","Create a renderer from a Backend.","Returns the amount of samples of the Antialiasing.","Creates a scale transformation.","Returns the scale factor of the Viewport.","Screenshots the current Renderer primitives to an …","Starts recording a new layer.","Starts recording a translation.","Draw text.","","","","","","","","","Creates a Primitive::Translate.","Creates a translate transformation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Viewport with the given logical dimensions …","Creates a new Viewport with the given physical dimensions …","Runs the given closure with the Backend and the recorded …","","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","The background of the quad","The Border of the quad","The border radii of the image","The bounds of the text.","The bounds of the quad","The bounds of the image","The bounds of the viewport","The bounds of the clip","The clip bounds of the text.","The clip bounds of the paragraph.","The clip bounds of the editor.","The color of the text.","The color of the paragraph.","The color of the editor.","The Color filter","The contents of the text.","The content of the clip","The primitive to translate","The cached primitive","The editor::Weak reference.","The filter method of the image","The font of the text.","The handle of the image","The path of the SVG file","The horizontal alignment of the text.","The line height of the text.","The paragraph::Weak reference.","The position of the paragraph.","The position of the editor.","The primitives of the group","The Shadow of the quad","The shaping strategy of the text.","The size of the text in logical pixels.","The translation vector","The vertical alignment of the text.","The graphics backend of a Renderer.","A graphics backend that supports image rendering.","The custom kind of primitives this Backend supports.","A graphics backend that supports SVG rendering.","A graphics backend that supports text rendering.","Returns the dimensions of the provided image.","Loads a font from its bytes.","Returns the viewport dimensions of the provided SVG.","A flag that indicates whether the renderer should perform …","A color packed as 4 floats representing RGBA channels.","","","","","","","","","","","Returns the internal components of the Packed color.","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","Packs a Color.","","","","","","","","","A graphics compositor that can draw to windows.","Contains information about the graphics (e.g. graphics …","Invalid dimensions","The swap chain has been lost and needs to be recreated.","There is no more memory left to allocate a new frame.","The underlying surface has changed, and therefore the …","Present Error","The iced renderer of the backend.","Resize Error","The settings of the backend.","The surface of the backend.","Result of an unsuccessful call to Compositor::present.","A timeout was encountered while trying to acquire the next …","A window that can be used in a Compositor.","","","Contains the graphics adapter.","","","","","","","","","Contains the graphics backend.","","","","","","","","","","","Configures a new Surface with the given dimensions.","Creates a Self::Renderer for the Compositor.","Crates a new Surface for the given window.","","","","","","","","","","","Returns Information used by this Compositor.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Creates a new Compositor.","Presents the Renderer primitives to the next frame of the …","Screenshots the current Renderer primitives to an …","","","","","","","","","","","","","","","","","","Alignment on the axis of a container.","The black color.","The background of some element.","A border.","Align at the center of the axis.","A buffer for short-term storage and transfer within and …","A color in the sRGB color space.","A solid color.","Scale as big as it can be without needing to crop or hide …","The strategy used to fit the contents of a widget to its …","Scale the image to cover all of the bounding box, cropping …","Degrees","A DnD event.","A generic Widget.","Align at the end of the axis.","A user interface event.","Distort the image so the widget is 100% covered without …","Fill all the remaining space","Fill a portion of the remaining space relative to other …","Fill a fixed amount of space","A font.","A fill which transitions colors progressively along a …","Linearly interpolate between several colors.","The hasher used to compare layouts.","A Size with infinite width and height.","A keyboard event","The bounds of a Node and its children, using absolute …","The strategy used to fill space in a specific dimension.","A linear gradient interpolates colors along a direction at …","A mouse event","Don’t resize or scale the image at all.","The origin (i.e. a Point at (0, 0)).","An interactive component that can be displayed on top of …","An amount of space to pad for each side of a box","An amount of logical pixels.","A platform specific event","A 2D point.","The range of radians of a circle.","Radians","A rectangle.","A component that can be used by widgets to draw themselves …","Scale the image down if it’s too big for the space, but …","A shadow.","A connection to the state of a shell.","Fill the least amount of space","An amount of space in 2 dimensions.","A SmolStr is a string type that has the following …","Align at the start of the axis.","A color with no opacity.","A paragraph.","A touch event","A Size with a width and height of 1 unit.","A 2D vector.","The white color.","A component that displays information and allows …","A window event","Padding of zero","A Size with zero width and height.","The zero Vector.","Transparency, 0.0 - 1.0","","","","","","","","","","","","","","","","","","","","","","","","","","Align and position widgets.","Returns whether the widgets of the current application …","Returns the area of the Rectangle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the Widget of the Element,","Returns a mutable reference to the Widget of the Element,","Blue component, 0.0 - 1.0","","The blur radius of the shadow.","Draw lines around containers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bottom padding","Returns the bounds of the Layout.","The bounds of the paragraph.","","","","","","","","","","","","","","","","","","","","","","","Returns the Point at the center of the Rectangle.","Returns the X coordinate of the Point at the center of the …","Returns the Y coordinate of the Point at the center of the …","Returns the state Tree of the children of the Widget.","Returns an iterator over the Layout of the children of a …","Clears all of the recorded primitives in the Renderer.","Access the clipboard.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The color of the border.","The color of the shadow.","Creates a Color with shorter and cleaner syntax.","","","","","","","","","","","","","","","","","","","","","","","Returns true if the given Point is contained in the …","Returns true if the given Point is contained in the …","The content of the paragraph.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Reconciliates the Widget with the provided Tree.","Computes the distance to another Point.","Adds the drag destination rectangles of the widget. Runs …","Draws the Overlay using the associated Renderer.","Draws the Widget using the associated Renderer.","","","","","","","","","","","","","","","","","","","","","","","Ends a DnD operation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Handle events of a user interface.","Expands the Rectangle a given amount.","Expands this Size by the given amount.","Marks the Element as to-be-explained.","The Family of the Font.","Returns the fill factor of the Length.","Fills a Quad with the provided Background.","","Attempt to apply the given fit for a content size within …","Fits the Padding between the provided inner and outer Size.","Returns the “fluid” variant of the Length.","","","","","","","","","","","","","","","","","","","","","","Load and use fonts.","The font of the Text.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Color from its linear RGBA components.","Creates a Color from its RGB components.","Creates a Color from its RGB8 components.","Creates a Color from its RGBA components.","Creates a Color from its RGB8 components and an alpha …","","","","","","","","","","","","","","","","","","","","","","","","Green component, 0.0 - 1.0","Colors that transition progressively.","","","","Height of the rectangle.","The height.","Returns the total amount of horizontal Padding.","The horizontal alignment of the Text.","Widget and Window IDs.","Returns the id of the widget","Load and draw raster graphics.","","","","","","","","","","","","","","","","","","","","","","","Computes the intersection with the given Rectangle.","Returns whether the Rectangle intersects with the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts the Color into its linear values.","Converts the Color into its RGBA8 equivalent.","","","","","","","","","","","","","","","","","","","","","","","Invalidates the current application layout.","Invalidates the current application widgets.","Returns the inverted Color.","Inverts the Color in-place.","Returns true if the Shell contains no published messages","Returns true iff the Length is either Length::Fill or","Returns whether the current layout is invalid or not.","Returns true if the cursor is over the Overlay.","Returns true if the current Rectangle is completely within …","Returns true if the current Rectangle is completely within …","Listen to keyboard events.","Position your widgets properly.","Returns the layout Node of the Overlay.","Returns the layout::Node of the Widget.","Left padding","The line height of the Text.","Applies a transformation to the produced message of the …","Returns the maximum of each component of this size and …","Merges the current Shell with another one by applying the …","Returns the minimum of each component of this size and …","Handle mouse events.","Returns the current mouse::Interaction of the Overlay.","Returns the current mouse::Interaction of the Widget.","","","Adjust the opacity of the gradient by a multiplier applied …","Creates a new Element containing the given Widget.","Creates a new Layout for the given Node at the origin.","Creates a new Color.","Create a Padding that is equal on all sides","Creates a new Point with the given coordinates.","Creates a new Rectangle with its top-left corner in the …","Creates a new Shell with the provided buffer of messages.","Creates a new Size with the given width and height.","Creates a new Vector with the given components.","The offset of the shadow.","Processes a runtime Event.","Processes a runtime Event.","Applies an Operation to the Overlay.","Applies an Operation to the Widget.","Display interactive elements on top of other widgets.","Returns the nested overlay of the Overlay, if there is any.","Returns the overlay of the Widget, if there is any.","","","","Consider using peek_dnd instead Peeks the data on the DnD …","Returns the position of the Layout.","Returns the position of the top left corner of the …","Publish the given Message for an application to process it.","Red component, 0.0 - 1.0","The radius of the border.","Reads the current content of the Clipboard as text.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Consider using read_primary_data instead Reads the current …","Returns the request a redraw should happen, if any.","Starts a DnD operation.","Write your own renderer.","Requests a new frame to be drawn.","Triggers the given function if the layout is invalid, …","Right padding","Set the final action for the DnD operation. Only should be …","Sets the id of the widget This may be called while diffing …","The Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","Returns the Size of the Rectangle.","The size of the Text in logical pixels.","Returns a Size hint for laying out the Widget.","Snaps the Rectangle to unsigned integer coordinates.","Registers Dnd destinations","Returns the State of the Widget.","The Stretch of the Font.","The Style of the Font.","","","","","","Load and draw vector graphics.","Returns the Tag of the Widget.","Draw and interact with text.","Keep track of time, both in native and web platforms!","Calculates the line in which the angle intercepts the …","","","","","","","","","","","","","","","","","","","","","","Top padding","Build touch events.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes the union with the given Rectangle.","Returns the total amount of vertical Padding.","The vertical alignment of the Text.","The Weight of the Font.","Create custom widgets and operate on them.","The width of the border.","Width of the rectangle.","The width.","Build window-based GUI applications.","Draws the primitives recorded in the given closure in a …","Creates a new Layout for the given Node with the provided …","Creates a new default Border with the given Radius.","Creates a new Rectangle with its top-left corner at the …","Applies a translation to the primitives recorded in the …","Writes the given text contents to the Clipboard.","","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The X coordinate.","X coordinate of the top-left corner.","The X component of the Vector","The Y coordinate.","Y coordinate of the top-left corner.","The Y component of the Vector","Alignment on the axis of a container.","Align bottom","Align at the center of the axis.","Horizontally centered","Vertically centered","Align at the end of the axis.","The horizontal Alignment of some resource.","Align left","Align right","Align at the start of the axis.","Align top","The vertical Alignment of some resource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A border.","The border radii for the corners of a graphics primitive …","","","","","","","","","","","The color of the border.","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The radius of the border.","","","","","","","","","The width of the border.","A buffer for short-term storage and transfer within and …","A list of DnD destination rectangles.","Source of a DnD operation.","A null implementation of the Clipboard trait.","A surface is the source of the DnD operation.","A widget is the source of the DnD operation.","","","","Appends the list of DnD destination rectangles to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Ends a DnD operation.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the list of DnD destination rectangles. This …","","","","Creates a new DndDestinationRectangles.","Reads the current content of the primary Clipboard.","Consider using peek_dnd instead Peeks the data on the DnD …","Pushes a new rectangle to the list of DnD destination …","Reads the current content of the Clipboard as text.","","Reads the current content of the Clipboard.","Consider using read_data instead Reads the current content …","Read the current content of the primary Clipboard as text.","Reads the current content of the primary Clipboard.","Consider using read_primary_data instead Reads the current …","Starts a DnD operation.","Set the final action for the DnD operation. Only should be …","Starts a DnD operation. icon surface is a tuple of the …","Registers Dnd destinations","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new DndDestinationRectangles with the given …","Writes the given text contents to the Clipboard.","","Writes the given contents to the Clipboard.","Writes the given text contents to the primary Clipboard.","Writes the given text contents to the primary Clipboard.","The Event was handled and processed by a widget.","A DnD event.","A user interface event.","The Event was NOT handled by any widget.","A keyboard event","Describes an event specific to MacOS","A MacOS specific event","A mouse event","A platform specific event","A platform specific event","Triggered when the app receives an URL from the system","The status of an Event after being processed.","A touch event","A window event","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Merges two Status into one.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","The Family of the Font.","The Stretch of the Font.","The Style of the Font.","The Weight of the Font.","A point along the gradient vector where the specified color…","A fill which transitions colors progressively along a …","A linear gradient.","A linear gradient interpolates colors along a direction at …","","","Adds a new ColorStop, defined by an offset and a color, to …","Adds multiple ColorStops to the gradient.","How the Gradient is angled within its bounds.","","","","","","","","","","","","","","","","","","","The color of the gradient at the specified offset.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Creates a new Linear gradient with the given angle in …","Offset along the gradient vector.","ColorStops along the linear gradient path.","","","","","","","","","","","","","","","","","a custom id, which is equal to any Id with a matching …","The identifier of a generic widget.","Similar to PartialEq, but only intended for use when …","Internal representation of an Id.","XXX Do not use this as an id for an accessibility node, it …","a unique id","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Compare two Ids for equality based on their number or name","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Creates a custom Id.","resets the id counter","","","","","","","","","","","","","","","","","","Creates a unique Id.","get window node id that won’t conflict with other node …","A wrapper around raw image data.","In-memory data","The data of a raster image.","Image filtering strategy.","A handle of some image data.","The image Handle to be displayed. Iced exposes its own …","Bilinear interpolation.","Nearest neighbor.","File data","A Renderer that can render raster graphics.","Decoded image pixels in RGBA format.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the image Data.","","","","","","","","","","","Returns the dimensions of an image for the given Handle.","Draws an image with the given Handle and inside the …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Creates an image Handle containing the image data directly.","Creates an image Handle pointing to the image of the given …","Creates an image Handle containing the image pixels …","","","","","","","","","Returns the unique identifier of the Handle.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates new Bytes around data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The height of the image.","The pixels.","The width of the image.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The standard group of keys on the keyboard.","An unidentified key.","Identify keyboard keys.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","The Accept (Commit, OK) key. Accept current option or …","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","The Application switch key, which provides a list of …","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","Toggle between muted state and prior volume level. (…","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","Used to remove the character to the left of the cursor. …","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Navigate to previous content or page in current history. (…","Open the list of browser favorites. (…","Navigate to next content or page in current history. (…","Go to the user’s preferred home page. (…","Refresh the current page or content. (…","Call up the user’s preferred search page. (…","Stop loading the current page or content. (…","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …","The Compose key, also known as “Multi_key” on the X …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Convert the current input method sequence.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Used to delete the character to the right of the cursor. …","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Toggle removable media to eject (open) and insert (close) …","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","The Enter or key. Used to activate current selection …","The Erase to End of Field key. This key deletes all …","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Open the Find dialog. (APPCOMMAND_FIND)","The Function switch Fn key. Activating this key …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","The Home key, used with keyboard entry, to go to start of …","","Toggle display of information about currently selected …","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","The Katakana (Japanese Kana characters) key.","A key on the keyboard.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","Seek to next media or program track. (…","Seek to previous media or program track. (…","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","Toggle between or cycle through input modes of IMEs.","A named key.","A key with an established name.","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","The NumLock or Number Lock key. Used to toggle numpad mode …","Access on-demand content or programs. (VK_ON_DEMAND)","Open an existing document or message. (APPCOMMAND_OPEN)","Scroll down or display next page of content.","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","The Paste key. (APPCOMMAND_PASTE)","Pause the current state or application (as appropriate).","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","","Print the current document or message. (APPCOMMAND_PRINT)","Initiate print-screen function.","","The properties (Props) key.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","Toggle RF (radio frequency) input bypass mode (pass RF …","The Roman characters function key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Toggle between scrolling and cursor movement modes.","","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","Undo the last action. (APPCOMMAND_UNDO)","An unidentified key.","Advance video mode to next available mode. (…","","The WakeUp key. (KEYCODE_WAKEUP)","Cause device to identify itself in some manner, e.g., …","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","The bounds of a Node and its children, using absolute …","A set of size constraints for layouting.","No limits","The bounds of an element and its children.","","","Aligns the Node in the given space.","Mutable reference version of Self::align.","","","","","","","","","Computes the resulting Node that fits the Limits given …","","","","","Returns the bounds of the Node.","","","Returns the children of the Node.","","","","","","","Computes the resulting Node that fits the Limits given …","Creates a new Node that wraps a single child with some …","","","","","","","","","Distribute elements using a flex-based layout.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Applies a height constraint to the current Limits.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Removes the minimum width constraint for the current Limits…","Returns the maximum Size of the Limits.","Applies a maximum height constraint to the current Limits.","Applies a maximum width constraint to the current Limits.","Returns the minimum Size of the Limits.","Applies a minimum height constraint to the current Limits.","Applies a minimum width constraint to the current Limits.","Moves the Node to the given position.","Mutable reference version of Self::move_to.","Creates new Limits with the given minimum and maximum Size.","Creates a new Node with the given Size.","Produces a Node with two children nodes one right next to …","Computes the Node that fits the Limits given some width, …","Computes a padded Node with a positioning step.","Computes the resulting Size that fits the Limits given …","Shrinks the current Limits by the given Size.","Returns the Size of the Node.","Computes the resulting Node that fits the Limits given …","","","Translates the Node by the given translation.","","","","","","","","","","","","","","","Applies a width constraint to the current Limits.","Creates a new Node with the given Size and children.","The main axis of a flex layout.","The horizontal axis","The vertical axis","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Computes the flex layout with the given axis and limits, …","","","","","","","","The cursor has a defined position.","The back mouse button.","The button of a mouse.","A mouse button was pressed.","A mouse button was released.","A mouse click.","","The mouse cursor state.","The mouse cursor entered the window.","The mouse cursor left the window.","The mouse cursor was moved","A mouse event.","The forward mouse button.","","","","The interaction of a mouse cursor.","The left mouse button.","A line-based scroll movement","The middle (wheel) button.","","Some other button.","A pixel-based scroll movement","","","","The right mouse button.","A scroll movement.","","The cursor is currently unavailable (i.e. out of bounds or …","The mouse wheel was scrolled.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Track mouse clicks.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","Calls 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 Cursor is over the given bounds.","Returns the Kind of Click.","Creates a new Click with the given position and previous …","","Returns the position of the Click.","Returns the absolute position of the Cursor, if available.","Returns the relative position of the Cursor from the given …","Returns the relative position of the Cursor inside the …","Returns the absolute position of the Cursor, if available …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The scroll movement.","The new position of the mouse cursor","The number of horizontal lines scrolled","The number of horizontal pixels scrolled","The number of vertical lines scrolled","The number of vertical pixels scrolled","A mouse click.","A double click","The kind of mouse click.","A single click","A triple click","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","A generic Overlay.","An Overlay container that displays multiple overlay …","An interactive component that can be displayed on top of …","","","","","","","","","","","","","","","","","","","","","","","","Draws the Overlay using the associated Renderer.","Draws the Element and its children using the given Layout.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns a Group of overlay Element children.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if the cursor is over the Element.","","Returns true if the cursor is over the Overlay.","Returns the layout Node of the Overlay.","Computes the layout of the Element in the given bounds.","","Applies a transformation to the produced message of the …","Returns the current mouse::Interaction of the Element.","","Returns the current mouse::Interaction of the Overlay.","Creates a new Element containing the given Overlay.","Creates an empty Group.","Processes a runtime Event.","","Processes a runtime Event.","Applies a widget::Operation to the Element.","","Applies an Operation to the Overlay.","Returns the nested overlay of the Element, if there is any.","Turns the Group into an overlay overlay::Element.","","Returns the nested overlay of the Overlay, if there is any.","Returns the position of the Element.","Adds an overlay::Element to the Group.","Translates the Element.","","","","","","","","","","","","","","","Creates a Group with the given elements.","A renderer that does nothing.","A polygon with four sides.","A component that can be used by widgets to draw themselves …","The styling attributes of a Renderer.","","","","","","","","","","","","","","","","The Border of the Quad.","","","","","","","The bounds of the Quad.","","","","Clears all of the recorded primitives in the Renderer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Fills a Quad with the provided Background.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","The color to apply to symbolic icons.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Null renderer.","The scale factor","The Shadow of the Quad.","The text color","","","","","","","","","","","","","","","","","","","","","","","","","Draws the primitives recorded in the given closure in a …","","Applies a translation to the primitives recorded in the …","","In-memory data","The data of a vectorial image.","A handle of Svg data.","File data","A Renderer that can render vector graphics.","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the SVG Data.","","","","","Returns the default dimensions of an SVG for the given …","Draws an SVG with the given Handle, an optional Color …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Creates an SVG Handle from raw bytes containing either an …","Creates an SVG Handle pointing to the vector image of the …","","","","","Returns the unique identifier of the Handle.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The char representing a ▼ icon in the built-in ICON_FONT.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","No shaping and no font fallback.","A bounds difference.","The char representing a ✔ icon in the ICON_FONT.","The point was within the bounds of the returned character …","The difference detected in some text.","A component that can be used by widgets to edit multi-line …","The Editor of this Renderer.","The font of this Paragraph.","The font of the Editor.","The font type used.","The output of the Highlighter.","A type capable of highlighting text.","The result of hit testing on text.","The icon font of the backend.","The highlight iterator type.","The height of a line of text in a paragraph.","No difference.","A text paragraph.","The Paragraph of this Renderer.","The Raw of this Renderer.","A factor of the size of the text.","A renderer capable of measuring and drawing Text.","The settings to configure the Highlighter.","A shape difference.","The shaping strategy of some text.","A paragraph.","","","","","","","","","","","","","","","Returns the current boundaries of the Editor.","The bounds of the paragraph.","","","Notifies the Highlighter that the line at the given index …","","","","","Compares the Paragraph with some desired Text and returns …","","","The content of the paragraph.","Returns the current line of the Highlighter.","Returns the current Cursor of the Editor.","Computes the cursor position of the Hit .","Returns the current cursor position of the Editor.","Returns the default Self::Font.","Returns the default size of Text.","","","","","","","Edit text.","","","","","","Draws the given Editor at the given position and with the …","Draws the given Paragraph at the given position and with …","Draws the given Raw","Draws the given Text at the given position and with the …","","","The font of the Text.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the distance to the given grapheme index in the …","Runs a text Highlighter in the Editor.","Highlights the given line.","Highlight text.","Tests whether the provided point is within the boundaries …","Returns the horizontal alignment of the Paragraph.","The horizontal alignment of the Text.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","The line height of the Text.","Loads a Self::Font from its bytes.","Returns the minimum boundaries that can fit the contents …","Returns the minimum height that can fit the contents of …","Returns the minimum width that can fit the contents of the …","Creates a new Highlighter from its Self::Settings.","Performs an Action on the Editor.","Lays out the Paragraph with some new boundaries.","Returns the current selected text of the Editor.","The Shaping strategy of the Text.","The size of the Text in logical pixels.","","","","","","","","","","","","","","","","","Updates the Editor with some new attributes.","Updates the Highlighter with some new Self::Settings.","Updates the Paragraph to match the given Text, if needed.","Returns the vertical alignment of the Paragraph.","The vertical alignment of the Text.","Creates a new Paragraph laid out with the given Text.","Creates a new Editor laid out with the given text.","An interaction with an Editor.","Delete the previous character.","Cursor without a selection","Click the Editor at the given Point.","The cursor of an Editor.","Delete the next character.","A direction in some text.","Move to the end of the text.","Move to the start of the text.","Move down.","Drag the mouse on the Editor to the given Point.","An action that edits text.","Perform an Edit.","A component that can be used by widgets to edit multi-line …","Move to the end of the line.","Break the current line.","The font of the Editor.","Move to the start of the line.","Insert the given character.","Move left.","<-","A cursor movement.","Apply a Motion.","Move to the start of the next window.","Move to the start of the previous window.","Paste the given text.","Move right.","->","Scroll the Editor a certain amount of lines.","Select text with a given Motion.","Select the line at the current cursor.","Select the word at the current cursor.","Cursor selecting a range of text","Move up.","Move to the left boundary of a word.","Move to the right boundary of a word.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the current boundaries of the Editor.","","","","","","","","","","","","","","","","","","","","","Returns the current Cursor of the Editor.","Returns the current cursor position of the Editor.","","","","","","","","","","","Returns the Direction of the Motion.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Runs a text Highlighter in the Editor.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the Action is an editing action.","Returns the text of the given line in the Editor, if it …","Returns the amount of lines in the Editor.","Performs an Action on the Editor.","Returns the current selected text of the Editor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Updates the Editor with some new attributes.","Widens the Motion, if possible.","Creates a new Editor laid out with the given text.","The amount of lines to scroll.","The format of some text.","The output of the Highlighter.","A type capable of highlighting text.","The highlight iterator type.","A highlighter that highlights nothing.","The settings to configure the Highlighter.","","","","","","","","","","","","","","","","","Notifies the Highlighter that the line at the given index …","","","","","","The Color of the text.","","","Returns the current line of the Highlighter.","","","","","","","","","","","","The Font of the text.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Highlights the given line.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Creates a new Highlighter from its Self::Settings.","","","","","","","","","","","","","","","","","","Updates the Highlighter with some new Self::Settings.","","A Duration type to represent a span of time, typically …","A measurement of a monotonically nondecreasing clock. …","The maximum duration.","The duration of one microsecond.","The duration of one millisecond.","The duration of one nanosecond.","The duration of one second.","A duration of zero time.","Computes the absolute difference between self and other.","","","Panics","","","","","","","","","","","","Returns the total number of whole microseconds contained …","Returns the total number of whole milliseconds contained …","Returns the number of milliseconds contained by this …","Returns the number of milliseconds contained by this …","Returns the total number of nanoseconds contained by this …","Returns the number of whole seconds contained by this …","Returns the number of seconds contained by this Duration …","Returns the number of seconds contained by this Duration …","","","","","","","Returns Some(t) where t is the time self + duration if t …","Checked Duration addition. Computes self + other, …","Checked Duration division. Computes self / other, …","Returns the amount of time elapsed from another instant to …","Checked Duration multiplication. Computes self * other, …","Returns Some(t) where t is the time self - duration if t …","Checked Duration subtraction. Computes self - other, …","","","","","","","","","","","","","","","","","","","Divide Duration by Duration and return f32.","Divide Duration by Duration and return f64.","Divide Duration by f32.","Divide Duration by f64.","","","Returns the amount of time elapsed from another instant to …","Returns the amount of time elapsed since this instant.","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Creates a new Duration from the specified number of days.","Creates a new Duration from the specified number of hours.","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of whole …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","","","Creates a new Duration from the specified number of weeks.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns true if this Duration spans no time.","","","Multiplies Duration by f32.","Multiplies Duration by f64.","Creates a new Duration from the specified number of whole …","Returns an instant corresponding to “now”.","","","Saturating Duration addition. Computes self + other, …","Returns the amount of time elapsed from another instant to …","Saturating Duration multiplication. Computes self * other, …","Saturating Duration subtraction. Computes self - other, …","","","Returns the amount of time elapsed from another instant to …","","","","Returns the fractional part of this Duration, in whole …","Returns the fractional part of this Duration, in whole …","Returns the fractional part of this Duration, in …","","","","","","","","","The checked version of from_secs_f32.","The checked version of from_secs_f64.","","","","","","","","","","","A touch interaction.","A unique identifier representing a finger on a touch …","A touch interaction was ended.","A touch interaction was canceled.","An on-going touch interaction was moved.","A touch interaction was started.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The identifier of a generic widget.","Widget Id","Application Message","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A paragraph of text.","A persistent state widget tree.","A component that displays information and allows …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the state Tree of the children of the Widget.","The children of the root widget of the Tree.","","","","","","Operates on a widget that contains other widgets.","Operates on a custom widget.","","","","","","","Reconciliates the Widget with the provided Tree.","Reconciliates the current tree with the provided Widget.","Reconciles the children of the tree with the provided list …","Reconciliates the children of the tree with the provided …","Adds the drag destination rectangles of the widget. Runs …","Draws the Widget using the associated Renderer.","","","","","Creates an empty, stateless Tree with no children.","Finds a widget state in the tree by its id.","Finishes the Operation and returns its Outcome.","","Operates on a widget that can be focused.","Sets the Font of the Text.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Sets the height of the Text boundaries.","Sets the alignment::Horizontal of the Text.","","Returns the id of the widget","the Id of the Tree","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Returns the layout::Node of the Widget.","","Sets the LineHeight of the Text.","Returns the current mouse::Interaction of the Widget.","Create a new fragment of Text with the given contents.","Creates a new Tree for the provided Widget.","Processes a runtime Event.","Applies an Operation to the Widget.","Query or update internal widget state.","Returns the overlay of the Widget, if there is any.","Operates on a widget that can be scrolled.","","Sets the id of the widget This may be called while diffing …","Sets the Shaping strategy of the Text.","Returns the Size of the Widget in lengths.","Sets the size of the Text.","","Returns a Size hint for laying out the Widget.","","Returns the State of the Widget.","The State of the Tree.","Sets the style of the Text.","","Returns the Tag of the Widget.","The tag of the Tree.","Write some text for your users to read.","Operates on a widget that has text input.","","Store internal widget state in a state tree to ensure …","","","","","","","","","","","","","","","","","","","","","","Sets the alignment::Vertical of the Text.","Sets the width of the Text boundaries.","The Operation needs to be followed by another Operation.","The internal state of a widget that can be focused.","Widget Id","Widget Id","Map Operation","Application Message","Application Message","The Operation produced no result.","A piece of logic that can traverse the widget tree of an …","A wrapper around an Operation output that can be used for …","A wrapper around an Operation that can be used for …","The result of an Operation.","The internal state of a widget that can be scrolled.","The Operation produced some result.","The internal state of a widget that has text input.","Wrapper","","","","","","","","","","","","","","","","","","","","","","","","","","","","Operates on a widget that contains other widgets.","","","Operates on a custom widget.","","","","","","","","","","","Finishes the Operation and returns its Outcome.","","Focuses the widget.","Operate on widgets that can be focused.","","","Operates on a widget that can be focused.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns whether the widget is focused or not.","Maps the output of an Operation using the given function.","Moves the cursor of the text input to an arbitrary …","Moves the cursor of the text input to the end of the input …","Moves the cursor of the text input to the front of the …","Creates a new MapOperation.","Produces an Operation that applies the given Operation to …","Scroll the widget to the given AbsoluteOffset along the …","Operate on widgets that can be scrolled.","","","Operates on a widget that can be scrolled.","Selects all the content of the text input.","Snaps the scroll of the widget to the given percentage …","Operate on widgets that have text input.","","","Operates on a widget that has text input.","","","","","","","","","","","","","","","","","","","","","","Unfocuses the widget.","A summary of the focusable widgets present on a widget …","The internal state of a widget that can be focused.","","","","","","","","","","","","Produces an Operation that generates a Count and chains it …","","","","","","","","","Produces an Operation that searches for the current …","","Produces an Operation that focuses the widget with the …","Focuses the widget.","Produces an Operation that searches for the current …","Produces an Operation that searches for the current …","The index of the current focused widget, if any.","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Returns whether the widget is focused or not.","","The total amount of focusable widgets.","","","","","","","","Unfocuses the widget.","The amount of absolute offset in each direction of a …","A relative offset that points to the bottom-right of a …","The amount of relative offset in each direction of a …","A relative offset that points to the top-left of a …","The internal state of a widget that can be scrolled.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Produces an Operation that scrolls the widget with the …","Scroll the widget to the given AbsoluteOffset along the …","Produces an Operation that snaps the widget with the given …","Snaps the scroll of the widget to the given percentage …","","","","","","","","","","","","","","","","","The amount of horizontal offset","The amount of horizontal offset","The amount of vertical offset","The amount of vertical offset","The internal state of a widget that has text input.","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to an arbitrary …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the end of the input …","Produces an Operation that moves the cursor of the widget …","Moves the cursor of the text input to the front of the …","Produces an Operation that selects all the content of the …","Selects all the content of the text input.","An absolute height in logical pixels.","Advanced text shaping and font fallback.","The apperance of some text.","No shaping and no font fallback.","The height of a line of text in a paragraph.","A factor of the size of the text.","The shaping strategy of some text.","The internal state of a Text widget.","The supported style of the StyleSheet.","The style sheet of some text.","A paragraph of text.","","","","","Produces the Appearance of some text.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Color of the text.","","","","","","","","","","","","","","","","","Draws text using the same logic as the Text widget.","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Produces the layout::Node of a Text widget.","Returns the LineHeight in absolute logical pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No meaningful internal state.","Some meaningful internal state.","The internal State of a widget.","The identifier of some widget state.","A persistent state widget tree.","","","","","","","","","","","","","","","","","The children of the root widget of the Tree.","","","","","","","","","","","Reconciliates the current_children with the provided list …","Downcasts the State to T and returns a mutable reference …","Downcasts the State to T and returns a reference to it.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","the Id of the Tree","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Creates a new State.","Creates a Tag for a state of type T.","","The State of the Tree.","Creates a Tag for a stateless widget.","The tag of the Tree.","","","","","","","","","","","","","","","","The window will always be below normal windows.","The window will always be on top of normal windows.","Redraw at the given time.","The window is completely centered on the screen.","The user has requested for the window to close.","A window was closed.","Platform-specific","The platform-specific default position for a new window.","A window-related event.","A file has been dropped into the window.","A file is being hovered over the window.","A file was hovered, but has exited the window.","A window was focused.","The application takes the whole screen of its current …","The application is hidden","An window icon normally used for the titlebar or taskbar.","The id of the window.","Platform-specific","A window level groups windows with respect to their …","The mode of a window-based application.","A window was moved.","Redraw the next frame.","The default behavior.","A window was opened.","The position of a window in a given screen.","A request to redraw a window.","A window redraw was requested.","A window was resized.","The window settings of an application.","The window is positioned with specific coordinates: (X, Y).","A window was unfocused.","The type of user attention to request.","The application appears in its own window.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether the window should have a border, a title bar, etc. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether the window will close when the user requests it, …","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Change the icon of a window.","The icon of the window.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls 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 raw data of the Icon.","","","","","","","","","The window Level.","The maximum size of the window.","The minimum size of the window.","","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","Configure your windows.","The initial logical dimensions of the window.","","","","","","","","","Whether the window should be transparent.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether the window should be visible or not.","The new logical height of the window","The position of the opened window. This is relative to the …","The size of the created window. This is its “inner” …","The new logical width of the window","The new logical x location of the window","The new logical y location of the window","Produced when the length of the rgba argument isn’t …","Produced when the number of pixels (rgba.len() / 4) isn’…","An error produced when using from_rgba with invalid …","An window icon normally used for the titlebar or taskbar.","","","","","","","","","","","","","","","Returns the argument unchanged.","","Builds an Icon from its RGBA pixels in the sRGB color …","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","The length of the provided RGBA data.","The provided height.","The amount of pixels of the provided RGBA data.","The provided width.","The product of width and height.","The platform specific window settings of an application.","The window settings of an application.","","Sets the application id of the window.","","","","","","","","","","","Whether the window should have a border, a title bar, etc. …","","","","","","","","","Whether the window will close when the user requests it, …","","Returns the argument unchanged.","","","The icon of the window.","","Calls U::from(self).","","","","","","","","","The window Level.","The maximum size of the window.","The minimum size of the window.","Platform specific settings.","The initial position of the window.","Whether the window should be resizable or not.","The border area for the drag resize handle.","The initial logical dimensions of the window.","","Whether the window should be transparent.","","","","","","","","Whether the window should be visible or not.","A type that has some damage bounds.","Returns the bounds of the Damage.","Groups the given damage regions that are close together …","Computes the damage regions between the two given lists of …","A boxed static future.","A boxed static stream.","A type that can run futures.","An extension trait that enforces Send only on native …","An extension trait that enforces Sync only on native …","A batteries-included runtime of commands and subscriptions.","A request to listen to external events.","","","","","","","","","","","The underlying implementations of the iced_futures …","Batches all the provided subscriptions and returns the …","","","","","Boxes a stream.","Broadcasts an event to all the subscriptions currently …","","","","","","","","","","","Runs the given closure inside the Executor.","Runs the given closure inside the Executor of the Runtime.","Listen to runtime events.","Choose your preferred executor to power a runtime.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Creates a Subscription from a Recipe describing it.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns the different recipes of the Subscription.","","","Listen to keyboard events.","Transforms the Subscription output with the given function.","Creates a new Executor.","Creates a new empty Runtime.","Returns an empty Subscription that will not produce any …","Runs a Stream in the Runtime until completion.","Spawns a future in the Executor.","Spawns a Future in the Runtime.","Listen to external events in your application.","Tracks a Subscription in the Runtime.","","","","","","","","","","","","","","","Adds a value to the Subscription context.","A default, cross-platform backend.","Backends that are only available in native platforms: …","A backend that does nothing!","A tokio executor.","A ThreadPool backend.","A tokio backend.","A thread pool executor for futures.","Listen and react to time.","A tokio executor.","Listen and react to time.","Returns a Subscription that produces messages at a set …","An executor that drops all the futures, instead of …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","Listen and react to time.","","","","","","","","Returns a Subscription to all the ignored runtime events.","Creates a Subscription that produces a message for every …","Creates a Subscription that listens and filters all the …","A type that can run futures.","Runs the given closure inside the Executor.","Creates a new Executor.","Spawns a future in the Executor.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","An extension trait for Futures that provides a variety of …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","An extension trait for Sinks that provides a variety of …","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Built-in executors and related tools.","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Asynchronous I/O.","Polls multiple futures simultaneously, returning a tuple …","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Futures-powered synchronization primitives.","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","This module contains the Never type.","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","A macro which yields to the event loop once.","Pins a value on the stack.","Attempt to resolve the future to a final value, registering","A macro which returns the result of polling a future once …","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","A “prelude” for crates using the futures crate.","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","Extracts the successful type of a Poll<T>.","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Polls multiple futures and streams simultaneously, …","Polls multiple futures and streams simultaneously, …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Creates a future which will return the current seek …","Combines several streams, all producing the same Item …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Tools for working with tasks.","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Polls multiple futures simultaneously, resolving to a …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A multi-producer, single-consumer queue for sending values …","A channel for sending a single message between …","The receiving end of a bounded mpsc channel.","The error type for Senders used as Sinks.","The transmission end of a bounded mpsc channel.","The error type returned from try_next.","The error type returned from try_send.","The receiving end of an unbounded mpsc channel.","The transmission end of an unbounded mpsc channel.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a bounded mpsc channel for communicating between …","","","","","","","","","Closes the receiving half of a channel, without dropping …","Closes the receiving half of a channel, without dropping …","Closes this channel from the sender side, preventing any …","Closes this channel from the sender side, preventing any …","","","","","","","","","","","","","","","","","","","","","","Disconnects this sender from the channel, closing it if …","Disconnects this sender from the channel, closing it if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Hashes the receiver into the provided hasher","Hashes the receiver into the provided hasher","","","","","","","","Calls U::from(self).","Calls 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 message that was attempted to be sent but …","Drops the message and converts into a SendError.","","","","","","","","Returns whether this channel is closed without needing a …","Returns whether this channel is closed without needing a …","Returns whether the sender send to this receiver.","Returns whether the sender send to this receiver.","Returns true if this error is a result of the receiver …","Returns true if this error is a result of the receiver …","Return false is channel has no queued messages, true …","Returns true if this error is a result of the channel …","Returns true if this error is a result of the channel …","","","Return the number of messages in the queue or 0 if channel …","","","","","","","","","","Polls the channel to determine if there is guaranteed …","Check if the channel is ready to receive a message.","","","Returns whether the senders send to the same receiver.","Returns whether the senders send to the same receiver.","","","Send a message on the channel.","","","Send a message on the channel.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tries to receive the next message without notifying a …","Tries to receive the next message without notifying a …","","","Attempts to send a message on this Sender, returning the …","","","","","","","","","","","","","","","","","","","","","","Creates an unbounded mpsc channel for communicating …","Sends a message along this channel.","Error returned from a Receiver when the corresponding …","A future that resolves when the receiving end of a channel …","A future for a value that will be provided by another …","A means of transmitting a single value to another task.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a future that resolves when this Sender’s …","Creates a new one-shot channel for sending a single value …","","","Gracefully close this receiver, preventing any subsequent …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tests to see whether this Sender’s corresponding Receiver","Tests to see whether this Sender is connected to the given …","","","","Polls this Sender half to detect whether its associated …","Completes this oneshot with a successful result.","","","","","","","","","","","","","","","","","","","","","Attempts to receive a message outside of the context of a …","","","","","","","","","","","","","An iterator which blocks on values from a stream until …","Represents an executor context.","An error returned by enter if an execution scope has …","A single-threaded task pool for polling futures to …","A handle to a LocalPool that implements Spawn.","A general-purpose thread pool for scheduling tasks that …","Thread pool configuration object.","","","","","","","","Execute the closure f immediately after each worker thread …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Execute closure f just prior to shutting down each worker …","Run a future to completion on the current thread.","Turn a stream into a blocking iterator.","","","","","","","","","","","","","","","Create a default thread pool configuration, which can then …","","","","","","","","","","","","","","","","","","","","Create a ThreadPool with the given configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Marks the current thread as being within the dynamic …","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert this BlockingStream into the inner Stream type.","","","","","","","","","Set thread name prefix of a future ThreadPool.","","Creates a new thread pool with the default configuration.","Create a default thread pool configuration.","Create a new, empty pool of tasks.","","","","","","Set size of a future ThreadPool","Run all tasks in the pool to completion.","Runs all the tasks in the pool until the given future …","Runs all tasks in the pool and returns if no more progress …","","","","","","Spawns a future that will be run to completion.","Spawns a task that polls the given future with output () to","Get a clonable handle to the pool as a Spawn.","Set stack size of threads in the pool, in bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runs all tasks and returns after completing one future or …","","","","","","","","","","","","","","","","","","","","","","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","A simple wrapper type which allows types which implement …","An entity already exists, often a file.","Program argument list too long.","Read bytes asynchronously.","An extension trait which adds utility methods to …","Read bytes asynchronously.","An extension trait which adds utility methods to AsyncRead …","Seek bytes asynchronously.","An extension trait which adds utility methods to AsyncSeek …","Write bytes asynchronously.","An extension trait which adds utility methods to AsyncWrite…","The operation failed because a pipe was closed.","The BufReader struct adds buffering to any reader.","Wraps a writer and buffers its output.","Reader for the chain method.","Future for the close method.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","Future for the copy() function.","Future for the copy_buf() function.","Future for the copy_buf_abortable() function.","Cross-device or cross-filesystem (hard) link or rename.","Sets the offset to the current position plus the specified …","A Cursor wraps an in-memory buffer and provides it with a …","Deadlock (avoided).","A non-empty directory was specified where an empty …","Reader for the empty() function.","Sets the offset to the size of this object plus the …","Contains the error value","The error type for I/O operations of the Read, Write, Seek…","A list specifying general categories of I/O error.","Executable file is busy.","File larger than allowed or supported.","Loop in the filesystem or IO subsystem; often, too many …","Filesystem quota was exceeded.","Future for the fill_buf method.","Future for the flush method.","The remote host is not reachable.","This operation was interrupted.","Sink for the into_sink method.","Data not valid for the operation were encountered.","A filename was invalid.","A parameter was incorrect.","A buffer type used with Write::write_vectored.","A buffer type used with Read::read_vectored.","The filesystem object is, unexpectedly, a directory.","Wrap a writer, like BufWriter does, but prioritizes …","Stream for the lines method.","The system’s networking is down.","The network containing the remote host is not reachable.","A filesystem object is, unexpectedly, not a directory.","The network operation failed because it was not connected …","An entity was not found, often a file.","Seek on unseekable file.","Contains the success value","A custom error that does not fall under any other I/O …","An operation could not be completed, because it failed to …","The operation lacked the necessary privileges to complete.","Future for the read method.","Future for the read_exact method.","The readable half of an object returned from …","Future for the read_line method.","The filesystem or storage medium is read-only, but a write …","Future for the read_to_end method.","Future for the read_to_string method.","Future for the read_until method.","Future for the read_vectored method.","Reader for the repeat() function.","Resource is busy.","A specialized Result type for I/O operations.","Error indicating a ReadHalf<T> and WriteHalf<T> were not …","Future for the BufReader::seek_relative method.","Future for the seek method.","Enumeration of possible methods to seek within an I/O …","Writer for the sink() function.","Stale network file handle.","Sets the offset to the provided number of bytes.","The underlying storage (typically, a filesystem) is full.","Reader for the take method.","The I/O operation’s timeout expired, causing it to be …","Too many (hard) links to the same filesystem object.","An error returned when an operation could not be completed …","This operation is unsupported on this platform.","An owned window around an underlying buffer.","The operation needs to block to complete, but the blocking …","Future for the write method.","Future for the write_all method.","The writable half of an object returned from …","Future for the write_vectored method.","An error returned when an operation could not be completed …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Advance the internal cursor of the slice.","Advance the internal cursor of the slice.","Advance a slice of slices.","Advance a slice of slices.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the internally buffered data.","Returns a reference to the internally buffered data.","Returns a reference to buf_writer’s internally buffered …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an adaptor which will chain this stream with …","","","","","","","","","","","Creates a future which will entirely close this AsyncWrite.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tells this buffer that amt bytes have been consumed from …","","","","","","","","","A convenience for calling AsyncBufRead::consume on Unpin …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","Creates a future which copies all the bytes from one …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to downcast the inner error to E if any.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Constructs a new handle to an empty reader.","Returns the end index of this window into the underlying …","","","","","","","","","","","","","Creates a future which will wait for a non-empty buffer to …","","Creates a future which will entirely flush this AsyncWrite.","","","","","","","","","","","Shows a human-readable description of the ErrorKind.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert the Error to an io::Error, preserving the original …","Converts Calloop’s error type into a std::io::Error.","","","Converts TryReserveError to an error with …","Converts a alloc::ffi::NulError into a Error.","Converts an ErrorKind into an Error.","Convert a serde_json::Error into an io::Error.","","","","","","","","","","","Returns the argument unchanged.","Converts Calloop’s error type into a std::io::Error.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new instance of an Error from a particular OS …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a mutable reference to the inner error wrapped by …","Returns a mutable reference to the contained IO object.","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Gets mutable references to the underlying readers in this …","Gets a mutable reference to the underlying value in this …","Acquires a mutable reference to the underlying sink or …","Gets a mutable reference to the underlying buffer inside …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Gets pinned mutable references to the underlying readers …","Acquires a pinned mutable reference to the underlying sink …","Returns a reference to the inner error wrapped by this …","Returns a reference to the contained IO object.","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Gets references to the underlying readers in this Chain.","Gets a reference to the underlying value in this cursor.","Acquires a reference to the underlying sink or stream that …","Gets a shared reference to the underlying buffer inside of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes the Error, returning its inner error (if any).","Consumes self and returns the contained IO object.","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes the Chain, returning the wrapped readers.","Consumes this cursor, returning the underlying value.","Consumes this combinator, returning the underlying sink or …","Consumes this Window, returning the underlying buffer.","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if this ReadHalf and some WriteHalf were split from …","Checks if this WriteHalf and some ReadHalf were split from …","Returns the corresponding ErrorKind for this error.","Returns an error representing the last OS error which …","Returns the remaining number of bytes that can be read …","Returns a stream over the lines of this reader. This …","Creates a new I/O error from a known kind of error as well …","Creates a new IoSliceMut wrapping a byte slice.","Creates a new IoSlice wrapping a byte slice.","Creates a new AllowStdIo from an existing IO object.","Creates a new BufReader with a default buffer capacity. …","Creates a new BufWriter with a default buffer capacity. …","Create a new LineWriter with default buffer capacity. The …","Creates a new cursor wrapping the provided underlying …","Creates a new window around the buffer t defaulting to the …","Creates a new I/O error from an arbitrary error payload.","","","","","","","","","","","","","","","","","","","","","Attempt to close the object.","","","","","Forward to buf_writer ’s BufWriter::poll_close()","","","","","","","Attempt to return the contents of the internal buffer, …","","","","","","","","Attempt to flush the object, ensuring that any buffered …","","","","","Forward to buf_writer ’s BufWriter::poll_flush()","","","","","","","","Attempt to read from the AsyncRead into buf.","","","","","","","","","","Attempt to read from the AsyncRead into bufs using vectored","","","","","","","","","Attempt to seek to an offset, in bytes, in a stream.","","Seek to an offset, in bytes, in the underlying reader.","Seek to the offset, in bytes, in the underlying writer.","","Attempts to seek relative to the current position. If the …","Attempt to write bytes from buf into the object.","","","","","","","","","","","Attempt to write bytes from bufs into the object using …","","","","","","","","","","","Returns the current position of this cursor.","Returns the OS error that this error represents (if any).","Tries to read some bytes directly into the given buf in …","","Creates a future which will read exactly enough bytes to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","","Creates a future which will read all the bytes from this …","","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","","Creates an instance of a reader that infinitely repeats …","Attempts to put the two “halves” of a split …","Attempts to put the two “halves” of a split …","Creates a future which will seek an IO object, and then …","","Seeks relative to the current position. If the new …","Changes the range of this window to the range specified.","Sets the number of bytes that can be read before this …","Sets the position of this cursor.","Creates an instance of a writer which will successfully …","","Helper method for splitting this read/write object into …","Returns the starting index of this window into the …","","Creates a future which will return the current seek …","Creates an AsyncRead adapter which will read at most limit …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new BufReader with the specified buffer capacity.","Creates a new BufWriter with the specified buffer capacity.","Creates a new LineWriter with the specified buffer …","Creates a future which will write bytes from buf into the …","","Write data into this object.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a future which will write bytes from bufs into the …","","An RAII guard returned by the MutexGuard::map and …","A futures-aware mutex.","An RAII guard returned by the lock and try_lock methods. …","A future which resolves when the target mutex has been …","An RAII guard returned by the lock_owned and try_lock_owned…","A future which resolves when the target mutex has been …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Returns a mutable reference to the underlying data.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes this mutex, returning the underlying data.","","","","","","","","","Acquire the lock asynchronously.","Acquire the lock asynchronously.","Returns a locked view over a portion of the locked data.","Returns a locked view over a portion of the locked data.","Creates a new futures-aware mutex.","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to acquire the lock immediately.","Attempt to acquire the lock immediately.","","","","","","","","","","","","","","","","","","","A type with no possible values.","Read bytes asynchronously.","Read bytes asynchronously.","Seek bytes asynchronously.","Write bytes asynchronously.","The type of value produced by the sink when an error …","The type of failures yielded by this future","The type of failures yielded by this future","A future represents an asynchronous computation obtained …","Values yielded by the stream.","The type of successful values yielded by this future","The type of successful values yielded by this future","The type of value produced on completion.","A Sink is a value into which other values can be sent, …","A stream of values produced asynchronously.","A convenience for futures that return Result values that …","A convenience for streams that return Result values that …","An extension trait for Sinks that provides a variety of …","Adapters specific to Result-returning streams","An extension trait which adds utility methods to AsyncRead …","An extension trait for Streams that provides a variety of …","An extension trait for Futures that provides a variety of …","Adapters specific to Result-returning futures","An extension trait which adds utility methods to AsyncSeek …","An extension trait which adds utility methods to AsyncWrite…","An extension trait which adds utility methods to …","Execute predicate over asynchronous stream, and return true…","Executes another future after this one resolves …","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Wrap the future in a Box, pinning it.","Wrap the stream in a Box, pinning it.","Adds a fixed-size buffer to the current sink.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","Catches unwinding panics while polling the future.","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","Creates an adaptor which will chain this stream with …","An adaptor for chunking up items of the stream inside a …","Close the sink.","Creates a future which will entirely close this AsyncWrite.","Transforms a stream into a collection, returning a future …","Concatenate all items of a stream into a single extendable …","Tells this buffer that amt bytes have been consumed from …","A convenience for calling AsyncBufRead::consume on Unpin …","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","Creates a stream which gives the current iteration count …","Maps this future’s Error to a new error type using the …","Wraps the current stream in a new stream which converts …","Fanout items to multiple sinks.","A future that completes after the given item has been …","Creates a future which will wait for a non-empty buffer to …","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flatten the execution of this future when the output of …","Flattens a stream of streams into just one continuous …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flush the sink, processing all pending items.","Creates a future which will entirely flush this AsyncWrite.","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Fuse a future such that poll will never again be called …","Fuse a stream such that poll_next will never again be …","Asynchronous values.","Do something with the output of a future before passing it …","Do something with each item of this stream, afterwards …","Do something with the error value of a future before …","Do something with the error value of this stream, …","Do something with the success value of a future before …","Do something with the success value of this stream, …","Adapter that converts this stream into an AsyncBufRead.","Wraps a TryFuture into a type that implements Future.","Converts this stream into a future of …","Allow using an AsyncWrite as a Sink<Item: AsRef<[u8]>>.","Convert this future into a single element stream.","Wraps a TryStream into a type that implements Stream","Wrap this future in an Either future, making it the …","Wrap this sink in an Either sink, making it the left-hand …","Wrap this stream in an Either stream, making it the …","Returns a stream over the lines of this reader. This …","Map this future’s output to a different type, returning …","Maps this stream’s items to a different type, returning …","Maps this future’s error value to a different value.","Wraps the current stream in a new stream which maps the …","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Wraps the current stream in a new stream which maps the …","Maps this future’s success value to a different value, …","Turns a Future<Output = T> into a …","Creates a future that resolves to the next item in the …","Evaluates and consumes the future, returning the resulting …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Chain on a computation for when an error happens, passing …","Creates a new stream which exposes a peek method.","Attempt to resolve the future to a final value, registering","Flush any remaining output and close this sink, if …","Attempt to close the object.","A convenience method for calling Sink::poll_close on Unpin …","Attempt to return the contents of the internal buffer, …","Flush any remaining output from this sink.","Attempt to flush the object, ensuring that any buffered …","A convenience method for calling Sink::poll_flush on Unpin …","Attempt to pull out the next value of this stream, …","A convenience method for calling Stream::poll_next on Unpin","Attempt to read from the AsyncRead into buf.","Attempt to read from the AsyncRead into bufs using vectored","Attempts to prepare the Sink to receive a value.","A convenience method for calling Sink::poll_ready on Unpin …","Attempt to seek to an offset, in bytes, in a stream.","A convenience for calling Future::poll on Unpin future …","Attempt to write bytes from buf into the object.","Attempt to write bytes from bufs into the object using …","Tries to read some bytes directly into the given buf in …","Creates a future which will read exactly enough bytes to …","Creates a future which will read all the bytes associated …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes from this …","Creates a future which will read all the bytes associated …","Creates a future which will read from the AsyncRead into …","An adaptor for chunking up ready items of the stream …","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Wrap this stream in an Either stream, making it the …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","Creates a future which will seek an IO object, and then …","Returns a Future that resolves when the next item in this …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Create a cloneable handle to this future where all handles …","Asynchronous sinks.","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","Returns the bounds on the remaining length of the stream.","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","Splits this Stream + Sink object into separate Sink and …","Helper method for splitting this read/write object into …","Begin the process of sending a value to the sink. Each …","A convenience method for calling Sink::start_send on Unpin …","Asynchronous streams.","Creates a future which will return the current seek …","Creates a new stream of at most n items of the underlying …","Creates an AsyncRead adapter which will read at most limit …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Chain on a computation for when a future finished, passing …","Computes from this stream’s items new items of a …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Flatten the execution of this future when the successful …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","Creates a future that attempts to resolve the next item in …","Poll this TryFuture as if it were a Future.","Poll this TryStream as if it were a Stream.","A convenience method for calling TryStream::try_poll_next …","A convenience method for calling TryFuture::try_poll on …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Converts a stream of pairs into a future, which resolves …","Composes a function in front of the sink.","Composes a function in front of the sink.","Creates a future which will write bytes from buf into the …","Write data into this object.","Creates a future which will write bytes from bufs into the …","An adapter for zipping two streams together.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the and_then method.","An owned dynamically typed Future for use in cases where …","Future for the catch_unwind method.","The output of the completed future","The output of the completed future","Combines two different futures, streams, or sinks having …","Future for the err_into method.","The type of failures yielded by this future","Future for the flatten method.","Sink for the flatten_sink method.","Stream for the flatten_stream method.","Future for the fuse method.","A future which tracks whether or not the underlying future …","A future represents an asynchronous computation obtained …","A not-yet-completed future","A not-yet-completed future","An extension trait for Futures that provides a variety of …","A custom trait object for polling futures, roughly akin to …","The empty variant after the result of a MaybeDone has been …","The empty variant after the result of a TryMaybeDone has …","Future for the inspect method.","Future for the inspect_err method.","Future for the inspect_ok method.","Future for the into_future method.","Stream for the into_stream method.","Future for the join function.","Future for the join3 function.","Future for the join4 function.","Future for the join5 function.","Future for the join_all function.","Future for the lazy function.","First branch of the type","BoxFuture, but without the Send requirement.","A custom trait object for polling futures, roughly akin to …","Future for the map method.","Future for the map_err method.","Future for the map_into combinator.","Future for the map_ok method.","Future for the map_ok_or_else method.","A future that may have completed.","Future for the never_error combinator.","The type of successful values yielded by this future","Future for the ok_into method.","A future representing a value which may or may not be …","Future for the or_else method.","The type of value produced on completion.","Future for the pending() function.","Future for the poll_fn function.","Future for the poll_immediate function.","Future for the ready function.","A future which sends its output to the corresponding …","The handle to a remote future returned by remote_handle. …","Second branch of the type","Future for the select() function.","Future for the select_all function.","Future for the select_ok function.","Future for the shared method.","Future for the then method.","Future for the try_flatten method.","Future for the try_flatten_stream method.","A convenience for futures that return Result values that …","Adapters specific to Result-returning futures","Future for the try_join function.","Future for the try_join3 function.","Future for the try_join4 function.","Future for the try_join5 function.","Future for the try_join_all function.","A future that may have completed with an error.","Future for the try_select() function.","Future for the unit_error combinator.","A custom implementation of a future trait object for …","Future for the unwrap_or_else method.","A weak reference to a Shared that can be upgraded much …","Creates a new Abortable future and an AbortHandle which …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes another future after this one resolves …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert Pin<&mut Either<A, B>> to …","Convert Pin<&Either<A, B>> to Either<Pin<&A>, Pin<&B>>, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wrap the future in a Box, pinning it.","Wrap the future in a Box, pinning it.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Catches unwinding panics while polling the future.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new WeakShared for this Shared.","Drops the future represented by the given fat pointer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a future that is immediately ready with an error …","Maps this future’s Error to a new error type using the …","Factor out a homogeneous type from an either of pairs.","Factor out a homogeneous type from an either of pairs.","Flatten the execution of this future when the output of …","Flattens the execution of this future when the successful …","Flatten the execution of this future when the successful …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Drops this handle without canceling the underlying future.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Fuse a future such that poll will never again be called …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Do something with the output of a future before passing it …","Do something with the error value of a future before …","Do something with the success value of a future before …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wraps a TryFuture into a type that implements Future.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unwraps the value from this immediately ready future.","Consumes this combinator, returning the underlying futures.","Extract the value of an either over two equivalent types.","Convert an owned instance into a (conceptually owned) fat …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert this future into a single element stream.","Returns true if the underlying future should no longer be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Joins the result of two futures, waiting for them both to …","Same as join, but with more futures.","Same as join, but with more futures.","Same as join, but with more futures.","Creates a future which represents a collection of the …","Creates a new future that allows delayed execution of a …","Wrap this future in an Either future, making it the …","Map this future’s output to a different type, returning …","Maps this future’s error value to a different value.","Map this future’s output to a different type, returning …","Maps this future’s success value to a different value.","Maps this future’s success value to a different value, …","Wraps a future into a MaybeDone","Turns a Future<Output = T> into a …","Evaluates and consumes the future, returning the resulting …","Create a future that is immediately ready with a success …","Maps this future’s Ok to a new type using the Into trait.","Executes another future if this one resolves to an error. …","Returns an Option containing a mutable reference to the …","Returns an Option containing a mutable reference to the …","Returns Some containing a reference to this Shared’s …","Creates a future which never resolves, representing a …","Attempt to resolve the future to a final value, registering","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new future wrapping around a function returning …","Creates a future that is immediately ready with an Option …","","","","","","","","","","","","","","A convenience for calling Future::poll on Unpin future …","","","Returns true if the two Shareds point to the same future …","Hashes the internal state of this Shared in a way that’s …","Creates a future that is immediately ready with a value.","Turn this future into a future that yields () on …","Wrap this future in an Either future, making it the …","Waits for either one of two differently-typed futures to …","Creates a new future which will select over a list of …","Creates a new future which will select the first …","Create a cloneable handle to this future where all handles …","","","","","","","","","","Gets the number of strong pointers to this allocation.","Attempt to take the output of a MaybeDone without driving …","Attempt to take the output of a TryMaybeDone without …","Creates a new Fuse-wrapped future which is already …","Chain on a computation for when a future finished, passing …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Flatten the execution of this future when the successful …","Flatten the execution of this future when the successful …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Joins the result of two futures, waiting for them both to …","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Same as try_join, but with more futures.","Creates a future which represents either a collection of …","Wraps a future into a TryMaybeDone","Poll this TryFuture as if it were a Future.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A convenience method for calling TryFuture::try_poll on …","Waits for either one of two differently-typed futures to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Turns a Future<Output = T> into a …","Unwraps this future’s output, producing a future with …","Attempts to upgrade this WeakShared into a Shared.","Gets the number of weak pointers to this allocation.","Sink for the buffer method.","Future for the close method.","Sink for the drain function.","The type of value produced by the sink when an error …","Sink that clones incoming items and forwards them to two …","Future for the feed method.","Future for the flush method.","Future for the send method.","Future for the send_all method.","A Sink is a value into which other values can be sent, …","Sink for the sink_err_into method.","An extension trait for Sinks that provides a variety of …","Sink for the sink_map_err method.","Sink for the unfold function.","Sink for the with method.","Sink for the with_flat_map method.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a fixed-size buffer to the current sink.","","","","","","","","","","","","","","","","","","","","Close the sink.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a sink that will just discard all items given to it.","","","","","","","","","","","","","","Fanout items to multiple sinks.","A future that completes after the given item has been …","Flush the sink, processing all pending items.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a mutable reference to the inner sinks.","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Get a pinned mutable reference to the inner sinks.","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Get a shared reference to the inner sinks.","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes this combinator, returning the underlying sinks.","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","","","","","","","","","","","","","","","","","","Wrap this sink in an Either sink, making it the left-hand …","","","","","","Flush any remaining output and close this sink, if …","","","","","","","","","A convenience method for calling Sink::poll_close on Unpin …","Flush any remaining output from this sink.","","","","","","","","","A convenience method for calling Sink::poll_flush on Unpin …","","","","","","Attempts to prepare the Sink to receive a value.","","","","","","","","","A convenience method for calling Sink::poll_ready on Unpin …","Wrap this stream in an Either stream, making it the …","A future that completes after the given item has been …","A future that completes after the given stream has been …","Map this sink’s error to a different error type using …","Transforms the error returned by the sink.","","","","","","Begin the process of sending a value to the sink. Each …","","","","","","","","","A convenience method for calling Sink::start_send on Unpin …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a sink from a function which processes one item at …","Composes a function in front of the sink.","Composes a function in front of the sink.","A handle to an Abortable task.","A registration handle for an Abortable task. Values of …","A future/stream which can be remotely short-circuited …","Indicator that the Abortable task was aborted.","Future for the all method.","Stream for the and_then method.","Future for the any method.","An owned dynamically typed Stream for use in cases where …","Stream for the buffer_unordered method.","Stream for the buffered method.","Stream for the catch_unwind method.","Stream for the chain method.","Stream for the chunks method.","Future for the collect method.","Future for the concat method.","Future for the count method.","Stream for the cycle method.","Stream for the empty function.","Stream for the enumerate method.","Stream for the err_into method.","The type of failures yielded by this future","Stream for the filter method.","Stream for the filter_map method.","Stream for the flat_map method.","Stream for the flat_map_unordered method.","Stream for the flatten method.","Stream for the flatten_unordered method.","Future for the fold method.","Future for the for_each method.","Future for the for_each_concurrent method.","Future for the forward method.","Stream for the fuse method.","A stream which tracks whether or not the underlying stream …","An unbounded queue of futures.","A set of futures which may complete in any order.","Stream for the inspect method.","Stream for the inspect_err method.","Stream for the inspect_ok method.","Reader for the into_async_read method.","Stream for the into_stream method.","Values yielded by the stream.","Stream for the iter function.","Poll the first stream.","BoxStream, but without the Send requirement.","Stream for the map method.","Stream for the map_err method.","Stream for the map_ok method.","Future for the next method.","Future for the Peekable::next_if method.","Future for the Peekable::next_if_eq method.","The type of successful values yielded by this future","A stream which emits single element and then EOF.","Stream for the or_else method.","Future for the Peekable::peek method.","Future for the Peekable::peek_mut method.","A Stream that implements a peek method.","Stream for the pending() function.","Stream for the poll_fn function.","Stream for the poll_immediate function.","Type to tell SelectWithStrategy which stream to poll next.","Stream for the ready_chunks method.","Stream for the repeat function.","An stream that repeats elements of type A endlessly by …","Error indicating a SplitSink<S> and SplitStream<S> were …","Poll the second stream.","Stream for the scan method.","Stream for the select() function.","An unbounded set of streams","Future for the select_next_some method.","Stream for the select_with_strategy() function. See …","Stream for the skip method.","Stream for the skip_while method.","A Sink part of the split pair","A Stream part of the split pair","A stream of values produced asynchronously.","An extension trait for Streams that provides a variety of …","Future for the into_future method.","Stream for the take method.","Stream for the take_until method.","Stream for the take_while method.","Stream for the then method.","Future for the try_all method.","Future for the try_any method.","Stream for the try_buffer_unordered method.","Stream for the try_buffered method.","Stream for the try_chunks method.","Error indicating, that while chunk was collected inner …","Future for the try_collect method.","Future for the try_concat method.","Stream for the try_filter method.","Stream for the try_filter_map method.","Stream for the try_flatten method.","Stream for the try_flatten_unordered method.","Future for the try_fold method.","Future for the try_for_each method.","Future for the try_for_each_concurrent method.","Future for the try_next method.","Stream for the try_ready_chunks method.","Error indicating, that while chunk was collected inner …","Stream for the try_skip_while method.","A convenience for streams that return Result values that …","Adapters specific to Result-returning streams","Stream for the try_take_while method.","Stream for the try_unfold function.","Stream for the unfold function.","Future for the unzip method.","Stream for the zip method.","Abort the Abortable stream/future associated with this …","Creates a new Abortable stream and an AbortHandle which …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Execute predicate over asynchronous stream, and return true…","Chain on a computation for when a value is ready, passing …","Execute predicate over asynchronous stream, and return true…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wrap the stream in a Box, pinning it.","Wrap the stream in a Box, pinning it.","An adaptor for creating a buffered list of pending futures …","An adaptor for creating a buffered list of pending futures.","Borrows a stream, rather than consuming it.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Catches unwinding panics while polling the stream.","Adapter for chaining two streams.","An adaptor for chunking up items of the stream inside a …","Clears the set, removing all futures.","Clears the set, removing all streams.","","","","","","","","","","","","","","","","","","","","","Transforms a stream into a collection, returning a future …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Concatenate all items of a stream into a single extendable …","","Drives the stream to completion, counting the number of …","Repeats a stream endlessly.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a stream which contains no elements.","Creates a stream which gives the current iteration count …","","","","","","","","","","","","","","","","","Wraps the current stream in a new stream which converts …","","","","Filters the values produced by this stream according to …","Filters the values produced by this stream while …","Maps a stream like StreamExt::map but flattens nested …","Maps a stream like StreamExt::map but flattens nested …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Execute an accumulating asynchronous computation over a …","Runs this stream to completion, executing the provided …","Runs this stream to completion, executing the provided …","A future that completes after the given stream has been …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Fuse a stream such that poll_next will never again be …","An unbounded set of futures.","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying stream that …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying streams …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying sink or …","Acquires a mutable reference to the underlying streams …","Acquires a mutable reference to the underlying streams …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying sink …","Acquires a pinned mutable reference to the underlying …","Acquires a pinned mutable reference to the underlying …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying stream that this …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying streams that this …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying sink or stream that …","Acquires a reference to the underlying streams that this …","Acquires a reference to the underlying streams that this …","Create an AbortHandle from the given AbortRegistration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Do something with each item of this stream, afterwards …","Do something with the error value of this stream, …","Do something with the success value of this stream, …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adapter that converts this stream into an AsyncBufRead.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts this stream into a future of …","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying stream.","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying streams.","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying sink or …","Consumes this combinator, returning the underlying streams.","Consumes this combinator, returning the underlying streams.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wraps a TryStream into a type that implements Stream","Checks whether the task has been aborted. Note that all …","Checks whether AbortHandle::abort was called on any …","Returns whether the underlying stream has finished or not.","Returns true if the queue contains no futures","Returns true if the set contains no futures.","Returns true if the set contains no streams","Returns true if the SplitStream<S> and SplitSink<S> …","Returns true if the SplitStream<S> and SplitSink<S> …","Whether the stream was stopped yet by the stopping future …","Returns true if the stream should no longer be polled.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts an Iterator into a Stream which is always ready …","Returns an iterator that allows inspecting each future in …","Returns an iterator that allows inspecting each stream in …","Returns an iterator that allows modifying each future in …","Returns an iterator that allows modifying each stream in …","Returns an iterator that allows modifying each future in …","Returns an iterator that allows inspecting each future in …","Wrap this stream in an Either stream, making it the …","Returns the number of futures contained in the queue.","Returns the number of futures contained in the set.","Returns the number of streams contained in the set.","Maps this stream’s items to a different type, returning …","Wraps the current stream in a new stream which maps the …","Wraps the current stream in a new stream which maps the …","Constructs a new, empty FuturesOrdered","Constructs a new, empty FuturesUnordered.","Constructs a new, empty SelectAll","Creates a new Abortable future/stream using an existing …","Creates an (AbortHandle, AbortRegistration) pair which can …","Creates a future that resolves to the next item in the …","Creates a future which will consume and return the next …","Creates a future which will consume and return the next …","Creates a stream of a single element.","Chain on a computation for when an error happens, passing …","Produces a future which retrieves a reference to the next …","Produces a future which retrieves a mutable reference to …","Creates a new stream which exposes a peek method.","Creates a stream which never returns any elements.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new stream wrapping a function returning …","Creates a new stream that always immediately returns …","Attempt to pull out the next value of this stream, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A convenience method for calling Stream::poll_next on Unpin","Peek retrieves a reference to the next item in the stream.","Peek retrieves a mutable reference to the next item in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Push a future into the queue.","Push a future into the set.","Push a stream into the set.","Pushes a future to the back of the queue.","Pushes a future to the front of the queue.","An adaptor for chunking up ready items of the stream …","Create a stream which produces the same item repeatedly.","Creates a new stream that repeats elements of type A …","Attempts to put the two “halves” of a split …","Attempts to put the two “halves” of a split …","Wrap this stream in an Either stream, making it the …","Combinator similar to StreamExt::fold that holds internal …","This function will attempt to pull items from both …","An unbounded set of streams","Convert a list of streams into a Stream of results from …","Returns a Future that resolves when the next item in this …","This function will attempt to pull items from both …","Returns the bounds on the remaining length of the stream.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new stream which skips n items of the underlying …","Skip elements on this stream while the provided …","","","Splits this Stream + Sink object into separate Sink and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new stream of at most n items of the underlying …","Extract the stopping future out of the combinator. The …","Once the stopping future is resolved, this method can be …","Take elements from this stream until the provided future …","Take elements from this stream while the provided …","Computes from this stream’s items new items of a …","","","","","","","","","","","","","","","","","","","Toggle the value and return the old one.","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute a predicate over an asynchronous stream …","Attempt to execute several futures from a stream …","Attempt to execute several futures from a stream …","An adaptor for chunking up successful items of the stream …","Attempt to transform a stream into a collection, returning …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to concatenate all items of a stream into a single …","Attempt to filter the values produced by this stream …","Attempt to filter the values produced by this stream while …","Flattens a stream of streams into just one continuous …","Flattens a stream of streams into just one continuous …","Attempt to execute an accumulating asynchronous …","Attempts to run this stream to completion, executing the …","Attempts to run this stream to completion, executing the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a future that attempts to resolve the next item in …","","","","","","","","","","","","","","Poll this TryStream as if it were a Stream.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A convenience method for calling TryStream::try_poll_next …","An adaptor for chunking up successful, ready items of the …","Skip elements on this stream while the provided …","Take elements on this stream while the provided …","Creates a TryStream from a seed and a closure returning a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Stream from a seed and a closure returning a …","Converts a stream of pairs into a future, which resolves …","An adapter for zipping two streams together.","A set of futures which may complete in any order.","Owned iterator over all futures in the unordered set.","Immutable iterator over all the futures in the unordered …","Mutable iterator over all futures in the unordered set.","Mutable iterator over all futures in the unordered set.","Immutable iterator over all futures in the unordered set.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Owned iterator over all streams in the unordered set.","Immutable iterator over all streams in the unordered set.","Mutable iterator over all streams in the unordered set.","An unbounded set of streams","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert a list of streams into a Stream of results from …","","","","","","","","","","","","","","","","","","","","","","","","","A way of waking up a specific task.","A synchronization primitive for task wakeup.","The context of an asynchronous task.","A helper constant for internal desugaring – produces …","A custom trait object for polling futures, roughly akin to …","A custom trait object for polling futures, roughly akin to …","The LocalSpawn is similar to Spawn, but allows spawning …","Extension trait for LocalSpawn.","A helper constant for internal desugaring – produces …","Represents that a value is not ready yet.","Indicates whether a value is available or if the current …","A RawWaker allows the implementor of a task executor to …","A virtual function pointer table (vtable) that specifies …","Represents that a value is immediately ready.","The Spawn trait allows for pushing futures onto an …","An error that occurred during spawning.","Extension trait for Spawn.","A custom implementation of a future trait object for …","A Waker is a handle for waking up a task by notifying its …","A Waker that is only valid for a given lifetime.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a reference to the underlying RawWaker.","","A helper function for internal desugaring – produces …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the data pointer used to create this RawWaker.","","","","","","","","","","","","","","","","","","","","","","","Drops the future represented by the given fat pointer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Use a Wake-able type as a Waker.","Returns the argument unchanged.","Moves the value into a Poll::Ready to make a Poll<T>.","","Returns the argument unchanged.","Use a Wake-able type as a RawWaker.","Use a Wake-able type as a RawWaker.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Creates a new Waker from RawWaker.","","","","","","","","","","","","","Create a new Context from a &Waker.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts the LocalFutureObj into a FutureObj.","Convert an owned instance into a (conceptually owned) fat …","","","","","","","","","","","Returns true if the poll is a Pending value.","Returns true if the poll is a Poll::Ready value.","Check whether spawning failed to the executor being shut …","Returns a reference to the LocalWaker for the current task.","Maps a Poll<T> to Poll<U> by applying a function to a …","Maps a Poll::Ready<Option<Result<T, E>>> to …","Maps a Poll::Ready<Result<T, E>> to …","Maps a Poll<Result<T, E>> to Poll<Result<U, E>> by …","Maps a Poll<Option<Result<T, E>>> to …","Create a LocalFutureObj from a custom trait object …","Create an AtomicWaker.","Create a FutureObj from a custom trait object …","Create a new WakerRef from a Waker reference.","Creates a new RawWaker from the provided data pointer and …","Creates a new RawWakerVTable from the provided clone, wake,","Create a new WakerRef from a Waker that must not be …","Returns a reference to a Waker that does nothing when used.","Create a new Waker which does nothing when wake() is …","Get a static reference to a Waker which does nothing when …","","","","Registers the waker to be notified on calls to wake.","Spawning failed because the executor has been shut down.","Spawns a task that polls the given future with output () to","Spawns a task that polls the given future with output () to","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Spawns a future that will be run to completion.","Spawns a task that polls the given future to completion …","Determines whether the executor is able to spawn new tasks.","Determines whether the executor is able to spawn new tasks.","Returns the last Waker passed to register, so that the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the vtable pointer used to create this RawWaker.","Indicates that the associated task is ready to make …","Calls wake on the last Waker passed to register.","Wake up the task associated with this Waker.","Indicates that the associated task is ready to make …","Wake up the task associated with this Waker without …","Creates a Waker from an Arc<impl ArcWake>.","Returns a reference to the Waker for the current task.","Creates a reference to a Waker from a reference to …","Returns true if this Waker and another Waker would awake …","Listens to keyboard key presses and calls the given …","Listens to keyboard key releases and calls the given …","A stream of runtime events.","The events that will be produced by a Subscription with …","The description of a Subscription.","A request to listen to external events.","A registry of subscription streams.","","","","","","","","Broadcasts an event to the subscriptions currently alive.","","Creates a Subscription that publishes the events sent from …","","","","","","","Returns the argument unchanged.","","","Hashes the Recipe.","","Calls U::from(self).","","","","","","","","","Creates a new empty Tracker.","Returns a Subscription that will call the given function …","Returns a Subscription that will create and asynchronously …","Executes the Recipe and produces the stream of events of …","","","","","","","","Returns a Subscription that will create and asynchronously …","Updates the Tracker with the given Subscription.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","The style used to fill geometry.","The kind of geometry this renderer can draw.","A fill which linearly interpolates colors along a …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A linear gradient interpolates colors along a direction …","A sharp corner.","An immutable set of points that may or may not be …","A renderer capable of drawing some Self::Geometry.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","A bunch of text that can be drawn to a canvas","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Path representing a circle given its center …","","","","","","","","","","","","","","","","","The color of the text","","","","","","","","","The contents of the text","","","","","","","","","","","","","","","","","","","","","","","Draws the given layers of Self::Geometry.","Computes the Paths of the Text and draws them using the …","","","","","","","","","","Fill Geometry with a certain style.","","","","","","","","","The font of the text","","Returns the argument unchanged.","","","Returns the argument unchanged.","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 horizontal alignment of the text","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new Path representing a line segment given its …","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The line height of the text.","The shape to be used at the corners of paths or basic …","Creates a new Path with the provided closure.","The offset of LineDash::segments to start the pattern.","Build different kinds of 2D shapes.","The position of the text relative to the alignment …","Returns the internal lyon_path::Path.","Creates a new Path representing a rectangle given its …","The fill rule defines how to determine what is inside and …","The alternating lengths of lines and gaps which describe …","The shaping strategy of the text.","The size of the text","Create lines from a Path and assigns them various …","The color or gradient of the fill.","The color or gradient of the stroke.","","","","","","","","","Returns the current Path with the given transform applied …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The vertical alignment of the text","The distance between the two edges of the stroke.","Sets the color of the Stroke.","Sets the LineCap of the Stroke.","Sets the LineJoin of the Stroke.","Sets the width of the Stroke.","","The style used to fill geometry.","A Gradient color.","","The fill rule defines how to determine what is inside and …","A solid Color.","The coloring style of some drawing.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The fill rule defines how to determine what is inside and …","The color or gradient of the fill.","","","","","","","","","A segment of a differentiable curve.","A Path builder.","An immutable set of points that may or may not be …","","","Build and draw curves.","Adds an Arc to the Path from start_angle to end_angle in a …","Adds a circular arc to the Path with the given control …","","","","","","","","","Adds a cubic Bézier curve to the Path given its two …","","","","","Builds the Path of this Builder.","","","The center of the arc.","Adds a circle to the Path given its center coordinate and …","","","Closes the current sub-path in the Path with a straight …","","","","","","","","","","Adds an ellipse to the Path using a clockwise direction.","The end of the segment’s angle in radians, clockwise …","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Connects the last point in the Path to the given Point …","Moves the starting point of a new sub-path to the given …","Creates a new Builder.","Adds a quadratic Bézier curve to the Path given its …","The radius of the arc.","Adds a rectangle to the Path given its top-left corner …","The start of the segment’s angle in radians, clockwise …","","","","","","","","","","","","","","","","A segment of a differentiable curve.","An elliptical Arc.","","","","","","","","","The center of the arc.","The center of the arc.","","","","","","","The end of the segment’s angle in radians, clockwise …","The end of the segment’s angle in radians, clockwise …","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The radii of the arc’s ellipse. The horizontal and …","The radius of the arc.","The clockwise rotation of the arc’s ellipse.","The start of the segment’s angle in radians, clockwise …","The start of the segment’s angle in radians, clockwise …","","","","","","","","","Flag parameters for arcs as described by the SVG …","An alias for usize.","A view over a contiguous storage of custom attributes.","Interface for objects storing custom attributes associated …","An alias for a slice of f32 values.","","","","A beveled corner is to be used to join path segments. The …","","The default builder for Path.","A builder for Path with custom attributes.","The stroke for each sub-path does not extend beyond its …","ID of a control point in a path.","","","","","","","ID of an endpoint point in a path.","","Represents an event or edge of path.","Refers to an event in a path.","The fill rule defines how to determine what is inside and …","","","","A path event representing endpoints and control points as …","An iterator of endpoint and control point ids for Path and …","A view over a sequence of endpoint IDs forming a polygon.","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","","","","Line cap as defined by the SVG specification.","Line join as defined by the SVG specification.","A sharp corner is to be used to join path segments.","Same as a miter join, but if the miter limit is exceeded, …","An empty attribute slice.","","","","A simple path data structure.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","The commands of a path encoded in a single array using IDs …","A view over PathCommands.","A path event representing endpoints and control points as …","A view on a Path.","A view over a sequence of endpoints forming a polygon.","Interface for types types (typically endpoints and control …","Interface for objects storing endpoints and control points …","","","","","","An iterator of over a Path traversing the path in reverse.","At each end of each sub-path, the shape representing the …","A round corner is to be used to join path segments.","The positive or negative side of a vector or segment.","At the end of each sub-path, the shape representing the …","The two possible orientations for the edges of a shape to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a view on the path commands.","Returns a view on this Path.","","Returns a slice over an endpoint’s custom attributes.","Returns a slice over an endpoint’s custom attributes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Path building utilities.","Creates a PathCommandsBuilder to create path commands.","Creates a Builder to build a path.","","Creates a BuilderWithAttributes to build a path with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A generic representation for paths that allow more control …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the event for a given event ID.","Returns the event for a given event ID.","Returns the event for a given event ID.","Returns the event for a given event ID.","Returns an iterator over the path, with endpoints and …","","","Returns the first endpoint and its custom attributes if …","","","","","","","","","","","","","","","","","","","Iterate on a flattened approximation of the path with …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the endpoint’s custom attributes as a slice of …","","","","","","","","","","","","","","","","","","","Iterates over the endpoint and control point ids of the …","Iterates over the endpoint and control point ids of the …","Returns an iterator of IdEvent.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Builds a Path from This iterator.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the path buffer is empty.","Returns whether the path buffer is empty.","","","","","Returns an iterator over the path commands.","Returns an iterator over the path commands.","Iterates over the entire Path, ignoring custom attributes.","Iterates over the path.","","","Returns an iterator of Event<&T>.","","Iterates over the entire Path with custom attributes.","Iterates over the entire Path with custom attributes.","Tools to iterate over paths.","Of the four candidate arc sweeps, two will represent an …","Returns the last endpoint and its custom attributes if any.","","Returns the number of paths in the path buffer.","Returns the number of paths in the path buffer.","","","","f32 version of the lyon_geom types used everywhere. Most …","","Creates an Empty Path.","","","","","","","","Returns the next event id within the path.","Returns the next event id within the path.","Returns the next event id within the sub-path.","Returns the next event id within the path.","Returns the number of float attributes per endpoint.","","","","","","","","","","The default path data structure.","A container to store multiple paths contiguously.","Returns an iterator of PathEvent.","Returns a view on a path made of these commands with …","","","","Specific path types for polygons.","","","","","","","","","Returns a reversed version of this path in the form of an …","Returns a reversed version of this path in the form of an …","Creates an WithSvg to build a path with a rich set of …","If sweep is true, then the arc will be drawn in a “…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","lyon_path traits reexported here for convenience.","","Applies a transform to all endpoints and control points of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The radius of each corner of a rounded rectangle.","Builds a path.","A Builder that approximates curves with successions of …","A convenience wrapper for PathBuilder without custom …","The base path building interface.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Builds a path with a transformation applied.","Implements an SVG-like building interface on top of a …","","","","","","Adds a sub-path containing a circle.","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","","Adds an elliptical arc.","","","","","","","","","","","","","","","","","","","","","","Starts a new sub-path at a given position.","","","Starts a new sub-path at a given position.","","","","","","","","","","","","","","Builds a path object, consuming the builder.","","","","","","Builds a path object, consuming the builder.","","","","","","","","","","","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","","","Closes the current sub path.","","","","","","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","","","","","","Adds a cubic bézier curve to the current sub-path.","","","","","","","","","","","","","","","","","","","Ends the current sub path.","","","Ends the current sub path.","","","","","","Returns a builder that approximates all curves with …","","Returns a builder that approximates all curves with …","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Adds an horizontal line segment.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","","","","","","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","","","","","","","","","","","","Applies the provided path event.","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","","","","","","Adds a quadratic bézier curve to the current sub-path.","Equivalent to arc_to in relative coordinates.","","Equivalent to cubic_bezier_to in relative coordinates.","","Adds an horizontal line segment in relative coordinates.","","Equivalent to line_to in relative coordinates.","","Equivalent to move_to in relative coordinates.","","Equivalent to quadratic_bezier_to in relative coordinates.","","Adds a vertical line segment in relative coordinates.","","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","","","","","","Hints at the builder that a certain number of endpoints …","","","","Equivalent to cubic_bezier_to with implicit first control …","","Equivalent to quadratic_bezier_to with implicit control …","","Equivalent to smooth_cubic_bezier_to in relative …","","Equivalent to smooth_quadratic_bezier_to in relative …","","","","","","","","Returns a builder that applies the given transformation to …","","Returns a builder that applies the given transformation to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a vertical line segment.","","","Returns a builder that support SVG commands.","Returns a builder that support SVG commands.","","A view on a PathCommands buffer and two slices for …","An iterator of Event<&Endpoint, &ControlPoint>.","An iterator of Event<&Endpoint, &ControlPoint>.","The commands of a path encoded in a single array using IDs …","Builds path commands.","A view over PathCommands.","An iterator of PathEvent.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes the builder and returns path commands.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator over the events of the path using …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 an iterator over the events of the path using IDs.","","Creates a builder without allocating memory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a pre-allocated builder.","An angle in radians","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","","A 2d curve segment defined by four points: the beginning …","","","","","","","An infinite line defined by a point and a vector.","A line defined by the equation …","A linear segment.","","","","","","A 2d curve segment defined by three points: the beginning …","Alias for euclid::default::Rotation2D","","","","","","Common APIs to segment types.","","An elliptic arc curve segment using the SVG’s end-point …","","","","Alias for euclid::default::Transform2D","Alias for euclid::default::Translation2D","A 2D triangle defined by three points a, b and c.","","","","","","","","","","","","","","","","","","","Return the curve after the split point.","","Return the curve after the split point.","","Return the curve after the split point.","Return the segment after the split point.","","Return the curve after the split point.","","Angle in radians","Returns the shortest signed angle between two angles.","","","Compute the length of the segment using a flattened …","","","","Compute the length of the segment using a flattened …","","","Elliptic arc related maths and tools.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the curve before the split point.","Return the curve before the split point.","","","Return the curve before the split point.","","Return the segment before the split point.","","Return the curve before the split point.","","","","","","","","","","","","","","","","","","","Returns a conservative rectangle that contains the curve.","Returns a conservative rectangle that contains the curve.","Return the smallest rectangle containing this segment.","Returns the smallest rectangle the curve is contained in","Returns the smallest rectangle that contains this triangle.","","Returns the smallest range of x that contains this curve.","Returns the smallest range of x that contains this curve.","Returns a conservative range of x that contains this …","","Returns the smallest range of y that contains this curve.","Returns the smallest range of y that contains this curve.","Returns a conservative range of y that contains this …","Returns a triangle containing this curve segment.","","","","","","","","","","","","","Cast from one numeric representation to another.","","","Create simple circle.","Clip this segment against a rectangle.","Horizontally clip this segment against a range of the x …","Vertically clip this segment against a range of the y axis.","","","","","","","","","","","","","","","","","","","Computes the closest point on this segment to p.","Analytic solution to finding the closest point on the …","","","","","","","","","","","","","","","","Computes the intersection points (if any) between this …","Computes the intersections (if any) between this segment …","","","","","","","","","","","","","","","","","","","","","Sample the derivative at t (expecting t between 0 and 1).","","Sample the curve’s derivative at t (expecting t between …","","","Sample the curve’s derivative at t (expecting t between …","","Computes the distance between this segment and a point.","","","Returns the shortest distance between this segment and a …","","","","","","","","","","","","","","","","Sample x derivative at t (expecting t between 0 and 1).","","Sample the x coordinate of the curve’s derivative at t …","","","Sample the x coordinate of the curve’s derivative at t …","Sample y derivative at t (expecting t between 0 and 1).","","Sample the y coordinate of the curve’s derivative at t …","","","Sample the y coordinate of the curve’s derivative at t …","","Epsilon constants are usually not a good way to deal with …","","","","","","","","","","","","","","","","Returns a conservative rectangle that contains the curve.","Returns a conservative rectangle the curve is contained in.","Returns a conservative rectangle that contains the curve.","","Returns a conservative range of x that contains this curve.","Returns a conservative range of x that contains this curve.","","Returns a conservative range of y that contains this curve.","Returns a conservative range of y that contains this curve.","Computes a “fat line” of this segment.","Computes a “fat line” of this segment.","","Returns the flattened representation of the curve as an …","Returns the flattened representation of the curve as an …","Returns the flattened representation of the curve as an …","Returns the flattened representation of the curve as an …","Find the interval of the beginning of the curve that can …","Swap the direction of the segment.","Swap the direction of the segment.","","Swap the beginning and the end of the segment.","","Returns an inverted version of this segment where the …","","Swap the beginning and the end of the segment.","","","","","","","","","","","Approximate the arc with a sequence of cubic bézier …","Approximates the arc with a sequence of cubic bézier …","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","Approximates the curve with sequence of line segments.","","Approximates the curve with sequence of line segments.","","Approximates the curve with sequence of line segments.","","","Compute a flattened approximation of the curve, invoking a …","Invokes a callback at each inflection point if any.","","Return local x extrema or None if this curve is monotonic.","","Return local y extrema or None if this curve is monotonic.","Invokes a callback for each monotonic part of the segment.","Invokes a callback for each monotonic part of the segment.","Invokes a callback for each monotonic part of the segment.","Invokes a callback for each monotonic part of the segment.","Approximate the arc with a sequence of quadratic bézier …","Approximates the arc with a sequence of quadratic bézier …","Approximates the cubic bézier curve with sequence of …","Approximate the arc with a sequence of quadratic bézier …","Approximates the arc with a sequence of quadratic bézier …","Approximates the cubic bézier curve with sequence of …","Invokes a callback for each x-monotonic part of the …","Invokes a callback for each x-monotonic part of the …","Invokes a callback for each x-monotonic part of the …","Invokes a callback for each x-monotonic part of the …","Invokes a callback for each y-monotonic part of the …","Invokes a callback for each y-monotonic part of the …","Invokes a callback for each y-monotonic part of the …","Invokes a callback for each y-monotonic part of the …","","","","Start of the curve.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","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 the SVG arc notation.","","Sample the curve’s angle at t (expecting t between 0 and …","","The extent of the element in the U units along the y axis …","","","","","","","","","","","","","","Computes the intersection (if any) between this segment …","","Test for triangle-triangle intersection.","","","Test for triangle-segment intersection.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the curve can be approximated with a …","Returns true if the angle is a finite number.","","Returns true if the curve can be approximated with a …","Returns true if the curve can be approximated with a …","Returns whether this segment is fully monotonic.","Returns whether this segment is fully monotonic.","Returns true if the curve can be safely approximated with …","Per SVG spec, this arc should be rendered as a line_to …","","Returns whether this segment is monotonic on the x axis.","Returns whether this segment is monotonic on the x axis.","Returns whether this segment is monotonic on the y axis.","Returns whether this segment is monotonic on the y axis.","Of the four candidate arc sweeps, two will represent an …","Computes the length of this segment.","Computes the length of this segment.","Linear interpolation between two angles, using the …","","","Computes the intersection points (if any) between this …","Computes the intersection points (if any) between this …","Computes the intersections (if any) between this segment …","Computes the intersections (if any) between this segment a …","","Computes the intersection points (if any) between this …","Computes the intersections (if any) between this segment …","Computes the intersections (if any) between this segment …","Return the x inflection point or None if this curve is …","Return the y inflection point or None if this curve is …","","","","","","","","Computes third mid-point of this segment.","","","","","","","Computes the number of quadratic bézier segments required …","","","","","","","Shorthand for Point::new(x, y).","","Returns this angle in the [0..2*PI[ range.","","","Computes the intersection points (if any) between this …","Computes the intersections (if any) between this segment a …","","","","","Sample the curve at t (expecting t between 0 and 1).","","Sample the curve at t (expecting t between 0 and 1).","Sample the curve at t (expecting t between 0 and 1).","","Sample the segment at t (expecting t between 0 and 1).","","Sample the curve at t (expecting t between 0 and 1).","","Sample the curve’s tangent at t (expecting t between 0 …","Changes the segment’s length, moving destination point.","Returns this angle in the ]-PI..PI] range.","","","Returns (sin(self), cos(self)).","Shorthand for Size::new(x, y).","Return the parameter values corresponding to a given x …","","Return the parameter values corresponding to a given y …","","","","","","Split this curve into two sub-curves.","Split this curve into two sub-curves.","","Split this curve into two sub-curves.","","Split this curve into two sub-segments.","","","Split this curve into two sub-curves.","","Return the curve inside a given range of t.","","Return the sub-curve inside a given range of t.","Return the sub-curve inside a given range of t.","","Return the sub-segment inside a given range of t.","","Return the sub-curve inside a given range of t.","","Computes the squared distance between this segment and a …","Returned the squared distance to a point.","Returns the shortest squared distance between this segment …","Computes the squared length of this segment.","","","","","","If sweep is true, then the arc will be drawn in a “…","","","End of the curve.","","","","","","","","","","","","","Converts this arc from endpoints to center notation.","Elevate this curve to a third order bézier.","","","","","","Cast angle to f32.","","","","","Cast angle f64.","Returns the line containing this segment.","","","","","","","","","","Approximate the curve with a single quadratic bézier …","Evaluates an upper bound on the maximum distance between …","Convert to the SVG arc notation.","Returns the vector between this segment’s from and to …","","[Not implemented] Applies the transform to this triangle …","Applies the transform to this curve and returns the …","Applies the transform to this segment and returns the …","Applies the transform to this curve and returns the …","","Fallible cast from one numeric representation to another.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Shorthand for Vector::new(x, y).","","","","The extent of the element in the U units along the x axis …","Sample x at t (expecting t between 0 and 1).","","","Sample the x coordinate of the curve at t (expecting t …","","","Sample the x coordinate of the segment at t (expecting t …","","Sample the x coordinate of the curve at t (expecting t …","","","The x (traditionally, horizontal) coordinate.","Find the advancement of the x-most position in the curve.","Find the advancement of the x-most position in the curve.","Find the x-least position in the curve.","Find the advancement of the x-least position in the curve.","","","Sample y at t (expecting t between 0 and 1).","","","Sample the y coordinate of the curve at t (expecting t …","","","Sample the y coordinate of the segment at t (expecting t …","Sample the y coordinate of the curve at t (expecting t …","","","","The y (traditionally, vertical) coordinate.","Find the advancement of the y-most position in the curve.","Find the advancement of the y-most position in the curve.","Find the advancement of the y-least position in the curve.","Find the advancement of the y-least position in the curve.","","An elliptic arc curve segment.","Flag parameters for arcs as described by the SVG …","Flattening iterator for arcs.","An elliptic arc curve segment using the SVG’s end-point …","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","Of the four candidate arc sweeps, two will represent an …","","","","","If sweep is true, then the arc will be drawn in a “…","","","","","","","","","","","","A string with a fixed capacity.","A vector with a fixed capacity.","Error value indicating insufficient capacity","A draining iterator for ArrayVec.","By-value iterator for ArrayVec.","","","","","","","","","","","","","","","","","","","","","","","","","","","Return a raw mutable pointer to the vector’s buffer.","Return a mutable slice containing all elements of the …","Return a mutable string slice of the whole ArrayString.","Return a raw pointer to the vector’s buffer.","","","Return a slice containing all elements of the vector.","Return a string slice of the whole ArrayString.","","","","","","","","","","","","","","","","","","","","Return the capacity of the ArrayVec.","Return the capacity of the ArrayString.","","","Remove all elements in the vector.","Make the string empty.","","","","","","","","","","","","","","","","","","","","","","Return an empty array","Return an empty ArrayString","","","","","","","","","","","","","","","Create a draining iterator that removes the specified …","","","","","","","","","Extract the overflowing element","","","","","","","","","","","","","","","Extend the ArrayVec with an iterator.","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Create a new ArrayString from a str.","Returns the argument unchanged.","","","","","","Create a new ArrayString from a byte string literal.","Create an ArrayVec from an iterator.","","","","","","","","","","","","","","","","","","","","Insert element at position index.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the inner fixed size array, if it is full to its …","Return the inner fixed size array.","","","","","","","","","","","Returns whether the ArrayVec is empty.","Returns whether the string is empty.","Return true if the ArrayVec is completely filled to its …","Return if the ArrayString is completely filled.","","","","Return the number of elements in the ArrayVec.","Return the length of the string.","","","","Create a new empty ArrayVec.","Create a new empty ArrayString.","Create a new CapacityError from element.","Create a new empty ArrayVec (const fn).","Create a new empty ArrayString (const fn).","","","","","","","","","","","","","","","","","Remove the last element in the vector and return it.","Removes the last character from the string and returns it.","Remove the element at index and shift down the following …","Push element to the end of the vector.","Adds the given char to the end of the string.","Adds the given string slice to the end of the string.","Push element to the end of the vector without checking the …","Returns the capacity left in the ArrayVec.","Returns the capacity left in the ArrayString.","Remove the element at index and shift down the following …","Removes a char from this ArrayString at a byte position …","Retains only the elements specified by the predicate.","Set the vector’s length without dropping or moving out …","Set the strings’s length.","Convert into a CapacityError that does not carry an …","","","","","Remove the element at index and swap the last element into …","Remove the element at index and swap the last element into …","Returns the ArrayVec, replacing the original with a new …","","","","","","","","","Shortens the vector, keeping the first len elements and …","Shortens this ArrayString to the specified length.","","","","","","Copy all elements from the slice and append to the ArrayVec…","","","","","","","","","Insert element at position index.","","","","","","","","","","","Push element to the end of the vector.","Adds the given char to the end of the string.","Adds the given string slice to the end of the string.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new ArrayString value fully filled with ASCII …","A 2d curve segment defined by four points: the beginning …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","An angle in radians","A 2d vector of booleans, useful for component-wise logic …","A 3d vector of booleans, useful for component-wise logic …","A 2d axis aligned rectangle represented by its minimum and …","An axis aligned 3D box represented by its minimum and …","Homogeneous vector in 3D space.","A one-dimensional distance, with value represented by T …","A 2d Point tagged with a unit.","A 3d Point tagged with a unit.","A 2d Rectangle optionally tagged with a unit.","A rigid transformation. All lengths are preserved under …","A transform that can represent rotations in 2d, …","A transform that can represent rotations in 3d, …","A scaling factor between two different units of …","A group of 2D side offsets, which correspond to …","A 2d size tagged with a unit.","A 3d size tagged with a unit.","A 2d transform represented by a column-major 3 by 3 …","A 3d transform stored as a column-major 4 by 4 matrix.","A 2d transformation from a space to another that can only …","A 3d transformation from a space to another that can only …","Trait for basic trigonometry functions, so they can be …","The default unit.","A 2d Vector tagged with a unit.","A 3d Vector tagged with a unit.","Computes the absolute value of each component.","Computes the absolute value of each component.","Computes the vector with absolute values of each component.","Computes the vector with absolute values of each component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns true if all components are true and false …","Returns true if all components are true and false …","Returns new vector with by-component AND operation applied.","Returns new vector with by-component AND operation applied.","Angle in radians","Returns the signed angle between this vector and the x …","Returns the signed angle between this vector and another …","Returns the positive angle between this vector and another …","Returns true if any component are true and false otherwise.","Returns true if any component are true and false otherwise.","","","","","","","","","Returns true is this transform is approximately equal to …","Returns true is this transform is approximately equal to …","","","","","","","Returns true is this transform is approximately equal to …","Returns true is this transform is approximately equal to …","","Returns true is this transform is approximately equal to …","","Utilities for testing approximate ordering - especially …","","","Returns result of multiplication of both components","Creates a rotation around a given axis.","Creates a rotation around the x axis.","Creates a rotation around the y axis.","Creates a rotation around the z axis.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Shorthand for …","Shorthand for BoolVector2D { x, y }.","Shorthand for BoolVector3D { x, y, z }.","","","","","","","","","","","","","","","","","","","","","","","","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast from one numeric representation to another, …","Cast the unit","Cast the unit","Cast the unit","Cast the unit, preserving the numeric value.","Cast the unit, preserving the numeric value.","Cast the unit","","Cast the unit, preserving the numeric value.","Cast the unit, preserving the numeric value.","Cast the unit","Cast the unit","Cast the unit.","Cast the unit.","See Point2D::ceil()","Rounds each component to the smallest integer equal or …","Rounds each component to the smallest integer equal or …","See Point3D::ceil()","Rounds each component to the smallest integer equal or …","See Size2D::ceil().","See Size3D::ceil().","Rounds each component to the smallest integer equal or …","Rounds each component to the smallest integer equal or …","See Vector2D::ceil()","Rounds each component to the smallest integer equal or …","See Vector3D::ceil()","","","","Returns the point each component of which clamped by …","Returns the point each component of which clamped by …","Returns the point each component of which clamped by …","Returns the size each component of which clamped by …","Returns the size each component of which clamped by …","Returns the vector each component of which is clamped by …","Returns the vector each component of which is clamped by …","Return this vector with minimum and maximum lengths …","Return this vector with minimum and maximum lengths …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the component-wise division of the two vectors.","Returns the component-wise division of the two vectors.","Returns the component-wise multiplication of the two …","Returns the component-wise multiplication of the two …","","","","","","","","","","","","","","","","","","","","","","","","Returns true if this box2d contains the point p. A point …","Returns true if this box3d contains the point p. A point …","Returns true if this rectangle contains the point. Points …","","","Returns true if this box contains the interior of the …","Returns true if this box3d contains the interior of the …","Returns true if this box contains the point p. A point is …","Returns true if this box3d contains the point p. A point …","Returns true if this rectangle contains the interior of …","","Returns the norm of the cross product [self.x, self.y, 0] …","Cross product.","Decompose this into a translation and an rotation to be …","A set of aliases for all types, tagged with the default …","","","","","","","","","","","","","","","Returns the identity transform.","Returns the identity transform.","","","","The extent of the element in the U units along the z axis.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes and returns the determinant of this transform.","Compute the determinant of the transform.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calculates Euclidean division, the matching method for …","Calculates Euclidean division, the matching method for …","Dot product.","Dot product.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns vector with results of “equal” operation on …","Returns vector with results of “equal” operation on …","Returns vector with results of “equal” operation on …","Returns vector with results of “equal” operation on …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a rotation from Euler angles.","Create a 3d point from this one, using the specified z …","Create a 3d vector from this one, using the specified z …","","Rounds each component to the biggest integer equal or …","See Point2D::floor()","Rounds each component to the biggest integer equal or …","See Point3D::floor()","See Size2D::floor().","Rounds each component to the biggest integer equal or …","Rounds each component to the biggest integer equal or …","See Size3D::floor().","See Vector2D::floor()","Rounds each component to the biggest integer equal or …","Rounds each component to the biggest integer equal or …","See Vector3D::floor()","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","Constructor taking angle and length","Create a transform providing its components via an array …","Create a transform providing its components via an array …","Equivalent to from_array with elements packed two at a time","Equivalent to from_array with elements packed four at a …","Constructor setting the same value to all sides, taking a …","Constructor taking properly Lengths instead of scalar …","Constructor taking properly Lengths instead of scalar …","Constructor taking a typed Length for each side.","Constructor taking scalar strongly typed lengths.","Constructor taking scalar strongly typed lengths.","Constructor taking properly Lengths instead of scalar …","Constructor taking properly Lengths instead of scalar …","Constructor.","Constructor.","Returns the smallest box containing all of the provided …","Returns the smallest box containing all of the provided …","Returns the smallest rectangle defined by the …","","Convenience function to create a scale transform from a …","Creates a Box2D of the given size, at offset zero.","Creates a Box3D of the given size, at offset zero.","Creates a rect of the given size, at offset zero.","","","","","","","","","","","","","","","","","","","","","","","","","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unit-less value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Tag a unitless value with units.","Construct side offsets from min and a max vector offsets.","Construct side offsets from min and a max vector offsets.","Unpack the underlying value from the wrapper.","Returns the underlying scalar scale factor.","Returns self.angle as a strongly typed Angle<T>.","Returns vector with results of “greater then” …","Returns vector with results of “greater than” …","Returns vector with results of “greater than” …","Returns vector with results of “greater than” …","","","","","","","","","","","","","","","","","","","","","","","","","","","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","","Component multiplied by the imaginary number i.","Construct an identity transform","Creates the identity rotation.","Creates the identity rotation.","Creates an identity scale (1.0).","Creates no-op translation (both x and y is zero()).","Creates no-op translation (x, y and z is zero()).","Create an identity matrix:","Creates an identity matrix:","Inflates the box by the specified sizes on each side …","Inflates the box by the specified sizes on each side …","","","","","","","","","","","","","","","","","","","","","","","","","Calculate the size and position of an inner box.","Calculate the size and position of an inner rectangle.","Computes the intersection of two boxes, returning None if …","","","Computes the intersection of two boxes without check …","","Returns true if the two boxes intersect.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inverts the transformation","Returns the inverse of this rotation.","Returns the inverse of this rotation.","The inverse Scale (1.0 / self).","Return the inverse transformation.","Return the inverse transformation.","Returns the inverse transform if possible.","Returns the inverse transform if possible.","Returns true if this transform can be represented with a …","Check whether shapes on the XY plane with Z pointing …","Returns true if the size is zero, negative or NaN.","Returns true if the size is zero, negative or NaN.","","Returns true if any component of size is zero, negative, …","Returns true if any component of size is zero, negative or …","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if all members are finite.","Returns true if this scale has no effect.","Check if translation does nothing (both x and y is zero()).","Check if translation does nothing (x, y and z is zero()).","Returns whether it is possible to compute the inverse …","Returns whether it is possible to compute the inverse …","Returns true if the box has a negative area.","Returns true if the box has a negative volume.","Returns true if norm of this quaternion is (approximately) …","Returns true if both components is positive and false any …","Returns true if all components is positive and false any …","Returns true if all side offsets are zero.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","Returns the vector length.","Returns the vector length.","Linearly interpolate between this box and another box.","Linearly interpolate between this box3d and another box3d.","Linearly interpolate between this length and another …","Linearly interpolate between this point and another point.","Linearly interpolate between this point and another point.","Linearly interpolate between this rectangle and another …","Basic Linear interpolation between this rotation and …","Linearly interpolate each component between this size and …","Linearly interpolate between this size and another size.","Linearly interpolate each component between this vector …","Linearly interpolate each component between this vector …","Returns vector with results of “lower then” operation …","Returns vector with results of “lower than” operation …","Returns vector with results of “lower than” operation …","Returns vector with results of “lower than” operation …","","","","","","","","","","","","","","","","","","","","","","","Apply the function f to each component of this point.","Apply the function f to each component of this point.","Apply the function f to each component of this vector.","Apply the function f to each component of this vector.","Returns maximum between this length and another length.","","","","","Returns the size each component of which are maximum of …","Returns the size each component of which are maximum of …","Returns the vector each component of which are maximum of …","Returns the vector each component of which are maximum of …","","","","","Returns minimum between this length and another length.","","","","","Returns the size each component of which are minimum of …","Returns the size each component of which are minimum of …","Returns the vector each component of which are minimum of …","Returns the vector each component of which are minimum of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Multiplies all of the transform’s component by a scalar …","","","","","","","","","Constructor.","Constructor.","Constructor taking scalar values directly.","Associate a value with a unit of measure.","Constructor taking scalar values directly.","Constructor taking scalar values directly.","Constructor.","Construct a new rigid transformation, where the rotation …","Creates a rotation from an angle in radians.","","Constructor taking a scalar for each side.","Constructor taking scalar values.","Constructor taking scalar values.","","","Constructor taking scalar values directly.","Constructor taking scalar values directly.","Create a transform specifying its components in using the …","Create a transform specifying all of it’s component as a …","Create a transform representing a 2d transformation from …","Constructor setting the same value to all sides, taking a …","Construct a new rigid transformation, where the translation…","Returns true if all components are false and false …","Returns true if all components are false and false …","Computes the norm of this quaternion.","Returns a unit quaternion from this one.","Returns the vector with length of one unit.","Returns the vector with length of one unit","Returns new vector with results of negation operation on …","Returns new vector with results of negation operation on …","Returns vector with results of “not equal” operation …","Returns vector with results of “not equal” operation …","Returns vector with results of “not equal” operation …","Returns vector with results of “not equal” operation …","A one-dimensional length, tagged with its units.","","Constructor, setting all components to one.","Constructor, setting all components to one.","Returns new vector with by-component OR operation applied.","Returns new vector with by-component OR operation applied.","Constructor, setting all components to zero.","Constructor, setting all components to zero.","","Create an orthogonal projection transform.","Calculate the b and position of an outer box.","Calculate the size and position of an outer rectangle.","Returns a box that encompasses the result of transforming …","Returns a 2d box that encompasses the result of …","Returns a 3d box that encompasses the result of …","Returns a rectangle that encompasses the result of …","Returns a rectangle that encompasses the result of …","","","","Create a simple perspective transform, projecting to the …","Shorthand for Point2D::new(x, y).","Shorthand for Point3D::new(x, y).","","Applies a rotation before self’s transformation and …","Returns a transform with a rotation applied before self’…","Applies a scale before self’s transformation and returns …","Returns a transform with a scale applied before self’s …","Applies a translation before self’s transformation and …","Returns a transform with a translation applied before self…","Returns this vector projected onto another one.","Returns this vector projected onto another one.","Returns a projection of this transform in 2d space.","Creates a rotation around from a quaternion representation.","The real part.","Creates a rotation from an angle in radians.","","","Shorthand for …","Returns a reflection vector using an incident ray and a …","Returns a reflection vector using an incident ray and a …","Calculates the least nonnegative remainder of …","Calculates the least nonnegative remainder of …","","Return the normalized vector even if the length is larger …","Return the normalized vector even if the length is larger …","Returns a rotation transform.","Create a 3d rotation transform from an angle / axis. The …","","Return a box with edges rounded to integer coordinates, …","Return a box3d with edges rounded to integer coordinates, …","Rounds each component to the nearest integer value.","See Point2D::round()","Rounds each component to the nearest integer value.","See Point3D::round()","Return a rectangle with edges rounded to integer …","Rounds each component to the nearest integer value.","See Size2D::round().","Rounds each component to the nearest integer value.","See Size3D::round().","See Vector2D::round()","Rounds each component to the nearest integer value.","See Vector3D::round()","Rounds each component to the nearest integer value.","Return a box with faces/edges rounded to integer …","Return a box3d with faces/edges rounded to integer …","Return a rectangle with edges rounded to integer …","Return a box with faces/edges rounded to integer …","Return a box3d with faces/edges rounded to integer …","Return a rectangle with edges rounded to integer …","","","","","","Create a 2d scale transform:","Create a 3d scale transform:","Returns point, each component of which or from a, or from b…","Returns point, each component of which or from a, or from b…","Returns size, each component of which or from a, or from b …","Returns size, each component of which or from a, or from b …","Returns vector, each component of which or from a, or from …","Returns vector, each component of which or from a, or from …","Change the size of the box by adjusting the max endpoint …","","","","","Shorthand for Size2D::new(w, h).","Shorthand for Size3D::new(w, h, d).","Create a 2d skew transform.","Spherical linear interpolation between this rotation and …","Constructor setting all components to the same value.","Constructor setting all components to the same value.","Constructor setting all components to the same value.","Constructor setting all components to the same value.","","","Constructor setting all components to the same value.","Constructor setting all components to the same value.","Returns the vector’s length squared.","Returns the vector’s length squared.","Computes the squared norm of this quaternion.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the multiplication of the two transforms such that …","Returns a rotation representing the other rotation …","Returns a rotation representing this rotation followed by …","Returns the multiplication of the two matrices such that …","Returns the multiplication of the two matrices such that …","Applies a rotation after self’s transformation and …","Returns a transform with a rotation applied after self’s …","Applies a scale after self’s transformation and returns …","Returns a transform with a scale applied after self’s …","Applies a translation after self’s transformation and …","Returns a transform with a translation applied after self…","Convert into a 2d point.","Convert into a 2d vector.","Create a 2D transform picking the relevant terms from this …","Convert into a 3d point with z-coordinate equals to zero.","Creates a 3d rotation (around the z axis) from this 2d …","Convert into a 3d vector with z coordinate equals to …","Create a 3D transform from the current transform","Cast into an array with x and y.","Cast into an array with x, y and z.","Return this size as an array of two elements (width, then …","Return this size as an array of three elements (width, …","Cast into an array with x and y.","Cast into an array with x, y and z.","Cast into an array with x and y.","Cast into an array with x, y and z.","Returns an array containing this transform’s terms.","Returns an array containing this transform’s terms.","","Cast into an array with x, y, z and 0.","Returns an array containing this transform’s terms …","Returns an array containing this transform’s terms …","Equivalent to to_array with elements packed two at a time …","Equivalent to to_array with elements packed four at a time …","Equivalent to to_array_transposed with elements packed …","","Cast into an f32 box.","Cast into an f32 box3d.","Cast into an f32 point.","Cast into an f32 point.","Cast into an f32 rectangle.","Cast into an f32 size.","Cast into an f32 size.","Cast into an f32 vector.","Cast into an f32 vector.","Cast into an f32 vector.","Cast into an f32 vector.","Cast into an f64 box.","Cast into an f64 box3d.","Cast into an f64 point.","Cast into an f64 point.","Cast into an f64 rectangle.","Cast into an f64 size.","Cast into an f64 size.","Cast into an f64 vector.","Cast into an f64 vector.","Cast into an f64 vector.","Cast into an f64 vector.","Cast into an i32 box, truncating decimals if any.","Cast into an i32 box3d, truncating decimals if any.","Cast into an i32 point, truncating decimals if any.","Cast into an i32 point, truncating decimals if any.","Cast into an i32 rectangle, truncating decimals if any.","Cast into an i32 size, truncating decimals if any.","Cast into an i32 size, truncating decimals if any.","Cast into an i32 vector, truncating decimals if any.","Cast into an i32 vector, truncating decimals if any.","Cast into an i32 vector, truncating decimals if any.","Cast into an i32 vector, truncating decimals if any.","Cast into an i64 box, truncating decimals if any.","Cast into an i64 box3d, truncating decimals if any.","Cast into an i64 point, truncating decimals if any.","Cast into an i64 point, truncating decimals if any.","Cast into an i64 rectangle, truncating decimals if any.","Cast into an i64 size, truncating decimals if any.","Cast into an i64 size, truncating decimals if any.","Cast into an i64 vector, truncating decimals if any.","Cast into an i64 vector, truncating decimals if any.","Cast into an i64 vector, truncating decimals if any.","Cast into an i64 vector, truncating decimals if any.","","","","","","","","","","","","","","","","","","","","","","","","","","","Cast this vector into a point.","Cast this vector into a point.","Convert into Cartesian 2D point.","Convert into Cartesian 3D point.","","Cast this vector into a size.","","Returns the matrix representation of this rotation.","Returns the matrix representation of this rotation.","Returns the matrix representation of this translation.","Returns the matrix representation of this translation.","Creates translation by this vector in vector units.","Creates translation by this vector in vector units","Cast into a tuple with x and y.","Cast into a tuple with x, y and z.","Return this size as a tuple of two elements (width, then …","Return this size as an array of three elements (width, …","Cast into a tuple with x and y.","Cast into a tuple with x, y and z.","Cast into a tuple with x and y.","Cast into a tuple with x, y and z.","","Cast into a tuple with x, y, z and 0.","Cast into an u32 box, truncating decimals if any.","Cast into an u32 box3d, truncating decimals if any.","Cast into an u32 point, truncating decimals if any.","Cast into an u32 point, truncating decimals if any.","Cast into an u32 rectangle, truncating decimals if any.","Cast into an u32 size, truncating decimals if any.","Cast into an u32 size, truncating decimals if any.","Cast into an u32 vector, truncating decimals if any.","Cast into an u32 vector, truncating decimals if any.","Cast into an u32 vector, truncating decimals if any.","Cast into an u32 vector, truncating decimals if any.","Cast into an u64 rectangle, truncating decimals if any.","Cast into an u64 size, truncating decimals if any.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Drop the units, preserving only the numeric value.","Cast into an usize box, truncating decimals if any.","Cast into an usize box3d, truncating decimals if any.","Cast into an usize point, truncating decimals if any.","Cast into an usize point, truncating decimals if any.","Cast into an usize rectangle, truncating decimals if any.","Cast into an uint size, truncating decimals if any.","Cast into an uint size, truncating decimals if any.","Cast into an usize vector, truncating decimals if any.","Cast into an usize vector, truncating decimals if any.","Cast into an usize vector, truncating decimals if any.","Cast into an usize vector, truncating decimals if any.","Cast this point into a vector.","Cast this point into a vector.","Return this size as a vector with width and height.","Return this size as a vector with width, height and depth.","Cast into a 2D vector.","Cast into a 3D vector.","","Translate a 2D box and cast its unit.","Returns the given box transformed by this scale.","Translate a 2D box and cast its unit.","Returns the given box transformed by this scale.","Translate a 3D box and cast its unit.","Returns the given 2d point transformed by this rotation.","","","Returns the given point transformed by this scale.","Translate a point and cast its unit.","","","Returns the given point transformed by this transform.","Returns the given 2d point transformed by this rotation …","Translate a point and cast its unit.","Returns the given 2d point transformed by this transform, …","Returns the homogeneous vector corresponding to the …","Returns the given 3d point transformed by this rotation.","Returns the given point transformed by this scale.","Translate a point and cast its unit.","Returns the given 3d point transformed by this transform, …","Returns the homogeneous vector corresponding to the …","Returns the given rect transformed by this scale.","Translate a rectangle and cast its unit.","Translate a rectangle and cast its unit.","Returns the given size transformed by this scale.","No-op, just cast the unit.","No-op, just cast the unit.","Returns the given 2d vector transformed by this rotation.","","","Returns the given vector transformed by this scale.","","Returns the given vector transformed by this matrix.","","Returns the given 2d vector transformed by this rotation …","Returns the given 2d vector transformed by this matrix.","Returns the given 3d vector transformed by this rotation.","Returns the given 3d vector transformed by this matrix.","Returns the same box, translated by a vector.","Returns the same box3d, translated by a vector.","Returns the same rectangle, translated by a vector.","Create a 2d translation transform:","Create a 3d translation transform:","","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","Fallible cast from one numeric representation to another, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the vector with length of one unit.","Returns the vector with length of one unit.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Computes the union of two boxes.","Computes the union of two boxes.","","Creates a rotation around from a quaternion representation …","Convenience constructor.","Convenience constructor.","Returns the vector part (i, j, k) of this quaternion.","","","Returns result of multiplication of all components","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","Returns the same transform with a different destination …","Returns the same transform with a different destination …","Return this vector scaled to fit the provided length.","Return this vector capped to a maximum length.","Return this vector capped to a maximum length.","Return this vector with a minimum length applied.","Return this vector with a minimum length applied.","Returns the same transform with a different source unit.","Returns the same transform with a different source unit.","","","","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","Returns a 2d point using this point’s x and y coordinates","Returns a 2d vector using this vector’s x and y …","Returns a 2d vector using this vector’s x and y …","","Returns a 2d point using this point’s x and z coordinates","Returns a 2d vector using this vector’s x and z …","Returns a 2d vector using this vector’s x and z …","","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","","Swap x and y.","Swap x and y.","Returns a 2d point using this point’s x and z coordinates","Returns a 2d vector using this vector’s x and z …","Returns a 2d vector using this vector’s y and z …","","","","","The z (traditionally, depth) coordinate.","","","Constructor, setting all sides to zero.","Constructor, setting all sides to zero.","","The same as origin().","","","The same as origin().","Constructor, setting all sides to zero.","Constructor, setting all sides to zero.","","The same as Zero::zero() but available without importing …","The same as Zero::zero() but available without importing …","","Constructor, setting all components to zero.","Constructor, setting all components to zero.","Constructor, setting all components to zero.","Constructor, setting all components to zero.","Apply the function f to each pair of components of this …","Apply the function f to each pair of components of this …","Apply the function f to each pair of components of this …","Apply the function f to each pair of components of this …","Trait for testing approximate equality","Default epsilon value","Returns true is this object is approximately equal to the …","Returns true is this object is approximately equal to the …","","","","","","","","","","","","","","","","","","","","","","","Angle in radians","","The extent of the element in the U units along the z axis.","The extent of the element in the U units along the y axis …","The extent of the element in the U units along the y axis.","Component multiplied by the imaginary number i.","Component multiplied by the imaginary number j.","Component multiplied by the imaginary number k.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The real part.","","","","","","","The extent of the element in the U units along the x axis …","The extent of the element in the U units along the x axis.","","","The x (traditionally, horizontal) coordinate.","The x (traditionally, horizontal) coordinate.","","","","","","The y (traditionally, vertical) coordinate.","The y (traditionally, vertical) coordinate.","","","","","The z (traditionally, depth) coordinate.","","","Defines the smallest integer equal or greater than the …","Defines the biggest integer equal or lower than the …","","Defines the nearest integer value to the original value.","","Rounds to the smallest integer equal or greater than the …","Rounds to the biggest integer equal or lower than the …","","Rounds to the nearest integer value.","","A flattening iterator for quadratic bézier segments.","A flattening iterator for quadratic bézier segments.","","A 2d curve segment defined by three points: the beginning …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Common APIs to segment types.","","Return the curve after the split point.","Compute the length of the segment using a flattened …","Return the curve before the split point.","Sample the derivative at t (expecting t between 0 and 1).","Sample x derivative at t (expecting t between 0 and 1).","Sample y derivative at t (expecting t between 0 and 1).","Swap the direction of the segment.","Approximates the curve with sequence of line segments.","Start of the curve.","Sample the curve at t (expecting t between 0 and 1).","Split this curve into two sub-curves.","Return the curve inside a given range of t.","End of the curve.","","","Sample x at t (expecting t between 0 and 1).","Sample y at t (expecting t between 0 and 1).","","Angle between vectors v1 and v2 (oriented clockwise …","","","","","An iterator that consumes Event iterator and yields …","An iterator that consumes an iterator of Points and …","","An extension trait for PathEvent iterators.","Applies a 2D transform to a path iterator and yields the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator that turns curves into line segments.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create the iterator.","Creates a new transformed path iterator from a path …","","","","","","","","Returns an iterator applying a 2D transform to all of its …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An angle in radians (f32).","Alias for euclid::default::Box2D<f32>","Alias for euclid::default::Point2D<f32>.","Alias for euclid::default::Rotation2D<f32>","Alias for euclid::default::Scale<f32>","Alias for euclid::default::Size2D<f32>.","Alias for euclid::default::Transform2D<f32>","Alias for euclid::default::Translation2D<f32>","Alias for euclid::default::Point2D<f32>.","Angle in radians","The extent of the element in the U units along the y axis …","","","","","","","","","Shorthand for Point::new(x, y).","","Shorthand for Size::new(x, y).","Shorthand for Vector::new(x, y).","The extent of the element in the U units along the x axis …","","The x (traditionally, horizontal) coordinate.","","","The y (traditionally, vertical) coordinate.","","","The default builder for Path.","A builder for Path with custom attributes.","An iterator of endpoint and control point ids for Path and …","An iterator for Path and PathSlice.","An iterator for Path and PathSlice.","A simple path data structure.","A view on a Path.","An iterator of over a Path traversing the path in reverse.","A Builder that appends a path to an existing PathBuffer.","A Builder that appends a path to an existing PathBuffer, …","Iterator over the paths in a PathBufferSlice.","An object that stores multiple paths contiguously.","A view on a PathBuffer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A view over a sequence of endpoint IDs forming a polygon.","An iterator of Event<EndpointId, ()>.","An iterator of PathEvent.","A view over a sequence of endpoints forming a polygon.","An iterator of IdEvent for Polygon.","An iterator of Event<&Endpoint, ()>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Builds a path.","The base path building interface.","An extension trait for PathEvent iterators.","The type of object that is created by this builder.","A path building interface that tries to stay close to SVG…","Adds a sub-path containing a circle.","Adds a sub-path containing an ellipse.","Adds a sub-path containing a single line segment.","Adds a sub-path containing a single point.","Adds a sub-path from a polygon.","Adds a sub-path from a polygon.","Adds a sub-path containing a rectangle.","Adds a sub-path containing a rectangle.","Adds an elliptical arc.","Starts a new sub-path at a given position.","Builds a path object, consuming the builder.","Ends the current sub-path by connecting it back to its …","Closes the current sub path.","Adds a cubic bézier curve to the current sub-path.","Adds a cubic bézier segment to the current sub-path.","Ends the current sub path.","","Returns a builder that approximates all curves with …","Returns an iterator that turns curves into line segments.","Adds an horizontal line segment.","Adds a line segment to the current sub-path.","Adds a line segment to the current sub-path.","Start a new sub-path at the given position.","","Applies the provided path event.","Adds a quadratic bézier curve to the current sub-path.","Adds a quadratic bézier segment to the current sub-path.","Equivalent to arc_to in relative coordinates.","Equivalent to cubic_bezier_to in relative coordinates.","Adds an horizontal line segment in relative coordinates.","Equivalent to line_to in relative coordinates.","Equivalent to move_to in relative coordinates.","Equivalent to quadratic_bezier_to in relative coordinates.","Adds a vertical line segment in relative coordinates.","Hints at the builder that a certain number of endpoints …","Hints at the builder that a certain number of endpoints …","Equivalent to cubic_bezier_to with implicit first control …","Equivalent to quadratic_bezier_to with implicit control …","Equivalent to smooth_cubic_bezier_to in relative …","Equivalent to smooth_quadratic_bezier_to in relative …","Returns a builder that applies the given transformation to …","Returns an iterator applying a 2D transform to all of its …","Adds a vertical line segment.","Returns a builder that support SVG commands.","A bevelled corner.","The stroke for each sub-path does not extend beyond its …","A Gradient color.","The shape used at the end of open subpaths when they are …","The dash pattern used when stroking the line.","The shape used at the corners of paths or basic shapes …","A sharp corner.","At the end of each sub-path, the shape representing the …","A round corner.","A solid Color.","At the end of each sub-path, the shape representing the …","The style of a stroke.","The coloring style of some drawing.","The shape to be used at the end of open subpaths when they …","The dash pattern used when stroking the line.","The shape to be used at the corners of paths or basic …","The offset of LineDash::segments to start the pattern.","The alternating lengths of lines and gaps which describe …","The color or gradient of the stroke.","The distance between the two edges of the stroke.","A fill which linearly interpolates colors along a …","A linear gradient.","A linear gradient interpolates colors along a direction …","Packed Gradient data for use in shader code.","","","Adds a new ColorStop, defined by an offset and a color, to …","Adds multiple ColorStops to the gradient.","","","","","","","","","","","","","","","","","","","","","","","","","","","The absolute ending position of the gradient.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Creates a new Linear builder.","Creates a new Packed gradient for use in shader code.","Packs the Gradient for use in shader code.","The absolute starting position of the gradient.","ColorStops along the linear gradient direction.","","","","","","","","","","","","","","","","","Tries to load an image by its Handle.","Pixel is 8-bit alpha","AnimationDecoder trait","An Image in AVIF format.","Pixel contains 8-bit B, G and R channels","Pixel is 8-bit BGR with an alpha channel","An Image in BMP Format","An Image in BMP Format","The number of channels of this pixel type.","A string that can help to interpret the meaning each …","This pixel has the format of one of the predefined …","Pixel is 8-bit CMYK","An enumeration over supported color types and bit depths","The maximum value for this type of primitive within the …","The minimum value for this type of primitive within the …","An Image in DDS Format","An error was encountered while decoding.","The delay of a frame relative to the previous one.","A Dynamic Image","Types which are safe to treat as an immutable byte slice …","An error was encountered while encoding.","Contains the error value","An enumeration of color types encountered in image formats.","An Image in farbfeld Format","An Image in farbfeld Format","A flat buffer over a (multi channel) image.","A single animation frame","An implementation dependent iterator, reading the frames …","A trait for manipulating images.","Trait to inspect an image.","An Image in GIF Format","An Image in GIF Format","Sendable grayscale + alpha channel image buffer","Sendable grayscale image buffer","An Image in Radiance HDR Format","An Image in ICO Format","An Image in ICO Format","Generic image buffer","The trait that all decoders implement","Specialized image decoding not be supported by all formats","The trait all encoders implement","The generic error type for image operations.","An enumeration of supported image formats. Not all formats …","Each pixel in this image is 16-bit Luma","Each pixel in this image is 8-bit Luma","Each pixel in this image is 16-bit Luma with alpha","Each pixel in this image is 8-bit Luma with alpha","An enumeration of supported image formats for encoding.","Result of an image decoding/encoding process","Each pixel in this image is 16-bit Rgb","Each pixel in this image is 32-bit float Rgb","Each pixel in this image is 8-bit Rgb","Each pixel in this image is 16-bit Rgb with alpha","Each pixel in this image is 32-bit float Rgb with alpha","Each pixel in this image is 8-bit Rgb with alpha","An error occurred while interacting with the environment.","An Image in JPEG Format","An Image in JPEG Format with specified quality, up to 100","Pixel is 1-bit luminance","Pixel is 16-bit luminance","Pixel is 16-bit luminance","Pixel is 2-bit luminance","Pixel is 4-bit luminance","Pixel is 8-bit luminance","Pixel is 8-bit luminance","Pixel is 1-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 16-bit luminance with an alpha channel","Pixel is 2-bit luminance with an alpha channel","Pixel is 4-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Pixel is 8-bit luminance with an alpha channel","Completing the operation would have required more …","Grayscale colors.","Grayscale colors + alpha channel","Contains the success value","An Image in OpenEXR Format","An Image in OpenEXR Format","An error was encountered in input arguments.","A generalized pixel.","The type of pixel.","The pixel with an associated ColorType. Not all possible …","Immutable pixel iterator","An Image in PNG Format","An Image in PNG Format","An Image in general PNM Format","An Image in one of the PNM Formats","The type of each channel in a pixel. For example, this can …","Represents the progress of an image operation.","An Image in QOI format.","An image in QOI Format","The type of reader produced by into_reader.","RGB colors.","Pixel contains 1-bit R, G and B channels","Pixel is 16-bit RGB","Pixel contains 16-bit R, G and B channels","Pixel contains 2-bit R, G and B channels","Pixel is 32-bit float RGB","Pixel is 32-bit float RGB","An image buffer for 32-bit float RGB pixels, where the …","Pixel contains 4-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Pixel contains 8-bit R, G and B channels","Sendable Rgb image buffer","RGB colors + alpha channel","Pixel is 1-bit RGB with an alpha channel","Pixel is 16-bit RGBA","Pixel is 16-bit RGB with an alpha channel","Pixel is 2-bit RGB with an alpha channel","Pixel is 32-bit float RGBA","Pixel is 32-bit float RGBA","An image buffer for 32-bit float RGBA pixels, where the …","Pixel is 4-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Pixel is 8-bit RGB with an alpha channel","Sendable Rgb + alpha channel image buffer","A View into another image","The scalar type that is used to store each channel in this …","An Image in TGA Format","An Image in TGA Format","An Image in TIFF Format","An Image in TIFF Format","Pixel is of unknown color type with the specified bits per …","An operation can not be completed by the chosen …","A value for signalling an error: An unsupported format was …","An Image in WEBP Format","An image in WebP Format.","","","","","","","","","","","","","","","","","","","Adjust the contrast of this image. contrast is the amount …","Return all ImageFormats","Apply the function f to each channel of this pixel.","","","","","Apply the function f to each channel of this pixel and …","","","","","Apply the function f to each channel except the alpha …","","","","","Apply the function f to each channel except the alpha …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the bytes of this value.","Return this image’s pixels as a native endian byte slice.","Return a view on the raw sample buffer.","Return a view on the raw sample buffer for 32bit per …","Return a mutable view on the raw sample buffer.","Return a view on the raw sample buffer for 16 bit per …","Return a view on the raw sample buffer for 8 bit per …","Return a reference to an 16bit Grayscale image","Return a reference to an 8bit Grayscale image","Return a reference to an 16bit Grayscale image with an …","Return a reference to an 8bit Grayscale image with an …","Get a mutable reference based version.","Return a mutable reference to an 16bit Grayscale image","Return a mutable reference to an 8bit Grayscale image","Return a mutable reference to an 16bit Grayscale image …","Return a mutable reference to an 8bit Grayscale image with …","Return a mutable reference to an 16bit RGB image","Return a mutable reference to an 32bit RGB image","Return a mutable reference to an 8bit RGB image","Return a mutable reference to an 16bit RGBA image","Return a mutable reference to an 16bit RGBA image","Return a mutable reference to an 8bit RGBA image","View the samples as a slice.","Returns the underlying raw buffer","Get a reference based version.","Return a reference to an 16bit RGB image","Return a reference to an 32bit RGB image","Return a reference to an 8bit RGB image","Return a reference to an 16bit RGBA image","Return a reference to an 32bit RGBA image","Return a reference to an 8bit RGBA image","View the samples as a slice.","View this buffer as an image over some type of pixel.","Interpret this buffer as a mutable image.","View this buffer but keep mutability at a sample level.","Returns the number of bits contained in a pixel of …","Blend the color of a given pixel into ourself, taking into …","","","","","Put a pixel at location (x, y), taking into account alpha …","Put a pixel at location (x, y), taking into account alpha …","","Performs a Gaussian blur on this image. sigma is a measure …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bounding rectangle of this image.","Tuple of bounds in the order of coordinate inputs.","","","Brighten the pixels of this image. value is the amount to …","Iterators and other auxiliary structure for the ImageBuffer…","Returns the image buffer","Returns a mutable image buffer","Returns the number of bytes contained in a pixel of …","","","","","","","","","","","","","","","","","","","Return if the ImageFormat can be decoded by the lib.","Return if the ImageFormat can be encoded by the lib.","Change the coordinates of this subimage.","Returns the number of color channels that make up this …","Get the number of channels for colors of this type.","Returns the components as a slice.","","","","","Returns the channels of this pixel as a 4 tuple. If the …","","","","","Returns the components as a mutable slice","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encoding and decoding for various image file formats.","Steps through the iterator from the current frame until …","Return this image’s color type.","Supplementary color information.","Returns the color type of the image data produced by this …","","","","","","","","","","","","","","","","","","","Examples","Copies all of the pixels from another image into this …","Copies all of the pixels from one part of this image to …","","Return a cut-out of this image delimited by the bounding …","Return a cut-out of this image delimited by the bounding …","A measure of completed decoding.","","","Delay of this frame","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a tuple containing the width and height of the …","The width and height of this image.","","The width and height of this image.","","","","","","","","","","","","","","","","","","","","Enumerates over the pixels of the image. The iterator …","Enumerates over the pixels of the image. The iterator …","Enumerates over the rows of the image. The iterator yields …","Enumerates over the rows of the image. The iterator yields …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains detailed error representation.","Expands a color palette by re-using the existing buffer. …","Return a list of applicable extensions for this format.","Get the dimensions (channels, width, height).","Filters this image with the specified 3x3 kernel.","Check if a buffer of length len is large enough.","Image representations for ffi.","Flip this image horizontally","Flip this image vertically","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Construct a pixel from the 4 channels a, b, c and d. If …","","","","","Decodes an encoded image into a dynamic image.","Return the image format specified by a path’s file …","Constructs a new ImageBuffer by repeated application of …","Return the image format specified by a MIME type.","Create a delay from a ratio of milliseconds.","Constructs a new frame","Return the image format specified by the path’s file …","Constructs a new ImageBuffer by copying a pixel","Constructs a buffer from a generic container (for example …","Convert from a duration, clamped between 0 and an …","Returns a view into a slice.","","","","","Returns mutable view into a mutable slice.","","","","","","","","","","","","","","","","","","","","","","","Creates an image buffer out of an existing buffer. Returns …","Get a mutable reference to a single sample.","Returns the pixel located at (x, y). Indexed from top left.","Gets a reference to the pixel at location (x, y)","","","Gets a reference to the pixel at location (x, y) or …","Gets a reference to the mutable pixel at location (x, y). …","","Gets a reference to the mutable pixel at location (x, y)","Do not use is function: It is unimplemented!","Gets a reference to the mutable pixel at location (x, y) …","Get a reference to a single sample.","Return a grayscale version of this image. Returns Luma …","Guess image format from memory block","If there are any samples aliasing each other.","Returns if there is an alpha channel.","Returns false if the color scheme is grayscale, true …","","","","","","","","","The height of this image.","The height of this image.","Returns the height of the underlying image","Hue rotate the supplied image. value is the degrees to …","Returns the ICC color profile embedded in the image","Read a tuple containing the (width, height) of the image …","Mutable portion of the buffer that holds sample values.","Return the portion of the buffer that holds sample values.","Image Processing Functions","Returns true if this x, y coordinate is contained inside …","Check that the pixel and the channel index are in bounds.","Get an index provided it is inbouds.","Resolve the index of a particular sample.","Return a reference to a single sample at specified …","","","","","","Get the theoretical position of sample (x, y, channel).","Return a mutable reference to a single sample at specified …","","","","","","","","","","","","","","","","","","","","","","","","Get a reference to the underlying image.","Get a mutable reference to the underlying image.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 image buffer","Return this image’s pixels as a byte vector. If the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the raw sample buffer with its stride an dimension …","Consume the decoder producing a series of frames.","","","Consume the image and returns a Luma image.","Consume the image and returns a Luma image.","Consume the image and returns a LumaA image.","Consume the image and returns a LumaA image.","Returns the underlying raw buffer","Returns a reader that can be used to obtain the bytes of …","Consume the image and returns a RGB image.","Consume the image and returns a RGB image.","Consume the image and returns a RGB image.","Consume the image and returns a RGBA image.","Consume the image and returns a RGBA image.","Consume the image and returns a RGBA image.","","","","","","","","","","","","","","","","","","","Consumes the image buffer and returns the underlying data …","Invert this pixel","","","","","Invert the colors of this image. This method operates …","Input and output of images.","Check if a buffer fulfills the requirements of a normal …","A repr(C) description of the layout of buffer samples.","Returns the x offset","Create a new image from a Reader.","Create a new image from a byte slice","Create a new image from a byte slice","Apply the function f to each channel of this pixel.","","","","","Apply the function f to each channel of this pixel and …","","","","","Apply the function f to each channel except the alpha …","","","","","Apply the function f to each channel except the alpha …","Mathematical helper functions and types.","Get the minimum length of a buffer such that all in-bounds …","Creates a new Frames from an implementation specific …","Constructs a new frame without any delay.","Creates a new image buffer based on a Vec<P::Subpixel>.","Creates a dynamic image backed by a buffer depending on …","Construct a new subimage The coordinates set the position …","Creates a dynamic image backed by a buffer of gray pixels.","Creates a dynamic image backed by a buffer of gray pixels.","Creates a dynamic image backed by a buffer of gray pixels …","Creates a dynamic image backed by a buffer of gray pixels …","Creates a dynamic image backed by a buffer of RGB pixels.","Creates a dynamic image backed by a buffer of RGB pixels.","Creates a dynamic image backed by a buffer of RGB pixels.","Creates a dynamic image backed by a buffer of RGBA pixels.","Creates a dynamic image backed by a buffer of RGBA pixels.","Creates a dynamic image backed by a buffer of RGBA pixels.","","","The numerator and denominator of the delay in milliseconds.","The offsets of this subimage relative to the underlying …","Open the image located at the path specified. The image’…","Returns the color type of the image file before decoding","","Returns an Iterator over the pixels of this image. The …","Returns an iterator over the pixels of this image. The …","Returns an iterator over the mutable pixels of this image.","Put a pixel at location (x, y). Indexed from top left.","Puts a pixel at location (x, y)","","","Returns all the bytes in the image.","Same as read_image but periodically calls the provided …","Decode a rectangular section of the image; see …","Decode a rectangular section of the image, periodically …","Return the ImageFormats which are enabled for reading.","Calculate a measure for remaining decoding work.","Resize this image using the specified filter algorithm. …","Resize this image using the specified filter algorithm. …","Resize this image using the specified filter algorithm. …","Rotate this image 180 degrees clockwise.","Rotate this image 270 degrees clockwise.","Rotate this image 90 degrees clockwise.","Returns an iterator over the rows of this image.","Returns an iterator over the mutable rows of this image.","Get the format of the buffer when viewed as a matrix of …","Underlying linear container holding sample values.","Saves the buffer to a file at the path specified.","Saves the buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified.","Saves the supplied buffer to a file at the path specified …","Saves the buffer to a file at the specified path in the …","Saves the buffer to a file at the specified path in the …","Returns the minimum number of bytes that can be …","Set decoding limits for this decoder. See Limits for the …","Shrink the image to the minimum of current and given …","","Get the strides for indexing matrix-like [(c, w, h)].","Returns a mutable subimage that is a view into this image. …","Create a mutable sub-view of the image.","Scale this image down to fit within a specific size. …","Scale this image down to a specific size. Returns a new …","Return a copy of this image’s pixels as a byte vector. …","Convert this subimage to an ImageBuffer","Convert this pixel to luma","","","","","Returns a copy of this image as a Luma image.","Returns a copy of this image as a Luma image.","Returns a copy of this image as a Luma image.","Convert this pixel to luma with an alpha channel","","","","","Returns a copy of this image as a LumaA image.","Returns a copy of this image as a LumaA image.","Returns a copy of this image as a LumaA image.","Return the MIME type for this image format or “…","","","","","","","","","","","","","","","","","Convert this pixel to RGB","","","","","Returns a copy of this image as an RGB image.","Returns a copy of this image as an RGB image.","Returns a copy of this image as an RGB image.","Convert this pixel to RGB with an alpha channel","","","","","Returns a copy of this image as an RGBA image.","Returns a copy of this image as an RGBA image.","Returns a copy of this image as an RGBA image.","","","Copy the data into an owned vector.","Returns the y offset","A measure of all necessary decoding work.","Returns the total number of bytes in the decoded image.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Move the data into an image buffer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the pixel located at (x, y). Indexed from top left.","Returns the pixel located at (x, y), ignoring bounds …","Puts a pixel at location (x, y). Indexed from top left.","Puts a pixel at location (x, y), ignoring bounds checking.","Performs an unsharpen mask on this image. sigma is the …","Returns a subimage that is an immutable view into this …","Create a sub-view of the image.","The width of this image.","The width of this image.","Returns the width of the underlying image","Create a monocolor image from a single pixel.","Writes the supplied buffer to a writer in the specified …","Writes all the bytes in an image to the encoder.","Writes the buffer to a writer in the specified format.","Encode this image and write it to w.","Writes the buffer with the given encoder.","Encode this image with the provided encoder.","Return the ImageFormats which are enabled for writing.","Provides color conversions for whole image buffers.","Enumerate the pixels of an image.","Enumerate the pixels of an image.","Enumerate the rows of an image.","Enumerate the rows of an image.","Iterate over pixel refs.","Iterate over mutable pixel refs.","Iterate over rows of an image","Iterate over mutable rows of an image","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts self to a buffer of type T","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Decoding and Encoding of BMP Images","Decoding of DDS images","Decoding of DXT (S3TC) compression","Decoding of farbfeld images","Decoding of GIF Images","Decoding of Radiance HDR Images","Decoding and Encoding of ICO files","Decoding and Encoding of JPEG Images","Decoding of OpenEXR (.exr) Images","Decoding and Encoding of PNG Images","Decoding of netpbm image formats (pbm, pgm, ppm and pam).","Decoding and encoding of QOI images","Decoding of TGA Images","Decoding and Encoding of TIFF Images","Decoding and Encoding of WebP Images","A bmp decoder","The representation of a BMP encoder.","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image image that has dimensions width and …","Same as encode, but allow a palette to be passed in. The …","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Get the palette that is embedded in the BMP image, if any.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Create a new decoder that decodes from the stream r","Create a new encoder that writes its output to w.","Create a new decoder that decodes from the stream r …","","","If true, the palette in BMP does not apply to the image …","","","","","","","","","","","","","","","","The representation of a DDS decoder","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","Create a new decoder that decodes from the stream r","","","","","","","","","","The DXT1 format. 48 bytes of RGB data in a 4x4 pixel …","The DXT3 format. 64 bytes of RGBA data in a 4x4 pixel …","The DXT5 format. 64 bytes of RGBA data in a 4x4 pixel …","DXT decoder","DXT encoder","DXT reader","What version of DXT compression are we using? Note that …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the color type that is stored in this DXT variant","","","","","","","","","","","","","","","","","","Encodes the image data data that has dimensions width and …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new DXT decoder that decodes from the stream r. …","Create a new encoder that writes its output to w","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","farbfeld decoder","farbfeld encoder","farbfeld Reader","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image data (native endian) that has dimensions …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes from the stream r","Create a new encoder that writes its output to w. The …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finite number of repetitions","GIF decoder","GIF encoder.","Wrapper struct around a Cursor<Vec<u8>>","Looping GIF","Number of repetitions for a GIF animation","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encode a single image.","Encode one frame of animation.","Encodes Frames. Consider using try_encode_frames instead …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes the input steam r","Creates a new GIF encoder with a speed of 1. This …","Create a new GIF encoder, and has the speed parameter speed…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set the repeat behaviour of the encoded GIF","","","","","","Try to encode a collection of ImageResult<animation::Frame>…","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes the input steam r, …","Adapter to conform to ImageDecoder trait","An Radiance HDR decoder","Radiance HDR encoder","Scanline buffered pixel by pixel iterator","Metadata for Radiance HDR image","Wrapper struct around a Cursor<Vec<u8>>","Refer to wikipedia","Radiance HDR file signature","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Color components","","","","","","","","","","","","Divide color values by corresponding tuple member (r, g, …","","","","","","","","","All lines contained in image header are put here. Ordering …","","","","","","","","","","","","","","","","","","","","","","","","Exponent","Encodes the image data that has dimensions width and height","","","","","Divide color values by exposure to get to get physical …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Height of decoded image. It depends on orientation too.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns file metadata. Refer to HdrMetadata for details.","Creates encoder","Creates adapter","Reads Radiance HDR image header from stream r if the …","Allows reading old Radiance HDR images","","Orientation matrix. For standard orientation it is …","Pixel height divided by pixel width","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes decoder and returns a vector of Rgb<f32> pixels.","Consumes decoder and returns a vector of Rgb<u8> pixels. …","Consumes decoder and returns a vector of RGBE8 pixels","Consumes decoder and returns a vector of transformed pixels","Helper function for reading raw 3-channel f32 images","","","Creates Rgbe8Pixel from components","","Converts Rgbe8Pixel into Rgb<f32> linearly","Converts Rgbe8Pixel into Rgb<T> with scale=1 and gamma=2.2","Converts Rgbe8Pixel into Rgb<T> using provided scale and …","","","Converts Rgb<f32> into Rgbe8Pixel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Width of decoded image. It could be either scanline length,","Reads Radiance HDR image header from stream reader, if the …","An ico decoder","ICO encoder","An ICO image entry","","","","","","","","","","","","","","","","Construct a new IcoFrame by encoding buf as a PNG","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image image that has dimensions width and …","Takes some IcoFrames and encodes them into an ICO.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new decoder that decodes from the stream r","Create a new encoder that writes its output to w.","","","","","","","","","","","","","","","","","","","","","","","Construct a new IcoFrame using a pre-encoded PNG or BMP","Write an ICO image with the specified width, height, and …","Pixels per centimeter","Pixels per inch (2.54 cm)","JPEG decoder","The representation of a JPEG encoder","Represents the absence of a unit, the values indicate only …","Represents the pixel density of an image","Represents a unit in which the density of an image is …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a pixel density with a pixel aspect ratio of 1","A couple of values for (Xdensity, Ydensity)","","","","","","","","","","Creates the most common pixel density type: the horizontal …","","","","","Encodes the image stored in the raw byte buffer image that …","Encodes the given image.","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new decoder that decodes from the stream r","Create a new encoder that writes its output to w","Create a new encoder that writes its output to w, and has …","","Configure the decoder to scale the image during decoding.","Set the pixel density of the images the encoder will …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The unit in which the density is measured","","An OpenEXR decoder. Immediately reads the meta data from …","A thin wrapper that implements ImageEncoder for OpenEXR …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Use read_image instead if possible, as this method creates …","","","Create a decoder. Consumes the first few bytes of the …","Create an ImageEncoder. Does not write anything yet. …","","","","","","","","","","","","","","","","","","Create a decoder. Consumes the first few bytes of the …","Writes the complete image.","Uses a heuristic to select one of the preceding filters …","An AnimationDecoder adapter of PngDecoder.","Filters based on the average of left and right neighbor …","High compression level","Compression level of a PNG encoder. The default setting is …","Default compression level","Fast, minimal compression","Filter algorithms used to process image data to improve …","Huffman coding compression","No processing done, best used for low bit depth grayscale …","Algorithm that takes into account the left, upper left, …","PNG decoder","PNG encoder","Png Reader","Run-length encoding compression","Filters based on previous pixel in the same scanline","Filters based on the scanline above","","","","","","","Turn this into an iterator over the animation frames.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image data that has dimensions width and height…","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Returns the gamma value of the image or None if no gamma …","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns if the image contains an animation.","Creates a new decoder that decodes from the stream r","Create a new encoder that writes its output to w","Create a new encoder that writes its output to w with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes from the stream r with …","Write a PNG image with the specified width, height, and …","Header produced by a pam file (“Portable Arbitrary Map”…","Magic number P7","Standardized tuple type specifiers in the header of a pam.","Samples are encoded as decimal ascii strings separated by …","Samples are unsigned binary integers in big endian","Magic numbers P1 and P4","Header produced by a pbm file (“Portable Bit Map”)","Pixels are either black (0) or white (1)","Pixels are either black (0) or white (1) and a second …","An image format which is not standardized","Magic numbers P2 and P5","Header produced by a pgm file (“Portable Gray Map”)","Pixels represent the amount of white","Grayscale with an additional alpha channel","Magic numbers P3 and P6","Header produced by a ppm file (“Portable Pixel Map”)","PNM decoder","Encodes images to any of the pnm image formats.","Stores the complete header data of a file.","Denotes the category of the magic number","Three channels: Red, Green, Blue","Four channels: Red, Green, Blue, Alpha","The kind of encoding used to store sample values","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Retrieve the underlying arbitrary header if any","Retrieve the underlying bitmap header if any","Retrieve the underlying graymap header if any","Retrieve the underlying pixmap header if any","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Number of color channels","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encode an image whose samples are represented as u8.","Binary or Ascii encoded file","Binary or Ascii encoded file","Binary or Ascii encoded file","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","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 height of the image this header is for.","Height of the image file","Height of the image file","Height of the image file","Height of the image file","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extract the reader and header after an image has been read.","","","","","","","","","","","","Get the two magic constant bytes corresponding to this …","The biggest value a sample can have. In other words, the …","Maximum sample value within the image","Maximum sample value within the image","Maximum sample value within the image","Create a new decoder that decodes from the stream read","Create new PnmEncoder from the writer.","","","Whether samples are stored as binary or as decimal ascii","Get the pnm subtype, depending on the magic constant …","Retrieve the format subtype from which the header was …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Color interpretation of image pixels","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The width of the image this header is for.","Width of the image file","Width of the image file","Width of the image file","Width of the image file","Create the header dynamically for each image.","Enforce the use of a chosen header.","Encode a specific pnm subtype image.","Write the header back into a binary stream","","QOI decoder","QOI encoder","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Creates a new decoder that decodes from the stream reader","Creates a new encoder that writes its output to writer","","","","","","","","","","","","","","","","The representation of a TGA decoder","TGA encoder.","","","","","","","","","","","","","","","","","","","","","","","","","Disables run-length encoding","","","Encodes the image buf that has dimensions width and height …","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Create a new decoder that decodes from the stream r","Create a new encoder that writes its output to w.","","","","","","","","","","","","","","","","","","","Decoder for TIFF images.","Encoder for tiff images","Wrapper struct around a Cursor<Vec<u8>>","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the image image that has dimensions width and …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Create a new TiffDecoder.","Create a new encoder that writes its output to w","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Default lossy quality (80), providing a balance of quality …","Maximum lossy quality value (100).","Minimum lossy quality value (0).","WebP Image format decoder. Currently only supports lossy …","WebP Encoder.","WebP encoder quality.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encode image data with the indicated color type.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns true if the image as described by the bitstream is …","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Lossless encoding.","Lossy encoding. 0 = low quality, small size; 100 = high …","Create a new WebPDecoder from the Reader r. This function …","Create a new encoder that writes its output to w.","","Sets the background color if the image is an extended and …","","","","","","","","","","","","","","","","","","","","","","","An implementation of the VP8 Video Codec","","A Representation of the last decoded video frame","VP8 Decoder","","","","","","","","","","","","","","","","","","","","","Decodes the current frame","","","","","","","","","Indicates whether this frame is intended for display","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Gets the buffer size","The height of the luma plane","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Indicates whether this frame is a keyframe","Create a new decoder. The reader must present a raw vp8 …","The pixel type of the frame as defined by Section 9.2 of …","","","","","","","","","","","","The blue plane of the frame","","","","","The red plane of the frame","The width of the luma plane","The luma plane of the frame","The required color type can not be handled.","An error was encountered while decoding.","An error was encountered while decoding an image.","The resulting image exceed dimension limits in either …","The dimensions passed are wrong.","An error was encountered while encoding.","An error was encountered while encoding an image.","Contains the error value","The format is known exactly.","Repeated an operation for which error that could not be …","An image format is not supported.","A string describing the parameter. This is discouraged and …","Some feature specified by string. This is discouraged and …","The generic error type for image operations.","A best effort representation for image formats.","Result of an image decoding/encoding process","The operation would have performed an allocation larger …","An error occurred while interacting with the environment.","Completing the operation would have required more …","Indicates the limit that prevented an operation from …","Completing the operation would have required more …","The format can be identified by a name.","The end of the image has been reached.","Contains the success value","An error was encountered in input arguments.","An error was encountered in inputs arguments.","Details how a parameter is malformed.","A common path extension for the format is known.","The format is not known or could not be determined.","An operation can not be completed by the chosen …","The specified strict limits are not supported for this …","The implementation for an operation was not provided.","Details what feature is not supported.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the image format associated with this error.","Return the image format associated with this error.","Returns the image format associated with this error.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","Create an UnsupportedError for an image with details on …","Create an EncodingError for an image format.","Create a DecodingError for an image format.","Construct a ParameterError directly from a corresponding …","Construct a generic LimitError directly from a …","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 corresponding UnsupportedErrorKind of the …","Returns the corresponding ParameterErrorKind of the error.","Returns the corresponding LimitErrorKind of the error.","Create an EncodingError that stems from an arbitrary error …","Create a DecodingError that stems from an arbitrary error …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The given limits","The supported strict limits","The color format did not match the channel count.","The samples are in column-major form and all samples are …","Denotes invalid flat sample buffers when trying to convert …","A flat buffer over a (multi channel) image.","All samples are packed.","Different normal forms of buffers.","The represented image can not use this representation.","At least pixels are packed.","The samples are in row-major form and all samples are …","A ffi compatible description of a sample buffer.","The represented image was too large.","No pixel aliases another.","A flat buffer that can be used as an image view.","A mutable owning version of a flat buffer.","Deprecated - ChannelCountMismatch is used instead","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tuple of bounds in the order of coordinate inputs.","","","","","","","","Add this to an index to get to the sample in the next …","The number of channels in the color representation of the …","","","","","","","","","","","Supplementary color information.","Describe a column-major image packed in all directions.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the dimensions (channels, width, height).","Check if a buffer of length len is large enough.","Get a reference on the inner sample descriptor.","Get a reference on the sample buffer descriptor.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Get a mutable reference to a selected subpixel if it is …","Get a mutable reference to a selected sample.","","","","Get a reference to a selected subpixel if it is in-bounds.","Get a reference to a selected subpixel.","If there are any samples aliasing each other.","","","","The height of the represented image.","Add this to an index to get to the next sample in …","Return the mutable portion of the buffer that holds sample …","Return the mutable buffer that holds sample values.","Return the portion of the buffer that holds sample values.","Return the portion of the buffer that holds sample values.","Check that the pixel and the channel index are in bounds.","","","Get an index provided it is inbouds.","Resolve the index of a particular sample.","Get the theoretical position of sample (channel, x, y).","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Take out the sample buffer.","Take out the sample buffer.","","","","","","Check if a buffer fulfills the requirements of a normal …","A repr(C) description of the layout of buffer samples.","Get the minimum length of a buffer such that all in-bounds …","Get the minimum length of a buffer such that all in-bounds …","Get the minimum length of a buffer such that all in-bounds …","Compares the logical preconditions.","","Describe a row-major image packed in all directions.","Get a reference on the inner buffer.","Get a reference on the inner buffer.","Underlying linear container holding sample values.","Shrink the image to the minimum of current and given …","Shrink the inner image.","Shrink the inner image.","Get the strides for indexing matrix-like [(c, w, h)].","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to convert this into an image with mutable pixels.","","","","","","","","","","","","","","","","The width of the represented image.","Add this to an index to get to the next sample in …","A bi-level color map","Cubic Filter","The color type on which the map operates on","A color map","Available Sampling Filters.","Gaussian Filter","Lanczos with window 3","Nearest Neighbor","Linear Filter","","","","","","","","","","","Performs a Gaussian blur on the supplied image. sigma is a …","","","","","Brighten the supplied image. value is the amount to …","","","","","","","Functions for altering and converting the color of …","","","Adjust the contrast of the supplied image. contrast is the …","Return a mutable view into an image The coordinates set …","Return an immutable view into an image The coordinates set …","","","","","Reduces the colors of the image using the supplied …","","","","Perform a 3x3 box filter on the supplied image. kernel is …","Flip an image horizontally","Flip an image horizontally and put the result into the …","Flip an image horizontally in place.","Flip an image vertically","Flip an image vertically and put the result into the …","Flip an image vertically in place.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Indicate NeuQuant implements lookup.","Fill the image with a linear horizontal gradient","Hue rotate the supplied image. value is the degrees to …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","","","","Linearly sample from an image using coordinates in [0, w-1]…","Sample from an image using coordinates in [0, w-1] and [0, …","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","","Maps color to the closest color in the color map.","","Overlay an image at a given coordinate (x, y)","Calculate the region that can be copied from top to bottom.","Replace the contents of an image at a given coordinate (x, …","Resize the supplied image to the specified dimensions. …","Rotate an image 180 degrees clockwise.","Rotate an image 180 degrees clockwise and put the result …","Rotate an image 180 degrees clockwise in place.","Rotate an image 270 degrees clockwise.","Rotate an image 270 degrees clockwise and put the result …","Rotate an image 90 degrees clockwise.","Rotate an image 90 degrees clockwise and put the result …","Linearly sample from an image using coordinates in [0, 1].","Sample from an image using coordinates in [0, 1], taking …","Resize the supplied image to the specific dimensions.","Tile an image by repeating it multiple times","","","","","","","","","","","","","","","","","Performs an unsharpen mask on the supplied image. sigma is …","Fill the image with a linear vertical gradient","A bi-level color map","The color type on which the map operates on","A color map","Brighten the supplied image. value is the amount to …","Brighten the supplied image in place. value is the amount …","Adjust the contrast of the supplied image. contrast is the …","Adjust the contrast of the supplied image in place. …","Reduces the colors of the image using the supplied …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to grayscale. Alpha channel is …","Convert the supplied image to a grayscale image with the …","Convert the supplied image to a grayscale image with the …","Determine if this implementation of ColorMap overrides the …","Hue rotate the supplied image. value is the degrees to …","Hue rotate the supplied image in place. value is the …","Reduces the colors using the supplied color_map and …","Returns the index of the closest match of color in the …","Invert each pixel within the supplied image. This function …","Looks up color by index in the color map. If idx is out …","Maps color to the closest color in the color map.","Set of supported strict limits for a decoder.","Resource limits for decoding.","A multi-format image reader.","","","","","","","","","","","","","","","","","","","","","","","","","This function checks the max_image_width and …","This function checks that all currently set strict limits …","Remove the current information on the image format.","","","","","","","","Read the image (replaces load).","","","","","","","","","","","","","","","","","","","","","","Get the currently determined format.","This function increases the max_alloc limit with amount. …","This function acts identically to [free], but takes a usize…","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Read the image dimensions.","Unwrap the reader.","","","","Set a custom set of decoding limits.","The maximum allowed sum of allocations allocated by the …","The maximum allowed image height. This limit is strict. …","The maximum allowed image width. This limit is strict. The …","Create a new image reader without a preset format.","Disable all decoding limits.","Disable all limits.","Open a file to read, format will be guessed from path.","This function checks that the current limit allows for …","This function acts identically to [reserve], but accepts …","This function acts identically to [reserve], but takes a …","Supply the format as which to interpret the read image.","","","","","","","","","","","","","","","","","","","","","","","","Construct a reader with specified format.","Make a format guess based on the content, replacing it on …","A Rectangle defined by its top left corner, width and …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","The rectangle’s height.","","Calls U::from(self).","","","","","","","","","","","","","","","","","The rectangle’s width.","The x coordinate of the top left corner.","The y coordinate of the top left corner.","A mesh with a gradient.","A vertex which contains 2D position & packed gradient data.","A set of vertices and indices representing a list of …","A low-level primitive to render a mesh of triangles.","A mesh with a solid color.","A two-dimensional vertex with a color.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The color of the vertex in linear RGBA.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","The packed vertex data of the gradient.","The list of vertex indices that defines the triangles of …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","The vertex position in 2D space.","The vertex position in 2D space.","","","","","","","","","","","","","","","","","","","","","","","","","The vertices of the mesh","The vertices and indices of the mesh.","The vertices and indices of the mesh.","The size of the drawable region of the mesh.","The size of the drawable region of the mesh.","A backend-agnostic renderer that supports all the built-in …","A store of recently used sections of text.","A multi-line text editor.","A set of system fonts.","A bunch of text.","A weak reference to a [cosmic-text::Buffer] that can be …","A version number.","","","","","","","Allocates a text Entry if it is not already present in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the buffer of the Paragraph.","Returns the buffer of the Paragraph.","A weak reference to a cosmic_text::Buffer.","Cache text.","","","","","","","The clip bounds of the text.","","","","","","","","The color of the text.","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Weak reference to the Editor.","Creates a Weak reference to the Paragraph.","","","","","","","Draw and edit text.","","","","","","","","","","","","Returns the global FontSystem.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Gets the text Entry with the given KeyHash.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Loads a font from its bytes.","Measures the dimensions of the given cosmic_text::Buffer.","","Creates a new empty Cache.","Creates a new empty Editor.","Creates a new empty Paragraph.","Draw paragraphs.","","","The position of the text.","Returns the raw cosmic_text::FontSystem.","","","Returns the attributes of the given Font.","Converts some Color to a cosmic_text::Color.","","","","Converts some Shaping strategy to a cosmic_text::Shaping …","Trims the Cache.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the current Version of the FontSystem.","","Runs a closure with the buffer of the Editor.","","","A store of recently used sections of text.","A cache entry.","A cache key representing a section of text.","The hash of a Key.","","","","","","","","","","","","","","","The bounds of the text.","The buffer of text, ready for drawing.","","","","","","","The content of the text.","","","","","","","","The Font of the text.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The line height of the text.","The minimum bounds of the text.","The shaping strategy of the text.","The size of the text.","","","","","","","","","","","","","","","","An action to perform on an Editor","Advanced text shaping and font fallback.","Whether to associate cursors placed at a boundary between …","","Align or justify","Represents an angle in degrees or radians.","","Text attributes","List of text attributes to apply to a line","An owned version of Attrs","Delete text behind cursor","Basic shaping with no font fallback.","","An iterator over the paragraphs in the input text. It is …","","A value borrowed together with an FontSystem","A buffer of text that is shaped and laid out","Move cursor to the end of the document","A line (or paragraph) of text that is shaped and laid out","","Move cursor to the start of the document","Key for building a glyph cache","Flags that change rendering","","A set of change items grouped into one logical change","A unique change to an editor","Mouse click at specified position","Closes a subpath, connecting the final point to the …","Text color","32-bit RGBA bitmap.","Path command.","","Use \\\\r for line ending (many legacy systems)","Use \\\\r\\\\n for line ending (Windows-style)","Glyphs in cursive fonts generally use a more informal …","","Current cursor location","A cubic bezier curve from the previous point to the final …","Delete text in front of cursor","Mouse double click at specified position","Move cursor down","Mouse drag to specified position","A trait to allow easy replacements of Editor, like …","A wrapper of [Buffer] for easy editing","Move cursor to end of line","","Create new line","Escape, clears selection","","","","Skew by 14 degrees to synthesize italic","A font family.","An owned version of Family","Fantasy fonts are primarily decorative or expressive fonts …","","A font","Font-specific part of Attrs to be used for matching","","Access to the system fonts.","Wraps at a glyph level","Move cursor to specific line","Move cursor to start of line","Identity matrix.","","Insert character at cursor","A form that is generally cursive in nature.","","The position of a cursor within a [Buffer].","Apply specific LayoutCursor","A laid out glyph","A line of laid out glyphs","A line of visible text for rendering","An iterator of visible text lines, see LayoutRun","Move cursor left","","Move cursor to next word boundary to the left","Use \\\\n for line ending (POSIX-style)","Use \\\\n\\\\r for line ending (some legacy systems)","Select by lines","Line ending","Iterator over lines terminated by LineEnding","A straight line from the previous point to the specified …","8-bit alpha mask.","Metrics of text","The sole criterion of a monospace font is that all glyphs …","","A motion to perform on a Cursor","Move the cursor with some motion","Begins a new subpath at the specified point.","The name of a font family of choice.","","Move cursor to next character (Self::Right in LTR, …","Move cursor to next word boundary","No selection","No wrapping","No line ending","A face that is neither italic not obliqued.","Normal selection","","A typically-sloped version of the regular face.","","","Move cursor down one page","Move cursor up one page","Move cursor to end of paragraph","Move cursor to start of paragraph","","Describes the offset and dimensions of a rendered mask.","Move cursor to previous character (Self::Left in LTR, …","Move cursor to previous word boundary","A quadratic curve from the previous point to the final …","Move cursor right","","Move cursor to next word boundary to the right","Glyphs in sans-serif fonts, as the term is used in CSS, …","","Scroll position in [Buffer]","Scroll specified number of lines","Selection mode","","","Serif fonts represent the formal text style for a script.","","A set of buffers containing allocations for shaped text.","A shaped glyph","A shaped line (or paragraph)","A helper structure for caching shape runs.","Key for caching shape runs.","A shaped span (for bidirectional processing)","A shaped word (for word wrapping)","The shaping strategy of some text.","Move cursor to start of line, skipping whitespace","A face width.","Allows italic or oblique faces to be selected.","Binning of subpixel position for cache optimization","32-bit RGBA subpixel mask.","Cache for rasterizing with the swash scaler","Content of a scaled glyph image.","Scaled glyph image.","","Two dimensional transformation matrix.","Mouse triple click at specified position","","","","","Move cursor up","Move cursor up or down by a number of pixels","Specifies the weight of glyphs in the font, their degree …","Select by words","Wraps at the word level","Wraps at the word level, or fallback to glyph level if a …","Wrapping mode","Angle of zero degrees.","","Get the alpha component","Perform an Action on the editor","","Perform an Action on the editor","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Add an attribute span, removes any previous matching parts …","Whether to associate the cursor with the run before it or …","","Get the Text alignment","Get a flags value with all known bits set.","Append line at end of this line","Apply a change","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get an array over all of the components, in [r, g, b, a] …","Get a tuple over all of the attributes, in (r, g, b, a) …","Get the line ending as a str","","","Get attributes list","","Get the current automatic indentation setting","","Get the blue component","","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.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Mutably borrows self together with an FontSystem for more …","Mutably borrows the buffer together with an FontSystem for …","Get the internal BufferRef","","Get the internal BufferRef","","Cache key, see CacheKey","Set CacheKeyFlags","","","CacheKeyFlags","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Resets the image to a default state.","Clear the current attribute spans","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set Color","","","Optional color override","","","","","","","","","","","Check if this set of attributes can be shaped with another","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Given an origin, offset and bounding box, computes the …","Whether all set bits in a source flags value are also set …","Content of the image.","Copy selection","","Get the current cursor","","Apply a Motion to a Cursor","Apply a Motion to a Cursor","","Raw image data.","Get the database.","Get a mutable reference to the database.","","","","","","","","","","","","","","","Get the default Attrs","Delete text starting at start Cursor and ending at end …","","Delete selection, adjusting cursor and returning true if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the determinant of the transform.","The intersection of a source flags value with the …","Draw the buffer","Draw the editor","","Draw the buffer","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a flags value with all bits unset.","Cursor indicating end of change","End index of cluster in original line","","Get line ending","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","Set Family","","","Get completed change","","CacheKeyFlags","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Font ID","Font id of the glyph","","","Font size in pixels","Font size of the glyph","f32 bits of font size","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 exactly.","Convert from a bits value, unsetting any unknown bits.","Creates a new angle from degrees.","Creates a new angle from gradians.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Creates a new angle from radians.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new angle from turns.","Get the green component","Get cache item, updating age if found","Get a font by its ID.","","","Create a swash Image from a cache key, caching results","Create a swash Image from a cache key, without caching …","","","Get the attribute span for an index","Index of [LayoutGlyph] in [LayoutLine::glyphs]","Glyph ID","Font id of the glyph","","The array of layout glyphs to draw","Glyphs in line","","","","","","","","","","","","Height in pixels.","Return the pixel span Some((x_left, x_width)) of the …","Convert x, y position to Cursor (hit detection)","","","First-byte-index of glyph at cursor (will insert behind …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","Insert cache item with current age","Insert if true, delete if false","Insert text at specified cursor with specified attrs_list","","Insert a string at the current cursor or replacing the …","The bitwise and (&) of the bits in two flags values.","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).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consume this FontSystem and return the locale and database.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consume this line, returning only its text contents as a …","Returns the inverse of the transform, if any.","Whether all known bits in this flags value are set.","Whether all bits in this flags value are unset.","","Change items grouped into one change","Yield a set of contained flags values.","Yield a set of contained named flags values.","Layout line, will cache results","","Index of [LayoutLine] in [BufferLine::layout]","Index of [LayoutLine] in [BufferLine::layout]. This will …","Convert a Cursor to a LayoutCursor","Layout a line using a pre-existing shape buffer, will …","Get line layout cache","Get the visible layout runs for rendering and other tasks","","Horizontal offset with respect to the origin specified …","Unicode BiDi embedding level, character is left-to-right …","","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]. This will be …","Line height in pixels","The index of the original text line","Lay out the provided line index and return the result","Lay out the provided line index and return the result","Shape the provided line index and return the result","Shape the provided line index and return the result","Y offset to top of line","Width of line","Y offset to baseline of line","BufferLines (or paragraphs) of text in the buffer","Get the locale.","Check if font matches","Maximum ascent of the glyphs in line","Maximum descent of the glyphs in line","Set metadata","Get line metadata. This will be None if …","","","Metadata from Attrs","","Get the current Metrics","","Get the current monospace_width","Create a new FontSystem, that allows access to any …","","Create a new swash cache","","Create a new set of attributes with sane defaults","","Create a new attributes list with a set of default Attrs","Create an iterator to split the input text into paragraphs …","Creates a new transform.","","","Create a new Buffer with the provided FontSystem and …","Create a new line with the given text and attributes list …","","","Create a new cursor","Create a new LayoutCursor","Create a new cursor","Create a new Editor with the provided [Buffer]","Create an iterator of lines in a string slice","","","Panics","Creates a new empty scaled image.","Create an empty Buffer with the provided Metrics. This is …","Shape a word into a set of glyphs, using a scratch buffer.","Shape a span into a set of words, using a scratch buffer.","Shape a line into a set of spans, using a scratch buffer. …","Create a new cursor, specifying the affinity","Create a new FontSystem with a pre-specified set of fonts.","Create a new FontSystem with a pre-specified locale and …","","","","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","","","","Offset and size of the image.","Returns a new transform that represents a rotation …","Returns a new transform that represents a scale followed …","Returns a new transform that represents a translation …","Get the red component","Get the Buffer redraw flag","True if a redraw is needed","The intersection of a source flags value with the …","Reset shaping, layout, and metadata caches","Reset only layout cache","Reset shaping and layout caches","","","Create new color with red, green, and blue components","Create new color with red, green, blue, and alpha …","Creates a rotation transform.","Creates a rotation transform around a point.","True if the original paragraph direction is RTL","","","Creates a scale transform.","","","Get the current scroll location","Get the current selection position","","Get the bounds of the current selection","Call insert when value is true or remove when value is …","Set the text alignment","Set attributes list","Enable or disable automatic indentation","","Set the current cursor","","Set line ending","Set line metadata. This is stored until the next line reset","Set the current Metrics","Set the current Metrics","Set the current Metrics and buffer dimensions at the same …","Set the current Metrics and buffer dimensions at the same …","Set monospace width monospace glyphs should be resized to …","Set the Buffer redraw flag","Set redraw needed flag","Set text of buffer, using an iterator of styled spans …","Set text of buffer, using an iterator of styled spans …","Set the current scroll location","Set the current selection position","","Set the current buffer dimensions","Set the current buffer dimensions","Set the current tab width. A tab_width of 0 is not …","","Set text of buffer, using provided attributes for each …","Set text and attributes list","Set text of buffer, using provided attributes for each …","Set the current Wrap","Set the current Wrap","Shape line, will cache results","Shape lines until scroll, after adjusting scroll if the …","","Shape lines until scroll, after adjusting scroll if the …","Shape a line using a pre-existing shape buffer, will cache …","Get line shaping cache","Shape lines until cursor, also scrolling to include cursor …","Shape lines until cursor, also scrolling to include cursor …","Shape lines until scroll","Shape lines until scroll","Get the current buffer dimensions (width, height)","","Creates a skew transform.","Source of the image.","Get the current attribute spans","","Split attributes list at an offset","Split off new line at index","Cursor indicating start of change","Start index of cluster in original line","","Start collecting change","","Set Stretch","","","Set Style","","","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 …","Get the current tab width","","Get current text","The original text line","Text to be inserted or deleted","","Returns a new transform that represents the application of …","Returns a new transform that represents this transform …","Returns a new transform that represents this transform …","Returns a new transform that represents this transform …","Returns the angle in degrees.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the angle in radians.","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","Vertical offset with respect to the origin specified when …","Returns the result of a transformation matrix applied to …","Returns the result of applying this transform to a point.","Returns the result of applying this transform to a vector.","Creates a translation transform.","Remove anything in the cache with an age older than …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","Returns the associated verb for the command.","Get the number of lines that can be viewed in the buffer","Width of hitbox","Width of the line","Set Weight","","","Width in pixels.","Get the internal Buffer","Get the internal Buffer, mutably","Get the internal Buffer, mutably","Enumerate pixels in an Image, use with_image for better …","","Get the current Wrap","","X offset of hitbox","Integer component of X offset in line","","","Binning of fractional X offset","X offset in line","","","","","Y offset of hitbox","Integer component of Y offset in line","","","Binning of fractional Y offset","Y offset in line","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Black weight (900), the thickest value.","Bold weight (700).","","","","","","A font’s raw data, typically backed by a Vec.","","","","","","","","","","","","","","","Glyphs in cursive fonts generally use a more informal …","","","","A font database.","","","","Extra-bold weight (800).","Extra light weight (200).","","","","","","","","","","","","","","","","","","","","","A single font face info.","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","","A font’s path.","","","","","","","","","","","","","","","","","","","","","","","","A unique per database face ID.","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","Light weight (300).","A Name language.","","","","","","Medium weight (500, higher than normal).","","","","","","","","","","","","The sole criterion of a monospace font is that all glyphs …","Normal (400).","The name of a font family of choice.","","A face that is neither italic not obliqued.","","","","A typically-sloped version of the regular face.","","","","","","","","","","","A database query.","","","","Semibold weight (600).","","","","","","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","","","","","Serif fonts represent the formal text style for a script.","","","A font’s raw data originating from a shared file mapping.","","","","A font source.","","","","","","","","","","","","","","","","","","","","","","A face width.","Allows italic or oblique faces to be selected.","","","","Thin weight (100), the thinnest value.","","","","","","","","","","","","","","","","","","","","Specifies the weight of glyphs in the font, their degree …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a dummy ID.","","","","","","","","","","","","","","","","","","","","","Selects a FaceInfo by id.","Returns font face storage and the face index by ID.","Returns an iterator over the internal storage.","A list of family names.","A prioritized list of font family names or generic family …","Returns the generic family name or the Family::Name itself.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","An unique ID.","A face index in the source.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls 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 Database contains no font faces.","","","Returns the number of font faces in the Database.","Loads a font data into the Database.","Loads a font file into the Database.","Loads a font from the given source into the Database and …","Loads font files from the selected directory into the …","Attempts to load system fonts.","Transfers ownership of shared font data back to the font …","Makes the font data that backs the specified face id …","Indicates that the font face is monospaced.","Create a new, empty Database.","","","A PostScript name.","Pushes a user-provided FaceInfo to the database.","Performs a CSS-like query and returns the best matched …","Removes a font face by id from the database.","Sets the family that will be used by Family::Cursive.","Sets the family that will be used by Family::Fantasy.","Sets the family that will be used by Family::Monospace.","Sets the family that will be used by Family::SansSerif.","Sets the family that will be used by Family::Serif.","A font source.","A font face stretch.","Selects a normal, condensed, or expanded face from a font …","A font face style.","Allows italic or oblique faces to be selected.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face weight.","Specifies the weight of glyphs in the font, their degree …","Executes a closure with a font’s data.","Indicates that special handling of the beginning of text …","Text is set vertically from bottom to top.","A cluster level.","Flags for buffers.","","Indicates that a dotted circle should not be inserted in …","Defines the direction in which text is to be read.","Indicates that special handling of the end of text …","A font face handle.","A feature tag with an accompanying range specifying on …","Serialize glyph extents.","Serialize glyph flags.","A buffer that contains the results of the shaping process.","A glyph info.","Holds the positions of the glyph in both horizontal and …","Initial, unset direction.","A script language.","Text is set horizontally from left to right.","","","Do not serialize glyph advances, glyph offsets will …","Do not serialize glyph cluster.","Do no serialize glyph name.","Do not serialize glyph position information.","Indicates that characters with Default_Ignorable Unicode …","Indicates that characters with Default_Ignorable Unicode …","Text is set horizontally from right to left.","A text script.","Flags used for serialization with a BufferSerializer.","A reusable plan for shaping a text buffer.","A 4-byte tag.","Text is set vertically from top to bottom.","A buffer that contains an input string ready for shaping.","A font variation.","","","","","","","","","","","","","","","","Appends a character to a buffer with the given cluster …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the language as a string.","Returns tag value as u32 number.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Clear the contents of the buffer.","Clears the content of the glyph buffer and returns an empty","","","","","","","","","","","","","","","","","","","","","","","An index to the start of the grapheme cluster in the …","Retrieve the cluster level of the buffer.","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","","","","","","","","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Returns the Buffer’s text direction.","","","","","","","","","","","","","","","","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.","Get the flags for this buffer.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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.","Creates a Tag from bytes.","Creates a Tag from bytes.","Creates a new Face from ttf_parser::Face.","Converts an ISO 15924 script tag to a corresponding Script.","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 …","Creates a new Face from data.","","","","","","","","","","","","","","","","","","","Parses a Feature form a string.","","A selected glyph.","Get the glyph infos.","Get the glyph positions.","Guess the segment properties (direction, language, script) …","","","","","","","","","","","","","","","","","","","","","","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).","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 buffer contains no elements.","Returns true if the buffer contains no elements.","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","Checks if tag is null / [0, 0, 0, 0].","","","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.","Get the buffer language.","Returns the length of the data of the buffer.","Returns the length of the data of the buffer.","Create a new UnicodeBuffer.","Returns a plan that can be used for shaping any buffer …","Create a new Feature struct.","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","","","Pushes a string to a buffer.","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Resets clusters.","Predefined scripts.","Get the ISO15924 script tag.","Converts the glyph buffer content into a string.","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","Set the cluster level of the buffer.","Set the text direction of the Buffer’s contents.","Set the flags for this buffer.","Set the buffer language.","Sets pixels per EM.","Sets point size per EM.","Sets the post-context for this buffer.","Sets the pre-context for this buffer.","Set the script from an ISO15924 tag.","Sets font variations.","Shapes the buffer content using provided font and features.","Shapes the buffer content using the provided font and plan.","","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 …","Returns script’s tag.","","","Returns tag as 4-element byte array.","Returns tag as 4-element byte array.","","","","","","","","","","","","","","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.","Returns face’s units per EM.","Indicates that if input text is broken at the beginning of …","","","How much the line advances after drawing this glyph when …","How much the glyph moves on the X-axis before drawing it, …","How much the line advances after drawing this glyph when …","How much the glyph moves on the Y-axis before drawing it, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A grayscale bitmap with 2 bits per pixel.","A packed grayscale bitmap with 2 bits per pixel.","A grayscale bitmap with 4 bits per pixel.","A packed grayscale bitmap with 4 bits per pixel.","A grayscale bitmap with 8 bits per pixel.","A monochrome bitmap.","A packed monochrome bitmap.","A color bitmap with 32 bits per pixel.","","","","","","","","A list of errors that can occur during a CFF glyph …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A font face.","The face index is larger than the number of faces in the …","A list of font face parsing errors.","Parsed face tables.","","","","A 32-bit signed fixed-point number (16.16).","","","","","","","","A trait for parsing raw binary data of fixed size.","","","","","","","","A type-safe wrapper for glyph ID.","","","","","","","","","","","","","","","","","","","","","","","","A form that is generally cursive in nature.","","","","","","","","","","","A Name language.","","","A slice-like container that converts internal binary data …","A slice-like container that converts internal binary data …","An iterator over LazyArray16.","An iterator over LazyArray32.","","A line metrics.","","","","","","","","","An attempt to read out of bounds detected.","","","","","","","","","","","","","","The head table is missing or malformed.","The hhea table is missing or malformed.","","The maxp table is missing or malformed.","","","A face that is neither italic not obliqued.","A variation coordinate in a normalized coordinate system.","","","A typically-sloped version of the regular face.","","","","A trait for glyph outline construction.","","","Face permissions.","A platform ID.","","","","","","","","","A glyph’s raster image.","A glyph raster image format.","A raw font face.","A list of all supported tables as raw data.","","A rectangle.","","A RGBA color in the sRGB color space.","","","","Object’s raw data size.","","","","","","","","","","","A script metrics used by subscript and superscript.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A face style.","","","","A raw table record.","A 4-byte tag.","","","","","","","","","","","","","","","","Unicode Ranges.","","Face data must start with 0x00010000, 0x74727565, …","","","","","","A font variation value.","A variation axis.","","A face weight.","","A face width.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An Anchor Point Table implementation.","","","This module contains Apple Advanced Typography Layout …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a horizontal face ascender.","An Axis Variations Table implementation.","","","An axis tag name.","","","Performs a binary search by specified key.","Performs a binary search by specified key.","Performs a binary search using specified closure.","Performs a binary search using specified closure.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns face’s capital height.","A Color Bitmap Data Table implementation.","","","A Color Bitmap Location Table implementation.","","A Compact Font Format Table implementation.","","","A Compact Font Format 2 Table implementation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Appends a ClosePath segment.","A Character to Glyph Index Mapping Table implementation.","","","","Returns the number of palettes stored in the COLR+CPAL …","A Color Table implementation.","","","","","","","","","","","","","","","","","","","","","","","","","","","A Color Palette Table implementation.","","Appends a CurveTo segment.","A raw image data. It’s up to the caller to decode it.","The input font file data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a horizontal face descender.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Feature Name Table implementation.","","","","","","","","","","","","","","","","","","","","","","Returns the number of fonts stored in a TrueType font …","An image format.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Creates a new coordinate.","Creates a new coordinate.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Creates a new Face from provided RawFaceTables.","Creates a new RawFace from a raw data.","Creates a new Face from a raw data.","","","","","","","","","","","","","","","","","","","","","","A Font Variations Table implementation.","","","A Glyph Definition Table implementation.","","","Returns a value at index.","Returns a value at index.","Returns the coordinate value as f2.14.","Returns a bounding box that large enough to enclose any …","A Glyph Data Table implementation.","","","Returns a tight glyph bounding box.","Returns glyph’s horizontal advance.","Returns glyph’s horizontal side bearing.","Resolves a Glyph ID for a code point.","Resolves a Glyph ID for a glyph name.","Returns glyph’s name.","Returns a reference to a glyph’s raster image.","Returns a reference to a glyph’s SVG image.","Resolves a variation of a Glyph ID from two code points.","Returns glyph’s vertical advance.","Returns glyph’s vertical side bearing.","Returns glyph’s vertical origin according to Vertical …","A Glyph Positioning Table implementation.","","","","A Glyph Substitution Table implementation.","","","A Glyph Variations Table implementation.","","","Checks that face has non-default variation coordinates.","","A Font Header Table implementation.","","","Returns rect’s height.","Returns face’s height.","Image height.","A Horizontal Header Table implementation.","","","","A Horizontal/Vertical Metrics Table implementation.","","","A Horizontal/Vertical Metrics Variations Table …","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the face bitmaps embedding is allowed.","Checks that face is marked as Bold.","Returns true if the glyph can be colored/painted using the …","Checks if array is empty.","Checks if the array is empty.","Checks that face is marked as Italic.","Checks that face is marked as Monospaced.","Checks that face is marked as Oblique.","Checks that face is marked as Regular.","Checks if the face subsetting is allowed.","Checks that face is variable.","","","Returns face’s italic angle.","A Kerning Table implementation.","","","An Extended Kerning Table implementation.","","","Returns the last value.","Returns array’s length.","Returns array’s length.","","Returns a horizontal face line gap.","Appends a LineTo segment.","An Index to Location Table implementation.","","A Math Table implementation.","","","","A Maximum Profile Table implementation.","","","","An Extended Glyph Metamorphosis Table implementation.","","","Appends a MoveTo segment.","A Metrics Variations Table implementation.","","","A Naming Table implementation.","","","A list of name ID’s.","An axis name in the name table.","Returns a list of names.","Creates a new LazyArray.","Creates a new LazyArray.","Creates a new RgbaColor.","","","Returns a total number of glyphs in the face.","","This module contains OpenType Layout supplementary tables …","A OS/2 and Windows Metrics Table implementation.","","","Outlines a glyph and returns its tight bounding box.","Paints a color glyph from the COLR table.","Parses an object from a raw data.","","","","Creates a new RawFace from a raw data.","Creates a new Face from a raw data.","","Returns face permissions.","A pixels per em of the selected strike.","Line position.","A PostScript Table implementation.","","","Returns the primary language.","Appends a QuadTo segment.","Returns a RangeRecord for a glyph.","Returns the RawFace used to create this Face.","","Returns a language region.","A Standard Bitmap Graphics Table implementation.","","","Sets a variation axis coordinate.","Returns sub-array.","Returns face’s strikeout metrics.","Returns face style.","Returns face’s subscript metrics.","Returns face’s superscript metrics.","An SVG Table implementation.","","","Returns the raw data of a selected table.","Returns the raw data of a selected table.","An array of table records.","Returns low-level face tables.","","","Line thickness.","","","","","","","","","","","","","","","","","","","","","","","","","","A Tracking Table implementation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a horizontal typographic face ascender.","Returns a horizontal typographic face descender.","Returns a horizontal typographic face line gap.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns face’s underline metrics.","Checks if the face bitmaps embedding is allowed.","Returns face’s units per EM.","An axis value.","Returns an iterator over variation axes.","Returns the current normalized variation coordinates.","Returns a vertical face ascender.","Returns a vertical face descender.","Returns a vertical face height.","Returns a vertical face line gap.","A Vertical Header Table implementation.","","","","","A Vertical Origin Table implementation.","","","","","Returns face’s weight.","Returns rect’s width.","Returns face’s width.","Image width.","Horizontal offset.","Returns face’s x height.","","","X offset.","Horizontal face size.","Vertical offset.","","","Y offset.","Vertical face size.","An anchor point.","An Anchor Point Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Parses a table from raw data.","Returns a list of anchor points for the specified glyph.","","","","","","","","","","","","","","","","","","","An Extended State Table.","A State Table entry.","A lookup table.","A legacy state entry used by StateTable.","A State Table.","A type-safe wrapper for a kerning value offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Predefined classes.","Returns a glyph class.","Returns a glyph class.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a class entry.","Returns a class entry.","Additional data.","Additional data.","Entry flags.","Entry flags.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","If set, advance to the next glyph before going to the new …","If set, remember this glyph as the marked glyph.","Checks that entry has an offset.","If set, push this glyph on the kerning stack.","If set, reset the kerning data (clear the stack).","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns kerning at offset.","Produces a new state.","A new state.","A new state.","Returns the next offset.","","Parses an Extended State Table from a stream.","Parses a lookup table from raw data.","Predefined states.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a value associated with the specified glyph.","Returns a value offset.","","","","","An axis value map.","A list of segment maps.","An iterator over maps.","An Axis Variations Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","A normalized coordinate value obtained using default …","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any segments.","Returns the number of segments.","Maps coordinates.","","","Parses a table from raw data.","The segment maps array — one segment map for each axis …","The modified, normalized coordinate value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Color Bitmap Data Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns a raster image for the glyph.","","Calls U::from(self).","","","","","","","","","Parses a table from raw data.","","","","","","","","","A Color Bitmap Location Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Parses a table from raw data.","","","","","","","","","An affine transformation matrix.","A Compact Font Format Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the CID corresponding to a glyph ID.","Resolves a Glyph ID for a code point.","Returns a glyph ID by a name.","Returns a glyph name.","Returns a glyph width.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Returns a font transformation matrix.","Returns a total number of glyphs in the font.","Outlines a glyph.","Parses a table from raw data.","","","","","","","","","","","","","","","","","","","","","A Compact Font Format 2 Table.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Outlines a glyph.","Parses a table from raw data.","","","","","","","","","","A character encoding subtable variant.","Glyph was found in the variation encoding table.","A result of a variation glyph mapping.","","","","","","A character encoding subtable.","A format 0 subtable.","A format 10 subtable.","A format 12 subtable.","A format 13 subtable.","A format 14 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of subtables.","An iterator over Subtables.","A Character to Glyph Index Mapping Table.","","","","Glyph should be looked in other, non-variation tables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for each codepoint defined in this table.","Calls f for all codepoints contained in this subtable.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Subtable encoding.","","","","","First character code covered.","First character code of subrange.","","","","","","","","","","","","","","A subtable format.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a subtable at an index.","Just a list of 256 8bit glyph IDs.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Returns a glyph index for a code point.","Maps a character to a glyph ID.","Resolves a variation of a glyph ID from two code points.","Array of glyph indices for the character codes covered.","Array of glyph indexes for character codes in the range.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any subtables.","Checks that the current encoding is Unicode compatible.","Returns the number of subtables.","","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a table from raw data.","Subtable platform.","A list of subtables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A trait for color glyph painting.","A Color Table.","","","","","","","","","","","","Whether the table contains a definition for the given …","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Outlines a glyph and stores it until the next paint …","Paints the color glyph.","Paints the current glyph outline using the provided color.","Paints the current glyph outline using the application …","Parses a table from raw data.","","","","","","","","","A Color Palette Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the color at the given index into the given …","","Calls U::from(self).","","","","","","","","","Returns the number of palettes.","Parses a table from raw data.","","","","","","","","","A feature names.","A list fo feature names.","An iterator over FeatureNames.","A setting name.","A Feature Name Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The index of the default setting in the setting_names.","","","","","","","","","","","","","","","","The feature’s exclusive settings. If set, the feature …","The feature’s ID.","Finds a feature name by ID.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Returns a feature name at an index.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any feature names.","Returns the number of feature names.","The name table index for the feature’s name in a …","The name table index for the feature’s name in a …","A list of feature names. Sorted by FeatureName.feature.","","","Parses a table from raw data.","The setting.","The feature’s setting names.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Font Variations Table.","A variation axis.","","","","","","","","","","","A list of variation axes.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","An axis name in the name table.","","Parses a table from raw data.","","","","","","","","","","","","","","","","","","","","A glyph class.","","","A Glyph Definition Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns glyph’s class according to Glyph Class …","Returns glyph’s mark attachment class according to Mark …","Returns glyph’s variation delta at a specified index …","Checks that face has Glyph Class Definition Table.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Checks that glyph is a mark according to Mark Glyph Sets …","Parses a table from raw data.","","","","","","","","","","","","","","","","","","A Glyph Data Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Outlines a glyph.","Parses a table from raw data.","","","","","","","","","An Anchor Table.","An Anchor parsing helper.","","A ValueRecord pairs matrix used by PairAdjustment.","","","A Cursive Attachment Positioning Subtable.","A list of entry and exit Anchor pairs.","A Device Table.","","","","","","A Device Table hinting values.","An array or ligature anchor matrices.","A Mark Array.","","A Mark-to-Base Attachment Positioning Subtable.","","A Mark-to-Ligature Attachment Positioning Subtable.","","A Mark-to-Mark Attachment Positioning Subtable.","","A Pair Adjustment Positioning Subtable.","A ValueRecord pairs set used by PairAdjustment.","A list of PairSets.","A glyph positioning lookup subtable enumeration.","","A Single Adjustment Positioning Subtable.","A Value Record.","An array of Value Records.","","A Device Table indexes into Item Variation Store.","","","","","","","","","","","","","","","","","","","","","An anchors matrix.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A base coverage.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Number of columns in the matrix.","","","","","","","","","","","","","","","","","","","","","Returns the subtable coverage.","Returns the subtable coverage.","Returns the subtable coverage.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an entry Anchor at index.","Returns an exit Anchor at index.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a ValueRecord at index.","Returns a ValueRecord pair using the second glyph.","Returns a value at index.","Returns a ValueRecord pair using specified classes.","Returns an AnchorMatrix at index.","Returns contained data at index.","Returns an Anchor at position.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the array is empty.","Checks if the array is empty.","Checks if the set is empty.","Checks if the array is empty.","Checks if the array is empty.","Returns array’s length.","Returns array’s length.","Returns the number of items.","Returns the array length.","Returns the array length.","","","","","","A mark coverage.","","A list of mark anchors.","","","","","Number of rows in the matrix.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Horizontal value, in design units.","Horizontal adjustment for advance, in design units — …","A Device table with horizontal adjustment for advance.","Returns X-axis delta.","A Device table with horizontal value.","Horizontal adjustment for placement, in design units.","A Device table with horizontal adjustment for placement.","Vertical value, in design units.","Vertical adjustment for advance, in design units — only …","A Device table with vertical adjustment for advance.","Returns Y-axis delta.","A Device table with vertical value.","Vertical adjustment for placement, in design units.","A Device table with vertical adjustment for placement.","","","","","","","","","","","A list of glyphs for Alternate Substitution Subtable.","A set of AlternateSet.","A Alternate Substitution Subtable.","","","","","Glyph components for one ligature.","","A Ligature set.","A list of Ligature sets.","A Ligature Substitution Subtable.","","A Multiple Substitution Subtable.","","A Reverse Chaining Contextual Single Substitution Subtable.","A sequence of glyphs for Multiple Substitution Subtable.","A list of Sequence tables.","","A Single Substitution Subtable.","A glyph substitution lookup subtable enumeration.","","","","","","","","","","","Array of alternate glyph IDs, in arbitrary order.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Glyph components for one ligature.","","","","","","","","","","Returns the subtable coverage.","Returns the subtable coverage.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Ligature to substitute.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks that the current subtable is Reverse Chaining …","","","","","A list of substitute glyphs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Glyph Variations Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Outlines a glyph.","Parses a table from raw data.","","","","","","","","","An index format used by the Index to Location Table.","","","A Font Header Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","A bounding box that large enough to enclose any glyph from …","An index format used by the Index to Location Table.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Parses a table from raw data.","","","","","","","","","","","","","","","","","Units per EM.","A Horizontal Header Table.","","","","","","Face ascender.","","","","","","","","","Face descender.","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Face line gap.","Number of metrics in the hmtx table.","Parses a table from raw data.","","","","","","","","","Horizontal/Vertical Metrics.","A Horizontal/Vertical Metrics Table.","","","Returns advance for a glyph.","Width/Height advance for hmtx/vmtx.","","","","","","","","","Side bearings for glyph IDs greater than or equal to the …","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","A list of metrics indexed by glyph ID.","Sum of long metrics + bearings.","","Parses a table from raw data.","Returns side bearing for a glyph.","Left/Top side bearing for hmtx/vmtx.","","","","","","","","","","","","","","","","","A Horizontal/Vertical Metrics Variations Table.","","Returns advance offset for a glyph.","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Parses a table from raw data.","Returns side bearing offset for a glyph.","","","","","","","","","A kerning subtable format.","","","","","A kerning pair.","A kerning subtable.","A format 0 subtable.","A format 2 subtable.","A format 3 subtable.","A list of subtables.","An iterator over kerning subtables.","A Kerning Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Subtable format.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any subtables.","Returns left glyph ID.","Returns the number of subtables.","","Glyphs pair.","A list of kerning pairs.","","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a subtable from raw data.","Parses a table from raw data.","Returns right glyph ID.","A list of subtables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Kerning value.","Indicates that subtable is variable.","A container of Anchor Points used by Subtable4.","A state machine entry.","An extended kerning subtable format.","","","","","","A kerning subtable.","A format 0 subtable.","A format 1 subtable.","A format 2 subtable.","A format 4 subtable.","A format 6 subtable.","A list of extended kerning subtables.","An iterator over extended kerning subtables.","An Extended Kerning Table.","An action index.","","","","","","","","","","","","","Anchor points.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Subtable format.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","Returns a mark and current anchor points at action index.","Returns kerning for a pair of glyphs.","Returns kerning at action index.","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Returns kerning for a pair of glyphs.","Indicates that subtable has a cross-stream values.","Indicates that subtable uses a state machine.","Indicates that subtable is for horizontal text.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A list of kerning pairs.","","Parses a table from raw data.","A state table.","A state table.","A list of subtables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tuple count.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Indicates that subtable is variable.","Long offsets.","Short offsets.","An Index to Location Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns glyph’s range in the glyf table.","","Calls U::from(self).","","","","","","","","","Checks if there are any offsets.","Returns the number of offsets.","Parses a table from raw data.","","","","","","","","","A Math Constants Table.","A Glyph Assembly Table.","A Math Glyph Construction Table.","A mapping from glyphs to Math Glyph Construction Tables.","A Math Glyph Info Table.","Details for a glyph part in an assembly.","Description of math glyph variants.","A Math Kern Table.","An entry in a Math Kern Info Table.","A Math Kern Info Table.","A Math Value with optional device corrections.","A mapping from glyphs to Math Values.","Glyph part flags.","A Math Table.","A Math Variants Table.","Maximum (ink) height of accent base that does not require …","","","","","","","","","","","","","","","","Advance width/height, in design units, of the variant …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A general recipe on how to construct a variant with large …","Axis height of the font.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The kerning data for the bottom-left corner.","The kerning data for the bottom-right corner.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Math positioning constants.","Number of heights at which the kern value changes.","Minimum height required for a delimited expression …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Device corrections for this value.","Minimum height of n-ary operators (such as integral and …","","","","","","","","","","","","","","","","Lengths of the connectors on the end of the glyph, in font …","Glyphs which are extended shapes.","","Maximum (ink) height of accent base that does not require …","","","","","","","","","","","","","","","","Minimum tolerated gap between the (ink) top of the …","Standard shift down applied to the denominator in display …","Minimum tolerated gap between the (ink) top of the …","Standard shift down applied to the denominator.","Minimum tolerated gap between the (ink) bottom of the …","Standard shift up applied to the numerator in display …","Minimum tolerated gap between the (ink) bottom of the …","Standard shift up applied to the numerator.","Thickness of the fraction bar.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 full advance of the part, in font design units.","Returns the value for the glyph or None if it is not …","Returns the kerning info for the glyph or None if it is …","Returns the construction for the glyph or None if it is …","Glyph ID for the part.","Per-glyph positioning information.","The correction height at the given index.","Constructions for shapes growing in the horizontal …","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Per-glyph italics correction values.","The italics correction of the assembled glyph.","The kern value at the given index.","Per-glyph information for mathematical kerning.","Minimum distance between baseline of the lower limit and …","Minimum gap between (ink) top of the lower limit, and …","White space to be left between math formulas to ensure …","Minimum overlap of connecting glyphs during glyph …","Extra white space reserved above the overbar.","Thickness of overbar.","Distance between the overbar and the (ink) top of he base.","","","","Parses a table from raw data.","Part flags.","Parts the assembly is composed of.","Height of the bottom of the radical degree, if such is …","Space between the (ink) top of the expression and the bar …","Extra white space reserved above the radical.","Negative kern after the degree of a radical, if such is …","Extra horizontal kern before the degree of a radical, if …","Thickness of the radical rule.","Space between the (ink) top of the expression and the bar …","Percentage of scaling down for level 1 superscripts and …","Percentage of scaling down for level 2 (scriptScript) …","Horizontal distance between the top and bottom elements of …","Vertical distance between the ink of the top and bottom …","Extra white space to be added after each subscript and …","Standard shift down applied to the bottom element of a …","Standard shift down applied to the bottom element of a …","Minimum gap between (ink) bottom of the top element of a …","Minimum gap between (ink) bottom of the top element of a …","Standard shift up applied to the top element of a stack in …","Standard shift up applied to the top element of a stack.","Lengths of the connectors on the start of the glyph, in …","Standard shift down applied to the bottom element of the …","Minimum gap between the ink of the stretched element, and …","Minimum gap between the ink of the stretched element, and …","Standard shift up applied to the top element of the …","Minimum gap between the superscript and subscript ink.","Minimum allowed drop of the baseline of subscripts …","The standard shift down applied to subscript elements.","Maximum allowed height of the (ink) top of subscripts that …","Maximum allowed drop of the baseline of superscripts …","The maximum level to which the (ink) bottom of superscript …","Minimum allowed height of the (ink) bottom of superscripts …","Standard shift up applied to superscript elements.","Standard shift of superscripts relative to the base, in …","","","","","","","","","","","","","","","","Per-glyph horizontal positions for attaching mathematical …","The kerning data for the top-left corner.","The kerning data for the top-right corner.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extra white space reserved below the underbar.","Thickness of underbar.","Distance between underbar and (ink) bottom of the base.","Minimum distance between baseline of upper limit and (ink) …","Minimum gap between the (ink) bottom of the upper limit, …","The X or Y value in font design units.","The ID of the variant glyph.","Prepared variants of the glyph with varying advances.","Variants and assembly recipes for growable glyphs.","Constructions for shapes growing in the vertical direction.","A Maximum Profile Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The total number of glyphs in the face.","Parses a table from raw data.","","","","","","","","","A metamorphosis chain.","A list of metamorphosis chains.","An iterator over metamorphosis chains.","","A contextual subtable state table trailing data.","A contextual subtable.","A subtable coverage.","The feature table is used to compute the sub-feature flags …","","A contextual subtable state table trailing data.","An insertion subtable.","","A ligature subtable.","","","A subtable in a metamorphosis chain.","A subtable kind.","A list of subtables in a metamorphosis chain.","An iterator over a metamorphosis chain subtables.","An Extended Glyph Metamorphosis Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A list of metamorphosis chains.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Ligature components.","","","","","","","","","","","","","","","","A subtable coverage.","A current index.","A current insert index.","Default chain features.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Complement of flags for the settings that this feature and …","","","","","","","","","","","","","","","","Flags for the settings that this feature and setting …","Subtable feature flags.","A list of chain features.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Insertion glyphs.","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If true, this subtable will be applied to both horizontal …","If true, this subtable will process glyphs in descending …","If true, this subtable will process glyphs in logical order","If true, this subtable will only be applied to vertical …","The type of feature.","A subtable kind.","Ligature actions.","Ligatures.","Returns a Lookup at index.","A mark index.","A marked insert index.","","","","","","Parses a table from raw data.","The feature’s setting (aka selector).","The contextual glyph substitution state table.","A state table.","A state table.","A list of chain subtables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Metrics Variations Table.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Returns a metric offset by tag.","Parses a table from raw data.","","","","","","","","","","","","A Name Record.","A list of face names.","An iterator over face names.","A platform ID.","A Naming Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A platform-specific encoding ID.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Returns a name at index.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any name records.","Checks that the current Name data has a Unicode encoding.","Returns a Name language.","A language ID.","Returns a number of name records.","A raw name data.","A Name ID.","A list of names.","","","Parses a table from raw data.","A platform ID.","","","","","","Returns the Name’s data as a UTF-8 string.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Chained Contextual Lookup Subtable.","A Chained Sequence Rule.","A set of ChainedSequenceRule.","A list of ChainedSequenceRule sets.","A value of Class Definition Table.","A Class Definition Table.","A Contextual Lookup Subtable.","A Coverage Table.","A Feature.","An index in FeatureList.","A list of Feature records.","A Feature Variations Table.","Simple glyph contexts.","Simple glyph contexts.","","","Class-based glyph contexts.","Class-based glyph contexts.","","","Coverage-based glyph contexts.","Coverage-based glyph contexts.","An index in LanguageSystemList.","A Language System Table.","A list of LanguageSystem records.","A Layout Table.","A Lookup Table.","Lookup table flags.","An index in LookupList.","A list of Lookup values.","A trait for parsing Lookup subtables.","A list of lookup subtables.","An iterator over lookup subtables.","A record that describes a range of glyph IDs.","A data storage used by ScriptList, LanguageSystemList and …","A trait to parse item in RecordList.","An iterator over RecordList values.","A Script Table.","An index in ScriptList.","A list of Script records.","A sequence rule record.","A sequence rule.","A set of SequenceRules.","A list of SequenceRuleSets.","An index in FeatureVariations.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either glyph IDs or glyph Classes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks that glyph is present.","Returns the subtable coverage.","Returns the subtable coverage.","Default language.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Last glyph ID in the range","Array of indices into the FeatureList, in arbitrary order.","A list of all supported features.","Returns RecordList value by Tag.","Returns a VariationIndex for variation coordinates.","Returns a Feature at specified indices.","Lookup qualifiers.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns RecordList value by index.","Parses a subtable at index.","Returns the coverage index of the glyph or None if it is …","Returns the glyph class of the glyph (zero if it is not …","","","","","Returns RecordList value index by Tag.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an iterator over subtables.","","","","","","","","","","","","","","","","","","","","Checks that RecordList is empty.","Checks if there are any items.","List of supported languages, excluding the default one. …","Returns a number of items in the RecordList.","Returns a number of items in the LookupSubtables.","Contains either glyph IDs or glyph Classes.","","","","","A list of all lookups.","","Index into GDEF mark glyph sets structure.","","","Parses raw data.","Parses raw data.","","","","","","","Index of a feature required for this language system.","","A list of all supported scripts.","","First glyph ID in the range","Available subtables.","Script tag.","Language tag.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Coverage Index of first glyph ID in range.","Used to substitute an alternate set of lookup tables to …","","","","","","","","","","","","","","","","","","","","","","","","Array of glyph IDs. Sorted.","Array of glyph ranges. Ordered by RangeRecord.start.","","","","","","","","","","","A form that is generally cursive in nature.","","","","","A face that is neither italic not obliqued.","A typically-sloped version of the regular face.","","Face permissions.","","","A script metrics used by subscript and superscript.","","","","A face style.","A OS/2 and Windows Metrics Table.","","","","Unicode Ranges.","A face weight.","A face width.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns capital height.","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if ranges contain the specified character.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the face bitmaps embedding is allowed.","Checks if face is bold.","Checks if the face subsetting is allowed.","Parses a table from raw data.","","","Returns face permissions.","Returns strikeout metrics.","Returns style.","Returns subscript metrics.","Returns superscript metrics.","Returns a numeric representation of a weight.","Returns a numeric representation of a width.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns typographic ascender.","Returns typographic descender.","Returns typographic line gap.","","","","","","","","","","","","","","","Returns Unicode ranges.","Checks if typographic metrics should be used.","Table version.","Returns weight class.","Returns face width.","Returns Windows ascender.","Returns Windows descender.","Returns x height.","X offset.","Horizontal face size.","Y offset.","Vertical face size.","An iterator over glyph names.","A PostScript Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns a glyph ID by a name.","Returns a glyph name by ID.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Flag that indicates that the font is monospaced.","Italic angle in counter-clockwise degrees from the …","Returns an iterator over glyph names.","","Parses a table from raw data.","","","","","","","","","","","","","","","","","Underline metrics.","A strike of glyphs.","A list of Strikes.","An iterator over Strikes.","A Standard Bitmap Graphics Table.","","","","","","","","","","","","","","","","","","","","","Selects the best matching Strike based on pixels_per_em.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns a glyph data.","Returns a strike at the index.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any glyphs.","Checks if there are any strikes.","Returns the number of glyphs in this strike.","Returns the number of strikes.","","Parses a table from raw data.","The pixels per EM size for which this strike was designed.","The device pixel density (in PPI) for which this strike …","A list of Strikes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An SVG documents.","A list of SVG documents.","An iterator over SvgDocumentsList values.","An SVG Table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The SVG document data.","","","","","","","","","A list of SVG documents.","","","","","The last glyph ID, inclusive, for the range covered by …","Returns a SVG document data by glyph ID.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns SVG document data at index.","Returns the glyphs range.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the list is empty.","Returns the number of SVG documents in the list.","","Parses a table from raw data.","The first glyph ID for the range covered by this record.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Tracking Table.","A single track.","A track data.","A list of tracks.","An iterator over Tracks.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Returns a track at index.","Horizontal track data.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if there are any tracks.","Returns the number of tracks.","The name table index for the track’s name.","","Parses a table from raw data.","A list of sizes.","","","","","A list of tracks.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A track value.","A list of tracking values for each size.","Vertical track data.","A Vertical Header Table.","","","","","","Face ascender.","","","","","","","","","","Face descender.","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Face line gap.","Number of metrics in the vmtx table.","Parses a table from raw data.","","","","","","","","","A Vertical Origin Table.","Vertical origin metrics for the Vertical Origin Table.","","","","","","","","","","","","","","","","","","","","","","","Default origin.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Glyph ID.","Returns glyph’s Y origin.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","A list of metrics for each glyph.","","Parses a table from raw data.","","","","","","","","","","","","","","","","","Y coordinate, in the font’s design coordinate system, of …","A multi-line text editor.","A weak reference to an Editor.","","","","","","","","The bounds of the Editor.","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Tries to update the reference into an Editor.","A bunch of text.","A weak reference to a Paragraph.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","The horizontal alignment of the Paragraph.","","Calls U::from(self).","","","","","","","","","The minimum bounds of the Paragraph.","","","","","","","","","Tries to update the reference into a Paragraph.","The vertical alignment of the Paragraph.","A set of asynchronous actions to be performed by some …","A non-monospaced sans-serif font with normal Weight.","","A font.","A monospaced font with normal Weight.","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The theme used to draw the Program.","A set of interactive graphical elements with a specific …","Returns all of the actions of the Command.","","","","","","","","","","","","","","","","","","","","","Creates a Command that performs the actions of all the …","","","","","","","","","Builds a user interface for an Element.","","","","","Access the clipboard.","","","Run asynchronous actions.","","","","","","","","","","","","","","","Access the clipboard.","Get the destination rectangles for the user interface.","Draws the UserInterface with the provided Renderer.","","","","","","","","","","","","","The Family of the Font.","Find widget with given id","","","","Load and use fonts.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Extract the Cache of the UserInterface, consuming it in the","","","","","","","","","","","","","","","","","Track keyboard events.","","","","Applies a transformation to the result of a Command.","","Creates an empty Command.","Applies a widget::Operation to the UserInterface.","Overlays for user interfaces.","","Creates a Command that performs the action of the given …","Build interactive programs using The Elm Architecture.","Relayouts and returns a new UserInterface using the …","","","Creates a Command that runs the given stream to completion.","Creates a Command that performs a single Action.","","","The Stretch of the Font.","The Style of the Font.","Access the native system.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Handles a message and updates the state of the Program.","Updates the UserInterface by processing each provided Event…","","","Implement your own event loop to drive a user interface.","Returns the widgets to display in the Program.","","","The Weight of the Font.","Creates a Command that performs a widget::Operation.","Build window-based GUI applications.","Creates a non-monospaced Font with the given Family::Name …","A clipboard action to be performed by some Command.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Read the clipboard and produce T with the result.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to the clipboard.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Maps the output of a clipboard Action using the provided …","Read the current contents of the clipboard.","Read the current contents of the clipboard.","Read the current contents of primary.","Read the current contents of the clipboard.","","","","","","","","Write the given contents to the clipboard.","Write the given contents to the clipboard.","Write the given contents to primary.","Write the given contents to the clipboard.","An action that a Command can perform.","Run a clipboard action.","A set of asynchronous actions to be performed by some …","Run a Dnd action.","Run a Future to completion.","Load a font from its bytes.","Run a platform specific action","Run a Stream to completion.","Run a system action.","Run a widget action.","Run a window action.","","","","","","","","","Creates a Command that produces the Messages published …","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Applies a transformation to the result of a Command.","A set of asynchronous actions to be performed by some …","","","","","","","","The bytes of the font to load.","The message to produce when the font has been loaded.","Platform specific actions defined for wayland","phantom data variant in case the platform has not specific …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Maps the output of an Action using the given function.","","","","","","","","An action to be performed on the system.","End a Dnd operation.","Peek the current Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","","","","","","","","","","","","","End a Dnd operation.","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Maps the output of a DndAction using the provided closure.","Read the current contents of the Dnd operation.","Register a Dnd destination.","Set the action of the Dnd operation.","Start a Dnd operation.","","","","","","","","The actions of the Dnd operation.","The content of the Dnd operation.","The icon surface of the Dnd operation.","Whether the Dnd operation is internal.","The rectangles to register.","The source surface of the Dnd operation.","The surface to register.","","","","Glyphs in cursive fonts generally use a more informal …","An error while loading a font.","","","","","","A font family.","Fantasy fonts are primarily decorative or expressive fonts …","A font.","","","","The sole criterion of a monospace font is that all glyphs …","The name of a font family of choice.","","","","","Glyphs in sans-serif fonts, as the term is used in CSS, …","","","","Serif fonts represent the formal text style for a script.","The width of some text.","The style of some text.","","","","The weight of some text.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Family of the Font.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Load a font from its bytes.","The Stretch of the Font.","The Style of the Font.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Weight of the Font.","The “alt” key.","The “command” key.","The “control” key.","A key string that corresponds to the character typed by …","A keyboard event.","A key on the keyboard.","A keyboard key was pressed.","A keyboard key was released.","The “windows” key on Windows, “command” key on …","The left side of the keyboard.","The location of a key on the keyboard.","The current state of the keyboard modifiers.","The keyboard modifiers have changed.","A key with an established name.","The numpad of the keyboard.","The right side of the keyboard.","The “shift” key.","The standard group of keys on the keyboard.","An unidentified key.","","","","","Get a flags value with all known bits set.","Returns true if the ALT key is pressed in the Modifiers.","","","","","","","","","","","","","","","","","Convert Key::Character(SmolStr) to Key::Character(&str) so …","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.","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 …","","","","","","","","","","","","","","","","","","","","","","Returns true if a “command key” is pressed in the …","","The bitwise negation (!) of the bits in a flags value, …","","","","","Whether all set bits in a source flags value are also set …","Returns true if the CTRL key is pressed in the Modifiers.","","","","","","","","","","","The intersection of a source flags value with the …","","","","","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","","","","","","","","","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 exactly.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","","","","","","","","","","The bitwise or (|) 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 …","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 bits in this flags value are unset.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Returns true if the LOGO key is pressed in the Modifiers.","The bitwise negation (!) of the bits in a flags value, …","","The intersection of a source flags value with the …","","Call insert when value is true or remove when value is …","Returns true if the SHIFT key is pressed in the Modifiers.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The key pressed.","The key released.","The location of the key.","The location of the key.","The state of the modifier keys.","The state of the modifier keys.","The text produced by the key press, if any.","An overlay container that displays nested overlays","","","","","","","","","","","","Draws the Nested overlay using the associated Renderer.","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Returns true if the cursor is over the Nested overlay.","Returns the layout Node of the Nested overlay.","Returns the current mouse::Interaction of the Nested …","Creates a nested overlay from the provided overlay::Element","Processes a runtime Event.","Applies a widget::Operation to the Nested overlay.","Returns the position of the Nested overlay.","","","","","","","","The type of messages your Program will produce.","The core of a user interface application following The Elm …","The graphics backend to use to draw the Program.","The execution state of a Program. It leverages caching, …","The theme used to draw the Program.","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Returns whether the event queue of the State is empty or …","Returns the current mouse::Interaction of the State.","Creates a new State with the provided Program, …","Applies Operations to the State","Returns a reference to the Program of the State.","Queues an event in the State for processing during an …","Queues a message in the State for processing during an …","","","","","","","","Handles a message and updates the state of the Program.","Processes all the queued events and messages, rebuilding …","Returns the widgets to display in the Program.","An operation to be performed on the system.","Contains informations about the system (e.g. system name, …","Query system information and produce T with the result.","","","","","","","","","","","","","","","","","","","","","Detailed processor model information","The number of physical cores on the processor","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Model information for the active graphics adapter","Underlying graphics backend for rendering","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Maps the output of a system Action using the provided …","Total RAM size, KB","Memory used by this process, KB","Operating system kernel version","The operating system name","Short operating system version number","Long operating system version","","","","","","","","","","","","","","","","Reusable data of a specific UserInterface.","The UserInterface is outdated and needs to be rebuilt.","The resulting state after updating a UserInterface.","The UserInterface is up-to-date and can be reused without …","A set of interactive graphical elements with a specific …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Creates an empty Cache.","","","","","","","","","","","","","","","","The window::RedrawRequest when a redraw should be …","An operation to be performed on some window.","Change the window Icon.","Change the window Level.","Change the Mode of the window.","Close the window and exits the application.","Move the window with the left mouse button until the …","Fetch the raw identifier unique to the window.","Fetch if the current window is maximized or not.","Fetch if the current window is minimized or not.","Fetch the current Mode of the window.","Fetch the current logical dimensions of the window.","Bring the window to the front and sets input focus. Has no …","The id of the window.","The reserved window Id for the first window in an Iced …","Set the window to maximized or back","Set the window to minimized or back","Move the window to the given logical coordinates.","Request user attention to the window, this has no effect …","Resize the window to the given logical dimensions.","Data of a screenshot, captured with window::screenshot().","Screenshot the viewport of the window.","Show window menu at cursor position.","Spawns a new window with some Settings.","Toggle whether window has decorations.","Toggle the window to maximized or back","","","","","","","","","","","","","","","","","","","","","","","The bytes of the Screenshot.","","","","Changes the Icon of the window.","Changes the window Level.","Changes the Mode of the window.","","","","","Closes the window with id.","","","","","","Crops a Screenshot to the provided region. This will …","","","","","","","Begins dragging the window while the left mouse button is …","","","","","","","","Fetches an identifier unique to the window, provided by …","Fetches if the window is maximized.","Fetches if the window is minimized.","Fetches the current Mode of the window.","Fetches the window’s size in logical dimensions.","","","","Subscribes to the frames of the window of the running …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Brings the window to the front and sets input focus. Has …","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Maps the output of a window Action using the provided …","Maximizes the window.","Minimizes the window.","Moves the window to the given logical coordinates.","Creates a new Screenshot.","","Request user attention to the window. This has no effect …","Resizes the window to the given logical dimensions.","Take screenshots of a window.","Captures a Screenshot from the window.","Show window menu at cursor position.","The size of the Screenshot.","Spawns a new window with the given settings.","","","Toggles the window decorations.","Toggles the window to maximized or back.","","","","","","","","","","","","","","","","","","","","","","Creates a new unique window Id.","Errors that can occur when cropping a Screenshot.","The cropped region’s size is out of bounds.","Data of a screenshot, captured with window::screenshot().","The cropped region’s size is zero.","","","","","","","","The bytes of the Screenshot.","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The size of the Screenshot.","","","","","","","","","","The settings of an application.","The data needed to initialize an Application.","The fonts to load on boot.","The identifier of the application.","The window::Settings.","A list with all the defined themes.","A Theme that uses a Custom palette.","The built-in dark variant.","The built-in light variant.","A built-in theme.","","","","","","","","","","","","","","","","","","","Change the appearance of an application.","","","","","","","Change the apperance of a button.","","Change the appearance of a checkbox.","","","","Change the appearance of a container.","Creates a new custom Theme from the given Palette.","Creates a new custom Theme from the given Palette, with a …","","","","","","","","","","","","","","Returns the palette::Extended of the Theme.","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","Change the appearance of menus.","Returns the Palette of the Theme.","Change the appearance of a pane grid.","Change the appearance of a pick list.","","","","","Change the appearance of a progress bar.","Change the appearance of radio buttons.","Change the appearance of a rule.","Change the appearance of a scrollable.","","","Change the apperance of a slider.","Change the appearance of a svg.","Change the appearance of a text editor.","Change the appearance of a text input.","Use the built-in theme and styles.","","","","Change the appearance of a toggler.","","","","","","","","","","The appearance of an application.","The supported style of the StyleSheet.","A set of rules that dictate the style of an application.","","Returns the Appearance of the application for the provided …","","","","","The background Color of the application.","","","","","","","","","","","","Returns the argument unchanged.","","","The default icon Color of the application.","","Calls U::from(self).","","","","","","","","","The default text Color of the application.","","","","","","","","","The appearance of a button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","Produces the active Appearance of a button.","","","","","","The Background of the button.","The Border of the buton.","The border Color of the button.","The border radius of the button.","The border width of the button.","","","","","","","","","","Produces the disabled Appearance of a button.","","","Returns the argument unchanged.","","","Produces the hovered Appearance of a button.","The icon Color of the button.","","Calls U::from(self).","","","","","","","","","Produces the pressed Appearance of a button.","The Shadow of the butoon.","The amount of offset to apply to the shadow of the button.","The text Color of the button.","","","","","","","","","The appearance of a checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","","","","","","The Background of the checkbox.","The Border of hte checkbox.","","","","","","","","","","","Returns the argument unchanged.","","","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","","Calls U::from(self).","","","","","","","","","The text Color of the checkbox.","","","","","","","","","The appearance of a container.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","","Produces the Appearance of a container.","","","","","The Background of the container.","The Border of the container.","","","","","","","","","","","","Returns the argument unchanged.","","","The icon Color of the container.","","Calls U::from(self).","","","","","","","","","The Shadow of the container.","The text Color of the container.","","","","","","","","","Derives a new Appearance with the given Background.","Derives a new Appearance with a border of the given Color …","The appearance of a menu.","The supported style of the StyleSheet.","The style sheet of a menu.","","Produces the Appearance of a menu.","","","","","The Background of the menu.","The Border of the menu.","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","The background Color of a selected option in the menu.","The text Color of a selected option in the menu.","The text Color of the menu.","","","","","","","","","The appearance of the hovered region of a pane grid.","A line.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","","","","","","","","","","","The Background of the pane region.","The Border of the pane region.","","","","","","","","","","","The Color of the Line.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The Line to draw when a split is picked.","","","","","","","","","","","","","","","","","The width of the Line.","The appearance of a pick list.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","","","","","","The Background of the pick list.","The Border of the pick list.","","","","","","","","","","","Returns the argument unchanged.","","","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","","Calls U::from(self).","","","","","","","","","The placeholder Color of the pick list.","The text Color of the pick list.","","","","","","","","","The appearance of a progress bar.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","","Produces the Appearance of the progress bar.","","","","","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of a radio button.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","","","","","","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","","","","","","","","","The Color of the dot of the radio button.","","","Returns the argument unchanged.","","","Produces the hovered Appearance of a radio button.","","Calls U::from(self).","","","","","","","","","The text Color of the radio button.","","","","","","","","","The appearance of a rule.","Different offset on each end of the rule, length units. …","The fill mode of a rule.","Fill the whole length of the container.","Uniform offset from each end, length units.","Fill a percent of the length of the container. The rule …","The supported style of the StyleSheet.","A set of rules that dictate the style of a rule.","","","Produces the style of a rule.","","","","","","","","","","","","","","","","","","","The color of the rule.","","","","","","","","","Return the starting offset and length of the rule.","The FillMode of the rule.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The radius of the line corners.","","","","","","","","","","","","","","","","","The width (thickness) of the rule line.","The appearance of a scrollable.","The appearance of the scroller of a scrollable.","The supported style of the StyleSheet.","A set of rules that dictate the style of a scrollable.","Produces the style of an active scrollbar.","Produces the style of an active horizontal scrollbar.","","","","","","","","","","","The Background of a scrollable.","The Border of a scrollable.","The Border of the scroller.","","","","","","","","","","","The Color of the scroller.","","","","","","","Produces the style of a scrollbar that is being dragged.","Produces the style of a horizontal scrollbar that is being …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Produces the style of a scrollbar when the scrollable is …","Produces the style of a horizontal scrollbar when the …","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of the Scroller of a scrollable.","","","","","","","","","","","","","","","","","The appearance of a slider.","The appearance of slider breakpoints.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","","","","","","","","","","","","","The appearance of breakpoints.","","","","","","","","","","","","","","","","","","","The color of the slider breakpoint.","The Color of the handle.","The colors of the rail of the slider.","","","","","","","","","","","","","","","","","","","Produces the style of a slider that is being dragged.","","","","","","","","","","","","","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 appearance of the Handle of the slider.","Produces the style of an hovered slider.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The colors of the rail of the slider.","The shape of the handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","The appearance of an SVG.","The supported style of the StyleSheet.","The stylesheet of a svg.","","Produces the Appearance of the svg.","","","","","","","","","","The Color filter of an SVG.","","","","","","","Returns the argument unchanged.","","","Produces the hovered Appearance of a svg content.","","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","","","","","","The Background of the text editor.","The Border of the text editor.","","","","","","","","","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","","","Produces the style of a focused text input.","Returns the argument unchanged.","","","Produces the style of an hovered text input.","","Calls U::from(self).","","","","","","","","","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","","","","","","","","","Produces the Color of the value of a text input.","The appearance of a text input.","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","Produces the style of an active text input.","","","","","","The Background of the text input.","The Border of the text input.","","","","","","","","","Produces the style of a disabled text input.","Produces the Color of the value of a disabled text input.","","","Produces the style of a focused text input.","Returns the argument unchanged.","","","Produces the style of an hovered text input.","The icon Color of the text input.","","Calls U::from(self).","","","","","","","","","Produces the Color of the placeholder of a text input.","Produces the Color of the selection of a text input.","","","","","","","","","Produces the Color of the value of a text input.","The style of an application.","A simple box.","The style of a button.","The style of a checkbox.","Colored text.","The style of a container.","A Theme with a customized Palette.","A Theme that uses a Custom palette.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","A custom style.","The built-in dark variant of a Palette.","The danger style.","The danger style.","The built-in dark variant.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","The default style.","No filtering to the rendered SVG.","The default style.","The default style.","The default style.","The default style.","The destructive style.","The built-in light variant of a Palette.","The built-in light variant.","The style of a menu.","A color palette.","The style of a pane grid.","The style of a pick list.","The positive style.","The primary style.","The primary style.","The primary style.","The style of a progress bar.","The style of a radio button.","The style of a rule.","The style of a scrollable.","The secondary style.","The secondary style.","The style of a slider.","The success style.","The success style.","Svg","The style of text.","The text style.","The style of a text input.","The style of a text input.","A built-in theme.","The style of a toggler.","No style.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The background Color of the Palette.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a custom Button style variant.","Creates a custom Scrollable theme.","Creates a custom Svg style.","The danger Color of the Palette.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Custom theme from the given Palette.","Define the colors of a theme.","The primary Color of the Palette.","The success Color of the Palette.","The text Color of the Palette.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Custom theme from the given Palette with a …","A set of background colors.","A set of danger colors.","The built-in dark variant of an Extended palette.","The built-in light variant of an Extended palette.","An extended set of colors generated from a Palette.","Recommended background, icon, and text Color.","A color palette.","A set of primary colors.","A set of secondary colors.","A set of success colors.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The background Color of the Palette.","The set of background colors.","The base background color.","The base primary color.","The base secondary color.","The base success color.","The base danger color.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The background color.","","","","","","","","The danger Color of the Palette.","The set of danger colors.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Generates an Extended palette from a simple Palette.","Generates a set of Primary colors from the base, …","Generates a set of Secondary colors from the base and text …","Generates a set of Success colors from the base, …","Generates a set of Danger colors from the base, …","The icon color, which defaults to the text color.","","","","","","","","Calls U::from(self).","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 the palette is dark or not.","Creates a new Pair from a background Color and some text …","Generates a set of Background colors from the base and …","The primary Color of the Palette.","The set of primary colors.","The set of secondary colors.","A stronger version of the base background color.","A stronger version of the base primary color.","A stronger version of the base secondary color.","A stronger version of the base success color.","A stronger version of the base danger color.","The success Color of the Palette.","The set of success colors.","The text Color of the Palette.","The text color.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A weaker version of the base background color.","A weaker version of the base primary color.","A weaker version of the base secondary color.","A weaker version of the base success color.","A weaker version of the base danger color.","The appearance of a toggler.","The supported style of the StyleSheet.","A set of rules that dictate the style of a toggler.","Returns the active Appearance of the toggler for the …","","","","","","The background Color of the toggler.","The Color of the background border of the toggler.","The border radius of the toggler.","","","","","","","","","","","The foreground Color of the toggler.","The Color of the foreground border of the toggler.","Returns the argument unchanged.","","","the space between the handle and the border of the toggler","the radius of the handle of the toggler","Returns the hovered Appearance of the toggler for the …","","Calls U::from(self).","","","","","","","","","","","","","","","","","UI scaling is important, so read the docs for this module …","","The Event enum and assorted supporting types.","The EventLoop struct and assorted supporting types, …","Types related to the keyboard.","Types useful for interacting with a user’s monitors.","Contains traits with platform-specific methods in them.","The Window struct and associated types.","","","A position represented in logical pixels.","A size represented in logical pixels.","","","A position represented in physical pixels.","A size represented in physical pixels.","","A position that’s either physical or logical.","A size that’s either physical or logical.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks that the scale factor is a normal positive f64.","","","","","","","The event loop can’t be re-run while it’s already …","A general error that may occur while running the Winit …","Application has exit with an error status.","An error that may be generated when requesting Winit state","The operation was ignored.","The operation is not supported by the backend.","The operation is not supported by the backend.","The error type for when the requested operation is not …","The OS cannot perform the operation.","The OS cannot perform the operation.","The error type for when the OS cannot perform the …","The event loop can’t be re-created.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Emitted when the event loop is about to block and wait for …","The activation token was delivered back and now could be …","","Identifier for a specific analog axis on some device.","Motion on some analog axis. May report data redundant to …","","","Identifier for a specific button on some device.","On iOS, the force is calibrated so that the same number …","","The window has been requested to close.","Notifies when text should be inserted into the editor …","The cursor has entered the window.","The cursor has left the window.","The cursor has moved on the window.","The window has been destroyed.","Represents raw hardware events that are not associated …","Emitted when the OS sends an event to a device.","Identifier of an input device.","Notifies when the IME was disabled.","A file has been dropped into the window.","Describes the input state of a key.","Notifies when the IME was enabled.","","Describes a generic event.","The window gained or lost focus.","Describes the force of a touch event","","A file is being hovered over the window.","A file was hovered, but has exited the window.","Describes input method events.","An event from an input method.","Sent once, immediately after run is called. Indicates that …","Handle to synchroniously change the size of the window …","","Describes a keyboard input targeting a window.","An event from the keyboard has been received.","","Amount in lines or rows to scroll in the horizontal and …","Emitted when the event loop is being shut down.","Describes an event that only happens in MacOS.","","Emitted when the application has received a memory warning.","","Describes keyboard modifiers event.","The keyboard modifiers have changed.","Motion on some analog axis. This event will be reported …","Describes a button of a mouse controller.","An mouse button press has been received.","Change in physical position of a pointing device.","Describes a difference in the mouse scroll wheel state.","A mouse wheel movement or touchpad scroll occurred.","Physical scroll event","The position of the window has changed. Contains the window…","","Emitted when new events arrive from the OS to be processed.","If the platform reports the force as normalized, we have …","The window has been occluded (completely hidden from view).","","Amount in pixels to scroll in the horizontal and vertical …","Describes an event from some specific platform.","Emitted when the event loop receives an event that only …","Sent if the event loop is being resumed after the loop’s …","Notifies when a new composing text should be set at the …","","Describes a keyboard input as a raw device event.","","Emitted when a window should be redrawn.","","","The size of the window has changed. Contains the client …","Sent if the time specified by ControlFlow::WaitUntil has …","Emitted when the application has been resumed.","","The window’s scale factor has changed.","Smart magnification event.","Describes the reason the event loop is resuming.","","Emitted when the application has been suspended.","The system window theme has changed.","Represents a touch event","Touch event has been received","Describes touch-screen input state.","Touchpad magnification event with two-finger pinch gesture.","Touchpad pressure event.","Touchpad rotation event with two-finger rotation gesture.","Emitted when an event is sent from …","Sent if the OS has new events to send to the window, after …","Describes an event from a [Window].","Emitted when the OS sends an event to a winit window.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a dummy id, useful for unit testing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Describes how hard the screen was pressed. May be None if …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unique identifier of a finger.","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","True if self == Pressed.","","The state of the left alt key.","The state of the left control key.","Contains the location of this key on the keyboard.","","This value is affected by all modifiers except Ctrl.","The state of the left shift key.","The state of the left super key.","","Returns the force normalized to the range between 0.0 and …","","","","","Represents the position of a key independent of the …","The state of the right alt key.","The state of the right control key.","Whether or not this key is a key repeat event.","Try to request inner size which will be set synchroniously …","The state of the right shift key.","The state of the right super key.","The state of the modifiers.","","Whether the key is being pressed or released.","Contains the text produced by this keypress.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","(x, y) change in position in unspecified units.","","","","","","","","The altitude (in radians) of the stylus.","The force of the touch, where a value of 1.0 represents …","The maximum possible force for a touch.","","","","","","","","","","","","","","","","","","","","","","Handle to update inner size during scale changes.","If true, the event was generated synthetically by winit in …","","","","(x,y) coords in pixels relative to the top-left corner of …","","","","","","","","Report device events regardless of window focus.","A unique identifier of the winit’s async request.","Set through EventLoopWindowTarget::set_control_flow().","Control when device events are captured.","Provides a way to retrieve events from the system and from …","Object that allows building the event loop.","The error that is returned when an EventLoopProxy attempts …","Used to send custom events to EventLoop.","Target that associates windows with an EventLoop.","Never capture device events.","When the current loop iteration finishes, immediately …","When the current loop iteration finishes, suspend the …","When the current loop iteration finishes, suspend the …","Only capture device events while the window is focused.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the underlying EventLoop’s fd which you can register …","Get the underlying EventLoop’s raw fd which you can …","Returns the list of all the monitors available on the …","","","","","","","","","","","","","","","","","Builds a new event loop.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Gets the current ControlFlow.","Creates an EventLoopProxy that can be used to dispatch …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This exits the event loop.","Returns if the EventLoop is about to stop.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Change if or when DeviceEvents are captured.","Alias for EventLoopBuilder::new().build().","Start building a new event loop.","","Returns the primary monitor of the system.","","","","","Runs the event loop in the calling thread and calls the …","","Send an event to the EventLoop from which this proxy was …","Sets the ControlFlow.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a ControlFlow that waits until a timeout has …","","","","Start building a new event loop, with the given type as …","","","The “alt” key.","Switch the input mode on an external AVR (audio/video …","Toggle the power on an external AVR (audio/video …","","The Accept (Commit, OK) key. Accept current option or …","Found on Sun’s USB keyboard.","Redo or repeat an action.","Initate the multi-candidate mode.","","The Alt (Alternative) key.","The Alternate Graphics (AltGr or AltGraph) key.","Alt, Option, or ⌥.","Alt, Option, or ⌥. This is labeled AltGr on many …","An Android “scancode”.","An Android “keycode”, which is similar to a “…","The Application switch key, which provides a list of …","↓","Navigate or traverse downward. (KEYCODE_DPAD_DOWN)","←","Navigate or traverse leftward. (KEYCODE_DPAD_LEFT)","→","Navigate or traverse rightward. (KEYCODE_DPAD_RIGHT)","↑","Navigate or traverse upward. (KEYCODE_DPAD_UP)","The Attention (Attn) key.","Adjust audio balance leftward. (VK_AUDIO_BALANCE_LEFT)","Adjust audio balance rightward. (VK_AUDIO_BALANCE_RIGHT)","Decrease audio bass boost or cycle down through bass boost …","Toggle bass boost on/off. (APPCOMMAND_BASS_BOOST)","Increase audio bass boost or cycle up through bass boost …","Adjust audio fader towards front. (VK_FADER_FRONT)","Adjust audio fader towards rear. (VK_FADER_REAR)","Advance surround audio mode to next available mode. (…","Decrease treble. (APPCOMMAND_TREBLE_DOWN)","Increase treble. (APPCOMMAND_TREBLE_UP)","","Decrease audio volume. (APPCOMMAND_VOLUME_DOWN, …","","Toggle between muted state and prior volume level. (…","","Increase audio volume. (APPCOMMAND_VOLUME_UP, …","` on a US keyboard. This is also called a backtick or …","Used for both the US \\\\ (on the 101-key layout) and also …","Backspace or ⌫. Labeled Delete on Apple keyboards.","Used to remove the character to the left of the cursor. …","[ on a US keyboard.","] on a US keyboard.","The Brightness Down key. Typically controls the display …","The Brightness Up key. Typically controls the display …","Some laptops place this key to the left of the ↑ key.","Navigate to previous content or page in current history. (…","","Open the list of browser favorites. (…","Some laptops place this key to the right of the ↑ key.","Navigate to next content or page in current history. (…","The “home” button on Android.","Go to the user’s preferred home page. (…","","Refresh the current page or content. (…","","Call up the user’s preferred search page. (…","","Stop loading the current page or content. (…","The “control” key.","The Call key. (KEYCODE_CALL)","The Camera key. (KEYCODE_CAMERA)","The Camera focus key. (KEYCODE_FOCUS)","","CapsLock or ⇪","The Caps Lock (Capital) key.","Select next (numerically or logically) lower channel. (…","Select next (numerically or logically) higher channel. (…","A key string that corresponds to the character typed by …","Remove the currently selected input.","Close the current document or message (Note: This …","Toggle the display of Closed Captions. (VK_CC, …","A known key code","Initiate the Code Input mode to allow characters to be …","General purpose color-coded media function key, as index 0 …","General purpose color-coded media function key, as index 1 …","General purpose color-coded media function key, as index 2 …","General purpose color-coded media function key, as index 3 …","General purpose color-coded media function key, as index 4 …","General purpose color-coded media function key, as index 5 …",", on a US keyboard.","The Compose key, also known as “Multi_key” on the X …","The application context menu key, which is typically found …","Show the application’s context menu. This key is …","The Control or Ctrl key.","Control or ⌃","Control or ⌃","Japanese: 変 (henkan)","Convert the current input method sequence.","Found on Sun’s USB keyboard.","Copy the current selection. (APPCOMMAND_COPY)","The Cursor Select key.","Found on Sun’s USB keyboard.","Cut the current selection. (APPCOMMAND_CUT)","Select Digital Video Rrecorder. (KEYCODE_DVR)","Contains the text representation of the dead-key when …","⌦. The forward delete key. Note that on Apple keyboards, …","Used to delete the character to the right of the cursor. …","0 on a US keyboard.","1 on a US keyboard.","2 on a US keyboard.","3 on a US keyboard.","4 on a US keyboard.","5 on a US keyboard.","6 on a US keyboard.","7 on a US keyboard.","8 on a US keyboard.","9 on a US keyboard.","Adjust brightness of device, by toggling between or …","Swap video sources. (VK_DISPLAY_SWAP)","The Eisu key. This key may close the IME, but its purpose …","Eject or ⏏. This key is placed in the function section …","Toggle removable media to eject (open) and insert (close) …","Page Down, End, or ↘","The End key, used with keyboard entry to go to the end of …","The End Call key. (KEYCODE_ENDCALL)","Enter or ↵. Labeled Return on Apple keyboards.","The Enter or key. Used to activate current selection …","= on a US keyboard.","The Erase to End of Field key. This key deletes all …","Esc or ⎋","The Esc key. This key was originally used to initiate an …","The Extend Selection (Exsel) key.","","Exit the current application. (VK_EXIT)","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key.","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","General-purpose function key. Usually found at the top of …","Clear program or content stored as favorite 0. (…","Clear program or content stored as favorite 1. (…","Clear program or content stored as favorite 2. (…","Clear program or content stored as favorite 3. (…","Select (recall) program or content stored as favorite 0. (…","Select (recall) program or content stored as favorite 1. (…","Select (recall) program or content stored as favorite 2. (…","Select (recall) program or content stored as favorite 3. (…","Store current program or content as favorite 0. (…","Store current program or content as favorite 1. (…","Store current program or content as favorite 2. (…","Store current program or content as favorite 3. (…","The Final Mode Final key used on some Asian keyboards, to …","Found on Sun’s USB keyboard.","Open the Find dialog. (APPCOMMAND_FIND)","Fn This is typically a hardware key that does not generate …","The Function switch Fn key. Activating this key …","FLock or FnLock. Function Lock key. Found on the Microsoft …","The Function-Lock (FnLock or F-Lock) key. Activating this …","The Back key. (KEYCODE_BACK)","The Home key, which goes to the phone’s main screen. (…","Switch to the first character group. (ISO/IEC 9995)","Switch to the last character group. (ISO/IEC 9995)","Switch to the next character group. (ISO/IEC 9995)","Switch to the previous character group. (ISO/IEC 9995)","Toggle display of program or content guide. (VK_GUIDE, …","If guide is active and displayed, then display next …","If guide is active and displayed, then display previous …","Toggle between Hangul and English modes.","","The (Half-Width) Characters key.","The Headset Hook key. (KEYCODE_HEADSETHOOK)","Help. Not present on standard PC keyboards.","Open a help dialog or toggle display of help information. (…","The Hibernate key. This key saves the current state of the …","Use for dedicated ひらがな key found on some Japanese …","The Hiragana (Japanese Kana characters) key.","The Hiragana/Katakana toggle key. (…","Home or ↖","The Home key, used with keyboard entry, to go to start of …","","","Toggle display of information about currently selected …","Insert or Ins. Not present on Apple keyboards.","Toggle between text modes for insertion or overtyping. (…","Toggle instant replay. (VK_INSTANT_REPLAY)","Located between the left Shift and Z keys. Labeled \\\\ on a …","Located between the / and right Shift keys. Labeled \\\\ (ro) …","Located between the = and Backspace keys. Labeled ¥ (yen) …","","Japanese: カタカナ/ひらがな/ローマ字 …","The Kana Mode (Kana Lock) key. This key is used to enter …","The Kanji (Japanese name for ideographic characters of …","Use for dedicated カタカナ key found on some Japanese …","The Katakana (Japanese Kana characters) key.","Key represents the meaning of a keypress.","The 11 key found on media numpads that have buttons from 1 …","The 12 key found on media numpads that have buttons from 1 …","a on a US keyboard. Labeled q on an AZERTY (e.g., French) …","b on a US keyboard.","c on a US keyboard.","Code representing the location of a physical key","d on a US keyboard.","e on a US keyboard.","f on a US keyboard.","g on a US keyboard.","h on a US keyboard.","i on a US keyboard.","j on a US keyboard.","k on a US keyboard.","l on a US keyboard.","The location of the key on the keyboard.","m on a US keyboard.","n on a US keyboard.","o on a US keyboard.","p on a US keyboard.","q on a US keyboard. Labeled a on an AZERTY (e.g., French) …","r on a US keyboard.","s on a US keyboard.","t on a US keyboard.","u on a US keyboard.","v on a US keyboard.","w on a US keyboard. Labeled z on an AZERTY (e.g., French) …","x on a US keyboard.","y on a US keyboard. Labeled z on a QWERTZ (e.g., German) …","z on a US keyboard. Labeled w on an AZERTY (e.g., French) …","Korean: HangulMode 한/영 (han/yeong)","Korean: Hanja 한 (hanja)","Japanese (word-processing keyboard): Katakana","Japanese (word-processing keyboard): Hiragana","Japanese (word-processing keyboard): Zenkaku/Hankaku","","Sometimes labelled My Computer on the keyboard","Sometimes labelled Calculator on the keyboard","The first generic “LaunchApplication” key. This is …","The second generic “LaunchApplication” key. This is …","The “Calendar” key. (KEYCODE_CALENDAR)","The “Contacts” key. (KEYCODE_CONTACTS)","","The “Mail” key. (APPCOMMAND_LAUNCH_MAIL)","The “Media Player” key. (APPCOMMAND_LAUNCH_MEDIA_SELECT…","","","","","","","","The key is on the left side of the keyboard.","Launch linked content, if available and appropriate. (…","List the current program. (VK_LIST)","Toggle display listing of currently available live content …","Lock or unlock current content or program. (VK_LOCK)","","A macOS “scancode”.","A macOS “scancode”. There does not appear to be any …","Open an editor to forward the current message. (…","Open an editor to reply to the current message. (…","Send the current message. (APPCOMMAND_SEND_MAIL)","Toggle between manner mode state: silent, vibrate, ring, …","Show a list of media applications: audio/video players and …","Audio track key. (KEYCODE_MEDIA_AUDIO_TRACK)","Close the current media, for example to close a CD or DVD …","Initiate or continue forward playback at faster than …","Select previously selected channel or media. (VK_LAST, …","Pause the currently playing media. (APPCOMMAND_MEDIA_PAUSE…","Initiate or continue media playback at normal speed, if …","","Toggle media between play and pause states. (…","Initiate or resume recording of currently selected media. (…","Initiate or continue reverse playback at faster than …","","Skip backward to next content or program. (…","Skip forward to next content or program. (VK_SKIP, …","Step backward to next content or program. (…","Step forward to next content or program. (…","","Stop media playing, pausing, forwarding, rewinding, or …","Media top menu. (KEYCODE_MEDIA_TOP_MENU)","","Seek to next media or program track. (…","","Seek to previous media or program track. (…","","","Toggle the microphone on/off. (APPCOMMAND_MIC_ON_OFF_TOGGLE…","Decrease microphone volume. (…","Mute the microphone. (APPCOMMAND_MICROPHONE_VOLUME_MUTE, …","Increase microphone volume. (…","- on a US keyboard.","Toggle between or cycle through input modes of IMEs.","The state of the particular modifiers key.","Represents the current state of the keyboard modifiers","A simple (unparameterised) action","A Key::Named value","Contains the platform-native logical key identifier","Contains the platform-native physical key identifier","Navigate in. (KEYCODE_NAVIGATE_IN)","Navigate to next key. (KEYCODE_NAVIGATE_NEXT)","Navigate out. (KEYCODE_NAVIGATE_OUT)","Navigate to previous key. (KEYCODE_NAVIGATE_PREVIOUS)","Open a new document or message. (APPCOMMAND_NEW)","","Cycle to next favorite channel (in favorites list). (…","Cycle to next user profile (if there are multiple user …","Japanese: 無変換 (muhenkan)","Accept current input method sequence without conversion in …","The Notification key. (KEYCODE_NOTIFICATION)","On the Mac, this is used for the numpad Clear key.","The NumLock or Number Lock key. Used to toggle numpad mode …","The key is on the numpad.","0 Ins on a keyboard. 0 on a phone or remote control","1 End on a keyboard. 1 or 1 QZ on a phone or remote control","2 ↓ on a keyboard. 2 ABC on a phone or remote control","3 PgDn on a keyboard. 3 DEF on a phone or remote control","4 ← on a keyboard. 4 GHI on a phone or remote control","5 on a keyboard. 5 JKL on a phone or remote control","6 → on a keyboard. 6 MNO on a phone or remote control","7 Home on a keyboard. 7 PQRS or 7 PRS on a phone or remote …","8 ↑ on a keyboard. 8 TUV on a phone or remote control","9 PgUp on a keyboard. 9 WXYZ or 9 WXY on a phone or remote …","+","Found on the Microsoft Natural Keyboard.","C or A (All Clear). Also for use with numpads that have a …","C (Clear Entry)",", (thousands separator). For locales where the thousands …",". Del. For locales where the decimal separator is “,” …","/","","=","# on a phone or remote control device. This key is …","M Add current entry to the value stored in memory.","M Clear the value stored in memory.","M Replace the current entry with the value stored in …","M Replace the value stored in memory with the current …","M Subtract current entry from the value stored in memory."," on a keyboard. For use with numpads that provide …","( Found on the Microsoft Natural Keyboard.",") Found on the Microsoft Natural Keyboard.","* on a phone or remote control device.","-","Access on-demand content or programs. (VK_ON_DEMAND)","Found on Sun’s USB keyboard.","Open an existing document or message. (APPCOMMAND_OPEN)","Page Down, PgDn, or ⇟","Scroll down or display next page of content.","Page Up, PgUp, or ⇞","Scroll up or display previous page of content.","Pairing key to pair devices. (KEYCODE_PAIRING)","Found on Sun’s USB keyboard.","The Paste key. (APPCOMMAND_PASTE)","Pause Break","Pause the current state or application (as appropriate).",". on a US keyboard.","Represents the location of a physical key.","Move picture-in-picture window down. (VK_PINP_DOWN)","Move picture-in-picture window. (VK_PINP_MOVE)","Toggle display of picture-in-picture window. (…","Move picture-in-picture window up. (VK_PINP_UP)","Play or resume the current state or application (as …","Decrease media playback speed. (VK_PLAY_SPEED_DOWN)","Reset playback to normal speed. (VK_PLAY_SPEED_RESET)","Increase media playback speed. (VK_PLAY_SPEED_UP)","This key is placed in the function section on some Apple …","Toggle power state. (KEYCODE_POWER) Note: Note: Some …","The PowerOff key. Sometime called PowerDown.","The particular key is pressed.","","Print the current document or message. (APPCOMMAND_PRINT)","PrtScr SysRq or Print Screen","Initiate print-screen function.","","Found on Sun’s USB keyboard.","The properties (Props) key.","’ on a US keyboard.","Toggle random media or content shuffle mode. (…","Not a physical key, but this key code is sent when the …","Toggle or cycle between media recording speeds. (…","Redo the last action. (APPCOMMAND_REDO)","","Toggle RF (radio frequency) input bypass mode (pass RF …","The key is on the right side of the keyboard.","The Roman characters function key.","The “shift” key.","Switch the input mode on an external STB (set top box). (…","Toggle the power on an external STB (set top box). (…","This is the “windows” key on PC and “command” key …","Save the current document or message. (APPCOMMAND_SAVE)","Toggle scan channels mode. (VK_SCAN_CHANNELS_TOGGLE)","Advance display screen mode to next available mode. (…","Scroll Lock","Toggle between scrolling and cursor movement modes.","Found on Sun’s USB keyboard.","","; on a US keyboard.","Toggle display of device settings screen. (VK_SETTINGS, …","Used to enable shift modifier function for interpreting …","Shift or ⇧","Shift or ⇧","","/ on a US keyboard.","","A SmolStr is a string type that has the following …","General purpose virtual function key, as index 1.","General purpose virtual function key, as index 2.","General purpose virtual function key, as index 3.","General purpose virtual function key, as index 4.","  (space)","Used in text to insert a space between words. Usually …","Show correction list when a word is incorrectly …","Toggle between dictation mode and command/control mode. (…","Spellcheck the current document or selection. (…","Toggle split screen mode. (VK_SPLIT_SCREEN_TOGGLE)","The key is in its “normal” location on the keyboard.","The Standby key. This key turns off the display and places …","Toggle display of subtitles, if available. (VK_SUBTITLE)","Used to enable “super” modifier function for …","The Windows, ⌘, Command, or other OS symbol key.","The Windows, ⌘, Command, or other OS symbol key.","","The Symbol modifier key (used on some virtual keyboards).","","Switch to viewing TV. (KEYCODE_TV)","TV 3D Mode. (KEYCODE_3D_MODE)","Toggle between antenna and cable input. (…","Audio description. (KEYCODE_TV_AUDIO_DESCRIPTION)","Audio description mixing volume down. (…","Audio description mixing volume up. (…","Contents menu. (KEYCODE_TV_CONTENTS_MENU)","Contents menu. (KEYCODE_TV_DATA_SERVICE)","Switch the input mode on an external TV. (KEYCODE_TV_INPUT)","Switch to component input #1. (KEYCODE_TV_INPUT_COMPONENT_1…","Switch to component input #2. (KEYCODE_TV_INPUT_COMPONENT_2…","Switch to composite input #1. (KEYCODE_TV_INPUT_COMPOSITE_1…","Switch to composite input #2. (KEYCODE_TV_INPUT_COMPOSITE_2…","Switch to HDMI input #1. (KEYCODE_TV_INPUT_HDMI_1)","Switch to HDMI input #2. (KEYCODE_TV_INPUT_HDMI_2)","Switch to HDMI input #3. (KEYCODE_TV_INPUT_HDMI_3)","Switch to HDMI input #4. (KEYCODE_TV_INPUT_HDMI_4)","Switch to VGA input #1. (KEYCODE_TV_INPUT_VGA_1)","Media context menu. (KEYCODE_TV_MEDIA_CONTEXT_MENU)","Toggle network. (KEYCODE_TV_NETWORK)","Number entry. (KEYCODE_TV_NUMBER_ENTRY)","Toggle the power on an external TV. (KEYCODE_TV_POWER)","Radio. (KEYCODE_TV_RADIO_SERVICE)","Satellite. (KEYCODE_TV_SATELLITE)","Broadcast Satellite. (KEYCODE_TV_SATELLITE_BS)","Communication Satellite. (KEYCODE_TV_SATELLITE_CS)","Toggle between available satellites. (…","Analog Terrestrial. (KEYCODE_TV_TERRESTRIAL_ANALOG)","Digital Terrestrial. (KEYCODE_TV_TERRESTRIAL_DIGITAL)","Timer programming. (KEYCODE_TV_TIMER_PROGRAMMING)","Tab or ⇥","The Horizontal Tabulation Tab key.","Toggle display of teletext, if available (VK_TELETEXT, …","","Found on Sun’s USB keyboard.","Undo the last action. (APPCOMMAND_UNDO)","","","This variant is used when the key cannot be translated to …","This variant is used when the key cannot be translated to …","The state of the key is unknown.","Advance video mode to next available mode. (…","","","The WakeUp key. (KEYCODE_WAKEUP)","A “key value string”.","A Windows “scancode”.","A Windows “virtual-key code”.","Cause device to identify itself in some manner, e.g., …","An XKB “keycode”.","An XKB “keysym”.","The Zenkaku (Full-Width) Characters key.","The Zenkaku/Hankaku (full-width/half-width) toggle key. (…","The ZoomIn key. (KEYCODE_ZOOM_IN)","The ZoomOut key. (KEYCODE_ZOOM_OUT)","Toggle between full-screen and scaled content, or alter …","","","","","","","","","","","Get a flags value with all known bits set.","Returns true if the alt key is pressed.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert Key::Character(SmolStr) to Key::Character(&str) so …","","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.","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 negation (!) of the bits in a flags value, …","","","","","","","","","","","Whether all set bits in a source flags value are also set …","Returns true if the control key is pressed.","","","","","","","","","","","","","","","","","","","","","","","","","The intersection of a source flags value with the …","","","","","","","","","","","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","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 exactly.","Convert from a bits value, unsetting any unknown bits.","","","","","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) 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 …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 bits in this flags value are unset.","","Yield a set of contained flags values.","Yield a set of contained named flags values.","","","Constructs inline variant of SmolStr.","","Constructs a SmolStr from a statically allocated string.","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","The intersection of a source flags value with the …","Call insert when value is true or remove when value is …","Returns true if the shift key is pressed.","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Returns true if the super key is pressed.","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","Convert an action to its approximate textual equivalent.","Convert a key to its approximate textual equivalent.","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","Handle to a monitor.","Describes a fullscreen video mode of a monitor.","","","","","","","","","","","Returns the bit depth of this video mode, as in how many …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the monitor that this video mode is valid for. …","Returns a human-readable name of the monitor.","","","","","Returns the top-left corner position of the monitor …","Returns the refresh rate of this video mode in mHz.","The monitor refresh rate used by the system.","Returns the scale factor of the underlying monitor. To map …","Returns the resolution of this video mode.","Returns the monitor’s resolution.","","","","","","","","","","","","","","","","","","","Returns all fullscreen video modes supported by this …","","","","","Window startup notification to handle window raising.","","","Additional methods for the KeyEvent which cannot be …","This value ignores all modifiers including, but not …","Identical to KeyEvent::text but this is affected by Ctrl.","Continue running external loop.","Additional methods on EventLoop for pumping events within …","Exit external loop.","The return status for pump_events","A type provided by the user that can be passed through …","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Pump the EventLoop to check for and dispatch pending …","","","","","","","","Additional methods on EventLoop to return control flow to …","A type provided by the user that can be passed through …","Runs the event loop in the calling thread and calls the …","Additional methods for the PhysicalKey type that allow the …","Constructs a PhysicalKey from a platform-specific physical …","The raw value of the platform-specific physical key …","","","","Read the token from the environment.","Request a new activation token.","Remove the activation environment variables from the …","Set environment variables responsible for activation token.","Use this ActivationToken during window creation.","Use the dark variant.","Additional methods on EventLoopBuilder that are specific …","Additional methods on EventLoopWindowTarget that are …","Use the light variant.","Additional methods on MonitorHandle that are specific to …","The theme variant to use.","Additional methods on WindowBuilder that are specific to …","Additional methods on Window that are specific to Wayland.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","True if the EventLoopWindowTarget uses Wayland.","Returns the inner identifier of the monitor.","","","","","","","","","","Whether to allow the event loop to be created off of the …","Build window with the given name.","Force using Wayland.","This should be used on the windows that are popped up by …","A desktop feature. This can include a single window …","This is a dialog window.","This indicates the the window is being dragged. This …","A dock or panel feature. Typically a Window Manager would …","A dropdown menu that usually appears when the user clicks …","Additional methods on EventLoopBuilder that are specific …","Additional methods on EventLoopWindowTarget that are …","Failed to load one or several shared libraries.","Pinnable menu windows. “Torn off” from the main …","Additional methods on MonitorHandle that are specific to …","This is a normal, top-level window.","The window is a notification. This property is typically …","A popup menu that usually appears when the user right …","The window is a splash screen displayed as an application …","Toolbar windows. “Torn off” from the main application.","A tooltip window. Usually used to show additional …","A small persistent utility window, such as a palette or …","Additional methods on WindowBuilder that are specific to …","Additional methods on Window that are specific to X11.","Error returned if this system doesn’t have XLib or can’…","Connecting to the X server with XOpenDisplay failed.","A unique identifer for an X11 visual.","A unique identifier for an X11 window.","X window type. Maps directly to _NET_WM_WINDOW_TYPE.","We encountered an error while converting the connection to …","The first argument in the provided hook will be the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","True if the EventLoopWindowTarget uses X11.","Returns the inner identifier of the monitor.","Hook to winit’s xlib error handling callback.","","","","","","","","","","","","","","","","","","","","Whether to allow the event loop to be created off of the …","Build window with base size hint. Only implemented on X11.","Embed this window into another parent window.","Build window with the given general and instance names.","Build window with override-redirect flag; defaults to …","Force using X11.","","Create this window with a specific X11 visual.","Build window with _NET_WM_WINDOW_TYPE hints; defaults to …","A raw display handle for Android NDK.","Raw display handle for Android.","A raw window handle for Android NDK.","Raw window handle for Android NDK.","A raw window handle for AppKit.","A raw display handle for AppKit.","Raw display handle for AppKit.","Raw window handle for AppKit.","The handle to the display controller of the windowing …","A raw window handle for the Linux Kernel Mode Set/Direct …","A raw display handle for the Linux Kernel Mode Set/Direct …","Raw display handle for the Linux Kernel Mode Set/Direct …","Raw window handle for the Linux Kernel Mode Set/Direct …","A raw window handle for the Linux Generic Buffer Manager.","A raw display handle for the Linux Generic Buffer Manager.","Raw display handle for the Linux Generic Buffer Manager.","Raw window handle for the Linux Generic Buffer Manager.","A raw window handle for Haiku.","A raw display handle for Haiku.","Raw display handle for Haiku.","Raw window handle for Haiku.","An error that can occur while fetching a display or window …","A display that acts as a wrapper around a display handle.","Display that wraps around a raw display handle.","Window that wraps around a raw window handle.","A handle to a window.","The underlying handle cannot be represented using the …","A raw display handle for OpenHarmony OS NDK","Raw display handle for OpenHarmony.","A raw window handle for the OpenHarmony OS NDK","Raw window handle for Ohos NDK.","A raw window handle for the Redox operating system.","A raw display handle for the Redox operating system.","Raw display handle for the Redox operating system.","Raw window handle for the Redox operating system.","A display server handle for a particular windowing system.","A window handle for a particular windowing system.","A raw window handle for UIKit (Apple’s non-macOS …","A raw display handle for UIKit (Apple’s non-macOS …","Raw display handle for UIKit.","Raw window handle for UIKit.","The underlying handle is not available.","A raw window handle for Wayland.","A raw display handle for Wayland.","Raw display handle for Wayland.","Raw window handle for Wayland.","A raw window handle for the Web.","A raw display handle for the Web.","A raw window handle for a Web canvas registered via …","Raw window handle for a Web canvas registered via …","Raw display handle for the Web.","A raw window handle for a Web offscreen canvas registered …","Raw window handle for a Web offscreen canvas registered via","Raw window handle for the Web.","A raw window handle for Win32.","Raw window handle for Win32.","A raw window handle for WinRT.","Raw window handle for WinRT.","The handle to a window.","A raw display handle for Win32.","Raw display handle for Windows.","A raw window handle for Xcb.","A raw display handle for Xcb.","Raw display handle for Xcb.","Raw window handle for Xcb.","A raw window handle for Xlib.","A raw display handle for Xlib.","Raw display handle for Xlib.","Raw window handle for Xlib.","A pointer to an ANativeWindow.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create an Android-based display handle.","Create an AppKit-based display handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the underlying raw display handle.","Get the underlying raw window handle.","","","A pointer to a BDirectWindow object that might be null","A pointer to a BWindow object","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a DisplayHandle from a RawDisplayHandle.","Borrow a WindowHandle from a RawWindowHandle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A pointer to an X server xcb_connection_t.","A WinRT CoreWindow handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A pointer to an Xlib Display.","A pointer to a wl_display.","Get a handle to the display controller of the windowing …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The drm file descriptor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 gbm device.","The gbm surface.","","Create an Haiku-based display handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The GWLP_HINSTANCE associated with this type’s HWND.","A Win32 HWND handle.","An ID value inserted into the data attributes of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 new empty display handle.","Create a new handle to an ANativeWindow.","Create a new empty display handle.","Create a new handle to a view.","Create a new empty display handle.","Create a new handle to a window.","Create a new empty display handle.","Create a new handle to an OHNativeWindow on OpenHarmony.","Create a new empty display handle.","Create a new handle to a window.","Create a new empty display handle.","Create a new handle to a view.","Create a new handle to a display.","Create a new handle to a window.","Create a new handle to a connection and screen.","Create a new handle to a window.","Create a new display handle.","Create a new handle to a surface.","Create a new handle to a file descriptor.","Create a new handle to a plane.","Create a new handle to a device.","Create a new handle to a surface.","Create a new empty display handle.","Create a new handle to a canvas element.","Create a new handle from a pointer to HtmlCanvasElement.","Create a new handle from a pointer to an OffscreenCanvas.","Create a new empty display handle.","Create a new handle to a window.","Create a new handle to a window.","A pointer to an NSView object.","A pointer to the JsValue of an HtmlCanvasElement.","A pointer to the JsValue of an OffscreenCanvas.","Create an OpenHarmony-based display handle.","Create an Orbital-based display handle.","The primary drm plane handle.","","","","","An X11 screen to use with this display handle.","An X11 screen to use with this display handle.","A pointer to a wl_surface.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A pointer to an UIView object.","A pointer to an UIViewController object, if the view has …","Create a UiKit-based display handle.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An Xlib visual ID, or 0 if unknown.","An X11 xcb_visualid_t.","Create a Web-based display handle.","A pointer to an orbclient window.","An Xlib Window.","An X11 xcb_window_t.","Get a handle to the window.","","Create a Windows-based display handle.","An opaque token used to activate the Window.","Indicates an alias of/shortcut to something is to be …","Indicates that the something can be scrolled in any …","The window will always be below normal windows.","The window will always be on top of normal windows.","An error produced when using Icon::from_rgba with invalid …","Providing None to Borderless will fullscreen on the …","Produced when the length of the rgba argument isn’t …","","Indicates that a cell or set of cells may be selected. …","Indicates that the item/column can be resized …","The cursor is confined to the window area.","A context menu is available for the object under the …","Indicates something is to be copied. Often rendered as an …","Platform-specific","A simple crosshair (e.g., short line segments resembling a …","The behavior of cursor grabbing.","Describes the appearance of the (usually mouse) cursor …","An error which could be returned when parsing CursorIcon.","Use the dark variant.","The platform-dependent default cursor. Often rendered as …","Produced when the number of pixels (rgba.len() / 4) isn’…","The east border to be moved.","","The east and west borders to be moved.","","Fullscreen modes.","Indicates that something can be grabbed (dragged to be …","Indicates that something is being grabbed (dragged to be …","Help is available for the object under the cursor. Often …","An icon used for the window titlebar, taskbar, etc.","Generic IME purposes for use in Window::set_ime_purpose.","Platform-specific","Use the light variant.","The cursor is locked inside the window area to the certain …","","","Indicates something is to be moved.","The north border to be moved.","The north-east corner to be moved.","The north-east and south-west corners to be moved.","Indicates that the dragged item cannot be dropped at the …","No grabbing of the cursor is performed.","The default.","No special hints for the IME (default).","","","","Indicates that the requested action will not be carried …","The south and north borders to be moved.","The north-west corner to be moved.","The north-west and south-east corners to be moved.","Produced when underlying OS functionality failed to create …","The IME is used for password input.","The cursor is a pointer that indicates a link. Often …","A progress indicator. The program is performing some …","Defines the orientation that a window resize will be …","Indicates that the item/row can be resized vertically. …","The south border to be moved.","The south-east corner to be moved.","","","","The south-west corner to be moved.","The IME is used to input into a terminal.","Indicates text that may be selected. Often rendered as an …","The theme variant to use.","Platform-specific","Indicates vertical-text that may be selected. Often …","The west border to be moved.","Indicates that the program is busy and the user should …","","Represents a window.","Attributes to use when creating a window.","Object that allows building windows.","","Identifier of a window. Unique for each window.","A window level groups windows with respect to their …","Indicates that something can be zoomed in. Often rendered …","Indicates that something can be zoomed in. Often rendered …","","","","","","","","","","","","","","","","","","Get a flags value with all known bits set.","A list of alternative names for the cursor icon as …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the list of all the monitors available on the …","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.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Builds the window.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","","","","","","","","","Whether all set bits in a source flags value are also set …","","Returns the monitor on which the window currently resides.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The intersection of a source flags value with the …","","Resizes the window with the left mouse button until the …","Moves the window with the left mouse button until the …","","","","","","","","","","","","","","","","","","Returns a dummy id, useful for unit testing.","Get a flags value with all bits unset.","Gets the enabled window buttons.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","","","","","","","","","","","","","","","","","","","","","","","","Brings the window to the front and sets input focus. Has …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 exactly.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Creates an icon from 32bpp RGBA data.","","","","","","","","","","","","","","","","","Parse a string slice into CursorIcon.","Gets the window’s current fullscreen state.","Get Fullscreen option stored on the attributes.","Gets whether the window has keyboard focus.","","","","","","Returns an identifier unique to the window.","","","","","","","","","","","","","","","","","Returns the position of the top-left hand corner of the …","Returns the physical size of the window’s client area.","","The bitwise or (|) 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 …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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.","Gets the window’s current decorations state.","Whether all bits in this flags value are unset.","Gets the window’s current maximized state.","Gets the window’s current minimized state.","Gets the window’s current resizable state.","Gets the window’s current visibility state.","Yield a set of contained flags values.","Yield a set of contained named flags values.","","","","The name of the cursor icon as defined in w3c standard.","Creates a new Window for platforms where this is …","Initializes a new builder with default values.","The bitwise negation (!) of the bits in a flags value, …","Returns the position of the top-left hand corner of the …","Returns the physical size of the entire window.","Get the parent window stored on the attributes.","","","Notify the windowing system before presenting to the …","","Returns the primary monitor of the system.","","","The intersection of a source flags value with the …","","Request the new size for the window.","Queues a WindowEvent::RedrawRequested event to be emitted …","Requests user attention to the window, this has no effect …","Reset the dead key state of the keyboard.","","Returns window resize increments if any were set.","","Returns the scale factor that can be used to map logical …","Call insert when value is true or remove when value is …","Change the window blur state.","Prevents the window contents from being captured by other …","Set grabbing mode on the cursor preventing it from leaving …","Modifies whether the window catches cursor events.","Modifies the cursor icon of the window.","Changes the position of the cursor in window coordinates.","Modifies the cursor’s visibility.","Turn window decorations on or off.","Sets the enabled window buttons.","Sets the window to fullscreen or back.","Sets whether the window should get IME events","Set the IME cursor editing area, where the position is the …","Sets the IME purpose for the window using ImePurpose.","Sets a maximum dimension size for the window.","Sets the window to maximized or back.","Sets a minimum dimension size for the window.","Sets the window to minimized or back","Modifies the position of the window.","Sets whether the window is resizable or not.","Sets window resize increments.","Sets the current window theme. Use None to fallback to …","Modifies the title of the window.","Change the window transparency state.","Modifies the window’s visibility.","Sets the window icon.","Change the window level.","Show window menu at a specified position .","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 …","Returns the current window theme.","Gets the current title of the window.","","","","","","","","","","","","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","Get whether the window will support transparency.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","","Get the current window attributes.","","","","","Whether the window will be initially focused or not.","","Sets whether the background of the window should be …","Prevents the window contents from being captured by other …","Sets whether the window should have a border, a title bar, …","","Sets the enabled window buttons.","Sets whether the window should be put into fullscreen upon …","Requests the window to be of specific dimensions.","Sets the maximum dimensions a window can have.","Request that the window is maximized upon creation.","Sets the minimum dimensions a window can have.","","","","Build window with parent window.","Sets a desired initial position for the window.","Sets whether the window is resizable or not.","Build window with resize increments hint.","Sets a specific theme for the window.","Sets the initial title of the window in the title bar.","Sets whether the background of the window should be …","Sets whether the window will be initially visible or …","Sets the window icon.","Sets the window level.","","","","","","","","","","The fallback icon theme to search if no icon theme was …","Set the fallback icon theme to search when loading system …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Unfocuses any actively-focused widget.","Represents a type that you can apply arbitrary functions …","","Represents a type which can have functions applied to it …","Additional methods for the [Column] and [Row] widgets.","","","","","","Apply a function to this value and return the (possibly) …","Moves all the elements of other into self, leaving other …","Apply a function which takes the parameter by value.","Apply a function which takes the parameter by mutable …","Apply a function which takes the parameter by reference.","Combines color with background to create appearance of …","","Appends all elements in an iterator to the widget.","Appends all elements in an iterator to the widget.","Pushes an element into the widget.","Conditionally pushes an element to the widget.","Conditionally pushes an element to the widget.","","","","","","","","","","","","A widget for multiple choice selection.","","","","","","Apply a custom appearance filter","","Or implement any custom theme of your liking.","","","","","","No filtering is applied","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A tabbed widget for switching between views in an …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","Contains stylesheet implementations for widgets native to …","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Change the appearance of menu bars and their menus.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Styles for the button widget from iced-rs.","","","","","","","","","","","","","Apply a custom appearance filter","","","","","","","","No filtering is applied","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 appearance of a menu bar and its menus.","A Theme that uses a Custom palette.","The default style.","The style of a menu bar and its menus","The supported style of the StyleSheet.","The style sheet of a menu bar and its menus.","","","Produces the Appearance of a menu bar and its menus.","","","","","","","","","The background color of the menu bar and its menus.","The expand value of the menus’ background","The border radius of the menu bar.","The border Color of the menu bar and its menus.","The border width of the menu bar and its menus.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","The border radius of the menus.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","accent element colors","accent button element colors","Currently-defined theme.","cosmic-comp active hint window outline width","Currently-defined theme type.","","","","","","","The transparency component. 0.0 (or 0u8) is fully …","","","","","","","","","","","","","","","","","","","","","","","","","background element colors","The base color of the widget","the color of the border for the widget","","","","","","","","","","","","","button component styling","","","","","","","","","The color.","","","","","","","corner radii","","get current container can be used in a component that is …","","","","","","","","","","","","","","","","","","","","","","destructive element colors","destructive button element colors","the color of the widget when it is disabled","the color of the border for the widget when it is disabled","the color of dividers for this widget","","","","","","","","","the color of the widget when it is focused","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","cosmic-comp window gaps size (outer, inner)","The color of the widget when it is hovered","icon button element colors","","","","","","","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 the active theme has a dark preference.","Whether the theme has a dark preference.","is dark","enables blurred transparency","Whether the active theme is high contrast.","Whether the theme has a high contrast.","is high contrast","","","","link button element colors","name of the theme","the color of text for this widget","the color of text in the widget when it is disabled","palette","Prefer dark or light theme. If None, the system preference …","the color of the widget when it is pressed","primary element colors","secondary element colors","the color of the widget when it is selected","the color of the widget when it is selected","set the theme","shade color for dialogs","spacing","Stylesheet implements for crate::Theme","Watches for changes to the system’s theme preference.","suggested element colors","suggested button element colors","","","","Loads the preferred system theme from cosmic-config.","text button element colors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","warning element colors","warning button element colors","cosmic-comp custom window hint color","","","","","","","","","","","","","","A widget for multiple choice selection.","","","","","","Apply a custom appearance filter","","Or implement any custom theme of your liking.","","","","","","No filtering is applied","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A tabbed widget for switching between views in an …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Contains stylesheet implementations for widgets native to …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Change the appearance of menu bars and their menus.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Styles for the button widget from iced-rs.","","","","","","","","","","","","","Apply a custom appearance filter","","","","","","","","No filtering is applied","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The appearance of a menu bar and its menus.","A Theme that uses a Custom palette.","The default style.","The style of a menu bar and its menus","The supported style of the StyleSheet.","The style sheet of a menu bar and its menus.","Produces the Appearance of a menu bar and its menus.","The background color of the menu bar and its menus.","The expand value of the menus’ background","The border radius of the menu bar.","The border Color of the menu bar and its menus.","The border width of the menu bar and its menus.","The border radius of the menus.","","A generic button which emits a message when pressed.","","A box that can be checked.","","","","A widget for searching and selecting a single value from a …","An element decorating some content.","","A context menu is a menu in a graphical user interface …","","","","A widget for selecting a single value from a list of …","Responsively generates rows and columns of widgets based …","Responsively generates rows and columns of widgets based …","","An image which may be an SVG or PNG.","","The identifier of a generic widget.","A frame that displays an image while keeping aspect ratio.","An element decorating some content.","A widget that only rebuilds its contents when necessary.","","","Emit messages on mouse events.","","A piece of logic that can traverse the widget tree of an …","A collection of panes distributed using either vertical or …","","A bar that displays progress.","A circular button representing a choice.","","A widget that is aware of its dimensions.","","An horizontal bar and a handle that selects a single value …","An amount of empty space.","","A vector graphics image.","A paragraph.","","A field that can be filled with text.","","An vertical bar and a handle that selects a single value …","","A component that displays information and allows …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A container which constraints itself to a specific aspect …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Build the widget","Button widgets for COSMIC applications.","A button with the default style, which may contain any …","A widget that displays an interactive calendar.","A widget that displays an interactive calendar.","","","","","","","","","","","","","","","","","","","","Pushes an element to the center region.","Show toggle controls using checkboxes.","Creates a new Checkbox.","Returns the state Tree of the children of the Widget.","","","","","","","","","","","","","Widgets for selecting colors with a color picker.","A container which aligns its children in a column.","A container which aligns its children in a column.","Display a dropdown list of searchable and selectable …","Creates a new ComboBox.","","","","","","","","","","","","","","","","","","","Decorate content and apply alignment.","Creates a new Container with the provided content.","Operates on a widget that contains other widgets.","An overlayed widget that attaches a toggleable context …","An overlayed widget that attaches a toggleable context …","A context menu is a menu in a graphical user interface …","A context menu is a menu in a graphical user interface …","Operates on a custom widget.","","Controls the density of the headerbar.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Reconciliates the Widget with the provided Tree.","","","","","","","","","An element to distinguish a boundary between two elements.","","","","","Adds the drag destination rectangles of the widget. Runs …","","","","","","","Draws the Widget using the associated Renderer.","","","","","","","","","","","","","","","","","","","","","","","","","","","Displays a list of options in a popover menu on select.","Displays a list of options in a popover menu on select.","A text label whiich can transform into a text input on …","Pushes an element to the end region.","Finishes the Operation and returns its Outcome.","Responsively generates rows of widgets based on the …","Responsively generates rows of widgets based on the …","","Operates on a widget that can be focused.","Focused state of the window","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Arrange widgets with a grid layout.","Arrange widgets with a grid layout.","","Creates a new horizontal Space with the given Length.","Lazily-generated SVG icon widget for Iced.","Create an Icon from a pre-existing Handle","Returns the id of the widget","","","","Display images in your user interface.","Creates a new Image.","","","","","","","","","","","","","","","","","","","Creates a new inline TextInput.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 layout::Node of the Widget.","","","","","","","","","Creates a new Lazy widget with the given data Dependency …","","","A MenuBar widget for displaying [MenuTree]s","A container intercepting mouse events.","Returns the current mouse::Interaction of the Widget.","","","","","","","Navigation side panel for switching between views.","Navigation side panel for switching between views.","Navigation side panel for switching between views. Can …","A button for toggling the navigation side panel.","","A message emitted when the close button is pressed.","A message emitted when dragged.","Processes a runtime Event.","","","","","","","","","A message emitted when the maximize button is pressed.","A message emitted when the minimize button is pressed.","A message emitted when the header is right clicked.","Applies an Operation to the Widget.","","","","","","","","Returns the overlay of the Widget, if there is any.","","","","","","","","","Let your users split regions of your application and …","A widget showing a popup in an overlay positioned relative …","","Provide progress feedback to your users.","Creates a new ProgressBar.","","","Create choices using radio buttons.","Creates a new Radio.","","","Creates a new Responsive widget with a closure that …","A container which aligns its children in a row.","A container which aligns its children in a row.","","Operates on a widget that can be scrolled.","Creates a new search TextInput.","Creates a new search TextInput.","A widget providing a conjoined set of linear items that …","A selection of multiple choices appearing as a conjoined …","Sets the id of the widget This may be called while diffing …","","","","","Returns the Size of the Widget in lengths.","","","","","","","","","Returns a Size hint for laying out the Widget.","Display an interactive selector of a single value from a …","Creates a new Slider.","Distribute content vertically.","A control for incremental adjustments of a value.","A control for incremental adjustments of a value.","Pushes an element to the start region.","Returns the State of the Widget.","","","","","","","","Display vector graphics in your application.","Creates a new Svg widget from the given Handle.","A collection of tabs for developing a tabbed interface.","Returns the Tag of the Widget.","","","","","","","","Creates a new Text widget with the provided content.","A text input widget from iced widgets plus some added …","Creates a new TextInput.","Operates on a widget that has text input.","Defines the title of the window","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Display an interactive selector of a single value from a …","Creates a new VerticalSlider.","Creates a new vertical Space with the given Length.","Converts the headerbar builder into an Iced element.","","","","The appearance of a container.","A container which constraints itself to a specific aspect …","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","","Sets the content alignment for the horizontal axis of the …","Sets the content alignment for the vertical axis of the …","Produces the Appearance of a container.","","","","","","The Background of the container.","The Border of the container.","","","","Centers the contents in the horizontal axis of the …","Centers the contents in the vertical axis of the Container.","","","","","","","","Returns the argument unchanged.","","","Sets the height of the Container.","The icon Color of the container.","","Calls U::from(self).","","","","","","","","","Sets the maximum height of the Container in pixels.","Sets the maximum width of the Container.","","","","","Sets the Padding of the Container.","The Shadow of the container.","","Sets the style of the Container.","The text Color of the container.","","","","","","","","Sets the width of the [self.].","The appearance of a button.","A builder for constructing a custom Button.","A generic button which emits a message when pressed.","","","","","The supported style of the StyleSheet.","A set of rules that dictate the style of a button.","","Produces the active Appearance of a button.","","","","","","","","","","","","","","","","The Background of the button.","The border Color of the button.","The border radius of the button.","The border width of the button.","","","","","","","A button with the default style, which may contain any …","","","","","","","","","","An image button which may contain any widget as its …","","","","","","","","A text button with the destructive style","","Produces the disabled Appearance of a button.","","","","","","Appearance when the button is the target of a DND …","Appearance when the button is the target of a DND …","Applies the Extra Large button size preset.","Applies the Extra Large button size preset.","Applies the Extra Small button size preset.","Applies the Extra Small button size preset.","","Produces a Command that focuses the Button with the given …","Sets the preferred font size.","Sets the preferred font weight.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Sets the height of the Button.","Sets the preferred height of the button.","Produces the hovered Appearance of a button.","A button constructed from an icon handle, using icon …","The icon Color of the button.","Sets the preferred size of icons.","Sets the Id of the Button.","","Sets the Id of the button.","A button constructed from an image handle, using image …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","The label to display within the button.","Applies the Large button size preset.","Applies the Large button size preset.","Computes the layout of a Button.","","","","Sets the prefered font line height.","Hyperlink button widget","A hyperlink button.","Applies the Medium button size preset.","Applies the Medium button size preset.","Returns the mouse::Interaction of a Button.","","","","","","","","","","","","Sets the message that will be produced when the Button is …","Sets the message that will be produced when the button is …","Sets the message that will be produced when the Button is …","Sets the message that will be produced when the Button is …","Set the value of [on_press] as either Some or None.","","","","","","The Color of the outline.","An outline placed around the border.","","Sets the Padding of the Button.","Sets the preferred padding of the button.","Produces the pressed Appearance of a button.","","","Sets the widget to a selected state.","","","Background color of the selection indicator","","The amount of offset to apply to the shadow of the button.","","Sets the preferred spacing between elements in the button.","A text button with the standard style","","Sets the style variant of this Button.","The preferred style of the button.","A text button with the suggested style","","A text button with the text style","The text Color of the button.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the width of the Button.","Sets the preferred width of the button.","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","A hyperlink button.","","","","","","","","","","","A widget that displays an interactive calendar.","Gets the first date that will be visible on the calender","","","","","Appearance of the cards.","Defines the Appearance of a cards.","","","The default Appearance of the cards.","The appearance of a checkbox.","A box that can be checked.","The icon in a Checkbox.","The supported style of the StyleSheet.","A set of rules that dictate the style of a checkbox.","Produces the active Appearance of a checkbox.","The Background of the checkbox.","The Border of hte checkbox.","The unicode code point that will be used as the icon.","Font that will be used to display the code_point,","Produces the hovered Appearance of a checkbox.","The icon Color of the checkbox.","The line height of the icon.","The shaping strategy of the icon.","Font size of the content.","The text Color of the checkbox.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A button for selecting a color from a color picker.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Get the applied color of the picker","Get whether or not the picker should be visible","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a color picker button that displays the applied color","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A container which aligns its children in a column.","A pre-allocated [column].","A [column] that will be assigned a Vec of children.","A widget for searching and selecting a single value from a …","The local state of a ComboBox.","Build matchers from given list of options.","Search list of options for a given query.","The appearance of a container.","An element decorating some content.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","Draws the background of a Container given its Appearance …","The icon Color of the container.","Computes the layout of a Container.","The Shadow of the container.","The text Color of the container.","Produces a Command that queries the visible screen bounds …","","","","","","","","","","","","An overlayed widget that attaches a toggleable context …","","","","","","","Returns the argument unchanged.","","","","Sets the [Id] of the ContextDrawer.","","Calls U::from(self).","","","","","","","","","","Creates an empty ContextDrawer.","","","","","","","","","","","","","","A context menu is a menu in a graphical user interface …","","","","","","","","","","","A context menu is a menu in a graphical user interface …","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Horizontal variant of a divider.","Vertical variant of a divider.","Horizontal divider with default thickness","Horizontal divider with heavy thickness.","Horizontal divider with light thickness","Vertical divider with default thickness","Vertical divider with heavy thickness.","Vertical divider with light thickness","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the drag id of the destination.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The appearance of a pick list.","The default gap.","The default padding.","A widget for selecting a single value from a list of …","","The local state of a Dropdown.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","","","","","","","","","","","The Background of the pick list.","The Border of the pick list.","","","","","","","","","","","","","","","Draws a Dropdown.","","","","Displays a list of options in a popover menu on select.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Computes the layout of a Dropdown.","","","Returns the current mouse::Interaction of a Dropdown.","","","Creates a new Dropdown with the given list of selections, …","Creates a new State for a Dropdown.","","Returns the current overlay of a Dropdown.","","","The placeholder Color of the pick list.","","","","The text Color of the pick list.","","","","","","","","","","","","","","","","","Processes an Event and updates the State of a Dropdown …","","The appearance of a menu.","A list of selectable options.","The local state of a Menu.","The supported style of the StyleSheet.","The style sheet of a menu.","","","","Produces the Appearance of a menu.","","","","","","","","","","","","","Menu background","Menu border color","Menu border radius","Menu border width","","","","","","","","","","","","","","","","","","","","","","Description text color","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Background when hovered","Text color when hovered","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Creates a new Menu with the given State, a list of …","Creates a new State for a Menu.","Turns the Menu into an overlay Element at the given target …","Sets the Padding of the Menu.","Background when selected","Text color when selected","Menu text color","Sets the text [LineHeight] of the Menu.","Sets the text size of the Menu.","","","","","","","","","","","","","","","","","","","","","","","Sets the width of the Menu.","The appearance of a pick list.","The default gap.","The default padding.","A widget for selecting a single value from a list of …","A list for a multi-list dropdown widget.","","A model for managing the options in a multi-list dropdown.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","Produces the active Appearance of a pick list.","","","","","","","","","","","","","","","","The Background of the pick list.","The Border of the pick list.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","The handle Color of the pick list.","Produces the hovered Appearance of a pick list.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Create a List for a multi-list dropdown widget.","","","Create a Model for a multi-list dropdown.","","Creates a new Dropdown with the given list of selections, …","","","","","The placeholder Color of the pick list.","","","","","The text Color of the pick list.","","","","","","","","","","","","","","","","","","","","","","","","","","A dropdown menu with multiple lists.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","Turns the Menu into an overlay Element at the given target …","Sets the Padding of the Menu.","Sets the text [LineHeight] of the Menu.","Sets the text size of the Menu.","","","","","","","","Sets the width of the Menu.","","Responsively generates rows of widgets based on the …","","","","Responsively generates rows and columns of widgets based …","Sets the space between each column of items.","Sets the max width","","Sets the padding around the widget.","Sets the space between each item in a row.","Sets the width.","","Arrange widgets with a grid layout.","","","","","Responsively generates rows and columns of widgets based …","","","","","","","","","","","","Alignment across columns","Sets the space between each column of items.","","","","","","","Returns the argument unchanged.","","","","Sets the height of the grid.","","","","Calls U::from(self).","","","","","","","","","Sets the max width","","","Sets the padding around the widget.","Attach a new element with a given grid assignment.","Attach a new element with custom properties","","Alignment across rows","Sets the space between each item in a row.","","","","","","","","","Sets the width of the grid.","","","Default fallback using the icon name.","","An image which may be an SVG or PNG.","Fallback icon to use if the icon was not found.","","","","Fallback to specific icon names.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the fallback field of this struct.","Checks for a fallback if the icon was not found.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Create an icon handle from its XDG icon name.","Create an icon handle from its path.","Create an image handle from memory.","Create an image handle from RGBA data, where you must …","","","","","Create a SVG handle from memory.","","","","","","","Create an Icon from a pre-existing Handle","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Name of icon to locate in an XDG icon path.","","","Sets the prefer_svg field of this struct.","Prioritizes SVG over PNG","Sets the scale field of this struct.","Restrict the lookup to a given scale.","Sets the size field of this struct.","","Restrict the lookup to a given size.","","Sets the symbolic field of this struct.","Sets the symbolic field of this struct.","Whether the icon is symbolic or not.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Image filtering strategy.","A handle of some image data.","A frame that displays an image while keeping aspect ratio.","Bilinear interpolation.","Nearest neighbor.","A frame that displays an image with the ability to zoom …","Draws an Image","Computes the layout of an Image.","Zoom and pan on an image.","Creates a new Viewer with the given image Handle.","The local state of a Viewer.","A frame that displays an image with the ability to zoom …","Returns the bounds of the underlying image, given the …","The appearance of a container.","An element decorating some content.","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","Sets the content alignment for the horizontal axis of the …","Sets the content alignment for the vertical axis of the …","Produces the Appearance of a container.","The Background of the container.","The Border of the container.","Centers the contents in the horizontal axis of the …","Centers the contents in the vertical axis of the …","Sets the height of the LayerContainer.","The icon Color of the container.","Sets the [Layer] of the LayerContainer.","","Sets the maximum height of the LayerContainer in pixels.","Sets the maximum width of the LayerContainer.","Sets the Padding of the LayerContainer.","The Shadow of the container.","Sets the style of the LayerContainer.","The text Color of the container.","Sets the width of the [self.].","","","","","","","","","","","","Sets the style variant of this [Circular].","","","Represents a button menu item.","Represents a checkbox menu item.","The condition of when to close a menu","Represents a divider between menu items.","Dynamic tries to automatically choose the proper item …","Represents a folder menu item.","Draw the full path,","Represents a menu item that performs an action when …","The height of an item","The width of an item","","Omit the active item if it’s not a menu","A MenuBar collects MenuTrees and handles all the layout, …","Omit the active item(the last item in the path)","Methods for drawing path highlight","Static tries to use the width value of each menu(menu tree …","Static tries to use MenuTree.height as item height, when it…","","Nested menu is essentially a tree of items, a menu is a …","Use uniform width","Use uniform height.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A MenuBar collects MenuTrees and handles all the layout, …","","","","","","","","","","","","","","","Sets the expand value for each menu’s check bounds","","","","","","","","","Close menus when the cursor clicks inside the check bounds","Close menus when the cursor clicks outside the check bounds","","","","","","","","","CloseCondition","","","","","","","","Moves each menu in the horizontal open direction","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Sets the height of the MenuBar","Sets the height of the menu tree. See ItemHeight","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","ItemHeight","ItemWidth","Create a list of menu items from a vector of MenuItem.","","","Close menus when the cursor moves outside the check bounds","Moves all the menus in the vertical open direction","Creates a new MenuBar with the given menu roots","Create a new menu tree from a widget","","","Sets the Padding of the MenuBar","Sets the method for drawing path highlight","Create a root menu item.","","Sets the spacing between menu roots","","Sets the style of the menu bar and its menus","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the width of the MenuBar","Sets the width of the menu tree. See ItemWidth","Create a menu tree from a widget and a vector of sub trees","MenuAction is a trait that represents an action in a menu.","The type of message that will be produced when the action …","Returns a message of type Self::Message when the action is …","","","Represents a combination of a key and modifiers. It is …","Represents the modifier keys on a keyboard.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","The key for the key binding.","Checks if the given key and modifiers match the KeyBind.","A vector of modifiers for the key binding.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","Pre-convert this widget into the Container widget that it …","","Navigation side panel for switching between views.","Navigation side panel for switching between views. Can …","","Emitted when a tab close button is pressed.","Emitted when a button is right-clicked.","Handle the dnd drop event.","Handle the dnd enter event.","Handle the dnd leave event.","","","","","","","","","","","","","","All panes are visible","The appearance of the hovered region of a pane grid.","A fixed reference line for the measurement of coordinates.","Bottom edge.","A Pane was picked and then dropped outside of other Pane …","Center region.","The arrangement of a PaneGrid.","The content of a Pane.","The visible contents of the PaneGrid","A four cardinal direction.","↓","An event produced during a drag and drop interaction of a …","A pane that can be dragged.","A Pane was dropped on top of another Pane.","The edges of an area.","An Edge of the full PaneGrid.","Edge region.","The horizontal axis: —","←","Left edge.","A line.","A maximized pane is visible","A layout node of a PaneGrid.","A rectangular region in a PaneGrid used to display widgets.","A Pane.","The region of this Node is taken by a Pane.","A single Pane of the PaneGrid.","A collection of panes distributed using either vertical or …","A Pane was picked for dragging.","The region of a Pane.","An event produced during a resize interaction of a PaneGrid…","→","Right edge.","A divider that splits a region in a PaneGrid into two …","A split of the available space.","The region of this Node is split into two.","The state of a PaneGrid.","The supported style of the StyleSheet.","A set of rules that dictate the style of a container.","The Target area a pane can be dropped on.","The title bar of a Pane.","Top edge.","↑","The vertical axis: |","The Background of the pane region.","The Border of the pane region.","Returns whether the Draggable with the given Layout can be …","The Color of the Line.","Draws a PaneGrid.","The Appearance to draw when a pane is hovered.","The Line to draw when a split is hovered.","The internal state of the PaneGrid.","Calculates the Layout of a PaneGrid.","Returns the current mouse::Interaction of a PaneGrid.","The panes of the PaneGrid.","The Line to draw when a split is picked.","The new ratio of the Split.","The Split that is being dragged for resizing.","The state of a PaneGrid.","Processes an Event and updates the state of a PaneGrid …","The width of the Line.","The left/top Configuration of the split.","The direction of the split.","The right/bottom Configuration of the split.","The ratio of the split in [0.0, 1.0].","The picked Pane.","The picked Pane.","The picked Pane.","The Target where the picked Pane was dropped on.","The left/top Node of the split.","The direction of the split.","The right/bottom Node of the split.","The Split of this Node.","The ratio of the split in [0.0, 1.0].","The current action of a PaneGrid.","A Pane in the PaneGrid is being clicked.","A Pane in the PaneGrid is being dragged.","The PaneGrid is idle.","The internal state of a PaneGrid.","A Split in the PaneGrid is being dragged.","The state of a PaneGrid.","The internal state of the PaneGrid.","The panes of the PaneGrid.","The Axis of the Split.","The starting Point of the click interaction.","The starting Point of the drag interaction.","The Pane being clicked.","The Pane being dragged.","The Split being dragged.","The appearance of a container.","","","","","","","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","","","Produces the Appearance of a container.","","","","","","","","","The Background of the container.","The Border of the container.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","The icon Color of the container.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","A modal popup interrupts user inputs and demands action.","","","","","","","","The Shadow of the container.","The text Color of the container.","","","","","","","","","","","","","","","","The appearance of a progress bar.","A bar that displays progress.","The supported style of the StyleSheet.","A set of rules that dictate the style of a progress bar.","Produces the Appearance of the progress bar.","The Background of the progress bar.","The Background of the bar of the progress bar.","The border radius of the progress bar.","The appearance of a radio button.","A circular button representing a choice.","The supported style of the StyleSheet.","A set of rules that dictate the style of a radio button.","Produces the active Appearance of a radio button.","The Background of the radio button.","The border Color of the radio button.","The border width of the radio button.","The Color of the dot of the radio button.","Produces the hovered Appearance of a radio button.","The text Color of the radio button.","The appearance of a container.","","","","","","An element decorating some content.","","","The supported style of the StyleSheet.","A set of rules that dictate the Appearance of a container.","","","","","Sets the content alignment for the horizontal axis of the …","Sets the content alignment for the vertical axis of the …","Produces the Appearance of a container.","","","","","","","","","","","","","The Background of the container.","The Border of the container.","","","","","","","","","","Centers the contents in the horizontal axis of the …","Centers the contents in the vertical axis of the Container.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Sets the height of the Container.","The icon Color of the container.","Set to true to ignore parent container bounds when …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Sets the maximum height of the Container in pixels.","Sets the maximum width of the Container.","","","","","Sets the Padding of the Container.","","","The Shadow of the container.","","","Sets the style of the Container.","","The text Color of the container.","","","","","","","","","","","","","","","","","","","","","","","Sets the width of the [self.].","","A container which aligns its children in a row.","A pre-allocated row.","A row that will be assigned a Vec of children.","Appearance of the segmented button.","Constructs a new item for the ModelBuilder.","A unique ID for an item in the Model.","A newly-inserted item which may have additional actions …","Horizontal SegmentedButton.","The iced identifier of a segmented button.","Appearance of an item in the segmented button.","Appearance of an item based on its status.","The model held by the application, containing the unique …","A builder for a Model.","Model<MultiSelect> permits multiple keys to be active at a …","Multi-select variant of an EntityMut.","A model for multi-select button selection.","Associates extra data with an external secondary map.","A conjoined group of items that function together as a …","Isolates variant-specific behaviors from SegmentedButton.","Describes a type that has selectable items.","Model<SingleSelect> Ensures that only one key may be …","Single-select variant of an EntityMut.","A model for single-select button selection.","Associates extra data with an external sparse secondary …","The supported style of the StyleSheet.","Defines the Appearance of a segmented button.","Vertical SegmentedButton.","Activate an item.","Activates the newly-inserted item.","Activates the newly-inserted item.","","","Activates the item in the model.","Activates the item at the given position, returning true …","The ID of the active item.","The IDs of the active items.","","","","Get an immutable reference to the data associated with the …","Get a mutable reference to the data associated with the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Consumes the builder and returns the model.","Creates a builder for initializing a model.","Alignment of button contents.","Desired height of a button.","Padding around a button.","Spacing between icon and text in button.","","","","","","","","","","","","","","Removes all items from the model.","","","","","","","","","","","Defines that the close button should appear","Shows a close button for this item.","Shows or hides the item’s close button.","The icon used for the close button.","","","","","","","","","","","","","","","Check if an item exists in the map.","","Assigns extra data to the item.","Associates data with the item.","","Get an immutable reference to data associated with an item.","Get a mutable reference to data associated with an item.","Removes a specific data type from the item.","Associates data with the item.","Deactivate an item.","Deactivates the active item.","","Deactivates the item in the model.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether to place dividers between buttons.","","","","","","","","","","","","","","","","Enable or disable an item.","Get the item that is located at a given position.","","","","","","","","","","","A command that focuses a segmented item stored in a widget.","","Desired font for active tabs.","Desired font for hovered tabs.","Desired font for inactive tabs.","Size of the font.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the drag id of the destination.","","Desired height of the widget.","Horizontal implementation of the SegmentedButton.","The horizontal Appearance of the segmented button.","","Defines an icon for the item.","Define an icon for the item.","Immutable reference to the icon associated with the item.","Removes the icon from an item.","Sets a new icon for an item.","Returns the ID of the item that was inserted.","iced widget ID","","","","","","Spacing for each indent.","","","","","","","","","","","","","Inserts a new item and its associated data into the model.","Inserts a new item in the model.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Checks if the item is active.","","Check if the given ID is the active ID.","","Whether the item should contain a close button.","Check if the item is enabled.","Iterates across items in the model in the order that they …","","","LineHeight of the font.","Maximum width of a button.","","","Minimum width of a button.","","","Creates a custom Id.","Emitted when a tab is pressed.","Emitted when a tab close button is pressed.","Emitted when a button is right-clicked.","Handle the dnd drop event.","Handle the dnd enter event.","Handle the dnd leave event.","","","","Padding of the whole widget.","","Define the position of the newly-inserted item.","Define the position of the item.","The position of the item in the model.","Change the position of an item in the model.","Swap the position with another item in the model.","Swap the position with another item in the model.","Swap the position of two items in the model.","Removes an item from the model.","Scrolling switches focus between tabs.","Associates extra data with an external secondary map.","Associates extra data with an external secondary map.","Associates extra data with an external sparse secondary …","Associates extra data with an external sparse secondary …","Show the close icon only when item is hovered.","","Desired spacing between items.","","Style to draw the widget in.","","Defines the text for the item.","Defines the text for the item.","Immutable reference to the text assigned to the item.","","Removes text from an item.","Sets new text for an item.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a unique Id.","Get the appearance for this variant of the widget.","","","Calculates the bounds for visible buttons.","","","Calculates the layout of this variant.","","","Vertical implementation of the SegmentedButton.","The vertical Appearance of the segmented button.","Desired width of the widget.","Calls a function with the ID","Calls a function with the ID without consuming the wrapper.","A selection of multiple choices appearing as a conjoined …","A selection of multiple choices appearing as a conjoined …","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","A column with a predefined style for creating a settings …","A section within a settings view column.","A builder for a settings item.","","","","","","","","Creates a builder for an item, beginning with the title.","","","Assigns a control to the item.","","","A description to display beneath the title.","","Returns the argument unchanged.","","","A custom icon to display before the text.","","Calls U::from(self).","","","","","","","","A settings item aligned in a row","A settings item aligned in a row","Describes the item being controlled.","","","","","","","","","The appearance of a slider.","A circular handle.","Linear gradient for the background of the rail includes an …","The appearance of the handle of a slider.","The shape of the handle of a slider.","Start and end colors of the rail","The appearance of a slider rail","The background color of the rail","A rectangular shape.","An horizontal bar and a handle that selects a single value …","The local state of a Slider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","Produces the style of an active slider.","The border Color of the handle.","The border radius of the corners of the rail.","The border width of the handle.","The appearance of breakpoints.","The Color of the handle.","The colors of the rail of the slider.","Produces the style of a slider that is being dragged.","Draws a Slider.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","Computes the current mouse::Interaction of a Slider.","The colors of the rail of the slider.","The shape of the handle.","Processes an Event and updates the State of a Slider …","The width of the stroke of a slider rail.","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","Let the widget determin the angle of the gradient","the linear gradient of the slider","An amount of empty space.","","","A message emitted by the SpinButton widget.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Sets the max field of this struct.","The maximum value permitted.","Sets the min field of this struct.","The minimum value permitted.","","A control for incremental adjustments of a value.","Sets the step field of this struct.","The amount to increment the value.","","","","","","","","","","","","","","","","","Sets the value field of this struct.","The current value of the spin button.","Appearance of the cards.","Defines the Appearance of a cards.","","","","","","","","","","","","","","The default Appearance of the cards.","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","The appearance of an SVG.","A handle of Svg data.","The supported style of the StyleSheet.","The stylesheet of a svg.","A vector graphics image.","Produces the Appearance of the svg.","The Color filter of an SVG.","Produces the hovered Appearance of a svg content.","A collection of tabs for developing a tabbed interface.","A collection of tabs for developing a tabbed interface.","","","","","","A paragraph.","","","","","Available presets for text typography","","","","","","Text widget with the Body typography preset.","","","","Text widget with the Caption typography preset.","Text widget with the Caption Heading typography preset.","","","","","","","","","","","","Returns the argument unchanged.","","","","Text widget with the Heading typography preset.","","Calls U::from(self).","","","","","","","","","Text widget with the Monotext typography preset.","Creates a new Text widget with the provided content.","Text widget with the Title 1 typography preset.","Text widget with the Title 2 typography preset.","Text widget with the Title 3 typography preset.","Text widget with the Title 4 typography preset.","","","","","","","","","The appearance of a text input.","","","The state of a TextInput.","","The supported style of the StyleSheet.","A set of rules that dictate the style of a text input.","A field that can be filled with text.","A string which can be sent to the clipboard or …","","Produces the style of an active text input.","","","","","","","","","","","","","","","","","","","","","The Background of the text input.","The border Color of the text input.","The border offset","The border radius of the text input.","The border width of the text input.","","","","","","","","","","","","","","","","","","","","","","","","Track the cursor of a text input.","Returns the Cursor of the TextInput.","","","","","","","","","","","","Produces the style of a disabled text input.","Sets the mode of this TextInput to be a drag and drop icon.","Draws the TextInput with the given Renderer, overriding its","","Draws the TextInput with the given Renderer, overriding its","","","","","A text label whiich can transform into a text input on …","","Produces the style of an errored text input.","Sets the error message of the TextInput.","","","","Produces a Command that focuses the TextInput with the …","","Focuses the TextInput.","Produces the style of a focused text input.","Creates a new State, representing a focused TextInput.","Sets the Font of the TextInput.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Sets the helper text of the TextInput.","","Produces the style of an hovered text input.","Produces the style of an hovered text input.","The icon Color of the text input.","Sets the Id of the TextInput.","","","","","Creates a new inline TextInput.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the TextInput is currently focused or not.","","","","Sets the text of the TextInput.","","The label Color of the text input.","Computes the layout of a TextInput.","","Sets the start [Icon] of the TextInput.","Sets the [LineHeight] of the TextInput.","Computes the current mouse::Interaction of the TextInput.","","Produces a Command that moves the cursor of the TextInput …","Moves the Cursor of the TextInput to an arbitrary location.","","Produces a Command that moves the cursor of the TextInput …","","Moves the Cursor of the TextInput to the end of the input …","Produces a Command that moves the cursor of the TextInput …","Moves the Cursor of the TextInput to the front of the …","","Creates a new TextInput.","Creates a new State, representing an unfocused TextInput.","","","Sets the message that should be produced when some text is …","Sets the message that should be produced when some text is …","Sets the message that should be produced when the TextInput…","Maybe sets the message that should be produced when the …","","","","Sets the Padding of the TextInput.","Converts the TextInput into a secure password input.","","The placeholder text Color.","Creates a new search TextInput.","Creates a new search TextInput.","Produces a Command that selects all the content of the …","Selects all the content of the TextInput.","","The selected fill Color of the text input.","Returns the current value of the selected text in the …","The text Color of the text input.","Sets the text size of the TextInput.","","","Sets the style of the TextInput.","Sets the window id of the TextInput and the window id of …","","The text Color of the text input.","Creates a new TextInput.","","","","Sets the end [Icon] of the TextInput.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unfocuses the TextInput.","Processes an Event and updates the State of a TextInput …","","","Sets the width of the TextInput.","The cursor of a text input.","Cursor without a selection","Cursor selecting a range of text","The state of a Cursor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the current selection of the Cursor for the given …","Returns the State of the Cursor.","","","","","","","","","","","","","","","","","The end of the selection","The start of the selection","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","The value of a TextInput.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Inserts a new char at the given grapheme index.","Inserts a bunch of graphemes at the given grapheme index.","Calls U::from(self).","","","","","","","","","Returns whether the Value is empty or not.","Returns the total amount of graphemes in the Value.","Creates a new Value from a string slice.","Returns the position of the next end of a word from the …","Returns the position of the previous start of a word from …","Removes the grapheme at the given index.","Removes the graphemes from start to end.","Returns a new Value with all its graphemes replaced with …","Returns a new Value containing the graphemes from start …","","","","","","","","","","Returns a new Value containing the graphemes until the …","The tooltip will appear on the bottom of the widget.","The tooltip will follow the cursor.","The tooltip will appear on the left of the widget.","The position of the tooltip. Defaults to following the …","The tooltip will appear on the right of the widget.","","The tooltip will appear on the top of the widget.","","The appearance of a slider.","A circular handle.","The appearance of the handle of a slider.","The shape of the handle of a slider.","A rectangular shape.","The local state of a VerticalSlider.","The supported style of the StyleSheet.","A set of rules that dictate the style of a slider.","An vertical bar and a handle that selects a single value …","Produces the style of an active slider.","The border Color of the handle.","The border width of the handle.","The appearance of breakpoints.","The Color of the handle.","Produces the style of a slider that is being dragged.","Draws a VerticalSlider.","The appearance of the Handle of the slider.","Produces the style of an hovered slider.","Computes the current mouse::Interaction of a VerticalSlider…","The colors of the rail of the slider.","The shape of the handle.","Processes an Event and updates the State of a …","The border radius of the corners of the rectangle.","The height of the rectangle.","The radius of the circle.","The width of the rectangle.","","A custom button that has the desired default spacing and …","The message to emit on button press.","",""],"i":[0,0,0,0,0,0,0,0,0,460,1,1,1,1,1,1,1,1,1,1,1,1,16,0,1,1,1,1,1,1,1,1,1,27,27,27,1,1,1,1,1,1,1,1,1,0,1,0,31,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,94,90,90,0,0,83,0,0,0,0,94,94,0,94,90,0,83,83,89,90,83,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,0,89,90,94,94,94,0,89,89,89,90,89,90,94,96,89,90,90,89,89,90,89,90,89,90,94,94,94,94,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,89,94,96,0,96,94,89,89,89,89,94,94,94,94,94,94,94,94,94,94,0,89,96,89,96,89,89,96,0,94,94,89,89,89,94,94,96,89,90,89,90,89,90,89,90,89,90,89,90,89,90,89,90,94,94,96,94,89,89,89,1934,1934,1935,0,0,0,0,0,0,0,0,0,0,0,0,0,116,116,116,116,0,116,116,116,116,0,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,117,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,116,117,116,117,117,116,117,116,117,116,117,116,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,116,117,117,117,117,117,117,117,117,116,116,117,116,117,116,117,116,117,116,117,116,117,116,117,117,117,100,100,0,100,100,0,100,100,100,100,100,100,100,100,100,100,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,100,100,100,100,100,100,100,100,0,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,0,0,0,0,0,0,0,0,0,0,127,0,0,0,127,126,127,0,126,126,127,126,127,126,127,126,127,126,127,126,127,126,127,126,127,126,127,126,127,126,126,127,126,127,126,127,127,126,127,126,127,126,126,126,127,127,127,126,127,126,127,126,127,126,127,126,0,126,0,126,126,127,0,126,126,127,126,127,126,127,126,127,126,127,126,127,126,127,126,127,126,127,127,126,126,126,126,126,126,0,126,0,126,126,127,126,127,126,127,126,127,126,127,126,127,126,127,126,127,126,126,129,0,0,0,0,0,0,0,0,1936,1937,129,1936,129,129,129,129,129,129,0,1937,113,1936,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,128,128,132,1936,1937,132,112,129,128,112,0,0,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,112,129,129,128,1936,1937,132,112,129,129,129,129,129,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,143,128,113,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,112,128,128,128,145,132,128,128,128,129,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,1936,1937,132,112,129,128,113,128,128,113,0,77,0,0,0,0,0,0,0,0,155,155,155,0,0,0,0,0,155,0,77,77,0,0,0,0,0,151,111,151,156,111,111,156,156,156,156,156,156,111,156,156,111,151,157,161,162,155,156,158,159,109,160,77,111,151,111,111,111,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,111,155,155,109,111,158,159,111,151,151,111,111,111,156,159,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,156,156,156,151,111,111,111,111,157,161,162,155,156,158,159,109,160,77,111,151,157,155,156,158,159,109,160,77,111,151,157,155,156,158,159,109,160,77,111,151,159,159,159,158,157,161,162,155,156,158,159,109,160,77,111,151,0,109,151,111,151,151,111,151,111,151,157,155,156,158,159,109,160,77,111,151,157,161,161,162,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,155,156,158,159,160,77,111,151,151,111,151,111,111,111,159,159,158,159,157,161,162,155,156,158,159,109,160,77,111,151,157,155,156,158,159,109,160,77,111,151,109,109,109,160,160,160,77,77,77,156,156,156,156,156,156,156,157,155,156,158,159,109,160,77,111,151,159,159,157,161,162,155,156,158,159,109,160,77,111,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,111,151,111,109,111,151,156,156,156,156,111,111,111,159,159,111,111,157,161,162,155,156,158,159,109,160,77,111,151,155,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,155,109,109,111,111,151,155,111,151,111,151,111,151,111,155,156,111,156,156,156,156,156,156,156,156,156,156,156,151,151,158,159,111,111,111,111,159,111,111,111,111,111,111,151,111,151,111,159,159,111,111,111,151,151,111,111,111,157,111,157,111,157,111,157,111,157,111,157,156,111,111,111,111,111,151,111,111,159,159,159,159,157,155,156,158,159,160,77,111,151,111,151,111,111,151,109,111,151,111,111,151,111,151,111,111,151,111,109,111,111,151,111,164,111,111,151,111,151,111,151,111,151,111,111,151,111,151,111,111,151,111,151,111,111,151,111,111,158,111,111,160,111,160,111,160,111,160,111,160,111,160,111,160,111,160,111,160,111,160,151,111,151,0,151,111,151,111,111,111,111,151,151,111,157,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,157,161,162,155,156,158,159,109,160,77,111,151,109,111,151,109,151,111,151,111,111,111,111,111,151,111,109,111,151,111,111,156,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,1938,1938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1939,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,307,320,321,317,318,225,226,331,332,326,327,230,231,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,182,189,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,153,168,168,169,169,170,170,171,171,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,153,153,168,168,169,169,170,170,171,171,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,0,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,153,0,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,153,168,168,169,169,170,170,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,153,153,168,168,169,169,170,170,171,178,179,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,153,182,185,189,191,192,182,189,181,188,0,153,182,185,189,191,192,1961,1962,1963,0,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,191,0,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,0,183,184,190,0,218,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,222,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,168,169,169,170,170,171,171,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,153,0,0,153,153,153,153,182,185,189,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,0,0,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,168,169,169,170,170,171,171,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,225,153,191,226,225,226,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,182,183,227,227,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,227,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,230,231,230,231,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,182,183,191,182,185,189,191,192,153,153,182,182,185,185,189,189,191,191,192,192,153,153,182,182,185,185,189,189,191,191,192,192,153,191,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,0,153,168,169,170,171,171,178,178,179,179,180,180,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,168,168,168,169,169,169,170,170,170,171,171,171,178,178,178,179,179,179,180,180,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,192,192,192,153,191,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,168,168,168,168,168,169,169,169,169,169,169,170,170,170,170,170,170,171,171,171,178,178,178,179,179,179,180,180,180,181,181,181,181,181,181,182,182,182,182,182,182,182,183,183,183,183,183,183,184,184,184,184,184,184,185,185,185,185,185,185,185,186,186,186,186,186,187,187,187,187,187,187,188,188,188,188,188,189,189,189,189,189,189,189,190,190,190,190,190,190,191,191,191,191,191,191,191,192,192,192,192,192,192,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,191,191,191,191,191,191,191,171,178,179,180,288,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,228,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,153,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,181,181,181,181,181,181,181,181,181,181,181,181,181,181,181,181,181,181,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,171,178,179,180,153,153,153,153,153,153,153,153,153,153,168,170,171,178,179,180,181,186,153,153,153,153,153,153,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,153,153,171,178,179,180,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,306,182,183,307,168,169,170,181,182,183,184,185,186,188,189,190,191,192,309,153,168,169,170,181,182,183,184,185,186,187,188,189,190,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,1961,1962,1963,153,191,307,307,307,307,307,0,0,0,168,169,170,181,183,184,186,187,188,190,0,0,182,185,189,182,183,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,182,185,189,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,171,178,179,180,311,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,312,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,171,178,179,180,153,153,153,153,153,153,153,153,153,153,168,170,171,178,179,180,181,186,187,188,153,153,153,153,153,153,171,178,179,180,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,168,168,168,168,168,168,168,168,168,168,168,168,169,169,169,169,169,169,169,169,169,169,169,169,169,170,170,170,170,170,170,170,170,170,170,170,170,170,171,171,171,171,171,171,171,171,171,171,171,171,171,178,178,178,178,178,178,178,178,178,178,178,178,178,179,179,179,179,179,179,179,179,179,179,179,179,179,180,180,180,180,180,180,180,180,180,180,180,180,180,181,181,181,181,181,181,181,181,181,181,181,181,181,182,182,182,182,182,182,182,182,182,182,182,182,182,183,183,183,183,183,183,183,183,183,183,183,183,183,184,184,184,184,184,184,184,184,184,184,184,184,184,185,185,185,185,185,185,185,185,185,185,185,185,185,186,186,186,186,186,186,186,186,186,186,186,186,186,187,187,187,187,187,187,187,187,187,187,187,187,187,188,188,188,188,188,188,188,188,188,188,188,188,188,189,189,189,189,189,189,189,189,189,189,189,189,189,190,190,190,190,190,190,190,190,190,190,190,190,190,191,191,191,191,191,191,191,191,191,191,191,191,191,192,192,192,192,192,192,192,192,192,192,192,192,192,153,153,171,178,179,180,171,178,179,180,171,178,179,180,171,178,179,180,171,178,179,180,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,153,227,153,153,153,153,153,153,153,191,316,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,169,182,183,184,185,189,190,0,0,0,317,153,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,191,192,318,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,317,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,318,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,168,186,0,1964,1965,1966,192,0,182,153,182,181,188,183,184,183,169,182,183,184,185,189,190,168,186,192,168,169,170,186,187,185,185,170,187,181,188,191,192,191,192,191,182,153,182,181,188,183,184,190,169,182,183,184,185,189,190,168,186,192,168,169,170,186,187,185,185,170,187,181,188,191,192,191,192,191,320,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,321,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,153,153,182,182,185,185,189,189,191,191,192,192,153,153,182,182,185,185,189,189,191,191,192,192,153,191,0,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,181,183,184,186,187,188,190,153,153,153,168,170,181,153,153,153,168,170,181,0,0,0,0,0,0,289,153,182,185,189,191,192,153,182,185,189,191,192,153,191,153,182,185,189,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,182,185,189,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,1961,1962,1963,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,0,326,153,168,169,170,183,184,186,187,327,153,168,169,170,183,184,186,187,326,153,168,169,170,183,184,186,187,327,153,168,169,170,183,184,186,187,153,153,168,168,169,169,170,170,171,171,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,153,153,168,168,169,169,170,170,171,171,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,168,169,170,186,187,153,191,0,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,330,153,168,169,170,181,183,184,186,187,188,190,331,153,168,169,170,181,183,184,186,187,188,190,332,153,168,169,170,181,183,184,186,187,188,190,153,191,289,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,1964,1965,1966,1961,1962,1963,168,170,181,0,153,153,168,168,169,169,170,170,171,171,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,153,153,168,168,169,169,170,170,171,171,178,178,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,189,189,190,190,191,191,192,192,153,153,153,153,182,185,189,227,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,289,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,153,153,168,168,168,169,169,169,170,170,170,171,178,179,180,181,181,181,182,182,182,183,183,183,184,184,184,185,185,185,186,186,186,187,187,187,188,188,188,189,189,189,190,190,190,191,191,191,192,192,192,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,185,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,227,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,182,185,189,191,192,185,170,187,0,169,182,183,184,185,191,192,181,188,289,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,168,169,170,171,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,334,153,168,169,170,181,183,184,186,187,188,190,153,153,191,192,289,153,168,169,170,181,182,183,184,185,186,187,188,189,190,191,192,191,192,153,182,185,189,191,192,0,191,192,0,191,0,289,0,0,0,289,0,241,153,275,241,241,241,241,241,241,241,153,275,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,289,241,289,289,241,241,241,241,241,241,241,289,289,0,0,0,0,0,0,0,0,174,176,303,338,339,340,177,313,176,345,0,0,0,343,0,347,347,0,0,345,345,347,347,347,347,347,0,0,0,0,345,204,347,347,345,347,275,341,345,346,347,275,275,275,275,275,275,275,275,341,341,205,341,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,275,275,275,275,342,275,343,275,341,345,346,347,275,341,345,346,347,275,344,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,275,341,341,341,345,346,347,275,344,275,275,275,275,275,341,345,346,347,275,275,341,345,346,347,275,275,275,346,344,275,275,275,275,275,275,275,344,275,341,345,346,347,275,341,345,346,347,275,341,341,341,345,345,345,346,346,346,347,347,347,275,275,275,344,275,341,345,346,347,275,341,345,346,347,275,275,275,275,275,275,275,275,275,275,275,275,275,275,341,345,346,347,275,341,341,341,345,346,347,275,344,275,341,345,346,347,275,342,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,344,275,275,275,275,275,275,275,275,275,344,275,275,275,342,275,342,275,344,275,342,275,204,275,344,275,275,344,275,346,275,275,275,275,275,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,275,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,341,345,346,347,275,275,204,275,342,275,0,0,0,0,298,0,348,348,348,349,350,356,355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,355,355,0,0,0,0,355,352,359,357,353,0,287,0,0,197,281,197,199,281,197,199,30,354,281,351,355,356,197,252,199,246,351,197,197,199,199,197,197,199,199,1967,1968,1969,1970,1971,1972,1973,1974,1975,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,197,197,199,199,197,197,199,199,197,199,197,197,351,351,197,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,281,195,203,196,352,281,281,281,281,281,281,281,353,30,354,281,351,355,356,197,252,199,246,0,0,0,0,0,0,281,196,202,281,197,199,281,197,199,197,199,30,354,281,351,355,356,197,199,30,354,281,351,355,356,197,199,197,197,199,199,1967,1968,1969,1970,1971,1972,1973,1974,1975,281,199,203,201,197,30,354,281,351,355,356,197,252,199,246,197,197,199,199,252,246,281,197,199,351,281,197,199,281,197,199,281,197,199,351,197,199,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,197,199,351,197,197,197,197,197,197,199,30,354,281,351,355,356,197,252,199,246,281,197,199,281,281,281,197,197,197,199,199,199,197,199,281,197,199,30,30,354,281,281,351,355,356,197,197,197,197,197,197,197,252,199,199,199,199,199,199,246,30,354,281,351,355,356,197,252,199,246,357,281,281,281,281,281,281,197,199,197,199,197,197,197,197,197,199,199,199,199,199,197,199,197,199,197,199,30,354,281,351,355,356,197,252,199,246,281,197,199,281,199,197,199,281,199,195,203,196,200,201,202,197,197,199,30,354,281,351,355,356,197,252,199,246,197,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,359,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,197,199,30,354,281,351,355,356,197,252,199,246,197,199,197,199,197,197,197,197,197,197,197,197,197,197,197,197,197,252,199,199,199,199,199,199,199,199,199,199,199,199,199,246,30,354,281,351,355,356,197,252,199,246,287,354,281,281,197,199,197,199,197,199,252,246,197,199,197,199,197,199,197,199,281,197,199,200,201,202,197,199,197,197,199,199,197,199,197,197,197,199,197,199,197,197,197,197,197,199,199,252,246,252,246,197,197,197,197,199,197,197,199,281,197,199,281,197,199,199,199,199,199,197,197,199,199,197,197,199,199,281,195,200,197,199,197,199,199,199,199,252,246,281,197,199,197,197,199,199,197,197,199,199,351,197,30,354,281,351,355,356,197,199,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,197,197,252,199,199,199,246,197,199,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,30,354,281,351,355,356,197,252,199,246,281,197,199,281,197,199,197,351,281,197,199,197,199,199,281,197,199,197,0,0,202,202,260,202,202,202,202,202,260,202,260,202,260,202,260,202,202,202,202,202,202,260,202,260,202,202,260,202,202,202,202,202,202,202,202,202,260,202,202,202,260,202,202,202,202,260,202,260,202,202,260,202,202,202,202,202,202,202,260,202,202,202,202,202,202,202,260,202,202,202,202,202,202,202,202,202,202,260,202,202,202,202,202,202,260,202,260,202,260,202,260,202,260,202,260,202,260,202,260,202,202,260,202,202,202,202,260,202,202,202,202,202,202,202,202,202,202,202,202,202,260,202,202,202,202,202,260,202,202,202,202,202,260,260,202,202,202,202,202,202,202,202,202,202,202,202,260,202,202,202,202,202,202,260,202,260,202,202,202,202,260,202,260,202,260,202,260,202,260,202,202,202,202,202,202,202,0,0,201,201,257,201,201,201,201,201,257,201,257,201,257,201,257,201,201,201,201,201,201,257,201,257,201,201,257,201,201,201,201,201,201,201,201,201,257,201,201,201,257,201,201,201,201,257,201,257,201,201,257,201,201,201,201,201,201,201,257,201,201,201,201,201,201,201,257,201,201,201,201,201,201,201,201,201,201,201,201,257,201,201,201,201,201,201,257,201,257,201,257,201,257,201,257,201,257,201,257,201,257,201,201,257,201,201,201,201,257,201,201,201,201,201,201,201,201,201,201,201,201,201,257,201,201,201,201,201,257,201,201,201,201,201,257,257,201,201,201,201,201,201,201,201,201,201,201,201,257,201,201,201,201,201,201,257,201,257,201,201,201,201,257,201,257,201,257,201,257,201,257,201,201,201,201,201,201,201,0,0,200,200,256,200,200,200,200,200,256,200,256,200,256,200,256,200,200,200,200,200,200,256,200,256,200,200,256,200,200,200,200,200,200,200,200,256,200,200,200,256,200,200,200,200,256,200,256,200,200,256,200,200,200,200,200,200,200,256,200,200,200,200,200,200,200,256,200,200,200,200,200,200,200,200,200,200,256,200,200,200,200,200,200,256,200,256,200,256,200,256,200,256,200,256,200,256,200,256,200,200,256,200,200,200,200,256,200,200,200,200,200,200,200,200,200,200,200,200,200,256,200,200,200,200,200,256,200,200,200,200,200,256,256,200,200,200,200,200,200,200,200,200,200,200,200,200,256,200,200,200,200,200,200,256,200,256,200,200,200,200,256,200,256,200,256,200,256,200,256,200,200,200,200,200,200,200,0,0,196,196,259,196,196,196,196,196,259,196,259,196,259,196,259,196,196,196,196,196,196,259,196,259,196,196,196,259,196,196,196,196,196,196,196,196,196,259,196,196,196,259,196,196,196,196,259,196,259,196,196,259,196,196,196,196,196,196,196,259,196,196,196,196,196,196,196,259,196,196,196,196,196,196,196,196,196,196,259,196,196,196,196,196,196,259,196,259,196,259,196,259,196,259,196,259,196,259,196,259,196,196,259,196,196,196,196,259,196,196,196,196,196,196,196,196,196,196,196,196,196,259,196,196,196,196,196,259,196,196,196,196,259,259,196,196,196,196,196,196,196,196,196,196,196,196,259,196,196,196,196,196,196,259,196,259,196,196,196,196,259,196,259,196,259,196,259,196,259,196,196,196,196,196,196,196,0,0,203,203,251,203,203,203,203,203,251,203,251,203,251,203,251,203,203,203,203,203,203,251,203,251,203,203,203,251,203,203,203,203,203,203,203,203,203,251,203,203,203,251,203,203,203,203,251,203,251,203,203,251,203,203,203,203,203,203,203,251,203,203,203,203,203,203,203,251,203,203,203,203,203,203,203,203,203,203,251,203,203,203,203,203,203,251,203,251,203,251,203,251,203,251,203,251,203,251,203,251,203,203,251,203,203,203,203,251,203,203,203,203,203,203,203,203,203,203,203,203,203,251,203,203,203,203,203,251,203,203,203,203,251,251,203,203,203,203,203,203,203,203,203,203,203,203,251,203,203,203,203,203,203,251,203,251,203,203,203,203,251,203,251,203,251,203,251,203,251,203,203,203,203,203,203,203,0,0,195,195,262,195,195,195,195,195,262,195,262,195,262,195,262,195,195,195,195,195,195,262,195,262,195,195,195,262,195,195,195,195,195,195,195,195,262,195,195,195,262,195,195,195,195,262,195,262,195,195,262,195,195,195,195,195,195,195,262,195,195,195,195,195,195,195,262,195,195,195,195,195,195,195,195,195,195,262,195,195,195,195,195,195,262,195,262,195,262,195,262,195,262,195,262,195,262,195,262,195,195,262,195,195,195,195,262,195,195,195,195,195,195,195,195,195,195,195,195,195,262,195,195,195,195,195,262,195,195,195,195,262,262,195,195,195,195,195,195,195,195,195,195,195,195,195,262,195,195,195,195,195,195,262,195,262,195,195,195,195,262,195,262,195,262,195,262,195,262,195,195,195,195,195,195,195,217,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,388,389,391,390,0,0,0,0,0,0,374,0,0,0,0,0,0,381,0,0,0,0,0,0,0,371,372,373,374,282,361,362,363,371,372,373,374,282,364,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,365,366,367,368,282,282,282,282,282,282,369,370,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,282,371,372,373,374,282,371,372,373,374,282,282,375,376,377,371,372,373,374,282,378,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,371,371,371,372,372,372,373,373,373,374,374,374,282,282,282,371,371,372,372,373,373,374,282,371,372,373,374,282,282,282,282,282,282,282,282,282,282,282,371,372,373,374,282,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,380,371,372,373,374,282,0,0,0,0,0,0,0,0,382,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,0,0,0,0,0,0,0,0,0,383,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,0,0,0,0,0,384,371,372,373,374,282,0,0,0,0,0,0,0,0,385,373,0,0,283,282,371,372,373,374,282,371,372,373,371,372,373,388,389,390,371,372,373,374,282,371,372,373,374,282,282,282,0,0,0,0,391,371,372,373,374,282,371,372,373,374,282,371,372,373,374,282,392,393,394,371,372,373,374,282,395,371,372,373,374,282,283,282,372,373,0,0,399,0,0,0,399,399,396,396,397,397,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,15,15,399,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,398,398,399,398,399,398,399,398,399,398,399,398,399,398,399,398,0,0,0,0,0,0,0,306,401,402,403,404,400,0,400,401,402,402,306,403,403,403,403,403,404,405,406,403,403,0,0,0,0,0,407,407,408,409,410,411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,79,300,79,300,79,300,79,300,79,300,79,300,79,300,79,79,300,79,300,300,79,300,300,79,79,300,300,79,79,79,300,79,300,79,288,228,412,314,300,79,300,79,300,79,300,79,300,79,300,79,300,79,300,79,300,311,300,79,312,294,300,79,413,300,79,300,300,300,79,79,300,79,300,79,414,300,79,415,300,79,300,79,300,79,300,79,0,0,0,0,0,0,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,416,416,418,418,418,279,279,279,278,278,278,416,418,279,278,416,418,279,278,416,418,279,278,1976,278,278,278,416,418,279,278,0,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,1977,278,278,278,416,418,279,278,0,278,278,0,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,416,418,279,278,278,0,0,0,0,417,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,421,0,0,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,422,0,0,0,0,249,1940,249,249,249,249,249,249,249,1940,249,249,249,249,249,249,249,249,168,249,249,249,249,249,249,249,249,249,249,249,249,168,249,249,168,249,168,249,249,249,249,249,249,249,0,0,0,253,1941,253,253,253,253,253,253,253,1941,253,253,253,253,253,253,253,253,169,253,253,253,253,253,253,253,253,253,253,253,169,253,253,253,169,253,253,253,253,253,253,253,253,169,0,0,0,264,1942,264,264,264,264,264,264,264,1942,264,264,264,264,264,264,264,264,170,264,264,264,264,264,264,264,264,264,264,264,264,264,264,170,264,170,264,264,264,264,264,264,264,170,0,0,0,0,0,0,0,0,0,0,276,276,267,268,269,270,423,276,276,276,276,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,276,276,276,276,276,267,268,269,270,423,276,276,276,267,268,269,270,423,276,276,276,276,267,268,269,270,423,276,267,268,269,270,423,276,276,276,267,268,269,270,423,276,276,276,276,276,276,276,276,267,268,269,270,423,276,276,276,267,268,269,270,423,276,276,276,276,276,267,268,269,270,423,276,276,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,276,267,268,269,270,423,276,267,268,269,270,423,276,276,276,276,267,268,269,270,423,276,276,276,276,276,276,276,276,276,276,276,276,276,276,276,276,276,276,267,268,269,270,423,276,276,276,267,268,269,270,423,276,267,268,269,270,423,267,268,269,270,423,276,276,276,276,276,276,276,276,276,276,267,268,269,270,423,276,276,276,276,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,267,268,269,270,423,276,276,276,276,0,0,0,266,1943,266,266,266,266,181,266,266,266,1943,266,266,266,266,266,266,266,266,181,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,181,266,266,266,266,266,266,266,181,0,0,0,182,255,1944,255,255,255,255,182,255,255,255,1944,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,182,255,255,255,255,255,255,255,255,255,255,255,182,0,0,0,250,1945,250,250,250,250,250,250,250,183,1945,250,250,250,250,250,250,250,250,183,250,250,250,250,250,250,250,250,250,250,250,183,250,250,250,250,250,250,250,250,250,250,250,183,0,0,0,258,1946,258,258,258,258,258,258,258,184,1946,258,258,258,258,258,258,258,258,184,258,258,258,258,258,258,258,258,258,258,258,184,258,258,258,258,258,258,258,258,258,258,258,184,0,0,0,0,0,0,0,0,0,0,0,0,292,292,198,198,198,198,261,198,198,198,198,1978,1947,1948,1949,198,261,198,261,198,261,198,261,198,198,198,198,198,198,198,198,198,198,261,198,261,198,198,261,1979,1980,0,198,198,198,198,198,198,198,1978,1947,1948,1949,1979,1980,198,261,198,198,261,198,198,198,198,198,198,261,198,261,198,198,198,198,198,198,198,198,198,198,261,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,261,198,261,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,261,198,198,198,198,198,198,261,198,198,261,198,261,198,261,198,261,198,261,198,261,198,261,198,198,261,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,261,198,198,261,198,198,198,198,261,198,198,198,198,198,1964,1965,1966,198,198,198,198,198,198,198,198,198,198,198,261,261,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,261,198,198,1964,1965,1966,198,198,198,198,198,198,198,261,198,198,198,261,198,198,261,198,261,198,261,198,261,198,261,198,198,198,198,198,198,198,0,0,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,425,425,426,426,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,425,426,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,425,426,426,0,0,0,243,1950,243,243,243,243,243,243,243,1950,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,185,243,243,243,243,243,243,243,243,243,185,243,243,185,185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,329,0,0,0,0,0,0,0,0,0,284,0,0,0,0,211,235,235,235,235,295,427,209,223,209,223,209,223,235,213,234,427,274,206,284,213,213,236,428,293,358,213,213,208,208,208,420,419,213,207,285,233,430,296,427,328,329,286,235,235,210,235,172,0,0,0,240,1951,240,240,240,240,240,240,240,1951,240,240,240,240,240,240,240,240,186,240,240,240,240,240,240,240,240,240,240,240,240,186,240,240,186,240,240,240,240,240,240,240,240,0,0,0,248,1952,248,248,248,248,248,248,248,1952,248,248,248,248,248,248,248,248,187,248,248,248,248,248,248,248,248,248,248,248,248,248,248,187,248,248,248,248,248,248,248,248,187,0,0,0,245,1953,245,245,245,245,188,245,245,245,1953,245,245,245,245,245,245,245,245,188,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,188,0,0,0,189,254,1954,254,254,254,254,189,254,254,254,1954,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,189,254,254,254,254,254,254,254,254,254,254,254,0,0,0,263,1955,263,263,263,263,263,263,263,190,1955,263,263,263,263,263,263,263,263,190,263,263,263,263,263,263,263,263,263,263,263,190,263,263,263,263,263,263,263,263,263,263,263,0,0,0,431,0,0,0,0,0,0,0,431,0,301,0,0,0,0,431,290,0,0,290,301,152,152,152,152,244,431,152,152,152,152,1981,1956,1957,1958,152,244,431,152,244,431,152,244,431,152,244,431,152,152,152,152,152,152,152,1982,1961,1962,1963,152,152,244,431,152,244,431,152,152,244,431,1983,1984,1985,1986,0,152,152,152,152,152,152,152,1981,1956,1957,1958,1983,1984,1985,1986,152,244,431,152,152,244,152,152,152,152,152,152,244,431,152,244,431,152,152,152,152,152,152,152,152,152,152,244,431,152,152,152,152,152,152,152,152,152,431,431,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,244,431,431,431,152,244,431,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,244,431,152,152,152,152,152,152,1982,1961,1962,1963,152,152,152,244,431,152,152,244,431,152,244,431,152,244,431,152,244,431,152,244,431,152,244,431,152,244,431,152,152,244,431,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,244,152,152,244,431,152,152,152,152,244,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,244,244,152,152,152,152,152,152,152,1982,1961,1962,1963,152,152,152,152,301,152,152,152,152,152,152,152,244,152,431,152,1961,1962,1963,152,152,152,152,152,152,431,431,152,244,431,152,152,152,244,431,152,152,244,431,152,244,431,152,244,431,152,244,431,152,244,431,152,152,152,152,152,152,152,301,0,0,0,0,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,434,434,435,435,435,436,436,436,437,437,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,434,435,435,436,436,437,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,434,435,435,436,436,437,437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,438,219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,315,315,439,439,439,440,440,440,441,441,441,442,442,442,443,443,443,299,299,299,444,444,444,445,445,445,446,446,446,447,447,447,448,448,448,449,449,449,450,450,450,451,451,451,452,452,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,221,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,315,439,440,441,442,443,299,444,445,446,447,448,449,450,451,452,0,0,0,265,1959,265,265,265,265,265,265,265,1959,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,191,191,191,191,0,0,0,247,1960,247,247,247,247,247,247,247,1960,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,192,247,247,247,247,247,247,247,247,247,247,192,192,192,0,0,0,0,0,0,0,0,0,0,0,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,454,0,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,455,0,0,0,0,0,0,0,0,0,0,0,0,120,0,120,120,120,0,0,0,0,880,0,76,0,984,0,984,469,469,0,488,0,880,106,0,0,0,464,458,984,496,496,496,464,0,0,76,458,488,0,469,0,800,464,466,488,984,106,0,0,488,0,0,0,0,0,0,0,984,0,496,0,880,0,0,464,470,488,0,488,458,34,458,457,0,457,0,458,457,458,457,458,457,458,457,34,458,457,458,457,878,458,457,0,1085,0,0,458,457,457,457,457,458,457,458,457,458,457,95,0,0,457,120,457,458,458,457,0,457,461,458,458,457,458,457,458,457,34,480,121,457,458,457,458,457,458,457,458,457,458,457,458,457,458,457,458,457,458,457,458,457,0,878,0,464,466,95,0,34,1085,878,464,466,464,466,0,95,120,464,466,120,0,464,464,466,0,464,466,458,458,878,0,458,457,458,457,458,457,458,457,458,457,458,457,458,457,464,466,464,466,120,0,1085,480,121,0,457,457,484,480,485,484,480,485,0,0,0,0,0,0,0,0,888,472,474,888,472,472,477,472,481,474,888,888,472,0,477,0,477,472,888,0,477,472,477,472,477,472,0,477,472,481,481,481,481,481,481,0,481,472,888,472,888,472,481,472,0,0,472,0,888,0,474,474,481,481,481,481,0,0,508,521,521,0,521,0,521,0,0,1010,508,521,521,1083,1082,1082,1082,1082,0,508,521,0,1081,521,521,0,505,505,1010,505,521,521,0,521,508,0,0,501,0,0,505,505,505,0,505,0,0,0,0,505,505,0,505,0,1987,1988,1987,1988,1989,1989,1990,1991,1989,1990,1992,1993,1991,1994,1995,1991,1994,1995,1992,1991,1993,1996,1997,1995,1990,1991,1990,1992,1991,1991,1994,1994,1995,1998,1989,1991,1991,1996,1991,0,0,1081,0,0,511,513,514,0,0,0,0,0,510,510,510,510,510,505,510,505,505,0,510,0,507,507,505,505,505,505,505,505,505,0,0,0,880,0,0,76,984,0,984,0,488,0,880,0,984,496,496,496,0,0,76,0,488,0,0,800,488,984,0,0,0,488,0,0,0,0,984,0,0,496,0,0,880,0,488,0,0,488,34,0,34,1088,0,878,888,472,474,0,1085,1088,0,888,472,472,477,472,481,0,120,474,0,888,34,0,480,121,888,0,472,477,0,477,472,878,888,477,472,1088,477,472,477,472,477,472,481,34,1085,481,481,481,481,481,878,481,472,888,472,888,472,481,472,120,120,472,0,878,0,888,120,1085,480,121,0,474,474,481,481,481,481,484,480,485,484,480,485,0,901,880,898,901,880,0,898,898,880,901,0,0,0,1085,1085,1085,0,0,0,0,497,497,481,0,481,481,0,481,481,0,481,481,481,0,481,481,481,481,481,490,488,0,490,488,0,1101,488,0,488,1102,0,488,488,1680,1680,1681,1679,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,120,120,120,0,0,0,800,1097,1103,1103,1097,1104,0,0,0,1104,1104,518,0,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,0,1999,2000,1999,2000,1999,2000,1999,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,0,0,0,1075,1075,1075,1075,2001,2002,2003,2004,2001,2002,2003,2004,1002,1002,1098,1072,1128,1128,1004,1072,0,1128,1128,1128,1128,1003,1003,0,0,1004,0,0,1128,1098,1002,1128,0,0,1128,1128,0,1072,1128,0,1003,1006,1006,0,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,2005,2006,2006,2005,2007,2007,520,520,0,0,0,2008,2009,2009,2009,2009,0,501,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,560,531,633,0,0,522,531,633,125,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,0,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,535,527,529,532,529,532,532,529,527,548,535,532,0,0,535,536,527,553,0,535,527,529,532,535,529,532,529,0,535,527,535,529,529,532,527,0,0,125,0,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,0,543,543,553,543,543,553,543,0,527,535,535,536,527,527,628,0,0,527,536,536,535,536,536,522,527,527,527,543,560,536,628,0,527,543,527,527,0,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,0,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,1148,0,1148,1148,0,0,0,0,0,0,0,0,1148,0,0,0,0,1148,1148,1148,0,0,0,1148,615,0,1148,1148,0,615,2010,0,0,1148,1148,1148,1148,0,0,1148,1148,0,1148,1148,1148,0,0,1148,0,0,1148,1148,1148,1148,1148,1148,2010,1148,1148,1148,0,0,0,0,1148,0,0,0,0,0,1148,0,0,0,0,0,0,1148,615,1148,0,1148,1148,1148,1148,0,1148,0,0,0,0,1148,543,548,552,553,0,0,0,0,553,548,548,553,612,552,612,545,545,614,612,612,543,543,553,543,543,553,543,0,628,0,543,628,543,548,548,548,0,0,0,0,0,0,0,0,0,0,0,560,531,633,0,522,531,633,125,0,0,0,0,0,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,0,535,527,529,532,529,532,532,529,527,548,535,532,535,536,527,553,535,527,529,532,535,529,532,529,535,527,535,529,529,532,527,125,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,543,543,553,543,543,553,543,527,535,535,536,527,527,628,527,536,536,535,0,536,536,522,527,527,527,543,560,536,0,628,527,543,527,527,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,705,717,0,0,531,0,0,0,0,0,0,705,717,0,0,705,717,0,0,0,0,0,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,531,0,0,0,125,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,535,535,535,697,0,529,535,529,535,535,535,529,529,529,697,535,698,0,0,0,0,0,0,535,535,529,535,529,529,0,535,535,0,529,529,0,125,0,0,535,0,535,535,0,0,0,535,535,529,529,0,0,0,0,0,0,531,529,0,535,529,0,0,0,560,0,0,0,0,0,0,0,0,0,0,0,0,536,536,0,536,536,536,536,560,536,560,536,560,536,536,536,536,536,536,560,536,0,536,536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,733,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,532,527,527,527,527,527,527,527,527,527,527,527,527,527,0,527,532,527,527,527,527,527,527,527,527,527,527,527,0,527,532,532,532,527,532,722,0,527,527,532,532,527,0,532,527,0,0,0,522,527,527,0,0,527,527,0,0,0,527,0,522,527,527,527,527,527,527,527,532,532,532,532,532,532,532,532,532,532,532,532,532,532,532,633,532,532,532,532,0,0,527,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,611,0,0,0,0,0,0,697,697,0,0,737,739,740,739,742,737,742,740,744,744,0,0,0,0,0,749,0,0,0,0,749,0,0,749,0,1216,1215,0,752,0,1218,0,0,0,1083,1216,0,0,1215,1216,1218,1215,0,0,0,1041,1041,752,0,1041,1041,1042,1042,1041,1042,1217,0,1041,1040,1217,1041,1041,0,1040,1042,1041,1042,1222,0,1218,1222,0,1218,0,1040,1040,0,0,0,0,1223,1223,1223,1223,0,0,1223,1224,1223,1224,1224,1223,1224,1223,1224,0,0,0,0,0,2011,2012,772,1240,0,0,0,1239,0,2011,2012,772,2011,2012,772,0,1242,0,0,0,0,0,0,0,0,2011,2012,772,0,0,1240,1240,0,1241,761,1242,0,0,0,0,0,0,0,0,0,0,1241,761,2011,2012,772,0,1239,1240,0,1239,0,0,765,1238,0,753,755,755,0,769,0,753,0,0,765,1238,0,759,769,0,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,0,0,0,0,0,771,0,0,0,760,760,760,760,760,766,760,760,766,760,768,768,771,766,760,760,766,760,760,760,766,760,766,766,760,760,760,766,766,766,766,766,766,766,766,760,766,766,766,766,766,768,768,760,766,760,0,0,0,0,0,0,0,0,0,0,0,0,778,778,778,778,778,778,0,0,0,778,778,778,778,0,0,0,778,778,0,777,0,0,0,0,778,778,778,0,0,0,0,778,1257,777,2018,777,0,1257,777,1257,1258,1260,1259,1259,0,777,777,777,778,1265,777,777,777,1265,1259,764,1260,2019,769,2020,2020,2020,2020,2020,2020,2021,2021,0,1266,0,763,1258,1265,777,0,777,777,1258,769,1258,777,1265,1259,764,1260,0,0,778,0,1266,2019,777,2022,2023,2024,1258,1265,777,2022,2023,2024,0,0,0,0,1258,1265,1265,769,1258,1265,1258,769,1258,1265,1258,1265,0,0,0,0,0,0,0,1259,1259,1259,1259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1287,0,0,1281,0,0,0,784,0,784,787,784,779,787,1285,1285,1285,1281,1221,1284,1221,1284,1284,1284,1221,1284,1221,1284,1284,1284,1221,1284,1221,1284,1284,1284,1284,1284,1284,1284,767,781,767,781,0,786,0,0,1285,763,784,0,1281,1286,784,786,0,0,784,1281,1286,0,0,1288,779,787,1288,758,785,1282,1283,762,788,782,783,1288,758,785,1282,1283,762,788,782,783,1288,785,1283,788,783,0,789,789,789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2025,2026,2027,2019,2027,2028,2028,2028,2026,2029,2030,2029,2030,2030,2030,2029,2030,2029,2030,2030,2030,2029,2030,2029,2030,2030,2030,2030,2030,2030,2030,2021,2031,2021,2031,2032,2028,2026,2033,2032,2026,2033,2034,2019,2027,2023,2035,2024,2036,2034,2037,2038,2023,2035,2024,2036,2034,2037,2038,2035,2036,2034,2038,0,0,0,0,0,790,791,792,793,794,0,0,0,0,1260,1260,1260,777,0,0,777,777,777,777,777,777,777,777,777,777,777,777,777,775,775,777,777,0,0,0,0,0,0,0,0,0,0,0,797,797,0,0,0,0,0,0,0,0,0,2039,2040,2041,2041,2041,2041,2041,2041,2042,2042,0,2043,0,0,2040,2044,2045,2046,2044,2045,2046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,765,1238,765,1238,0,0,0,771,0,760,760,760,760,760,766,760,760,766,760,771,766,760,760,766,760,760,760,797,766,760,766,766,760,760,760,766,766,766,766,766,766,766,766,760,766,766,766,766,766,760,797,766,760,1216,1215,1218,0,0,0,1216,1215,1216,1218,1215,0,0,1042,1042,1042,1217,1217,1042,1042,0,0,1083,0,1084,0,1084,1084,0,822,0,816,822,822,816,833,805,805,1324,822,0,806,806,816,803,0,0,0,803,2047,0,816,833,0,0,0,0,0,816,833,0,0,816,816,833,0,0,0,0,0,0,802,802,802,802,0,0,802,802,802,802,802,802,803,816,833,822,813,822,822,822,813,822,822,813,822,822,822,813,822,803,0,0,2047,816,833,803,0,810,0,0,816,833,816,833,0,0,816,833,812,0,822,813,822,822,813,822,0,822,813,822,0,0,822,813,822,822,813,822,0,822,813,822,0,0,805,816,833,816,833,822,803,833,816,833,805,805,805,805,807,805,808,810,0,805,805,805,0,1295,812,808,808,812,810,0,0,805,805,805,810,808,0,810,812,0,0,810,818,812,805,0,1295,0,0,0,805,805,805,805,0,0,812,810,808,812,812,825,825,1295,0,0,812,812,808,805,805,805,805,812,810,808,810,810,0,834,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1328,1328,1328,0,0,0,0,0,0,0,1335,0,0,0,1335,0,0,0,0,0,0,0,0,0,836,1339,1339,836,1339,1339,1339,1339,0,0,0,1339,0,0,0,1348,1348,0,0,1348,0,0,1349,1349,0,0,1357,0,1357,1356,0,1356,1356,0,1356,1357,1357,0,0,0,1356,1357,1357,0,1366,0,1365,1365,1366,0,1367,1367,1367,1366,0,1367,1367,1366,0,0,0,0,0,1367,1367,0,1361,1362,1363,1364,1362,1363,1364,1361,1364,1361,1363,1361,1362,1363,1364,1361,0,0,0,0,0,0,0,0,0,0,0,0,0,1381,1381,1381,1381,1381,1381,1381,1381,1383,803,0,1385,1384,803,0,2047,1386,1384,1383,1384,1383,0,0,0,1385,803,0,0,803,1386,1384,2047,803,0,0,1386,1386,803,1385,0,0,2048,2048,1297,1318,0,0,1318,0,1297,1318,1318,0,1297,1318,0,0,1297,1323,1323,1295,1323,1323,1295,1295,1323,1323,0,844,838,0,0,844,844,844,844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,838,0,0,0,838,0,0,0,838,838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,838,0,0,0,0,0,0,0,0,0,0,838,0,0,0,838,0,838,838,0,0,0,826,826,826,0,815,815,815,815,1010,0,0,0,1010,0,1398,1399,1397,1398,1399,1397,1987,1988,1987,1988,0,0,0,0,0,0,0,1406,0,1406,1406,0,0,0,0,1406,0,0,0,0,0,0,0,1401,1402,1401,1401,1401,1402,1401,1401,0,852,0,1410,0,0,858,0,0,0,855,852,1410,0,858,0,0,1430,0,0,1430,0,0,1412,0,0,855,1422,0,1444,0,1459,1418,1418,1416,1415,0,1422,855,855,1430,855,0,0,1430,1412,855,855,1459,1459,1459,0,0,1416,1415,0,0,0,0,1437,1430,1430,855,855,1460,1412,0,1430,0,0,0,0,1430,1412,1430,1418,1418,861,0,0,1422,1444,0,1416,1415,0,855,1422,1416,1415,1430,1430,861,1437,1418,1460,861,1459,1460,1417,858,1430,1430,1430,1430,0,0,1430,1430,1422,1430,1412,1430,1416,1415,0,855,0,1459,1459,1416,1415,0,0,0,0,0,0,0,0,1430,0,0,0,1444,0,0,0,1417,0,855,1417,1459,1459,855,1430,1430,0,861,1437,1437,0,1417,853,859,853,1438,1442,853,1439,853,853,853,1435,849,1414,1434,1438,849,1414,1434,1438,1421,853,853,1421,1442,853,853,1438,1432,1434,1438,849,1414,853,1428,1428,1434,1438,1438,1426,1434,1428,1429,1428,1434,1438,1452,1436,1439,1427,1450,859,1432,853,853,856,1429,1431,1427,1434,1440,859,1429,1431,1426,1452,1452,1452,1452,848,1436,1436,849,1414,1434,1438,1450,1421,853,1452,1441,853,853,853,853,853,853,853,853,1421,1441,1432,1434,1438,853,849,1414,849,1414,853,1452,1432,1442,1427,1434,1436,849,1414,1427,853,853,1440,1425,1434,1435,1438,1439,1428,1434,1438,1425,1425,1425,1434,1435,1438,1439,1428,1434,1438,1425,1425,2049,2050,2051,2052,2053,2050,2051,2052,2053,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1458,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1477,1477,1477,1416,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1459,1459,0,0,1416,1477,1458,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1460,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1416,1416,1477,1460,1459,1477,1477,1460,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1416,1477,1459,1459,1477,1477,1477,1477,1416,1477,1477,1458,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1459,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1456,1463,1456,1456,1477,1477,1456,1456,1456,1456,1463,1456,1463,1456,1463,1472,0,0,1471,0,0,0,0,0,0,1472,0,1472,1471,1471,1472,0,0,0,0,1472,0,0,1470,863,1470,0,0,0,863,863,1474,863,1474,1469,1469,1469,1469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1481,1477,1477,1477,1477,1477,1477,1481,1477,1477,1477,1486,1486,1486,1486,1486,1486,1486,1486,1501,1481,1501,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1459,1477,1477,1477,1635,1477,1477,1477,1481,1477,1477,1477,1495,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1501,1459,1459,1501,0,1489,0,0,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1495,1477,1477,1481,1481,1481,1481,1481,1481,1477,1635,1477,1477,1497,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,0,0,0,0,1501,0,1477,1477,1477,1477,1635,1477,1477,1477,1489,1477,1477,1477,1477,1501,1481,1481,1477,1477,1477,1477,1481,1481,1489,1489,1481,1489,1501,1459,1497,0,1477,1477,1497,1477,1477,1501,0,1486,1477,0,0,1477,1477,1477,1495,1477,1477,1477,1477,0,0,0,0,1481,0,1495,0,1477,1477,1477,868,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1501,1459,1459,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,0,0,1477,1477,1477,1477,1477,1477,1501,1477,1477,1477,1477,1477,1459,1459,1635,0,1477,1489,1481,1477,1477,1477,1477,0,0,1477,0,1477,0,1635,1477,1477,1477,1477,1481,871,0,1491,1492,0,0,1491,1492,1483,1491,1492,1491,871,0,1491,1492,0,1491,0,1491,1492,0,1491,1492,1488,867,0,1491,1492,0,1491,1492,0,1491,867,1487,1490,1500,1491,1492,1491,0,1491,1492,0,1487,0,1491,1492,0,1491,1492,0,1491,1492,0,1491,1492,871,0,1491,1492,0,1491,1492,0,1491,1492,1487,0,1491,1492,1500,0,1491,1492,0,1491,1492,1477,1477,0,1491,1492,0,1491,1492,1488,867,0,1491,0,1491,1492,1500,0,1491,1492,1500,0,1491,1492,867,0,1491,1492,0,1491,1492,0,1500,1488,0,0,1491,1492,868,1487,1484,0,1491,1492,867,871,0,1491,1492,0,1491,1492,1490,1500,1488,1484,0,1491,1492,1483,0,1491,1492,1491,1492,0,1491,1492,1491,1492,1487,1487,1485,1485,1498,1498,1487,1485,1485,1498,1498,0,0,1502,1502,0,0,0,0,0,0,0,2054,1506,2054,1506,2054,1506,0,0,0,0,0,0,0,0,0,1510,1512,1510,0,0,0,0,1516,1516,1516,1516,1516,1516,0,1528,0,1523,0,1528,1528,1528,1528,1528,0,0,0,0,0,0,0,0,0,0,0,0,1528,1528,1528,1523,1529,1520,1527,1529,1519,1520,1527,1529,1531,0,0,869,869,869,0,0,0,0,0,0,1536,1536,1536,1535,1536,1538,1535,1536,0,0,1540,1500,1500,1500,1500,1500,1500,1541,1541,0,1541,1541,0,0,0,0,1564,0,1564,1564,0,0,0,1550,1554,1550,1554,1547,0,0,0,1564,0,1564,0,1564,0,1564,0,0,0,0,1564,0,0,0,1547,0,1557,1557,1562,1556,1546,1558,1558,1563,1563,1563,1557,1558,1557,1558,1563,1546,1562,1556,1561,1548,1548,1561,1548,1548,1561,1548,1548,1561,1548,1548,2055,2056,2055,2055,2056,2057,2058,2057,2058,1574,0,0,0,1574,1574,1566,1566,0,1574,0,0,0,1574,0,1574,0,0,0,1574,0,0,1570,1569,1573,1571,1568,1570,1572,1573,1571,1572,1573,1568,1567,1573,2059,2060,2059,2060,0,0,1576,1576,0,1577,1577,1577,0,1578,1578,1578,1578,0,0,1580,1579,1579,1579,1580,0,0,1583,1583,1583,1583,0,0,0,0,0,0,0,0,1584,1584,1584,1584,1582,1587,1590,1582,1584,0,0,0,1598,1598,1598,1598,1598,0,0,0,0,0,0,0,0,0,1592,1596,1599,1599,1599,1599,1591,1593,1596,1602,1599,1599,1544,1544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1613,1614,1607,1607,1617,1604,1611,1609,1611,1611,1617,1616,1609,1612,1609,1616,1611,1612,1611,1609,1607,1607,1604,1613,1614,1617,1616,0,1618,0,0,0,1625,0,0,0,0,1625,0,0,1625,0,1625,1625,0,0,0,0,0,1633,1622,1627,1620,1623,1630,1619,1619,1627,1630,1624,1619,1627,1622,1622,1620,1623,1619,1621,1622,1624,1630,0,1635,1635,1635,0,0,0,0,0,1635,1635,1636,1636,1636,1636,1638,1636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,1641,1565,1653,1639,1641,1565,1653,1639,1641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1640,1647,1496,1648,1645,1650,1640,1642,1647,1640,1649,1643,1640,1642,1645,1650,873,874,1648,1645,1643,1496,1650,1647,1648,1649,1496,1645,2061,2062,2063,2061,2062,2061,2062,2061,2062,2062,2063,2061,2064,2065,2064,2066,2067,2066,2068,2068,2068,2067,2066,2069,2070,1501,1501,1459,1495,1459,1501,1459,1459,1501,1495,1497,1501,1501,1501,1459,1497,1497,1501,0,1495,1495,0,1501,1459,1459,0,0,1501,1459,1459,0,0,0,1656,1498,1498,1498,1498,0,0,1658,1658,1658,0,0,0,0,1660,1660,1659,0,0,0,0,1493,1665,1493,1493,0,0,0,0,0,1669,1666,1668,1668,1666,1666,1669,0,1671,1671,1671,1671,0,0,1673,1672,1673,1672,0,0,1407,0,0,1408,1408,1408,0,1107,0,0,0,876,877,877,1107,0,1107,876,876,2071,2071,2071,0,0,0,0,0,0,0,0,0,0,0,879,879,0,479,1070,0,1110,1110,0,487,0,1110,1110,1110,0,1070,487,487,487,0,1070,1111,1070,487,1070,1111,487,487,487,1070,0,487,479,1110,487,0,2072,2073,2074,2075,2074,2075,0,1112,0,1112,1112,0,0,0,477,0,477,477,477,477,477,477,0,0,0,0,482,482,474,474,478,478,482,478,474,474,0,749,0,749,749,1115,0,0,1115,0,881,881,894,900,851,851,889,894,897,0,0,894,887,883,894,886,0,0,894,886,0,889,0,894,894,900,0,886,889,0,0,883,888,886,887,888,886,883,883,894,894,0,894,894,894,894,888,887,883,886,0,887,887,888,883,883,888,894,887,887,887,886,883,887,883,888,888,883,886,887,887,888,887,883,0,1116,890,899,0,1116,0,1117,1117,1117,899,0,899,0,1117,1116,883,1117,1116,1117,1118,0,899,1117,1117,1116,1117,1118,899,899,899,899,890,1117,1117,1117,883,883,883,883,883,883,883,883,883,883,2076,0,886,0,886,0,886,886,896,886,896,886,886,886,0,1127,1127,0,0,0,0,0,472,473,491,491,472,472,472,491,491,472,473,472,472,472,472,0,472,491,472,472,472,472,473,472,473,0,491,0,902,0,1125,1127,0,1125,1127,902,0,0,0,0,0,902,0,1125,491,491,491,903,0,491,903,0,905,905,905,0,904,0,491,905,904,0,491,903,0,0,0,0,0,903,0,0,908,903,908,903,0,0,0,0,904,0,904,906,907,906,907,0,0,905,0,905,0,905,0,905,900,851,0,851,0,900,0,0,910,0,0,910,18,0,0,498,498,0,0,0,473,0,473,473,473,0,0,464,464,464,465,0,464,465,21,21,464,464,464,464,464,21,464,464,464,464,0,0,0,0,0,0,915,495,918,915,495,916,0,0,0,0,0,916,915,916,915,0,916,916,915,916,495,914,0,0,916,0,914,0,918,494,495,914,915,916,917,494,918,493,913,495,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,913,913,495,495,495,495,495,495,495,495,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,495,914,915,916,917,494,918,493,913,495,917,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,495,914,915,916,917,494,918,493,913,495,495,914,915,916,495,495,495,495,495,495,495,495,495,914,915,916,917,494,493,495,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,495,495,495,495,495,495,914,915,916,917,494,918,493,913,493,495,917,494,495,914,915,916,917,494,918,493,913,495,495,495,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,495,914,915,916,917,494,918,493,913,495,495,495,495,494,495,0,494,494,495,924,495,495,495,495,495,914,915,916,917,494,918,493,913,495,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,914,915,916,917,494,918,493,913,495,917,917,917,2077,2077,2077,2077,2078,2078,2079,2079,2079,2080,2079,2080,0,0,0,0,0,0,928,929,500,927,517,928,929,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,61,500,61,500,928,929,500,927,928,929,500,927,928,929,500,927,927,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,927,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,0,927,927,927,928,929,500,927,928,928,929,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,928,929,500,927,0,0,0,490,488,0,490,488,0,1101,488,0,488,1102,0,488,488,0,0,0,0,0,95,95,95,1680,1680,1681,1679,0,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,0,120,120,120,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,0,0,1999,2000,1999,2000,1999,2000,1999,479,1070,0,1110,1110,487,0,1110,1110,1110,0,1070,487,487,487,0,1070,1111,1070,487,1070,1111,487,487,487,1070,0,487,479,1110,487,2072,2073,2074,2075,2074,2075,0,0,0,0,0,930,0,930,20,20,20,20,20,0,457,457,457,457,457,457,457,457,0,0,0,0,0,0,0,0,0,0,1075,1075,1075,1075,2001,2002,2003,2004,2001,2002,2003,2004,0,0,0,0,0,0,0,469,469,942,0,0,469,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,942,0,0,0,932,0,932,12,12,12,12,12,932,0,0,932,12,0,0,932,12,12,12,0,1216,1215,0,0,0,0,0,0,752,0,1218,983,0,0,0,1083,1216,983,0,0,0,1215,1216,1218,1215,934,0,0,0,1036,1038,983,1041,1041,752,934,0,1041,1041,1042,1042,1041,1042,934,1217,1041,1040,1217,1041,1041,1040,1042,934,1041,1042,490,0,490,983,983,0,983,0,0,0,936,0,936,11,11,1011,1011,936,11,1011,1011,1011,11,0,0,0,0,0,0,944,0,944,23,23,0,23,0,23,23,0,0,0,0,877,877,0,0,0,0,0,0,0,0,0,0,0,1028,0,0,1026,1014,1025,0,0,0,0,1019,0,0,1014,0,1024,1025,1021,1019,1026,0,1028,0,0,1022,989,1024,0,1014,0,0,1019,1026,0,1022,989,0,990,0,0,0,1026,1019,1021,70,70,987,71,0,990,990,1012,0,0,1012,990,1015,1015,0,0,71,2081,2081,2081,2081,2082,2083,2084,2083,2085,2085,2085,2085,2085,0,988,988,988,0,988,0,1012,1012,2086,2087,2088,2087,2088,2086,0,992,992,0,0,992,0,0,992,955,0,955,5,5,1032,0,1032,5,955,0,1032,0,0,5,1032,1032,5,0,2089,2089,2090,0,0,959,0,959,25,25,25,0,0,962,0,962,7,7,7,7,962,7,0,1693,0,1693,1693,1693,0,946,0,946,22,22,22,22,0,0,995,0,1044,995,0,0,0,0,0,1044,0,956,0,995,0,956,956,10,10,1694,1694,956,956,0,956,956,0,0,0,10,0,0,906,907,906,907,2091,2091,0,1699,1697,0,0,1697,0,0,1699,0,0,967,0,967,1698,1696,1698,8,1698,1696,967,0,8,967,0,8,1698,0,1696,2092,2092,2093,2092,2094,2094,0,0,0,969,0,0,969,19,969,900,851,0,851,0,900,0,0,910,0,0,910,18,0,0,0,0,1116,899,0,1116,1117,1117,1117,899,0,899,1117,1116,1117,1116,1117,0,899,1117,1117,1116,1117,899,899,899,899,974,0,0,1117,1117,1117,974,6,6,974,974,974,974,974,974,974,2076,0,0,0,0,1047,1047,0,0,941,0,0,0,941,14,14,1000,0,941,941,0,0,941,1000,941,14,0,0,0,0,0,941,0,941,1000,1000,1000,0,941,0,1049,1049,0,2095,2095,0,1708,0,0,1703,0,0,469,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1715,1716,1707,1713,469,468,1709,1701,1702,1710,1711,1712,1714,1706,1705,1703,1715,1716,1704,469,0,0,0,0,1704,1704,1707,1713,0,0,0,0,1704,1707,0,1707,1713,0,0,1704,0,0,0,0,1708,1691,1691,0,1691,1691,1691,0,0,0,0,0,0,0,0,0,0,1691,1692,1718,1719,1720,1721,1722,1717,1691,1692,1717,1692,1691,1692,1692,1718,1719,1720,1721,1722,1691,1692,1691,1717,1718,1719,1720,1721,1722,0,978,0,0,978,3,3,3,3,3,3,3,978,979,979,979,0,979,0,979,0,1699,0,0,1699,0,967,0,0,967,1698,1698,8,1698,967,0,8,967,0,8,1698,0,2092,2092,2093,2092,0,1002,1002,1098,1072,1690,1690,1690,1690,1128,1128,1004,1072,1690,0,1690,1690,1690,1690,1690,1128,1128,1128,1128,1003,1690,1003,0,0,1004,0,1690,1690,0,1690,1128,1098,1002,1128,0,0,0,1128,1690,1690,1128,0,1690,0,1690,1690,1072,1690,1690,1128,0,1003,1129,1005,0,0,0,0,1006,0,1006,0,0,0,0,0,0,0,0,1006,1006,1006,0,1006,0,0,1006,1006,0,1006,0,1006,0,0,0,0,1005,1006,0,0,0,1006,1006,2005,2006,2006,2005,2007,2007,0,0,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,0,0,0,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,1007,0,1689,0,1689,1005,1005,0,0,1129,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,0,0,0,880,0,0,76,984,0,984,0,488,0,880,0,984,496,496,496,0,0,76,0,488,0,0,800,488,984,0,0,0,488,0,0,0,0,984,0,0,496,0,0,880,0,488,0,0,488,34,0,34,1088,0,878,888,472,474,0,1085,1088,0,888,472,472,477,472,481,0,120,474,0,888,34,0,480,121,888,0,472,0,477,0,0,477,472,878,888,0,477,472,1088,477,472,477,472,0,477,472,481,34,1085,481,481,481,481,481,0,878,481,472,888,472,888,472,481,472,120,120,0,472,0,0,878,0,888,120,0,1085,480,121,0,474,474,481,481,481,481,484,480,485,484,480,485,0,901,880,898,901,880,0,898,898,880,901,0,0,0,1085,1085,1085,0,0,0,0,497,497,481,0,481,481,0,481,481,0,481,481,481,0,481,481,481,481,481,490,488,0,490,488,0,1101,488,0,488,1102,0,488,488,1680,1680,1681,1679,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,120,120,120,0,0,0,800,1097,1103,1103,1097,1104,0,0,0,1104,1104,518,0,0,1107,0,0,0,876,877,877,1107,0,1107,876,876,2071,2071,2071,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,0,1999,2000,1999,2000,1999,2000,1999,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,0,0,0,0,0,0,0,0,0,0,879,879,0,479,1070,0,1110,1110,0,487,0,1110,1110,1110,0,1070,487,487,487,0,1070,1111,1070,487,1070,1111,487,487,487,1070,0,487,479,1110,487,0,2072,2073,2074,2075,2074,2075,0,1112,0,1112,1112,0,0,0,477,0,477,477,477,477,477,477,0,0,0,0,482,482,474,474,478,478,482,478,474,474,1115,0,0,1115,0,881,881,894,900,851,851,889,894,897,0,0,894,887,883,894,886,0,0,894,886,0,889,0,894,894,900,0,886,889,0,0,883,888,886,887,888,886,883,883,894,894,0,894,894,894,894,888,887,883,886,0,887,887,888,883,883,888,894,887,887,887,886,883,887,883,888,888,883,886,887,887,888,887,883,0,1116,890,899,0,1116,0,1117,1117,1117,899,0,899,0,1117,1116,883,1117,1116,1117,1118,0,899,1117,1117,1116,1117,1118,899,899,899,899,890,1117,1117,1117,883,883,883,883,883,883,883,883,883,883,2076,0,886,0,886,0,886,886,896,886,896,886,886,886,0,0,0,0,1075,1075,1075,1075,2001,2002,2003,2004,2001,2002,2003,2004,0,1127,1127,0,0,0,0,0,472,473,491,491,472,472,472,491,491,472,473,472,472,472,472,0,472,491,472,472,472,472,473,472,473,0,491,0,902,0,1125,1127,0,1125,1127,902,0,0,0,0,0,902,0,1125,491,491,491,903,0,491,903,0,905,905,905,0,904,0,491,905,904,0,491,903,0,0,0,0,0,903,0,0,908,903,908,903,0,0,0,0,904,0,904,906,907,906,907,0,0,905,0,905,0,905,0,905,900,851,0,851,0,900,0,0,910,0,0,910,18,0,0,498,498,0,0,0,473,0,473,473,473,1002,1002,1098,1072,1128,1128,1004,1072,0,1128,1128,1128,1128,1003,1003,0,0,1004,0,0,1128,1098,1002,1128,0,0,1128,1128,0,1072,1128,0,1003,1006,1006,0,1006,1006,1006,1006,1006,1006,1006,1006,0,1006,1006,1006,2005,2006,2006,2005,2007,2007,520,520,0,0,0,2008,2009,2009,2009,2009,0,0,1129,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,880,0,0,76,984,0,984,0,488,0,880,0,984,496,496,496,0,0,76,0,488,0,0,800,488,984,0,0,0,488,0,0,0,0,984,0,0,496,0,0,880,0,488,0,0,488,34,0,34,1088,0,878,888,472,474,0,1085,1088,0,888,472,472,477,472,481,0,120,474,0,888,34,0,480,121,888,0,472,0,477,0,0,477,472,878,888,0,477,472,1088,477,472,477,472,0,477,472,481,34,1085,481,481,481,481,481,0,878,481,472,888,472,888,472,481,472,120,120,0,472,0,0,878,0,888,120,0,1085,480,121,0,474,474,481,481,481,481,484,480,485,484,480,485,0,901,880,898,901,880,0,898,898,880,901,0,0,0,1085,1085,1085,0,0,0,0,497,497,481,0,481,481,0,481,481,0,481,481,481,0,481,481,481,481,481,490,488,0,490,488,0,1101,488,0,488,1102,0,488,488,1680,1680,1681,1679,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,120,120,120,0,0,0,800,1097,1103,1103,1097,1104,0,0,0,1104,1104,518,0,0,1107,0,0,0,876,877,877,1107,0,1107,876,876,2071,2071,2071,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,0,1999,2000,1999,2000,1999,2000,1999,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,0,0,0,0,0,0,0,0,0,0,879,879,0,479,1070,0,1110,1110,0,487,0,1110,1110,1110,0,1070,487,487,487,0,1070,1111,1070,487,1070,1111,487,487,487,1070,0,487,479,1110,487,0,2072,2073,2074,2075,2074,2075,0,1112,0,1112,1112,0,0,0,477,0,477,477,477,477,477,477,0,0,0,0,482,482,474,474,478,478,482,478,474,474,1115,0,0,1115,0,881,881,894,900,851,851,889,894,897,0,0,894,887,883,894,886,0,0,894,886,0,889,0,894,894,900,0,886,889,0,0,883,888,886,887,888,886,883,883,894,894,0,894,894,894,894,888,887,883,886,0,887,887,888,883,883,888,894,887,887,887,886,883,887,883,888,888,883,886,887,887,888,887,883,0,1116,890,899,0,1116,0,1117,1117,1117,899,0,899,0,1117,1116,883,1117,1116,1117,1118,0,899,1117,1117,1116,1117,1118,899,899,899,899,890,1117,1117,1117,883,883,883,883,883,883,883,883,883,883,2076,0,886,0,886,0,886,886,896,886,896,886,886,886,0,0,0,0,1075,1075,1075,1075,2001,2002,2003,2004,2001,2002,2003,2004,0,1127,1127,0,0,0,0,0,472,473,491,491,472,472,472,491,491,472,473,472,472,472,472,0,472,491,472,472,472,472,473,472,473,0,491,0,902,0,1125,1127,0,1125,1127,902,0,0,0,0,0,902,0,1125,491,491,491,903,0,491,903,0,905,905,905,0,904,0,491,905,904,0,491,903,0,0,0,0,0,903,0,0,908,903,908,903,0,0,0,0,904,0,904,906,907,906,907,0,0,905,0,905,0,905,0,905,900,851,0,851,0,900,0,0,910,0,0,910,18,0,0,498,498,0,0,0,473,0,473,473,473,1002,1002,1098,1072,1128,1128,1004,1072,0,1128,1128,1128,1128,1003,1003,0,0,1004,0,0,1128,1098,1002,1128,0,0,1128,1128,0,1072,1128,0,1003,1006,1006,0,1006,1006,1006,1006,1006,1006,1006,1006,0,1006,1006,1006,2005,2006,2006,2005,2007,2007,520,520,0,0,0,2008,2009,2009,2009,2009,0,0,1129,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,560,531,633,0,0,522,531,633,125,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,0,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,535,527,529,532,529,532,532,529,527,548,535,532,0,0,535,536,527,553,0,535,527,529,532,535,529,532,529,0,535,527,535,529,529,532,527,0,0,125,0,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,0,543,543,553,543,543,553,543,0,527,535,535,536,527,527,628,0,0,527,536,536,535,536,536,522,527,527,527,543,560,536,628,0,527,543,527,527,0,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,0,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,1148,0,1148,1148,0,0,0,0,0,0,0,0,1148,0,0,0,0,1148,1148,1148,0,0,0,1148,615,0,1148,1148,0,615,2010,0,0,1148,1148,1148,1148,0,0,1148,1148,0,1148,1148,1148,0,0,1148,0,0,1148,1148,1148,1148,1148,1148,2010,1148,1148,1148,0,0,0,0,1148,0,0,0,0,0,1148,0,0,0,0,0,0,1148,615,1148,0,1148,1148,1148,1148,0,1148,0,0,0,0,1148,543,548,552,553,0,0,0,0,553,548,548,553,612,552,612,545,545,614,612,612,543,543,553,543,543,553,543,0,628,0,543,628,543,548,548,548,0,0,0,0,0,0,0,0,0,0,0,560,531,633,0,522,531,633,125,0,0,0,0,0,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,0,535,527,529,532,529,532,532,529,527,548,535,532,535,536,527,553,535,527,529,532,535,529,532,529,535,527,535,529,529,532,527,125,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,543,543,553,543,543,553,543,527,535,535,536,527,527,628,527,536,536,535,0,536,536,522,527,527,527,543,560,536,0,628,527,543,527,527,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,705,717,0,0,531,0,0,0,0,0,0,705,717,0,0,705,717,0,0,0,0,0,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,531,0,0,0,125,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,535,535,535,697,0,529,535,529,535,535,535,529,529,529,697,535,698,0,0,0,0,0,0,535,535,529,535,529,529,0,535,535,0,529,529,0,125,0,0,535,0,535,535,0,0,0,535,535,529,529,0,0,0,0,0,0,531,529,0,535,529,0,0,0,560,0,0,0,0,0,0,0,0,0,0,0,0,536,536,0,536,536,536,536,560,536,560,536,560,536,536,536,536,536,536,560,536,0,536,536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,733,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,532,527,527,527,527,527,527,527,527,527,527,527,527,527,0,527,532,527,527,527,527,527,527,527,527,527,527,527,0,527,532,532,532,527,532,722,0,527,527,532,532,527,0,532,527,0,0,0,522,527,527,0,0,527,527,0,0,0,527,0,522,527,527,527,527,527,527,527,532,532,532,532,532,532,532,532,532,532,532,532,532,532,532,633,532,532,532,532,0,0,527,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,611,0,0,0,0,0,0,697,697,0,0,737,739,740,739,742,737,742,740,744,744,0,0,0,0,0,749,0,0,0,0,749,0,0,749,0,0,0,0,0,1034,1038,470,1033,0,1033,1033,0,0,0,1034,1035,0,0,0,1036,1038,0,0,508,521,521,0,521,0,521,0,0,1010,508,521,521,1083,1082,1082,1082,1082,0,508,521,0,1081,521,521,0,505,505,1010,505,521,521,0,521,508,0,0,501,0,0,505,505,505,0,505,0,0,0,0,505,505,0,505,0,1987,1988,1987,1988,1989,1989,1990,1991,1989,1990,1992,1993,1991,1994,1995,1991,1994,1995,1992,1991,1993,1996,1997,1995,1990,1991,1990,1992,1991,1991,1994,1994,1995,1998,1989,1991,1991,1996,1991,0,0,1081,0,0,511,513,514,0,0,0,0,0,510,510,510,510,510,505,510,505,505,0,510,0,507,507,505,505,505,505,505,505,505,0,0,0,880,0,0,76,984,0,984,0,488,0,880,0,984,496,496,496,0,0,76,0,488,0,0,800,488,984,0,0,0,488,0,0,0,0,984,0,0,496,0,0,880,0,488,0,0,488,34,0,34,1088,0,878,888,472,474,0,1085,1088,0,888,472,472,477,472,481,0,120,474,0,888,34,0,480,121,888,0,472,0,477,0,0,477,472,878,888,0,477,472,1088,477,472,477,472,0,477,472,481,34,1085,481,481,481,481,481,0,878,481,472,888,472,888,472,481,472,120,120,0,472,0,0,878,0,888,120,0,1085,480,121,0,474,474,481,481,481,481,484,480,485,484,480,485,0,901,880,898,901,880,0,898,898,880,901,0,0,0,1085,1085,1085,0,0,0,0,497,497,481,0,481,481,0,481,481,0,481,481,481,0,481,481,481,481,481,490,488,0,490,488,0,1101,488,0,488,1102,0,488,488,1680,1680,1681,1679,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,120,120,120,0,0,0,800,1097,1103,1103,1097,1104,0,0,0,1104,1104,518,0,0,1107,0,0,0,876,877,877,1107,0,1107,876,876,2071,2071,2071,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,0,1999,2000,1999,2000,1999,2000,1999,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,0,0,0,0,0,0,0,0,0,0,879,879,0,479,1070,0,1110,1110,0,487,0,1110,1110,1110,0,1070,487,487,487,0,1070,1111,1070,487,1070,1111,487,487,487,1070,0,487,479,1110,487,0,2072,2073,2074,2075,2074,2075,0,1112,0,1112,1112,0,0,0,477,0,477,477,477,477,477,477,0,0,0,0,482,482,474,474,478,478,482,478,474,474,1115,0,0,1115,0,881,881,894,900,851,851,889,894,897,0,0,894,887,883,894,886,0,0,894,886,0,889,0,894,894,900,0,886,889,0,0,883,888,886,887,888,886,883,883,894,894,0,894,894,894,894,888,887,883,886,0,887,887,888,883,883,888,894,887,887,887,886,883,887,883,888,888,883,886,887,887,888,887,883,0,1116,890,899,0,1116,0,1117,1117,1117,899,0,899,0,1117,1116,883,1117,1116,1117,1118,0,899,1117,1117,1116,1117,1118,899,899,899,899,890,1117,1117,1117,883,883,883,883,883,883,883,883,883,883,2076,0,886,0,886,0,886,886,896,886,896,886,886,886,0,0,0,0,1075,1075,1075,1075,2001,2002,2003,2004,2001,2002,2003,2004,0,1127,1127,0,0,0,0,0,472,473,491,491,472,472,472,491,491,472,473,472,472,472,472,0,472,491,472,472,472,472,473,472,473,0,491,0,902,0,1125,1127,0,1125,1127,902,0,0,0,0,0,902,0,1125,491,491,491,903,0,491,903,0,905,905,905,0,904,0,491,905,904,0,491,903,0,0,0,0,0,903,0,0,908,903,908,903,0,0,0,0,904,0,904,906,907,906,907,0,0,905,0,905,0,905,0,905,900,851,0,851,0,900,0,0,910,0,0,910,18,0,0,498,498,0,0,0,473,0,473,473,473,1002,1002,1098,1072,1128,1128,1004,1072,0,1128,1128,1128,1128,1003,1003,0,0,1004,0,0,1128,1098,1002,1128,0,0,1128,1128,0,1072,1128,0,1003,1006,1006,0,1006,1006,1006,1006,1006,1006,1006,1006,0,1006,1006,1006,2005,2006,2006,2005,2007,2007,520,520,0,0,0,2008,2009,2009,2009,2009,0,0,1129,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,0,501,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,560,531,633,0,0,522,531,633,125,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,0,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,535,527,529,532,529,532,532,529,527,548,535,532,0,0,535,536,527,553,0,535,527,529,532,535,529,532,529,0,535,527,535,529,529,532,527,0,0,125,0,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,0,543,543,553,543,543,553,543,0,527,535,535,536,527,527,628,0,0,527,536,536,535,536,536,522,527,527,527,543,560,536,628,0,527,543,527,527,0,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,0,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,1148,0,1148,1148,0,0,0,0,0,0,0,0,1148,0,0,0,0,1148,1148,1148,0,0,0,1148,615,0,1148,1148,0,615,2010,0,0,1148,1148,1148,1148,0,0,1148,1148,0,1148,1148,1148,0,0,1148,0,0,1148,1148,1148,1148,1148,1148,2010,1148,1148,1148,0,0,0,0,1148,0,0,0,0,0,1148,0,0,0,0,0,0,1148,615,1148,0,1148,1148,1148,1148,0,1148,0,0,0,0,1148,543,548,552,553,0,0,0,0,553,548,548,553,612,552,612,545,545,614,612,612,543,543,553,543,543,553,543,0,628,0,543,628,543,548,548,548,0,0,0,0,0,0,0,0,0,0,0,560,531,633,0,522,531,633,125,0,0,0,0,0,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,0,535,527,529,532,529,532,532,529,527,548,535,532,535,536,527,553,535,527,529,532,535,529,532,529,535,527,535,529,529,532,527,125,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,543,543,553,543,543,553,543,527,535,535,536,527,527,628,527,536,536,535,0,536,536,522,527,527,527,543,560,536,0,628,527,543,527,527,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,705,717,0,0,531,0,0,0,0,0,0,705,717,0,0,705,717,0,0,0,0,0,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,531,0,0,0,125,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,535,535,535,697,0,529,535,529,535,535,535,529,529,529,697,535,698,0,0,0,0,0,0,535,535,529,535,529,529,0,535,535,0,529,529,0,125,0,0,535,0,535,535,0,0,0,535,535,529,529,0,0,0,0,0,0,531,529,0,535,529,0,0,0,560,0,0,0,0,0,0,0,0,0,0,0,0,536,536,0,536,536,536,536,560,536,560,536,560,536,536,536,536,536,536,560,536,0,536,536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,733,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,532,527,527,527,527,527,527,527,527,527,527,527,527,527,0,527,532,527,527,527,527,527,527,527,527,527,527,527,0,527,532,532,532,527,532,722,0,527,527,532,532,527,0,532,527,0,0,0,522,527,527,0,0,527,527,0,0,0,527,0,522,527,527,527,527,527,527,527,532,532,532,532,532,532,532,532,532,532,532,532,532,532,532,633,532,532,532,532,0,0,527,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,611,0,0,0,0,0,0,697,697,0,0,737,739,740,739,742,737,742,740,744,744,0,0,0,0,0,749,0,0,0,0,749,0,0,749,0,1216,1215,0,752,0,1218,0,0,0,1083,1216,0,0,1215,1216,1218,1215,0,0,0,1041,1041,752,0,1041,1041,1042,1042,1041,1042,1217,0,1041,1040,1217,1041,1041,0,1040,1042,1041,1042,1222,0,1218,1222,0,1218,0,1040,1040,0,0,0,0,1223,1223,1223,1223,0,0,1223,1224,1223,1224,1224,1223,1224,1223,1224,0,0,0,0,0,2011,2012,772,1240,0,0,0,1239,0,2011,2012,772,2011,2012,772,0,1242,0,0,0,0,0,0,0,0,2011,2012,772,0,0,1240,1240,0,1241,761,1242,0,0,0,0,0,0,0,0,0,0,1241,761,2011,2012,772,0,1239,1240,0,1239,0,0,765,1238,0,753,755,755,0,769,0,753,0,0,765,1238,0,759,769,0,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,0,0,0,0,0,771,0,0,0,760,760,760,760,760,766,760,760,766,760,768,768,771,766,760,760,766,760,760,760,766,760,766,766,760,760,760,766,766,766,766,766,766,766,766,760,766,766,766,766,766,768,768,760,766,760,0,0,0,0,0,0,0,0,0,0,0,0,778,778,778,778,778,778,0,0,0,778,778,778,778,0,0,0,778,778,0,777,0,0,0,0,778,778,778,0,0,0,0,778,1257,777,2018,777,0,1257,777,1257,1258,1260,1259,1259,0,777,777,777,778,1265,777,777,777,1265,1259,764,1260,2019,769,2020,2020,2020,2020,2020,2020,2021,2021,0,1266,0,763,1258,1265,777,0,777,777,1258,769,1258,777,1265,1259,764,1260,0,0,778,0,1266,2019,777,2022,2023,2024,1258,1265,777,2022,2023,2024,0,0,0,0,1258,1265,1265,769,1258,1265,1258,769,1258,1265,1258,1265,0,0,0,0,0,0,0,1259,1259,1259,1259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1287,0,0,1281,0,0,0,784,0,784,787,784,779,787,1285,1285,1285,1281,1221,1284,1221,1284,1284,1284,1221,1284,1221,1284,1284,1284,1221,1284,1221,1284,1284,1284,1284,1284,1284,1284,767,781,767,781,0,786,0,0,1285,763,784,0,1281,1286,784,786,0,0,784,1281,1286,0,0,1288,779,787,1288,758,785,1282,1283,762,788,782,783,1288,758,785,1282,1283,762,788,782,783,1288,785,1283,788,783,0,789,789,789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2025,2026,2027,2019,2027,2028,2028,2028,2026,2029,2030,2029,2030,2030,2030,2029,2030,2029,2030,2030,2030,2029,2030,2029,2030,2030,2030,2030,2030,2030,2030,2021,2031,2021,2031,2032,2028,2026,2033,2032,2026,2033,2034,2019,2027,2023,2035,2024,2036,2034,2037,2038,2023,2035,2024,2036,2034,2037,2038,2035,2036,2034,2038,0,0,0,0,0,790,791,792,793,794,0,0,0,0,1260,1260,1260,777,0,0,777,777,777,777,777,777,777,777,777,777,777,777,777,775,775,777,777,0,0,0,0,0,0,0,0,0,0,0,797,797,0,0,0,0,0,0,0,0,0,2039,2040,2041,2041,2041,2041,2041,2041,2042,2042,0,2043,0,0,2040,2044,2045,2046,2044,2045,2046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,765,1238,765,1238,0,0,0,771,0,760,760,760,760,760,766,760,760,766,760,771,766,760,760,766,760,760,760,797,766,760,766,766,760,760,760,766,766,766,766,766,766,766,766,760,766,766,766,766,766,760,797,766,760,1216,1215,1218,0,0,0,1216,1215,1216,1218,1215,0,0,1042,1042,1042,1217,1217,1042,1042,0,0,1083,0,1084,0,1084,1084,0,822,0,816,822,822,816,833,805,805,1324,822,0,806,806,816,803,0,0,0,803,2047,0,816,833,0,0,0,0,0,816,833,0,0,816,816,833,0,0,0,0,0,0,802,802,802,802,0,0,802,802,802,802,802,802,803,816,833,822,813,822,822,822,813,822,822,813,822,822,822,813,822,803,0,0,2047,816,833,803,0,810,0,0,816,833,816,833,0,0,816,833,812,0,822,813,822,822,813,822,0,822,813,822,0,0,822,813,822,822,813,822,0,822,813,822,0,0,805,816,833,816,833,822,803,833,816,833,805,805,805,805,807,805,808,810,0,805,805,805,0,1295,812,808,808,812,810,0,0,805,805,805,810,808,0,810,812,0,0,810,818,812,805,0,1295,0,0,0,805,805,805,805,0,0,812,810,808,812,812,825,825,1295,0,0,812,812,808,805,805,805,805,812,810,808,810,810,0,834,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1328,1328,1328,0,0,0,0,0,0,0,1335,0,0,0,1335,0,0,0,0,0,0,0,0,0,836,1339,1339,836,1339,1339,1339,1339,0,0,0,1339,0,0,0,1348,1348,0,0,1348,0,0,1349,1349,0,0,1357,0,1357,1356,0,1356,1356,0,1356,1357,1357,0,0,0,1356,1357,1357,0,1366,0,1365,1365,1366,0,1367,1367,1367,1366,0,1367,1367,1366,0,0,0,0,0,1367,1367,0,1361,1362,1363,1364,1362,1363,1364,1361,1364,1361,1363,1361,1362,1363,1364,1361,0,0,0,0,0,0,0,0,0,0,0,0,0,1381,1381,1381,1381,1381,1381,1381,1381,1383,803,0,1385,1384,803,0,2047,1386,1384,1383,1384,1383,0,0,0,1385,803,0,0,803,1386,1384,2047,803,0,0,1386,1386,803,1385,0,0,2048,2048,1297,1318,0,0,1318,0,1297,1318,1318,0,1297,1318,0,0,1297,1323,1323,1295,1323,1323,1295,1295,1323,1323,0,844,838,0,0,844,844,844,844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,838,0,0,0,838,0,0,0,838,838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,838,0,0,0,0,0,0,0,0,0,0,838,0,0,0,838,0,838,838,0,0,0,826,826,826,0,815,815,815,815,1010,0,0,0,1010,0,1398,1399,1397,1398,1399,1397,1987,1988,1987,1988,0,0,0,0,0,0,0,1406,0,1406,1406,0,0,0,0,1406,0,0,0,0,0,0,0,1401,1402,1401,1401,1401,1402,1401,1401,0,852,0,1410,0,0,858,0,0,0,855,852,1410,0,858,0,0,1430,0,0,1430,0,0,1412,0,0,855,1422,0,1444,0,1459,1418,1418,1416,1415,0,1422,855,855,1430,855,0,0,1430,1412,855,855,1459,1459,1459,0,0,1416,1415,0,0,0,0,1437,1430,1430,855,855,1460,1412,0,1430,0,0,0,0,1430,1412,1430,1418,1418,861,0,0,1422,1444,0,1416,1415,0,855,1422,1416,1415,1430,1430,861,1437,1418,1460,861,1459,1460,1417,858,1430,1430,1430,1430,0,0,1430,1430,1422,1430,1412,1430,1416,1415,0,855,0,1459,1459,1416,1415,0,0,0,0,0,0,0,0,1430,0,0,0,1444,0,0,0,1417,0,855,1417,1459,1459,855,1430,1430,0,861,1437,1437,0,1417,853,859,853,1438,1442,853,1439,853,853,853,1435,849,1414,1434,1438,849,1414,1434,1438,1421,853,853,1421,1442,853,853,1438,1432,1434,1438,849,1414,853,1428,1428,1434,1438,1438,1426,1434,1428,1429,1428,1434,1438,1452,1436,1439,1427,1450,859,1432,853,853,856,1429,1431,1427,1434,1440,859,1429,1431,1426,1452,1452,1452,1452,848,1436,1436,849,1414,1434,1438,1450,1421,853,1452,1441,853,853,853,853,853,853,853,853,1421,1441,1432,1434,1438,853,849,1414,849,1414,853,1452,1432,1442,1427,1434,1436,849,1414,1427,853,853,1440,1425,1434,1435,1438,1439,1428,1434,1438,1425,1425,1425,1434,1435,1438,1439,1428,1434,1438,1425,1425,2049,2050,2051,2052,2053,2050,2051,2052,2053,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1458,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1477,1477,1477,1416,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1459,1459,0,0,1416,1477,1458,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1460,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1416,1416,1477,1460,1459,1477,1477,1460,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1416,1477,1459,1459,1477,1477,1477,1477,1416,1477,1477,1458,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1459,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1456,1463,1456,1456,1477,1477,1456,1456,1456,1456,1463,1456,1463,1456,1463,1472,0,0,1471,0,0,0,0,0,0,1472,0,1472,1471,1471,1472,0,0,0,0,1472,0,0,1470,863,1470,0,0,0,863,863,1474,863,1474,1469,1469,1469,1469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1481,1477,1477,1477,1477,1477,1477,1481,1477,1477,1477,1486,1486,1486,1486,1486,1486,1486,1486,1501,1481,1501,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1459,1477,1477,1477,1635,1477,1477,1477,1481,1477,1477,1477,1495,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1501,1459,1459,1501,0,1489,0,0,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1495,1477,1477,1481,1481,1481,1481,1481,1481,1477,1635,1477,1477,1497,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,0,0,0,0,1501,0,1477,1477,1477,1477,1635,1477,1477,1477,1489,1477,1477,1477,1477,1501,1481,1481,1477,1477,1477,1477,1481,1481,1489,1489,1481,1489,1501,1459,1497,0,1477,1477,1497,1477,1477,1501,0,1486,1477,0,0,1477,1477,1477,1495,1477,1477,1477,1477,0,0,0,0,1481,0,1495,0,1477,1477,1477,868,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1501,1459,1459,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,0,0,1477,1477,1477,1477,1477,1477,1501,1477,1477,1477,1477,1477,1459,1459,1635,0,1477,1489,1481,1477,1477,1477,1477,0,0,1477,0,1477,0,1635,1477,1477,1477,1477,1481,871,0,1491,1492,0,0,1491,1492,1483,1491,1492,1491,871,0,1491,1492,0,1491,0,1491,1492,0,1491,1492,1488,867,0,1491,1492,0,1491,1492,0,1491,867,1487,1490,1500,1491,1492,1491,0,1491,1492,0,1487,0,1491,1492,0,1491,1492,0,1491,1492,0,1491,1492,871,0,1491,1492,0,1491,1492,0,1491,1492,1487,0,1491,1492,1500,0,1491,1492,0,1491,1492,1477,1477,0,1491,1492,0,1491,1492,1488,867,0,1491,0,1491,1492,1500,0,1491,1492,1500,0,1491,1492,867,0,1491,1492,0,1491,1492,0,1500,1488,0,0,1491,1492,868,1487,1484,0,1491,1492,867,871,0,1491,1492,0,1491,1492,1490,1500,1488,1484,0,1491,1492,1483,0,1491,1492,1491,1492,0,1491,1492,1491,1492,1487,1487,1485,1485,1498,1498,1487,1485,1485,1498,1498,0,0,1502,1502,0,0,0,0,0,0,0,2054,1506,2054,1506,2054,1506,0,0,0,0,0,0,0,0,0,1510,1512,1510,0,0,0,0,1516,1516,1516,1516,1516,1516,0,1528,0,1523,0,1528,1528,1528,1528,1528,0,0,0,0,0,0,0,0,0,0,0,0,1528,1528,1528,1523,1529,1520,1527,1529,1519,1520,1527,1529,1531,0,0,869,869,869,0,0,0,0,0,0,1536,1536,1536,1535,1536,1538,1535,1536,0,0,1540,1500,1500,1500,1500,1500,1500,1541,1541,0,1541,1541,0,0,0,0,1564,0,1564,1564,0,0,0,1550,1554,1550,1554,1547,0,0,0,1564,0,1564,0,1564,0,1564,0,0,0,0,1564,0,0,0,1547,0,1557,1557,1562,1556,1546,1558,1558,1563,1563,1563,1557,1558,1557,1558,1563,1546,1562,1556,1561,1548,1548,1561,1548,1548,1561,1548,1548,1561,1548,1548,2055,2056,2055,2055,2056,2057,2058,2057,2058,1574,0,0,0,1574,1574,1566,1566,0,1574,0,0,0,1574,0,1574,0,0,0,1574,0,0,1570,1569,1573,1571,1568,1570,1572,1573,1571,1572,1573,1568,1567,1573,2059,2060,2059,2060,0,0,1576,1576,0,1577,1577,1577,0,1578,1578,1578,1578,0,0,1580,1579,1579,1579,1580,0,0,1583,1583,1583,1583,0,0,0,0,0,0,0,0,1584,1584,1584,1584,1582,1587,1590,1582,1584,0,0,0,1598,1598,1598,1598,1598,0,0,0,0,0,0,0,0,0,1592,1596,1599,1599,1599,1599,1591,1593,1596,1602,1599,1599,1544,1544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1613,1614,1607,1607,1617,1604,1611,1609,1611,1611,1617,1616,1609,1612,1609,1616,1611,1612,1611,1609,1607,1607,1604,1613,1614,1617,1616,0,1618,0,0,0,1625,0,0,0,0,1625,0,0,1625,0,1625,1625,0,0,0,0,0,1633,1622,1627,1620,1623,1630,1619,1619,1627,1630,1624,1619,1627,1622,1622,1620,1623,1619,1621,1622,1624,1630,0,1635,1635,1635,0,0,0,0,0,1635,1635,1636,1636,1636,1636,1638,1636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,1641,1565,1653,1639,1641,1565,1653,1639,1641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1640,1647,1496,1648,1645,1650,1640,1642,1647,1640,1649,1643,1640,1642,1645,1650,873,874,1648,1645,1643,1496,1650,1647,1648,1649,1496,1645,2061,2062,2063,2061,2062,2061,2062,2061,2062,2062,2063,2061,2064,2065,2064,2066,2067,2066,2068,2068,2068,2067,2066,2069,2070,1501,1501,1459,1495,1459,1501,1459,1459,1501,1495,1497,1501,1501,1501,1459,1497,1497,1501,0,1495,1495,0,1501,1459,1459,0,0,1501,1459,1459,0,0,0,1656,1498,1498,1498,1498,0,0,1658,1658,1658,0,0,0,0,1660,1660,1659,0,0,0,0,1493,1665,1493,1493,0,0,0,0,0,1669,1666,1668,1668,1666,1666,1669,0,1671,1671,1671,1671,0,0,1673,1672,1673,1672,0,0,1407,0,0,1408,1408,1408,0,0,0,1008,0,1008,1008,0,0,0,0,120,0,0,0,0,120,120,0,1008,0,1008,120,0,0,1676,1676,1676,1676,1676,1676,1676,1676,0,0,0,0,0,0,0,0,0,1674,0,1674,1674,1674,1674,1674,1674,1674,1674,0,0,2096,2096,0,1677,0,0,0,880,0,0,76,984,0,984,0,488,0,880,0,984,496,496,496,0,0,76,0,488,0,0,800,488,984,0,0,0,488,0,0,0,0,984,0,0,496,0,0,880,0,488,0,0,488,34,0,34,1088,0,878,888,472,474,0,1085,1088,0,888,472,472,477,472,481,0,120,474,0,888,34,0,480,121,888,0,472,0,477,0,0,477,472,878,888,0,477,472,1088,477,472,477,472,0,477,472,481,34,1085,481,481,481,481,481,0,878,481,472,888,472,888,472,481,472,120,120,0,472,0,0,878,0,888,120,0,1085,480,121,0,474,474,481,481,481,481,484,480,485,484,480,485,0,901,880,898,901,880,0,898,898,880,901,0,0,0,1085,1085,1085,0,0,0,0,497,497,481,0,481,481,0,481,481,0,481,481,481,0,481,481,481,481,481,490,488,0,490,488,0,1101,488,0,488,1102,0,488,488,1680,1680,1681,1679,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,120,120,120,0,0,0,800,1097,1103,1103,1097,1104,0,0,0,1104,1104,518,0,0,1107,0,0,0,876,877,877,1107,0,1107,876,876,2071,2071,2071,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,1999,2000,1999,2000,1999,2000,1999,0,0,0,0,0,0,0,0,0,0,0,879,879,0,479,1070,0,1110,1110,0,487,0,1110,1110,1110,0,1070,487,487,487,0,1070,1111,1070,487,1070,1111,487,487,487,1070,0,487,479,1110,487,0,2072,2073,2074,2075,2074,2075,0,1112,0,1112,1112,0,0,0,477,0,477,477,477,477,477,477,0,0,0,0,482,482,474,474,478,478,482,478,474,474,1115,0,0,1115,0,881,881,894,900,851,851,889,894,897,0,0,894,887,883,894,886,0,0,894,886,0,889,0,894,894,900,0,886,889,0,0,883,888,886,887,888,886,883,883,894,894,0,894,894,894,894,888,887,883,886,0,887,887,888,883,883,888,894,887,887,887,886,883,887,883,888,888,883,886,887,887,888,887,883,0,1116,890,899,0,1116,0,1117,1117,1117,899,0,899,0,1117,1116,883,1117,1116,1117,1118,0,899,1117,1117,1116,1117,1118,899,899,899,899,890,1117,1117,1117,883,883,883,883,883,883,883,883,883,883,2076,0,886,0,886,0,886,886,896,886,896,886,886,886,0,0,0,0,1075,1075,1075,1075,2001,2002,2003,2004,2001,2002,2003,2004,0,1127,1127,0,0,0,0,0,472,473,491,491,472,472,472,491,491,472,473,472,472,472,472,0,472,491,472,472,472,472,473,472,473,0,491,0,902,0,1125,1127,0,1125,1127,902,0,0,0,0,0,902,0,1125,491,491,491,903,0,491,903,0,905,905,905,0,904,0,491,905,904,0,491,903,0,0,0,0,0,903,0,0,908,903,908,903,0,0,0,0,904,0,904,906,907,906,907,0,0,905,0,905,0,905,0,905,900,851,0,851,0,900,0,0,910,0,0,910,18,0,0,498,498,0,0,0,473,0,473,473,473,1002,1002,1098,1072,1128,1128,1004,1072,0,1128,1128,1128,1128,1003,1003,0,0,1004,0,0,1128,1098,1002,1128,0,0,1128,1128,0,1072,1128,0,1003,1006,1006,0,1006,1006,1006,1006,1006,1006,1006,1006,0,1006,1006,1006,2005,2006,2006,2005,2007,2007,520,520,0,0,0,2008,2009,2009,2009,2009,0,0,1129,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,0,1678,1678,1678,1678,1678,0,0,0,0,0,2097,2097,2097,2097,2098,2097,2098,1680,1680,1681,1679,0,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,0,120,120,120,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,560,531,633,0,0,522,531,633,125,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,0,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,535,527,529,532,529,532,532,529,527,548,535,532,0,0,535,536,527,553,0,535,527,529,532,535,529,532,529,0,535,527,535,529,529,532,527,0,0,125,0,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,0,543,543,553,543,543,553,543,0,527,535,535,536,527,527,628,0,0,527,536,536,535,536,536,522,527,527,527,543,560,536,628,0,527,543,527,527,0,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,0,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,1148,0,1148,1148,0,0,0,0,0,0,0,0,1148,0,0,0,0,1148,1148,1148,0,0,0,1148,615,0,1148,1148,0,615,2010,0,0,1148,1148,1148,1148,0,0,1148,1148,0,1148,1148,1148,0,0,1148,0,0,1148,1148,1148,1148,1148,1148,2010,1148,1148,1148,0,0,0,0,1148,0,0,0,0,0,1148,0,0,0,0,0,0,1148,615,1148,0,1148,1148,1148,1148,0,1148,0,0,0,0,1148,543,548,552,553,0,0,0,0,553,548,548,553,612,552,612,545,545,614,612,612,543,543,553,543,543,553,543,0,628,0,543,628,543,548,548,548,0,0,0,0,0,0,0,0,0,0,0,560,531,633,0,522,531,633,125,0,0,0,0,0,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,0,535,527,529,532,529,532,532,529,527,548,535,532,535,536,527,553,535,527,529,532,535,529,532,529,535,527,535,529,529,532,527,125,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,543,543,553,543,543,553,543,527,535,535,536,527,527,628,527,536,536,535,0,536,536,522,527,527,527,543,560,536,0,628,527,543,527,527,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,705,717,0,0,531,0,0,0,0,0,0,705,717,0,0,705,717,0,0,0,0,0,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,531,0,0,0,125,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,535,535,535,697,0,529,535,529,535,535,535,529,529,529,697,535,698,0,0,0,0,0,0,535,535,529,535,529,529,0,535,535,0,529,529,0,125,0,0,535,0,535,535,0,0,0,535,535,529,529,0,0,0,0,0,0,531,529,0,535,529,0,0,0,560,0,0,0,0,0,0,0,0,0,0,0,0,536,536,0,536,536,536,536,560,536,560,536,560,536,536,536,536,536,536,560,536,0,536,536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,733,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,532,527,527,527,527,527,527,527,527,527,527,527,527,527,0,527,532,527,527,527,527,527,527,527,527,527,527,527,0,527,532,532,532,527,532,722,0,527,527,532,532,527,0,532,527,0,0,0,522,527,527,0,0,527,527,0,0,0,527,0,522,527,527,527,527,527,527,527,532,532,532,532,532,532,532,532,532,532,532,532,532,532,532,633,532,532,532,532,0,0,527,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,611,0,0,0,0,0,0,697,697,0,0,737,739,740,739,742,737,742,740,744,744,0,0,0,0,0,749,0,0,0,0,749,0,0,749,0,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,0,1999,2000,1999,2000,1999,2000,1999,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,1008,0,1008,0,1008,1008,1008,0,0,1688,1687,1687,1687,1687,1687,1687,1687,1687,1687,1687,0,1675,0,1675,0,2099,0,1690,1690,1690,1690,1690,1690,1690,1690,1690,1690,1690,0,1690,1690,1690,1690,1690,0,1690,1690,1690,1690,1690,1005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,1689,0,1689,1005,1005,469,469,469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,465,21,21,21,0,932,0,932,12,12,12,12,12,932,932,12,932,12,12,12,0,936,0,936,11,11,936,11,11,0,944,0,944,23,23,23,23,23,0,0,0,880,0,0,76,984,0,984,0,488,0,880,0,984,496,496,496,0,0,76,0,488,0,0,800,488,984,0,0,0,488,0,0,0,0,984,0,0,496,0,0,880,0,488,0,0,488,34,0,34,1088,0,878,888,472,474,0,1085,1088,0,888,472,472,477,472,481,0,120,474,0,888,34,0,480,121,888,0,472,0,477,0,0,477,472,878,888,0,477,472,1088,477,472,477,472,0,477,472,481,34,1085,481,481,481,481,481,0,878,481,472,888,472,888,472,481,472,120,120,0,472,0,0,878,0,888,120,0,1085,480,121,0,474,474,481,481,481,481,484,480,485,484,480,485,0,901,880,898,901,880,0,898,898,880,901,0,0,0,1085,1085,1085,0,0,0,0,497,497,481,0,481,481,0,481,481,0,481,481,481,0,481,481,481,481,481,490,488,0,490,488,0,1101,488,0,488,1102,0,488,488,1680,1680,1681,1679,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,120,120,120,0,0,0,800,1097,1103,1103,1097,1104,0,0,0,1104,1104,518,0,0,1107,0,0,0,876,877,877,1107,0,1107,876,876,2071,2071,2071,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,0,1999,2000,1999,2000,1999,2000,1999,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,0,0,0,0,0,0,0,0,0,0,879,879,0,479,1070,0,1110,1110,0,487,0,1110,1110,1110,0,1070,487,487,487,0,1070,1111,1070,487,1070,1111,487,487,487,1070,0,487,479,1110,487,0,2072,2073,2074,2075,2074,2075,0,1112,0,1112,1112,0,0,0,477,0,477,477,477,477,477,477,0,0,0,0,482,482,474,474,478,478,482,478,474,474,1115,0,0,1115,0,881,881,894,900,851,851,889,894,897,0,0,894,887,883,894,886,0,0,894,886,0,889,0,894,894,900,0,886,889,0,0,883,888,886,887,888,886,883,883,894,894,0,894,894,894,894,888,887,883,886,0,887,887,888,883,883,888,894,887,887,887,886,883,887,883,888,888,883,886,887,887,888,887,883,0,1116,890,899,0,1116,0,1117,1117,1117,899,0,899,0,1117,1116,883,1117,1116,1117,1118,0,899,1117,1117,1116,1117,1118,899,899,899,899,890,1117,1117,1117,883,883,883,883,883,883,883,883,883,883,2076,0,886,0,886,0,886,886,896,886,896,886,886,886,0,0,0,0,1075,1075,1075,1075,2001,2002,2003,2004,2001,2002,2003,2004,0,1127,1127,0,0,0,0,0,472,473,491,491,472,472,472,491,491,472,473,472,472,472,472,0,472,491,472,472,472,472,473,472,473,0,491,0,902,0,1125,1127,0,1125,1127,902,0,0,0,0,0,902,0,1125,491,491,491,903,0,491,903,0,905,905,905,0,904,0,491,905,904,0,491,903,0,0,0,0,0,903,0,0,908,903,908,903,0,0,0,0,904,0,904,906,907,906,907,0,0,905,0,905,0,905,0,905,900,851,0,851,0,900,0,0,910,0,0,910,18,0,0,498,498,0,0,0,473,0,473,473,473,1002,1002,1098,1072,1128,1128,1004,1072,0,1128,1128,1128,1128,1003,1003,0,0,1004,0,0,1128,1098,1002,1128,0,0,1128,1128,0,1072,1128,0,1003,1006,1006,0,1006,1006,1006,1006,1006,1006,1006,1006,0,1006,1006,1006,2005,2006,2006,2005,2007,2007,520,520,0,0,0,2008,2009,2009,2009,2009,0,0,1129,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,0,930,0,930,20,20,20,20,20,0,0,990,0,70,70,71,990,990,990,71,0,955,0,955,5,5,5,955,5,5,0,959,0,959,25,25,25,0,962,0,962,7,7,7,7,962,7,0,1693,0,1693,1693,1693,946,0,946,22,22,22,22,0,0,956,0,956,956,10,10,1694,1694,956,956,956,956,10,0,0,1699,1697,0,0,1697,0,0,1699,967,0,967,1698,1696,1698,8,1695,1698,1696,967,8,967,8,1698,1696,2092,2092,2093,2092,2094,2094,0,969,0,969,19,969,0,974,0,974,6,6,974,974,974,974,974,974,974,0,941,0,941,14,14,941,941,941,941,14,941,941,941,0,1708,0,0,1703,0,0,469,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1715,1716,1707,1713,469,468,1709,1701,1702,1710,1711,1712,1714,1706,1705,1703,1715,1716,1704,469,0,0,0,0,1704,1704,1707,1713,0,0,0,0,1704,1707,0,1707,1713,0,0,1704,0,0,0,0,1708,1691,1691,0,1691,1691,1691,0,0,0,0,0,0,0,0,0,0,1691,1692,1718,1719,1720,1721,1722,1717,1691,1692,1717,1692,1691,1692,1692,1718,1719,1720,1721,1722,1691,1692,1691,1717,1718,1719,1720,1721,1722,0,978,0,978,3,3,3,3,3,3,3,978,0,0,0,0,0,0,0,469,958,966,954,960,977,960,981,469,942,0,0,469,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,470,0,0,0,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,964,943,943,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,948,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,966,0,0,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,0,0,943,943,0,0,937,951,964,976,931,939,943,1009,965,980,950,470,0,0,0,0,0,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,0,0,968,948,937,964,470,470,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,964,976,931,943,1009,965,975,980,950,470,470,965,937,951,964,943,965,963,950,937,951,470,470,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,975,977,980,981,963,950,968,947,948,933,470,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,470,470,470,470,470,948,947,948,933,0,0,935,939,954,960,973,975,977,980,937,951,470,964,976,931,935,939,943,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,968,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,980,954,937,964,931,943,1009,958,945,965,966,981,968,948,933,973,945,0,0,935,939,975,931,931,935,943,965,965,966,975,977,963,950,968,948,0,0,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,958,960,945,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,0,0,0,937,951,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,975,977,980,981,963,950,968,947,948,933,0,939,975,470,943,937,943,0,937,951,964,976,931,935,939,943,1009,954,960,965,966,973,975,977,980,981,963,950,933,937,951,964,976,931,935,939,943,1009,954,958,960,965,966,973,975,977,980,981,963,950,968,947,948,933,973,1009,939,951,1009,937,951,964,976,931,935,939,943,1009,954,960,965,966,973,975,977,980,981,963,950,933,939,975,951,951,951,951,939,975,951,931,931,951,966,981,1009,951,951,965,975,937,951,964,976,931,943,1009,965,975,942,963,950,0,937,951,964,976,931,939,943,1009,954,965,980,963,950,937,964,931,939,943,954,973,975,980,0,975,0,0,954,0,0,937,964,0,0,0,0,0,0,0,0,931,935,943,965,966,977,963,950,968,948,937,951,964,976,931,935,935,939,939,943,1009,954,958,960,960,945,965,966,973,975,975,977,977,980,980,981,963,950,968,947,948,933,950,0,0,980,0,937,964,935,1009,960,977,951,976,931,935,939,943,1009,954,960,965,966,973,975,977,980,981,963,950,933,966,981,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,968,0,0,968,951,976,931,935,939,943,1009,954,960,965,966,973,975,977,980,981,963,950,933,0,0,977,0,0,0,0,939,935,954,960,977,935,954,960,977,980,935,954,960,977,0,0,0,0,0,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,937,951,470,964,976,931,935,939,943,1009,954,958,960,945,965,966,973,975,977,980,981,963,950,968,947,948,933,942,945,0,0,0,0,942,937,964,931,935,939,943,1009,954,958,960,945,965,966,975,977,981,968,948,933,937,964,947,470,470,947,0,0,0,932,0,932,982,982,982,982,982,12,12,12,12,12,982,982,982,982,982,982,982,982,982,932,0,982,982,982,982,982,982,0,982,982,982,982,982,932,12,982,982,982,982,982,982,982,982,982,982,982,982,982,0,0,982,932,12,12,12,982,982,982,982,982,982,982,982,982,982,0,1216,1215,0,0,0,0,0,0,752,0,1218,983,0,0,0,1083,1216,983,0,0,0,1215,1216,1218,1215,934,0,0,0,1036,1038,983,983,983,983,983,983,983,983,983,983,983,1041,983,1041,983,983,752,934,983,983,0,0,983,1041,983,983,983,0,1041,983,983,983,983,983,983,983,983,983,983,1042,1042,1041,1042,934,1217,0,1041,1040,1217,1041,1041,0,1040,1042,983,983,983,983,983,983,983,983,934,1041,1042,490,0,490,983,983,0,983,1222,0,1218,1222,0,1218,0,1040,1040,0,0,1083,0,1084,0,1084,1084,0,0,0,0,1223,1223,1223,1223,0,0,1223,1224,1223,1224,1224,1223,1224,1223,1224,0,0,0,0,0,2011,2012,772,1240,0,0,0,1239,0,2011,2012,772,2011,2012,772,0,1242,0,0,0,0,0,0,0,0,2011,2012,772,0,0,1240,1240,0,1241,761,1242,0,0,0,0,0,0,0,0,0,0,1241,761,2011,2012,772,0,1239,1240,0,1239,0,0,765,1238,0,753,755,755,0,769,0,753,0,0,765,1238,0,759,769,0,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,0,0,0,0,0,771,0,0,0,760,760,760,760,760,766,760,760,766,760,768,768,771,766,760,760,766,760,760,760,766,760,766,766,760,760,760,766,766,766,766,766,766,766,766,760,766,766,766,766,766,768,768,760,766,760,0,0,0,0,0,0,0,0,0,0,0,0,778,778,778,778,778,778,0,0,0,778,778,778,778,0,0,0,778,778,0,777,0,0,0,0,778,778,778,0,0,0,0,778,1257,777,2018,777,0,1257,777,1257,1258,1260,1259,1259,0,777,777,777,778,1265,777,777,777,1265,1259,764,1260,2019,769,2020,2020,2020,2020,2020,2020,2021,2021,0,1266,0,763,1258,1265,777,0,777,777,1258,769,1258,777,1265,1259,764,1260,0,0,778,0,1266,2019,777,2022,2023,2024,1258,1265,777,2022,2023,2024,0,0,0,0,1258,1265,1265,769,1258,1265,1258,769,1258,1265,1258,1265,0,0,0,0,0,0,0,1259,1259,1259,1259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1287,0,0,1281,0,0,0,784,0,784,787,784,779,787,1285,1285,1285,1281,1221,1284,1221,1284,1284,1284,1221,1284,1221,1284,1284,1284,1221,1284,1221,1284,1284,1284,1284,1284,1284,1284,767,781,767,781,0,786,0,0,1285,763,784,0,1281,1286,784,786,0,0,784,1281,1286,0,0,1288,779,787,1288,758,785,1282,1283,762,788,782,783,1288,758,785,1282,1283,762,788,782,783,1288,785,1283,788,783,0,789,789,789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2025,2026,2027,2019,2027,2028,2028,2028,2026,2029,2030,2029,2030,2030,2030,2029,2030,2029,2030,2030,2030,2029,2030,2029,2030,2030,2030,2030,2030,2030,2030,2021,2031,2021,2031,2032,2028,2026,2033,2032,2026,2033,2034,2019,2027,2023,2035,2024,2036,2034,2037,2038,2023,2035,2024,2036,2034,2037,2038,2035,2036,2034,2038,0,0,0,0,0,790,791,792,793,794,0,0,0,0,1260,1260,1260,777,0,0,777,777,777,777,777,777,777,777,777,777,777,777,777,775,775,777,777,0,0,0,0,0,0,0,0,0,0,0,797,797,0,0,0,0,0,0,0,0,0,2039,2040,2041,2041,2041,2041,2041,2041,2042,2042,0,2043,0,0,2040,2044,2045,2046,2044,2045,2046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,765,1238,765,1238,0,0,0,771,0,760,760,760,760,760,766,760,760,766,760,771,766,760,760,766,760,760,760,797,766,760,766,766,760,760,760,766,766,766,766,766,766,766,766,760,766,766,766,766,766,760,797,766,760,1216,1215,1218,0,0,0,1216,1215,1216,1218,1215,0,0,1042,1042,1042,1217,1217,1042,1042,0,0,0,936,0,936,1011,1011,1011,1011,1011,11,11,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,936,11,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,1011,11,1011,1011,1011,1011,1011,1011,1011,1011,0,0,938,938,938,938,938,938,938,0,938,938,938,938,938,938,938,938,938,938,938,938,938,938,938,938,938,938,938,938,938,0,938,938,938,938,938,938,938,938,938,0,0,944,0,944,23,23,0,23,0,23,23,0,0,0,0,877,877,0,985,985,985,985,985,985,985,985,985,985,985,0,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,0,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,985,0,0,985,0,0,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,0,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,986,0,949,949,949,949,949,949,949,949,949,949,0,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,949,0,0,0,0,0,930,0,1018,1017,930,1018,1017,1018,1017,1018,1017,1018,1017,20,20,1018,1017,1018,1017,1018,1017,1018,1017,1017,1018,1017,1018,1017,1018,1017,1017,1018,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1018,20,20,1018,20,1018,1018,1018,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1017,1018,1028,0,0,1026,1014,1025,0,0,0,0,1019,0,0,1014,0,1024,1025,1021,1019,1026,0,1028,0,0,1022,989,1024,0,1014,0,0,1019,1026,0,1022,989,0,990,0,0,0,1026,1019,1021,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1012,1020,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,70,70,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,987,1013,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1012,991,1023,71,991,1023,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1020,1025,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,0,1013,1020,1013,1020,1021,1022,1019,989,991,1023,1012,1012,1014,1024,1025,1026,1015,1028,1021,1019,991,1023,1021,1021,1021,1019,1019,1019,991,991,991,1023,1023,1023,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1012,1012,1021,989,991,1023,990,990,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1012,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1012,1020,1012,1028,1012,0,1012,1028,1012,1012,1012,0,1012,1013,1020,1012,1020,989,1012,991,1023,990,1015,1012,1012,1021,1012,1015,1021,989,1012,989,0,1013,1020,1012,1013,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,1013,1020,1021,1022,1019,989,991,1023,1012,1014,1024,1025,1026,1015,1028,0,71,1012,2081,2081,2081,2081,2082,2083,2084,2083,2085,2085,2085,2085,2085,0,988,988,988,0,988,0,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,988,1030,988,1030,988,1030,988,1030,1030,988,1030,988,1012,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,1012,988,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,1030,988,2086,2087,2088,2087,2088,2086,0,992,992,0,0,992,0,0,992,955,0,955,993,992,1032,993,992,1032,993,992,1032,993,992,1032,993,992,1032,5,5,993,992,1032,993,992,1032,993,992,1032,992,1032,992,1032,1032,993,992,1032,993,992,993,992,1032,993,992,1032,0,993,992,1032,992,1032,993,992,1032,1032,993,992,1032,993,992,1032,993,992,1032,5,955,993,992,1032,993,992,1032,993,992,1032,993,992,1032,992,1032,993,992,1032,993,992,1032,993,992,1032,993,992,1032,993,992,1032,0,1032,0,0,5,1032,1032,5,992,1032,993,992,1032,993,992,1032,993,992,1032,993,992,1032,993,992,1032,993,992,1032,993,992,1032,0,2089,2089,2090,0,0,959,0,959,25,25,25,0,0,962,0,962,7,7,7,7,962,7,0,0,0,0,1034,1038,470,1034,1038,1033,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1033,1033,1034,1038,1033,0,1034,1034,1034,1033,1033,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1033,1034,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,0,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1034,1034,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,1034,1038,1033,0,0,1034,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,1035,0,0,0,1036,1038,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1037,1036,1037,1036,1037,1037,1036,1037,1036,1036,1036,1037,1036,1037,1036,1037,1036,1037,1036,1036,1037,1036,1037,1036,1037,1036,1037,1036,1036,1037,1036,1037,1036,1037,1036,1037,1036,1036,1037,1036,1037,1036,1036,1036,1036,1036,1036,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1036,1036,0,0,508,521,521,0,521,0,521,0,0,1010,508,521,521,1083,1082,1082,1082,1082,0,508,521,0,1081,521,521,0,505,505,1010,505,521,521,0,521,508,0,0,501,0,0,505,505,505,0,505,0,0,0,505,505,0,505,0,1987,1988,1987,1988,1989,1989,1990,1991,1989,1990,1992,1993,1991,1994,1995,1991,1994,1995,1992,1991,1993,1996,1997,1995,1990,1991,1990,1992,1991,1991,1994,1994,1995,1998,1989,1991,1991,1996,1991,0,0,1081,0,0,511,513,514,0,0,0,0,0,510,510,510,510,510,505,510,505,505,0,510,0,507,507,505,505,505,505,505,505,505,0,0,0,880,0,0,76,984,0,984,0,488,0,880,0,984,496,496,496,0,0,76,0,488,0,0,800,488,984,0,0,0,488,0,0,0,0,984,0,0,496,0,0,880,0,488,0,0,488,34,0,34,1088,0,878,888,472,474,0,1085,1088,0,888,472,472,477,472,481,0,120,474,0,888,34,0,480,121,888,0,472,0,477,0,0,477,472,878,888,0,477,472,1088,477,472,477,472,0,477,472,481,34,1085,481,481,481,481,481,0,878,481,472,888,472,888,472,481,472,120,120,0,472,0,0,878,0,888,120,0,1085,480,121,0,474,474,481,481,481,481,484,480,485,484,480,485,0,901,880,898,901,880,0,898,898,880,901,0,0,0,1085,1085,1085,0,0,0,0,497,497,481,0,481,481,0,481,481,0,481,481,481,0,481,481,481,481,481,490,488,0,490,488,0,1101,488,0,488,1102,0,488,488,1680,1680,1681,1679,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,120,120,120,0,0,0,800,1097,1103,1103,1097,1104,0,0,0,1104,1104,518,0,0,1107,0,0,0,876,877,877,1107,0,1107,876,876,2071,2071,2071,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,0,1999,2000,1999,2000,1999,2000,1999,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,0,0,0,0,0,0,0,0,0,0,879,879,0,479,1070,0,1110,1110,0,487,0,1110,1110,1110,0,1070,487,487,487,0,1070,1111,1070,487,1070,1111,487,487,487,1070,0,487,479,1110,487,0,2072,2073,2074,2075,2074,2075,0,1112,0,1112,1112,0,0,0,477,0,477,477,477,477,477,477,0,0,0,0,482,482,474,474,478,478,482,478,474,474,1115,0,0,1115,0,881,881,894,900,851,851,889,894,897,0,0,894,887,883,894,886,0,0,894,886,0,889,0,894,894,900,0,886,889,0,0,883,888,886,887,888,886,883,883,894,894,0,894,894,894,894,888,887,883,886,0,887,887,888,883,883,888,894,887,887,887,886,883,887,883,888,888,883,886,887,887,888,887,883,0,1116,890,899,0,1116,0,1117,1117,1117,899,0,899,0,1117,1116,883,1117,1116,1117,1118,0,899,1117,1117,1116,1117,1118,899,899,899,899,890,1117,1117,1117,883,883,883,883,883,883,883,883,883,883,2076,0,886,0,886,0,886,886,896,886,896,886,886,886,0,0,0,0,1075,1075,1075,1075,2001,2002,2003,2004,2001,2002,2003,2004,0,1127,1127,0,0,0,0,0,472,473,491,491,472,472,472,491,491,472,473,472,472,472,472,0,472,491,472,472,472,472,473,472,473,0,491,0,902,0,1125,1127,0,1125,1127,902,0,0,0,0,0,902,0,1125,491,491,491,903,0,491,903,0,905,905,905,0,904,0,491,905,904,0,491,903,0,0,0,0,0,903,0,0,908,903,908,903,0,0,0,0,904,0,904,906,907,906,907,0,0,905,0,905,0,905,0,905,900,851,0,851,0,900,0,0,910,0,0,910,18,0,0,498,498,0,0,0,473,0,473,473,473,1002,1002,1098,1072,1128,1128,1004,1072,0,1128,1128,1128,1128,1003,1003,0,0,1004,0,0,1128,1098,1002,1128,0,0,1128,1128,0,1072,1128,0,1003,1006,1006,0,1006,1006,1006,1006,1006,1006,1006,1006,0,1006,1006,1006,2005,2006,2006,2005,2007,2007,520,520,0,0,0,2008,2009,2009,2009,2009,0,0,1129,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,1006,0,501,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,95,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,560,531,633,0,0,522,531,633,125,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,0,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,535,527,529,532,529,532,532,529,527,548,535,532,0,0,535,536,527,553,0,535,527,529,532,535,529,532,529,0,535,527,535,529,529,532,527,0,0,125,0,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,0,543,543,553,543,543,553,543,0,527,535,535,536,527,527,628,0,0,527,536,536,535,536,536,522,527,527,527,543,560,536,628,0,527,543,527,527,0,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,0,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,1148,0,1148,1148,0,0,0,0,0,0,0,0,1148,0,0,0,0,1148,1148,1148,0,0,0,1148,615,0,1148,1148,0,615,2010,0,0,1148,1148,1148,1148,0,0,1148,1148,0,1148,1148,1148,0,0,1148,0,0,1148,1148,1148,1148,1148,1148,2010,1148,1148,1148,0,0,0,0,1148,0,0,0,0,0,1148,0,0,0,0,0,0,1148,615,1148,0,1148,1148,1148,1148,0,1148,0,0,0,0,1148,543,548,552,553,0,0,0,0,553,548,548,553,612,552,612,545,545,614,612,612,543,543,553,543,543,553,543,0,628,0,543,628,543,548,548,548,0,0,0,0,0,0,0,0,0,0,0,560,531,633,0,522,531,633,125,0,0,0,0,0,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,0,535,527,529,532,529,532,532,529,527,548,535,532,535,536,527,553,535,527,529,532,535,529,532,529,535,527,535,529,529,532,527,125,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,543,543,553,543,543,553,543,527,535,535,536,527,527,628,527,536,536,535,0,536,536,522,527,527,527,543,560,536,0,628,527,543,527,527,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,705,717,0,0,531,0,0,0,0,0,0,705,717,0,0,705,717,0,0,0,0,0,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,531,0,0,0,125,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,535,535,535,697,0,529,535,529,535,535,535,529,529,529,697,535,698,0,0,0,0,0,0,535,535,529,535,529,529,0,535,535,0,529,529,0,125,0,0,535,0,535,535,0,0,0,535,535,529,529,0,0,0,0,0,0,531,529,0,535,529,0,0,0,560,0,0,0,0,0,0,0,0,0,0,0,0,536,536,0,536,536,536,536,560,536,560,536,560,536,536,536,536,536,536,560,536,0,536,536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,733,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,532,527,527,527,527,527,527,527,527,527,527,527,527,527,0,527,532,527,527,527,527,527,527,527,527,527,527,527,0,527,532,532,532,527,532,722,0,527,527,532,532,527,0,532,527,0,0,0,522,527,527,0,0,527,527,0,0,0,527,0,522,527,527,527,527,527,527,527,532,532,532,532,532,532,532,532,532,532,532,532,532,532,532,633,532,532,532,532,0,0,527,527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,611,0,0,0,0,0,0,697,697,0,0,737,739,740,739,742,737,742,740,744,744,0,0,0,0,0,749,0,0,0,0,749,0,0,749,0,1216,1215,0,752,0,1218,0,0,0,1083,1216,0,0,1215,1216,1218,1215,0,0,0,1041,1041,752,1041,1041,1042,1042,1041,1042,1217,1041,1040,1217,1041,1041,1040,1042,1041,1042,0,822,0,816,822,822,816,833,805,805,1324,822,0,806,806,816,803,0,0,0,803,2047,0,816,833,0,0,0,0,0,816,833,0,0,816,816,833,0,0,0,0,0,0,802,802,802,802,0,0,802,802,802,802,802,802,803,816,833,822,813,822,822,822,813,822,822,813,822,822,822,813,822,803,0,0,2047,816,833,803,0,810,0,0,816,833,816,833,0,0,816,833,812,0,822,813,822,822,813,822,0,822,813,822,0,0,822,813,822,822,813,822,0,822,813,822,0,0,805,816,833,816,833,822,803,833,816,833,805,805,805,805,807,805,808,810,0,805,805,805,0,1295,812,808,808,812,810,0,0,805,805,805,810,808,0,810,812,0,0,810,818,812,805,0,1295,0,0,0,805,805,805,805,0,0,812,810,808,812,812,825,825,1295,0,0,812,812,808,805,805,805,805,812,810,808,810,810,0,834,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1328,1328,1328,0,0,0,0,0,0,0,1335,0,0,0,1335,0,0,0,0,0,0,0,0,0,836,1339,1339,836,1339,1339,1339,1339,0,0,0,1339,0,0,0,1348,1348,0,0,1348,0,0,1349,1349,0,0,1357,0,1357,1356,0,1356,1356,0,1356,1357,1357,0,0,0,1356,1357,1357,0,1366,0,1365,1365,1366,0,1367,1367,1367,1366,0,1367,1367,1366,0,0,0,0,0,1367,1367,0,1361,1362,1363,1364,1362,1363,1364,1361,1364,1361,1363,1361,1362,1363,1364,1361,0,0,0,0,0,0,0,0,0,0,0,0,0,1381,1381,1381,1381,1381,1381,1381,1381,1383,803,0,1385,1384,803,0,2047,1386,1384,1383,1384,1383,0,0,0,1385,803,0,0,803,1386,1384,2047,803,0,0,1386,1386,803,1385,0,0,2048,2048,1297,1318,0,0,1318,0,1297,1318,1318,0,1297,1318,0,0,1297,1323,1323,1295,1323,1323,1295,1295,1323,1323,0,844,838,0,0,844,844,844,844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,838,0,0,0,838,0,0,0,838,838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,838,0,0,0,0,0,0,0,0,0,0,838,0,0,0,838,0,838,838,0,0,0,826,826,826,0,815,815,815,815,1010,0,0,0,1010,0,1398,1399,1397,1398,1399,1397,1987,1988,1987,1988,0,0,0,0,0,0,0,1406,0,1406,1406,0,0,0,0,1406,0,0,0,0,0,0,0,1401,1402,1401,1401,1401,1402,1401,1401,0,852,0,1410,0,0,858,0,0,0,855,852,1410,0,858,0,0,1430,0,0,1430,0,0,1412,0,0,855,1422,0,1444,0,1459,1418,1418,1416,1415,0,1422,855,855,1430,855,0,0,1430,1412,855,855,1459,1459,1459,0,0,1416,1415,0,0,0,0,1437,1430,1430,855,855,1460,1412,0,1430,0,0,0,0,1430,1412,1430,1418,1418,861,0,0,1422,1444,0,1416,1415,0,855,1422,1416,1415,1430,1430,861,1437,1418,1460,861,1459,1460,1417,858,1430,1430,1430,1430,0,0,1430,1430,1422,1430,1412,1430,1416,1415,0,855,0,1459,1459,1416,1415,0,0,0,0,0,0,0,0,1430,0,0,0,1444,0,0,0,1417,0,855,1417,1459,1459,855,1430,1430,0,861,1437,1437,0,1417,853,859,853,1438,1442,853,1439,853,853,853,1435,849,1414,1434,1438,849,1414,1434,1438,1421,853,853,1421,1442,853,853,1438,1432,1434,1438,849,1414,853,1428,1428,1434,1438,1438,1426,1434,1428,1429,1428,1434,1438,1452,1436,1439,1427,1450,859,1432,853,853,856,1429,1431,1427,1434,1440,859,1429,1431,1426,1452,1452,1452,1452,848,1436,1436,849,1414,1434,1438,1450,1421,853,1452,1441,853,853,853,853,853,853,853,853,1421,1441,1432,1434,1438,853,849,1414,849,1414,853,1452,1432,1442,1427,1434,1436,849,1414,1427,853,853,1440,1425,1434,1435,1438,1439,1428,1434,1438,1425,1425,1425,1434,1435,1438,1439,1428,1434,1438,1425,1425,2049,2050,2051,2052,2053,2050,2051,2052,2053,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1458,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1477,1477,1477,1416,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1459,1459,0,0,1416,1477,1458,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1460,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1416,1416,1477,1460,1459,1477,1477,1460,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1416,1477,1459,1459,1477,1477,1477,1477,1416,1477,1477,1458,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1459,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1456,1463,1456,1456,1477,1477,1456,1456,1456,1456,1463,1456,1463,1456,1463,1472,0,0,1471,0,0,0,0,0,0,1472,0,1472,1471,1471,1472,0,0,0,0,1472,0,0,1470,863,1470,0,0,0,863,863,1474,863,1474,1469,1469,1469,1469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1481,1477,1477,1477,1477,1477,1477,1481,1477,1477,1477,1486,1486,1486,1486,1486,1486,1486,1486,1501,1481,1501,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1459,1477,1477,1477,1635,1477,1477,1477,1481,1477,1477,1477,1495,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1501,1459,1459,1501,0,1489,0,0,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1495,1477,1477,1481,1481,1481,1481,1481,1481,1477,1635,1477,1477,1497,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,0,0,0,0,1501,0,1477,1477,1477,1477,1635,1477,1477,1477,1489,1477,1477,1477,1477,1501,1481,1481,1477,1477,1477,1477,1481,1481,1489,1489,1481,1489,1501,1459,1497,0,1477,1477,1497,1477,1477,1501,0,1486,1477,0,0,1477,1477,1477,1495,1477,1477,1477,1477,0,0,0,0,1481,0,1495,0,1477,1477,1477,868,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1501,1459,1459,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,0,0,1477,1477,1477,1477,1477,1477,1501,1477,1477,1477,1477,1477,1459,1459,1635,0,1477,1489,1481,1477,1477,1477,1477,0,0,1477,0,1477,0,1635,1477,1477,1477,1477,1481,871,0,1491,1492,0,0,1491,1492,1483,1491,1492,1491,871,0,1491,1492,0,1491,0,1491,1492,0,1491,1492,1488,867,0,1491,1492,0,1491,1492,0,1491,867,1487,1490,1500,1491,1492,1491,0,1491,1492,0,1487,0,1491,1492,0,1491,1492,0,1491,1492,0,1491,1492,871,0,1491,1492,0,1491,1492,0,1491,1492,1487,0,1491,1492,1500,0,1491,1492,0,1491,1492,1477,1477,0,1491,1492,0,1491,1492,1488,867,0,1491,0,1491,1492,1500,0,1491,1492,1500,0,1491,1492,867,0,1491,1492,0,1491,1492,0,1500,1488,0,0,1491,1492,868,1487,1484,0,1491,1492,867,871,0,1491,1492,0,1491,1492,1490,1500,1488,1484,0,1491,1492,1483,0,1491,1492,1491,1492,0,1491,1492,1491,1492,1487,1487,1485,1485,1498,1498,1487,1485,1485,1498,1498,0,0,1502,1502,0,0,0,0,0,0,0,2054,1506,2054,1506,2054,1506,0,0,0,0,0,0,0,0,0,1510,1512,1510,0,0,0,0,1516,1516,1516,1516,1516,1516,0,1528,0,1523,0,1528,1528,1528,1528,1528,0,0,0,0,0,0,0,0,0,0,0,0,1528,1528,1528,1523,1529,1520,1527,1529,1519,1520,1527,1529,1531,0,0,869,869,869,0,0,0,0,0,0,1536,1536,1536,1535,1536,1538,1535,1536,0,0,1540,1500,1500,1500,1500,1500,1500,1541,1541,0,1541,1541,0,0,0,0,1564,0,1564,1564,0,0,0,1550,1554,1550,1554,1547,0,0,0,1564,0,1564,0,1564,0,1564,0,0,0,0,1564,0,0,0,1547,0,1557,1557,1562,1556,1546,1558,1558,1563,1563,1563,1557,1558,1557,1558,1563,1546,1562,1556,1561,1548,1548,1561,1548,1548,1561,1548,1548,1561,1548,1548,2055,2056,2055,2055,2056,2057,2058,2057,2058,1574,0,0,0,1574,1574,1566,1566,0,1574,0,0,0,1574,0,1574,0,0,0,1574,0,0,1570,1569,1573,1571,1568,1570,1572,1573,1571,1572,1573,1568,1567,1573,2059,2060,2059,2060,0,0,1576,1576,0,1577,1577,1577,0,1578,1578,1578,1578,0,0,1580,1579,1579,1579,1580,0,0,1583,1583,1583,1583,0,0,0,0,0,0,0,0,1584,1584,1584,1584,1582,1587,1590,1582,1584,0,0,0,1598,1598,1598,1598,1598,0,0,0,0,0,0,0,0,0,1592,1596,1599,1599,1599,1599,1591,1593,1596,1602,1599,1599,1544,1544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1613,1614,1607,1607,1617,1604,1611,1609,1611,1611,1617,1616,1609,1612,1609,1616,1611,1612,1611,1609,1607,1607,1604,1613,1614,1617,1616,0,1618,0,0,0,1625,0,0,0,0,1625,0,0,1625,0,1625,1625,0,0,0,0,0,1633,1622,1627,1620,1623,1630,1619,1619,1627,1630,1624,1619,1627,1622,1622,1620,1623,1619,1621,1622,1624,1630,0,1635,1635,1635,0,0,0,0,0,1635,1635,1636,1636,1636,1636,1638,1636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,1641,1565,1653,1639,1641,1565,1653,1639,1641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1640,1647,1496,1648,1645,1650,1640,1642,1647,1640,1649,1643,1640,1642,1645,1650,873,874,1648,1645,1643,1496,1650,1647,1648,1649,1496,1645,2061,2062,2063,2061,2062,2061,2062,2061,2062,2062,2063,2061,2064,2065,2064,2066,2067,2066,2068,2068,2068,2067,2066,2069,2070,1501,1501,1459,1495,1459,1501,1459,1459,1501,1495,1497,1501,1501,1501,1459,1497,1497,1501,0,1495,1495,0,1501,1459,1459,0,0,1501,1459,1459,0,0,0,1656,1498,1498,1498,1498,0,0,1658,1658,1658,0,0,0,0,1660,1660,1659,0,0,0,0,1493,1665,1493,1493,0,0,0,0,0,1669,1666,1668,1668,1666,1666,1669,0,1671,1671,1671,1671,0,0,1673,1672,1673,1672,0,0,1407,0,0,1408,1408,1408,0,1693,0,1693,1693,1693,0,946,0,946,22,22,22,22,0,0,0,1008,0,1008,1008,0,0,0,0,120,0,0,0,0,120,120,0,1008,0,1008,120,0,0,1676,1676,1676,1676,1676,1676,1676,1676,0,0,0,0,0,0,0,0,0,1674,0,1674,1674,1674,1674,1674,1674,1674,1674,0,0,2096,2096,0,1677,0,1678,1678,1678,1678,1678,0,0,0,0,0,2097,2097,2097,2097,2098,2097,2098,1680,1680,1681,1679,0,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,0,120,120,120,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,1999,2000,1999,2000,1999,2000,1999,0,1008,0,1008,0,1008,1008,1008,0,0,1688,1687,1687,1687,1687,1687,1687,1687,1687,1687,1687,0,1675,0,1675,0,2099,0,1690,1690,1690,1690,1690,1690,1690,1690,1690,1690,1690,0,1690,1690,1690,1690,1690,0,1690,1690,1690,1690,1690,1005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,1689,0,1689,1005,1005,0,0,995,0,1044,995,0,0,0,0,0,1044,0,956,0,995,0,1016,1016,956,956,995,1043,1044,994,1016,1043,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,10,10,1694,995,1043,1044,994,1016,995,1043,1044,994,1016,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,1694,995,1043,1044,994,1016,1016,995,1043,1044,994,995,1043,1044,994,1016,995,1043,1044,994,1016,956,956,0,995,1043,1044,994,1016,995,1043,1044,1044,1044,1044,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,956,956,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,0,1043,0,1043,994,1016,994,0,994,994,994,994,10,1043,994,0,994,994,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,995,1043,1044,994,1016,994,0,995,1043,906,907,906,907,2091,2091,0,1699,1697,0,0,1697,0,0,1699,0,0,967,0,967,996,996,996,996,996,1698,1696,1698,996,996,8,996,996,996,1698,1696,996,996,996,996,967,0,996,996,996,996,996,996,996,996,996,8,967,996,996,996,996,996,996,996,996,996,996,0,996,8,1698,996,996,996,996,996,996,996,996,0,1696,2092,2092,2093,2092,2094,2094,0,469,469,469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,465,21,21,21,0,932,0,932,12,12,12,12,12,932,932,12,932,12,12,12,0,936,0,936,11,11,936,11,11,0,944,0,944,23,23,23,23,23,0,930,0,930,20,20,20,20,20,0,0,990,0,70,70,71,990,990,990,71,0,955,0,955,5,5,5,955,5,5,0,959,0,959,25,25,25,0,962,0,962,7,7,7,7,962,7,0,1693,0,1693,1693,1693,946,0,946,22,22,22,22,0,0,956,0,956,956,10,10,1694,1694,956,956,956,956,10,0,0,1699,1697,0,0,1697,0,0,1699,967,0,967,1698,1696,1698,8,1695,1698,1696,967,8,967,8,1698,1696,2092,2092,2093,2092,2094,2094,0,969,0,969,19,969,0,974,0,974,6,6,974,974,974,974,974,974,974,0,941,0,941,14,14,941,941,941,941,14,941,941,941,0,1708,0,0,1703,0,0,469,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1715,1716,1707,1713,469,468,1709,1701,1702,1710,1711,1712,1714,1706,1705,1703,1715,1716,1704,469,0,0,0,0,1704,1704,1707,1713,0,0,0,0,1704,1707,0,1707,1713,0,0,1704,0,0,0,0,1708,1691,1691,0,1691,1691,1691,0,0,0,0,0,0,0,0,0,0,1691,1692,1718,1719,1720,1721,1722,1717,1691,1692,1717,1692,1691,1692,1692,1718,1719,1720,1721,1722,1691,1692,1691,1717,1718,1719,1720,1721,1722,0,978,0,978,3,3,3,3,3,3,3,978,0,0,969,0,0,969,19,969,900,851,0,851,0,900,0,0,910,0,0,910,18,0,0,0,0,1116,899,0,1116,1117,1117,1117,899,0,899,1117,1116,1117,1116,1117,0,899,1117,1117,1116,1117,899,899,899,899,974,0,0,1117,1117,1117,974,971,971,971,971,971,6,6,971,971,971,971,971,971,971,971,974,974,971,971,974,971,971,971,974,971,971,971,971,971,971,971,971,971,971,971,971,971,971,974,971,974,971,971,971,971,971,971,971,971,974,971,2076,0,0,0,0,1047,1047,0,0,941,0,0,0,941,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,14,14,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,1000,999,1046,1000,1047,998,0,998,1046,998,999,1046,1000,1047,998,999,1046,1000,1047,998,941,941,0,999,1046,1000,1047,998,999,999,1046,1000,1047,998,0,998,998,941,998,1000,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,941,14,999,1046,1000,1047,998,999,999,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,998,998,0,999,0,0,998,998,0,998,998,0,998,998,999,998,999,941,999,999,999,999,999,0,998,998,1046,941,1000,1000,1000,1046,999,1046,1000,1047,998,999,999,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,999,1046,1000,1047,998,998,998,999,0,941,0,1049,1049,0,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,1049,2095,2095,0,978,0,0,978,3,3,3,3,3,3,3,978,979,979,979,0,979,0,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,979,0,1699,0,0,1699,0,967,0,0,967,1001,1001,1001,1001,1001,1698,1698,1001,1001,8,1001,1001,1001,1698,1001,1001,1001,1001,967,0,1001,1001,1001,1001,1001,1001,1001,1001,1001,8,967,1001,1001,1001,1001,1001,1001,1001,1001,1001,1001,0,1001,8,1698,1001,1001,1001,1001,1001,1001,1001,1001,0,2092,2092,2093,2092,0,0,0,462,1055,462,0,0,462,1054,1050,462,1051,0,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,0,1050,1051,1050,1051,1054,1050,462,1051,1054,0,1050,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,1050,462,462,1051,1050,1054,1050,1050,462,462,1051,1054,1050,462,1051,1054,1050,462,1051,1050,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1055,1051,1054,1051,1051,1051,1054,1054,1054,1054,1054,1054,1054,1055,1051,1054,0,1054,1051,1055,1055,1055,1055,1050,1051,462,462,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,462,1051,1054,1050,1054,1054,1054,1054,1054,1054,0,1053,1055,1053,1053,0,0,1057,1053,1057,1053,1057,1053,1057,1053,1057,1053,1057,1057,1053,1057,1053,0,1057,1053,1057,1053,1057,1057,1053,1057,1053,1057,1053,1053,1057,1053,1057,1053,1057,1053,1057,1057,1053,1057,1053,1057,1053,1057,1053,1057,1057,1053,1057,1053,1057,1053,1057,1053,1057,1053,1057,1057,1055,1057,1057,0,0,0,1057,1055,1055,1055,0,1057,1057,1055,1057,1055,1057,1057,1053,1057,1053,1057,1053,1057,1053,1057,1053,1057,1053,1057,1053,0,1057,1057,1057,2100,2100,2100,2100,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,508,521,521,0,521,0,521,0,0,1010,508,521,521,1083,1082,1082,1082,1082,0,508,521,0,1081,521,521,0,505,505,1010,505,521,521,0,521,508,0,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1079,0,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,501,521,1010,1082,508,521,1079,509,1083,1010,1080,1080,521,1082,521,1079,509,1083,1010,1082,521,1079,509,1083,1010,0,1082,508,521,1079,509,1083,1010,1080,0,505,505,505,0,1080,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1080,1080,1080,1080,1080,1082,508,521,1079,509,1083,1010,1080,1080,1080,1082,521,1079,1083,1010,1082,1082,1082,505,1080,1080,1080,1080,1080,1082,508,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,0,0,521,1079,0,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1080,509,0,1079,505,1080,1079,1083,509,509,509,505,509,0,1082,1079,509,505,1080,1080,0,1082,521,1079,509,1083,1010,508,508,521,1079,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1082,508,521,1079,509,1083,1010,1080,1080,509,509,1080,1080,1987,1988,1987,1988,1989,1989,1990,1991,1989,1990,1992,1993,1991,1994,1995,1991,1994,1995,1992,1991,1993,1996,1997,1995,1990,1991,1990,1992,1991,1991,1994,1994,1995,1998,1989,1991,1991,1996,1991,0,0,1081,0,0,511,513,514,0,0,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,516,0,516,516,516,516,516,516,516,516,0,0,510,510,510,510,510,505,510,505,505,0,510,0,510,507,507,510,507,510,507,510,507,510,507,507,510,507,510,507,510,507,510,510,510,507,505,505,505,510,507,510,507,510,507,510,510,510,510,505,510,510,507,510,507,510,507,510,507,510,507,510,507,510,507,510,507,510,507,510,507,510,507,510,507,510,507,510,507,505,505,505,510,510,510,510,507,510,507,510,507,510,507,510,507,510,507,510,507,0,34,0,0,880,0,0,76,984,0,984,0,488,0,880,0,984,496,496,496,0,0,76,0,121,488,0,0,800,488,984,484,0,0,0,488,0,1087,0,0,0,984,0,0,496,0,0,880,34,0,488,121,0,34,0,488,878,121,485,34,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,484,480,485,0,489,480,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,471,34,34,1088,0,471,471,471,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,471,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,878,475,888,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,480,480,480,472,475,474,0,880,1085,488,800,475,888,1086,1087,76,34,984,496,878,895,484,480,1088,121,485,880,1085,488,800,475,888,1086,1087,76,34,984,496,878,895,484,480,1088,121,485,1085,1088,0,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,480,480,888,1085,34,750,484,480,1088,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,472,484,472,477,472,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,481,880,1085,488,800,1086,1087,76,34,984,496,895,484,480,1088,121,485,880,880,880,984,984,984,484,484,484,480,480,480,121,121,121,485,485,485,0,480,121,471,120,496,474,750,984,878,496,880,1085,488,800,475,888,1086,1087,76,34,984,496,878,895,484,484,480,1088,489,121,485,0,888,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,471,880,880,880,1085,488,800,800,475,888,1086,1087,1087,1087,1087,76,76,76,76,34,34,34,34,34,984,750,496,496,496,496,878,878,878,878,878,878,878,895,895,895,484,484,484,480,480,1088,489,121,121,121,121,121,485,485,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,1087,1087,34,34,34,34,34,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,1087,34,0,880,984,121,480,121,878,888,0,472,0,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,480,480,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,34,34,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,489,489,34,34,489,496,489,477,480,480,0,0,477,472,878,888,471,121,489,121,0,477,472,480,485,800,471,475,34,878,484,480,489,121,485,1088,477,472,477,472,0,477,472,1086,1087,895,481,475,480,489,34,1085,481,481,481,481,489,481,0,489,489,878,481,472,888,472,480,888,472,480,481,472,120,120,484,484,480,121,485,0,472,0,0,1087,880,1085,488,800,475,888,1086,1087,76,34,984,496,878,895,484,480,1088,121,485,484,484,878,0,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,471,880,1085,488,800,475,888,1086,1087,76,34,984,750,496,878,895,484,480,1088,489,121,485,480,878,888,120,0,1085,480,121,0,474,475,1085,480,474,481,750,481,481,481,484,480,485,484,480,485,0,901,880,898,901,880,0,898,898,880,901,0,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,898,898,901,901,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,898,901,0,0,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1085,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1099,1085,1099,1099,1099,1099,1099,1099,1099,1099,1085,0,0,0,0,497,497,1100,497,476,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,481,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,476,1100,497,476,476,0,481,476,481,1100,0,481,481,0,481,481,481,0,481,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,1100,497,476,476,481,1100,481,481,481,490,488,0,490,488,0,1101,488,0,488,1102,0,488,488,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1102,1102,1102,490,490,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1101,1102,490,1680,1680,1681,1679,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,120,120,120,120,0,0,0,800,1103,1097,1097,1097,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1103,1097,1103,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1103,1097,1104,0,0,0,1104,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,518,483,1104,1104,483,483,483,1104,1104,1104,483,1104,483,483,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,483,483,1104,483,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,1104,483,0,0,1107,0,0,0,876,877,877,1107,0,1107,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,1106,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,877,512,1106,1106,1107,877,512,1106,1107,877,876,876,512,1106,1107,877,512,1106,1107,877,512,512,512,1106,1106,1106,1107,1107,1107,877,877,877,512,1106,1107,877,512,512,1106,1107,877,512,1106,1107,877,512,512,512,512,1106,1107,877,512,1106,1107,877,512,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,1106,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,512,1106,1107,877,2071,2071,2071,746,0,0,1683,1683,1684,0,0,1683,746,1684,1684,1684,746,0,1999,2000,1999,2000,1999,2000,1999,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,746,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,1108,0,0,122,0,122,486,486,486,122,486,122,486,122,486,122,486,0,122,486,122,486,486,122,486,486,122,486,122,486,122,486,0,486,486,122,486,122,486,122,486,122,0,122,486,122,486,122,486,122,486,122,122,486,122,486,122,486,122,486,122,486,122,486,122,486,122,486,122,486,122,486,122,122,122,122,122,122,122,486,486,122,486,0,0,0,122,122,486,0,122,486,486,122,486,122,486,122,486,122,486,122,486,122,486,122,486,122,486,0,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,879,0,879,879,879,879,879,879,879,479,1070,0,1110,1110,0,487,0,1110,1110,1110,0,1070,487,487,487,0,1070,1111,1070,487,1070,1111,487,487,487,1070,0,487,479,1110,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,0,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,487,487,1109,1070,479,1110,1111,487,479,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1070,479,1110,1111,487,1070,1070,1070,487,487,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1070,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,479,1109,1109,487,1109,479,479,479,479,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,1109,1070,479,1110,1111,487,2072,2073,2074,2075,2074,2075,0,1112,0,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,1112,0,0,0,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,1113,492,1113,492,1113,477,492,1113,492,1113,492,492,1113,492,1113,0,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,477,477,492,1113,492,492,1113,477,492,1113,492,1113,477,492,1113,477,492,1113,1113,477,492,1113,492,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,492,1113,1113,0,0,0,0,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,482,1114,482,478,1114,482,478,482,1114,482,478,474,1114,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,1114,1114,482,478,1114,482,478,1114,482,478,482,478,1114,1114,474,1114,1114,1114,1114,482,478,1114,482,478,1114,482,478,1114,482,478,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,1114,478,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,1114,482,478,474,1114,474,1114,1115,0,0,1115,0,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,515,1115,515,1115,881,881,515,1115,515,1115,515,515,515,1115,1115,1115,515,1115,515,1115,515,1115,515,515,515,1115,515,1115,515,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,515,1115,894,900,851,851,889,894,897,0,0,894,887,883,894,886,0,0,894,886,0,889,0,894,894,900,0,886,889,0,0,897,889,897,889,897,889,897,889,897,889,897,889,897,889,883,888,897,889,886,897,889,897,889,887,897,889,888,886,883,897,883,894,894,897,889,897,889,897,889,0,897,889,889,889,889,894,894,894,894,897,889,888,897,889,897,889,897,889,887,883,886,0,887,887,888,897,889,897,889,897,889,897,889,897,889,897,889,897,889,897,889,897,889,897,889,883,883,888,894,887,887,887,886,883,887,883,888,888,897,889,897,889,897,889,897,889,897,889,897,889,897,889,897,889,883,886,887,887,888,887,883,0,1116,890,899,0,1116,0,1117,1117,1117,899,0,899,0,1117,1116,883,1117,1116,1117,1118,0,899,1117,1117,1116,1117,1118,899,899,899,899,890,1117,1117,1117,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,883,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,883,883,899,1116,1117,1118,890,899,1116,1117,1118,890,1117,899,1116,1117,1118,890,899,1116,1117,1118,1118,1118,1118,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,883,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,883,883,883,883,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,899,1116,1117,1118,890,883,1117,883,2076,0,886,0,886,0,886,972,896,972,896,972,896,972,896,972,896,972,896,972,896,972,896,886,972,972,896,972,896,896,972,896,886,972,896,972,896,972,896,972,896,896,972,896,896,972,896,972,896,972,896,886,972,972,896,972,896,972,896,972,896,972,896,972,896,972,896,972,896,972,896,972,896,886,972,972,896,972,896,972,896,972,896,972,896,972,896,972,896,972,896,886,972,0,0,524,524,524,524,524,524,524,525,524,525,524,525,524,525,524,525,524,525,524,525,524,524,524,524,524,524,524,524,524,525,524,525,524,525,524,525,524,524,525,524,525,524,525,524,525,524,525,524,525,524,525,524,524,525,524,525,524,524,524,524,524,524,524,524,525,524,525,525,525,524,525,525,525,524,524,524,525,524,525,525,524,524,525,524,524,524,524,524,524,524,524,524,524,525,524,524,525,524,525,524,525,524,525,524,525,524,525,524,525,524,525,524,525,524,525,524,525,524,524,524,524,524,524,524,525,525,524,524,525,524,524,524,525,525,524,525,524,524,524,524,524,524,525,524,525,524,525,524,524,524,525,524,525,524,525,524,525,524,525,524,0,0,1075,1075,1075,1075,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1122,1122,1122,1075,1122,1075,1122,1075,1122,1075,1122,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,1075,1122,2001,2002,2003,2004,2001,2002,2003,2004,0,1127,1127,0,0,0,0,0,1127,970,473,1127,970,473,1127,970,473,1127,970,473,1127,970,473,1127,970,473,1127,970,473,1127,970,473,472,473,970,970,1127,970,473,491,491,1127,970,473,1127,970,473,472,473,473,473,472,472,970,1127,970,473,473,473,491,473,491,970,1127,970,970,473,1127,970,473,1127,970,473,970,970,970,472,473,1127,970,473,1127,970,473,1127,970,473,1127,970,473,1127,970,1127,970,473,1127,970,473,1127,970,473,1127,970,473,1127,970,473,472,970,970,472,970,473,472,472,0,472,491,970,472,970,472,970,970,472,970,472,473,970,970,472,473,0,491,970,0,1127,970,473,1127,970,473,1127,970,473,1127,970,473,1127,970,473,1127,970,473,1127,970,473,970,970,902,0,1125,1127,0,1125,1127,902,0,0,0,0,0,902,0,1125,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,491,1125,1126,491,1125,1126,902,1125,1126,902,1125,1126,902,1125,491,902,903,0,1125,1126,491,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,903,0,905,905,905,1126,0,904,0,1125,1126,491,905,904,0,1125,1126,491,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,1125,1126,902,903,0,0,908,908,908,908,908,908,908,908,908,908,908,0,908,908,908,908,908,908,908,908,0,908,0,903,0,0,908,908,908,908,908,908,908,908,908,908,908,908,908,908,903,908,908,908,908,908,908,908,908,908,903,0,907,0,907,0,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,0,904,0,904,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,906,907,0,0,905,0,905,0,905,0,905,900,851,0,851,0,900,0,0,910,0,0,851,900,911,18,910,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,18,851,900,18,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,0,851,900,911,18,851,900,851,851,851,851,900,911,18,851,900,900,900,911,18,851,900,911,18,851,900,911,18,851,900,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,0,900,851,900,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,851,900,911,18,498,498,0,0,0,498,499,498,499,498,499,498,499,498,499,498,499,498,499,498,499,473,499,499,499,499,498,499,498,499,498,499,0,498,498,498,499,499,499,499,499,498,499,498,499,498,499,498,499,499,473,498,499,498,499,498,499,498,499,499,498,499,498,499,498,499,498,499,498,499,498,499,499,473,499,473,499,498,499,498,499,498,499,498,499,498,499,498,499,498,499,1002,1002,1098,1072,1128,1128,1004,1072,0,1128,1128,1128,1128,1003,1003,0,0,1004,0,0,1128,1098,1002,1128,0,0,1128,1128,0,1072,1128,0,1003,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,1098,1098,519,1006,1128,1002,1003,1072,1098,1004,1006,1006,1002,1072,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,1128,1002,1003,1072,1098,1002,1002,1002,1003,1003,1003,1098,1098,1098,1006,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,0,1006,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,519,1006,1128,1002,1003,1072,1098,1004,1006,1006,1006,1098,1006,1006,1006,1006,0,1006,519,1006,1128,1002,1003,1072,1098,1004,1006,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,519,1006,1128,1002,1003,1072,1098,1004,1006,2005,2006,2006,2005,2007,2007,520,520,0,0,520,520,520,520,520,520,520,520,520,520,520,520,520,520,520,520,0,520,520,520,520,520,520,520,520,520,520,520,520,520,520,520,520,520,520,520,520,2008,2009,2009,2009,2009,0,0,1129,1129,1129,1129,1129,1129,1129,1129,1129,1129,1129,1129,1006,1129,1129,1129,1129,1129,1129,1129,1129,1006,1129,1129,1129,1129,1006,1129,1129,1129,1129,1129,1129,1129,1129,1129,1129,1006,1006,1006,1006,1006,1006,1006,1006,1129,1006,1129,1129,1129,1129,1129,1129,1129,1006,0,501,0,0,0,0,0,0,0,0,0,108,1063,108,1063,108,1063,108,1063,108,1063,0,108,108,1063,108,1063,0,1063,108,1063,108,1063,108,1063,108,1063,108,1063,95,1063,0,0,108,1063,108,1063,108,1063,108,108,1063,108,1063,108,1063,108,1063,108,1063,1063,108,1063,108,1063,108,1063,108,1063,108,108,1063,0,108,95,1063,108,1063,95,1063,0,1063,108,1063,108,1063,108,1063,108,1063,108,1063,108,1063,108,1063,108,0,0,0,0,0,0,0,0,0,0,0,0,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,1131,0,1131,1131,1131,1131,1131,1131,1131,0,0,0,0,95,95,95,0,0,0,0,0,0,0,0,560,531,633,0,0,522,531,633,125,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,125,527,529,532,0,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,535,527,529,532,529,532,532,529,527,125,548,535,532,0,0,535,536,527,553,0,535,527,529,532,535,529,532,529,0,535,527,535,529,529,532,527,0,0,125,0,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,0,543,543,553,543,543,553,543,0,527,535,535,536,527,527,628,0,0,527,536,536,535,536,536,522,527,527,527,543,560,536,628,0,527,543,527,527,0,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,0,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,0,0,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,0,679,681,1130,1132,679,681,1130,1132,680,682,679,681,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,679,681,680,680,682,682,1133,1130,1132,1130,1132,1130,1130,1130,1132,1132,1132,679,681,680,682,1133,1133,1130,1130,1132,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,1132,1132,679,681,680,682,1133,1130,1132,679,681,679,681,1130,1132,681,1130,1132,680,682,681,679,681,681,679,681,681,680,682,679,679,681,681,681,679,681,680,682,679,679,681,681,681,679,681,1130,1132,1133,1130,1132,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,680,682,680,682,679,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,679,681,680,682,1133,1130,1132,0,681,0,0,0,0,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,683,0,1135,1135,684,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,684,683,683,1134,1135,1135,1135,1135,1135,684,683,1134,1135,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,1134,684,683,1134,1135,683,683,684,684,1134,683,683,1135,1135,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,684,684,684,683,1134,1135,684,683,1134,1135,684,683,1134,1135,0,0,0,0,0,0,0,1138,1136,686,687,1140,1139,685,1136,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1136,0,0,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1138,1136,686,687,1140,1139,685,685,1138,1139,1138,1139,1138,1136,686,687,1140,1139,685,1136,1136,1140,1138,1136,686,687,1140,1139,685,685,1138,1136,686,687,1140,1139,685,685,1138,1138,1136,686,686,687,1140,1139,685,0,1138,1136,686,687,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,685,685,1138,1136,686,687,1140,1139,685,1136,1138,1138,1136,1140,685,685,685,685,685,1136,1140,1140,1140,685,1138,1139,1138,1139,1138,1138,1140,1136,1139,1139,685,1138,1139,687,687,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1140,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1138,1136,686,687,1140,1139,685,1148,1148,0,1148,1148,0,0,0,0,0,0,0,0,1148,0,0,0,0,1148,1148,1148,0,0,0,1148,615,0,1148,1148,0,615,2010,0,0,1148,1148,1148,1148,0,0,1148,1148,0,1148,1148,1148,0,0,1148,0,0,1148,1148,1148,1148,1148,1148,2010,1148,1148,1148,0,0,0,0,1148,0,0,0,0,0,1148,0,0,0,0,0,0,1148,615,1148,0,1148,1148,1148,1148,0,1148,0,0,0,0,1148,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,613,616,613,616,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,1144,1144,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,1145,1146,1147,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,543,1148,616,615,1149,1150,1148,616,615,1149,1150,548,1148,1149,1148,1149,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,552,692,1149,1149,1145,1146,544,1150,644,553,0,0,0,1150,138,613,613,692,693,694,1152,1148,616,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,138,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,0,1144,1148,615,1149,1148,1148,1148,615,615,615,1149,1149,1149,553,1149,548,1149,138,138,613,692,693,694,1152,1152,1148,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,138,138,138,138,138,138,138,138,138,138,138,138,138,138,138,138,138,138,138,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,1149,1145,1146,544,1150,644,1144,1145,1146,544,644,138,1149,1145,1146,1147,544,1150,644,1144,1148,1149,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,1153,549,688,689,690,562,574,617,623,618,619,620,621,622,629,675,677,676,138,1149,1145,1146,544,1150,644,1144,548,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,641,642,138,138,644,553,138,613,616,1149,1145,1146,1147,1150,1144,138,1148,1149,1153,549,688,689,690,562,574,617,623,618,619,620,621,622,629,675,677,676,612,694,1149,1145,1146,1147,1150,1150,1150,1150,590,642,552,692,1149,1145,1146,544,1150,644,612,694,1149,1145,1146,1147,1150,1150,1150,1150,590,642,594,545,692,693,1149,1145,1146,544,1150,641,644,545,693,1149,1145,1146,544,1150,641,590,614,1149,1145,1146,1150,1145,612,694,1149,1145,1146,1147,1150,1150,1150,1150,642,612,694,1149,1145,1146,1147,1150,1150,1150,1150,642,1150,138,543,1149,543,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,553,543,1149,543,1149,553,543,1149,0,641,642,628,1149,1145,1144,644,1150,0,138,543,1144,590,628,543,1148,616,615,1149,1150,138,1152,1148,138,1152,1148,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,1153,549,688,689,690,562,574,617,623,618,619,620,621,622,629,675,677,676,594,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,138,613,692,693,694,1152,1148,616,615,1149,1145,1153,1146,1147,544,549,688,689,690,1150,562,574,590,594,617,623,618,619,620,621,622,629,641,642,644,1144,675,677,676,1145,1146,1147,548,1149,548,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,1149,548,1149,0,0,0,0,0,0,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1176,1180,1177,1177,1181,1178,1178,1179,1179,1176,1180,1177,1177,1181,1178,1178,1179,1179,1176,1180,1180,1177,1177,1181,1181,1178,1178,1179,1179,1176,1180,1177,1181,1178,1179,1176,1176,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1180,1181,1176,1176,1180,1177,1181,1178,1179,1180,1181,1176,1176,1178,1179,1176,1180,1181,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1176,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,1176,1180,1177,1181,1178,1179,0,0,0,0,0,560,531,633,0,522,531,633,125,0,0,0,0,0,0,0,0,0,0,0,0,0,527,529,532,527,535,527,535,527,536,527,527,527,535,527,527,543,527,536,548,527,527,552,553,527,527,527,529,532,536,536,553,527,527,527,527,535,527,529,535,527,536,548,527,527,527,527,535,527,0,535,527,529,532,529,532,532,529,527,548,535,532,535,536,527,553,535,527,529,532,535,529,532,529,535,527,535,529,529,532,527,125,560,612,536,552,560,612,536,522,527,545,545,560,536,614,535,612,612,543,543,553,543,543,553,543,527,535,535,536,527,527,628,527,536,536,535,0,536,536,522,527,527,527,543,560,536,0,628,527,543,527,527,535,527,532,532,532,532,532,532,532,532,532,529,532,529,532,532,532,532,532,531,633,532,529,532,532,532,535,529,527,536,536,548,548,548,527,0,0,0,0,0,0,0,705,717,0,0,531,0,0,0,0,0,0,705,717,0,0,705,717,0,0,0,0,0,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,531,0,0,0,125,0,0,0,0,0,0,593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,529,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,593,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,535,535,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,535,634,1182,706,1183,708,696,593,634,1182,706,1183,708,696,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,593,1183,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,697,634,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,0,529,593,593,535,529,535,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,626,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,703,716,710,711,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,535,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,535,529,529,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,529,707,703,716,579,568,595,599,647,581,603,669,540,626,625,588,658,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,696,710,593,697,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,535,698,634,579,568,571,595,591,599,647,581,603,669,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,593,593,0,0,0,0,0,0,535,535,529,535,529,529,0,535,535,0,529,529,705,717,634,0,125,634,707,703,716,579,568,595,599,647,581,603,669,540,626,625,588,658,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,571,660,570,593,593,593,571,660,570,593,593,0,0,571,591,660,570,708,593,593,593,571,660,570,593,593,535,593,593,634,634,0,535,535,0,0,0,535,571,591,660,570,593,571,660,570,593,634,705,717,579,535,634,1182,706,1183,708,696,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,529,529,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,0,0,0,0,0,0,531,634,707,716,579,568,595,599,647,581,603,669,540,626,588,658,530,606,557,605,585,583,600,597,602,670,704,706,717,696,712,713,714,715,718,711,593,571,591,660,570,593,529,0,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,634,1182,707,703,716,579,568,571,595,591,599,647,581,603,669,540,626,625,588,658,660,570,530,606,557,605,585,583,600,597,602,670,704,706,705,717,1183,708,696,699,700,701,702,709,710,712,713,714,715,718,711,593,535,529,1182,634,0,0,0,560,0,0,0,0,0,0,0,0,0,0,0,0,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,536,632,547,719,559,561,573,635,636,631,720,672,674,537,719,636,672,719,636,672,536,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,0,632,547,719,559,561,573,635,636,631,720,672,674,537,536,536,536,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,559,635,636,672,674,537,559,635,636,672,674,537,559,635,636,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,561,573,631,559,635,636,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,635,636,674,537,536,632,547,561,573,631,560,719,559,635,636,720,672,674,537,536,560,719,559,635,636,720,672,674,537,536,635,636,672,674,537,560,719,559,635,636,720,672,674,537,536,536,536,536,536,536,635,636,672,674,537,560,719,559,635,636,720,672,674,537,536,719,636,672,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,561,573,631,635,636,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,632,547,719,559,561,573,635,636,631,720,672,674,537,0,536,536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,733,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,527,532,527,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,527,527,527,527,527,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,527,527,527,1185,731,723,728,729,721,725,727,733,695,691,1186,723,728,729,721,725,727,733,695,691,1186,527,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,527,587,527,527,1187,1185,731,733,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,0,527,1188,1189,733,1186,1188,1188,1188,1189,1189,1189,733,733,733,1186,1186,1186,532,1187,1185,731,527,527,527,527,527,527,1190,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,1188,666,1189,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1186,527,527,527,527,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1187,1185,731,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,527,0,556,563,564,569,580,589,582,596,565,609,637,638,643,646,645,648,678,546,624,627,538,539,566,541,533,558,586,584,592,601,598,608,656,657,659,661,653,666,667,668,651,652,730,732,556,563,564,569,580,589,582,596,565,609,637,638,643,646,645,648,678,546,624,627,538,539,566,541,533,558,586,584,592,601,598,608,656,657,659,661,653,666,667,668,651,652,730,732,556,563,564,569,580,589,582,596,565,609,637,638,643,646,645,648,678,546,624,627,538,539,566,541,533,558,586,584,592,601,598,608,656,657,659,661,653,666,667,668,651,652,730,732,1195,733,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,527,532,532,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,532,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,527,550,671,551,554,575,534,528,578,576,589,604,630,1191,1192,1193,1194,577,665,663,654,655,662,664,649,650,695,556,563,564,569,580,589,582,596,565,609,637,638,643,646,645,648,678,546,624,627,538,539,566,541,533,558,586,584,592,601,598,608,656,657,659,661,653,666,667,668,651,652,730,732,1185,1185,1185,731,731,731,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,532,695,691,580,1187,1185,731,640,639,645,722,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,541,533,558,586,584,592,601,598,608,665,656,657,659,661,654,653,666,662,667,668,664,649,650,728,729,721,724,725,727,730,732,735,0,1185,731,1185,731,1185,1185,527,1187,1185,731,527,532,532,1187,1185,731,695,691,527,609,609,0,532,609,609,527,0,550,671,551,554,575,534,528,578,576,589,604,630,1191,1192,1193,1194,577,665,663,654,655,662,664,649,650,695,556,563,564,569,580,582,596,565,609,637,638,643,646,645,648,546,624,627,538,539,566,639,533,558,586,584,592,601,598,608,656,657,659,661,653,666,667,668,651,652,587,587,556,563,564,569,580,582,596,565,609,637,638,643,646,645,648,546,624,627,538,539,566,639,533,558,586,584,592,601,598,608,656,657,659,661,653,666,667,668,651,652,587,0,0,522,726,1187,1185,731,542,555,556,563,564,569,580,582,596,565,609,637,638,643,646,645,648,678,546,624,627,538,539,566,640,541,533,558,586,584,592,601,598,608,656,657,659,661,653,666,734,667,668,651,652,723,728,729,721,724,725,727,730,732,735,695,527,609,609,587,556,563,564,569,580,582,596,565,609,637,638,643,646,645,648,546,624,627,538,539,566,639,533,558,586,584,592,601,598,608,656,657,659,661,653,666,667,668,651,652,587,1187,1185,731,1187,1187,527,0,0,640,639,527,527,0,0,0,527,0,522,1187,1185,542,555,556,563,564,569,580,582,596,565,609,637,638,643,646,645,648,678,546,624,627,538,539,566,541,533,558,586,584,592,601,598,608,656,657,661,653,666,667,668,723,728,729,721,724,725,727,527,527,1185,1185,527,556,563,564,569,580,582,596,565,609,637,638,643,646,645,648,546,624,627,538,539,566,639,533,558,586,584,592,601,598,608,656,657,659,661,653,666,667,668,651,652,527,645,645,527,527,527,723,728,729,721,725,727,733,695,691,1186,1190,1188,1189,1186,1190,1188,1189,1186,733,532,532,532,532,532,532,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,532,532,532,532,532,532,532,532,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,532,551,575,578,630,665,663,654,655,662,664,649,650,695,633,726,1187,1185,731,542,555,563,564,569,580,582,596,565,609,637,638,643,646,645,648,627,538,539,566,640,541,533,558,586,584,592,601,598,608,656,657,659,661,653,666,734,667,668,651,652,723,728,729,721,724,725,730,732,735,695,532,532,532,532,0,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,1190,726,1187,1185,731,542,550,671,551,554,555,556,563,564,569,575,534,528,578,576,580,589,582,596,565,604,630,609,1191,1192,1193,1194,637,638,643,646,645,648,678,546,624,627,538,539,566,577,640,639,541,533,558,586,584,592,601,598,608,665,663,656,657,659,661,654,655,653,1188,666,1189,662,734,667,668,651,652,664,587,649,650,723,728,729,721,724,725,727,730,733,732,735,695,1195,691,1186,0,527,527,0,0,0,0,0,0,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1204,1204,1204,1204,1202,1200,1203,1198,1204,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,1202,1200,1203,1198,1204,0,0,0,0,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,0,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,1199,1201,1205,0,0,0,611,0,0,0,0,611,611,0,0,0,611,0,0,0,0,0,0,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,736,736,611,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,611,611,738,741,1210,743,745,610,736,611,1206,1209,736,611,1209,736,736,611,1209,611,611,738,741,1210,743,745,610,736,611,1206,1209,1206,1210,738,741,1210,743,745,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,697,738,741,741,1210,743,745,610,736,736,611,1206,1209,611,1206,1209,611,611,611,738,738,741,1210,743,745,610,736,611,1206,1209,738,741,741,741,741,741,741,1210,743,743,743,743,743,745,610,736,736,611,611,611,1206,1206,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,611,611,736,611,611,738,741,1210,743,745,610,736,611,1206,1209,610,611,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,1210,745,736,611,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,741,743,741,697,738,741,1210,743,745,610,736,611,1206,1209,611,611,738,610,611,611,611,611,611,741,1210,743,745,1206,1209,745,736,0,0,611,741,743,1210,738,737,739,740,739,742,737,742,740,1210,736,611,1209,738,738,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,741,743,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,738,741,1210,743,745,610,736,611,1206,1209,1206,744,1210,736,744,736,0,610,0,736,0,0,0,749,0,0,0,1214,1214,1214,1214,1214,1214,1214,1214,1214,0,1214,1214,1214,1214,1214,1214,1214,1214,1214,749,1214,1214,1214,1214,1214,1214,1214,1214,1214,1214,1214,0,0,749,1214,1214,1214,1214,1214,1214,1214,0,1214,1216,1215,0,752,0,1218,0,0,0,1083,1216,0,0,1215,1216,1218,1215,0,0,0,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1039,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1041,1040,1039,1042,1215,1216,1217,1218,1041,1041,1040,1042,1215,1216,1217,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,752,1041,1040,1039,1042,1215,1216,1217,1218,1041,1218,0,1040,1039,1042,1215,1216,1217,1218,1041,1041,1040,1040,1040,1040,1039,1042,1215,1216,1217,1218,1218,1218,1041,1041,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1039,1042,1042,1041,1042,1039,1217,0,1041,1039,1039,1040,1217,1041,1041,0,1040,1042,1040,1039,1042,1215,1216,1217,1218,1041,1039,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1040,1039,1042,1215,1216,1217,1218,1041,1041,1042,1042,1042,1042,1042,1222,0,1218,1222,0,1218,0,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1222,1040,1040,1222,1222,1222,1222,1222,1222,1222,1222,0,0,0,1219,1223,0,1219,1219,1219,1223,1219,1223,1219,1223,1219,1223,1219,1219,1223,1219,1223,1219,1219,1223,1223,1219,1223,1223,1219,1219,1223,1219,1219,1223,1219,1223,1219,1223,1219,1223,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1219,1219,1219,1223,1219,1223,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,1219,1223,0,0,1224,1224,1224,1224,1224,1224,1224,1224,1223,1224,1224,1224,1224,1224,1224,1224,1223,1224,1224,1224,1224,1224,1224,1224,1224,1224,1224,1224,1224,1224,1224,1224,1224,1224,1223,1224,1223,1224,1224,1224,1224,1224,1224,1224,1224,1224,0,0,0,0,0,2011,2012,772,1240,0,0,0,1239,0,2011,2012,772,2011,2012,772,0,1242,0,0,0,756,754,1243,0,0,0,0,0,2011,2012,772,0,0,1240,1240,0,1241,761,1242,0,0,0,0,0,0,0,0,0,0,1241,761,2011,2012,772,0,1239,1240,0,1239,0,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1225,1220,1228,1220,1227,1230,1231,1231,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1230,1231,1231,0,1225,1220,1228,1220,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1228,769,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,769,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,765,1238,0,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1230,1231,1231,769,1220,1230,1228,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1230,1231,1231,769,772,1239,1240,1241,1242,761,756,754,1243,772,772,772,761,761,761,756,756,756,754,754,754,1243,1243,1243,1225,1226,765,1238,1225,1230,1231,1220,1227,769,1225,1226,772,1220,1227,1237,1228,1229,1239,1240,1241,1242,761,756,754,1243,1236,1248,769,1245,1225,1226,1226,772,772,1220,1227,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1220,1228,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,756,754,753,1245,1220,1227,1228,1229,755,1220,1227,765,755,1220,1227,765,772,761,756,754,1243,1220,1227,765,1220,1220,1227,1227,765,1228,1229,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,1225,1220,1227,1227,1235,1236,1237,1248,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,772,1227,1228,1229,1242,1241,1242,1241,1225,1226,1220,1227,1228,1229,765,1238,1220,1227,0,769,1220,1227,1228,1229,1230,1231,1231,0,1245,1220,1230,1231,1228,1248,1235,1236,1237,1225,1226,1225,1226,753,1245,1220,1227,1230,1231,1231,756,754,1241,0,0,765,1225,1236,765,1238,0,759,1230,1231,1231,1230,1231,1231,1228,1220,1227,1220,769,772,1241,769,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,756,754,1243,0,772,1220,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1248,769,1245,1225,1226,772,1220,1227,1230,1231,1235,1236,1237,1228,1229,765,1238,1239,1240,1241,1242,761,756,754,1243,1220,1230,1228,772,1230,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,2013,2014,2015,2016,2016,2014,2017,2015,2016,2014,2017,2015,2016,0,0,0,0,0,771,0,0,0,773,774,776,768,1233,760,1233,760,1233,760,1233,760,1233,760,766,1233,760,1233,760,1233,776,766,776,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,760,773,774,1233,1233,773,774,776,768,1233,773,774,776,768,1233,768,768,771,773,773,774,776,776,1233,1233,773,774,776,768,1233,768,1233,768,1233,766,760,776,776,1233,773,774,776,768,1233,760,766,773,774,776,776,1233,1233,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,760,773,774,1233,1233,768,1233,760,1233,760,776,1233,768,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,1233,766,776,773,774,776,768,1233,1233,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,1233,773,774,776,768,1233,760,766,773,774,776,776,1233,1233,766,776,776,773,774,776,768,1233,760,773,774,1233,768,760,1233,760,766,773,774,776,776,1233,1233,766,776,766,776,766,776,766,776,766,776,766,776,766,776,760,766,773,774,776,776,1233,1233,773,774,776,766,776,766,776,766,776,766,776,768,1233,768,768,768,768,760,776,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,773,774,776,768,1233,766,776,1233,760,1233,1233,0,0,0,0,0,0,0,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1232,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1232,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1232,1232,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1232,1253,1253,1232,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1253,1253,1253,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1232,1244,1247,1255,1244,1232,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1253,1232,1244,1247,1255,1232,0,0,0,0,0,778,778,778,778,778,778,0,0,0,778,778,778,778,0,0,0,778,778,0,777,0,0,0,0,778,778,778,0,0,0,0,778,1256,1257,1257,1257,1258,1265,1259,764,1266,1256,1260,1257,763,763,763,763,777,1258,1258,1259,1259,764,764,1260,1260,2018,763,763,763,777,1258,1258,1259,1259,764,1260,0,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1256,1257,1257,1259,1260,1257,777,1258,1258,1259,1259,764,764,1260,1260,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1259,764,1260,1257,1258,1259,1260,1257,1258,1259,1260,1257,1260,1256,1257,1257,1258,1265,1259,764,1266,1256,1260,1257,763,763,1257,1258,1258,764,764,764,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,764,1260,1258,1265,1259,764,1266,1256,1260,1257,763,1257,764,1260,1259,1259,0,1259,1259,763,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,777,1258,1259,1259,764,1260,1260,764,1266,1256,1260,763,763,763,1259,1260,1259,1258,1265,1259,764,1266,1256,1260,1257,763,777,1259,1259,764,1260,1260,777,1259,1259,764,1260,1260,1258,778,1258,1265,1259,764,1256,1260,1257,763,1266,1256,1256,1256,763,763,763,1258,1259,1260,1258,1259,1260,1258,1259,1260,1259,1260,1265,1258,1259,1260,1260,1260,777,1258,1258,1259,1259,764,764,1260,1260,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1258,1265,1259,1260,777,1258,1258,1265,1259,1259,764,1260,1260,1259,1258,1259,1258,1259,1259,1260,1259,1260,1258,1265,1259,1258,1265,1259,1259,1260,1259,1260,1259,1260,1259,1260,763,763,763,777,1258,1258,1258,1258,1265,1259,1259,1259,764,764,764,1266,1256,1260,1260,1260,1257,763,1265,1259,764,1260,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,763,1258,763,2019,764,764,1258,1265,1259,764,1266,1256,1260,1257,763,764,1266,764,764,1257,1266,764,1257,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1256,1260,763,1256,1259,1260,1259,1260,1259,1265,1256,1259,1260,1259,1260,769,764,1260,763,764,764,1259,1260,1259,1260,1259,1260,1259,1260,1260,1260,2020,2020,2020,2020,2020,2020,2021,764,2021,763,763,763,1256,1256,1259,1256,764,764,1256,763,763,0,1266,763,1256,0,1259,1259,763,763,1258,1265,777,1258,1258,1259,1259,764,764,1260,1260,1258,764,763,1266,1256,763,0,1259,764,1259,764,764,1256,764,1256,777,1258,1258,1259,1259,764,764,1260,1260,764,777,1258,1258,1259,1259,764,764,1260,1260,764,1266,1260,764,1258,763,763,763,763,769,1258,1256,777,1258,1258,1259,1259,764,764,1260,1260,1265,1259,764,1260,1265,1260,763,1259,764,1266,1260,763,1259,764,1266,1260,763,764,1258,1265,1259,764,1266,1256,1260,1257,763,1259,1259,1258,764,0,1257,1259,764,1260,764,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,1258,1265,1259,764,1266,1256,1260,1257,763,0,778,0,1266,764,764,2019,777,1258,1258,1259,1259,764,764,1260,1260,2022,2023,2024,1259,1260,1259,1260,1258,1265,777,1258,1258,1259,1259,764,764,1260,1260,2022,2023,2024,1259,1260,1259,1260,763,0,0,0,0,1267,1267,1267,1267,1267,1267,1267,1267,1258,1267,1267,1267,1267,1265,1267,1265,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,1267,769,1267,1258,1265,1258,769,1258,1265,1267,1267,1267,1267,1267,1267,1267,1258,1265,0,0,0,0,0,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,795,795,1273,795,795,1273,795,1273,795,795,1274,1276,1273,1273,1275,795,795,1274,1276,1273,1273,1275,795,1274,1276,1273,1275,795,1273,1274,1276,795,1273,795,1274,1273,1275,795,1273,795,1274,1273,1275,795,1273,1275,795,1273,1275,795,1274,1276,1273,1275,795,1273,795,795,1274,1276,1273,1273,1275,795,795,1274,1276,1273,1273,1275,795,795,795,1274,1274,1276,1276,1273,1275,1275,795,795,1273,1273,1275,795,795,795,1273,1273,1273,1275,1275,1275,795,795,795,1274,1273,1273,1275,1275,795,795,1274,1276,1273,1273,1275,795,1274,1276,1273,1275,1273,795,795,1274,1276,1273,1275,1273,795,1273,1273,795,1273,1273,795,1273,795,1274,1276,1273,1275,795,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,795,795,795,795,1274,1276,795,1274,1276,1273,1275,795,1273,795,1273,795,1273,1273,795,1273,795,1273,1273,795,1273,1275,795,1273,1274,1276,1274,1276,1274,1276,1274,1276,1274,1276,1274,1276,795,1273,1273,1275,795,1273,795,795,1273,1273,795,795,1273,795,1273,795,795,1273,1275,1274,1276,1274,1276,795,795,795,795,1274,1273,1275,1273,1275,1273,1275,795,1273,795,1274,1276,1273,1275,795,795,795,1274,1276,1273,1273,1273,1275,795,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1273,1273,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,1274,1276,1273,1275,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,795,1273,1273,1273,0,0,1268,1268,1268,1268,1268,1268,1268,1268,1268,1259,1259,1268,1268,1268,1268,1259,1268,1268,1268,1268,1268,1268,1268,1268,1268,1268,1268,1268,1268,1268,1268,1259,1268,1268,1268,1268,1268,1268,1268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,779,787,762,788,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,1279,1279,758,758,785,785,1280,1281,779,779,787,787,1282,1283,762,762,788,788,1279,758,758,785,785,1281,779,787,1282,1283,762,788,758,785,782,783,782,783,1287,762,762,788,782,783,1279,758,785,1285,762,788,1221,1284,1221,1284,1279,758,785,1285,762,788,1221,1221,1284,1284,0,0,767,786,779,1285,1285,1285,1285,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,1281,0,0,0,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1279,758,785,786,1280,779,787,1282,1283,762,788,1221,1284,767,781,1279,758,785,786,1286,1287,1285,779,787,762,788,758,758,785,785,779,779,787,787,762,762,788,788,767,781,786,758,785,1280,779,787,762,788,762,788,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,1279,1280,757,1279,1280,757,762,788,762,788,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,786,779,787,767,781,767,781,786,784,762,788,1286,0,767,781,1279,758,785,786,1280,1281,779,787,1282,1283,762,788,1221,1284,757,784,781,787,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,1221,1284,758,785,767,767,781,781,1279,1279,1279,758,758,785,785,786,786,1281,1281,779,779,787,787,762,762,788,788,767,767,781,781,1279,758,758,785,785,786,786,1281,1281,779,779,787,787,762,762,788,788,758,785,762,788,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,779,787,762,788,767,767,767,781,781,781,1288,1288,1288,1279,1279,1279,758,758,758,785,785,785,786,786,786,1286,1286,1286,1287,1287,1287,1285,1285,1285,1280,1280,1280,1281,1281,1281,779,779,779,787,787,787,1282,1282,1282,1283,1283,1283,762,762,762,788,788,788,1221,1221,1221,1284,1284,1284,782,782,782,783,783,783,757,757,757,1285,758,762,784,758,758,785,785,779,779,787,787,762,762,788,788,767,781,1288,1279,758,785,786,1286,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,767,781,781,1288,1288,1288,1288,1288,1279,758,758,758,785,785,785,786,786,1286,1286,1286,1287,1285,1280,1281,779,779,779,779,787,787,787,787,1282,1282,1283,1283,762,762,762,762,762,788,788,788,788,1221,1221,1284,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,762,1221,1284,1221,1284,1281,758,785,1281,779,787,762,788,767,781,767,781,786,1286,1284,767,781,786,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,1286,767,781,758,785,786,1286,1287,1285,779,787,1282,1283,762,788,1221,1284,1281,1281,1279,1280,1287,779,787,762,788,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,786,779,787,1281,1285,1286,1287,1285,1280,1282,1283,1221,1284,767,781,786,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,786,767,781,786,767,781,767,781,786,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,1286,1287,1285,1280,1282,1283,1221,1284,1284,1284,767,781,786,779,787,767,781,758,785,786,779,787,762,788,1280,1282,1283,1221,1284,767,781,1285,779,787,1281,1285,1285,1281,762,788,767,781,1279,758,785,786,1285,779,787,762,788,779,787,762,788,1221,1284,1221,1284,1284,1284,1221,1284,1221,1284,1284,1284,1221,1284,1221,1284,1284,1284,1284,1284,1284,1284,758,785,762,788,1279,758,785,786,1280,779,787,762,788,767,781,786,786,1279,758,785,786,1280,779,787,762,788,767,781,786,786,767,767,781,781,1279,1279,758,758,785,785,786,786,1280,1281,1281,779,779,787,787,762,762,788,788,767,767,781,781,1279,758,758,785,785,786,786,1281,1281,779,779,787,787,762,762,788,788,1284,1279,758,785,1281,779,787,762,788,767,781,1288,1279,758,785,786,1286,1287,1280,1281,779,787,1282,1283,762,788,1221,1284,1284,1281,1286,782,783,1285,1285,762,788,782,783,779,787,762,788,0,1280,762,788,782,783,758,785,786,1284,767,786,1221,1284,1284,1221,1284,1279,1280,757,1284,0,0,758,1221,1284,1221,1284,1221,1284,762,788,1284,1285,1285,1287,763,784,0,762,788,758,785,1281,762,788,1221,1284,1286,767,781,758,758,785,785,786,779,779,787,787,762,762,788,788,767,781,786,767,781,786,1279,1279,767,781,786,1221,1284,782,783,782,783,782,783,767,784,767,781,786,0,0,1284,1285,758,785,779,787,1282,1283,762,788,762,788,1285,1279,758,758,758,785,785,785,1280,1281,779,787,1282,1283,762,788,1279,758,758,785,785,1281,779,787,1282,1283,762,788,1279,1279,779,779,787,787,762,762,788,788,784,1286,1287,1285,1221,1284,1221,1284,1221,1284,1221,1284,785,788,1284,758,1287,762,1221,758,785,779,787,1282,1283,762,788,1221,1284,785,788,1221,1284,1221,1284,1284,786,767,781,758,785,786,779,787,1282,1283,762,788,767,781,758,785,786,779,787,1282,1283,762,788,767,781,758,785,786,779,787,1282,1283,762,788,767,781,758,785,786,779,787,1282,1283,762,788,767,781,786,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,762,788,1288,1288,767,762,1286,1287,1285,1282,1283,762,788,758,785,779,787,1282,1283,762,788,785,788,767,781,758,785,786,779,787,1282,1283,762,788,786,779,767,781,758,785,786,1286,1287,1285,779,787,1282,1283,762,788,1221,1284,767,781,758,785,786,779,787,1282,1283,762,788,758,785,779,787,1282,1283,1281,1282,1280,1283,1280,1283,1287,1287,1280,1280,1282,1282,1221,1221,1285,1283,1284,1284,1285,1280,1283,1284,1284,1280,1282,1283,1280,1282,1283,1287,1287,1280,1280,1282,1221,1221,1285,1284,1285,1284,767,781,786,1221,1284,1286,767,781,1279,758,785,786,1280,779,787,1282,1283,762,788,1221,1284,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,762,788,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,1288,1279,758,785,786,1286,1287,1285,1280,1281,779,787,1282,1283,762,788,1221,1284,782,783,757,767,781,786,1285,0,0,1285,1281,781,787,1288,767,781,786,779,787,1221,1284,762,762,788,762,788,1221,1284,1288,758,785,1282,1283,762,788,782,783,767,781,786,785,788,783,781,785,788,783,781,1288,758,785,1282,1283,762,788,782,783,767,781,786,758,762,785,788,783,781,1288,785,1283,788,783,781,767,781,1279,758,758,785,785,786,1281,779,779,787,787,762,762,788,788,758,785,762,788,0,789,789,789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2025,2026,2027,2019,2027,2028,2028,2028,2026,2029,2030,2029,2030,2030,2030,2029,2030,2029,2030,2030,2030,2029,2030,2029,2030,2030,2030,2030,2030,2030,2030,2021,2031,2021,2031,2032,2028,2026,2033,2032,2026,2033,2034,2019,2027,2023,2035,2024,2036,2034,2037,2038,2023,2035,2024,2036,2034,2037,2038,2035,2036,2034,2038,0,0,0,0,0,790,791,792,793,794,0,0,0,0,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1260,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1260,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1269,1270,1291,1269,1270,1291,1269,1270,1269,1270,1260,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,1291,1269,1270,777,0,0,777,777,777,777,777,777,777,777,777,777,777,777,777,775,775,777,777,0,0,0,0,0,0,0,0,0,0,0,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,797,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,798,799,1292,1254,798,799,1292,1292,798,797,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,798,799,1292,1254,0,0,0,0,0,0,0,0,0,2039,2040,2041,2041,2041,2041,2041,2041,2042,2042,0,2043,0,0,2040,2044,2045,2046,2044,2045,2046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1234,1293,1293,1234,1293,1249,1234,1293,1249,1234,1234,1293,1293,1234,1293,1249,1249,1249,1234,1293,1249,1234,1234,1293,1293,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1234,1293,1293,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1249,1234,1293,1249,1234,1234,1293,1293,1293,1249,1249,1234,1293,1234,1234,1293,1293,1234,1234,1293,1293,1249,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,1293,1249,1234,0,0,0,0,0,0,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,765,1238,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1246,1251,1250,1252,1246,1246,765,1238,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,1251,1250,1252,1246,0,0,0,771,0,760,760,760,760,760,766,760,760,766,760,771,766,760,760,766,760,760,760,797,766,760,766,766,760,760,760,766,766,766,766,766,766,766,766,760,766,766,766,766,766,760,797,766,760,1216,1215,1218,0,0,0,1216,1215,1216,1218,1215,0,0,1042,1042,1042,1217,1217,1042,1042,0,0,1083,0,1084,801,1084,1084,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,801,1084,0,1084,1084,1084,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,1084,801,0,822,0,816,822,822,816,833,805,805,1324,822,0,806,806,816,803,0,0,0,803,2047,0,816,833,0,0,0,0,0,816,833,0,0,816,816,833,0,0,0,0,0,0,802,802,802,802,0,0,802,802,802,802,802,802,803,816,833,822,813,822,822,822,813,822,822,813,822,822,822,813,822,803,0,0,2047,816,833,803,0,810,0,0,816,833,816,833,0,0,816,833,812,0,822,813,822,822,813,822,0,822,813,822,0,0,822,813,822,822,813,822,0,822,813,822,0,0,805,816,833,816,833,822,803,833,816,833,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,802,816,805,830,828,831,829,805,830,828,831,829,805,830,828,831,829,805,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,807,802,837,802,837,802,802,802,802,802,802,1295,802,802,802,802,802,802,802,802,802,802,1295,837,1295,802,802,802,802,802,802,1295,1295,1295,1295,813,805,830,828,831,829,808,837,802,802,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,810,1295,837,802,802,0,1299,1299,813,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,816,816,827,813,822,805,830,828,831,829,805,830,828,831,829,805,830,828,831,829,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,0,819,802,1295,812,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,837,808,808,837,802,802,824,837,802,1299,819,803,1295,1299,1120,837,837,813,822,830,828,831,829,802,816,833,824,823,827,827,819,803,1295,1299,1120,837,837,813,822,830,828,831,829,802,816,833,824,823,827,827,812,810,837,837,802,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,837,837,837,837,1120,837,813,822,830,828,831,829,802,816,833,824,1120,1120,1120,837,837,837,813,813,813,822,822,822,830,830,830,828,828,828,831,831,831,829,829,829,816,816,816,833,833,833,824,824,824,0,837,816,1295,802,1295,0,802,802,803,803,1295,1120,837,813,822,830,828,831,829,802,816,833,824,823,819,803,803,803,803,803,803,803,803,803,803,803,803,803,1295,1299,1120,837,837,837,837,837,837,837,837,837,837,813,822,822,830,830,828,828,831,831,829,829,802,802,802,802,802,802,802,802,802,802,802,802,802,816,816,833,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,805,830,828,831,829,802,816,837,816,1120,1299,816,837,837,1120,805,830,828,831,829,805,830,828,831,829,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,837,1295,810,837,837,802,837,808,837,837,802,837,1295,802,0,1295,813,813,837,813,822,830,828,831,829,816,810,837,802,802,812,0,1295,1295,0,810,1295,1295,1295,1295,837,830,828,831,829,1295,1295,837,830,828,831,829,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,827,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,1299,802,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,837,818,819,823,802,802,802,802,837,812,802,802,802,802,802,802,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,837,805,830,828,831,829,802,0,1295,1295,1299,0,0,0,805,830,828,831,829,805,830,828,831,829,805,830,828,831,829,805,0,1295,819,1299,837,802,827,802,802,802,802,802,802,802,802,802,802,819,823,1120,827,0,812,1120,810,837,837,808,837,837,802,812,812,825,825,816,824,802,802,802,802,802,802,837,837,837,1295,837,802,0,0,837,802,812,812,1295,803,1295,808,827,802,802,802,827,805,830,828,831,829,802,802,802,805,830,828,831,829,802,802,802,816,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,805,830,828,831,829,802,802,802,805,830,828,831,829,802,802,802,803,803,1295,1299,824,812,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,1295,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,819,803,1295,1299,1120,837,813,822,830,828,831,829,802,816,833,824,823,827,810,837,808,837,802,810,827,810,837,802,1295,0,834,837,802,837,802,816,0,0,0,0,0,0,0,0,0,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1321,1300,1302,1319,1321,1300,1302,1319,1320,1321,1322,1300,1302,1301,1303,835,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1319,1320,1321,1322,1300,1302,1301,1303,1319,1321,1300,1302,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,1319,1320,1321,1322,1300,1302,1301,1303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1325,1326,1325,1326,1325,1326,1325,1325,1326,1326,1326,1325,1326,1325,1326,1325,1326,1325,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1325,1326,1325,1326,1325,1325,1325,1325,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1325,1326,1326,0,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1327,1328,1328,1328,0,0,0,0,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1328,1328,1329,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1329,1331,1330,1328,1330,1328,1328,1328,1328,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1329,1331,1330,1328,1329,1330,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1331,1329,1329,1329,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,1329,1331,1330,1328,0,0,0,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1332,1334,1332,1333,1334,1332,1333,1334,1332,1333,1332,1334,1332,1333,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1332,1334,1332,1333,1332,1333,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1334,1332,1332,1334,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1334,1332,1333,1333,1335,0,0,0,1335,0,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1335,1335,1336,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1336,1338,1337,1335,1337,1337,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1336,1336,1338,1337,1335,1336,1337,1337,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1338,1336,1338,1336,1337,1335,1336,1338,1337,1335,1337,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,1338,1337,1335,1336,0,0,0,0,0,0,0,0,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,836,1344,1343,1341,1340,1342,836,1339,836,1339,836,1339,1339,1340,1344,1343,1341,1340,1342,836,1339,1339,836,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1340,1344,1343,1341,1340,1342,836,1339,836,1341,836,836,836,836,1339,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1343,1342,1340,1344,1343,1341,1340,1342,836,1339,1342,1341,1340,1342,1340,1343,1339,1339,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1344,1340,1342,1342,1342,1342,0,1340,1344,0,1343,836,836,836,836,1339,0,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1344,1343,1341,1340,1342,836,1339,1339,1342,0,0,0,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1346,1347,1345,1347,1347,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1346,1347,1345,1346,1347,1346,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1346,1347,1345,1345,1347,1348,1348,0,0,1348,0,0,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1348,1349,1348,1349,1350,1350,1351,1348,1349,1349,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1349,1350,1351,1348,1349,1351,1351,1348,1349,1348,1348,1348,1349,1349,1349,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1350,1351,1348,1349,1350,1351,1351,1350,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1350,1351,1348,1349,1349,1351,0,0,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1352,1353,1352,1353,1352,1353,1352,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1352,1353,1352,1353,1352,1352,1352,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1352,1353,1357,0,1357,1356,0,1356,1356,0,1356,1357,1357,0,0,0,1356,1357,1357,1359,1354,1355,1358,1356,1357,1354,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1356,1357,1356,1357,1354,1359,1354,1355,1358,1356,1357,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1354,1359,1354,1355,1358,1356,1357,1358,1356,1357,1356,1356,1356,1357,1357,1357,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1354,1354,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1355,1354,1359,1354,1355,1358,1356,1357,1354,1354,1358,1358,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1359,1354,1359,1354,1354,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1359,1354,1355,1358,1356,1357,1354,1358,0,1366,0,1365,1365,1366,0,1367,1367,1367,1366,0,1367,1367,1366,0,0,0,0,0,1367,1367,0,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1360,1360,1360,1360,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1365,1366,1362,1363,1364,1361,1367,1365,1366,1362,1363,1364,1361,1367,1368,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1361,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1369,1362,1363,1364,1365,1366,1365,1365,1365,1366,1366,1366,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1360,1360,1360,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1360,1362,1363,1364,1361,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1368,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1366,1360,1364,1361,1363,1368,1369,1368,1368,1366,1368,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1361,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1368,1369,1360,1365,1366,1362,1363,1364,1361,1367,1360,1362,1363,1364,1361,1369,1369,1369,1360,1369,0,0,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1371,1372,1371,1372,1371,1372,1371,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1371,1372,1372,0,0,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1373,1374,1373,1374,1373,1373,1373,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1373,1374,1374,0,0,0,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1375,1377,1376,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1375,1377,1376,1375,1376,1375,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1377,1375,1377,1375,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1375,1377,1376,1376,1378,1378,1378,0,0,0,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1378,1378,1379,1380,1379,1378,1378,1380,1379,1378,1380,1379,1378,1379,1380,1379,1378,1380,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1379,1379,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1379,1379,1380,1379,1378,1378,1378,1379,1380,1379,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,1380,1379,1378,0,1380,0,0,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1381,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1381,1381,1382,1381,1382,1381,1382,1381,1381,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1381,1382,1381,1381,1382,1381,1382,1381,1382,1381,1382,1381,1382,1381,1381,1382,1381,1382,1381,1381,1381,1381,1383,803,0,1385,1384,803,0,2047,1386,1384,1383,1384,1383,0,0,0,1385,803,0,0,803,1386,1384,2047,803,0,0,1386,1386,803,1385,0,0,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1383,1384,1385,1386,1383,1384,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1383,1384,1385,1386,1385,1385,1385,1387,1387,1383,1388,1388,1389,1389,1384,1390,1390,1391,1391,1385,1386,1386,1387,1388,1390,1387,1387,1383,1388,1389,1384,1390,1391,1385,1386,1386,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1388,1390,1389,1391,1387,1383,1388,1389,1384,1390,1391,1385,1386,1383,1384,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1389,1391,1388,1390,1388,1389,1390,1383,1384,1385,1386,1387,1388,1389,1390,1391,1386,1387,1388,1389,1390,1391,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,1387,1383,1388,1389,1384,1390,1391,1385,1386,2048,2048,1297,1318,0,0,1318,0,1297,1318,1318,0,1297,1318,0,0,1297,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1298,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1323,1296,1298,1297,1318,1323,1323,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1295,1323,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1296,1298,1323,1296,1298,1297,1318,1323,1297,1318,1323,1323,1323,1297,1297,1297,1318,1318,1318,1323,1323,1296,1298,1323,1296,1298,1297,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1296,1298,1296,1298,1298,1296,1298,1323,1323,1297,1318,1323,1323,1296,1298,1296,1298,1323,1296,1298,1323,1323,1323,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1296,1298,1323,1296,1298,1297,1318,1323,1295,1323,1296,1298,1318,1298,1323,1296,1298,1295,1323,1296,1298,1323,1323,1296,1298,1297,1318,1297,1297,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1296,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1296,1298,1297,1318,1323,1323,0,844,838,0,0,844,844,844,844,1392,844,1392,844,1392,844,1392,844,1392,844,0,1392,844,1392,844,0,1392,844,1392,844,1392,844,0,1392,844,0,0,0,1392,844,1392,844,0,1392,844,844,0,0,0,0,0,0,0,844,1392,844,1392,844,1392,844,0,0,0,0,838,1392,0,0,0,838,1392,1392,844,0,0,1392,844,1392,844,1392,844,1392,844,1392,844,1392,844,1392,844,1392,844,1392,844,0,838,1392,838,1392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1392,844,1392,844,1392,844,1392,844,1392,844,1392,844,1392,844,1392,844,0,0,0,838,0,0,0,0,0,0,0,0,0,0,838,0,0,0,838,0,838,838,0,0,0,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,826,826,1394,1393,826,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1393,826,1393,1393,1393,826,826,826,1393,826,1394,826,826,1394,1393,826,1394,1393,826,1394,1393,826,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1394,1394,1393,826,1394,826,826,826,1394,1394,826,1394,826,826,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1393,826,1394,1394,0,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,815,1010,0,0,0,1010,0,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1398,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1397,1397,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1399,1397,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1398,1399,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1398,1399,1397,1987,1988,1987,1988,0,0,0,0,0,0,0,846,1400,1403,1404,1405,1406,1400,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,1403,1403,1404,1406,0,846,1400,1403,1404,1405,1406,1406,1404,1405,1406,1404,1405,1406,1405,1406,1404,1405,846,1400,1403,1404,1405,1406,1403,1403,1400,1403,1404,1405,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,1403,1404,846,1400,1403,1404,1405,1406,0,1403,1404,1405,1406,1405,1405,1405,1403,1404,1405,1406,0,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,1400,1404,1405,1403,1404,1404,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,1403,1403,846,0,1404,1400,1403,1404,0,1405,1403,1406,846,1404,1403,0,0,1404,1405,1406,0,1400,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,846,1400,1403,1404,1405,1406,1403,846,1404,1403,1403,1404,0,0,0,0,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1401,1402,1402,1401,1401,1401,1402,1401,1401,1402,1401,1402,1401,1402,1401,1401,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1401,1402,1401,1401,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,1402,1401,0,852,0,1410,0,0,858,0,0,0,855,852,1410,0,858,0,0,1430,0,0,1430,0,0,1412,0,0,855,1422,0,1444,0,1459,1418,1418,1416,1415,0,1422,855,855,1430,855,0,0,1430,1412,855,855,1459,1459,1459,1413,0,0,1416,1415,0,0,0,0,1437,1430,1430,1425,855,855,1460,1412,0,1430,0,0,0,0,1430,1412,1430,1418,1418,861,0,0,1422,1444,0,1416,1415,0,855,1422,1416,1415,1430,1430,861,1437,1418,1460,861,1459,1460,1417,858,1430,1430,1430,1430,0,0,1430,1430,1422,1430,1412,1430,1416,1415,0,855,0,1459,1459,1416,1415,0,0,0,0,0,0,0,0,1430,0,0,0,1444,0,0,0,1417,0,855,1417,1459,1459,855,1430,1430,0,861,1437,1437,0,1424,1417,850,853,1409,857,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,860,859,1410,1411,1413,1411,853,1409,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1414,1415,1417,850,850,1418,1419,1438,1411,1442,853,1409,850,1410,1413,1413,1413,1413,1413,1413,1413,1413,1439,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,853,848,853,1409,853,1409,1435,849,849,1414,1434,1438,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1421,860,850,1415,1422,849,1423,1414,1424,860,1425,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,855,1432,856,861,1433,1434,1435,1436,1437,1412,1418,852,1438,1439,1440,1441,1442,1443,1444,1421,850,1415,1422,849,1423,1414,1424,860,1425,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,855,1432,856,861,1433,1434,1435,1436,1437,1412,1418,852,1438,1439,1440,1441,1442,1443,1444,1421,850,1413,1428,1417,859,1410,1429,1431,1433,849,849,1414,1434,1438,850,1413,1428,1417,859,1410,1429,1431,1433,849,1413,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1427,1413,1421,853,1409,853,1409,848,857,1419,1421,854,854,1424,1425,1426,1427,859,1410,1431,856,1418,1449,1443,1444,1421,1442,860,853,1409,853,1409,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1438,1425,1413,848,1409,857,857,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1413,1432,1434,1438,1411,850,1415,1422,849,1423,1414,1424,860,1426,1413,1428,1417,859,1410,1429,1430,1431,855,861,1433,1437,1412,1418,852,1442,1444,850,850,850,1415,1415,1415,849,849,849,1423,1423,1423,1414,1414,1414,860,860,860,1413,1413,1413,1428,1428,1428,1417,1417,1417,859,859,859,1410,1410,1410,1429,1429,1429,1430,1430,1430,1431,1431,1431,855,855,855,861,861,861,1433,1433,1433,1437,1437,1437,1412,1412,1412,1418,1418,1418,852,852,852,1442,1442,1442,1444,1444,1444,1413,849,849,1414,853,1409,1428,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1426,1427,848,1411,1413,1413,1413,1413,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1437,1412,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1428,1434,1438,1438,1426,1434,1428,854,1419,1450,850,1415,1422,849,1423,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,858,858,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1410,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1410,1413,1413,1413,1413,1424,1424,1413,1413,1424,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1424,850,1443,854,854,854,1450,1450,854,1450,860,1429,1428,1434,1438,1452,1436,1439,850,1415,849,1423,1414,1413,1428,1417,852,1442,1427,1452,848,1419,1450,859,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1413,1443,1432,853,1409,853,1413,1413,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1451,1453,1413,1454,854,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1411,1425,1413,1413,854,856,1413,1413,1411,1441,1429,1431,848,1411,1411,848,1441,1427,1434,1440,859,1429,1431,1426,1452,848,857,848,857,1452,1452,1452,848,854,849,1436,1436,849,1411,849,1414,1434,1438,848,1419,848,854,1419,1450,1415,849,1414,860,1451,1425,1453,1426,848,1411,1428,1417,859,1429,1431,1409,1454,1439,1440,1441,1421,848,1439,1440,1441,859,854,854,1451,1453,1454,1413,1450,850,1413,1428,1417,859,1410,1429,1431,1433,1434,1421,1425,1425,1425,850,853,848,1413,1411,1411,1411,1432,856,850,850,1425,1425,1452,1441,1419,1425,1426,1419,848,853,1409,853,1413,1411,1411,853,1409,853,1409,1411,1411,848,857,848,857,848,853,848,848,857,848,853,1409,848,857,853,1409,848,1411,857,848,857,1411,853,1409,857,1411,1411,848,857,848,857,848,1453,1425,1421,860,1441,860,1411,1432,1434,1438,853,1409,849,849,1414,849,849,1414,1413,1413,1413,853,1409,1411,1452,1432,1442,1425,1425,1425,1425,1424,850,1415,1422,849,1423,1414,1424,860,1425,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,855,1432,856,861,1433,1434,1435,1436,1437,1412,1418,852,1438,1439,1440,1441,1442,1443,1444,1421,1424,1426,1437,1412,1426,1437,1412,1413,1427,1422,1425,1425,1425,1443,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,854,1419,1450,850,1415,1422,849,1423,1414,1424,860,1451,1425,1452,1453,1426,1427,848,1411,1413,1428,1417,859,1410,1429,1430,1431,1409,855,858,1432,856,861,1433,857,1434,1435,1436,1437,1412,1418,1454,852,1449,1438,1439,1440,1441,1442,1443,1444,1421,1419,1413,1422,848,1434,1436,849,849,1414,1427,853,853,857,1450,1440,848,1425,1434,1435,1438,1439,1428,1434,1438,1425,1425,1425,1434,1435,1438,1439,1428,1434,1438,1425,1425,2049,2050,2051,2052,2053,2050,2051,2052,2053,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1462,1462,1477,1477,1477,1477,1477,1458,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1477,1477,1477,1416,1477,1477,1477,0,1477,1477,1477,1462,1462,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1459,1459,0,0,1416,1477,1458,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1460,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1462,0,1477,1477,1477,1477,1477,1462,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1416,1462,1416,1477,1460,1459,1477,1477,1460,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1462,1477,1477,1477,1477,1477,1477,1477,1477,1477,1416,1477,1459,1459,1477,1477,1477,1477,1416,1477,1477,1458,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,0,1477,1477,1477,1462,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1459,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1462,1455,1462,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1463,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1455,1463,1416,1462,1460,1455,1455,1455,1463,1463,1463,1416,1416,1416,1462,1462,1462,1460,1460,1460,1448,1448,1448,1456,1463,1448,1455,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1463,1416,1462,1460,1456,1456,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1448,1477,1477,1448,1448,1448,1448,1448,1448,1448,1448,1456,1448,1455,1462,1456,1448,1448,1448,1448,1448,1448,1448,1448,1456,1456,1463,1456,1463,1455,1448,1456,1458,1463,1416,1462,1460,1455,1455,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1455,1448,1456,1458,1463,1416,1462,1460,1456,1463,1448,1465,1472,0,0,1471,1465,0,1465,0,0,1466,1466,0,0,0,1472,0,1472,1471,1471,1466,1466,1466,1466,1465,1465,1472,0,0,0,0,1472,0,0,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,1465,1466,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,862,862,1468,872,1465,1466,1465,1466,1465,1466,1465,1466,1465,1465,1466,1466,1465,1466,1465,1466,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,1469,1470,1471,1465,1472,1468,1473,863,1474,862,872,1469,1470,1471,1465,1472,1468,1473,863,1474,862,872,1470,864,1473,872,1473,872,1465,1466,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,1465,1466,864,1469,1470,1471,1465,1466,1472,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,862,872,1465,1466,864,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,1465,1466,863,1471,1472,1468,1473,863,1474,872,1471,1471,1471,1472,1472,1472,1468,1468,1468,1473,1473,1473,872,872,872,1465,1466,864,864,865,1469,1470,1471,1465,1465,1465,1465,1465,1466,1466,1466,1466,1472,1468,1473,863,1474,872,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,1465,1466,1465,1465,1466,1466,1465,1466,872,872,862,1473,1465,1466,1465,1466,862,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,1472,1468,1473,863,1474,1470,865,865,864,1471,1472,1468,1473,863,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,1465,1466,1465,1466,1465,1466,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,1465,1466,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,1465,1466,864,865,1465,1466,872,1469,1470,1465,1466,1465,1466,864,864,865,864,866,863,1465,1466,872,1473,872,864,1465,1466,864,0,864,865,1465,1466,864,864,864,864,862,862,864,864,864,862,0,0,863,1465,1466,1465,1466,1465,1466,1473,863,1474,872,872,1469,1470,1471,1465,1472,1468,1473,863,1474,862,872,872,872,1465,1466,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,864,865,866,1469,1470,1471,1465,1466,1472,1468,1473,863,1474,862,872,1465,1466,862,1470,863,1474,1469,1469,1469,1469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1481,1477,1477,1477,1477,1477,1477,1481,1477,1477,1477,1486,1486,1486,1486,1486,1486,1486,1486,1501,1481,1501,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1459,1477,1477,1477,1635,1477,1477,1477,1481,1477,1477,1477,1495,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1459,1501,1459,1459,1501,0,1489,0,0,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1495,1477,1477,1481,1481,1481,1481,1481,1481,1477,1635,1477,1477,1497,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,0,0,0,0,1501,0,1477,1477,1477,1477,1635,1477,1477,1477,1489,1477,1477,1477,1477,1501,1481,1481,1477,1477,1477,1477,1481,1481,1489,1489,1481,1489,1501,1459,1497,0,1477,1477,1497,1477,1477,1501,0,1486,1477,0,0,1477,1477,1477,1495,1477,1477,1477,1477,0,0,0,0,1481,0,1495,0,1477,1477,1477,868,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1501,1459,1459,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,1477,0,1477,1477,1477,0,0,1477,1477,1477,1477,1477,1477,1501,1477,1477,1477,1477,1477,1459,1459,1635,0,1477,1489,1481,1477,1477,1477,1477,0,0,1477,0,1477,0,1635,1477,1477,1477,1477,1481,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,871,0,1491,1492,0,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1467,0,1491,1492,1483,1491,1492,1475,1476,1475,1476,1491,871,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1467,0,1491,1492,0,1491,0,1491,1492,0,1491,1492,1488,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,867,0,1491,1492,870,1467,0,1491,1492,870,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1479,1480,0,1491,867,1487,1490,1500,1475,1479,1476,870,1482,1491,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1491,1492,1491,1477,1481,870,1482,1483,1484,1485,871,1486,1487,1489,1477,1477,1477,1481,1481,1481,870,870,870,1482,1482,1482,1484,1484,1484,1485,1485,1485,871,871,871,1486,1486,1486,1487,1487,1487,1489,1489,1489,0,1491,1492,1477,1477,1478,1475,1476,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1489,1490,1467,0,1487,1477,1478,1475,1479,1476,1480,1481,870,1482,1482,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1467,1490,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,0,1491,1492,0,1491,1492,1475,1476,1482,1467,0,1491,1492,1467,1467,1467,1467,1467,1467,1467,1467,1467,1467,1467,1467,0,1491,1492,871,0,1491,1492,0,1491,1492,1467,870,0,1491,1492,1485,1467,1487,0,1491,1492,1500,0,1491,1492,0,1491,1492,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1475,1479,1476,1480,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1467,1467,1467,1475,1476,1467,1467,1467,1467,1467,1467,1477,1477,1467,0,1491,1492,0,1491,1492,1475,1475,1476,1488,1467,867,0,1491,0,1491,1492,1500,0,1491,1492,1500,0,1491,1492,867,0,1491,1492,0,1491,1492,0,1500,1467,1475,1476,871,1479,1480,1467,1488,0,0,1491,1492,1467,1467,868,1478,870,1488,1490,1467,870,1467,1487,1484,0,1491,1492,1477,867,1475,1467,871,1477,0,1491,1492,1467,1475,1467,1467,1467,1467,0,1491,1492,1490,1467,1490,1467,1500,1488,1484,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1489,1477,1489,0,1491,1492,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1467,1467,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1477,1478,1475,1479,1476,1480,1481,870,1482,1483,1484,1485,871,1486,1487,1488,1489,1490,1491,1492,1467,1467,1467,1467,1483,1467,1467,1467,1467,1467,1467,0,1491,1492,1491,1492,0,1491,1492,1491,1492,1467,1485,1467,1487,1487,1467,1485,1485,1498,1498,1487,1485,1485,1498,1498,0,0,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1502,1503,1502,1503,1502,1503,1502,1502,1502,1502,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1503,1502,1502,0,0,0,0,0,0,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,0,1504,1505,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1504,1505,2054,1506,2054,1506,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1506,1506,1506,1506,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1504,1504,2054,1506,1507,1506,1505,1508,0,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1506,1507,1504,1505,1508,1508,1506,0,0,0,0,0,0,0,0,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1510,1511,1512,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1510,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1511,1513,1510,1511,1512,1511,1511,1512,1513,1510,1512,1512,1510,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,1513,1510,1511,1512,0,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,1514,0,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,1515,0,0,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1517,1517,1517,1517,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1516,1517,1517,1517,1517,1516,1516,1516,1517,1516,1517,1516,1517,1516,1517,1516,1517,1516,1516,1516,1517,1516,1517,1516,1517,0,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1518,1528,0,1523,0,1528,1528,1528,1528,1528,0,0,0,0,0,0,0,0,0,0,0,0,1528,1528,1528,1523,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1519,1520,1521,1522,1525,1526,1527,1529,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1530,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1529,1523,1523,1523,1523,1520,1527,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1529,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1530,1519,1519,1520,1521,1522,1524,1525,1526,1527,1529,1529,1520,1527,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1530,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1530,1529,1530,1532,1519,1520,1521,1522,1524,1525,1526,1527,1531,1529,1531,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,0,0,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,1533,869,1533,869,869,1533,1533,1533,1533,1533,1533,1533,1533,1533,0,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,0,0,0,0,0,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1535,1536,1537,1538,1535,1536,1537,1538,1539,1535,1536,1537,1538,1536,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1536,1536,1537,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1537,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1537,1539,1535,1536,1537,1538,1537,1537,1535,1536,1538,1539,1535,1538,1535,1536,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,1539,1535,1536,1537,1538,0,0,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1500,1540,1500,1540,1500,1540,1500,1500,1540,1500,1540,1500,1540,1500,1540,1500,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1500,1500,1500,1540,1500,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1500,1540,1541,1541,0,1541,1541,0,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1541,1541,1542,1542,1541,1542,1541,1542,1541,1542,1541,1541,1541,1541,1541,1541,1542,1541,1542,1541,1542,1542,1542,1542,1542,1541,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1542,1542,1541,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,1541,1542,0,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,1543,0,0,1564,0,1564,1564,0,0,0,1550,1554,1550,1554,1547,0,0,0,1564,0,1564,0,1564,0,1564,0,0,0,0,1564,0,0,0,1547,0,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1557,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1557,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1562,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1550,1554,1564,1556,1548,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1555,1555,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1549,1551,1552,1553,1559,1560,1562,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1546,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1549,1552,1555,1559,1560,1549,1552,1555,1559,1560,1558,1558,1563,1563,1563,1557,1558,1557,1558,1563,1546,1564,1562,1556,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1561,1548,1548,1545,1561,1548,1548,1561,1548,1548,1545,1561,1548,1548,2055,2056,2055,2055,2056,2057,2058,2057,2058,1574,0,0,0,1574,1574,1566,1566,0,1574,0,0,0,1574,0,1574,0,0,0,1574,0,0,1566,1567,1568,1569,1570,1571,1572,1573,1574,1570,1569,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1573,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1571,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1574,1568,1570,1572,1573,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1571,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1574,1572,1573,1574,1568,1567,1573,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,1566,1567,1568,1569,1570,1571,1572,1573,1574,2059,2060,2059,2060,0,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,1575,0,1576,1576,0,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1576,1576,1576,1576,1577,1576,1577,1576,1577,1576,1577,1577,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1576,1577,1577,0,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,1578,0,0,1580,1579,1579,1580,1580,1579,1580,1579,1580,1579,1580,1579,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1579,1579,1580,1579,1579,1580,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,1580,1579,0,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,1581,0,1583,1583,1583,1583,0,0,0,0,0,0,0,0,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1586,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1587,1588,1589,1590,1584,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1584,1587,1588,1589,1584,1584,1584,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1585,1586,1582,1583,1584,1585,1586,1587,1588,1589,1590,1585,1582,1585,1586,1582,1587,1582,1587,1588,1589,1590,1582,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1583,1584,1585,1586,1587,1588,1589,1590,1582,1584,0,0,0,1598,1598,1598,1598,1598,0,0,0,0,0,0,0,0,0,1592,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1596,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1593,1594,1595,1596,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1602,1599,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1595,1591,1593,1594,1597,1599,1599,1599,1599,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1600,1601,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1601,1591,1592,1602,1593,1596,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1599,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1599,1544,1544,0,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,1544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1603,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1613,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1614,1603,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1607,1607,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1617,1606,1603,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1603,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1611,1609,1610,1603,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1603,1603,1603,1603,1603,1603,1603,1603,1603,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1611,1605,1608,1615,1611,1617,1606,1616,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1609,1612,1606,1609,1603,1603,1603,1616,1603,1603,1603,1610,1611,1613,1617,1611,1612,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1611,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1603,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1609,1607,1607,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1604,1605,1603,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1603,1603,1603,1603,1603,1604,1613,1614,1617,1616,0,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,1618,0,0,0,1625,0,0,0,0,1625,0,0,1625,0,1625,1625,0,0,0,0,0,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1622,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1627,1620,1623,1630,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1627,1630,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1630,1631,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1624,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1628,1629,1631,1632,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1626,1626,1626,1626,1619,1627,1622,1622,1621,1620,1623,1629,1632,1619,1620,1623,1633,1619,1621,1622,1624,1630,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,0,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1634,1635,1635,1635,0,0,0,0,0,1635,1635,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1637,1494,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1636,1635,1635,1635,1635,1635,1636,1494,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1494,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1494,1637,1635,1636,1494,1637,1638,1494,1636,1636,1636,1494,1636,1636,1638,1637,1635,1638,1636,1635,1636,1494,1637,1638,1636,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,1635,1636,1494,1637,1638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,1641,1565,1653,1639,1641,1565,1653,1639,1641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1640,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1565,1639,1641,1647,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1496,1648,1645,1646,1644,1644,1650,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1646,1651,1565,1653,1652,1652,1652,1652,1646,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1640,1642,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1646,1651,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1646,1651,1647,1646,1651,1640,1649,1643,1640,1642,1645,1652,1650,1655,1654,873,874,1643,1647,1648,1649,1652,1496,1648,1652,1645,1643,1496,1650,1647,1648,1649,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1655,1654,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1496,1565,1653,1652,1496,1645,2061,2062,2063,2061,2062,2061,2062,2061,2062,2062,2063,2061,2064,2065,2064,2066,2067,2066,2068,2068,2068,2067,2066,2069,2070,1501,1501,1459,1495,1459,1501,1459,1459,1501,1495,1497,1501,1501,1501,1459,1497,1497,1501,0,1495,1495,0,1501,1459,1459,0,0,1501,1459,1459,0,0,0,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1459,1495,1459,1495,1501,1459,1495,1497,1498,1499,1656,1499,1501,1459,1497,1499,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1501,1501,1501,1459,1459,1459,1495,1495,1495,1497,1497,1497,1498,1498,1498,1501,1459,1495,1497,1498,1499,1656,1501,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1656,1656,1656,1656,1459,1495,1656,1656,1656,1656,1656,1501,1459,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1656,1656,1656,1501,1459,1495,1497,1498,1499,1656,1501,1459,1495,1497,1498,1499,1656,1656,1656,1656,1656,1656,1656,1656,1656,1498,1498,1498,1498,0,0,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1658,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1657,1658,1658,1658,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1657,1658,1658,0,0,0,0,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1660,1661,1659,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1660,1661,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1661,1662,1660,1661,1659,1660,1661,1660,1661,1662,1659,1660,1660,1659,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,1662,1660,1661,1659,0,0,0,0,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1664,1493,1493,1663,1664,1665,1493,1663,1664,1665,1665,1493,1663,1664,1665,1493,1663,1493,1663,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1663,1493,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1663,1664,1493,1663,1664,1665,1663,1663,1664,1665,1493,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,1493,1663,1664,1665,0,0,0,0,0,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1666,1667,1668,1669,1666,1667,1668,1669,1670,1666,1667,1668,1669,1667,1668,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1667,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1667,1670,1666,1667,1668,1669,1667,1667,1666,1670,1669,1668,1666,1667,1668,1669,1668,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1666,1666,1669,0,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,1671,0,0,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,1673,1672,0,0,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,1407,0,0,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,1408,0,120,0,0,120,1008,0,1008,1008,0,115,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,115,115,1060,1059,120,115,1060,1059,120,1060,115,1060,1059,120,0,120,120,0,115,1060,1059,120,1059,120,115,1060,1059,120,115,1060,1059,120,0,1060,1060,1059,1059,115,1060,1059,120,120,120,120,120,1059,1059,120,1060,115,1059,120,0,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,1059,120,115,1060,1059,120,1060,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,0,1059,1059,1059,115,1059,115,1060,0,1059,115,0,1060,1059,1059,115,115,1059,1059,120,120,0,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,115,1060,1059,120,1008,1060,1059,1059,0,1008,1059,1059,120,115,0,120,0,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,1676,0,0,0,0,1676,1676,1676,1676,1676,1676,1676,0,0,0,0,0,1674,0,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,0,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,0,1674,1674,1674,1674,1674,1674,1674,2096,2096,0,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,1677,0,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,0,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,1678,0,0,0,0,1678,1678,1678,1678,1678,1678,1678,2097,2097,2097,2097,2098,2097,2098,1680,1680,1681,1679,0,1681,1680,1681,1681,1680,0,1679,0,1682,1680,1680,1679,1679,1680,1681,1682,1682,1679,1681,1681,1680,1679,0,0,1680,1681,1681,0,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,456,456,1679,1679,1679,1680,1680,1680,1681,1681,1681,1682,1682,1682,120,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,0,120,120,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,456,1679,1680,1681,1682,120,747,747,747,746,0,0,1683,1683,747,1684,0,0,1683,746,1684,1684,747,1684,746,746,1683,1684,747,747,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,747,747,747,747,747,747,747,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,747,746,747,746,1683,1684,747,747,747,747,746,1683,1684,747,746,1683,1684,747,746,747,746,1683,1684,747,747,746,1683,1684,747,746,746,746,1683,1683,1683,1684,1684,1684,747,747,747,747,746,1683,1684,747,747,747,747,747,746,1683,1684,747,746,1683,1684,747,747,747,747,747,747,747,746,1683,1684,747,746,746,1683,1684,747,747,747,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,747,746,1683,1684,747,747,747,747,747,747,747,746,747,746,747,747,747,747,747,746,1683,1684,747,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,746,1683,1684,747,747,1999,2000,1999,2000,1999,2000,1999,0,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1685,1008,0,1008,0,1008,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1686,1008,1686,1008,0,0,1688,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1687,1687,1688,1687,1687,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1687,1687,1688,1687,1688,1687,1688,1687,1688,1687,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1687,1687,1687,1687,1687,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,1688,1687,0,1675,0,1675,0,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1675,1675,1058,1675,1058,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,1058,1675,2099,0,1690,1690,1690,1690,1690,1690,1690,1690,1690,1690,1690,0,98,1690,1690,1690,1690,1690,0,1690,1690,1690,1690,1690,1690,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,1005,1690,1005,98,1690,1005,98,1005,1690,1005,98,0,0,0,1005,98,1005,98,0,98,98,1690,1005,98,1005,1690,1005,98,1690,1005,98,0,1690,1005,98,98,98,98,98,0,0,0,0,0,1690,1005,98,0,1690,1005,98,1690,1005,98,1690,1005,98,0,98,1690,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,1690,0,0,0,1005,98,0,0,0,0,0,1005,0,1005,98,0,0,1690,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,1690,1005,98,98,0,1689,0,1689,1689,1689,1689,1689,1689,1689,1689,1005,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1689,1005,1689,1689,1689,1689,1689,1689,1689,1689,1689,0,1050,1050,1050,1050,469,469,469,469,0,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,0,469,469,469,469,469,469,0,469,0,469,469,469,0,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,469,0,469,0,0,469,469,469,469,0,0,0,0,469,469,0,0,0,0,0,469,469,469,0,469,469,469,469,469,469,469,469,469,0,465,0,21,465,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,0,932,0,932,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,932,12,12,12,12,12,932,12,12,12,12,12,12,12,12,12,12,12,932,12,12,12,12,12,12,12,12,12,12,12,0,936,0,936,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,936,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,944,0,23,944,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,930,0,20,930,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,0,0,990,0,70,71,70,71,70,71,70,71,70,71,70,70,70,71,70,71,70,71,70,71,70,71,71,70,71,70,71,70,71,70,71,71,70,71,70,71,70,71,70,71,990,990,70,71,70,71,70,71,70,71,70,71,70,71,70,71,70,71,70,71,70,71,990,70,71,70,71,70,71,70,71,70,71,70,71,70,71,70,71,71,0,955,0,955,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,955,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,959,0,25,959,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,962,0,962,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,962,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,0,1693,0,1693,1693,1693,946,0,22,1693,946,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,22,1693,22,1693,22,1693,22,1693,1693,22,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,1693,22,0,0,956,0,956,956,10,1694,10,1694,10,1694,10,1694,10,1694,10,10,1694,10,1694,10,1694,10,1694,10,1694,10,1694,1694,10,1694,10,1694,10,1694,956,956,10,1694,10,1694,10,1694,10,1694,10,1694,956,956,10,1694,10,1694,10,1694,10,1694,10,1694,10,1694,10,1694,10,1694,10,1694,10,1694,10,10,1694,10,1694,10,1694,10,1694,10,1694,10,1694,10,1694,10,1694,0,0,1699,1697,0,0,1697,0,0,1699,967,0,967,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,1698,1696,1698,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,1695,1698,1696,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,967,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,967,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1698,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,8,1695,1696,1697,1698,1699,1696,2092,2092,2093,2092,2094,2094,0,969,0,19,969,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,969,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,0,974,0,974,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,974,974,6,6,974,6,6,6,974,6,6,6,6,6,6,6,6,6,6,974,974,6,6,6,6,6,6,6,6,974,0,941,0,941,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,941,941,14,14,941,14,14,14,941,14,14,14,14,14,14,14,14,14,14,14,941,941,14,14,14,14,14,14,14,14,941,0,1708,0,0,1703,0,0,469,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1715,1716,1691,1707,1713,469,468,1709,1701,1702,1710,1711,1712,1714,1706,1705,1703,1715,1716,1704,1691,469,0,0,0,0,1704,1704,1707,1713,0,0,0,0,1704,1707,0,1707,1713,0,0,1704,0,0,0,0,1708,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,1701,1702,1703,1691,1700,1701,1702,1703,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1704,1705,1706,1691,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,1691,1700,1700,1691,1700,468,468,1704,1707,1708,1708,1708,1709,1701,1701,1702,1710,1711,1712,1713,1713,1714,1714,1706,1705,1703,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,1703,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1700,0,1691,1691,1691,1691,1700,1701,1702,1703,1700,1700,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1691,1700,468,1704,1707,1708,1709,1701,1702,1710,1711,1712,1713,1714,1706,1705,1703,1715,1716,1700,0,0,0,0,0,0,0,0,0,0,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1691,1692,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1717,1692,1717,1718,1719,1720,1721,1722,1691,1692,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1719,1720,1721,1722,1717,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1691,1692,1692,1718,1719,1720,1721,1722,1691,1692,1691,1717,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1692,1717,1718,1719,1720,1721,1722,1718,1719,1720,1721,1722,0,978,0,978,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,978,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,0,0,0,0,0,0,1727,1073,0,0,1727,1073,0,0,0,0,0,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1723,1724,1064,1725,1726,1727,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1724,1064,1725,1726,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1724,1724,1064,1064,1064,1725,1725,1725,1726,1726,1726,1724,1064,1725,1726,1727,1073,1724,1724,1724,1064,1064,1064,1725,1725,1725,1726,1726,1726,1727,1727,1727,1073,1073,1073,1724,1064,1725,1726,1727,1073,1723,1064,1726,1724,1725,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1725,1726,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1064,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1725,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,1724,1064,1725,1726,1727,1073,0,1725,1726,1724,1064,1724,1064,1731,0,1731,0,1729,1729,1731,0,1729,1731,0,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1728,1728,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1729,1728,1728,1730,1730,1731,1731,1729,1728,1730,1731,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1728,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1729,1728,1730,1731,1732,1062,1737,0,1062,1069,1737,0,1743,1742,1062,1741,1062,1062,1062,1062,0,1732,0,1741,1062,0,1741,1742,0,1062,0,1069,1062,1062,0,1062,1735,0,1737,0,1062,1069,1745,1732,0,1733,1732,1069,0,1062,1737,0,1062,1737,0,1062,1737,1062,1742,1732,1743,1062,1069,1745,0,1732,1735,1741,1744,0,1734,1062,1744,1737,1062,1735,1732,1069,1062,1062,0,1742,1732,1062,0,1062,0,1062,1062,1062,1732,1735,0,1732,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1736,1069,1736,1069,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1740,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1074,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1736,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1733,1733,1733,1734,1734,1734,1735,1735,1735,1736,1736,1736,1738,1738,1738,1739,1739,1739,1740,1740,1740,1741,1741,1741,1742,1742,1742,1744,1744,1744,1069,1069,1069,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1074,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1736,1738,1739,1741,1742,1744,1069,1074,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1744,1739,1740,1740,1739,1074,1739,1740,1740,1732,1743,1736,1069,1074,1738,1739,1740,1740,1739,1746,1740,1740,1740,1738,1739,1739,1739,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,1732,1733,1734,1735,1062,1736,1737,1738,1739,1740,1741,1742,1074,1743,1744,1069,1745,1746,2101,2102,2103,2104,2102,2101,2105,2106,2105,2106,2107,2107,2107,2108,2109,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2112,2111,2113,2119,2114,2120,2110,2115,2121,2115,2112,2113,2114,2116,2120,2121,2122,2120,2111,2122,2110,1754,0,0,0,0,0,0,0,0,1754,1752,1752,1752,1754,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1748,1750,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1751,1748,1750,1056,1751,1752,1753,1754,1755,1056,1752,1753,1754,1755,1056,1752,1753,1754,1755,1754,1754,1748,1750,1056,1751,1752,1753,1754,1755,1750,1748,1751,1752,1754,1748,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1748,1750,1056,1751,1752,1753,1754,1755,1752,1753,1754,1755,1752,1752,1752,1753,1753,1753,1754,1754,1754,1755,1755,1755,1750,1750,1748,1750,1056,1752,1753,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1753,1754,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1750,1750,1750,1748,1751,1754,1750,1748,1748,1750,1750,1748,1748,1056,1750,1056,1752,1753,1754,1755,1753,1753,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1748,1750,1056,1751,1752,1753,1754,1755,1752,1751,1751,1748,1751,1751,1751,1061,1765,1765,1764,1765,1764,1765,1765,1765,1765,1765,1764,1764,1761,1762,1765,1764,1765,1764,1765,1764,1765,1764,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1764,1765,1764,1765,1764,1765,1764,1764,1764,1765,1764,1764,1765,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1061,1765,1765,1765,1765,1764,1765,1765,1765,1068,1765,1765,1765,1763,1765,1765,1765,1765,1765,1765,1765,1764,1765,1764,1765,1765,1764,1764,1764,1765,1764,1765,1765,1764,1765,1765,1068,1764,1765,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1765,1765,1765,1764,1765,1764,1765,1765,1764,1765,1764,1765,1764,1765,1765,1765,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1764,1765,1764,1765,1764,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1764,1765,1765,1764,1765,1765,1764,1765,1764,1765,1765,1764,1765,1765,1764,1764,1764,1765,1764,1765,1765,1764,1765,0,1765,1765,1764,1764,1764,0,1764,1764,1764,1764,1764,1764,1764,1764,1764,0,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1765,1764,1764,1765,1765,1765,1765,1764,1765,1765,1765,1765,1765,1765,1765,1765,1765,1766,1765,1765,1765,1765,1765,1761,1762,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1764,1765,1765,1765,1764,1765,1765,1765,1765,1764,1765,1765,1764,1765,1764,1765,1764,1765,1765,1765,1765,1765,1764,1765,0,0,1068,0,0,0,1765,1765,1765,1765,1765,1765,1765,1765,1764,1765,1765,1764,1765,1766,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1764,1765,1764,1765,1764,1765,1764,1765,1765,1764,1765,1764,1765,1764,0,1765,1765,1765,1765,1765,1765,1765,1765,1764,1765,1765,1747,1765,1765,1764,1765,1765,1764,1765,1764,1765,1765,1765,1765,1764,1765,1766,1765,1061,1765,1765,1061,1765,1765,1765,1764,1765,1764,1765,1764,1765,1765,1764,1764,1765,1764,1764,0,1765,1765,1765,1765,1764,1765,1765,1765,1765,1765,1766,1765,1765,1765,1764,1764,1764,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1765,1764,1765,1765,1764,1764,1765,1761,1762,1763,1068,1747,1765,1765,1764,1765,1762,1761,1762,1765,1761,1762,1765,1765,1765,1765,1765,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1061,1061,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1068,147,1061,1061,1061,1061,1061,1061,1061,1061,147,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1061,147,1761,1762,1763,1764,1765,1068,1061,1061,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1061,1061,147,1061,1747,147,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1061,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1061,147,147,147,147,147,1761,1761,1761,1762,1762,1762,1763,1763,1763,1764,1764,1765,1068,1068,1068,1068,1068,1766,1061,1747,147,147,147,1761,1761,1761,1762,1762,1762,1763,1763,1763,1764,1764,1764,1765,1765,1765,1068,1068,1068,1766,1766,1766,1061,1061,1061,1747,1747,1747,1061,147,147,1761,1762,1763,1764,1765,1068,1766,1061,1061,1061,1061,1061,1747,147,147,147,147,147,147,147,147,1761,1762,1762,1763,1763,1763,1764,1765,1068,1068,1068,1766,1061,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1061,1061,1061,1061,147,147,147,147,1061,1061,1763,1764,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,147,1761,1762,1763,1764,1765,1068,1766,1061,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1061,1061,1061,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1061,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1061,147,1061,147,1061,1061,147,147,147,147,147,1061,147,1761,1762,1763,1764,1765,1068,1061,1061,1061,1061,1061,1061,1061,1061,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1763,1764,147,147,147,1765,1068,1061,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,147,1761,1762,1763,1764,1765,1068,1766,1061,1747,1061,0,0,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1768,1768,1065,1065,1065,1768,1768,1065,1768,1065,1768,1065,1768,1065,1768,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1065,1065,1768,1065,1065,1768,1065,1065,1768,1065,1768,1065,1768,1768,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1768,1065,1065,0,0,0,0,0,0,0,0,1769,1769,1758,0,1758,0,1771,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1758,1771,1758,1758,1758,1758,1758,1758,1758,0,1772,1772,0,1773,1773,0,0,0,1774,1775,0,0,1776,1777,0,0,1777,0,0,0,0,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1779,1777,1777,1777,1777,1777,1777,1777,1777,1777,1780,1781,1780,1782,1782,1782,1782,1782,1782,0,0,1783,1782,0,1782,1782,1782,1782,1782,1782,1782,0,0,0,1783,0,0,0,1783,0,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1782,1783,1782,1783,1782,1783,1782,1782,1782,1782,1782,1783,1783,1782,1783,1783,1782,1783,1782,1783,1782,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1785,1786,0,1783,1782,1783,1783,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1782,1783,1787,1788,1788,1788,1788,1787,1788,1788,1788,1759,0,1790,0,1790,1759,0,0,0,1790,1759,0,0,1790,1759,0,0,1790,1759,0,0,0,0,0,0,0,1757,1759,0,1790,0,1790,1759,0,0,0,0,1790,1759,0,0,1757,1790,1759,0,0,1790,1759,1790,0,0,1790,0,0,1790,0,1790,0,0,1759,0,1790,1759,0,0,1790,1759,0,0,1792,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1756,1756,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1756,1789,1756,1789,1796,1796,1791,1792,1793,1794,1756,1756,1789,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1756,1789,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1805,1819,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1803,1807,1820,1756,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1791,1791,1791,1792,1792,1792,1793,1793,1793,1794,1794,1794,1756,1756,1756,1789,1789,1789,1795,1795,1795,1796,1796,1796,1797,1797,1797,1798,1798,1798,1799,1799,1799,1800,1800,1800,1801,1801,1801,1802,1802,1802,1803,1803,1803,1804,1804,1804,1805,1805,1805,1806,1806,1806,1807,1807,1807,1808,1808,1808,1809,1809,1809,1810,1810,1810,1811,1811,1811,1812,1812,1812,1813,1813,1813,1814,1814,1814,1815,1815,1815,1816,1816,1816,1817,1817,1817,1818,1818,1818,1819,1819,1819,1790,1790,1790,1759,1759,1759,1809,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1790,1790,1790,1790,1790,1790,1790,1790,1790,1790,1790,1790,1790,1790,1790,1790,1790,1759,1759,1759,1759,1759,1759,1759,1759,1759,1759,1759,1759,1759,1759,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1811,1812,1789,1756,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1818,1818,1814,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1793,1795,1797,1799,1801,1804,1806,1809,1810,1813,1814,1817,1818,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1798,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1794,1815,1816,1756,1756,1810,1823,1756,1824,1789,1803,1805,1808,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1757,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1802,1802,1756,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1791,1792,1793,1794,1756,1789,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1790,1759,1757,1804,1806,1756,1800,1804,1806,1825,1789,1756,0,1071,1071,1077,1077,0,1066,1833,1826,1071,1071,1829,1071,1071,1076,1071,0,0,0,1777,1071,1833,1071,1830,1071,1066,0,1071,1071,1071,0,0,1076,1777,1829,1826,1826,1071,1071,1071,1071,1071,1829,1077,1831,1830,1830,1830,1071,1071,1071,1071,1833,1831,1071,1071,0,1071,1071,1071,1830,1830,1830,1071,1831,1071,0,0,1071,1071,1071,1830,0,0,0,0,0,0,1071,1071,1828,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1826,1071,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1052,1826,1826,1826,1826,1826,1826,1826,1826,1828,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1078,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1827,1827,1826,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1826,1828,1052,1828,1071,1078,1828,1076,1077,1831,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1826,1052,1052,1052,1071,1832,1052,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1827,1826,1052,1828,1071,1832,1827,1829,1830,1066,1076,1826,1077,1831,1760,1071,1071,1071,1832,1832,1832,1827,1827,1827,1829,1829,1829,1830,1830,1830,1066,1066,1066,1076,1076,1076,1826,1826,1826,1077,1077,1077,1831,1831,1831,1760,1760,1760,1826,1071,1071,1832,1832,1052,1833,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1826,1826,1826,1826,1077,1831,1760,1052,1071,1071,1832,1052,1833,1067,1827,1827,1078,1828,1829,1830,1066,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1826,1826,1826,1826,1826,1826,1067,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1052,1828,1052,1071,1827,1829,1830,1826,1052,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1052,1052,1828,1826,1826,1826,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1826,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1826,1052,1826,1052,1052,1052,1052,1826,1826,1828,1828,1828,1071,1052,1078,1826,1052,1052,1828,1827,1828,1052,1828,1052,1052,1052,1826,1052,1052,1052,1052,1052,1828,1052,1828,1052,1826,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1052,1826,1826,1826,1052,1052,1828,1071,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1833,1071,1832,1833,1826,1078,1828,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1071,1832,1052,1833,1067,1827,1078,1828,1829,1830,1066,1076,1826,1077,1831,1760,1826,1828,1078,1052,1828,1828,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,1078,2123,2124,2124,2124,2124,0,0,0,1835,1835,1835,1835,0,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,1835,0,1835,1835,1835,1835,1835,1835,1835,1835,0,0,0,0,0,0,0,0,0,0,16,1836,27,27,27,1837,1838,1836,1836,1836,1836,1836,1841,1860,1860,0,1843,0,1843,0,1841,0,1843,1861,1860,1842,1843,1844,1845,1840,1841,1861,1862,1839,1844,1842,1845,1840,1841,1862,1860,1843,1843,1862,1862,1860,1843,1845,1860,1860,1860,1862,1845,1860,1843,1860,1860,1839,1843,1844,0,0,1862,1839,1843,0,1860,1839,1844,1860,0,1861,0,1860,0,1843,1860,1843,1843,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1839,1840,1841,1839,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1839,1839,1839,1839,1839,1842,1839,1843,1844,1845,1840,1841,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,0,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1839,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,0,1839,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,1842,1839,1843,1844,1845,1840,1841,2125,2125,2125,2125,2126,2127,2127,2127,2127,2127,1841,0,1843,0,1848,1843,0,1841,0,1843,1842,1848,1843,1849,1844,1845,1840,1841,1850,1839,1844,1848,1842,1845,1840,1841,1847,1850,1848,1843,1843,1843,1845,1845,1848,1848,1843,1846,1846,1848,1848,1839,1843,1844,0,0,0,1847,1848,1839,1843,0,1849,1839,1844,0,0,1848,0,0,1843,1848,1843,1843,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1846,1847,1846,1847,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1846,1847,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1846,1847,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,1848,1849,1846,1847,1850,2128,2128,2126,2129,2129,2129,0,1852,1852,0,1851,0,26,1852,1851,26,1852,26,1852,26,1852,26,1852,26,26,26,26,26,26,1852,26,1852,26,1852,26,26,26,1852,1852,26,1852,26,1852,26,1852,26,26,1852,1852,26,1852,26,1852,26,1852,26,1852,26,1852,26,1852,26,26,1852,26,1852,26,1852,26,1852,26,1852,26,26,26,26,1852,26,1852,26,1852,26,1852,26,1852,26,1852,26,1852,0,0,0,0,0,0,0,1853,1853,1853,1853,1853,1853,0,0,0,1854,1854,0,1854,0,1855,1856,1857,1858,1859,1853,2130,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1854,2131,2131,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1854,1855,1856,1857,1858,1859,1853,1853,1853,2130,1855,1856,1857,1858,1859,1853,1854,1,1,1,1,1,1853,1855,1855,1856,1856,1857,1857,1858,1858,1859,1859,1853,1855,1856,1857,1858,1859,1853,1854,1854,2131,2131,2131,1855,1856,1857,1858,1859,1853,1853,1853,2131,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1854,2131,1854,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,0,1853,1854,1854,0,1853,1854,1,1,1,1854,1854,2131,2131,1854,1853,2131,1854,1854,2131,2131,1,1854,1854,0,0,1854,1854,1,0,0,0,1854,1,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1855,1856,1857,1858,1859,1853,1854,1854,1854,2132,2132,1841,1860,1860,0,1843,0,1843,0,1841,0,1843,1861,1860,1842,1843,1844,1845,1840,1841,1861,1862,1839,1844,1842,1845,1840,1841,1862,1860,1843,1843,1862,1862,1860,1843,1845,1860,1860,1860,1862,1845,1860,1843,1860,1860,1839,1843,1844,0,0,1862,1839,1843,0,1860,1839,1844,1860,0,1861,0,1860,0,1843,1860,1843,1843,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,0,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,0,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,1860,1861,1862,2125,2125,2125,2125,2126,2127,2127,2127,2127,2127,1841,0,1843,0,1848,1843,0,1841,0,1843,1842,1848,1843,1849,1844,1845,1840,1841,1850,1839,1844,1848,1842,1845,1840,1841,1847,1850,1848,1843,1843,1843,1845,1845,1848,1848,1843,1846,1846,1848,1848,1839,1843,1844,0,0,0,1847,1848,1839,1843,0,1849,1839,1844,0,0,1848,0,0,1843,1848,1843,1843,1843,1842,1843,1844,1845,1840,1843,1843,2128,2128,2126,2129,2129,2129,0,1852,1852,0,1851,0,1851,26,26,26,26,26,26,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,1863,1864,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,0,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,48,0,0,0,0,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,0,48,0,0,472,459,1093,64,60,1090,44,51,41,43,1866,43,1866,0,0,0,0,0,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,0,0,491,0,0,0,0,491,58,48,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,0,0,472,459,1093,64,60,1090,44,51,41,0,0,0,0,0,472,1093,64,60,1090,51,41,472,459,1093,64,60,1090,44,51,41,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,0,0,0,48,491,0,0,1866,491,48,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,0,0,0,0,0,0,472,1093,64,60,0,0,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,0,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,66,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,0,0,472,459,1093,64,60,1090,44,51,41,0,0,0,0,0,472,1093,64,60,1090,51,41,0,0,0,0,0,48,48,472,459,1093,64,60,1090,44,51,41,48,48,48,472,1093,64,60,1090,44,51,41,472,459,1093,64,60,1090,44,51,41,0,0,0,0,0,1863,1864,0,0,0,0,0,0,0,0,491,0,0,0,0,472,1093,64,60,0,472,459,1093,64,60,1090,44,51,41,472,0,0,0,0,0,48,472,459,1093,64,60,1090,44,0,0,0,0,472,459,1093,64,60,1090,44,0,0,0,0,491,48,43,1866,0,0,0,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,57,459,1093,63,64,60,58,1090,68,66,1880,44,51,41,48,43,42,1866,0,0,0,48,0,0,0,0,0,944,0,1095,1095,1095,944,1095,1095,1095,1095,0,23,23,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,23,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,1095,23,1095,1095,23,1095,1095,1095,1095,1095,1095,1095,1095,0,0,0,0,0,0,0,1875,0,0,1875,65,9,1876,65,9,1876,65,9,1876,65,9,1876,65,9,1876,9,9,9,9,65,9,1876,65,9,1876,0,65,9,1876,65,9,9,65,9,1876,0,9,65,9,1876,65,9,1876,0,65,1875,0,65,65,9,1876,1875,1875,67,1876,67,1876,9,0,1876,1876,65,9,1876,65,9,1876,65,9,1876,65,1876,1875,0,9,1876,65,65,1876,0,65,9,1876,65,9,1876,65,9,1876,65,9,1876,9,65,9,1876,65,9,1876,65,9,1876,65,9,1876,65,9,1876,1876,67,1876,0,65,39,1876,1876,0,0,67,1876,0,65,67,37,39,9,1876,1876,1876,1876,65,65,65,1876,65,65,1876,37,1876,37,1876,65,9,9,65,65,1876,1875,67,37,65,1876,1876,1875,65,9,65,1876,0,65,65,1876,0,65,0,9,9,1876,39,1876,1876,65,9,1876,65,9,1876,65,9,1876,65,9,1876,65,9,1876,65,9,1876,65,9,1876,67,1876,65,1876,0,0,1877,1877,1877,1877,1877,1877,1877,1877,1877,1877,1877,1877,1877,1877,1877,0,1877,1877,1877,1877,1877,1877,1877,1877,1877,1877,0,40,40,1877,1877,1877,1877,1877,1877,1877,0,0,0,0,0,0,0,0,0,32,32,1879,0,0,0,936,0,936,11,11,1011,1011,936,11,1011,1011,1011,11,1882,1882,1882,1882,1882,0,0,0,0,1882,0,1882,0,1882,0,1882,1880,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1881,1880,1884,1882,1881,1883,1881,1882,1881,1882,1881,0,1884,1882,1881,1883,1883,1884,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1882,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1880,1880,1880,1881,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1880,1880,1880,1881,1881,1882,1881,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1884,1882,1881,1883,1880,1880,1881,0,0,0,0,0,0,0,0,0,0,944,0,944,23,23,0,23,0,23,23,0,0,53,53,53,53,53,53,53,53,53,53,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,2133,2133,2133,2133,2133,2133,2133,2133,2133,0,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,2133,0,63,63,0,63,63,63,63,63,0,0,0,0,0,0,0,0,0,0,0,0,64,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,1870,1870,2134,1870,1885,2134,64,1870,1885,2134,1870,1885,2134,1870,1885,0,0,64,1885,2134,1870,1885,2134,1870,1870,1870,1870,1870,64,64,2134,1870,1885,2134,1870,1885,2134,1870,1885,64,1870,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,64,1870,1885,64,1885,64,1885,64,1885,64,1885,64,64,64,1885,64,1885,64,2134,1870,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,2134,1870,1885,64,2134,2134,0,60,0,60,60,60,60,60,60,0,45,45,0,0,0,955,0,955,45,1886,45,1886,45,1886,45,1886,45,1886,5,5,45,1886,45,1886,45,1886,45,1886,1886,45,1886,45,1886,45,0,45,45,1886,0,1886,45,45,1886,45,1886,45,1886,45,5,955,45,1886,45,1886,45,1886,45,1886,45,1886,45,1886,45,1886,45,1886,45,1886,0,45,0,0,45,0,45,1886,45,0,45,45,5,45,45,45,5,45,45,45,1886,45,1886,45,1886,45,1886,45,1886,45,1886,45,1886,0,45,0,0,0,1887,0,1889,24,1888,1887,1889,24,1888,1889,24,1888,1889,24,1888,1889,24,1888,24,24,24,24,1889,24,1888,1889,24,1888,1889,24,1888,24,24,1889,24,1888,1888,1889,24,1888,1889,24,1888,24,1889,24,1888,24,1888,1889,24,1888,1889,24,1888,1889,24,1888,24,24,1889,24,1888,1889,24,1888,1889,24,1888,1889,24,1888,24,1889,24,1888,1889,24,1888,1889,24,1888,1889,24,1888,1889,24,1888,1889,1888,1889,1889,24,24,24,1889,1889,24,1889,24,1888,1889,24,1888,1889,24,1888,1889,24,1888,1889,24,1888,1889,24,1888,1889,24,1888,1889,0,49,49,0,0,0,0,955,0,955,1890,1891,49,1890,1891,49,1890,1891,49,1890,1891,49,1890,1891,49,5,5,1890,1891,49,1890,1891,49,1890,1891,49,1890,1890,1891,49,1890,1891,49,1890,1891,49,1891,49,1890,1891,49,0,49,1890,1891,49,1890,1891,49,1890,1891,49,49,5,955,1890,1891,49,1890,1890,1891,49,1890,1891,49,1890,1891,49,1890,1891,1890,1891,49,1890,1891,49,1890,1891,49,1890,1891,49,1890,1891,49,49,0,1890,0,0,49,49,49,1891,49,49,5,1890,49,49,49,5,49,49,1890,1891,49,1890,1891,49,1890,1891,49,1890,1891,49,1890,1891,49,1890,1891,49,1890,1891,49,49,0,0,0,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,1892,0,0,0,0,0,0,51,51,51,51,51,51,0,0,0,0,0,0,0,1893,1893,1893,1893,1893,1893,1893,1893,1893,1893,1893,41,41,1893,1893,1893,1893,1893,1893,1893,1893,1893,1893,41,1893,1893,41,1893,1893,1893,1893,1893,1893,1893,1893,1893,41,41,1893,41,41,41,1893,41,41,1893,1893,1893,1893,1893,1893,1893,1893,41,1893,0,1894,0,0,0,1895,1895,0,1894,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,43,1867,1894,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,59,59,1894,59,1867,1895,1894,59,1867,1867,1895,1894,59,1867,1895,0,0,0,0,1894,59,1867,1895,0,59,1894,59,1867,1895,43,0,59,1867,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,43,59,59,59,59,59,59,59,59,43,59,43,59,1867,59,1867,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,1894,59,1867,1895,43,0,0,0,877,877,0,0,0,0,0,0,0,0,0,0,944,0,1093,1093,944,23,23,1093,1093,1093,23,1093,0,1093,1093,1093,23,1093,23,1093,0,0,0,0,0,58,58,0,58,58,58,58,0,0,1901,1901,0,1901,1898,1901,1899,0,0,0,0,1899,0,1899,0,1897,1898,0,0,1897,1898,0,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,0,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,1092,102,1901,1896,1897,1898,1899,1092,1896,1896,1896,1897,1898,1899,1896,1897,1898,1899,1092,1092,102,1901,1896,1897,1898,1899,1092,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,1092,1092,102,1901,1896,1897,1898,1899,1896,1897,1898,1899,1092,102,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,1092,0,0,1092,1896,1092,1092,102,1092,1092,1092,1092,0,1092,1092,1092,1092,1092,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,1901,1896,1897,1898,1899,1092,102,102,0,1902,1902,1903,1903,0,0,1903,1903,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1903,1903,1900,1900,1900,1903,1900,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1900,1900,1900,1903,1900,1903,1900,1900,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,1903,1900,0,0,0,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,0,0,0,54,54,54,54,54,54,54,54,54,54,54,54,0,42,0,42,42,42,1028,0,0,1026,1014,1025,0,0,0,0,1019,0,0,1014,0,1024,1025,1021,1019,1026,0,1028,0,0,1022,989,1024,0,1014,0,0,1019,1026,0,1022,989,0,990,0,0,0,1026,1019,1021,70,70,987,71,0,990,990,1012,0,0,1012,990,1015,1015,0,0,71,2081,2081,2081,2081,2082,2083,2084,2083,2085,2085,2085,2085,2085,0,988,988,988,0,988,0,1012,1012,2086,2087,2088,2087,2088,2086,0,1904,1904,0,1904,0,0,944,0,1905,1904,944,1905,1904,1905,1904,1905,1904,1905,1904,23,23,1905,1904,1905,1904,1905,1904,1904,1904,1905,1904,1904,1905,1904,1905,1904,1905,1905,1904,1904,1905,1904,1905,1904,1905,1904,23,1905,1904,1905,1904,1905,1904,1905,1904,1904,1905,1904,1905,1904,1905,1904,1905,1904,1905,1904,1905,1090,1905,1090,1905,1905,0,1090,1090,23,23,1904,1905,1904,1905,1904,1905,1904,1905,1904,1905,1904,1905,1904,1905,1904,0,0,959,0,959,25,25,25,0,0,962,0,962,7,7,7,7,962,7,0,2135,1906,2135,1906,0,0,0,0,944,0,2135,2135,1094,1906,1094,1094,944,2135,1094,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,23,23,2135,1094,1906,2135,1094,1906,2135,1094,1906,1094,1094,1094,1906,1906,2135,1094,1906,1866,2135,1094,1906,2135,1094,1906,1094,1094,1094,1094,2135,1094,1906,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,1094,23,1094,2135,1094,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,2135,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,1094,1094,1094,1094,1094,1094,1094,1094,0,0,23,1094,1094,1094,0,23,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,2135,1094,1906,1094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1917,0,0,1907,1908,1909,1911,1911,1911,1911,1911,1911,1912,1910,69,1911,1911,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,69,1915,69,1914,69,1914,69,1914,69,1914,69,1914,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1913,1911,55,55,55,55,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,55,1911,1869,69,1914,1915,1105,1869,69,1914,1915,1105,1908,1909,1911,55,1869,1869,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1911,55,1908,1909,1869,1911,1911,1911,1911,1907,1911,1911,1911,1911,1913,1912,1910,1869,1911,69,1914,1915,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,55,55,55,55,55,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1911,1911,1869,1105,1869,1869,1869,1915,1912,1910,1869,1105,0,69,55,55,55,55,1908,1909,1913,1912,1910,1869,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,55,1869,55,0,1917,69,1908,1909,1911,1911,1911,1909,55,69,1909,1911,1911,1911,55,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1913,1911,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1912,1910,1869,69,1914,1915,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1907,1911,1911,1911,1911,1911,1911,1915,55,55,55,1915,55,55,55,55,1105,55,55,55,55,55,55,55,55,55,55,1869,1908,1909,1911,1911,1908,1909,1911,1911,55,1908,1909,1908,1909,55,55,55,55,55,55,1908,1909,1911,1915,1911,1911,1869,69,1914,1915,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1908,1909,1913,1912,1910,1869,1911,69,1914,1915,55,1105,1105,1920,55,55,1920,55,55,1920,55,55,0,1917,55,1908,1909,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,0,0,0,52,52,52,52,52,52,52,0,0,0,1923,1923,1923,1923,1923,1923,1923,0,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,1923,0,0,1923,1923,1923,1923,1923,1923,1923,1923,1923,0,1699,1697,0,0,1697,0,0,1699,0,0,967,0,967,1698,1696,1698,8,1698,1696,967,0,8,967,0,8,1698,0,1696,2092,2092,2093,2092,2094,2094,0,1872,1872,0,0,0,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1872,1872,1924,1924,1924,1924,1924,1924,1924,1924,1924,1924,1924,1872,1924,1872,1924,1872,1924,1872,1872,1924,1872,1924,1872,1924,1872,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,68,1872,1924,1924,1924,1924,1924,68,0,1924,1924,1872,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1872,1924,1924,1924,1924,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,1879,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,969,0,0,969,19,969,0,0,1926,1926,1926,1926,1926,0,1926,1926,1926,1926,0,1926,1926,1926,1926,1926,0,1926,1926,1926,0,0,1926,1926,1926,1926,1926,1926,1926,1926,1926,1926,1926,1926,1926,1926,1926,0,1926,1926,1926,1926,1926,1926,1926,1926,1926,1926,0,0,0,0,0,0,1926,1926,1926,1926,1926,1926,1926,1926,0,0,0,0,0,1927,0,0,0,0,1927,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,13,13,13,13,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1928,1929,13,1096,1928,1929,13,0,1929,1929,1096,1928,1929,13,1096,1928,1929,13,1096,1929,1927,1096,0,1096,1096,1096,1928,1929,13,0,0,1927,1096,1928,1929,13,0,1929,1929,1927,1929,1096,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1929,1927,1927,13,1096,1096,1928,1929,13,0,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1929,1929,1929,1929,1096,1929,13,0,1096,1096,1096,0,1096,0,1929,1929,0,1929,1929,0,1929,1929,1096,1929,1096,1096,1096,1096,1096,1096,1096,1096,1096,1096,1096,1929,13,0,0,0,1929,1929,13,1929,13,1096,1096,1096,1096,1096,1096,13,0,1928,1929,13,1096,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1096,1928,1929,13,1929,1929,0,0,1929,1096,0,1932,1932,0,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1930,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,1930,1932,2136,2136,0,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,1933,0,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,1931,979,979,979,0,979,0,979,0,0,1699,0,0,1699,0,967,0,0,967,1698,1698,8,1698,967,0,8,967,0,8,1698,0,2092,2092,2093,2092,0,66,66,0,0],"f":"``````````{{bcd}f{}}{{bh}j}{{bc}l{}}{{bcd}n{}}{{bc}A`{}}{{bddc}Ab{}}{{bc}Ad{}}{{bcd}Af{}}{{bc}Ah{}}{{bc}Aj{}}{{bc}Al{}}{{cg}i{}{}{{An{e}}}{}}{{B`c}B`{{Bb{B`}}}}`{{bc}Bd{}}{{bc}Bf{}}{{bc}Bh{}}{{bc}Bj{}}{{bc}Bl{}}{{bc}Bn{}}{{bc}C`{}}{{bc}Cb{}}{{bc}Cd{}}{{Cfe}c{}{{Bb{Cf}{{Ch{c}}}}}}00{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}{bb}{{ce}h{}{}}`4`{{{Cn{c}}d}{{Cn{c}}}{}}{{}b}{bD`}{Dbc{}}0{{bc}Al{}}{{bc}Ah{}}{{bc}Aj{}}{{bc}Ab{}}{{bc}l{}}{{bc}Dd{}}0{{bc}A`{}}{Dbh}4{{bb}d}6`{{bDf}Dh}597`{{{Dj{c}}}{{Cn{c}}}Dl}{{{Dn{c}}}{{Cn{c}}}Dl}{{{E`{c}}}{{Cn{c}}}Dl}{{{Eb{c}}}{{Cn{c}}}Dl}{{{Ed{c}}}{{Cn{c}}}Dl}{Ef{{Cn{c}}}{}}{{{Eh{c}}}{{Cn{c}}}Dl}{{{Ej{ce}}}{{Cn{e}}}{{En{El}}}{}}{{{F`{c}}}{{Cn{c}}}Dl}{{{Fb{ceg}}}{{Cn{e}}}{{En{El}}}{}{DlFd}}{{{Ff{c}}}{{Cn{c}}}Dl}{{{Fh{c}}}{{Cn{c}}}{}}{{{Fj{c}}}{{Cn{c}}}Dl}{{{Fl{c}}}{{Cn{c}}}Dl}{{{Fn{ceg}}}{{Cn{g}}}{}G`Dl}{{{Gb{c}}}{{Cn{c}}}Dl}{{{Gd{c}}}{{Cn{c}}}{}}{Gf{{Cn{c}}}{}}{{{Gh{ceg}}}{{Cn{c}}}{}{}{GjGl}}{{{Gn{c}}}{{Cn{c}}}Dl}{{{H`{c}}}{{Cn{c}}}{}}{{{Hb{c}}}{{Cn{c}}}Dl}{{{Hd{c}}}{{Cn{c}}}Dl}{{{Hf{c}}}{{Cn{c}}}Dl}{{{Hh{c}}}{{Cn{c}}}{}}{cc{}}0{ce{}{}}{{bc}Hj{}}{{bc}Aj{}}{{bcd}Ad{}}{{bcd}n{}}{{bc}A`{}}{{bcd}Af{}}{{bddc}Ab{}}{{bc}Bf{}}{{bcd}f{}}{{bh}j}{{bc}Al{}}{{bc}Ah{}}{{bc}Hl{}}{{bc}{{I`{Hn}}}{}}`{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00```6{{bc}Dd{}}0`>{bIh}11{{bIj}h}```3{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}6655{{bc}Hj{}}``````````````````{{{Jf{}{{Jb{c}}{Jd{e}}}}}{{I`{c}}}{JhJjDlGl}{{K`{{Jn{Jl}}}}JjDlGl}}{{cg}i{}{}{{An{e}}}{}}0{{{Jf{}{{Jb{c}}{Jd{e}}}}}{{Jn{El}}}{JhJjDlGl}{{K`{{Jn{Jl}}}}JjDlGl}}::::{cCj{}}000;;;;<<{KbKb}{{{Kd{ce}}}{{Kd{ce}}}DlDl}{{ce}h{}{}}0`>>{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{I`{{Cn{g}}}}}Kn{}{DlJjGl}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}KbKn{}{DlJjGl}}0``{{}Kb}{Dbc{}}0003{L`{{Lb{c}}}{}}{Dbh}0{{{Kd{ce}}Df}DhJjJj}{Kb{{I`{Ld}}}}{cc{}}000{ce{}{}}0{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{Jn{{Cn{g}}}}}Kn{}{DlJjGl}}00{{Kbc}{{Lf{{Kl{}{{Kf{e}}{Kh{c}}{Kj{g}}}}{Lb{g}}}}}{}Kn{DlJjGl}}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0777777{Kbd}0{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}LdKn{}{DlJjGl}}>`>{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{I`{{Cn{{Lh{g}}}}}}}Kn{}{DlJjGl}}2{{Kbd}h}{Kbh}0{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}Lj}{{I`{{Jn{{Ll{{Lh{g}}}}}}}}}Kn{}{DlJjGl}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{I`{Ln}}}Kn{}{DlJjGl}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{I`{g}}}Kn{}{DlJjGl}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}Ld}{{I`{g}}}Kn{}{DlJjGl}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{Lb{g}}}Kn{}{DlJjGl}}0{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}Lj}{{Lb{g}}}Kn{}{DlJjGl}}01{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}LdM`M`}hKn{}{DlJjGl}}{MbMd}{KbMf}{{L`Jl}h}{{KbJl}h}10<{{L`Jl}{{Lb{c}}}{}}`{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}I`Kn{}{DlJjGl}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{Mh{g}}}Kn{}{DlJjGl}}{Kbd}{Kbb}{KbMj}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}{Ml{El}}Mj}{{Lb{g}}}Kn{}{DlJjGl}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}{Ml{El}}Mn}{{Lb{g}}}Kn{}{DlJjGl}}{L`El}{ce{}{}}0{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}g}{{Lb{g}}}Kn{}{DlJjGl}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}}{{Cn{g}}}Kn{}{DlJjGl}}{L`{{Cn{{Lh{c}}}}}{}}{{{Kl{}{{Kf{c}}{Kh{e}}{Kj{g}}}}Ld}{{Cn{g}}}Kn{}{DlJjGl}}{{KbEl}{{Mh{{N`{c}}}}}{NbGlNdG`DlFd}}0`````{{{I`{Ld}}}{{Nf{{Lh{c}}}}}Gl}{{{I`{Ld}}d}{{Nf{{Lh{c}}}}}Gl}`{{{Lh{c}}}{{Lb{c}}}Gl}2{Mf{{Nf{{Lh{c}}}}}Gl}{b{{Nf{{Lh{c}}}}}Gl}{{{I`{Ld}}Jl}{{Nf{{Lh{c}}}}}Gl}55{c{{Lb{c}}}Gl}{Nh{{Lb{c}}}Gl}````````````````````````{{cg}i{}{}{{An{e}}}{}}0`{ce{}{}}000{cCj{}}0001111{{c{Cl{e}}}g{}{}{}}0{NhNh}{{ce}h{}{}}{{{Nj{c}}}{{Nf{Lh}}}Kl}55{{}{{Nj{c}}}G`}{Dbc{}}000{Dbh}0{{NhDf}Dh}{cc{}}000::{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0<<>>>>>>{c{{Lf{{Nj{e}}{Nf{g}}}}}{}Kl{}}{c{{Nj{c}}}Kl}{{{Nj{c}}}NlKl}{{{Nj{c}}}{}Kl}{{{Nj{c}}}{{Mh{e}}}Kl{}}{{{Nj{c}}}eKl{}}{{{Nj{c}}}JlKl}{ce{}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333{{{Nj{c}}e}{{Nf{e}}}Kl{}}{{{Nj{c}}}{{Cn{e}}}Kl{}}````{{cg}i{}{}{{An{e}}}{}}{c{{Lh{c}}}{}}77{cCj{}}088{{c{Cl{e}}}g{}{}{}}{{{Lh{c}}}{{Lh{c}}}Dl}{{ce}h{}{}};{Nh{{Lh{c}}}{}}{Dbc{}}0{Dbh}{{{Lh{c}}Df}DhJj}{cc{}}{Nnc{}}:1{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=444{{}{{Lh{c}}}{}}5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88`{{cg}i{}{}{{An{e}}}{}}{{Mbd}Mb}::{cCj{}}0;;{{c{Cl{e}}}g{}{}{}}2<2{{}Mb}{{MbO`}Mb}{{Mbc}Mb{{K`{Jl}}}}{{MbMf}Mb}{Dbc{}}0{Dbh}8{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}<444{{Mb{I`{Nl}}}Mb}9{{MbOb}Mb}{{MbOd}Mb}{{Mbb}Mb}{{Mbd}Mb}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}<<{g{{Nf{c}}}{}{{K`{c}}}{{Oh{}{{Of{{Nf{e}}}}}}}}{{{I`{Ld}}}{{Nf{c}}}{}}{g{{Nf{c}}}{}{{K`{c}}}{{Oj{}{{Ch{e}}}}Gl}}{{{I`{Ld}}d}{{Nf{c}}}{}}{e{{Nf{c}}}{}{Gl{K`{c}}}}3{{{I`{Ld}}Jl}{{Nf{c}}}{}}44``````{{cg}i{}{}{{An{e}}}{}}0{{}d}`{ce{}{}}000{cCj{}}0001111{{c{Cl{e}}}g{}{}{}}0{OlOl}{OnOn}{{ce}h{}{}}055{{}{{Il{A`Ab}}}}{{}Ol}{{}On}{Dbc{}}000{c{{Il{On}}}Ad}{Dbh}0{{OlOl}d}{{OnOn}d}{{ce}d{}{}}00000{{OlDf}Dh}{{OnDf}Dh}{cc{}}000{ce{}{}}0{A`{{Il{Ol{Lf{{Jn{Ab}}Ol}}}}}};`{{}Jl}`{{}Db}0=`3333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0777777{{Onc}IlAf}{{OlA`d}{{Il{dAb}}}}{{OlA`On}{{Il{dAb}}}}{{OlA`Jl}{{Il{dAb}}}}122{{}d}`0`<<{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0????{{OlA`{Ml{c}}}{{Lf{{Jn{Ab}}{Jn{El}}}}}{{En{El}}}}{{OlA`}{{Il{hAb}}}}```````````````````````{{cg}i{}{}{{An{e}}}{}}00000{ce{}{}}00000000000{cCj{}}00000000000111111111111======{A`A`}{{ce}h{}{}}{Ah{{Il{hAb}}}}444444`{{c{Aj{El}}Al}{{Mh{{N`{e}}}}}{AnGlNdAA`}{GlNdFdDlNb}}0{Dbc{}}00000000000{Dbh}00000`{{AbDf}{{Il{hAAb}}}}0{{A`Df}{{Il{hAAb}}}}{cc{}}000{AAdAb}{{{AAf{AAd}}}Ab}{AAhAb}{AAjAb}{AAlAb}55555555??????{{AAnEl}{{Il{cAb}}}AB`}{{A`El}{{Il{cAb}}}AB`}{A`{{Il{Nb{Lf{{Jn{Ab}}Nb}}}}}}{{}Db}00000{ce{}{}}00000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000444444444444444444`{{}{{Il{A`Ab}}}}{{ElAl}{{Il{A`Ab}}}}0{{ABbElc}{{Il{hAb}}}ABd}{{AhElc}{{Il{hAb}}}ABd}{{A`Elc}{{Il{hAb}}}ABd}39{cABf{}}{cJl{}}{A`Ah}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000????????????{{NbA`{Ml{c}}}{{Lf{{Jn{Ab}}{Jn{El}}}}}{{En{El}}}}{{A`c}{{Il{ABhAb}}}{{ABj{A`{Ml{Jl}}}}GlNd}}{{ElAlABl}{{Il{A`Ab}}}}{{NbA`}{{Il{hAb}}}}```````````````````````````{{ABnAC`}ABn}````{Mn{{ACb{AC`Mf}}}}``````0````{{cg}i{}{}{{An{e}}}{}}00000000000{Mn{{Il{hACd}}}}{d{{Il{hACd}}}}1{ce{}{}}00000000000000000000000{cCj{}}00000000000000000000000{MnJl}{ACfACh}0````7{{ABn{ACb{AC`Mf}}}ABn}`888``444444444444444444444444```{ABnMn}`999{{c{Cl{e}}}g{}{}{}}00000000000{ACjACj}{ACfACf}{AChACh}{AClACl}{ACnACn}{MjMj}{AD`AD`}{IjIj}{MnMn}{ABnABn}{{ce}h{}{}}000000000{{{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}}ACn}{{{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}}ACn}{{{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}{ACb{AC`Mf}}d{ACb{AC`Mf}}}ACn}`{ce{}{}}00000000000`{{}{{Il{A`Ab}}}}{{ABnACj}ABn}``{{}ABn}22{{}Mn}1{{}ACj}{{}ACf}{{}ACh}{{}ACl}{{}ACn}{{}Mj}{{}AD`}{{}Ij}89{Dbc{}}{ADbACf}11{ADdACf}222222222222222222222{c{{Il{ACj}}}Ad}{c{{Il{ACf}}}Ad}{c{{Il{ACh}}}Ad}{c{{Il{ACl}}}Ad}{c{{Il{ACn}}}Ad}{c{{Il{AD`}}}Ad}{c{{Il{Ij}}}Ad}{c{{Il{Mn}}}Ad}{c{{Il{ABn}}}Ad}{{ABnAC`}ABn}```{Mn{{ACb{AC`Mf}}}}0````{Dbh}00000000000{{ACjACj}d}{{ACfACf}d}{{AChACh}d}{{AClACl}d}{{ACnACn}d}{{MjMj}d}{{AD`AD`}d}{{IjIj}d}{{MnMn}d}{{ABnABn}d}{{ce}d{}{}}00000000```````{{ACjDf}{{Il{hAAb}}}}{{ACfDf}{{Il{hAAb}}}}{{AChDf}{{Il{hAAb}}}}{{AClDf}{{Il{hAAb}}}}{{ACnDf}{{Il{hAAb}}}}{{MjDf}{{Il{hAAb}}}}{{AD`Df}{{Il{hAAb}}}}{{IjDf}{{Il{hAAb}}}}{{MnDf}{{Il{hAAb}}}}{{ABnDf}{{Il{hAAb}}}}`{ACn{{ACb{AC`Mf}}}}{cc{}}000000000{ACfMn}11111111111111{ce{}{}}00000000000``{{}{{Il{Mn{Lf{{Jn{Ab}}Mn}}}}}}{A`{{Il{Mj{Lf{{Jn{Ab}}Mj}}}}}}{A`{{Il{Mn{Lf{{Jn{Ab}}Mn}}}}}}{A`{{Il{ABn{Lf{{Jn{Ab}}ABn}}}}}}````{{}Mn}00`8`{{}El}{{}Db}00000000000{ACfACh}888888888888888888888888{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000{{{If{c}}}{{If{Cj}}}{}}00000000000{{c{Cl{e}}}g{}{}{}}00000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<{ACfd}{A`{{Il{dAb}}}}````1`{{}ABn}{{}{{Il{A`Ab}}}}0;1`{ACfEl}`````````````{{ABnAC`}ABn}```{Mn{{ACb{AC`Mf}}}}000`000000{ACfABn}``?`{ACn{{ACb{AC`Mf}}}}`22{{ABn{ACb{AC`Mf}}}ABn}`33{Mn{{ADf{Mf}}}}`0`0`0`0`0``{{}{{Il{hACd}}}}00`5`55`33`{{ACjc}IlAf}{{ACfc}IlAf}{{AChc}IlAf}{{AClc}IlAf}{{ACnc}IlAf}{{AD`c}IlAf}{{Ijc}IlAf}{{Mnc}IlAf}{{ABnc}IlAf}{{MnA`ACn}{{Il{dAb}}}}{{ABnA`{I`{AC`}}}{{Il{dAb}}}}1{{MnA`M`}{{Il{dAb}}}}{{ABnA`M`}{{Il{dAb}}}}{{MjA`d}{{Il{dAb}}}}{{MnA`ACl}{{Il{dAb}}}}{{ABnA`{I`{{ACb{AC`Mf}}}}}{{Il{dAb}}}}6{{MnA`ACj}{{Il{dAb}}}}{{ABnA`ACj}{{Il{dAb}}}}878{{MnA`{Lf{M`M`}}}{{Il{dAb}}}}{{ABnA`{Lf{M`M`}}}{{Il{dAb}}}}:6{{MnA`d}{{Il{dAb}}}}0{{ABnA`d}{{Il{dAb}}}}1{{ADhIj}h}={{MnA`Jl}{{Il{dAb}}}}={{MnA`ACh}{{Il{dAb}}}}{{ABnA`ACf}{{Il{dAb}}}};:;:{{MnA`{ACb{AC`Mf}}}{{Il{dAb}}}}{{MnA`AD`}{{Il{dAb}}}}{{ABnA`AD`}{{Il{dAb}}}}{{MnA`ACn}{{Il{dAb}}}}{{ABnA`{I`{AC`}}}{{Il{dAb}}}}110101{{MnA`{I`{AC`}}}{{Il{dAb}}}}1`{Mn{{ACb{AC`Mf}}}}`0{MnADj}`0`0`0`0`0`0`0`0`0`{{ABnAD`}ABn}```{{ABnAC`}ABn}```33`0`{MnMn}{ce{}{}}000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000{cJ`{}}00000000000333333333333333333333333{{MjA`{Ml{c}}}{{Lf{{Jn{Ab}}{Jn{El}}}}}{{En{El}}}}{{MnA`{Ml{c}}}{{Lf{{Jn{Ab}}{Jn{El}}}}}{{En{El}}}}{{ABnA`{Ml{c}}}{{Lf{{Jn{Ab}}{Jn{El}}}}}{{En{El}}}}{{}Al}9```<<<``{{Mn{ACb{AC`Mf}}}Mn}{{MjA`}{{Il{hAb}}}}{{MnA`}{{Il{hAb}}}}{{ABnA`}{{Il{hAb}}}}{Mn{{Il{hACd}}}}0`{{ce}{{ACb{AC`Mf}}}{{K`{{ACb{AC`Mf}}}}}{{K`{{ACb{AC`Mf}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````{{{ACb{ce}}{ACb{ce}}}d{{ADn{}{{ADl{}}}}}ADn}{{{AE`{ce}}{AE`{ce}}}d{}ADn}{{{AEb{ce}}{AEb{ce}}}d{}ADn}{{{AEd{ce}}{AEd{ce}}}d{}ADn}{{{AEf{c}}{AEf{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`ADnDlAFb}}{{{AFd{c}}{AFd{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`ADnDlAFb}}{{{AFf{c}}{AFf{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`ADnDlAFb}}{{{AFh{c}}{AFh{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`ADnDlAFb}}{{{AFj{ce}}{AFj{ce}}}d{}ADn}{{{AFl{ce}}{AFl{ce}}}d{}ADn}{{{AFn{ce}}{AFn{ce}}}d{}ADn}{{{AG`{ce}}{AG`{ce}}}d{}ADn}{{{AGb{ce}}{AGb{ce}}}d{}ADn}{{{AGd{c}}{AGd{c}}}dADn}{{{AGf{c}}{AGf{c}}}dADn}{{{AGh{c}}{AGh{c}}}dADn}{{{AGj{c}}{AGj{c}}}dADn}{{{AGl{c}}{AGl{c}}}dADn}{{{AGn{ce}}{AGn{ce}}}d{}ADn}{{{AH`{ce}}{AH`{ce}}}d{}ADn}{{{AE`{ce}}{AE`{ce}}}d{}ADn}{{{AEb{ce}}{AEb{ce}}}d{}ADn}{{{AEd{ce}}{AEd{ce}}}d{}ADn}{{{AEf{c}}{AEf{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`ADnDlAFb}}{{{AFd{c}}{AFd{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`ADnDlAFb}}{{{AFf{c}}{AFf{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`ADnDlAFb}}{{{AFh{c}}{AFh{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`ADnDlAFb}}{{{AFj{ce}}{AFj{ce}}}d{}ADn}{{{AFl{ce}}{AFl{ce}}}d{}ADn}{{{AFn{ce}}{AFn{ce}}}d{}ADn}{{{AG`{ce}}{AG`{ce}}}d{}ADn}{{{AGb{ce}}{AGb{ce}}}d{}ADn}{{{AGd{c}}{AGd{c}}}dADn}{{{AGf{c}}{AGf{c}}}dADn}{{{AGh{c}}{AGh{c}}}dADn}{{{AGj{c}}{AGj{c}}}dADn}{{{AGl{c}}{AGl{c}}}dADn}{{{AGn{ce}}{AGn{ce}}}d{}ADn}{{{AH`{ce}}{AH`{ce}}}d{}ADn}{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000000{{{ACb{ce}}{ACb{ce}}}{}AHbAHb}{{{ACb{ec}}c}{}{AHbDl}{{AHb{c}}}}{{{AE`{ce}}{AE`{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AE`{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AEb{ce}}{AEb{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AEb{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AEd{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AEd{ce}}{AEd{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AEf{c}}c}{{AEf{c}}}{{AHb{}{{Ch{}}}}}}{{{AEf{c}}{AEf{c}}}{{AEf{c}}}{{AHb{}{{Ch{}}}}}}{{{AFd{c}}c}{{AFd{c}}}{{AHb{}{{Ch{}}}}}}{{{AFd{c}}{AFd{c}}}{{AFd{c}}}{{AHb{}{{Ch{}}}}}}{{{AFf{c}}c}{{AFf{c}}}{{AHb{}{{Ch{}}}}}}{{{AFf{c}}{AFf{c}}}{{AFf{c}}}{{AHb{}{{Ch{}}}}}}{{{AFh{c}}{AFh{c}}}{{AFh{c}}}{{AHb{}{{Ch{}}}}}}{{{AFh{c}}c}{{AFh{c}}}{{AHb{}{{Ch{}}}}}}{{{AFj{ce}}{AFj{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AFj{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AFl{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AFn{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AFn{ce}}{AFn{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AG`{ce}}{AG`{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AG`{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AGb{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AGb{ce}}{AGb{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AGd{c}}{AGd{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AGd{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AGf{c}}{AGf{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AGf{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AGh{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AGh{c}}{AGh{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AGj{c}}{AGj{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AGj{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AGl{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AGl{c}}{AGl{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AGn{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AH`{ce}}{AH`{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AH`{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{ACb{ec}}c}h{AHdDl}{{AHd{c}}}}{{{ACb{ce}}{ACb{ce}}}hAHdAHd}{{{AE`{ce}}{AE`{ce}}}h{}AHd}{{{AE`{ce}}e}h{}{AHdDl}}{{{AEb{ce}}{AEb{ce}}}h{}AHd}{{{AEb{ce}}e}h{}{AHdDl}}{{{AEd{ce}}e}h{}{AHdDl}}{{{AEd{ce}}{AEd{ce}}}h{}AHd}{{{AEf{c}}{AEf{c}}}hAHd}{{{AEf{c}}c}hAHd}{{{AFd{c}}{AFd{c}}}hAHd}{{{AFd{c}}c}hAHd}{{{AFf{c}}{AFf{c}}}hAHd}{{{AFf{c}}c}hAHd}{{{AFh{c}}{AFh{c}}}hAHd}{{{AFh{c}}c}hAHd}{{{AFj{ce}}e}h{}{AHdDl}}{{{AFj{ce}}{AFj{ce}}}h{}AHd}{{{AFl{ce}}e}h{}{AHdDl}}{{{AFl{ce}}{AFl{ce}}}h{}AHd}{{{AFn{ce}}e}h{}{AHdDl}}{{{AFn{ce}}{AFn{ce}}}h{}AHd}{{{AG`{ce}}e}h{}{AHdDl}}{{{AG`{ce}}{AG`{ce}}}h{}AHd}{{{AGb{ce}}{AGb{ce}}}h{}AHd}{{{AGb{ce}}e}h{}{AHdDl}}{{{AGd{c}}c}h{AHdDl}}{{{AGd{c}}{AGd{c}}}hAHd}{{{AGf{c}}{AGf{c}}}hAHd}{{{AGf{c}}c}h{AHdDl}}{{{AGh{c}}c}h{AHdDl}}{{{AGh{c}}{AGh{c}}}hAHd}{{{AGj{c}}{AGj{c}}}hAHd}{{{AGj{c}}c}h{AHdDl}}{{{AGl{c}}{AGl{c}}}hAHd}{{{AGl{c}}c}h{AHdDl}}{{{AGn{ce}}e}h{}{AHdDl}}{{{AGn{ce}}{AGn{ce}}}h{}AHd}{{{AH`{ce}}e}h{}{AHdDl}}{{{AH`{ce}}{AH`{ce}}}h{}AHd}````````````````````````{ce{}{}}00000000000000000000000000000000000000000{cCj{}}00000000000000000000000000000000000000000{{{ACb{ce}}}{{ADf{e}}}{}{}}{{{ACb{ce}}}{{Ml{e}}}{}{}}{{{AE`{ce}}}{{ADf{e}}}{}{}}{{{AE`{ce}}}{{Ml{e}}}{}{}}{{{AEb{ce}}}{{ADf{e}}}{}{}}{{{AEb{ce}}}{{Ml{e}}}{}{}}{{{AEd{ce}}}{{Ml{e}}}{}{}}{{{AEd{ce}}}{{ADf{e}}}{}{}}{{{AFj{ce}}}{{ADf{e}}}{}{}}{{{AFj{ce}}}{{Ml{e}}}{}{}}{{{AFl{ce}}}{{Ml{e}}}{}{}}{{{AFl{ce}}}{{ADf{e}}}{}{}}{{{AFn{ce}}}{{Ml{e}}}{}{}}{{{AFn{ce}}}{{ADf{e}}}{}{}}{{{AG`{ce}}}{{Ml{e}}}{}{}}{{{AG`{ce}}}{{ADf{e}}}{}{}}{{{AGb{ce}}}{{ADf{e}}}{}{}}{{{AGb{ce}}}{{Ml{e}}}{}{}}{{{AGd{c}}}{{ADf{c}}}{}}{{{AGd{c}}}{{Ml{c}}}{}}{{{AGf{c}}}{{ADf{c}}}{}}{{{AGf{c}}}{{Ml{c}}}{}}{{{AGh{c}}}{{Ml{c}}}{}}{{{AGh{c}}}{{ADf{c}}}{}}{{{AGj{c}}}{{ADf{c}}}{}}{{{AGj{c}}}{{Ml{c}}}{}}{{{AGl{c}}}{{Ml{c}}}{}}{{{AGl{c}}}{{ADf{c}}}{}}{{{AGn{ce}}}{{Ml{e}}}{}{}}{{{AGn{ce}}}{{ADf{e}}}{}{}}{{{AH`{ce}}}{{Ml{e}}}{}{}}{{{AH`{ce}}}{{ADf{e}}}{}{}}{{{ACb{ce}}}{{Ml{e}}}{}{}}{{{ACb{ce}}}{{ADf{e}}}{}{}}{{{AE`{ce}}}{{ADf{e}}}{}{}}{{{AE`{ce}}}{{Ml{e}}}{}{}}{{{AEb{ce}}}{{ADf{e}}}{}{}}{{{AEb{ce}}}{{Ml{e}}}{}{}}{{{AEd{ce}}}{{ADf{e}}}{}{}}{{{AEd{ce}}}{{Ml{e}}}{}{}}{{{AEf{c}}}{{AEf{c}}}{}}{{{AFd{c}}}{{AFd{c}}}{}}{{{AFf{c}}}{{AFf{c}}}{}}{{{AFh{c}}}{{AFh{c}}}{}}{{{AFj{ce}}}{{Ml{e}}}{}{}}{{{AFj{ce}}}{{ADf{e}}}{}{}}{{{AFl{ce}}}{{Ml{e}}}{}{}}{{{AFl{ce}}}{{ADf{e}}}{}{}}{{{AFn{ce}}}{{ADf{e}}}{}{}}{{{AFn{ce}}}{{Ml{e}}}{}{}}{{{AG`{ce}}}{{ADf{e}}}{}{}}{{{AG`{ce}}}{{Ml{e}}}{}{}}{{{AGb{ce}}}{{ADf{e}}}{}{}}{{{AGb{ce}}}{{Ml{e}}}{}{}}{{{AGd{c}}}{{Ml{c}}}{}}{{{AGd{c}}}{{ADf{c}}}{}}{{{AGf{c}}}{{ADf{c}}}{}}{{{AGf{c}}}{{Ml{c}}}{}}{{{AGh{c}}}{{ADf{c}}}{}}{{{AGh{c}}}{{Ml{c}}}{}}{{{AGj{c}}}{{Ml{c}}}{}}{{{AGj{c}}}{{ADf{c}}}{}}{{{AGl{c}}}{{ADf{c}}}{}}{{{AGl{c}}}{{Ml{c}}}{}}{{{AGn{ce}}}{{Ml{e}}}{}{}}{{{AGn{ce}}}{{ADf{e}}}{}{}}{{{AH`{ce}}}{{Ml{e}}}{}{}}{{{AH`{ce}}}{{ADf{e}}}{}{}}{{{ACb{{AFn{ce}}g}}}{{ACb{{AFn{ce}}g}}}{}{}{}}{{{ACb{{AHf{c}}e}}}{{ACb{{AHf{c}}e}}}{}{}}{{{ACb{{AGn{ce}}g}}}{{ACb{{AGn{ce}}g}}}{}{}{}}{{{ACb{{AGj{c}}e}}}{{ACb{{AGj{c}}e}}}{}{}}{{{ACb{{AGb{ce}}g}}}{{ACb{{AGb{ce}}g}}}{}{}{}}{{{ACb{{AHh{c}}e}}}{{ACb{{AHh{c}}e}}}{}{}}{{{ACb{{AH`{ce}}g}}}{{ACb{{AH`{ce}}g}}}{}{}{}}{{{ACb{{AGl{c}}e}}}{{ACb{{AGl{c}}e}}}{}{}}{{{ACb{{AHj{c}}e}}}{{ACb{{AHj{c}}e}}}{}{}}{{{ACb{{AHl{ce}}g}}}{{ACb{{AHl{ce}}g}}}{}{}{}}{{{ACb{{AHn{c}}e}}}{{ACb{{AHn{c}}e}}}{}{}}{{{ACb{{AGh{c}}e}}}{{ACb{{AGh{c}}e}}}{}{}}{{{ACb{{AGd{c}}e}}}{{ACb{{AGd{c}}e}}}{}{}}{{{ACb{{AE`{ce}}g}}}{{ACb{{AE`{ce}}g}}}{}{}{}}{{{ACb{{AGf{c}}e}}}{{ACb{{AGf{c}}e}}}{}{}}{{{ACb{{AI`{c}}e}}}{{ACb{{AI`{c}}e}}}{}{}}{{{ACb{{AG`{ce}}g}}}{{ACb{{AG`{ce}}g}}}{}{}{}}{{{ACb{{AIb{c}}e}}}{{ACb{{AIb{c}}e}}}{}{}}{{{ACb{{AEb{ce}}g}}}{{ACb{{AEb{ce}}g}}}{}{}{}}{{{ACb{{AId{c}}e}}}{{ACb{{AId{c}}e}}}{}{}}{{{ACb{{AC`{ce}}g}}}{{ACb{{AC`{ce}}g}}}{}{}{}}{{{ACb{{AFl{ce}}g}}}{{ACb{{AFl{ce}}g}}}{}{}{}}{{{ACb{{AIf{c}}e}}}{{ACb{{AIf{c}}e}}}{}{}}{{{ACb{{AFj{ce}}g}}}{{ACb{{AFj{ce}}g}}}{}{}{}}{{{ACb{{AEd{ce}}g}}}{{ACb{{AEd{ce}}g}}}{}{}{}}{{{AE`{ce}}}{{AE`{ce}}}{}{}}{{{AEb{ce}}}{{AEb{ce}}}{}{}}{{{AEd{ce}}}{{AEd{ce}}}{}{}}{{{AFj{ce}}}{{AFj{ce}}}{}{}}{{{AFl{ce}}}{{AFl{ce}}}{}{}}{{{AFn{ce}}}{{AFn{ce}}}{}{}}{{{AG`{ce}}}{{AG`{ce}}}{}{}}{{{AGb{ce}}}{{AGb{ce}}}{}{}}{{{AGd{c}}}{{AGd{c}}}{}}{{{AGf{c}}}{{AGf{c}}}{}}{{{AGh{c}}}{{AGh{c}}}{}}{{{AGj{c}}}{{AGj{c}}}{}}{{{AGl{c}}}{{AGl{c}}}{}}{{{AGn{ce}}}{{AGn{ce}}}{}{}}{{{AH`{ce}}}{{AH`{ce}}}{}{}}{{{ACb{c}}{ACb{c}}}{{ACb{c}}}AIh}{{ce}e{}{}}0000`````{{{ACb{c}}{ACb{c}}e}{{ACb{c}}}AIhAIj}{{ceg}e{}{}AIj}0000````{ce{}{}}00000000000000000000000000000000000000000{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}4`{{c{Cl{e}}}g{}{}{}}00000000000000000000`````{AKdAKd}{{{ACb{ce}}}{{ACb{ce}}}AKd{AKfAJb}}{{{AE`{ce}}}{{AE`{ce}}}{}{AJbAKf}}{{{AEb{ce}}}{{AEb{ce}}}{}{AJbAIlAEh}}{{{AEd{ce}}}{{AEd{ce}}}{}{AJbAKf}}{{{AFj{ce}}}{{AFj{ce}}}{}{AInAJbAJj{AHb{}{{Ch{}}}}AKhDlAKf}}{{{AFl{ce}}}{{AFl{ce}}}{}{AJbAIlAEh}}{{{AFn{ce}}}{{AFn{ce}}}{}{AJbAIlAEh}}{{{AG`{ce}}}{{AG`{ce}}}{}{AJbAIlAEh}}{{{AGb{ce}}}{{AGb{ce}}}{}{AJbAIlAEh}}{{{AGd{c}}}{{AGd{c}}}{AJbAKf}}{{{AGf{c}}}{{AGf{c}}}{AJbAIlAJhAKf}}{{{AGh{c}}}{{AGh{c}}}{AInAJbAJj{AHb{}{{Ch{}}}}AKhDlAKf}}{{{AGj{c}}}{{AGj{c}}}{AJbAEhAIn}}{{{AGl{c}}}{{AGl{c}}}{AJbAEhAIn}}{{{AGn{ec}}}{{AGn{ec}}}{AJbAEh}{{AKj{c}}}}{{{AH`{ce}}}{{AH`{ce}}}{}{AJbAEhAIn}}{AKlh}{{{ACb{ce}}}hAKl{AKfAKn}}{{{AE`{ce}}}h{}{AKnAKf}}{{{AEb{ce}}}h{}{AKnAIlAEh}}{{{AEd{ce}}}h{}{AKnAKf}}{{{AFj{ce}}}h{}{AInAKnAJj{AHb{}{{Ch{}}}}AKhDlAKf}}{{{AFl{ce}}}h{}{AKnAIlAEh}}{{{AFn{ce}}}h{}{AKnAIlAEh}}{{{AG`{ce}}}h{}{AKnAIlAEh}}{{{AGb{ce}}}h{}{AKnAIlAEh}}{{{AGd{c}}}h{AKnAKf}}{{{AGf{c}}}h{AKnAIlAJhAKf}}{{{AGh{c}}}h{AInAKnAJj{AHb{}{{Ch{}}}}AKhDlAKf}}{{{AGj{c}}}h{AKnAEhAIn}}{{{AGl{c}}}h{AKnAEhAIn}}{{{AGn{ec}}}h{AKnAEh}{{AKj{c}}}}{{{AH`{ce}}}h{}{AKnAEhAIn}}{{{ACb{{AEb{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AFn{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AGl{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AE`{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AGd{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AI`{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AHh{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AIb{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AHn{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AFl{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AIf{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AGj{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AH`{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AC`{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AGb{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AG`{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AHf{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AHl{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AGh{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AId{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AFj{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AGf{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AGn{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{ACb{{AHj{{Jn{c}}}}{Jn{e}}}}}h{}{}}{{{ACb{{AEd{c{Jn{e}}}}{Jn{g}}}}}h{}{}{}}{{{AE`{c{Jn{e}}}}}h{}{}}{{{AEb{c{Jn{e}}}}}h{}{}}{{{AEd{c{Jn{e}}}}}h{}{}}{{{AEf{{Jn{c}}}}}h{}}{{{AFd{{Jn{c}}}}}h{}}{{{AFf{{Jn{c}}}}}h{}}{{{AFh{{Jn{c}}}}}h{}}{{{AFj{c{Jn{e}}}}}h{}{}}{{{AFl{c{Jn{e}}}}}h{}{}}{{{AFn{c{Jn{e}}}}}h{}{}}{{{AG`{c{Jn{e}}}}}h{}{}}{{{AGb{c{Jn{e}}}}}h{}{}}{{{AGd{{Jn{c}}}}}h{}}{{{AGf{{Jn{c}}}}}h{}}{{{AGh{{Jn{c}}}}}h{}}{{{AGj{{Jn{c}}}}}h{}}{{{AGl{{Jn{c}}}}}h{}}{{{AGn{c{Jn{e}}}}}h{}{}}{{{AH`{c{Jn{e}}}}}h{}{}}{{{ACb{ce}}}{{ACb{ce}}}DlDl}{{{AE`{ce}}}{{AE`{ce}}}{}Dl}{{{AEb{ce}}}{{AEb{ce}}}{}Dl}{{{AEd{ce}}}{{AEd{ce}}}{}Dl}{{{AEf{c}}}{{AEf{c}}}Dl}{{{AFd{c}}}{{AFd{c}}}Dl}{{{AFf{c}}}{{AFf{c}}}Dl}{{{AFh{c}}}{{AFh{c}}}Dl}{{{AFj{ce}}}{{AFj{ce}}}{}Dl}{{{AFl{ce}}}{{AFl{ce}}}{}Dl}{{{AFn{ce}}}{{AFn{ce}}}{}Dl}{{{AG`{ce}}}{{AG`{ce}}}{}Dl}{{{AGb{ce}}}{{AGb{ce}}}{}Dl}{{{AGd{c}}}{{AGd{c}}}Dl}{{{AGf{c}}}{{AGf{c}}}Dl}{{{AGh{c}}}{{AGh{c}}}Dl}{{{AGj{c}}}{{AGj{c}}}Dl}{{{AGl{c}}}{{AGl{c}}}Dl}{{{AGn{ce}}}{{AGn{ce}}}{}Dl}{{{AH`{ce}}}{{AH`{ce}}}{}Dl}{{ce}h{}{}}0000000000000000000{{{ACb{{AGj{c}}e}}}{{ACb{{AGj{c}}e}}}DlDl}{{{ACb{{AI`{c}}e}}}{{ACb{{AI`{c}}e}}}DlDl}{{{ACb{{AEb{ce}}g}}}{{ACb{{AEb{ce}}g}}}{}DlDl}{{{ACb{{AGd{c}}e}}}{{ACb{{AGd{c}}e}}}DlDl}{{{ACb{{AE`{ce}}g}}}{{ACb{{AE`{ce}}g}}}{}DlDl}0{{{ACb{{AGf{c}}e}}}{{ACb{{AGf{c}}e}}}DlDl}{{{ACb{{AH`{ce}}g}}}{{ACb{{AH`{ce}}g}}}{}DlDl}{{{ACb{{AHn{c}}e}}}{{ACb{{AHn{c}}e}}}DlDl}12{{{ACb{{AFn{ce}}g}}}{{ACb{{AFn{ce}}g}}}{}DlDl}01{{{ACb{{AGh{c}}e}}}{{ACb{{AGh{c}}e}}}DlDl}{{{ACb{{AHj{c}}e}}}{{ACb{{AHj{c}}e}}}DlDl}1{{{ACb{{AG`{ce}}g}}}{{ACb{{AG`{ce}}g}}}{}DlDl}{{{ACb{{AFl{ce}}g}}}{{ACb{{AFl{ce}}g}}}{}DlDl}{{{ACb{{AGn{ce}}g}}}{{ACb{{AGn{ce}}g}}}{}DlDl}123=0{{{ACb{{AId{c}}e}}}{{ACb{{AId{c}}e}}}DlDl}<{{{ACb{{AHf{c}}e}}}{{ACb{{AHf{c}}e}}}DlDl}0{{{ACb{{AIf{c}}e}}}{{ACb{{AIf{c}}e}}}DlDl}2{{{ACb{{AHl{ce}}g}}}{{ACb{{AHl{ce}}g}}}{}DlDl}1{{{ACb{{AIb{c}}e}}}{{ACb{{AIb{c}}e}}}DlDl}{{{ACb{{AFj{ce}}g}}}{{ACb{{AFj{ce}}g}}}{}DlDl}0{{{ACb{{AC`{ce}}g}}}{{ACb{{AC`{ce}}g}}}{}DlDl}203{{{ACb{{AGb{ce}}g}}}{{ACb{{AGb{ce}}g}}}{}DlDl}{{{ACb{{AGl{c}}e}}}{{ACb{{AGl{c}}e}}}DlDl}{{{ACb{{AHh{c}}e}}}{{ACb{{AHh{c}}e}}}DlDl}{{{ACb{{AEd{ce}}g}}}{{ACb{{AEd{ce}}g}}}{}DlDl}31{{{ACb{{AGd{c}}e}}}{{ACb{{AGd{c}}e}}}DlDl}{{{ACb{{AI`{c}}e}}}{{ACb{{AI`{c}}e}}}DlDl}42{{{AE`{ce}}}{{AE`{ce}}}{}Dl}0{{{AEb{ce}}}{{AEb{ce}}}{}Dl}0{{{AEd{ce}}}{{AEd{ce}}}{}Dl}0{{{AEf{c}}}{{AEf{c}}}Dl}0{{{AFd{c}}}{{AFd{c}}}Dl}0{{{AFf{c}}}{{AFf{c}}}Dl}0{{{AFh{c}}}{{AFh{c}}}Dl}0{{{AFj{ce}}}{{AFj{ce}}}{}Dl}0{{{AFl{ce}}}{{AFl{ce}}}{}Dl}0{{{AFn{ce}}}{{AFn{ce}}}{}Dl}0{{{AG`{ce}}}{{AG`{ce}}}{}Dl}0{{{AGb{ce}}}{{AGb{ce}}}{}Dl}0{{{AGd{c}}}{{AGd{c}}}Dl}0{{{AGf{c}}}{{AGf{c}}}Dl}0{{{AGh{c}}}{{AGh{c}}}Dl}0{{{AGj{c}}}{{AGj{c}}}Dl}0{{{AGl{c}}}{{AGl{c}}}Dl}0{{{AGn{ce}}}{{AGn{ce}}}{}Dl}0{{{AH`{ce}}}{{AH`{ce}}}{}Dl}0````````````````````````{{{ACb{{AFl{ce}}g}}}{{ACb{{AFl{ce}}g}}}{}{}{}}{{{ACb{{AHj{c}}e}}}{{ACb{{AHj{c}}e}}}{}{}}{{{ACb{{AGj{c}}e}}}{{ACb{{AGj{c}}e}}}{}{}}{{{ACb{{AGb{ce}}g}}}{{ACb{{AGb{ce}}g}}}{}{}{}}{{{AFl{ce}}}{{AFl{ce}}}{}{{AL`{}{{Ch{}}}}}}{{{AGb{ce}}}{{AGb{ce}}}{}{{AL`{}{{Ch{}}}}}}{{{AGj{c}}}{{AGj{c}}}{{AL`{}{{Ch{}}}}}}{ce{}{}}00000000000000000000{{cc}c{AIlAJhAJj}}`{{{ACb{{AFl{ce}}g}}}{{ACb{{AFl{ce}}g}}}{}AnAn}{{{ACb{{AGj{c}}e}}}{{ACb{{AGj{c}}e}}}AnAn}{{{ACb{{AFn{ce}}g}}}{{ACb{{AFn{ce}}g}}}{}AnAn}{{{ACb{{AH`{ce}}g}}}{{ACb{{AH`{ce}}g}}}{}AnAn}03{{{ACb{{AHh{c}}e}}}{{ACb{{AHh{c}}e}}}AnAn}{{{ACb{{AG`{ce}}g}}}{{ACb{{AG`{ce}}g}}}{}AnAn}0{{{ACb{{AHl{ce}}g}}}{{ACb{{AHl{ce}}g}}}{}AnAn}{{{ACb{{AGl{c}}e}}}{{ACb{{AGl{c}}e}}}AnAn}1{{{ACb{{AFj{ce}}g}}}{{ACb{{AFj{ce}}g}}}{}AnAn}{{{ACb{{AIf{c}}e}}}{{ACb{{AIf{c}}e}}}AnAn}01{{{ACb{{AHf{c}}e}}}{{ACb{{AHf{c}}e}}}AnAn}{{{ACb{{AGb{ce}}g}}}{{ACb{{AGb{ce}}g}}}{}AnAn}401{{{ACb{{AEd{ce}}g}}}{{ACb{{AEd{ce}}g}}}{}AnAn}:{{{ACb{{AGd{c}}e}}}{{ACb{{AGd{c}}e}}}AnAn}1{{{ACb{{AI`{c}}e}}}{{ACb{{AI`{c}}e}}}AnAn}1{{{ACb{{AHj{c}}e}}}{{ACb{{AHj{c}}e}}}AnAn}>{{{ACb{{AGn{ce}}g}}}{{ACb{{AGn{ce}}g}}}{}AnAn}<{{{ACb{{AGh{c}}e}}}{{ACb{{AGh{c}}e}}}AnAn}{{{ACb{{AEb{ce}}g}}}{{ACb{{AEb{ce}}g}}}{}AnAn}{{{ACb{{AId{c}}e}}}{{ACb{{AId{c}}e}}}AnAn}41{{{ACb{{AC`{ce}}g}}}{{ACb{{AC`{ce}}g}}}{}AnAn}41{{{ACb{{AE`{ce}}g}}}{{ACb{{AE`{ce}}g}}}{}AnAn}7{{{ACb{{AGf{c}}e}}}{{ACb{{AGf{c}}e}}}AnAn}51{{{ACb{{AHn{c}}e}}}{{ACb{{AHn{c}}e}}}AnAn}{{{ACb{{AIb{c}}e}}}{{ACb{{AIb{c}}e}}}AnAn}4120{{{AE`{ce}}}{{AE`{ce}}}{}An}0{{{AEb{ce}}}{{AEb{ce}}}{}An}0{{{AEd{ce}}}{{AEd{ce}}}{}An}0{{{AEf{c}}}{{AEf{c}}}An}0{{{AFd{c}}}{{AFd{c}}}An}0{{{AFf{c}}}{{AFf{c}}}An}0{{{AFh{c}}}{{AFh{c}}}An}0{{{AFj{ce}}}{{AFj{ce}}}{}An}0{{{AFl{ce}}}{{AFl{ce}}}{}An}0{{{AFn{ce}}}{{AFn{ce}}}{}An}0{{{AG`{ce}}}{{AG`{ce}}}{}An}0{{{AGb{ce}}}{{AGb{ce}}}{}An}0{{{AGd{c}}}{{AGd{c}}}An}0{{{AGf{c}}}{{AGf{c}}}An}0{{{AGh{c}}}{{AGh{c}}}An}0{{{AGj{c}}}{{AGj{c}}}An}0{{{AGl{c}}}{{AGl{c}}}An}0{{{AGn{ce}}}{{AGn{ce}}}{}An}0{{{AH`{ce}}}{{AH`{ce}}}{}An}0{{{ALb{}{{AJl{c}}}}c}{{ALb{}{{AJl{c}}}}}{}}{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{ce}e{}{}}{{{ALd{}{{AJl{c}}}}c}h{}}30{{}{{ACb{ce}}}G`AKf}{{}{{AE`{ce}}}{}AKf}{{}{{AEb{ce}}}{}{AIlAEh}}{{}{{AEd{ce}}}{}AKf}{{}{{AEf{c}}}G`}{{}{{AFd{c}}}G`}{{}{{AFf{c}}}G`}{{}{{AFh{c}}}G`}{{}{{AFj{ce}}}{}AKf}{{}{{AFl{ce}}}{}AEh}{{}{{AFn{ce}}}{}{AEhAIl}}{{}{{AG`{ce}}}{}{AEhAIl}}{{}{{AGb{ce}}}{}AEh}{{}{{AGd{c}}}AKf}{{}{{AGf{c}}}AKf}{{}{{AGh{c}}}AKf}{{}{{AGj{c}}}AEh}{{}{{AGl{c}}}{AEhAIn}}{{}{{AGn{ce}}}{}AEh}{{}{{AH`{ec}}}AEh{{AKj{c}}}}{{}}000000000000000000000000000000000000000{{}M`}0000000000000000000{{{AFl{ce}}{AFl{ce}}}{}{}AJd}{{{AFn{ce}}{AFn{ce}}}{}{}{}}{{{ALf{ce}}}{}{}{{ALh{c}}ALj}}{Dbc{}}0{{{ACb{ce}}}c{}{}}111111111111111111121101111111111111111111{{{ALl{}{{AJl{c}}}}c}{{ALl{}{{AJl{c}}}}}{}}{{{ALn{}{{AJl{c}}}}c}h{}}10{c{{Il{{ACb{eg}}}}}AdAM`AM`}{c{{Il{{AE`{eg}}}}}Ad{}AM`}{c{{Il{{AEb{eg}}}}}Ad{}AM`}{c{{Il{{AEd{eg}}}}}Ad{}AM`}{c{{Il{{AEf{e}}}}}AdAM`}{c{{Il{{AFd{e}}}}}AdAM`}{c{{Il{{AFf{e}}}}}AdAM`}{c{{Il{{AFh{e}}}}}AdAM`}{c{{Il{{AFj{eg}}}}}Ad{}AM`}{c{{Il{{AFl{eg}}}}}Ad{}AM`}{c{{Il{{AFn{eg}}}}}Ad{}AM`}{c{{Il{{AG`{eg}}}}}Ad{}AM`}{c{{Il{{AGb{eg}}}}}Ad{}AM`}{c{{Il{{AGd{e}}}}}AdAM`}{c{{Il{{AGf{e}}}}}AdAM`}{c{{Il{{AGh{e}}}}}AdAM`}{c{{Il{{AGj{e}}}}}AdAM`}{c{{Il{{AGl{e}}}}}AdAM`}{c{{Il{{AGn{eg}}}}}Ad{}AM`}{c{{Il{{AH`{eg}}}}}Ad{}AM`}{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{AIlAF`AInAEhAMbAMdAMfAJfAJdAJhAJjAMhDl}}{{{AFn{ce}}{AFn{ce}}}{}{}{AIlAF`AInAEhAMbAMdAMfAJfAJdAJhAJjDl}}{{ce}e{}{}}{{{AFl{ce}}{AFl{ce}}}{}{}{{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIlDl}}{{{AGb{ce}}{AGb{ce}}}{}{}{{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIlDl}}{{{AGj{c}}{AGj{c}}}{}{{AHb{}{{Ch{}}}}AIl{AMj{}{{Ch{}}}}{AEn{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIlDl}}{{{AH`{ce}}{AH`{ce}}}{}{}{{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIlDl}}{{{ACb{ce}}{ACb{ce}}}{}AMlAMl}{{{ACb{ec}}c}{}{AMlDl}{{AMl{c}}}}{{{AFl{ce}}{AFl{ce}}}{}{}{{AMl{}{{Ch{}}}}}}{{{AFl{ce}}e}{}{}{{AMl{}{{Ch{}}}}Dl}}{{{AGb{ce}}{AGb{ce}}}{}{}{{AMl{}{{Ch{}}}}}}{{{AGb{ce}}e}{}{}{{AMl{}{{Ch{}}}}Dl}}{{{AGj{c}}c}{}{{AMl{}{{Ch{}}}}Dl}}{{{AGj{c}}{AGj{c}}}{}{{AMl{}{{Ch{}}}}}}{{{AGn{ce}}e}{}{}{{AMl{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AMl{}{{Ch{}}}}}}{{{AH`{ce}}e}{}{}{{AMl{}{{Ch{}}}}Dl}}{{{AH`{ce}}{AH`{ce}}}{}{}{{AMl{}{{Ch{}}}}}}{{{ACb{ec}}c}h{AKhDl}{{AKh{c}}}}{{{ACb{ce}}{ACb{ce}}}hAKhAKh}{{{AFl{ce}}{AFl{ce}}}h{}AKh}{{{AFl{ce}}e}h{}{AKhDl}}{{{AGb{ce}}{AGb{ce}}}h{}AKh}{{{AGb{ce}}e}h{}{AKhDl}}{{{AGj{c}}c}h{AKhDl}}{{{AGj{c}}{AGj{c}}}hAKh}{{{AGn{ce}}{AGn{ce}}}h{}AKh}{{{AGn{ce}}e}h{}{AKhDl}}{{{AH`{ce}}e}h{}{AKhDl}}{{{AH`{ce}}{AH`{ce}}}h{}AKh}{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{ce}e{}{}}{{{ACb{{AGd{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{AN`{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AGb{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{ANf{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AC`{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{ANh{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AGh{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{ANj{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AHn{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{ANl{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AH`{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{ANn{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AGf{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{AO`{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AE`{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{AOb{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AFn{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{AOd{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AIf{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{AOf{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AHj{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{AOh{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AEb{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{AOj{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AGj{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{AOl{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AFl{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{AOn{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AI`{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{B`{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AIb{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{Bb{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AG`{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{Bd{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AHh{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{Bf{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AId{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{Bh{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AHl{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{Bj{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AHf{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{Bl{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AGl{{Jn{c}}}}{Jn{e}}}}g}{{ANb{{Bn{{AMn{c}}}}{AMn{e}}}}}{}{}{{ANd{Db}}Dl}}{{{ACb{{AEd{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{BA`{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AGn{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{BAb{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{ACb{{AFj{c{Jn{e}}}}{Jn{g}}}}i}{{ANb{{BAd{{AMn{e}}c}}{AMn{g}}}}}{}{}{}{{ANd{Db}}Dl}}{{{AE`{c{Jn{e}}}}g}{{AOb{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{AEb{c{Jn{e}}}}g}{{AOj{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{AEd{c{Jn{e}}}}g}{{BA`{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{AEf{{Jn{c}}}}e}{{BAf{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AFd{{Jn{c}}}}e}{{BAh{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AFf{{Jn{c}}}}e}{{BAj{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AFh{{Jn{c}}}}e}{{BAl{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AFj{c{Jn{e}}}}g}{{BAd{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{AFl{c{Jn{e}}}}g}{{AOn{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{AFn{c{Jn{e}}}}g}{{AOd{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{AG`{c{Jn{e}}}}g}{{Bd{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{AGb{c{Jn{e}}}}g}{{ANf{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{AGd{{Jn{c}}}}e}{{AN`{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AGf{{Jn{c}}}}e}{{AO`{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AGh{{Jn{c}}}}e}{{ANj{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AGj{{Jn{c}}}}e}{{AOl{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AGl{{Jn{c}}}}e}{{Bn{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AGn{c{Jn{e}}}}g}{{BAb{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{AH`{c{Jn{e}}}}g}{{ANn{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{{{ALf{ce}}}h{}{{ALh{c}}ALj}}{Dbh}00000000000000000000`{{{ACb{ce}}{ACb{ce}}}dFdFd}{{{AE`{ce}}{AE`{ce}}}d{}Fd}{{{AEb{ce}}{AEb{ce}}}d{}Fd}{{{AEd{ce}}{AEd{ce}}}d{}Fd}{{{AEf{c}}c}d{{AEl{}{{AEj{d}}}}Fd}}{{{AEf{c}}{AEf{c}}}d{{AEl{}{{AEj{d}}}}Fd}}{{{AFd{c}}c}d{{AEl{}{{AEj{d}}}}Fd}}{{{AFd{c}}{AFd{c}}}d{{AEl{}{{AEj{d}}}}Fd}}{{{AFf{c}}c}d{{AEl{}{{AEj{d}}}}Fd}}{{{AFf{c}}{AFf{c}}}d{{AEl{}{{AEj{d}}}}Fd}}{{{AFh{c}}{AFh{c}}}d{{AEl{}{{AEj{d}}}}Fd}}{{{AFh{c}}c}d{{AEl{}{{AEj{d}}}}Fd}}{{{AFj{ce}}{AFj{ce}}}d{}Fd}{{{AFl{ce}}{AFl{ce}}}d{}Fd}{{{AFn{ce}}{AFn{ce}}}d{}Fd}{{{AG`{ce}}{AG`{ce}}}d{}Fd}{{{AGb{ce}}{AGb{ce}}}d{}Fd}{{{AGd{c}}{AGd{c}}}dFd}{{{AGf{c}}{AGf{c}}}dFd}{{{AGh{c}}{AGh{c}}}dFd}{{{AGj{c}}{AGj{c}}}dFd}{{{AGl{c}}{AGl{c}}}dFd}{{{AGn{ce}}{AGn{ce}}}d{}Fd}{{{AH`{ce}}{AH`{ce}}}d{}Fd}{{ce}d{}{}}00000000000000000000000000000000000000000000000000000000000{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{ce}e{}{}}{{{ACb{ei}}k}h{}{{BAn{c}}}{}{{BAn{g}}}{{Oh{}{{Of{{ACb{cg}}}}}}}}{{{AE`{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AE`{ce}}}}}}}}{{{AEb{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AEb{ce}}}}}}}}{{{AEd{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AEd{ce}}}}}}}}{{{AEf{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{c}}}}}}{{{AFd{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{c}}}}}}{{{AFf{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{c}}}}}}{{{AFh{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{c}}}}}}{{{AFj{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AFj{ce}}}}}}}}{{{AFl{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AFl{ce}}}}}}}}{{{AFn{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AFn{ce}}}}}}}}{{{AG`{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AG`{ce}}}}}}}}{{{AGb{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AGb{ce}}}}}}}}{{{AGd{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AGd{c}}}}}}}}{{{AGf{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AGf{c}}}}}}}}{{{AGh{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AGh{c}}}}}}}}{{{AGj{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AGj{c}}}}}}}}{{{AGl{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AGl{c}}}}}}}}{{{AGn{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AGn{ce}}}}}}}}{{{AH`{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AH`{ce}}}}}}}}{{{ACb{ce}}Df}{{Il{hAAb}}}BB`BB`}{{{ACb{ce}}Df}{{Il{hAAb}}}JjJj}{{{ACb{ce}}Df}{{Il{hAAb}}}BBbBBb}{{{AE`{ce}}Df}{{Il{hAAb}}}JjJj}{{{AEb{ce}}Df}{{Il{hAAb}}}JjJj}{{{AEd{ce}}Df}{{Il{hAAb}}}JjJj}{{{AEf{c}}Df}{{Il{hAAb}}}Jj}{{{AFd{c}}Df}{{Il{hAAb}}}Jj}{{{AFf{c}}Df}{{Il{hAAb}}}Jj}{{{AFh{c}}Df}{{Il{hAAb}}}Jj}{{{AFj{ce}}Df}{{Il{hAAb}}}JjJj}{{{AFl{ce}}Df}{{Il{hAAb}}}JjJj}{{{AFn{ce}}Df}{{Il{hAAb}}}JjJj}{{{AG`{ce}}Df}{{Il{hAAb}}}JjJj}{{{AGb{ce}}Df}{{Il{hAAb}}}JjJj}{{{AGd{c}}Df}{{Il{hAAb}}}Jj}{{{AGf{c}}Df}{{Il{hAAb}}}Jj}{{{AGh{c}}Df}{{Il{hAAb}}}Jj}{{{AGj{c}}Df}{{Il{hAAb}}}Jj}{{{AGl{c}}Df}{{Il{hAAb}}}Jj}{{{AGn{ce}}Df}{{Il{hAAb}}}JjJj}{{{AH`{ce}}Df}{{Il{hAAb}}}JjJj}{cc{}}{{{ADf{{ACb{{AHl{ce}}e}}}}}{{ACb{{AHl{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ADf{{ACb{{AEb{ce}}e}}}}}{{ACb{{AEb{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{BBf{c}}}{{ACb{c}}}AIh}{{{Lf{cceg}}}{{ACb{{AFn{ic}}g}}}{}{{K`{{AEf{c}}}}}{}{}}{{{Lf{ccce}}}{{ACb{{AHj{c}}e}}}{}{}}{{{ADf{{ACb{{AFl{ce}}e}}}}}{{ACb{{AFl{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{Lf{cceg}}}{{ACb{{AG`{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{ACb{{AC`{cNl}}Nl}}}{{ACb{{AC`{c}}Mf}}}{}}{{{Lf{cceg}}}{{ACb{{AIf{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{Lf{cceg}}}{{ACb{{AHf{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{ADj{{ACb{{AHl{cBBj}}BBj}}}{}}{{{ACb{{AC`{{BBn{BBl}}c}}c}}}{{ACb{{AC`{BBle}}e}}}{}{{BC`{c}}}}{{{Lf{ccce}}}{{ACb{{AGb{gc}}e}}}{}{}{}}{{{Lf{ccce}}}{{ACb{{AC`{gc}}e}}}{}{}{}}{{{Lf{ccce}}}{{ACb{{AGn{gc}}e}}}{}{}{}}{{{Lf{cceg}}}{{ACb{{AHn{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{ADf{{ACb{{AFj{ce}}e}}}}}{{ACb{{AFj{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ACb{{AC`{cNl}}Nl}}}{{ACb{{AC`{cBBj}}BBj}}}{}}{{{ACb{{AC`{c}}Mf}}}{{ACb{{AC`{cNl}}Nl}}}{}}{{{ADf{{ACb{{AG`{ce}}e}}}}}{{ACb{{AG`{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ADf{{ACb{{AGf{c}}c}}}}}{{ACb{{AGf{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{Lf{eccg}}}{{ACb{{AEd{ic}}g}}}{}{{K`{{AFf{c}}}}}{}{}}{{{Lf{cceg}}}{{ACb{{AId{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{ACb{{BCb{c}}e}}}{{ACb{{AIb{c}}e}}}{}{}}{{{ADf{{ACb{{AI`{c}}c}}}}}{{ACb{{AI`{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{ADf{{ACb{{AGl{c}}c}}}}}{{ACb{{AGl{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{Lf{eccg}}}{{ACb{{AEb{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{Lf{eccg}}}{{ACb{{AE`{ic}}g}}}{}{{K`{{AFf{c}}}}}{}{}}{{{Lf{ce}}}{{ACb{{AHl{gc}}e}}}{}{}{}}{{{ADf{{ACb{{AGd{c}}c}}}}}{{ACb{{AGd{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{ACb{{AC`{cBBj}}BBj}}}{{ACb{{AC`{cNl}}Nl}}}{}}{{{ADf{c}}}{{ACb{ec}}}{}{}}{{{Lf{cceg}}}{{ACb{{AI`{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{M`{{ACb{{AC`{cBBj}}BBj}}}{}}{{{Lf{eccg}}}{{ACb{{AFj{ic}}g}}}{}{{K`{{AFf{c}}}}}{}{}}{Dd{{ACb{AC`Mf}}}}{{{ADf{{ACb{{AIb{c}}c}}}}}{{ACb{{AIb{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{Lf{cceg}}}{{ACb{{AHh{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{ACb{{AC`{BBlc}}c}}}{{ACb{{AC`{{BBn{BBl}}e}}e}}}{}{{BC`{c}}}}{{{ACb{{AC`{c}}Mf}}}{{ACb{{AC`{cBBj}}BBj}}}{}}{{{ADf{{ACb{{BCb{c}}c}}}}}{{ACb{{BCb{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{ADf{{ACb{{AE`{ce}}e}}}}}{{ACb{{AE`{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{BCd{ig}}}{{ACb{{AC`{ce}}e}}}{}{}{}{{BCf{{ACb{{AC`{ce}}e}}g}}}}{{{ACb{{AC`{cBBj}}BBj}}}{{ACb{{AC`{c}}Mf}}}{}}{{{ACb{{BCb{c}}e}}}{{ACb{{AIf{c}}e}}}{}{}}{{{AC`{BBlc}}}{{ACb{{AC`{{BBn{BBl}}e}}e}}}{}AKf}{{{ADf{{ACb{{AEd{ce}}e}}}}}{{ACb{{AEd{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ADf{{ACb{{AId{c}}c}}}}}{{ACb{{AId{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{BCd{ig}}}{{ACb{{AHl{ce}}e}}}{}{}{}{{BCf{{ACb{{AHl{ce}}e}}g}}}}{{{AC`{{BBn{BBl}}c}}}{{ACb{{AC`{BBle}}e}}}{}AKf}{{{ADf{{ACb{{AH`{ce}}e}}}}}{{ACb{{AH`{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ACb{{BCb{c}}e}}}{{ACb{{AHh{c}}e}}}{}{}}{{{ADf{{ACb{{AHj{c}}c}}}}}{{ACb{{AHj{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{ADf{{ACb{{AFn{ce}}e}}}}}{{ACb{{AFn{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ADf{{ACb{{AHf{c}}c}}}}}{{ACb{{AHf{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{ACb{{BCb{c}}e}}}{{ACb{{AI`{c}}e}}}{}{}}{{{ADf{{ACb{{AGj{c}}c}}}}}{{ACb{{AGj{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{ADf{{ACb{{AHn{c}}c}}}}}{{ACb{{AHn{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{Lf{ccce}}}{{ACb{{AH`{gc}}e}}}{}{}{}}{{{ACb{{BCb{c}}e}}}{{ACb{{AId{c}}e}}}{}{}}{{{ADf{{ACb{{AGh{c}}c}}}}}{{ACb{{AGh{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{Lf{ccce}}}{{ACb{{AGj{c}}e}}}{}{}}{Nnc{}}{cc{}}{c{{ACb{ce}}}{}AKf}{{{Lf{eccg}}}{{ACb{{AGf{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{{Lf{ccce}}}{{ACb{{AFl{gc}}e}}}{}{}{}}{{{ADf{{ACb{{AGn{ce}}e}}}}}{{ACb{{AGn{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ADf{c}}}{{ACb{ec}}}{}{}}{{{ADf{{ACb{{AGb{ce}}e}}}}}{{ACb{{AGb{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ACb{{BCb{c}}e}}}{{ACb{{AHf{c}}e}}}{}{}}{{{ADf{{ACb{{AHh{c}}c}}}}}{{ACb{{AHh{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}3{{{ADf{{ACb{{AIf{c}}c}}}}}{{ACb{{AIf{e}}e}}}{}{{BBd{}{{AJl{c}}}}}}{{{Lf{cceg}}}{{ACb{{AGl{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{{ADf{{ACb{{AC`{ce}}e}}}}}{{ACb{{AC`{cg}}g}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{Lf{cceg}}}{{ACb{{AIb{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{ADf{c}}}{{AE`{ec}}}{}{}}{{{ADf{{AE`{ce}}}}}{{AE`{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}>1{{{Lf{ecc}}}{{AE`{gc}}}{}{{K`{{AFf{c}}}}}{}}2{{{ADf{c}}}{{AEb{ec}}}{}{}}{cc{}}1{{{Lf{ecc}}}{{AEb{gc}}}{}{{K`{{AFd{c}}}}}{}}2{{{ADf{{AEb{ce}}}}}{{AEb{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ADf{c}}}{{AEd{ec}}}{}{}}300{{{ADf{{AEd{ce}}}}}{{AEd{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{Lf{ecc}}}{{AEd{gc}}}{}{{K`{{AFf{c}}}}}{}}{Nnc{}}{c{{AEf{c}}}{}}77{c{{AFd{c}}}{}}28{c{{AFf{c}}}{}}339{c{{AFh{c}}}{}}:{{{ADf{c}}}{{AFj{ec}}}{}{}}0{{{ADf{{AFj{ce}}}}}{{AFj{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}1{{{Lf{ecc}}}{{AFj{gc}}}{}{{K`{{AFf{c}}}}}{}}{{{Lf{ccc}}}{{AFl{ec}}}{}{}}{{{ADf{c}}}{{AFl{ec}}}{}{}}{{{BBf{{AFl{ce}}}}}{{AFl{ce}}}{}{}}{cc{}}2{{{ADf{{AFl{ce}}}}}{{AFl{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}3{{{ADf{{AFn{ce}}}}}{{AFn{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}2{{{ADf{c}}}{{AFn{ec}}}{}{}}00{{{Lf{cce}}}{{AFn{gc}}}{}{{K`{{AEf{c}}}}}{}}{{{Lf{cce}}}{{AG`{gc}}}{}{{K`{{AFd{c}}}}}{}}{{{ADf{c}}}{{AG`{ec}}}{}{}}600{{{ADf{{AG`{ce}}}}}{{AG`{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}7{{{ADf{c}}}{{AGb{ec}}}{}{}}{{{Lf{ccc}}}{{AGb{ec}}}{}{}}1{{{ADf{{AGb{ce}}}}}{{AGb{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{BBf{{AGb{ce}}}}}{{AGb{ce}}}{}{}}3{{{ADf{c}}}{{AGd{c}}}{}}0<0{{{ADf{{AGd{c}}}}}{{AGd{e}}}{}{{BBd{}{{AJl{c}}}}}}{{{Lf{ecc}}}{{AGf{c}}}{}{{K`{{AFh{c}}}}}}{{{ADf{c}}}{{AGf{c}}}{}}?00{{{ADf{{AGf{c}}}}}{{AGf{e}}}{}{{BBd{}{{AJl{c}}}}}}{{{ADf{{AGh{c}}}}}{{AGh{e}}}{}{{BBd{}{{AJl{c}}}}}}{{{ADf{c}}}{{AGh{c}}}{}}0{cc{}}1{{{Lf{ccc}}}{{AGj{c}}}{}}{{{ADf{c}}}{{AGj{c}}}{}}{{{ADf{{AGj{c}}}}}{{AGj{e}}}{}{{BBd{}{{AJl{c}}}}}}11{{{BBf{{AGj{c}}}}}{{AGj{c}}}{}}4{{{ADf{c}}}{{AGl{c}}}{}}0{{{Lf{cce}}}{{AGl{c}}}{}{{K`{{AFh{c}}}}}}16{{{ADf{{AGl{c}}}}}{{AGl{e}}}{}{{BBd{}{{AJl{c}}}}}}{{{ADf{c}}}{{AGn{ec}}}{}{}}00{{{BBf{{AGn{ce}}}}}{{AGn{ce}}}{}{}}{{{ADf{{AGn{ce}}}}}{{AGn{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{Lf{ccc}}}{{AGn{ec}}}{}{}};{{{ADf{c}}}{{AH`{ec}}}{}{}}0{{{BBf{{AH`{ce}}}}}{{AH`{ce}}}{}{}}={{{ADf{{AH`{ce}}}}}{{AH`{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{Lf{ccc}}}{{AH`{ec}}}{}{}}3?????????????????????{{{AId{c}}{Cl{e}}}{{AGn{c}}}{AIlBChAInAEhAJdBCjAJfBClAJhAMfAF`AFbAJjDl}{{BCn{c}}}}{{{BCb{c}}{Cl{e}}}{{AGn{c}}}BCh{{BCn{c}}}}{{{AIf{c}}{Cl{e}}}{{AGn{c}}}{AIlBChAInAEhAJdBCjAJfBClAJhAMfAF`AFbAJjDl}{{BCn{c}}}}{{{AHh{c}}{Cl{e}}}{{AGn{c}}}{AIlBChAInAEhAJdBCjAJfBClAJhAMfAF`AFbAJjDl}{{BCn{c}}}}{{{AHf{c}}{Cl{e}}}{{AGn{c}}}{AIlBChAInAEhAJdBCjAJfBClAJhAMfAF`AFbAJjDl}{{BCn{c}}}}{{{AI`{c}}{Cl{e}}}{{AGn{c}}}{AIlBChAInAEhAJdBCjAJfBClAJhAMfAF`AFbAJjDl}{{BCn{c}}}}{{{AIb{c}}{Cl{e}}}{{AGn{c}}}{AIlBChAInAEhAJdBCjAJfBClAJhAMfAF`AFbAJjDl}{{BCn{c}}}}{{cc}{{AEf{c}}}{}}{{cc}{{AFd{c}}}{}}{{cc}{{AFf{c}}}{}}{{cc}{{AFh{c}}}{}}{cBD`{}}{ce{}{}}000000000000000{c{{ALf{ALhc}}}{{ALh{ALh}}ALj}}{c{{ALf{ec}}}{}{}}000000000000000{e{{ACb{gc}}}{}{{BDb{c}}}{}}{{{AGb{c}}}{{AE`{ec}}}{}BDd}{{{AHl{ce}}}{{AE`{ge}}}{{BDh{}{{BDf{}}}}}{}BDd}{{{AE`{ce}}}{{AE`{ge}}}BDd{}BDd}{{{AEd{ce}}}{{AE`{ce}}}{}{AIlAEhAInBDjAJhAJjDl}}{{{AGn{c}}}{{AE`{ec}}}{}BDd}{{{AGf{c}}}{{AE`{ec}}}{}{}}{{{AGh{c}}}{{AE`{ec}}}{}{}}{{{ACb{gi}}}{{AE`{ce}}}{}{}{{BDl{{AE`{ce}}}}}{}}{{{AFj{ce}}}{{AE`{ce}}}{}{}}{{{AH`{c}}}{{AE`{ec}}}{}BDd}{{{AFn{c}}}{{AE`{ec}}}{}BDd}{{{AGj{c}}}{{AE`{ec}}}{}{}}{{{AGd{c}}}{{AE`{ec}}}{}{}}{{{AC`{ce}}}{{AE`{ce}}}{}{AF`AEhAInAJ`AJhAJjDl}}{{{AFl{c}}}{{AE`{ec}}}{}BDd}{{{AEb{c}}}{{AE`{ec}}}{}BDd}{{{AGl{c}}}{{AE`{ec}}}{}{}}{{{AG`{c}}}{{AE`{ec}}}{}BDd}{{{AC`{ce}}}{{AEb{ge}}}BDd{}{{AKj{e}}}}{{{AEd{ce}}}{{AEb{ge}}}BDd{}{{AKj{e}}}}{{{AGd{c}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{AGh{c}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{AFj{ce}}}{{AEb{ge}}}BDd{}{{AKj{e}}}}{{{AGn{ec}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{AFn{ec}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{AEb{ce}}}{{AEb{ce}}}{}{}}{{{AHl{gc}}}{{AEb{ec}}}{}{{AKj{c}}}{{BDh{}{{BDf{e}}}}}}{{{AGl{c}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{AH`{ec}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{AGj{c}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{ACb{gi}}}{{AEb{ce}}}{}{}{{BDl{{AEb{ce}}}}}{}}{{{AE`{ce}}}{{AEb{ge}}}BDd{}{{AKj{e}}}}{{{AGf{c}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{AFl{ec}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{AGb{ec}}}{{AEb{ec}}}{}{{AKj{c}}}}{{{AG`{ce}}}{{AEb{ce}}}{}{AIlAF`{K`{Nl}}AMbAJhDl}}{{{AGh{c}}}{{AEd{ec}}}{}{}}{{{AG`{c}}}{{AEd{ec}}}{}BDd}{{{AH`{c}}}{{AEd{ec}}}{}BDd}{{{AFj{ce}}}{{AEd{ce}}}{}{AInAEhBDjAJh}}{{{AE`{ce}}}{{AEd{ce}}}{}{AIlAEhAInBDjAJhAJjDl}}{{{AGf{c}}}{{AEd{ec}}}{}{}}{{{AGl{c}}}{{AEd{ec}}}{}{}}{{{AGn{c}}}{{AEd{ec}}}{}BDd}{{{AC`{ce}}}{{AEd{ce}}}{}{AF`AInAEhAJ`AJhAJjDl}}{{{AEb{c}}}{{AEd{ec}}}{}BDd}{{{AHl{ce}}}{{AEd{ge}}}{{BDh{}{{BDf{}}}}}{}BDd}{{{AGd{c}}}{{AEd{ec}}}{}{}}{{{AGb{c}}}{{AEd{ec}}}{}BDd}{{{AFn{c}}}{{AEd{ec}}}{}BDd}{{{ACb{gi}}}{{AEd{ce}}}{}{}{{BDl{{AEd{ce}}}}}{}}{{{AEd{ce}}}{{AEd{ge}}}BDd{}BDd}{{{AFl{c}}}{{AEd{ec}}}{}BDd}{{{AGj{c}}}{{AEd{ec}}}{}{}}{{{AGj{c}}}{{AFj{ec}}}{}{}}{{{AH`{c}}}{{AFj{ec}}}{}BDd}{{{AGf{c}}}{{AFj{ec}}}{}{}}{{{AGh{c}}}{{AFj{ec}}}{}{}}{{{AEb{c}}}{{AFj{ec}}}{}BDd}{{{AFj{ce}}}{{AFj{ge}}}BDd{}BDd}{{{AFl{c}}}{{AFj{ec}}}{}BDd}{{{AHl{ce}}}{{AFj{ge}}}{{BDh{}{{BDf{}}}}}{}BDd}{{{AGb{c}}}{{AFj{ec}}}{}BDd}{{{AFn{c}}}{{AFj{ec}}}{}BDd}{{{AGd{c}}}{{AFj{ec}}}{}{}}{{{AGn{c}}}{{AFj{ec}}}{}BDd}{{{AG`{c}}}{{AFj{ec}}}{}BDd}{{{ACb{gi}}}{{AFj{ce}}}{}{}{{BDl{{AFj{ce}}}}}{}}{{{AGl{c}}}{{AFj{ec}}}{}{}}{{{AC`{ce}}}{{AFj{ce}}}{}{}}{{{AEd{ce}}}{{AFj{ce}}}{}{AInAJh}}{{{AE`{ce}}}{{AFj{ce}}}{}{}}{{{AGl{c}}}{{AFl{ec}}}{}{{AKj{c}}}}{{{AG`{ec}}}{{AFl{ec}}}{}{{AKj{c}}}}{{{AGj{c}}}{{AFl{ec}}}{}{{AKj{c}}}}{{{AE`{ce}}}{{AFl{ge}}}BDd{}{{AKj{e}}}}{{{AFn{ce}}}{{AFl{ce}}}{}{AF`AEhAJ`AMf{AMj{}{{Ch{}}}}Dl}}{{{AHl{gc}}}{{AFl{ec}}}{}{{AKj{c}}}{{BDh{}{{BDf{e}}}}}}{{{AGb{ec}}}{{AFl{ec}}}{}{{AKj{c}}}}{{{AEd{ce}}}{{AFl{ge}}}BDd{}{{AKj{e}}}}{{{AGh{c}}}{{AFl{ec}}}{}{{AKj{c}}}}{{{AGf{c}}}{{AFl{ec}}}{}{{AKj{c}}}}{{{ACb{gi}}}{{AFl{ce}}}{}{}{{BDl{{AFl{ce}}}}}{}}{{{AGd{c}}}{{AFl{ec}}}{}{{AKj{c}}}}{{{AFj{ce}}}{{AFl{ge}}}BDd{}{{AKj{e}}}}{{{AEb{ec}}}{{AFl{ec}}}{}{{AKj{c}}}}{{{AFl{ce}}}{{AFl{ce}}}{}{}}{{{AH`{ec}}}{{AFl{ec}}}{}{{AKj{c}}}}{{{AC`{ce}}}{{AFl{ge}}}BDd{}{{AKj{e}}}}{{{AGn{ec}}}{{AFl{ec}}}{AIlAMbBDnAJhAJjDl}{{AKj{c}}}}{{{AHl{gc}}}{{AFn{ec}}}{}{{AKj{c}}}{{BDh{}{{BDf{e}}}}}}{{{AGj{c}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{ACb{gi}}}{{AFn{ce}}}{}{}{{BDl{{AFn{ce}}}}}{}}{{{AFj{ce}}}{{AFn{ge}}}BDd{}{{AKj{e}}}}{{{AFl{ce}}}{{AFn{ce}}}{}{AEhAMh}}{{{AEb{ec}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{AGl{c}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{AGb{ec}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{AFn{ce}}}{{AFn{ce}}}{}{}}{{{AH`{ec}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{AGn{ec}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{AGd{c}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{AGh{c}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{AG`{ec}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{AC`{ce}}}{{AFn{ge}}}BDd{}{{AKj{e}}}}{{{AE`{ce}}}{{AFn{ge}}}BDd{}{{AKj{e}}}}{{{AGf{c}}}{{AFn{ec}}}{}{{AKj{c}}}}{{{AEd{ce}}}{{AFn{ge}}}BDd{}{{AKj{e}}}}{{{AH`{ec}}}{{AG`{ec}}}{}{{AKj{c}}}}{{{AC`{ce}}}{{AG`{ge}}}BDd{}{{AKj{e}}}}{{{AGb{ce}}}{{AG`{ce}}}{}{AEhAMh}}{{{ACb{gi}}}{{AG`{ce}}}{}{}{{BDl{{AG`{ce}}}}}{}}{{{AFn{ec}}}{{AG`{ec}}}{}{{AKj{c}}}}{{{AGh{c}}}{{AG`{ec}}}{}{{AKj{c}}}}{{{AGl{c}}}{{AG`{ec}}}{}{{AKj{c}}}}{{{AGf{c}}}{{AG`{ec}}}{}{{AKj{c}}}}{{{AG`{ce}}}{{AG`{ce}}}{}{}}{{{AGn{ec}}}{{AG`{ec}}}{}{{AKj{c}}}}{{{AGj{c}}}{{AG`{ec}}}{}{{AKj{c}}}}{{{AFl{ec}}}{{AG`{ec}}}{}{{AKj{c}}}}{{{AEd{ce}}}{{AG`{ge}}}BDd{}{{AKj{e}}}}{{{AFj{ce}}}{{AG`{ge}}}BDd{}{{AKj{e}}}}{{{AE`{ce}}}{{AG`{ge}}}BDd{}{{AKj{e}}}}{{{AHl{gc}}}{{AG`{ec}}}{}{{AKj{c}}}{{BDh{}{{BDf{e}}}}}}{{{AGd{c}}}{{AG`{ec}}}{}{{AKj{c}}}}{{{AEb{ce}}}{{AG`{ce}}}{}{AIlAF`{K`{Nl}}AMb{AMj{}{{Ch{}}}}Dl}}{{{AG`{ce}}}{{AGb{ce}}}{}{AF`AEhAJ`AMf{AMj{}{{Ch{}}}}Dl}}{{{AGl{c}}}{{AGb{ec}}}{}{{AKj{c}}}}{{{AFj{ce}}}{{AGb{ge}}}BDd{}{{AKj{e}}}}{{{AC`{ce}}}{{AGb{ge}}}BDd{}{{AKj{e}}}}{{{AEd{ce}}}{{AGb{ge}}}BDd{}{{AKj{e}}}}{{{AGn{ec}}}{{AGb{ec}}}{AIlAEhAMbBCjBE`AJhBEbDl{BEd{}{{AEj{d}}}}}{{AKj{c}}}}{{{AE`{ce}}}{{AGb{ge}}}BDd{}{{AKj{e}}}}{{{AH`{ec}}}{{AGb{ec}}}{}{{AKj{c}}}}{{{AFn{ec}}}{{AGb{ec}}}{}{{AKj{c}}}}{{{AEb{ec}}}{{AGb{ec}}}{}{{AKj{c}}}}{{{AGj{c}}}{{AGb{ec}}}{}{{AKj{c}}}}{{{ACb{gi}}}{{AGb{ce}}}{}{}{{BDl{{AGb{ce}}}}}{}}{{{AGf{c}}}{{AGb{ec}}}{}{{AKj{c}}}}{{{AHl{gc}}}{{AGb{ec}}}{}{{AKj{c}}}{{BDh{}{{BDf{e}}}}}}{{{AFl{ec}}}{{AGb{ec}}}{}{{AKj{c}}}}{{{AGb{ce}}}{{AGb{ce}}}{}{}}{{{AGh{c}}}{{AGb{ec}}}{}{{AKj{c}}}}{{{AGd{c}}}{{AGb{ec}}}{}{{AKj{c}}}}{{{AGn{BEfc}}}{{AGd{c}}}{}}{{{AFj{ce}}}{{AGd{e}}}BDd{}}{{{AE`{ce}}}{{AGd{e}}}BDd{}}{{{AFn{BEfc}}}{{AGd{c}}}{}}{{{AH`{BEfc}}}{{AGd{c}}}{}}{{{AG`{BEfc}}}{{AGd{c}}}{}}{{{AC`{ce}}}{{AGd{e}}}BDd{}}{{{AGb{BEfc}}}{{AGd{c}}}{}}{{{AFl{BEfc}}}{{AGd{c}}}{}}{{{AEb{BEfc}}}{{AGd{c}}}{}}{{{AGl{c}}}{{AGd{c}}}{}}{{{AGj{c}}}{{AGd{c}}}{AEhAJhAMbAJdAMhAJ`BDn{BDj{}{{AEj{d}}{AEj{d}}}}BEdAIlBEbDlAIn}}{{{AHl{ce}}}{{AGd{e}}}{{BDh{}{{BDf{BEf}}}}}{}}{{{AGh{c}}}{{AGd{c}}}{}}{{{AEd{ce}}}{{AGd{e}}}BDd{}}{{{ACb{eg}}}{{AGd{c}}}{}{{BDl{{AGd{c}}}}}{}}{{{AGd{c}}}{{AGd{c}}}{}}{{{AGf{c}}}{{AGd{c}}}{}}{{{ACb{eg}}}{{AGf{c}}}{}{{BDl{{AGf{c}}}}}{}}{{{AGb{BEfc}}}{{AGf{c}}}{}}{{{AGn{BEfc}}}{{AGf{c}}}{}}{{{AG`{BEfc}}}{{AGf{c}}}{}}{{{AC`{ce}}}{{AGf{e}}}BDd{}}{{{AEb{BEfc}}}{{AGf{c}}}{}}{{{AGf{c}}}{{AGf{c}}}{}}{{{AFj{ce}}}{{AGf{e}}}BDd{}}{{{AFn{BEfc}}}{{AGf{c}}}{}}{{{AGj{c}}}{{AGf{c}}}{DlAMbAJdBDnAJhAMfAEhAMhAIn{BDj{}{{AEj{d}}{AEj{d}}}}BEdAIlBEbAJ`}}{{{AH`{BEfc}}}{{AGf{c}}}{}}{{{AGl{c}}}{{AGf{c}}}{}}{{{AGh{c}}}{{AGf{c}}}{AInAEhBDjAJh}}{{{AFl{BEfc}}}{{AGf{c}}}{}}{{{AE`{ce}}}{{AGf{e}}}BDd{}}{{{AGd{c}}}{{AGf{c}}}{}}{{{AEd{ce}}}{{AGf{e}}}BDd{}}{{{AHl{ce}}}{{AGf{e}}}{{BDh{}{{BDf{BEf}}}}}{}}{{{AGl{c}}}{{AGh{c}}}{}}{{{AGd{c}}}{{AGh{c}}}{}}{{{ACb{eg}}}{{AGh{c}}}{}{{BDl{{AGh{c}}}}}{}}{{{AC`{ce}}}{{AGh{e}}}BDd{}}{{{AH`{BEfc}}}{{AGh{c}}}{}}{{{AFj{ce}}}{{AGh{e}}}BDd{}}{{{AGj{c}}}{{AGh{c}}}{}}{{{AGb{BEfc}}}{{AGh{c}}}{}}{{{AG`{BEfc}}}{{AGh{c}}}{}}{{{AHl{ce}}}{{AGh{e}}}{{BDh{}{{BDf{BEf}}}}}{}}{{{AGf{c}}}{{AGh{c}}}{AInAJh}}{{{AE`{ce}}}{{AGh{e}}}BDd{}}{{{AFl{BEfc}}}{{AGh{c}}}{}}{{{AFn{BEfc}}}{{AGh{c}}}{}}{{{AEb{BEfc}}}{{AGh{c}}}{}}{{{AEd{ce}}}{{AGh{e}}}BDd{}}{{{AGn{BEfc}}}{{AGh{c}}}{}}{{{AC`{ce}}}{{AGj{e}}}BDd{AIlBDnAJhAn}}{{{AFn{BEfc}}}{{AGj{c}}}{}}{{{AGn{BEfc}}}{{AGj{c}}}{AIlBDnAJh}}{{{AG`{BEfc}}}{{AGj{c}}}{}}{{{AHl{ce}}}{{AGj{e}}}{{BDh{}{{BDf{BEf}}}}}{}}{{{AGf{c}}}{{AGj{c}}}{AF`BEb{BEd{}{{AEj{d}}}}AJ`AMbAJhDlAInAEhBDnAMf}}{{{AGb{BEfc}}}{{AGj{c}}}{}}{{{AEd{ce}}}{{AGj{e}}}BDd{}}{{{AFl{BEfc}}}{{AGj{c}}}{}}{{{AH`{BEfc}}}{{AGj{c}}}{}}{{{AGh{c}}}{{AGj{c}}}{}}{{{AEb{BEfc}}}{{AGj{c}}}{}}{{{AGd{c}}}{{AGj{c}}}{AF`AInAEhAJhAJdAJ`BEb{BEd{}{{AEj{d}}}}AMbBDnAMfDl}}{{{ACb{eg}}}{{AGj{c}}}{}{{BDl{{AGj{c}}}}}{}}{{{AGl{c}}}{{AGj{c}}}{AF`AEhAJ`AMf{AMj{}{{Ch{}}}}Dl}}{{{AE`{ce}}}{{AGj{e}}}BDd{}}{{{AGj{c}}}{{AGj{c}}}{}}{{{AFj{ce}}}{{AGj{e}}}BDd{}}{{{ACb{eg}}}{{AGl{c}}}{}{{BDl{{AGl{c}}}}}{}}{{{AGj{c}}}{{AGl{c}}}{AMhDl}}{{{AC`{ce}}}{{AGl{e}}}BDd{}}{{{AGd{c}}}{{AGl{c}}}{}}{{{AGn{BEfc}}}{{AGl{c}}}{}}{{{AGl{c}}}{{AGl{c}}}{}}{{{AEd{ce}}}{{AGl{e}}}BDd{}}{{{AFj{ce}}}{{AGl{e}}}BDd{}}{{{AEb{BEfc}}}{{AGl{c}}}{}}{{{AG`{BEfc}}}{{AGl{c}}}{}}{{{AGh{c}}}{{AGl{c}}}{}}{{{AFn{BEfc}}}{{AGl{c}}}{}}{{{AGb{BEfc}}}{{AGl{c}}}{}}{{{AHl{ce}}}{{AGl{e}}}{{BDh{}{{BDf{BEf}}}}}{}}{{{AH`{BEfc}}}{{AGl{c}}}{}}{{{AE`{ce}}}{{AGl{e}}}BDd{}}{{{AFl{BEfc}}}{{AGl{c}}}{}}{{{AGf{c}}}{{AGl{c}}}{}}{{{AFj{ce}}}{{AGn{ge}}}BDd{}{{AKj{e}}}}{{{AEb{ec}}}{{AGn{ec}}}{}{{AKj{c}}}}{{{AHl{gc}}}{{AGn{ec}}}{}{{AKj{c}}}{{BDh{}{{BDf{e}}}}}}{{{AGl{c}}}{{AGn{ec}}}{}{}}{{{AGj{c}}}{{AGn{BEfc}}}{AIlAMbAJh}}{{{AGh{c}}}{{AGn{ec}}}{}{}}{{{AG`{ec}}}{{AGn{ec}}}{}{{AKj{c}}}}{{{AGd{c}}}{{AGn{ec}}}{}{}}{{{AGf{c}}}{{AGn{ec}}}{}{}}{{{ACb{gi}}}{{AGn{ce}}}{}{}{{BDl{{AGn{ce}}}}}{}}{{{AE`{ce}}}{{AGn{ge}}}BDd{}{{AKj{e}}}}{{{AEd{ce}}}{{AGn{ge}}}BDd{}{{AKj{e}}}}{{{AC`{ce}}}{{AGn{ge}}}BDd{AJhBCh}AKj}{{{AFn{ec}}}{{AGn{ec}}}{}{{AKj{c}}}}{{{AFl{ec}}}{{AGn{ec}}}{AIlBE`AMbAJhAJjDl}{{AKj{c}}}}{{{AH`{ce}}}{{AGn{ce}}}{}{AEhAInBDjAJhDl}}{{{AGn{ce}}}{{AGn{ce}}}{}{}}{{{AGb{ec}}}{{AGn{ec}}}{AIlAEhBE`AMbAJhBEbDl{BEd{}{{AEj{d}}}}}{{AKj{c}}}}{{{AFn{ec}}}{{AH`{ec}}}{}{{AKj{c}}}}{{{AGb{ec}}}{{AH`{ec}}}{}{{AKj{c}}}}{{{AEd{ce}}}{{AH`{ge}}}BDd{}{{AKj{e}}}}{{{AGf{c}}}{{AH`{ec}}}{}{{AKj{c}}}}{{{AE`{ce}}}{{AH`{ge}}}BDd{}{{AKj{e}}}}{{{ACb{gi}}}{{AH`{ce}}}{}{}{{BDl{{AH`{ce}}}}}{}}{{{AGj{c}}}{{AH`{ec}}}{}{{AKj{c}}}}{{{AFj{ce}}}{{AH`{ge}}}BDd{}{{AKj{e}}}}{{{AEb{ec}}}{{AH`{ec}}}{}{{AKj{c}}}}{{{AGl{c}}}{{AH`{ec}}}{}{{AKj{c}}}}{{{AGn{ce}}}{{AH`{ce}}}{}{AEhBDjAJhDl}}{{{AG`{ec}}}{{AH`{ec}}}{}{{AKj{c}}}}{{{AH`{ce}}}{{AH`{ce}}}{}{}}{{{AHl{ce}}}{{AH`{e}}}BDh{}}{{{AGd{c}}}{{AH`{ec}}}{}{{AKj{c}}}}{{{AFl{ec}}}{{AH`{ec}}}{}{{AKj{c}}}}{{{AC`{ce}}}{{AH`{ge}}}BDd{}{{AKj{e}}}}{{{AGh{c}}}{{AH`{ec}}}{}{{AKj{c}}}}{c{{BEh{ec}}}{}{}}000000000000000{{{Lf{eccg}}}{{ACb{{AEb{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{Lf{cceg}}}{{ACb{{AI`{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{Lf{ccce}}}{{ACb{{AHj{c}}e}}}{}{}}{{{Lf{eccg}}}{{ACb{{AGh{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{{Lf{eccg}}}{{ACb{{AEd{ic}}g}}}{}{{K`{{AFf{c}}}}}{}{}}{{{Lf{cceg}}}{{ACb{{AIb{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{Lf{ccce}}}{{ACb{{AFl{gc}}e}}}{}{}{}}{{{Lf{ccce}}}{{ACb{{AGb{gc}}e}}}{}{}{}}{{{Lf{cceg}}}{{ACb{{AHf{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{Lf{ccce}}}{{ACb{{AC`{gc}}e}}}{}{}{}}{{{Lf{cceg}}}{{ACb{{AHh{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{Lf{eccg}}}{{ACb{{AE`{ic}}g}}}{}{{K`{{AFf{c}}}}}{}{}}{{{Lf{cceg}}}{{ACb{{AG`{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{{Lf{eccg}}}{{ACb{{AGf{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{{Lf{ccce}}}{{ACb{{AGn{gc}}e}}}{}{}{}}{{{Lf{cceg}}}{{ACb{{AId{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{Lf{cceg}}}{{ACb{{AIf{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{Lf{ce}}}{{ACb{{AHl{gc}}e}}}{}{}{}}{{{Lf{ccce}}}{{ACb{{AGj{c}}e}}}{}{}}{{{Lf{ccce}}}{{ACb{{AH`{gc}}e}}}{}{}{}}{{{Lf{eccg}}}{{ACb{{AGd{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{{Lf{cceg}}}{{ACb{{AGl{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{{Lf{eccg}}}{{ACb{{AFj{ic}}g}}}{}{{K`{{AFf{c}}}}}{}{}}{{{Lf{cceg}}}{{ACb{{AHn{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{{Lf{cceg}}}{{ACb{{AFn{ic}}g}}}{}{{K`{{AEf{c}}}}}{}{}}{{{Lf{ecc}}}{{AE`{gc}}}{}{{K`{{AFf{c}}}}}{}}{{{Lf{ecc}}}{{AEb{gc}}}{}{{K`{{AFd{c}}}}}{}}{{{Lf{ecc}}}{{AEd{gc}}}{}{{K`{{AFf{c}}}}}{}}{{{Lf{ecc}}}{{AFj{gc}}}{}{{K`{{AFf{c}}}}}{}}{{{Lf{ccc}}}{{AFl{ec}}}{}{}}{{{Lf{cce}}}{{AFn{gc}}}{}{{K`{{AEf{c}}}}}{}}{{{Lf{cce}}}{{AG`{gc}}}{}{{K`{{AFd{c}}}}}{}}{{{Lf{ccc}}}{{AGb{ec}}}{}{}}{{{Lf{ecc}}}{{AGd{c}}}{}{{K`{{AFh{c}}}}}}{{{Lf{ecc}}}{{AGf{c}}}{}{{K`{{AFh{c}}}}}}{{{Lf{ecc}}}{{AGh{c}}}{}{{K`{{AFh{c}}}}}}{{{Lf{ccc}}}{{AGj{c}}}{}}{{{Lf{cce}}}{{AGl{c}}}{}{{K`{{AFh{c}}}}}}{{{Lf{ccc}}}{{AGn{ec}}}{}{}}{{{Lf{ccc}}}{{AH`{ec}}}{}{}}{c{{AEf{c}}}AF`}{c{{AFd{c}}}AF`}{c{{AFf{c}}}AF`}{c{{AFh{c}}}AF`}{{{ACb{{AHl{eg}}i}}}{{ACb{{AHl{{BBn{c}}k}}m}}}{}{{BDh{}{{BDf{c}}}}}{}{}{}{{BC`{i}}}}{{{ACb{{AC`{eg}}i}}}{{ACb{{AC`{{BBn{c}}k}}m}}}BEj{{BDd{}{{BEl{c}}}}}{}{}{}{{BC`{i}}}}{{{ACb{{AGf{c}}e}}}{{ACb{{AGf{g}}i}}}{AEhAJ`}{}{{BC`{c}}{BEn{c}}}{{BC`{e}}}}{{{ACb{{AFj{ce}}g}}}{{ACb{{AFj{ci}}k}}}{}{}{}{{BC`{e}}{BEn{e}}}{{BC`{g}}}}{{{ACb{{AHl{ce}}g}}}{{ACb{{AHl{ci}}k}}}{}{}{}{{BC`{e}}}{{BC`{g}}}}{{{ACb{{AE`{ce}}g}}}{{ACb{{AE`{ci}}k}}}{}{}{}{{BC`{e}}{BEn{e}}}{{BC`{g}}}}{{{ACb{{AGd{c}}e}}}{{ACb{{AGd{g}}i}}}{}{}{{BC`{c}}{BEn{c}}}{{BC`{e}}}}{{{ACb{{AEd{ce}}g}}}{{ACb{{AEd{ci}}k}}}{}{}{}{{BC`{e}}{BEn{e}}}{{BC`{g}}}}{{{ACb{{AGh{c}}e}}}{{ACb{{AGh{g}}i}}}{}{}{{BC`{c}}{BEn{c}}}{{BC`{e}}}}{{{ACb{{AC`{ce}}g}}}{{ACb{{AC`{ci}}k}}}{}{}{}{{BC`{e}}}{{BC`{g}}}}{{{AE`{ce}}}{{AE`{cg}}}{}{}{{BC`{e}}{BEn{e}}}}{{{AEd{ce}}}{{AEd{cg}}}{}{}{{BC`{e}}{BEn{e}}}}{{{AEf{c}}}{{AEf{e}}}{}{{BEn{c}}}}{{{AFd{c}}}{{AFd{e}}}{}{{BEn{c}}}}{{{AFf{c}}}{{AFf{e}}}{}{{BEn{c}}}}{{{AFh{c}}}{{AFh{e}}}{}{{BEn{c}}}}{{{AFj{ce}}}{{AFj{cg}}}{}{}{{BC`{e}}{BEn{e}}}}{{{AGd{c}}}{{AGd{e}}}{}{{BC`{c}}{BEn{c}}}}{{{ACb{{BCb{c}}e}}}{{ACb{{AId{c}}e}}}{}{}}{{{ACb{{BCb{c}}e}}}{{ACb{{AIb{c}}e}}}{}{}}{{{ACb{{BCb{c}}e}}}{{ACb{{AIf{c}}e}}}{}{}}{{{ACb{{BCb{c}}e}}}{{ACb{{AHf{c}}e}}}{}{}}{{{ACb{{BCb{c}}e}}}{{ACb{{AI`{c}}e}}}{}{}}{{{ACb{{BCb{c}}e}}}{{ACb{{AHh{c}}e}}}{}{}}{g{{ACb{ik}}}{}{}{{Oh{}{{Of{{ACb{ce}}}}}}}{{BAn{c}}{BF`{c}}}{{BAn{e}}G`}}{g{{AE`{ci}}}{}{}{{Oh{}{{Of{{AE`{ce}}}}}}}G`}{g{{AEb{ci}}}{}{}{{Oh{}{{Of{{AEb{ce}}}}}}}G`}{g{{AEd{ci}}}{}{}{{Oh{}{{Of{{AEd{ce}}}}}}}G`}{g{{AFj{ci}}}{}{}{{Oh{}{{Of{{AFj{ce}}}}}}}G`}{g{{AFl{ci}}}{}{}{{Oh{}{{Of{{AFl{ce}}}}}}}G`}{g{{AFn{ci}}}{}{}{{Oh{}{{Of{{AFn{ce}}}}}}}G`}{g{{AG`{ci}}}{}{}{{Oh{}{{Of{{AG`{ce}}}}}}}G`}{g{{AGb{ci}}}{}{}{{Oh{}{{Of{{AGb{ce}}}}}}}G`}{e{{AGd{g}}}{}{{Oh{}{{Of{{AGd{c}}}}}}}G`}{e{{AGf{g}}}{}{{Oh{}{{Of{{AGf{c}}}}}}}G`}{e{{AGh{g}}}{}{{Oh{}{{Of{{AGh{c}}}}}}}G`}{e{{AGj{g}}}{}{{Oh{}{{Of{{AGj{c}}}}}}}G`}{e{{AGl{g}}}{}{{Oh{}{{Of{{AGl{c}}}}}}}G`}{g{{AGn{ci}}}{}{}{{Oh{}{{Of{{AGn{ce}}}}}}}G`}{g{{AH`{ci}}}{}{}{{Oh{}{{Of{{AH`{ce}}}}}}}G`}{{{ACb{{AHl{BBnc}}e}}}{{ACb{{AHl{gi}}k}}}{}{}BDh{}{{BC`{e}}}}{{{ACb{{AC`{BBnc}}e}}}{{ACb{{AC`{gi}}k}}}{}{}BDd{}{{BC`{e}}}}{c{{AEf{c}}}AF`}{c{{AFd{c}}}AF`}{c{{AFf{c}}}AF`}{c{{AFh{c}}}AF`}{ce{}{}}00000000000000000000{El{{Il{{ACb{{AC`{cBBj}}BBj}}}}}{}}{ADj{{ACb{{AHl{cBBj}}BBj}}}{}}{M`{{ACb{{AC`{cBBj}}BBj}}}{}}{{{ACb{{AGn{c}}e}}i}{{ACb{{AIb{c}}e}}}BCh{}BCn{{K`{{Cl{g}}}}}}{{{ACb{{AGn{c}}e}}i}{{ACb{{AI`{c}}e}}}BCh{}BCn{{K`{{Cl{g}}}}}}{{{ACb{{AGn{c}}e}}i}{{ACb{{AIf{c}}e}}}BCh{}BCn{{K`{{Cl{g}}}}}}{{{ACb{{AGn{c}}e}}i}{{ACb{{AId{c}}e}}}BCh{}BCn{{K`{{Cl{g}}}}}}{{{ACb{{AGn{c}}e}}i}{{ACb{{BCb{c}}e}}}BCh{}BCn{{K`{{Cl{g}}}}}}{{{ACb{{AGn{c}}e}}i}{{ACb{{AHh{c}}e}}}BCh{}BCn{{K`{{Cl{g}}}}}}{{{ACb{{AGn{c}}e}}i}{{ACb{{AHf{c}}e}}}BCh{}BCn{{K`{{Cl{g}}}}}}{{{ACb{{AI`{e}}i}}k}{{I`{{ACb{AI`}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AIf{e}}i}}k}{{I`{{ACb{AIf}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AGn{cg}}k}}m}{{I`{{ACb{{AGn{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AEd{cg}}k}}m}{{I`{{ACb{{AEd{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AG`{cg}}k}}m}{{I`{{ACb{{AG`{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AE`{cg}}k}}m}{{I`{{ACb{{AE`{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AC`{cg}}k}}m}{{I`{{ACb{{AC`{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AIb{e}}i}}k}{{I`{{ACb{AIb}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AFj{cg}}k}}m}{{I`{{ACb{{AFj{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AH`{cg}}k}}m}{{I`{{ACb{{AH`{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AFl{cg}}k}}m}{{I`{{ACb{{AFl{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AGl{e}}i}}k}{{I`{{ACb{AGl}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AEb{cg}}k}}m}{{I`{{ACb{{AEb{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AHf{e}}i}}k}{{I`{{ACb{AHf}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AHn{e}}i}}k}{{I`{{ACb{AHn}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AHh{e}}i}}k}{{I`{{ACb{AHh}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AGj{e}}i}}k}{{I`{{ACb{AGj}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AFn{cg}}k}}m}{{I`{{ACb{{AFn{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AGh{e}}i}}k}{{I`{{ACb{AGh}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AHl{cg}}k}}m}{{I`{{ACb{{AHl{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AId{e}}i}}k}{{I`{{ACb{AId}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AGb{cg}}k}}m}{{I`{{ACb{{AGb{c}}}}}}}{}{}{{En{{Ml{e}}}}}{}{{En{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AGf{e}}i}}k}{{I`{{ACb{AGf}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AHj{e}}i}}k}{{I`{{ACb{AHj}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AGd{e}}i}}k}{{I`{{ACb{AGd}}}}}{}{{En{{Ml{c}}}}}{}{{En{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{AE`{cg}}i}{{I`{{AE`{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AEb{cg}}i}{{I`{{AEb{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AEd{cg}}i}{{I`{{AEd{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AEf{e}}g}{{I`{AEf}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AFd{e}}g}{{I`{AFd}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AFf{e}}g}{{I`{AFf}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AFh{e}}g}{{I`{AFh}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AFj{cg}}i}{{I`{{AFj{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AFl{cg}}i}{{I`{{AFl{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AFn{cg}}i}{{I`{{AFn{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AG`{cg}}i}{{I`{{AG`{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AGb{cg}}i}{{I`{{AGb{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AGd{e}}g}{{I`{AGd}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGf{e}}g}{{I`{AGf}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGh{e}}g}{{I`{AGh}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGj{e}}g}{{I`{AGj}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGl{e}}g}{{I`{AGl}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGn{cg}}i}{{I`{{AGn{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AH`{cg}}i}{{I`{{AH`{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{BFd{}{{AJl{c}}}}{BFd{}{{AJl{c}}}}}c{}}{{{AFl{ce}}{AFl{ce}}}{}{}{AIlAF`AInAEhAMbAMdAMfAJfAJdAJhAJjDl}}{{{AFn{ce}}{AFn{ce}}}{}{}{AIlAF`AInAEhAMfAJfAJdAMbAMdAJhAJjDl}}{{{BFf{}{{AJl{c}}}}{BFf{}{{AJl{c}}}}}c{AIlAJj}}{{{AE`{ce}}{AE`{ce}}}eBDd{AIlAJhAJj}}{{{AEb{ce}}{AEb{ce}}}e{}{AIlAJhAJj}}{{{AEd{ce}}{AEd{ce}}}eBDd{AIlAJhAJj}}{{{AFj{ce}}{AFj{ce}}}eBDd{AIlAJhAJj}}{{{AFl{ce}}{AFl{ce}}}e{}{AIlAJhAJj}}{{{AFn{ce}}{AFn{ce}}}e{}{AIlAJhAJj}}{{{AG`{ce}}{AG`{ce}}}e{}{AIlAJhAJj}}{{{AGb{ec}}{AGb{ec}}}c{AIlAJhAJj}{{AKj{c}}}}{{{AGd{c}}{AGd{c}}}c{AIlAJhAJj}}{{{AGh{c}}{AGh{c}}}c{AIlAJhAJj}}{{{AGj{c}}{AGj{c}}}c{AIlAJhAJj}}{{{AGl{c}}{AGl{c}}}c{AIlAJhAJj}}{{{AGn{ce}}{AGn{ce}}}e{}{AIlAJhAJj}}{{{AH`{ce}}{AH`{ce}}}e{}{AIlAJhAJj}}{{{BFj{}{{BFh{c}}}}}c{}}{{{ACb{ce}}}{}BFj{}}{{{AE`{ce}}}{{AFf{e}}}{}Dl}{{{AEb{ce}}}{{AFd{e}}}{}Dl}{{{AEd{ce}}}{{AFf{e}}}{}Dl}{{{AFj{ce}}}{{AFf{e}}}{}Dl}{{{AFl{ce}}}{{AEf{e}}}{}{AF`AMf{AHb{}{{Ch{}}}}{AL`{}{{Ch{}}}}Dl}}{{{AFn{ce}}}{{AEf{e}}}{}Dl}{{{AG`{ce}}}{{AFd{e}}}{}Dl}{{{AGb{ce}}}{{AFd{e}}}{}{AF`AMf{AHb{}{{Ch{}}}}{AL`{}{{Ch{}}}}Dl}}{{{AGd{c}}}{{AFh{c}}}Dl}{{{AGf{c}}}{{AFh{c}}}Dl}{{{AGh{c}}}{{AFh{c}}}Dl}{{{AGj{c}}}{{AFh{c}}}{AMf{AHb{}{{Ch{}}}}{AL`{}{{Ch{}}}}AF`Dl}}{{{AGl{c}}}{{AFh{c}}}Dl}{{{ACb{{AHf{e}}i}}k}{{I`{{ACb{AHf}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AFl{cg}}k}}m}{{I`{{ACb{{AFl{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AE`{cg}}k}}m}{{I`{{ACb{{AE`{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AEd{cg}}k}}m}{{I`{{ACb{{AEd{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AC`{cg}}k}}m}{{I`{{ACb{{AC`{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AHn{e}}i}}k}{{I`{{ACb{AHn}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AI`{e}}i}}k}{{I`{{ACb{AI`}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AEb{cg}}k}}m}{{I`{{ACb{{AEb{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AGd{e}}i}}k}{{I`{{ACb{AGd}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AH`{cg}}k}}m}{{I`{{ACb{{AH`{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AGb{cg}}k}}m}{{I`{{ACb{{AGb{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AIb{e}}i}}k}{{I`{{ACb{AIb}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AGf{e}}i}}k}{{I`{{ACb{AGf}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AIf{e}}i}}k}{{I`{{ACb{AIf}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AGl{e}}i}}k}{{I`{{ACb{AGl}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AFj{cg}}k}}m}{{I`{{ACb{{AFj{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AFn{cg}}k}}m}{{I`{{ACb{{AFn{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AHj{e}}i}}k}{{I`{{ACb{AHj}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AId{e}}i}}k}{{I`{{ACb{AId}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AHh{e}}i}}k}{{I`{{ACb{AHh}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AGj{e}}i}}k}{{I`{{ACb{AGj}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{ACb{{AG`{cg}}k}}m}{{I`{{ACb{{AG`{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AHl{cg}}k}}m}{{I`{{ACb{{AHl{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AGn{cg}}k}}m}{{I`{{ACb{{AGn{c}}}}}}}{}{}{{BFl{{Ml{e}}}}}{}{{BFl{{Ml{i}}}}}{{BFb{{Ml{e}}}}{BFb{{Ml{i}}}}Dl}}{{{ACb{{AGh{e}}i}}k}{{I`{{ACb{AGh}}}}}{}{{BFl{{Ml{c}}}}}{}{{BFl{{Ml{g}}}}}{{BFb{{Ml{c}}}}{BFb{{Ml{g}}}}Dl}}{{{AE`{cg}}i}{{I`{{AE`{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AEb{cg}}i}{{I`{{AEb{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AEd{cg}}i}{{I`{{AEd{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AEf{e}}g}{{I`{AEf}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AFd{e}}g}{{I`{AFd}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AFf{e}}g}{{I`{AFf}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AFh{e}}g}{{I`{AFh}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AFj{cg}}i}{{I`{{AFj{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AFl{cg}}i}{{I`{{AFl{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AFn{cg}}i}{{I`{{AFn{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AG`{cg}}i}{{I`{{AG`{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AGb{cg}}i}{{I`{{AGb{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AGd{e}}g}{{I`{AGd}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGf{e}}g}{{I`{AGf}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGh{e}}g}{{I`{AGh}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGj{e}}g}{{I`{AGj}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGl{e}}g}{{I`{AGl}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AGn{cg}}i}{{I`{{AGn{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AH`{cg}}i}{{I`{{AH`{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}```{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{ce}e{}{}}{{{BFf{}{{AJl{c}}}}{BFf{}{{AJl{c}}}}}{}{AIlAJj}}0000```````````````{{{AFl{ce}}{AFl{ce}}}{}{}{AJfAJd{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIlDl}}{{{AGb{ce}}{AGb{ce}}}{}{}{AJfAJd{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIlDl}}{{{AGj{c}}{AGj{c}}}{}{AJd{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}AIl{AMj{}{{Ch{}}}}AJfDl}}{{{AFl{ce}}{AFl{ce}}}{}{}{AIl{AMj{}{{Ch{}}}}BCj}}{{{AFn{ce}}{AFn{ce}}}{}{}{}}{{}Db}00000000000000000000{{{ACb{c}}{ACb{c}}}{{ACb{c}}}AIh}88888{ce{}{}}00000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000{{{AEf{c}}}{{Lf{cc}}}{AF`AMf}}{{{AFd{c}}}{{Lf{cc}}}{AF`AMf}}{{{AFf{c}}}{{Lf{cc}}}{AF`AMf}}{{{AFh{c}}}{{Lf{cc}}}{AF`AMf}}{BFnc{}}999999999999999999999{BG`{{ALf{cBG`}}}{{ALh{BG`}}ALj}}{c{{ALf{eg}}}{}{}{}}000000000000000;;;;;;;;;;;;;;;;;;;;;{c{{BEh{eg}}}{}{}{}}000000000000000{{{ACb{{AE`{ce}}g}}}{{Lf{{AFf{e}}eeg}}}{}{}{}}{{{ACb{{AH`{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{ACb{{AHl{ce}}g}}}{{Lf{eg}}}{}{}{}}{{{ACb{{AGl{c}}e}}}{{Lf{cc{AFh{c}}e}}}{}{}}{{{ACb{{AI`{c}}e}}}{{Lf{cc{BBh{c}}e}}}{}{}}{{{ACb{{AG`{ce}}g}}}{{Lf{ee{AFd{e}}g}}}{}{}{}}{{{ACb{{AHn{c}}e}}}{{Lf{cc{BBh{c}}e}}}{}{}}{{{ACb{{AFn{ce}}g}}}{{Lf{ee{AEf{e}}g}}}{}{}{}}{{{ACb{{AGj{c}}e}}}{{Lf{ccce}}}{}{}}{{{ACb{{AIf{c}}e}}}{{Lf{cc{BBh{c}}e}}}{}{}}{{{ACb{{AHj{c}}e}}}{{Lf{ccce}}}{}{}}{{{ACb{{AHh{c}}e}}}{{Lf{cc{BBh{c}}e}}}{}{}}{{{ACb{{AId{c}}e}}}{{Lf{cc{BBh{c}}e}}}{}{}}{{{ACb{{AC`{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{ACb{{AGb{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{ACb{{AFl{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{ACb{{AGd{c}}e}}}{{Lf{{AFh{c}}cce}}}{}{}}{{{ACb{{AGf{c}}e}}}{{Lf{{AFh{c}}cce}}}{}{}}{{{ACb{{AHf{c}}e}}}{{Lf{cc{BBh{c}}e}}}{}{}}{{{ACb{{AFj{ce}}g}}}{{Lf{{AFf{e}}eeg}}}{}{}{}}{{{ACb{{AEd{ce}}g}}}{{Lf{{AFf{e}}eeg}}}{}{}{}}{{{ACb{{AEb{ce}}g}}}{{Lf{{AFd{e}}eeg}}}{}{}{}}{{{ACb{{AGh{c}}e}}}{{Lf{{AFh{c}}cce}}}{}{}}{{{ACb{{AIb{c}}e}}}{{Lf{cc{BBh{c}}e}}}{}{}}{{{ACb{{AGn{ce}}g}}}{{Lf{eeeg}}}{}{}{}}{{{AE`{ce}}}{{Lf{{AFf{e}}ee}}}{}{}}{{{AEb{ce}}}{{Lf{{AFd{e}}ee}}}{}{}}{{{AEd{ce}}}{{Lf{{AFf{e}}ee}}}{}{}}{{{AFj{ce}}}{{Lf{{AFf{e}}ee}}}{}{}}{{{AFl{ce}}}{{Lf{eee}}}{}{}}{{{AFn{ce}}}{{Lf{ee{AEf{e}}}}}{}{}}{{{AG`{ce}}}{{Lf{ee{AFd{e}}}}}{}{}}{{{AGb{ce}}}{{Lf{eee}}}{}{}}{{{AGd{c}}}{{Lf{{AFh{c}}cc}}}{}}{{{AGf{c}}}{{Lf{{AFh{c}}cc}}}{}}{{{AGh{c}}}{{Lf{{AFh{c}}cc}}}{}}{{{AGj{c}}}{{Lf{ccc}}}{}}{{{AGl{c}}}{{Lf{cc{AFh{c}}}}}{}}{{{AGn{ce}}}{{Lf{eee}}}{}{}}{{{AH`{ce}}}{{Lf{eee}}}{}{}}{{{AEf{c}}}c{AF`AFb}}{{{AFd{c}}}c{AF`AFb}}{{{AFf{c}}}c{AF`AFb}}{{{AFh{c}}}c{AF`AFb}}{{{ACb{{AC`{{BBn{c}}e}}g}}}{{ACb{{AC`{ik}}m}}}BEj{}{}{{BDd{}{{BEl{c}}}}}{}{{BC`{g}}}}{{{ACb{{AHl{{BBn{c}}e}}g}}}{{ACb{{AHl{ik}}m}}}{}{}{}{{BDh{}{{BDf{c}}}}}{}{{BC`{g}}}}{{{ACb{{AEd{ce}}g}}}{{ACb{{AEd{ci}}k}}}{}{}{}{{BC`{e}}{BEn{e}}}{{BC`{g}}}}{{{ACb{{AFj{ce}}g}}}{{ACb{{AFj{ci}}k}}}{}{}{}{{BC`{e}}{BEn{e}}}{{BC`{g}}}}{{{ACb{{AHl{ce}}g}}}{{ACb{{AHl{ci}}k}}}{}{}{}{{BC`{e}}}{{BC`{g}}}}{{{ACb{{AGf{c}}e}}}{{ACb{{AGf{g}}i}}}{}{}{{BC`{c}}{BEn{c}}}{{BC`{e}}}}{{{ACb{{AC`{ce}}g}}}{{ACb{{AC`{ci}}k}}}{}{}{}{{BC`{e}}}{{BC`{g}}}}{{{ACb{{AGh{c}}e}}}{{ACb{{AGh{g}}i}}}{}{}{{BC`{c}}{BEn{c}}}{{BC`{e}}}}{{{ACb{{AE`{ce}}g}}}{{ACb{{AE`{ci}}k}}}{}{}{}{{BC`{e}}{BEn{e}}}{{BC`{g}}}}{{{ACb{{AGd{c}}e}}}{{ACb{{AGd{g}}i}}}{}{}{{BC`{c}}{BEn{c}}}{{BC`{e}}}}{{{AE`{ce}}}{{AE`{cg}}}{}{}{{BC`{e}}{BEn{e}}}}{{{AEd{ce}}}{{AEd{cg}}}{}{}{{BC`{e}}{BEn{e}}}}{{{AEf{c}}}{{AEf{e}}}{}{{BEn{c}}}}{{{AFd{c}}}{{AFd{e}}}{}{{BEn{c}}}}{{{AFf{c}}}{{AFf{e}}}{}{{BEn{c}}}}{{{AFh{c}}}{{AFh{e}}}{}{{BEn{c}}}}{{{AFj{ce}}}{{AFj{cg}}}{}{}{{BC`{e}}{BEn{e}}}}{{{AGd{c}}}{{AGd{e}}}{}{{BC`{c}}{BEn{c}}}}{{{AGf{c}}}{{AGf{e}}}{}{{BC`{c}}{BEn{c}}}}{{{AGh{c}}}{{AGh{e}}}{}{{BC`{c}}{BEn{c}}}}{{{ACb{{AIb{c}}e}}i}{{ACb{{BCb{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AHf{c}}e}}i}{{ACb{{BCb{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AIf{c}}e}}i}{{ACb{{BCb{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AId{c}}e}}i}{{ACb{{BCb{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AI`{c}}e}}i}{{ACb{{BCb{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AHh{c}}e}}i}{{ACb{{BCb{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{AEf{c}}}c{}}{{{AFd{c}}}c{}}{{{AFf{c}}}c{}}{{{AFh{c}}}c{}}{{{ACb{{AHh{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AGf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AGb{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AI`{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AG`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AFj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AG`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AG`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AHh{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AHn{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AFj{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AI`{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AGb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AHf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AFn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AG`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AGd{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AHj{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AFj{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AHj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AGh{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AGl{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AIf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AFl{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AEd{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AFl{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AGh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AFn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AHf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AEb{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AI`{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AHf{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AI`{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGd{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AC`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AE`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AC`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AGn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}>{{{ACb{{AGj{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AHn{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AG`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AE`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AIb{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AHn{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AIf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AH`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}?{{{ACb{{AGj{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AGl{{Ml{c}}}}{Ml{c}}}}}{}{}}0{{{ACb{{AE`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AFl{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AFn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}?;:{{{ACb{{AHj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AC`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AGl{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AGb{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AHj{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AEd{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}?{{{ACb{{AHh{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}>{{{ACb{{AHl{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AGl{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AGl{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AEd{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGf{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AGn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AGn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AG`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AI`{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AId{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AGj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AH`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AHh{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AG`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGf{{Jn{c}}}}{Jn{c}}}}}{}{}}>{{{ACb{{AHn{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AIb{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AGb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AFn{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AIb{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGf{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AE`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AFn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}4{{{ACb{{AI`{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AEd{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AH`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AHn{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AHj{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AFj{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AIf{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AEd{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AC`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AHf{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AFl{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AG`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AHh{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AIf{{ADf{c}}}}{ADf{c}}}}}{}{}}6{{{ACb{{AEb{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}4{{{ACb{{AIb{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}>{{{ACb{{AHh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AHf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AE`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AHl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AEb{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AE`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGj{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AHj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AFn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}:?{{{ACb{{AIf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AH`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AHl{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}<{{{ACb{{AGh{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AGb{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AFj{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}>{{{ACb{{AHn{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AIf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGd{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AFl{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AGf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AGd{{ADf{c}}}}{ADf{c}}}}}{}{}}8{{{ACb{{AC`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AFj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AIb{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AHj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGl{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AId{{Ml{c}}}}{Ml{c}}}}}{}{}}0{{{ACb{{AIf{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AE`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGh{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AHl{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AI`{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AFj{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGh{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AFl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGn{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AHh{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AHh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AFl{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGj{{Ml{c}}}}{Ml{c}}}}}{}{}}9{{{ACb{{AIf{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AI`{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AHf{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AGn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AC`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AH`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}6{{{ACb{{AHj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AE`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGb{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AIb{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AFn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AEd{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AIf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AC`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AHf{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AGn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AEb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}<{{{ACb{{AEb{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AHn{{Ml{c}}}}{Ml{c}}}}}{}{}}3{{{ACb{{AE`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}><{{{ACb{{AHl{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}<{{{ACb{{AE`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AH`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGd{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}8{{{ACb{{AHf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AIf{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AFl{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}>;{{{ACb{{AGf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AG`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AEb{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AC`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AGj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AG`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGh{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AIf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGl{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AHh{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AHn{{Jn{c}}}}{Jn{c}}}}}{}{}}?{{{ACb{{AC`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AH`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AHj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AFj{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AHl{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AI`{{Ml{c}}}}{Ml{c}}}}}{}{}}:;{{{ACb{{AFj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AHh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AHj{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AId{{ADf{c}}}}{ADf{c}}}}}{}{}}5{{{ACb{{AId{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AEd{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGj{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGd{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AGj{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AE`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}74{{{ACb{{AFn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AFn{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AEd{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AE`{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AGh{{ADf{c}}}}{ADf{c}}}}}{}{}};:{{{ACb{{AEb{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AId{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AHn{{Ml{c}}}}{Ml{c}}}}}{}{}}7;?{{{ACb{{AGd{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AFj{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}34{{{ACb{{AHh{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AFj{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AHj{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AFl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AFn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AC`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AEb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AG`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AC`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AHn{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}={{{ACb{{AGl{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AIb{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AHf{{Ml{c}}}}{Ml{c}}}}}{}{}};{{{ACb{{AId{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AI`{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AHn{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AGb{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AIb{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AId{{ADf{c}}}}{ADf{c}}}}}{}{}}?<{{{ACb{{AGf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AEd{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AC`{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AGn{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AGl{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AFn{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AGn{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AGl{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AEb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}:{{{ACb{{AGl{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGf{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AH`{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AIf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AHl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}={{{ACb{{AGf{{Ib{{Ml{c}}}}}}{Ib{{Ml{c}}}}}}}{}{}}{{{ACb{{AEd{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AId{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGd{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AFl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}5{{{ACb{{AHl{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}98{{{ACb{{AHf{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AEd{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{ACb{{AI`{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AHf{{Jn{c}}}}{Jn{c}}}}}{}{}}{{{ACb{{AGb{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AEb{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}7{{{ACb{{AH`{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AGn{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}:{{{ACb{{AGj{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AHl{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}{{{ACb{{AHh{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AIf{{Ml{c}}}}{Ml{c}}}}}{}{}}{{{ACb{{AGb{c{Jn{e}}}}{Jn{e}}}}}{}{}{}}{{{ACb{{AIb{{ADf{c}}}}{ADf{c}}}}}{}{}}{{{ACb{{AFn{c{Ib{{Ml{e}}}}}}{Ib{{Ml{e}}}}}}}{}{}{}}{{{ACb{{AEb{c{Ml{e}}}}{Ml{e}}}}}{}{}{}}6<{{{ACb{{AFj{c{ADf{e}}}}{ADf{e}}}}}{}{}{}}{{{AE`{c{Ml{e}}}}}{}{}{}}{{{AE`{c{Ib{{Ml{e}}}}}}}{}{}{}}{{{AE`{c{Jn{e}}}}}{}{}{}}0022{{{AE`{c{ADf{e}}}}}{}{}{}}00323{{{AEb{c{ADf{e}}}}}{}{}{}}0{{{AEb{c{Jn{e}}}}}{}{}{}}{{{AEb{c{Ml{e}}}}}{}{}{}}{{{AEb{c{Ib{{Ml{e}}}}}}}{}{}{}}21110123{{{AEd{c{Ml{e}}}}}{}{}{}}{{{AEd{c{ADf{e}}}}}{}{}{}}{{{AEd{c{Jn{e}}}}}{}{}{}}{{{AEd{c{Ib{{Ml{e}}}}}}}{}{}{}}320331321{{{AEf{{ADf{c}}}}}{}{}}{{{AEf{{Ib{{Ml{c}}}}}}}{}{}}{{{AEf{{Ml{c}}}}}{}{}}{{{AEf{{Jn{c}}}}}{}{}}113030121{{{AFd{{Ib{{Ml{c}}}}}}}{}{}}{{{AFd{{ADf{c}}}}}{}{}}01{{{AFd{{Ml{c}}}}}{}{}}1{{{AFd{{Jn{c}}}}}{}{}}100111{{{AFf{{ADf{c}}}}}{}{}}{{{AFf{{Ml{c}}}}}{}{}}{{{AFf{{Ib{{Ml{c}}}}}}}{}{}}112{{{AFf{{Jn{c}}}}}{}{}}232010{{{AFh{{Jn{c}}}}}{}{}}0{{{AFh{{Ml{c}}}}}{}{}}{{{AFh{{ADf{c}}}}}{}{}}1111{{{AFh{{Ib{{Ml{c}}}}}}}{}{}}1103{{{AFj{c{Jn{e}}}}}{}{}{}}{{{AFj{c{Ml{e}}}}}{}{}{}}{{{AFj{c{ADf{e}}}}}{}{}{}}{{{AFj{c{Ib{{Ml{e}}}}}}}{}{}{}}122023231{{{AFl{c{Ib{{Ml{e}}}}}}}{}{}{}}{{{AFl{c{Ml{e}}}}}{}{}{}}10{{{AFl{c{ADf{e}}}}}{}{}{}}{{{AFl{c{Jn{e}}}}}{}{}{}}1122020{{{AFn{c{ADf{e}}}}}{}{}{}}{{{AFn{c{Jn{e}}}}}{}{}{}}{{{AFn{c{Ib{{Ml{e}}}}}}}{}{}{}}{{{AFn{c{Ml{e}}}}}{}{}{}}032000321{{{AG`{c{Ml{e}}}}}{}{}{}}{{{AG`{c{Jn{e}}}}}{}{}{}}1{{{AG`{c{ADf{e}}}}}{}{}{}}12{{{AG`{c{Ib{{Ml{e}}}}}}}{}{}{}}012313{{{AGb{c{ADf{e}}}}}{}{}{}}{{{AGb{c{Ib{{Ml{e}}}}}}}{}{}{}}{{{AGb{c{Jn{e}}}}}{}{}{}}{{{AGb{c{Ml{e}}}}}{}{}{}}301030201{{{AGd{{Ml{c}}}}}{}{}}{{{AGd{{Jn{c}}}}}{}{}}{{{AGd{{ADf{c}}}}}{}{}}22{{{AGd{{Ib{{Ml{c}}}}}}}{}{}}2013123{{{AGf{{ADf{c}}}}}{}{}}{{{AGf{{Ml{c}}}}}{}{}}0{{{AGf{{Ib{{Ml{c}}}}}}}{}{}}{{{AGf{{Jn{c}}}}}{}{}}02301223{{{AGh{{Ib{{Ml{c}}}}}}}{}{}}{{{AGh{{Ml{c}}}}}{}{}}0{{{AGh{{Jn{c}}}}}{}{}}12{{{AGh{{ADf{c}}}}}{}{}}102012{{{AGj{{Ib{{Ml{c}}}}}}}{}{}}{{{AGj{{Ml{c}}}}}{}{}}{{{AGj{{ADf{c}}}}}{}{}}1{{{AGj{{Jn{c}}}}}{}{}}10221320{{{AGl{{ADf{c}}}}}{}{}}{{{AGl{{Jn{c}}}}}{}{}}{{{AGl{{Ml{c}}}}}{}{}}0020{{{AGl{{Ib{{Ml{c}}}}}}}{}{}}32102{{{AGn{c{ADf{e}}}}}{}{}{}}{{{AGn{c{Ml{e}}}}}{}{}{}}011{{{AGn{c{Jn{e}}}}}{}{}{}}00{{{AGn{c{Ib{{Ml{e}}}}}}}{}{}{}}2022{{{AH`{c{Ml{e}}}}}{}{}{}}{{{AH`{c{Ib{{Ml{e}}}}}}}{}{}{}}1{{{AH`{c{Jn{e}}}}}{}{}{}}20{{{AH`{c{ADf{e}}}}}{}{}{}}321003{{{ACb{{AHl{ce}}g}}}{{ACb{{AHl{BBni}}k}}}BDh{}{}{}{{BC`{g}}}}{{{ACb{{AC`{ce}}g}}}{{ACb{{AC`{BBni}}k}}}BDd{}{}{}{{BC`{g}}}}{{{AEf{c}}}c{AF`BGb}}{{{AFd{c}}}c{AF`BGb}}{{{AFf{c}}}c{AF`BGb}}{{{AFh{c}}}c{AF`BGb}}3210{{{AEf{c}}}c{AF`AFb}}{{{AFd{c}}}c{AF`AFb}}{{{AFf{c}}}c{AF`AFb}}{{{AFh{c}}}c{AF`AFb}}{{{AEf{c}}}cAF`}{{{AFd{c}}}cAF`}{{{AFf{c}}}cAF`}{{{AFh{c}}}cAF`}3210{ce{}{}}00000000000000000000{{{ACb{{AHl{cBBj}}BBj}}}ADj{}}{{{ACb{{AC`{cBBj}}BBj}}}M`{}}{{{ALf{ce}}}{{BEh{ce}}}{}{{BGd{c}}{ALh{c}}ALj}}{{{ACb{{AId{c}}e}}i}{{ACb{{AGn{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AIf{c}}e}}i}{{ACb{{AGn{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{BCb{c}}e}}i}{{ACb{{AGn{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AI`{c}}e}}i}{{ACb{{AGn{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AIb{c}}e}}i}{{ACb{{AGn{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AHf{c}}e}}i}{{ACb{{AGn{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{ACb{{AHh{c}}e}}i}{{ACb{{AGn{c}}e}}}BCh{}{{BCn{c}}}{{K`{{Cl{g}}}}}}{{{AGn{BGfc}}}{{AGn{BGfc}}}{}}{BGhc{}}{{{ACb{ce}}}{}BGh{AKf{AJj{}{{AEj{}}}}BGh}}{{{AE`{ce}}}{}{}{AJjAKf}}{{{AEb{ce}}}{}{}{AJjAIlAEh}}{{{AEd{ce}}}{}{}{AJjAKf}}{{{AFj{ce}}}{}{}{AJj{AHb{}{{Ch{}}}}DlAKf}}{{{AFl{ce}}}{}{}{AJjAIlAEh}}{{{AFn{ce}}}{}{}{AJjAIlAEh}}{{{AG`{ce}}}{}{}{AJjAIlAEh}}{{{AGb{ce}}}{}{}{AJjAIlAEh}}{{{AGd{c}}}{}{AJjAKf}}{{{AGf{c}}}{}{AJjAIlAJhAKf}}{{{AGh{c}}}{}{{AHb{}{{Ch{}}}}DlAJjAKf}}{{{AGj{c}}}{}{AJjAEhAIn}}{{{AGl{c}}}{}{AJjAEhAIn}}{{{AGn{ec}}}{}{AJjAEh}{{AKj{c}}}}{{{AH`{ce}}}{}{}{AJjAEhAIn}}{{{ACb{ce}}}{}{}{}}{{{AE`{ce}}}{}{}{}}{{{AEb{ce}}}{}{}{}}{{{AEd{ce}}}{}{}{}}{{{AEf{c}}}{}{}}{{{AFd{c}}}{}{}}{{{AFf{c}}}{}{}}{{{AFh{c}}}{}{}}{{{AFj{ce}}}{}{}{}}{{{AFl{ce}}}{}{}{}}{{{AFn{ce}}}{}{}{}}{{{AG`{ce}}}{}{}{}}{{{AGb{ce}}}{}{}{}}{{{AGd{c}}}{}{}}{{{AGf{c}}}{}{}}{{{AGh{c}}}{}{}}{{{AGj{c}}}{}{}}{{{AGl{c}}}{}{}}{{{AGn{ce}}}{}{}{}}{{{AH`{ce}}}{}{}{}}{{{ACb{ce}}}{}{}{}}{{{AE`{ce}}}{}{}{}}{{{AEb{ce}}}{}{}{}}{{{AEd{ce}}}{}{}{}}{{{AEf{c}}}{}{}}{{{AFd{c}}}{}{}}{{{AFf{c}}}{}{}}{{{AFh{c}}}{}{}}{{{AFj{ce}}}{}{}{}}{{{AFl{ce}}}{}{}{}}{{{AFn{ce}}}{}{}{}}{{{AG`{ce}}}{}{}{}}{{{AGb{ce}}}{}{}{}}{{{AGd{c}}}{}{}}{{{AGf{c}}}{}{}}{{{AGh{c}}}{}{}}{{{AGj{c}}}{}{}}{{{AGl{c}}}{}{}}{{{AGn{ce}}}{}{}{}}{{{AH`{ce}}}{}{}{}}``````````{{{BGj{}{{AJl{c}}}}c}{{BGj{}{{AJl{c}}}}}{}}{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{{ACb{c}}}{{ACb{c}}}BGj}{{{AE`{ce}}e}{{AE`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AEb{ce}}e}{{AEb{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AEd{ce}}e}{{AEd{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AFj{ce}}e}{{AFj{ce}}}{}{AIlAEhAJ`AJhAJjDlAKf}}{{{AFl{ce}}e}{{AFl{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AFn{ce}}e}{{AFn{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AG`{ce}}e}{{AG`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AGb{ce}}e}{{AGb{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AGd{c}}c}{{AGd{c}}}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AGf{c}}c}{{AGf{c}}}{AIlAEhAJ`AJbAJhAJjDlAIlAKf}}{{{AGh{c}}c}{{AGh{c}}}{AIlAEhAJ`AJhAJjDlAKf}}{{{AGj{c}}c}{{AGj{c}}}{AIlAEhAJ`AJbAJhAJjDlAIn}}{{{AGl{c}}c}{{AGl{c}}}{AIlAEhAJ`AJbAJhAJjDlAEhAIn}}{{ce}e{}{}}{{{AGn{ec}}c}{{AGn{ec}}}{AIlAEhAJ`AJbAJhAJjDl}{{AKj{c}}}}{{{AH`{ce}}e}{{AH`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAIn}}{{{BGl{}{{AJl{c}}}}c}h{}}{{{ACb{c}}}hBGl}{{{AE`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AEb{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AEd{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AFj{ce}}e}h{}{AIlAEhAJ`AKnAHdBGnAJhAJjDlAKf}}{{{AFl{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AFn{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AG`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AGb{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AGd{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AGf{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAIlAKf}}{{{AGh{c}}c}h{AIlAEhAJ`AKnAHdBGnAJhAJjDlAKf}}{{{AGj{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAIn}}{{{AGl{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAEhAIn}}{{{AGn{ec}}c}h{AIlAEhAJ`AKnAHdAJhAJjDl}{{AKj{c}}}}{{{AH`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAIn}}{{{BGj{}{{AJl{c}}}}c}{{BGj{}{{AJl{c}}}}}{}}{{{ACb{c}}}{{ACb{c}}}BGj}{{{AE`{ce}}e}{{AE`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AEb{ce}}e}{{AEb{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AEd{ce}}e}{{AEd{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AFj{ce}}e}{{AFj{ce}}}{}{AIlAEhAJ`AJhAJjDlAKf}}{{{AFl{ce}}e}{{AFl{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AFn{ce}}e}{{AFn{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AG`{ce}}e}{{AG`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AGb{ce}}e}{{AGb{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AGd{c}}c}{{AGd{c}}}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AGf{c}}c}{{AGf{c}}}{AIlAEhAJ`AJbAJhAJjDlAIlAKf}}{{{AGh{c}}c}{{AGh{c}}}{AIlAEhAJ`AJhAJjDlAKf}}{{{AGj{c}}c}{{AGj{c}}}{AIlAEhAJ`AJbAJhAJjDlAIn}}{{{AGl{c}}c}{{AGl{c}}}{AIlAEhAJ`AJbAJhAJjDlAEhAIn}}{{{AGn{ec}}c}{{AGn{ec}}}{AIlAEhAJ`AJbAJhAJjDl}{{AKj{c}}}}{{{AH`{ce}}e}{{AH`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAIn}}{{{BGl{}{{AJl{c}}}}c}h{}}{{{ACb{c}}}hBGl}{{{AE`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AEb{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AEd{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AFj{ce}}e}h{}{AIlAEhAJ`AKnAHdBGnAJhAJjDlAKf}}{{{AFl{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AFn{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AG`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AGb{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AGd{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AGf{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAIlAKf}}{{{AGh{c}}c}h{AIlAEhAJ`AKnAHdBGnAJhAJjDlAKf}}{{{AGj{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAIn}}{{{AGl{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAEhAIn}}{{{AGn{ec}}c}h{AIlAEhAJ`AKnAHdAJhAJjDl}{{AKj{c}}}}{{{AH`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAIn}}````````{{}c{AEhAIl}}{{}cAKf}10011111111{{}c{AEhAIn}}011012111221111{{}cAEh}10103232233133333112212322233222201010{{{BH`{}{{AJl{c}}}}{BH`{}{{AJl{c}}}}c}{{BH`{}{{AJl{c}}}}}{}}{{{ACb{c}}{ACb{c}}}{{ACb{c}}}BH`}{{{AE`{ce}}{AE`{ce}}e}{{AE`{ce}}}{}{AF`AFbAEhAInAJbAJhDl}}{{{AEb{ce}}{AEb{ce}}e}{{AEb{ce}}}{}{AF`AFbAEhAInAJbAJhDl}}{{{AEd{ce}}{AEd{ce}}e}{{AEd{ce}}}{}{AF`AFbAEhAInAJbAJhDl}}{{{AFj{ce}}{AFj{ce}}e}{{AFj{ce}}}{}{AF`AFbAEhAInAJbAJhDl}}{{{AFl{ce}}{AFl{ce}}e}{{AFl{ce}}}{}{AIlAEhAInAJhAJbDl}}{{{AFn{ce}}{AFn{ce}}e}{{AFn{ce}}}{}{AF`AFbAEhAInAJbAJhDl}}{{{AG`{ce}}{AG`{ce}}e}{{AG`{ce}}}{}{AF`AFbAEhAInAJbAJhDl}}{{{AGb{ce}}{AGb{ce}}e}{{AGb{ce}}}{}{AIlAEhAInAJhAJbDl}}{{{AGd{c}}{AGd{c}}c}{{AGd{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AGf{c}}{AGf{c}}c}{{AGf{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AGh{c}}{AGh{c}}c}{{AGh{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AGj{c}}{AGj{c}}c}{{AGj{c}}}{AIlAEhAInAJhAJbDl}}{{{AGl{c}}{AGl{c}}c}{{AGl{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AGn{ce}}{AGn{ce}}e}{{AGn{ce}}}{}{AIlAEhAInAJhAJbDl}}{{{AH`{ce}}{AH`{ce}}e}{{AH`{ce}}}{}{AIlAEhAInAJhAJbDl}}{{{BHb{}{{AJl{c}}}}{BHb{}{{AJl{c}}}}c}h{}}{{{ACb{c}}{ACb{c}}}hBHb}{{{AE`{ce}}{AE`{ce}}e}h{}{AF`AFbAEhAInAJbAHdAJhDl}}{{{AEb{ce}}{AEb{ce}}e}h{}{AF`AFbAEhAInAJbAHdAJhDl}}{{{AEd{ce}}{AEd{ce}}e}h{}{AF`AFbAEhAInAJbAHdAJhDl}}{{{AFj{ce}}{AFj{ce}}e}h{}{AF`AFbAEhAInAJbAHdAJhDl}}{{{AFl{ce}}{AFl{ce}}e}h{}{AIlAEhAInAHdAJhAJbDl}}{{{AFn{ce}}{AFn{ce}}e}h{}{AF`AFbAEhAInAJbAHdAJhDl}}{{{AG`{ce}}{AG`{ce}}e}h{}{AF`AFbAEhAInAJbAHdAJhDl}}{{{AGb{ce}}{AGb{ce}}e}h{}{AIlAEhAInAHdAJhAJbDl}}{{{AGd{c}}{AGd{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{{AGf{c}}{AGf{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{{AGh{c}}{AGh{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{{AGj{c}}{AGj{c}}c}h{AIlAEhAInAHdAJhAJbDl}}{{{AGl{c}}{AGl{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{{AGn{ce}}{AGn{ce}}e}h{}{AIlAEhAInAHdAJhAJbDl}}{{{AH`{ce}}{AH`{ce}}e}h{}{AIlAEhAInAHdAJhAJbDl}}{{{ACb{ce}}{ACb{ce}}}{}AMjAMj}{{{ACb{ec}}c}{}{AMjDl}{{AMj{c}}}}{{{AFl{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AGb{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AGb{ce}}{AGb{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AGj{c}}{AGj{c}}}{}{{AMj{}{{Ch{}}}}}}{{{AGj{c}}c}{}{{AMj{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AGn{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AH`{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AH`{ce}}{AH`{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{ACb{ce}}{ACb{ce}}}hBHdBHd}{{{ACb{ec}}c}h{BHdDl}{{BHd{c}}}}{{{AFl{ce}}{AFl{ce}}}h{}BHd}{{{AFl{ce}}e}h{}{BHdDl}}{{{AGb{ce}}e}h{}{BHdDl}}{{{AGb{ce}}{AGb{ce}}}h{}BHd}{{{AGj{c}}c}h{BHdDl}}{{{AGj{c}}{AGj{c}}}hBHd}{{{AGn{ce}}e}h{}{BHdDl}}{{{AGn{ce}}{AGn{ce}}}h{}BHd}{{{AH`{ce}}{AH`{ce}}}h{}BHd}{{{AH`{ce}}e}h{}{BHdDl}}{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{ce}e{}{}}`{{eccg}{{ACb{{AGd{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{cceg}{{ACb{{AHf{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{cceg}{{ACb{{AHh{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{ccce}{{ACb{{AGn{gc}}e}}}{}{}{}}{{cceg}{{ACb{{AI`{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{ccce}{{ACb{{AH`{gc}}e}}}{}{}{}}{{ccce}{{ACb{{AGb{gc}}e}}}{}{}{}}{{eccg}{{ACb{{AFj{ic}}g}}}{}{{K`{{AFf{c}}}}}{}{}}{{ccce}{{ACb{{AGj{c}}e}}}{}{}}{{cceg}{{ACb{{AG`{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{ce}{{ACb{{AHl{gc}}e}}}{}{}{}}{{cceg}{{ACb{{AGl{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{cceg}{{ACb{{AIf{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{ccce}{{ACb{{AFl{gc}}e}}}{}{}{}}{{eccg}{{ACb{{AGf{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{eccg}{{ACb{{AEb{ic}}g}}}{}{{K`{{AFd{c}}}}}{}{}}{{ccce}{{ACb{{AHj{c}}e}}}{}{}}{{cceg}{{ACb{{AId{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{cceg}{{ACb{{AFn{ic}}g}}}{}{{K`{{AEf{c}}}}}{}{}}{{cceg}{{ACb{{AIb{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{cceg}{{ACb{{AHn{c}}g}}}{}{{K`{{BBh{c}}}}}{}}{{ccce}{{ACb{{AC`{gc}}e}}}{}{}{}}{{eccg}{{ACb{{AEd{ic}}g}}}{}{{K`{{AFf{c}}}}}{}{}}{{eccg}{{ACb{{AGh{c}}g}}}{}{{K`{{AFh{c}}}}}{}}{{eccg}{{ACb{{AE`{ic}}g}}}{}{{K`{{AFf{c}}}}}{}{}}{{ecc}{{AE`{gc}}}{}{{K`{{AFf{c}}}}}{}}{{ecc}{{AEb{gc}}}{}{{K`{{AFd{c}}}}}{}}{{ecc}{{AEd{gc}}}{}{{K`{{AFf{c}}}}}{}}{c{{AEf{c}}}{}}{c{{AFd{c}}}{}}{c{{AFf{c}}}{}}{c{{AFh{c}}}{}}{{ecc}{{AFj{gc}}}{}{{K`{{AFf{c}}}}}{}}{{ccc}{{AFl{ec}}}{}{}}{{cce}{{AFn{gc}}}{}{{K`{{AEf{c}}}}}{}}{{cce}{{AG`{gc}}}{}{{K`{{AFd{c}}}}}{}}{{ccc}{{AGb{ec}}}{}{}}{{ecc}{{AGd{c}}}{}{{K`{{AFh{c}}}}}}{{ecc}{{AGf{c}}}{}{{K`{{AFh{c}}}}}}{{ecc}{{AGh{c}}}{}{{K`{{AFh{c}}}}}}{{ccc}{{AGj{c}}}{}}{{cce}{{AGl{c}}}{}{{K`{{AFh{c}}}}}}{{ccc}{{AGn{ec}}}{}{}}{{ccc}{{AH`{ec}}}{}{}}{{cc{AFd{c}}e}{{ACb{{AG`{gc}}e}}}{}{}{}}{{cc{AFh{c}}e}{{ACb{{AGl{c}}e}}}{}{}}{{{AFf{c}}cce}{{ACb{{AEd{gc}}e}}}{}{}{}}{{{AFh{c}}cce}{{ACb{{AGh{c}}e}}}{}{}}{{cc{BBh{c}}e}{{ACb{{AId{c}}e}}}{}{}}{{cc{BBh{c}}e}{{ACb{{AHh{c}}e}}}{}{}}{{{AFd{c}}cce}{{ACb{{AEb{gc}}e}}}{}{}{}}{{cc{BBh{c}}e}{{ACb{{AHn{c}}e}}}{}{}}{{cc{AEf{c}}e}{{ACb{{AFn{gc}}e}}}{}{}{}}{{cc{BBh{c}}e}{{ACb{{AHf{c}}e}}}{}{}}{{cc{BBh{c}}e}{{ACb{{AIb{c}}e}}}{}{}}{{{AFf{c}}cce}{{ACb{{AE`{gc}}e}}}{}{}{}}{{cc{BBh{c}}e}{{ACb{{AI`{c}}e}}}{}{}}{{cc{BBh{c}}e}{{ACb{{AIf{c}}e}}}{}{}}{{{AFf{c}}cce}{{ACb{{AFj{gc}}e}}}{}{}{}}{{{AFh{c}}cce}{{ACb{{AGd{c}}e}}}{}{}}{{{AFh{c}}cce}{{ACb{{AGf{c}}e}}}{}{}}{{{AFf{c}}cc}{{AE`{ec}}}{}{}}{{{AFd{c}}cc}{{AEb{ec}}}{}{}}{{{AFf{c}}cc}{{AEd{ec}}}{}{}}{{{AFf{c}}cc}{{AFj{ec}}}{}{}}{{cc{AEf{c}}}{{AFn{ec}}}{}{}}{{cc{AFd{c}}}{{AG`{ec}}}{}{}}{{{AFh{c}}cc}{{AGd{c}}}{}}{{{AFh{c}}cc}{{AGf{c}}}{}}{{{AFh{c}}cc}{{AGh{c}}}{}}{{cc{AFh{c}}}{{AGl{c}}}{}}{{eccg}{{ACb{{AEd{BBlc}}g}}}{}{{K`{{AFf{c}}}}}{}}{{eccg}{{ACb{{AE`{BBlc}}g}}}{}{{K`{{AFf{c}}}}}{}}{{eccg}{{ACb{{AFj{BBlc}}g}}}{}{{K`{{AFf{c}}}}}{}}{{ecc}{{AE`{BBlc}}}{}{{K`{{AFf{c}}}}}}{{ecc}{{AEd{BBlc}}}{}{{K`{{AFf{c}}}}}}{{ecc}{{AFj{BBlc}}}{}{{K`{{AFf{c}}}}}}{{{AFf{c}}cce}{{ACb{{AEd{BBlc}}e}}}{}{}}{{{AFf{c}}cce}{{ACb{{AE`{BBlc}}e}}}{}{}}{{{AFf{c}}cce}{{ACb{{AFj{BBlc}}e}}}{}{}}{{{AFf{c}}cc}{{AE`{BBlc}}}{}}{{{AFf{c}}cc}{{AEd{BBlc}}}{}}{{{AFf{c}}cc}{{AFj{BBlc}}}{}}``````{{{BDb{}{{BHf{c}}{BHh{e}}}}}e{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}AKf}{{{ACb{c}}{ACb{c}}}{{ACb{c}}}AIh}{{ce}e{}{}}0000100000{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}1211111{{{ACb{{AI`{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AI`{c}}e}}}}}{}{}}{{{ACb{{AC`{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AC`{ce}}g}}}}}{}{}{}}{{{ACb{{AFl{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AFl{ce}}g}}}}}{}{}{}}{{{ACb{{AG`{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AG`{ce}}g}}}}}{}{}{}}{{{ACb{{AGb{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AGb{ce}}g}}}}}{}{}{}}{{{ACb{{AHj{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AHj{c}}e}}}}}{}{}}{{{ACb{{AIf{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AIf{c}}e}}}}}{}{}}{{{ACb{{AGd{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AGd{c}}e}}}}}{}{}}{{{ACb{{AGj{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AGj{c}}e}}}}}{}{}}{{{ACb{{AGh{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AGh{c}}e}}}}}{}{}}{{{ACb{{AHh{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AHh{c}}e}}}}}{}{}}{{{ACb{{AGl{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AGl{c}}e}}}}}{}{}}{{{ACb{{AEd{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AEd{ce}}g}}}}}{}{}{}}{{{ACb{{AHn{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AHn{c}}e}}}}}{}{}}{{{ACb{{AGn{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AGn{ce}}g}}}}}{}{}{}}{{{ACb{{AId{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AId{c}}e}}}}}{}{}}{{{ACb{{AE`{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AE`{ce}}g}}}}}{}{}{}}{{{ACb{{AHl{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AHl{ce}}g}}}}}{}{}{}}{{{ACb{{AEb{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AEb{ce}}g}}}}}{}{}{}}{{{ACb{{AIb{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AIb{c}}e}}}}}{}{}}{{{ACb{{AGf{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AGf{c}}e}}}}}{}{}}{{{ACb{{AH`{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AH`{ce}}g}}}}}{}{}{}}{{{ACb{{AHf{{Jn{c}}}}{Jn{e}}}}}{{I`{{ACb{{AHf{c}}e}}}}}{}{}}{{{ACb{{AFj{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AFj{ce}}g}}}}}{}{}{}}{{{ACb{{AFn{c{Jn{e}}}}{Jn{g}}}}}{{I`{{ACb{{AFn{ce}}g}}}}}{}{}{}}{{{AE`{c{Jn{e}}}}}{{I`{{AE`{ce}}}}}{}{}}{{{AEb{c{Jn{e}}}}}{{I`{{AEb{ce}}}}}{}{}}{{{AEd{c{Jn{e}}}}}{{I`{{AEd{ce}}}}}{}{}}{{{AEf{{Jn{c}}}}}{{I`{{AEf{c}}}}}{}}{{{AFd{{Jn{c}}}}}{{I`{{AFd{c}}}}}{}}{{{AFf{{Jn{c}}}}}{{I`{{AFf{c}}}}}{}}{{{AFh{{Jn{c}}}}}{{I`{{AFh{c}}}}}{}}{{{AFj{c{Jn{e}}}}}{{I`{{AFj{ce}}}}}{}{}}{{{AFl{c{Jn{e}}}}}{{I`{{AFl{ce}}}}}{}{}}{{{AFn{c{Jn{e}}}}}{{I`{{AFn{ce}}}}}{}{}}{{{AG`{c{Jn{e}}}}}{{I`{{AG`{ce}}}}}{}{}}{{{AGb{c{Jn{e}}}}}{{I`{{AGb{ce}}}}}{}{}}{{{AGd{{Jn{c}}}}}{{I`{{AGd{c}}}}}{}}{{{AGf{{Jn{c}}}}}{{I`{{AGf{c}}}}}{}}{{{AGh{{Jn{c}}}}}{{I`{{AGh{c}}}}}{}}{{{AGj{{Jn{c}}}}}{{I`{{AGj{c}}}}}{}}{{{AGl{{Jn{c}}}}}{{I`{{AGl{c}}}}}{}}{{{AGn{c{Jn{e}}}}}{{I`{{AGn{ce}}}}}{}{}}{{{AH`{c{Jn{e}}}}}{{I`{{AH`{ce}}}}}{}{}}{{{ACb{c}}}{{BBf{c}}}AIh}{{{AFl{ce}}e}{{BBf{{AFl{ce}}}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{AGb{ce}}e}{{BBf{{AGb{ce}}}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{AGj{c}}c}{{BBf{{AGj{c}}}}}{AKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}AIlDl}}{{{AGn{ce}}e}{{BBf{{AGn{ce}}}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{AH`{ce}}e}{{BBf{{AH`{ce}}}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{ACb{{AIf{{Jn{c}}}}{Jn{e}}}}{ACb{{AIf{c}}e}}}h{}{}}{{{ACb{{AFn{c{Jn{e}}}}{Jn{g}}}}{ACb{{AFn{ce}}g}}}h{}{}{}}{{{ACb{{AHn{{Jn{c}}}}{Jn{e}}}}{ACb{{AHn{c}}e}}}h{}{}}{{{ACb{{AIb{{Jn{c}}}}{Jn{e}}}}{ACb{{AIb{c}}e}}}h{}{}}{{{ACb{{AEd{c{Jn{e}}}}{Jn{g}}}}{ACb{{AEd{ce}}g}}}h{}{}{}}{{{ACb{{AHj{{Jn{c}}}}{Jn{e}}}}{ACb{{AHj{c}}e}}}h{}{}}{{{ACb{{AE`{c{Jn{e}}}}{Jn{g}}}}{ACb{{AE`{ce}}g}}}h{}{}{}}{{{ACb{{AGf{{Jn{c}}}}{Jn{e}}}}{ACb{{AGf{c}}e}}}h{}{}}{{{ACb{{AGn{c{Jn{e}}}}{Jn{g}}}}{ACb{{AGn{ce}}g}}}h{}{}{}}{{{ACb{{AHf{{Jn{c}}}}{Jn{e}}}}{ACb{{AHf{c}}e}}}h{}{}}{{{ACb{{AI`{{Jn{c}}}}{Jn{e}}}}{ACb{{AI`{c}}e}}}h{}{}}{{{ACb{{AHl{c{Jn{e}}}}{Jn{g}}}}{ACb{{AHl{ce}}g}}}h{}{}{}}{{{ACb{{AEb{c{Jn{e}}}}{Jn{g}}}}{ACb{{AEb{ce}}g}}}h{}{}{}}{{{ACb{{AG`{c{Jn{e}}}}{Jn{g}}}}{ACb{{AG`{ce}}g}}}h{}{}{}}{{{ACb{{AC`{c{Jn{e}}}}{Jn{g}}}}{ACb{{AC`{ce}}g}}}h{}{}{}}{{{ACb{{AGb{c{Jn{e}}}}{Jn{g}}}}{ACb{{AGb{ce}}g}}}h{}{}{}}{{{ACb{{AHh{{Jn{c}}}}{Jn{e}}}}{ACb{{AHh{c}}e}}}h{}{}}{{{ACb{{AFj{c{Jn{e}}}}{Jn{g}}}}{ACb{{AFj{ce}}g}}}h{}{}{}}{{{ACb{{AH`{c{Jn{e}}}}{Jn{g}}}}{ACb{{AH`{ce}}g}}}h{}{}{}}{{{ACb{{AGl{{Jn{c}}}}{Jn{e}}}}{ACb{{AGl{c}}e}}}h{}{}}{{{ACb{{AFl{c{Jn{e}}}}{Jn{g}}}}{ACb{{AFl{ce}}g}}}h{}{}{}}{{{ACb{{AId{{Jn{c}}}}{Jn{e}}}}{ACb{{AId{c}}e}}}h{}{}}{{{ACb{{AGd{{Jn{c}}}}{Jn{e}}}}{ACb{{AGd{c}}e}}}h{}{}}{{{ACb{{AGj{{Jn{c}}}}{Jn{e}}}}{ACb{{AGj{c}}e}}}h{}{}}{{{ACb{{AGh{{Jn{c}}}}{Jn{e}}}}{ACb{{AGh{c}}e}}}h{}{}}{{{AE`{c{Jn{e}}}}{AE`{ce}}}h{}{}}{{{AEb{c{Jn{e}}}}{AEb{ce}}}h{}{}}{{{AEd{c{Jn{e}}}}{AEd{ce}}}h{}{}}{{{AEf{{Jn{c}}}}{AEf{c}}}h{}}{{{AFd{{Jn{c}}}}{AFd{c}}}h{}}{{{AFf{{Jn{c}}}}{AFf{c}}}h{}}{{{AFh{{Jn{c}}}}{AFh{c}}}h{}}{{{AFj{c{Jn{e}}}}{AFj{ce}}}h{}{}}{{{AFl{c{Jn{e}}}}{AFl{ce}}}h{}{}}{{{AFn{c{Jn{e}}}}{AFn{ce}}}h{}{}}{{{AG`{c{Jn{e}}}}{AG`{ce}}}h{}{}}{{{AGb{c{Jn{e}}}}{AGb{ce}}}h{}{}}{{{AGd{{Jn{c}}}}{AGd{c}}}h{}}{{{AGf{{Jn{c}}}}{AGf{c}}}h{}}{{{AGh{{Jn{c}}}}{AGh{c}}}h{}}{{{AGj{{Jn{c}}}}{AGj{c}}}h{}}{{{AGl{{Jn{c}}}}{AGl{c}}}h{}}{{{AGn{c{Jn{e}}}}{AGn{ce}}}h{}{}}{{{AH`{c{Jn{e}}}}{AH`{ce}}}h{}{}}```{{{ACb{ce}}{ACb{ce}}}d{{BHj{}{{ADl{}}}}}BHj}{{{AE`{ce}}{AE`{ce}}}d{}BHj}{{{AEb{ce}}{AEb{ce}}}d{}BHj}{{{AEd{ce}}{AEd{ce}}}d{}BHj}{{{AEf{c}}{AEf{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBHjAFb}}{{{AFd{c}}{AFd{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBHjAFb}}{{{AFf{c}}{AFf{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBHjAFb}}{{{AFh{c}}{AFh{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBHjAFb}}{{{AFj{ce}}{AFj{ce}}}d{}BHj}{{{AFl{ce}}{AFl{ce}}}d{}BHj}{{{AFn{ce}}{AFn{ce}}}d{}BHj}{{{AG`{ce}}{AG`{ce}}}d{}BHj}{{{AGb{ce}}{AGb{ce}}}d{}BHj}{{{AGd{c}}{AGd{c}}}dBHj}{{{AGf{c}}{AGf{c}}}dBHj}{{{AGh{c}}{AGh{c}}}dBHj}{{{AGj{c}}{AGj{c}}}dBHj}{{{AGl{c}}{AGl{c}}}dBHj}{{{AGn{ce}}{AGn{ce}}}d{}BHj}{{{AH`{ce}}{AH`{ce}}}d{}BHj}{{{AE`{ce}}{AE`{ce}}}d{}BHj}{{{AEb{ce}}{AEb{ce}}}d{}BHj}{{{AEd{ce}}{AEd{ce}}}d{}BHj}{{{AEf{c}}{AEf{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBHjAFb}}{{{AFd{c}}{AFd{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBHjAFb}}{{{AFf{c}}{AFf{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBHjAFb}}{{{AFh{c}}{AFh{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBHjAFb}}{{{AFj{ce}}{AFj{ce}}}d{}BHj}{{{AFl{ce}}{AFl{ce}}}d{}BHj}{{{AFn{ce}}{AFn{ce}}}d{}BHj}{{{AG`{ce}}{AG`{ce}}}d{}BHj}{{{AGb{ce}}{AGb{ce}}}d{}BHj}{{{AGd{c}}{AGd{c}}}dBHj}{{{AGf{c}}{AGf{c}}}dBHj}{{{AGh{c}}{AGh{c}}}dBHj}{{{AGj{c}}{AGj{c}}}dBHj}{{{AGl{c}}{AGl{c}}}dBHj}{{{AGn{ce}}{AGn{ce}}}d{}BHj}{{{AH`{ce}}{AH`{ce}}}d{}BHj}{{{ALf{ce}}}e{}{{ALh{c}}ALj}}`{{{BHl{}{{AJl{c}}}}c}{{BHl{}{{AJl{c}}}}}{}}{{{ACb{c}}}{{ACb{c}}}BHl}{{{AE`{ce}}e}{{AE`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AEb{ce}}e}{{AEb{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AEd{ce}}e}{{AEd{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AFn{ce}}e}{{AFn{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AG`{ce}}e}{{AG`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AGd{c}}c}{{AGd{c}}}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AGf{c}}c}{{AGf{c}}}{AIlAEhAJ`AJbAJhAJjDlAIlAKf}}{{{BHn{}{{AJl{c}}}}c}h{}}{{{ACb{c}}}hBHn}{{{AE`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AEb{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AEd{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AFn{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AG`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AGd{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AGf{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAIlAKf}}{{{BHl{}{{AJl{c}}}}c}{{BHl{}{{AJl{c}}}}}{}}{{{ACb{c}}}{{ACb{c}}}BHl}{{{AE`{ce}}e}{{AE`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AEb{ce}}e}{{AEb{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AEd{ce}}e}{{AEd{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AFn{ce}}e}{{AFn{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AG`{ce}}e}{{AG`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDl}}{{{AGd{c}}c}{{AGd{c}}}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AGf{c}}c}{{AGf{c}}}{AIlAEhAJ`AJbAJhAJjDlAIlAKf}}{{{BHn{}{{AJl{c}}}}c}h{}}{{{ACb{c}}}hBHn}{{{AE`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AEb{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AEd{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AFn{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AG`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AGd{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}{{{AGf{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDlAIlAKf}}{{{ACb{ce}}{ACb{ce}}}{}BI`BI`}{{{ACb{ec}}c}{}{BI`Dl}{{BI`{c}}}}{{{AE`{ce}}{AE`{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AE`{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AEb{ce}}{AEb{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AEb{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AEd{ce}}{AEd{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AEd{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AEf{c}}c}{{AEf{c}}}{{BI`{}{{Ch{}}}}}}{{{AEf{c}}{AEf{c}}}{{AEf{c}}}{{BI`{}{{Ch{}}}}}}{{{AFd{c}}{AFd{c}}}{{AFd{c}}}{{BI`{}{{Ch{}}}}}}{{{AFd{c}}c}{{AFd{c}}}{{BI`{}{{Ch{}}}}}}{{{AFf{c}}{AFf{c}}}{{AFf{c}}}{{BI`{}{{Ch{}}}}}}{{{AFf{c}}c}{{AFf{c}}}{{BI`{}{{Ch{}}}}}}{{{AFh{c}}{AFh{c}}}{{AFh{c}}}{{BI`{}{{Ch{}}}}}}{{{AFh{c}}c}{{AFh{c}}}{{BI`{}{{Ch{}}}}}}{{{AFj{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AFj{ce}}{AFj{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AFl{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AFn{ce}}{AFn{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AFn{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AG`{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AG`{ce}}{AG`{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AGb{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGb{ce}}{AGb{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AGd{c}}{AGd{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGd{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGf{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGf{c}}{AGf{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGh{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGh{c}}{AGh{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGj{c}}{AGj{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGj{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGl{c}}{AGl{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AGl{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGn{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AH`{ce}}{AH`{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AH`{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{ACb{ce}}{ACb{ce}}}{}BIbBIb}{{{ACb{ec}}c}{}{BIbDl}{{BIb{c}}}}{{{AE`{ce}}{AE`{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AE`{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AEb{ce}}{AEb{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AEb{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AEd{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AEd{ce}}{AEd{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AEf{c}}{AEf{c}}}{{AEf{c}}}{{BIb{}{{Ch{}}}}}}{{{AEf{c}}c}{{AEf{c}}}{{BIb{}{{Ch{}}}}}}{{{AFd{c}}{AFd{c}}}{{AFd{c}}}{{BIb{}{{Ch{}}}}}}{{{AFd{c}}c}{{AFd{c}}}{{BIb{}{{Ch{}}}}}}{{{AFf{c}}{AFf{c}}}{{AFf{c}}}{{BIb{}{{Ch{}}}}}}{{{AFf{c}}c}{{AFf{c}}}{{BIb{}{{Ch{}}}}}}{{{AFh{c}}{AFh{c}}}{{AFh{c}}}{{BIb{}{{Ch{}}}}}}{{{AFh{c}}c}{{AFh{c}}}{{BIb{}{{Ch{}}}}}}{{{AFj{ce}}{AFj{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AFj{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AFl{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AFn{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AFn{ce}}{AFn{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AG`{ce}}{AG`{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AG`{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AGb{ce}}{AGb{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AGb{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AGd{c}}{AGd{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AGd{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AGf{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AGf{c}}{AGf{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AGh{c}}{AGh{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AGh{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AGj{c}}{AGj{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AGj{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AGl{c}}{AGl{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AGl{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AGn{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AGn{ce}}{AGn{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AH`{ce}}{AH`{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AH`{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}`````{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{ce}e{}{}}`{{{ACb{ce}}g}IlABdABdAf}{{{AE`{ce}}g}Il{}ABdAf}{{{AEb{ce}}g}Il{}ABdAf}{{{AEd{ce}}g}Il{}ABdAf}{{{AEf{c}}e}IlABdAf}{{{AFd{c}}e}IlABdAf}{{{AFf{c}}e}IlABdAf}{{{AFh{c}}e}IlABdAf}{{{AFj{ce}}g}Il{}ABdAf}{{{AFl{ce}}g}Il{}ABdAf}{{{AFn{ce}}g}Il{}ABdAf}{{{AG`{ce}}g}Il{}ABdAf}{{{AGb{ce}}g}Il{}ABdAf}{{{AGd{c}}e}IlABdAf}{{{AGf{c}}e}IlABdAf}{{{AGh{c}}e}IlABdAf}{{{AGj{c}}e}IlABdAf}{{{AGl{c}}e}IlABdAf}{{{AGn{ce}}g}Il{}ABdAf}{{{AH`{ce}}g}Il{}ABdAf}{{{ACb{{AIf{c}}e}}{ACb{{AIf{c}}e}}}h{}{}}{{{ACb{{AHh{c}}e}}{ACb{{AHh{c}}e}}}h{}{}}{{{ACb{{AGj{c}}e}}{ACb{{AGj{c}}e}}}h{}{}}{{{ACb{{AHf{c}}e}}{ACb{{AHf{c}}e}}}h{}{}}{{{ACb{{AId{c}}e}}{ACb{{AId{c}}e}}}h{}{}}{{{ACb{{AGf{c}}e}}{ACb{{AGf{c}}e}}}h{}{}}{{{ACb{{AIb{c}}e}}{ACb{{AIb{c}}e}}}h{}{}}{{{ACb{{AGh{c}}e}}{ACb{{AGh{c}}e}}}h{}{}}{{{ACb{{AE`{ce}}g}}{ACb{{AE`{ce}}g}}}h{}{}{}}{{{ACb{{AH`{ce}}g}}{ACb{{AH`{ce}}g}}}h{}{}{}}{{{ACb{{AG`{ce}}g}}{ACb{{AG`{ce}}g}}}h{}{}{}}{{{ACb{{AGd{c}}e}}{ACb{{AGd{c}}e}}}h{}{}}{{{ACb{{AFn{ce}}g}}{ACb{{AFn{ce}}g}}}h{}{}{}}{{{ACb{{AGn{ce}}g}}{ACb{{AGn{ce}}g}}}h{}{}{}}{{{ACb{{AGl{c}}e}}{ACb{{AGl{c}}e}}}h{}{}}{{{ACb{{AHj{c}}e}}{ACb{{AHj{c}}e}}}h{}{}}{{{ACb{{AI`{c}}e}}{ACb{{AI`{c}}e}}}h{}{}}{{{ACb{{AEb{ce}}g}}{ACb{{AEb{ce}}g}}}h{}{}{}}{{{ACb{{AFj{ce}}g}}{ACb{{AFj{ce}}g}}}h{}{}{}}{{{ACb{{AFl{ce}}g}}{ACb{{AFl{ce}}g}}}h{}{}{}}{{{ACb{{AC`{ce}}g}}{ACb{{AC`{ce}}g}}}h{}{}{}}{{{ACb{{AGb{ce}}g}}{ACb{{AGb{ce}}g}}}h{}{}{}}{{{ACb{{AEd{ce}}g}}{ACb{{AEd{ce}}g}}}h{}{}{}}{{{ACb{{AHn{c}}e}}{ACb{{AHn{c}}e}}}h{}{}}{{{ACb{{AHl{ce}}g}}{ACb{{AHl{ce}}g}}}h{}{}{}}{{{AE`{ce}}{AE`{ce}}}h{}{}}{{{AEb{ce}}{AEb{ce}}}h{}{}}{{{AEd{ce}}{AEd{ce}}}h{}{}}{{{AEf{c}}{AEf{c}}}h{}}{{{AFd{c}}{AFd{c}}}h{}}{{{AFf{c}}{AFf{c}}}h{}}{{{AFh{c}}{AFh{c}}}h{}}{{{AFj{ce}}{AFj{ce}}}h{}{}}{{{AFl{ce}}{AFl{ce}}}h{}{}}{{{AFn{ce}}{AFn{ce}}}h{}{}}{{{AG`{ce}}{AG`{ce}}}h{}{}}{{{AGb{ce}}{AGb{ce}}}h{}{}}{{{AGd{c}}{AGd{c}}}h{}}{{{AGf{c}}{AGf{c}}}h{}}{{{AGh{c}}{AGh{c}}}h{}}{{{AGj{c}}{AGj{c}}}h{}}{{{AGl{c}}{AGl{c}}}h{}}{{{AGn{ce}}{AGn{ce}}}h{}{}}{{{AH`{ce}}{AH`{ce}}}h{}{}}{{BIdc}h{}}{{{ACb{eg}}c}h{}{{BId{c}}}{}}{{{AE`{ce}}g}h{}{}{{K`{{AFf{e}}}}}}{{{AEb{ce}}g}h{}{}{{K`{{AFd{e}}}}}}{{{AEd{ce}}g}h{}{}{{K`{{AFf{e}}}}}}{{{AFj{ce}}g}h{}{}{{K`{{AFf{e}}}}}}{{{AFn{ce}}g}h{}{}{{K`{{AEf{e}}}}}}{{{AG`{ce}}g}h{}{}{{K`{{AFd{e}}}}}}{{{AGd{c}}e}h{}{{K`{{AFh{c}}}}}}{{{AGf{c}}e}h{}{{K`{{AFh{c}}}}}}{{{AGh{c}}e}h{}{{K`{{AFh{c}}}}}}{{{AGl{c}}e}h{}{{K`{{AFh{c}}}}}}{{{BIf{}{{AJl{c}}}}c}{{BIf{}{{AJl{c}}}}}{}}{{{ACb{ce}}}{{ACb{ce}}}BIf{}}{{{AE`{ce}}}{{AE`{ce}}}{}{{AHb{}{{Ch{}}}}}}{{{AEb{ce}}}{{AEb{ce}}}{}{{AHb{}{{Ch{}}}}}}{{{AEd{ce}}}{{AEd{ce}}}{}{{AHb{}{{Ch{}}}}}}{{{AFj{ce}}}{{AFj{ce}}}{}{{AHb{}{{Ch{}}}}}}{{{AFn{ce}}}{{AFn{ce}}}{}{{AHb{}{{Ch{}}}}}}{{{AG`{ce}}}{{AG`{ce}}}{}{{AHb{}{{Ch{}}}}}}{{{AGd{c}}}{{AGd{c}}}{{AHb{}{{Ch{}}}}}}{{{AGf{c}}}{{AGf{c}}}{{AHb{}{{Ch{}}}}}}{{{AGh{c}}}{{AGh{c}}}{{AHb{}{{Ch{}}}}}}{{{AGl{c}}}{{AGl{c}}}{{AHb{}{{Ch{}}}}}}{{{BIh{}{{AJl{c}}}}c}h{}}{{{ACb{ce}}}hBIh{}}{{{AE`{ce}}}h{}AHd}{{{AEb{ce}}}h{}AHd}{{{AEd{ce}}}h{}AHd}{{{AFj{ce}}}h{}AHd}{{{AFn{ce}}}h{}AHd}{{{AG`{ce}}}h{}AHd}{{{AGd{c}}}hAHd}{{{AGf{c}}}hAHd}{{{AGh{c}}}hAHd}{{{AGl{c}}}hAHd}{{{ACb{ec}}{ACb{ec}}}{{ACb{ec}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{ce}e{}{}}{{{BDb{}{{BHf{c}}{BHh{e}}}}}{{Lf{cg}}}{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}{}}{{{ACb{ce}}}{{Lf{e}}}{}{}}{{{AE`{ce}}}{{Lf{g}}}{}{}AKf}{{{AEb{ce}}}{{Lf{g}}}{}{}AKf}{{{AEd{ce}}}{{Lf{g}}}{}{}AKf}{{{AFj{ce}}}{{Lf{g}}}{}{}AKf}{{{AFl{ce}}}{{Lf{g}}}{}{}AKf}{{{AFn{ce}}}{{Lf{g}}}{}{}AKf}{{{AG`{ce}}}{{Lf{g}}}{}{}AKf}{{{AGb{ce}}}{{Lf{g}}}{}{}AKf}{{{AGd{c}}}{{Lf{e}}}{}AKf}{{{AGf{c}}}{{Lf{e}}}{}AKf}{{{AGh{c}}}{{Lf{e}}}{}AKf}{{{AGj{c}}}{{Lf{e}}}{}AKf}{{{AGl{c}}}{{Lf{e}}}{}AKf}{{{AGn{ce}}}{{Lf{g}}}{}{}AKf}{{{AH`{ce}}}{{Lf{g}}}{}{}AKf}``````````{{{ACb{ce}}{ACb{ce}}}{}AEnAEn}{{{ACb{ec}}c}{}{AEnDl}{{AEn{c}}}}{{{AE`{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AE`{ce}}{AE`{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AEb{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AEb{ce}}{AEb{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AEd{ce}}{AEd{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AEd{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AEf{c}}{AEf{c}}}{{AEf{c}}}{{AEn{}{{Ch{}}}}}}{{{AEf{c}}c}{{AEf{c}}}{{AEn{}{{Ch{}}}}}}{{{AFd{c}}{AFd{c}}}{{AFd{c}}}{{AEn{}{{Ch{}}}}}}{{{AFd{c}}c}{{AFd{c}}}{{AEn{}{{Ch{}}}}}}{{{AFf{c}}{AFf{c}}}{{AFf{c}}}{{AEn{}{{Ch{}}}}}}{{{AFf{c}}c}{{AFf{c}}}{{AEn{}{{Ch{}}}}}}{{{AFh{c}}c}{{AFh{c}}}{{AEn{}{{Ch{}}}}}}{{{AFh{c}}{AFh{c}}}{{AFh{c}}}{{AEn{}{{Ch{}}}}}}{{{AFj{ce}}{AFj{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AFj{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AFl{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AFl{ce}}{AFl{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AFn{ce}}{AFn{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AFn{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AG`{ce}}{AG`{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AG`{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AGb{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AGb{ce}}{AGb{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AGd{c}}{AGd{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AGd{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AGf{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AGf{c}}{AGf{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AGh{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AGh{c}}{AGh{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AGj{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AGj{c}}{AGj{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AGl{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AGl{c}}{AGl{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AGn{ce}}{AGn{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AGn{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AH`{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AH`{ce}}{AH`{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{ACb{ce}}{ACb{ce}}}hBGnBGn}{{{ACb{ec}}c}h{BGnDl}{{BGn{c}}}}{{{AE`{ce}}{AE`{ce}}}h{}BGn}{{{AE`{ce}}e}h{}{BGnDl}}{{{AEb{ce}}{AEb{ce}}}h{}BGn}{{{AEb{ce}}e}h{}{BGnDl}}{{{AEd{ce}}e}h{}{BGnDl}}{{{AEd{ce}}{AEd{ce}}}h{}BGn}{{{AEf{c}}{AEf{c}}}hBGn}{{{AEf{c}}c}hBGn}{{{AFd{c}}c}hBGn}{{{AFd{c}}{AFd{c}}}hBGn}{{{AFf{c}}c}hBGn}{{{AFf{c}}{AFf{c}}}hBGn}{{{AFh{c}}{AFh{c}}}hBGn}{{{AFh{c}}c}hBGn}{{{AFj{ce}}{AFj{ce}}}h{}BGn}{{{AFj{ce}}e}h{}{BGnDl}}{{{AFl{ce}}{AFl{ce}}}h{}BGn}{{{AFl{ce}}e}h{}{BGnDl}}{{{AFn{ce}}e}h{}{BGnDl}}{{{AFn{ce}}{AFn{ce}}}h{}BGn}{{{AG`{ce}}{AG`{ce}}}h{}BGn}{{{AG`{ce}}e}h{}{BGnDl}}{{{AGb{ce}}{AGb{ce}}}h{}BGn}{{{AGb{ce}}e}h{}{BGnDl}}{{{AGd{c}}c}h{BGnDl}}{{{AGd{c}}{AGd{c}}}hBGn}{{{AGf{c}}{AGf{c}}}hBGn}{{{AGf{c}}c}h{BGnDl}}{{{AGh{c}}c}h{BGnDl}}{{{AGh{c}}{AGh{c}}}hBGn}{{{AGj{c}}{AGj{c}}}hBGn}{{{AGj{c}}c}h{BGnDl}}{{{AGl{c}}c}h{BGnDl}}{{{AGl{c}}{AGl{c}}}hBGn}{{{AGn{ce}}e}h{}{BGnDl}}{{{AGn{ce}}{AGn{ce}}}h{}BGn}{{{AH`{ce}}e}h{}{BGnDl}}{{{AH`{ce}}{AH`{ce}}}h{}BGn}{{{ACb{{AGj{c}}e}}}{{Lf{{ACb{{AGj{c}}e}}{ACb{{AGj{c}}e}}{ACb{{AGj{c}}e}}}}}{}Dl}{{{ACb{{AHj{c}}e}}}{{Lf{{ACb{{AHj{c}}e}}{ACb{{AHj{c}}e}}{ACb{{AHj{c}}e}}}}}{}Dl}{{{ACb{{AFl{ce}}g}}}{{Lf{{ACb{{AFl{ce}}g}}{ACb{{AFl{ce}}g}}{ACb{{AFl{ce}}g}}}}}{}{}Dl}{{{ACb{{AGb{ce}}g}}}{{Lf{{ACb{{AGb{ce}}g}}{ACb{{AGb{ce}}g}}{ACb{{AGb{ce}}g}}}}}{}{}Dl}{{{AFl{ce}}}{{Lf{{AFl{ce}}{AFl{ce}}{AFl{ce}}}}}{}{{AL`{}{{Ch{}}}}Dl}}{{{AGb{ce}}}{{Lf{{AGb{ce}}{AGb{ce}}{AGb{ce}}}}}{}{{AL`{}{{Ch{}}}}Dl}}{{{AGj{c}}}{{Lf{{AGj{c}}{AGj{c}}{AGj{c}}}}}{{AL`{}{{Ch{}}}}Dl}}{{{ALf{ec}}}{{ALf{gc}}}{}{}{{ALh{c}}{ALh{e}}ALj}}{{{ALf{ec}}}{{BEh{gc}}}{}{}{{BGd{c}}{BGd{e}}ALj}}{ce{}{}}0000000000000000000{{{BDb{}{{BHf{c}}{BHh{e}}}}}e{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}AEh}{c{{Il{e}}}{}{}}000000000000000000000{{{Ml{c}}}{{Il{{ACb{ec}}}}}{}{}}101{{{Ml{c}}}{{Il{{AE`{ec}}}}}{}{}}02{{{Ml{c}}}{{Il{{AEb{ec}}}}}{}{}}03{{{Ml{c}}}{{Il{{AEd{ec}}}}}{}{}}044444{{{Ml{c}}}{{Il{{AFj{ec}}}}}{}{}}0{{{Ml{c}}}{{Il{{AFl{ec}}}}}{}{}}06{{{Ml{c}}}{{Il{{AFn{ec}}}}}{}{}}07{{{Ml{c}}}{{Il{{AG`{ec}}}}}{}{}}08{{{Ml{c}}}{{Il{{AGb{ec}}}}}{}{}}09{{{Ml{c}}}{{Il{{AGd{c}}}}}{}}0:{{{Ml{c}}}{{Il{{AGf{c}}}}}{}}0;{{{Ml{c}}}{{Il{{AGh{c}}}}}{}}0<{{{Ml{c}}}{{Il{{AGj{c}}}}}{}}=0{{{Ml{c}}}{{Il{{AGl{c}}}}}{}}0>>{{{Ml{c}}}{{Il{{AGn{ec}}}}}{}{}}0{{{Ml{c}}}{{Il{{AH`{ec}}}}}{}{}}0{c{{Il{e}}}{}{}}{c{{Il{e{In{e}}}}}{}{}}000000000000000111111111111111111111000000000000000000000{cJ`{}}00000000000000000000`{ce{}{}}00000000000000000000000000000000000000000{{{ACb{ce}}{ACb{ce}}M`}d{{BIj{}{{ADl{}}}}}BIj}{{{AE`{ce}}{AE`{ce}}M`}d{}BIj}{{{AEb{ce}}{AEb{ce}}M`}d{}BIj}{{{AEd{ce}}{AEd{ce}}M`}d{}BIj}{{{AEf{c}}{AEf{c}}M`}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBIjAFb}}{{{AFd{c}}{AFd{c}}M`}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBIjAFb}}{{{AFf{c}}{AFf{c}}M`}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBIjAFb}}{{{AFh{c}}{AFh{c}}M`}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBIjAFb}}{{{AFj{ce}}{AFj{ce}}M`}d{}BIj}{{{AFl{ce}}{AFl{ce}}M`}d{}BIj}{{{AFn{ce}}{AFn{ce}}M`}d{}BIj}{{{AG`{ce}}{AG`{ce}}M`}d{}BIj}{{{AGb{ce}}{AGb{ce}}M`}d{}BIj}{{{AGd{c}}{AGd{c}}M`}dBIj}{{{AGf{c}}{AGf{c}}M`}dBIj}{{{AGh{c}}{AGh{c}}M`}dBIj}{{{AGj{c}}{AGj{c}}M`}dBIj}{{{AGl{c}}{AGl{c}}M`}dBIj}{{{AGn{ce}}{AGn{ce}}M`}d{}BIj}{{{AH`{ce}}{AH`{ce}}M`}d{}BIj}{{{AE`{ce}}{AE`{ce}}M`}d{}BIj}{{{AEb{ce}}{AEb{ce}}M`}d{}BIj}{{{AEd{ce}}{AEd{ce}}M`}d{}BIj}{{{AEf{c}}{AEf{c}}M`}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBIjAFb}}{{{AFd{c}}{AFd{c}}M`}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBIjAFb}}{{{AFf{c}}{AFf{c}}M`}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBIjAFb}}{{{AFh{c}}{AFh{c}}M`}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBIjAFb}}{{{AFj{ce}}{AFj{ce}}M`}d{}BIj}{{{AFl{ce}}{AFl{ce}}M`}d{}BIj}{{{AFn{ce}}{AFn{ce}}M`}d{}BIj}{{{AG`{ce}}{AG`{ce}}M`}d{}BIj}{{{AGb{ce}}{AGb{ce}}M`}d{}BIj}{{{AGd{c}}{AGd{c}}M`}dBIj}{{{AGf{c}}{AGf{c}}M`}dBIj}{{{AGh{c}}{AGh{c}}M`}dBIj}{{{AGj{c}}{AGj{c}}M`}dBIj}{{{AGl{c}}{AGl{c}}M`}dBIj}{{{AGn{ce}}{AGn{ce}}M`}d{}BIj}{{{AH`{ce}}{AH`{ce}}M`}d{}BIj}{{{BBf{{AFl{ce}}}}}{{Lf{{AFl{ce}}e}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{BBf{{AGb{ce}}}}}{{Lf{{AGb{ce}}e}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{BBf{{AGj{c}}}}}{{Lf{{AGj{c}}c}}}{AKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}AIlDl}}{{{BBf{{AGn{ce}}}}}{{Lf{{AGn{ce}}e}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{BBf{{AH`{ce}}}}}{{Lf{{AH`{ce}}e}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}`````````````{{{BDb{}{{BHf{c}}{BHh{e}}}}g}e{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}{}}{{{ACb{ce}}e}{}{}{}}{{{AE`{ce}}g}{}{}{}AKf}{{{AEb{ce}}g}{}{}{}AKf}{{{AEd{ce}}g}{}{}{}AKf}{{{AFj{ce}}g}{}{}{}AKf}{{{AFl{ce}}g}{}{}{}AKf}{{{AFn{ce}}g}{}{}{}AKf}{{{AG`{ce}}g}{}{}{}AKf}{{{AGb{ce}}g}{}{}{}AKf}{{{AGd{c}}e}{}{}AKf}{{{AGf{c}}e}{}{}AKf}{{{AGh{c}}e}{}{}AKf}{{{AGj{c}}e}{}{}AKf}{{{AGl{c}}e}{}{}AKf}{{{AGn{ce}}g}{}{}{}AKf}{{{AH`{ce}}g}{}{}{}AKf}{Db{{ACb{{AGb{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AI`{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AC`{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AE`{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AIb{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AG`{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AGf{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AHj{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AEb{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AHh{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AGl{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AGd{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AHf{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AGj{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AIf{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AHn{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AFn{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AEd{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AHl{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AGh{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AGn{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AFl{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AH`{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{ACb{{AId{{Jn{c}}}}{Jn{e}}}}}{}{}}{Db{{ACb{{AFj{c{Jn{e}}}}{Jn{g}}}}}{}{}{}}{Db{{AE`{c{Jn{e}}}}}{}{}}{Db{{AEb{c{Jn{e}}}}}{}{}}{Db{{AEd{c{Jn{e}}}}}{}{}}{Db{{AEf{{Jn{c}}}}}{}}{Db{{AFd{{Jn{c}}}}}{}}{Db{{AFf{{Jn{c}}}}}{}}{Db{{AFh{{Jn{c}}}}}{}}{Db{{AFj{c{Jn{e}}}}}{}{}}{Db{{AFl{c{Jn{e}}}}}{}{}}{Db{{AFn{c{Jn{e}}}}}{}{}}{Db{{AG`{c{Jn{e}}}}}{}{}}{Db{{AGb{c{Jn{e}}}}}{}{}}{Db{{AGd{{Jn{c}}}}}{}}{Db{{AGf{{Jn{c}}}}}{}}{Db{{AGh{{Jn{c}}}}}{}}{Db{{AGj{{Jn{c}}}}}{}}{Db{{AGl{{Jn{c}}}}}{}}{Db{{AGn{c{Jn{e}}}}}{}{}}{Db{{AH`{c{Jn{e}}}}}{}{}}{{BIlc}BIl{}}{{{ACb{eg}}c}{{ACb{eg}}}{}{{BIl{c}}}{}}{{{AE`{ce}}g}{{AE`{ce}}}{}{}{{K`{{AFf{e}}}}}}{{{AEb{ce}}g}{{AEb{ce}}}{}{}{{K`{{AFd{e}}}}}}{{{AEd{ce}}g}{{AEd{ce}}}{}{}{{K`{{AFf{e}}}}}}{{{AFj{ce}}g}{{AFj{ce}}}{}{}{{K`{{AFf{e}}}}}}{{{AFn{ce}}g}{{AFn{ce}}}{}{}{{K`{{AEf{e}}}}}}{{{AG`{ce}}g}{{AG`{ce}}}{}{}{{K`{{AFd{e}}}}}}{{{AGd{c}}e}{{AGd{c}}}{}{{K`{{AFh{c}}}}}}{{{AGf{c}}e}{{AGf{c}}}{}{{K`{{AFh{c}}}}}}{{{AGh{c}}e}{{AGh{c}}}{}{{K`{{AFh{c}}}}}}{{{AGl{c}}e}{{AGl{c}}}{}{{K`{{AFh{c}}}}}}{{{ACb{{AH`{ce}}g}}}{{ACb{{AH`{ie}}g}}}{}{}{}{}}{{{ACb{{AGn{ce}}g}}}{{ACb{{AGn{ie}}g}}}{}{}{}{}}{{{AGn{ce}}}{{AGn{ge}}}{}{}{}}{{{AH`{ce}}}{{AH`{ge}}}{}{}{}}{{{BDb{}{{BHf{c}}{BHh{e}}}}}c{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}{}}{{{ACb{ce}}}{}{}{}}{{{AE`{ce}}}{}{}{}}{{{AEb{ce}}}{}{}{}}{{{AEd{ce}}}{}{}{}}{{{AFj{ce}}}{}{}{}}{{{AFl{ce}}}{}{}{}}{{{AFn{ce}}}{}{}{}}{{{AG`{ce}}}{}{}{}}{{{AGb{ce}}}{}{}{}}{{{AGd{c}}}{}{}}{{{AGf{c}}}{}{}}{{{AGh{c}}}{}{}}{{{AGj{c}}}{}{}}{{{AGl{c}}}{}{}}{{{AGn{ce}}}{}{}{}}{{{AH`{ce}}}{}{}{}}``{{{ACb{c}}{ACb{c}}}{{ACb{c}}}AIh}{{ce}e{}{}}0000````````````{{cg}i{}{}{{An{e}}}{}}``{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}``2{{{ANb{ce}}}DbBInBIn}{Dbc{}}0{Dbh}{cc{}}06{{}Db}77{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8::::{{{ANb{ce}}}DbBJ`BJ`}{{{ANb{ce}}}I`BInBIn}{{{ANb{ce}}}I`BJbBJb}{{{BDb{}{{BHf{c}}{BHh{e}}}}}e{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}AKf}{{{ANb{ce}}}{{Lf{Db{I`{Db}}}}}BInBIn}{{{BDb{}{{BHf{c}}{BHh{e}}}}}{{Lf{cg}}}{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}{}}{{{BDb{}{{BHf{c}}{BHh{e}}}}}e{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}AEh}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{BDb{}{{BHf{c}}{BHh{e}}}}g}e{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}{}}{{{BDb{}{{BHf{c}}{BHh{e}}}}}c{}{{BDb{g}{{BHf{c}}{BHh{e}}}}}{}}````````{{AElAEl}c{}}{AF`AF`}{cBEn{}}{{}BJd}{{}BJf}{BJhc{}}{AFbAFb}{BGbBGb}6```````````````````````````{{{BBf{e}}{BBf{e}}}dADn{{ADn{}{{ADl{}}}}{AIh{}{{AJl{c}}}}}}{{cg}i{}{}{{An{e}}}{}}0000{{{BBf{c}}Mf}{}{{AIh{}{{AJl{}}}}{AHb{Mf}{{Ch{}}}}}}{{{BBf{c}}{BBf{c}}}{}{AIh{AHb{}{{Ch{}}}}}}{{{BBf{c}}Nl}{}{{AIh{}{{AJl{}}}}{AHb{Nl}{{Ch{}}}}}}{{{BBf{c}}Nl}h{{AHd{Nl}}{AIh{}{{AJl{Nl}}}}}}{{{BBf{c}}{BBf{c}}}h{AHdAIh}}{{{BBf{c}}Mf}h{{AHd{Mf}}{AIh{}{{AJl{Mf}}}}}}```{{AIj{BBf{c}}{BBf{c}}}{{BBf{c}}}AIh}{{BJj{BBf{e}}{BBf{e}}}{{BBf{e}}}{AIlAInAEhAJ`AJdBDjAJhDl}{{AIh{}{{AJl{}}}}{AMj{}{{Ch{}}{Ch{}}}}{AMj{c}}{AKb{}{{AK`{}}}}Dl}}{ce{}{}}000000000{cCj{}}000000000{{{BBf{c}}}ADfAIh}{{{BBf{c}}}MlAIh}10{{BJlBJl}BJl}{{{BBf{e}}{BBf{e}}}{{BBf{e}}}{AIlAEhAInAJhAJbDl}{{AKb{}{{AK`{{ADf{c}}}}}}{AIh{}{{AJl{c}}}}}}{{{BJn{}{{BHf{c}}}}{BJn{}{{BHf{c}}}}e}{{BJn{}{{BHf{c}}}}}AIh{{AIj{c}}}}{{{BBf{c}}{BBf{c}}e}{{BBf{c}}}AIhAIj}7777777777{{BK`BK`}BK`}{{{BBf{e}}{BBf{e}}}{{BBf{e}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{c{Cl{e}}}g{}{}{}}0000{BJjBJj}{BKbBKb}{BKdBKd}{BKfBKf}{{{BBf{c}}}{{BBf{c}}}{DlAIh}}{{ce}h{}{}}0000```{ce{}{}}000098{{}{{BBf{c}}}{G`AIh}}{{}}0{{}M`}{Dbc{}}000{{{BBf{c}}}cAIh}1111110{c{{Il{{BBf{e}}}}}Ad{AIhAM`}}`?>{{{BBf{c}}{BBf{c}}}{}{AIh{AMl{}{{Ch{}}}}}}{{{BBf{c}}Nl}{}{{AIh{}{{AJl{}}}}{AMl{Nl}{{Ch{}}}}}}{{{BBf{c}}Mf}{}{{AIh{}{{AJl{}}}}{AMl{Mf}{{Ch{}}}}}}{{{BBf{c}}Mf}h{{AKh{Mf}}{AIh{}{{AJl{Mf}}}}}}{{{BBf{c}}{BBf{c}}}h{AKhAIh}}{{{BBf{c}}Nl}h{{AKh{Nl}}{AIh{}{{AJl{Nl}}}}}}{{BK`BK`}BK`}{{{BBf{e}}{BBf{e}}}{{BBf{e}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{Dbh}0000{{BJjBJj}d}{{BKbBKb}d}{{BKdBKd}d}{{BKfBKf}d}{{{BBf{c}}{BBf{c}}}d{FdAIh}}{{ce}d{}{}}0000000000000087{{BJjDf}{{Il{hAAb}}}}{{BKbDf}{{Il{hAAb}}}}{{BKdDf}{{Il{hAAb}}}}{{BKfDf}{{Il{hAAb}}}}{{{BBf{c}}Df}{{Il{hAAb}}}{JjAIh}}{cc{}}000{{{ADf{{BBf{{AGn{ce}}}}}}}{{BBf{{AGn{cg}}}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ACb{c}}}{{BBf{c}}}AIh}{{{ADf{{BBf{{AFl{ce}}}}}}}{{BBf{{AFl{cg}}}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ADf{{BBf{{AC`{ce}}}}}}}{{BBf{{AC`{cg}}}}}{}{}{{BBd{}{{AJl{e}}}}}}4{{{ADf{{BBf{{AH`{ce}}}}}}}{{BBf{{AH`{cg}}}}}{}{}{{BBd{}{{AJl{e}}}}}}{ADf{{BBf{c}}}AIh}{{{ADf{{BBf{{AGb{ce}}}}}}}{{BBf{{AGb{cg}}}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{ADf{{BBf{{AHl{ce}}}}}}}{{BBf{{AHl{cg}}}}}{}{}{{BBd{}{{AJl{e}}}}}}{c{{BBf{c}}}AIh}{{{ADf{{BBf{{AGj{c}}}}}}}{{BBf{{AGj{e}}}}}{}{{BBd{}{{AJl{c}}}}}}{{{ADf{{BBf{{AHj{c}}}}}}}{{BBf{{AHj{e}}}}}{}{{BBd{}{{AJl{c}}}}}}55;;;;;{{BKbBKb}BJj}{{BKfBKf}BJj}{ce{}{}}0000{{BK`BK`}BK`}{{{BBf{e}}{BBf{e}}}{{BBf{e}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{{}Db}0000{{BJlBJl}BJl}{{{BBf{e}}{BBf{e}}}{{BBf{e}}}{AIlAEhAInAJhAJbDl}{{AKb{}{{AK`{{ADf{c}}}}}}{AIh{}{{AJl{c}}}}}}5555555555{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}000099999999999999987{{{BBf{e}}{BBf{e}}c}{{BBf{e}}}{AIlAEhAInAJbAJhDl}{{BH`{}{{AJl{c}}}}{AIh{}{{AJl{c}}}}}}{{{BBf{e}}{BBf{e}}c}h{AIlAEhAInAJbAJhAHdDl}{{BHb{}{{AJl{c}}}}{AIh{}{{AJl{c}}}}}}{{{BBf{c}}Nl}{}{{AIh{}{{AJl{}}}}{AMj{Nl}{{Ch{}}}}}}{{{BBf{c}}{BBf{c}}}{}{AIh{AMj{}{{Ch{}}}}}}{{{BBf{c}}Mf}{}{{AIh{}{{AJl{}}}}{AMj{Mf}{{Ch{}}}}}}{{{BBf{c}}{BBf{c}}}h{BHdAIh}}{{{BBf{c}}Mf}h{{BHd{Mf}}{AIh{}{{AJl{Mf}}}}}}{{{BBf{c}}Nl}h{{BHd{Nl}}{AIh{}{{AJl{Nl}}}}}}{{BK`BK`}BK`}{{{BBf{e}}{BBf{e}}}{{BBf{e}}}{AIlAEhAInAJ`AJbAJdAJfAJhAJjDl}{{AIh{}{{AJl{c}}}}AJn{AKb{}{{AK`{{ADf{c}}}}}}Dl}}{c{{BBf{c}}}AIh}0{{BJlBJl}BJl}{{{BBf{e}}{BBf{e}}}{{BBf{e}}}{AIlAEhAInAJhAJbDl}{{AKb{}{{AK`{{ADf{c}}}}}}{AIh{}{{AJl{c}}}}}}104310{{{AIh{}{{AJl{c}}}}c}{{BBf{{AIh{}{{AJl{c}}}}}}}{AIlAKf}}{{{BBf{e}}{BBf{e}}}dBHj{{BHj{}{{ADl{}}}}{AIh{}{{AJl{c}}}}}}65{{{BBf{c}}e}Il{AIhABd}Af}76`{{{BBf{c}}Nl}{}{{AIh{}{{AJl{}}}}{AEn{Nl}{{Ch{}}}}}}{{{BBf{c}}Mf}{}{{AIh{}{{AJl{}}}}{AEn{Mf}{{Ch{}}}}}}{{{BBf{c}}{BBf{c}}}{}{AIh{AEn{}{{Ch{}}}}}}{{{BBf{c}}Mf}h{{BGn{Mf}}{AIh{}{{AJl{Mf}}}}}}{{{BBf{c}}Nl}h{{BGn{Nl}}{AIh{}{{AJl{Nl}}}}}}{{{BBf{c}}{BBf{c}}}h{BGnAIh}}{ce{}{}}0000{c{{Il{e}}}{}{}}00000000{Ml{{Il{{BBf{c}}}}}AIh}0111111{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00004444444444{{{BBf{e}}{BBf{e}}M`}dBIj{{BIj{}{{ADl{}}}}{AIh{}{{AJl{c}}}}}}{{{BBf{{AIh{}{{AJl{c}}}}}}}{{Lf{{AIh{}{{AJl{c}}}}c}}}{AIlAKf}}{{{BBf{c}}}{{ACb{c}}}AIh}{{BJlBJl}BJl}{{{BBf{e}}{BBf{e}}}{{BBf{e}}}{AIlAEhAInAJhAJbDl}{{AKb{}{{AK`{{ADf{c}}}}}}{AIh{}{{AJl{c}}}}}}``````{dBKh}{BKhd}0{{BKjeg}c{{BEd{}{{AEj{BKj}}}}}{{Bb{}{{Ch{c}}}}}{{Bb{}{{Ch{c}}}}}}{{BKlcc}c{{BEd{}{{AEj{BKl}}}}}}``````````````````````````````````````````{{{BCb{c}}{BCb{c}}}dADn}{{{AHj{c}}{AHj{c}}}dADn}{{{AHn{c}}{AHn{c}}}dADn}210{{cg}i{}{}{{An{e}}}{}}000000000`{{{AHj{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AHn{c}}{AHn{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AHn{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}hAHd}{{{AHj{c}}c}h{AHdDl}}{{{AHn{c}}c}h{AHdDl}}{{{AHn{c}}{AHn{c}}}hAHd}`````````{ce{}{}}0000000000000000000{cCj{}}0000000000000000000{{{AHj{c}}}{{ADf{c}}}{}}{{{AHj{c}}}{{Ml{c}}}{}}{{{AHn{c}}}{{Ml{c}}}{}}{{{AHn{c}}}{{ADf{c}}}{}}3210{{{AHj{c}}}{{AHj{c}}}{}}{{{AHn{c}}}{{AHn{c}}}{}}{{ce}e{}{}}``{{{BKn{ce}}}{{Cl{ce}}}{}{}}{{ceg}e{}{}AIj}::::::::::::::::::::````{{c{Cl{eg}}}{{BL`{}{{AJl{g}}}}}{}{}{}}{{{AHh{c}}{Cl{e}}}{{BCb{c}}}{AIlBChAEhAJhAJdAJjDl}{{BCn{c}}}}{{{AIb{c}}{Cl{e}}}{{BCb{c}}}{AIlBChAEhAJhAJdAJjDl}{{BCn{c}}}}{{{AI`{c}}{Cl{e}}}{{BCb{c}}}{AIlBChAEhAJhAJdAJjDl}{{BCn{c}}}}{{{AHf{c}}{Cl{e}}}{{BCb{c}}}{AIlBChAEhAJhAJdAJjDl}{{BCn{c}}}}{{{AId{c}}{Cl{e}}}{{BCb{c}}}{AIlBChAEhAJhAJdAJjDl}{{BCn{c}}}}{{{AIf{c}}{Cl{e}}}{{BCb{c}}}{AIlBChAEhAJhAJdAJjDl}{{BCn{c}}}}{{{AGn{c}}{Cl{e}}}{{BCb{c}}}{AIlBChAJhBCjAJdAJfBClAMfAF`Dl}BCn}{{{BLb{}{{AJl{c}}}}{Cl{ec}}}g{}{}{}}{{c{Cl{e}}}g{}{}{}}000000000`````````{{{BCb{c}}}{{BCb{c}}}{AJbAEh}}{{{AHj{c}}}{{AHj{c}}}{AJbAIlAEh}}{{{AHn{c}}}{{AHn{c}}}{AJbAEhAIl}}{{{BCb{c}}}h{AKnAEh}}{{{AHj{c}}}h{AKnAIlAEh}}{{{AHn{c}}}h{AKnAEhAIl}}{{{AHj{{Jn{c}}}}}h{}}{{{AHn{{Jn{c}}}}}h{}}{{{Cl{ce}}}{{Cl{ce}}}{}Dl}{{{BLd{c}}}{{BLd{c}}}{}}{{{BCb{c}}}{{BCb{c}}}Dl}{{{BKn{ce}}}{{BKn{ce}}}DlDl}{{{BLf{c}}}{{BLf{c}}}Dl}{{{BLh{c}}}{{BLh{c}}}Dl}{{{AHj{c}}}{{AHj{c}}}Dl}{{{AHn{c}}}{{AHn{c}}}Dl}{{ce}h{}{}}00000002211`````````````{{{AHj{c}}}{{AHj{c}}}{{AL`{}{{Ch{}}}}}}{ce{}{}}000000000{{{AHj{c}}}{{AHj{c}}}An}0{{{AHn{c}}}{{AHn{c}}}An}0{{{AOh{c}}}DbBIn}{{{ANl{c}}}DbBIn}{{}{{BCb{c}}}G`}{{}{{AHj{c}}}G`}{{}{{AHn{c}}}G`}{{{AGn{BGfc}}c}{{BKn{{AGn{BGfc}}c}}}AIl}{{}}00000{{}M`}00{c{{BKn{{BLd{e}}c}}}AIl{}}{{{AHj{c}}{AHj{c}}}{}AJd}{{{AHn{c}}{AHn{c}}}{}{}}{Dbc{}}0000000000000000000{c{{Il{{AHj{e}}}}}AdAM`}{c{{Il{{AHn{e}}}}}AdAM`}`{{{AHj{c}}{AHj{c}}}{}{{AHb{}{{Ch{}}}}AIl{AMj{}{{Ch{}}}}{AEn{}{{Ch{}}}}Dl}}{{{AHj{c}}c}{}{{AMl{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}{}{{AMl{}{{Ch{}}}}}}{{{AHj{c}}c}h{AKhDl}}{{{AHj{c}}{AHj{c}}}hAKh}{{{AHj{{Jn{c}}}}e}{{AOh{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{{{AHn{{Jn{c}}}}e}{{ANl{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{Dbh}000000000{{{BCb{c}}{BCb{c}}}dFd}{{{AHj{c}}{AHj{c}}}dFd}{{{AHn{c}}{AHn{c}}}dFd}{{ce}d{}{}}00000000{{{AHj{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AHj{c}}}}}}}}{{{AHn{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AHn{c}}}}}}}}{{{BCb{c}}Df}{{Il{hAAb}}}Jj}{{{AHj{c}}Df}{{Il{hAAb}}}Jj}{{{AHn{c}}Df}{{Il{hAAb}}}Jj}{cc{}}{{{BKn{ec}}}{{Cl{ec}}}{}{{BCn{c}}}}1{{{ADf{{BCb{c}}}}}{{BCb{e}}}{}{{BBd{}{{AJl{c}}}}}}2222{{{ADf{c}}}{{AHj{c}}}{}}0{{{ADf{{AHj{c}}}}}{{AHj{e}}}{}{{BBd{}{{AJl{c}}}}}}{{{BBf{{AHj{c}}}}}{{AHj{c}}}{}}2{{{Lf{ccc}}}{{AHj{c}}}{}}66{{{ADf{c}}}{{AHn{c}}}{}}{{{ADf{{AHn{c}}}}}{{AHn{e}}}{}{{BBd{}{{AJl{c}}}}}}{{{Lf{cce}}}{{AHn{c}}}{}{{K`{{BBh{c}}}}}}92299999999999{{c{Cl{eg}}}{{BLj{}{{AJl{g}}}}}{}{}{}}{{{AHh{c}}{Cl{e}}}{{BCb{c}}}{}{}}{{{AIf{c}}{Cl{e}}}{{BCb{c}}}{}{}}{{{AIb{c}}{Cl{e}}}{{BCb{c}}}{}{}}{{{AI`{c}}{Cl{e}}}{{BCb{c}}}{}{}}{{{AId{c}}{Cl{e}}}{{BCb{c}}}{}{}}{{{AHf{c}}{Cl{e}}}{{BCb{c}}}{}{}}{ce{}{}}0{c{{ALf{ec}}}{}{}}0{{{AHj{c}}}{{AHj{c}}}{}}{{{ACb{eg}}}{{AHj{c}}}{}{{BDl{{AHj{c}}}}}{}}{{{AHn{c}}}{{AHj{c}}}{AF`AEh{AMj{}{{Ch{}}}}AMfAJ`Dl}}{{{BCb{c}}}{{AHj{c}}}{}}{{{AIb{c}}}{{AHj{c}}}{}}{{{BCb{c}}}{{AHn{c}}}{}}{{{AHj{c}}}{{AHn{c}}}{AF`AMhAMfAJhDl}}{{{AHn{c}}}{{AHn{c}}}{}}{{{AIb{c}}}{{AHn{c}}}{AIlAInBLlAJh}}{{{ACb{eg}}}{{AHn{c}}}{}{{BDl{{AHn{c}}}}}{}}{c{{BEh{ec}}}{}{}}0{{{Lf{ccc}}}{{AHj{c}}}{}}{{{Lf{cce}}}{{AHn{c}}}{}{{K`{{BBh{c}}}}}}{e{{AHj{g}}}{}{{Oh{}{{Of{{AHj{c}}}}}}}G`}{e{{AHn{g}}}{}{{Oh{}{{Of{{AHn{c}}}}}}}G`}{ce{}{}}000000000{{{AGn{c}}g}{{BCb{c}}}BChBCn{{K`{{Cl{e}}}}}}{{{AHj{e}}g}{{I`{AHj}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AHn{e}}g}{{I`{AHn}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{BCb{c}}}{{BBh{c}}}Dl}{{{AHn{c}}}{{BBh{c}}}Dl}{{{AHj{e}}g}{{I`{AHj}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AHn{e}}g}{{I`{AHn}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}````````{{{AHj{c}}{AHj{c}}}{}{AJd{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}AIl{AMj{}{{Ch{}}}}AJfDl}}{{{AHj{c}}{AHj{c}}}{}{AIl{AMj{}{{Ch{}}}}BCj}}{{{AHn{c}}{AHn{c}}}{}{}}{{}Db}000000000{{ce}e{}{}}<<<<<<<<<<<<<<<<<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000{{{If{c}}}{{If{Cj}}}{}}000000000{{{BLn{}{{AJl{c}}}}{Cl{ec}}}g{}{}{}}{{c{Cl{e}}}g{}{}{}}000000000{ce{}{}}000000000{c{{ALf{eg}}}{}{}{}}01111111111{c{{BEh{eg}}}{}{}{}}0{{{AHj{c}}}{{Lf{ccc}}}{}}{{{AHn{c}}}{{Lf{cc{BBh{c}}}}}{}}{{{AHj{{Ml{c}}}}}{}{}}0{{{AHj{{ADf{c}}}}}{}{}}{{{AHj{{Jn{c}}}}}{}{}}01{{{AHj{{Ib{{Ml{c}}}}}}}{}{}}2031338{{{AHn{{Jn{c}}}}}{}{}}{{{AHn{{Ml{c}}}}}{}{}}01{{{AHn{{ADf{c}}}}}{}{}}1{{{AHn{{Ib{{Ml{c}}}}}}}{}{}}013212<<<<<<<<<<<{{{BCn{}{{BM`{c}}}}}{{AGn{BGfe}}}{}{}}{{{BLd{e}}}{{AGn{BGfc}}}{}{{AKj{c}}}}{{{BCb{c}}g}{{AGn{c}}}BCh{{BCn{c}}}{{K`{{Cl{e}}}}}}{{{BCb{c}}}{}{AJjAEh}}{{{AHj{c}}}{}{AJjAIlAEh}}{{{AHn{c}}}{}{AJjAEhAIl}}{{{AHj{c}}}{}{}}{{{AHn{c}}}{}{}}10{{{AOh{c}}}DbBJ`}{{{ANl{c}}}DbBJ`}{{{AHj{c}}c}{{AHj{c}}}{AIlAEhAJ`AJbAJhAJjDl}}{{{AHn{c}}c}{{AHn{c}}}{AIlAEhAJ`AJbAJhAJjDl}}{{{AHj{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDl}}{{{AHn{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDl}}3210``````{{}c{AEhAIl}}000000000{{{AHj{c}}{AHj{c}}c}{{AHj{c}}}{AIlAEhAInAJhAJbDl}}{{{AHn{c}}{AHn{c}}c}{{AHn{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AHj{c}}{AHj{c}}c}h{AIlAEhAInAHdAJhAJbDl}}{{{AHn{c}}{AHn{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{{AHj{c}}{AHj{c}}}{}{{AMj{}{{Ch{}}}}}}{{{AHj{c}}c}{}{{AMj{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}hBHd}{{{AHj{c}}c}h{BHdDl}}{{ccc}{{AHj{c}}}{}}{{cce}{{AHn{c}}}{}{{K`{{BBh{c}}}}}}{{cc{BBh{c}}}{{AHn{c}}}{}}{{{AOh{c}}}I`BIn}{{{ANl{c}}}I`BIn}{{{AOh{c}}}I`BJb}{{{ANl{c}}}I`BJb}{{ce}e{}{}}00{{{AHj{{Jn{c}}}}}{{I`{{AHj{c}}}}}{}}{{{AHn{{Jn{c}}}}}{{I`{{AHn{c}}}}}{}}{{{AHj{c}}c}{{BBf{{AHj{c}}}}}{AKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}AIlDl}}{{{AHj{{Jn{c}}}}{AHj{c}}}h{}}{{{AHn{{Jn{c}}}}{AHn{c}}}h{}}{{{BCb{c}}{BCb{c}}}dBHj}{{{AHj{c}}{AHj{c}}}dBHj}{{{AHn{c}}{AHn{c}}}dBHj}210{{{AHn{c}}c}{{AHn{c}}}{AIlAEhAJ`AJbAJhAJjDl}}{{{AHn{c}}c}h{AIlAEhAJ`AKnAHdAJhAJjDl}}10{{{AHj{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AHn{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHn{c}}{AHn{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AHj{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AHn{c}}{AHn{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AHn{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}```{{{AHj{c}}e}IlABdAf}{{{AHn{c}}e}IlABdAf}{{{AHj{c}}{AHj{c}}}h{}}{{{AHn{c}}{AHn{c}}}h{}}{{{AHn{c}}e}h{}{{K`{{BBh{c}}}}}}{{{AHn{c}}}{{AHn{c}}}{{AHb{}{{Ch{}}}}}}{{{AHn{c}}}hAHd}{{{AOh{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{ANl{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{BCb{c}}}{{Lf{e}}}{}AKf}{{{AHj{c}}}{{Lf{e}}}{}AKf}{{{AHn{c}}}{{Lf{e}}}{}AKf}{{{AHj{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AHn{c}}{AHn{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AHn{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AHj{c}}{AHj{c}}}hBGn}{{{AHj{c}}c}h{BGnDl}}{{{AHn{c}}{AHn{c}}}hBGn}{{{AHn{c}}c}h{BGnDl}}`{{{AHj{c}}}{{Lf{{AHj{c}}{AHj{c}}{AHj{c}}}}}{{AL`{}{{Ch{}}}}Dl}}{ce{}{}}0000000{c{{Il{e}}}{}{}}000000000000000{{{Ml{c}}}{{Il{{AHj{c}}}}}{}}011{{{Ml{c}}}{{Il{{AHn{c}}}}}{}}022{c{{Il{e{In{e}}}}}{}{}}033333333330000000000{cJ`{}}00000000055555555555555555555{{{BCb{c}}{BCb{c}}M`}dBIj}{{{AHj{c}}{AHj{c}}M`}dBIj}{{{AHn{c}}{AHn{c}}M`}dBIj}210{{{BBf{{AHj{c}}}}}{{Lf{{AHj{c}}c}}}{AKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}AIlDl}}`{{{BCb{c}}e}{}{}AKf}{{{AHj{c}}e}{}{}AKf}{{{AHn{c}}e}{}{}AKf}{Db{{AHj{{Jn{c}}}}}{}}{Db{{AHn{{Jn{c}}}}}{}}{{{AHn{c}}e}{{AHn{c}}}{}{{K`{{BBh{c}}}}}}{{{BCb{c}}}{}{}}{{{AHj{c}}}{}{}}{{{AHn{c}}}{}{}}{{ce}e{}{}}``{{{AId{c}}{AId{c}}}dADn}0{{cg}i{}{}{{An{e}}}{}}0{{{AId{c}}{AId{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AId{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AId{c}}{AId{c}}}hAHd}{{{AId{c}}c}h{AHdDl}}{ce{}{}}000{cCj{}}000{{{AId{c}}}{{ADf{c}}}{}}{{{AId{c}}}{{Ml{c}}}{}}01{{{AId{c}}}{{AId{c}}}{}}4444{{{AGn{c}}{Cl{e}}}{{AId{c}}}{}{{BCn{c}}}}{{c{Cl{e}}}g{}{}{}}0`{{{AId{c}}}{{AId{c}}}{AJbAEh}}{{{AId{c}}}h{AKnAEh}}{{{AId{{Jn{c}}}}}h{}}{{{AId{c}}}{{AId{c}}}Dl}{{ce}h{}{}}11;;{{{AId{c}}}{{AId{c}}}An}0{{{Bh{c}}}DbBIn}{{}{{AId{c}}}G`}{{}}0{{}M`}{Dbc{}}000{{{AId{{Jn{c}}}}e}{{Bh{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{Dbh}0{{{AId{c}}{AId{c}}}dFd}{{ce}d{}{}}00{{{AId{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AId{c}}}}}}}}{{{AId{c}}Df}{{Il{hAAb}}}Jj}{cc{}}{{{ADf{c}}}{{AId{c}}}{}}{{{BCb{c}}}{{AId{c}}}{}}{{{Lf{cce}}}{{AId{c}}}{}{{K`{{BBh{c}}}}}}22{{{ADf{{AId{c}}}}}{{AId{e}}}{}{{BBd{}{{AJl{c}}}}}}444{ce{}{}}{c{{ALf{ec}}}{}{}}4{{{AId{c}}}{{AId{c}}}{}}{{{ACb{eg}}}{{AId{c}}}{}{{BDl{{AId{c}}}}}{}}{c{{BEh{ec}}}{}{}}67{e{{AId{g}}}{}{{Oh{}{{Of{{AId{c}}}}}}}G`}55{{{AGn{c}}g}{{AId{c}}}BChBCn{{K`{{Cl{e}}}}}}{{{AId{e}}g}{{I`{AId}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AId{c}}}{{BBh{c}}}Dl}{{{AId{e}}g}{{I`{AId}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALf{eg}}}{}{}{}}??{c{{BEh{eg}}}{}{}{}}{{{AId{c}}}{{Lf{cc{BBh{c}}}}}{}}{{{AId{c}}g}{{BCb{c}}}BCh{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AId{{Jn{c}}}}}{}{}}{{{AId{{ADf{c}}}}}{}{}}{{{AId{{Ml{c}}}}}{}{}}0{{{AId{{Ib{{Ml{c}}}}}}}{}{}}1232110344{{{AId{c}}g}{{AGn{c}}}BCh{{BCn{c}}}{{K`{{Cl{e}}}}}}{{{AId{c}}}{}{AJjAEh}}{{{AId{c}}}{}{}}0{{{Bh{c}}}DbBJ`}`{{{AId{c}}{AId{c}}c}{{AId{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AId{c}}{AId{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{cce}{{AId{c}}}{}{{K`{{BBh{c}}}}}}{{cc{BBh{c}}}{{AId{c}}}{}}{{{Bh{c}}}I`BIn}{{{Bh{c}}}I`BJb}{{{AId{{Jn{c}}}}}{{I`{{AId{c}}}}}{}}{{{AId{{Jn{c}}}}{AId{c}}}h{}}{{{AId{c}}{AId{c}}}dBHj}0{{{AId{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AId{c}}{AId{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AId{c}}{AId{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AId{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AId{c}}{AId{c}}}h{}}{{{AId{c}}e}h{}{{K`{{BBh{c}}}}}}{{{AId{c}}}{{AId{c}}}{{AHb{}{{Ch{}}}}}}{{{AId{c}}}hAHd}{{{Bh{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{AId{c}}}{{Lf{e}}}{}AKf}{{{AId{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AId{c}}{AId{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AId{c}}{AId{c}}}hBGn}{{{AId{c}}c}h{BGnDl}}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AId{c}}}}}{}}01{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AId{c}}{AId{c}}M`}dBIj}0{{{AId{c}}e}{}{}AKf}{Db{{AId{{Jn{c}}}}}{}}{{{AId{c}}e}{{AId{c}}}{}{{K`{{BBh{c}}}}}}{{{AId{c}}}{}{}}``{{{AIb{c}}{AIb{c}}}dADn}0{{cg}i{}{}{{An{e}}}{}}0{{{AIb{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AIb{c}}{AIb{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AIb{c}}c}h{AHdDl}}{{{AIb{c}}{AIb{c}}}hAHd}????{cCj{}}000{{{AIb{c}}}{{Ml{c}}}{}}{{{AIb{c}}}{{ADf{c}}}{}}10{{{AIb{c}}}{{AIb{c}}}{}}{ce{}{}}000{{{AGn{c}}{Cl{e}}}{{AIb{c}}}{}{{BCn{c}}}}{{c{Cl{e}}}g{}{}{}}0{{{AIb{c}}}{{AIb{c}}}{AJbAEh}}{{{AIb{c}}}h{AKnAEh}}{{{AIb{{Jn{c}}}}}h{}}{{{AIb{c}}}{{AIb{c}}}Dl}{{ce}h{}{}}11`77{{{AIb{c}}}{{AIb{c}}}An}0{{{Bb{c}}}DbBIn}{{}{{AIb{c}}}G`}{{}}0{{}M`}{Dbc{}}000{{{AIb{{Jn{c}}}}e}{{Bb{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{Dbh}0{{{AIb{c}}{AIb{c}}}dFd}{{ce}d{}{}}00{{{AIb{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AIb{c}}}}}}}}{{{AIb{c}}Df}{{Il{hAAb}}}Jj}{cc{}}{{{ADf{c}}}{{AIb{c}}}{}}{{{ADf{{AIb{c}}}}}{{AIb{e}}}{}{{BBd{}{{AJl{c}}}}}}1{{{BCb{c}}}{{AIb{c}}}{}}2{{{Lf{cce}}}{{AIb{c}}}{}{{K`{{BBh{c}}}}}}444{ce{}{}}{c{{ALf{ec}}}{}{}}{{{AHn{c}}}{{AIb{c}}}{AIlAInAMdAJhDl}}{{{ACb{eg}}}{{AIb{c}}}{}{{BDl{{AIb{c}}}}}{}}{{{AIb{c}}}{{AIb{c}}}{}}{{{AHj{c}}}{{AIb{c}}}{}}7{c{{BEh{ec}}}{}{}}78{e{{AIb{g}}}{}{{Oh{}{{Of{{AIb{c}}}}}}}G`}77{{{AGn{c}}g}{{AIb{c}}}BChBCn{{K`{{Cl{e}}}}}}{{{AIb{e}}g}{{I`{AIb}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AIb{c}}}{{BBh{c}}}Dl}{{{AIb{e}}g}{{I`{AIb}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}`{{}Db}0<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0{ce{}{}}0{c{{ALf{eg}}}{}{}{}}11{c{{BEh{eg}}}{}{}{}}{{{AIb{c}}}{{Lf{cc{BBh{c}}}}}{}}{{{AIb{c}}g}{{BCb{c}}}BCh{}{{K`{{Cl{e}}}}}}4{{{AIb{{Ml{c}}}}}{}{}}{{{AIb{{Ib{{Ml{c}}}}}}}{}{}}0{{{AIb{{Jn{c}}}}}{}{}}0202{{{AIb{{ADf{c}}}}}{}{}}033088{{{AIb{c}}g}{{AGn{c}}}BCh{{BCn{c}}}{{K`{{Cl{e}}}}}}{{{AIb{c}}}{}{AJjAEh}}{{{AIb{c}}}{}{}}0{{{Bb{c}}}DbBJ`}`{{{AIb{c}}{AIb{c}}c}{{AIb{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AIb{c}}{AIb{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{cce}{{AIb{c}}}{}{{K`{{BBh{c}}}}}}{{cc{BBh{c}}}{{AIb{c}}}{}}{{{Bb{c}}}I`BIn}{{{Bb{c}}}I`BJb}{{{AIb{{Jn{c}}}}}{{I`{{AIb{c}}}}}{}}{{{AIb{{Jn{c}}}}{AIb{c}}}h{}}{{{AIb{c}}{AIb{c}}}dBHj}0{{{AIb{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AIb{c}}{AIb{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AIb{c}}{AIb{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AIb{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AIb{c}}{AIb{c}}}h{}}{{{AIb{c}}e}h{}{{K`{{BBh{c}}}}}}{{{AIb{c}}}{{AIb{c}}}{{AHb{}{{Ch{}}}}}}{{{AIb{c}}}hAHd}{{{Bb{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{AIb{c}}}{{Lf{e}}}{}AKf}{{{AIb{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AIb{c}}{AIb{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AIb{c}}c}h{BGnDl}}{{{AIb{c}}{AIb{c}}}hBGn}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AIb{c}}}}}{}}01{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AIb{c}}{AIb{c}}M`}dBIj}0{{{AIb{c}}e}{}{}AKf}{Db{{AIb{{Jn{c}}}}}{}}{{{AIb{c}}e}{{AIb{c}}}{}{{K`{{BBh{c}}}}}}{{{AIb{c}}}{}{}}``{{{AI`{c}}{AI`{c}}}dADn}0{{cg}i{}{}{{An{e}}}{}}0{{{AI`{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AI`{c}}{AI`{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AI`{c}}{AI`{c}}}hAHd}{{{AI`{c}}c}h{AHdDl}}????{cCj{}}000{{{AI`{c}}}{{Ml{c}}}{}}{{{AI`{c}}}{{ADf{c}}}{}}01{{{AI`{c}}}{{AI`{c}}}{}}{ce{}{}}000{{{AGn{c}}{Cl{e}}}{{AI`{c}}}{}{{BCn{c}}}}{{c{Cl{e}}}g{}{}{}}0{{{AI`{c}}}{{AI`{c}}}{AJbAEh}}{{{AI`{c}}}h{AKnAEh}}{{{AI`{{Jn{c}}}}}h{}}{{{AI`{c}}}{{AI`{c}}}Dl}{{ce}h{}{}}1177{{{AI`{c}}}{{AI`{c}}}An}0{{{B`{c}}}DbBIn}{{}{{AI`{c}}}G`}{{}}0{{}M`}{Dbc{}}000{{{AI`{{Jn{c}}}}e}{{B`{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{Dbh}0{{{AI`{c}}{AI`{c}}}dFd}{{ce}d{}{}}00{{{AI`{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AI`{c}}}}}}}}{{{AI`{c}}Df}{{Il{hAAb}}}Jj}{cc{}}{{{ADf{c}}}{{AI`{c}}}{}}0{{{BCb{c}}}{{AI`{c}}}{}}{{{Lf{cce}}}{{AI`{c}}}{}{{K`{{BBh{c}}}}}}2{{{ADf{{AI`{c}}}}}{{AI`{e}}}{}{{BBd{}{{AJl{c}}}}}}444{ce{}{}}{c{{ALf{ec}}}{}{}}{{{ACb{eg}}}{{AI`{c}}}{}{{BDl{{AI`{c}}}}}{}}5{{{AI`{c}}}{{AI`{c}}}{}}{c{{BEh{ec}}}{}{}}67{e{{AI`{g}}}{}{{Oh{}{{Of{{AI`{c}}}}}}}G`}55{{{AGn{c}}g}{{AI`{c}}}BChBCn{{K`{{Cl{e}}}}}}{{{AI`{e}}g}{{I`{AI`}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AI`{c}}}{{BBh{c}}}Dl}{{{AI`{e}}g}{{I`{AI`}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALf{eg}}}{}{}{}}??{c{{BEh{eg}}}{}{}{}}{{{AI`{c}}}{{Lf{cc{BBh{c}}}}}{}}{{{AI`{c}}g}{{BCb{c}}}BCh{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AI`{{Ib{{Ml{c}}}}}}}{}{}}{{{AI`{{ADf{c}}}}}{}{}}0{{{AI`{{Ml{c}}}}}{}{}}0{{{AI`{{Jn{c}}}}}{}{}}321011044{{{AI`{c}}g}{{AGn{c}}}BCh{{BCn{c}}}{{K`{{Cl{e}}}}}}{{{AI`{c}}}{}{AJjAEh}}{{{AI`{c}}}{}{}}0{{{B`{c}}}DbBJ`}`{{{AI`{c}}{AI`{c}}c}{{AI`{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AI`{c}}{AI`{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{cce}{{AI`{c}}}{}{{K`{{BBh{c}}}}}}{{cc{BBh{c}}}{{AI`{c}}}{}}{{{B`{c}}}I`BIn}{{{B`{c}}}I`BJb}{{{AI`{{Jn{c}}}}}{{I`{{AI`{c}}}}}{}}{{{AI`{{Jn{c}}}}{AI`{c}}}h{}}{{{AI`{c}}{AI`{c}}}dBHj}0{{{AI`{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AI`{c}}{AI`{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AI`{c}}{AI`{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AI`{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}`{{{AI`{c}}{AI`{c}}}h{}}{{{AI`{c}}e}h{}{{K`{{BBh{c}}}}}}{{{AI`{c}}}{{AI`{c}}}{{AHb{}{{Ch{}}}}}}{{{AI`{c}}}hAHd}{{{B`{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{AI`{c}}}{{Lf{e}}}{}AKf}{{{AI`{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AI`{c}}{AI`{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AI`{c}}{AI`{c}}}hBGn}{{{AI`{c}}c}h{BGnDl}}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AI`{c}}}}}{}}10{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AI`{c}}{AI`{c}}M`}dBIj}0{{{AI`{c}}e}{}{}AKf}{Db{{AI`{{Jn{c}}}}}{}}{{{AI`{c}}e}{{AI`{c}}}{}{{K`{{BBh{c}}}}}}{{{AI`{c}}}{}{}}``{{{AHh{c}}{AHh{c}}}dADn}0{{cg}i{}{}{{An{e}}}{}}0{{{AHh{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AHh{c}}{AHh{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AHh{c}}{AHh{c}}}hAHd}{{{AHh{c}}c}h{AHdDl}}????{cCj{}}000{{{AHh{c}}}{{Ml{c}}}{}}{{{AHh{c}}}{{ADf{c}}}{}}01{{{AHh{c}}}{{AHh{c}}}{}}{ce{}{}}000`{{{AGn{c}}{Cl{e}}}{{AHh{c}}}{}{{BCn{c}}}}{{c{Cl{e}}}g{}{}{}}0`{{{AHh{c}}}{{AHh{c}}}{AJbAEh}}{{{AHh{c}}}h{AKnAEh}}{{{AHh{{Jn{c}}}}}h{}}{{{AHh{c}}}{{AHh{c}}}Dl}{{ce}h{}{}}1177{{{AHh{c}}}{{AHh{c}}}An}0{{{Bf{c}}}DbBIn}{{}{{AHh{c}}}G`}{{}}0{{}M`}{Dbc{}}000{{{AHh{{Jn{c}}}}e}{{Bf{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{Dbh}0{{{AHh{c}}{AHh{c}}}dFd}{{ce}d{}{}}00{{{AHh{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AHh{c}}}}}}}}{{{AHh{c}}Df}{{Il{hAAb}}}Jj}{cc{}}{{{Lf{cce}}}{{AHh{c}}}{}{{K`{{BBh{c}}}}}}{{{BCb{c}}}{{AHh{c}}}{}}2{{{ADf{c}}}{{AHh{c}}}{}}0{{{ADf{{AHh{c}}}}}{{AHh{e}}}{}{{BBd{}{{AJl{c}}}}}}144{ce{}{}}{c{{ALf{ec}}}{}{}}4{{{AHh{c}}}{{AHh{c}}}{}}{{{ACb{eg}}}{{AHh{c}}}{}{{BDl{{AHh{c}}}}}{}}{c{{BEh{ec}}}{}{}}87{e{{AHh{g}}}{}{{Oh{}{{Of{{AHh{c}}}}}}}G`}55{{{AGn{c}}g}{{AHh{c}}}BChBCn{{K`{{Cl{e}}}}}}{{{AHh{e}}g}{{I`{AHh}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AHh{c}}}{{BBh{c}}}Dl}{{{AHh{e}}g}{{I`{AHh}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALf{eg}}}{}{}{}}??{c{{BEh{eg}}}{}{}{}}{{{AHh{c}}}{{Lf{cc{BBh{c}}}}}{}}{{{AHh{c}}g}{{BCb{c}}}BCh{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AHh{{Jn{c}}}}}{}{}}{{{AHh{{ADf{c}}}}}{}{}}{{{AHh{{Ml{c}}}}}{}{}}{{{AHh{{Ib{{Ml{c}}}}}}}{}{}}32111032144{{{AHh{c}}g}{{AGn{c}}}BCh{{BCn{c}}}{{K`{{Cl{e}}}}}}{{{AHh{c}}}{}{AJjAEh}}{{{AHh{c}}}{}{}}0{{{Bf{c}}}DbBJ`}{{{AHh{c}}{AHh{c}}c}{{AHh{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AHh{c}}{AHh{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{cce}{{AHh{c}}}{}{{K`{{BBh{c}}}}}}{{cc{BBh{c}}}{{AHh{c}}}{}}{{{Bf{c}}}I`BIn}{{{Bf{c}}}I`BJb}{{{AHh{{Jn{c}}}}}{{I`{{AHh{c}}}}}{}}{{{AHh{{Jn{c}}}}{AHh{c}}}h{}}{{{AHh{c}}{AHh{c}}}dBHj}0{{{AHh{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHh{c}}{AHh{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AHh{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AHh{c}}{AHh{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AHh{c}}{AHh{c}}}h{}}{{{AHh{c}}e}h{}{{K`{{BBh{c}}}}}}{{{AHh{c}}}{{AHh{c}}}{{AHb{}{{Ch{}}}}}}{{{AHh{c}}}hAHd}{{{Bf{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{AHh{c}}}{{Lf{e}}}{}AKf}{{{AHh{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AHh{c}}{AHh{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AHh{c}}{AHh{c}}}hBGn}{{{AHh{c}}c}h{BGnDl}}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AHh{c}}}}}{}}01{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AHh{c}}{AHh{c}}M`}dBIj}0{{{AHh{c}}e}{}{}AKf}{Db{{AHh{{Jn{c}}}}}{}}{{{AHh{c}}e}{{AHh{c}}}{}{{K`{{BBh{c}}}}}}{{{AHh{c}}}{}{}}``{{{AIf{c}}{AIf{c}}}dADn}0{{cg}i{}{}{{An{e}}}{}}0{{{AIf{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AIf{c}}{AIf{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AIf{c}}{AIf{c}}}hAHd}{{{AIf{c}}c}h{AHdDl}}????{cCj{}}000{{{AIf{c}}}{{ADf{c}}}{}}{{{AIf{c}}}{{Ml{c}}}{}}10{{{AIf{c}}}{{AIf{c}}}{}}{ce{}{}}000`{{{AGn{c}}{Cl{e}}}{{AIf{c}}}{}{{BCn{c}}}}{{c{Cl{e}}}g{}{}{}}0{{{AIf{c}}}{{AIf{c}}}{AJbAEh}}{{{AIf{c}}}h{AKnAEh}}{{{AIf{{Jn{c}}}}}h{}}{{{AIf{c}}}{{AIf{c}}}Dl}{{ce}h{}{}}11`77{{{AIf{c}}}{{AIf{c}}}An}0{{{AOf{c}}}DbBIn}{{}{{AIf{c}}}G`}{{}}0{{}M`}{Dbc{}}000{{{AIf{{Jn{c}}}}e}{{AOf{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{Dbh}0{{{AIf{c}}{AIf{c}}}dFd}{{ce}d{}{}}00{{{AIf{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AIf{c}}}}}}}}{{{AIf{c}}Df}{{Il{hAAb}}}Jj}{cc{}}{{{ADf{{AIf{c}}}}}{{AIf{e}}}{}{{BBd{}{{AJl{c}}}}}}1{{{Lf{cce}}}{{AIf{c}}}{}{{K`{{BBh{c}}}}}}{{{BCb{c}}}{{AIf{c}}}{}}{{{ADf{c}}}{{AIf{c}}}{}}0044{ce{}{}}{c{{ALf{ec}}}{}{}}{{{AIf{c}}}{{AIf{c}}}{}}{{{ACb{eg}}}{{AIf{c}}}{}{{BDl{{AIf{c}}}}}{}}5{c{{BEh{ec}}}{}{}}76{e{{AIf{g}}}{}{{Oh{}{{Of{{AIf{c}}}}}}}G`}55{{{AGn{c}}g}{{AIf{c}}}BChBCn{{K`{{Cl{e}}}}}}{{{AIf{e}}g}{{I`{AIf}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AIf{c}}}{{BBh{c}}}Dl}{{{AIf{e}}g}{{I`{AIf}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALf{eg}}}{}{}{}}??{c{{BEh{eg}}}{}{}{}}{{{AIf{c}}}{{Lf{cc{BBh{c}}}}}{}}{{{AIf{c}}g}{{BCb{c}}}BCh{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AIf{{Ml{c}}}}}{}{}}{{{AIf{{Jn{c}}}}}{}{}}111{{{AIf{{ADf{c}}}}}{}{}}2{{{AIf{{Ib{{Ml{c}}}}}}}{}{}}0221144{{{AIf{c}}g}{{AGn{c}}}BCh{{BCn{c}}}{{K`{{Cl{e}}}}}}{{{AIf{c}}}{}{AJjAEh}}{{{AIf{c}}}{}{}}0{{{AOf{c}}}DbBJ`}{{{AIf{c}}{AIf{c}}c}{{AIf{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AIf{c}}{AIf{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{cce}{{AIf{c}}}{}{{K`{{BBh{c}}}}}}{{cc{BBh{c}}}{{AIf{c}}}{}}{{{AOf{c}}}I`BIn}{{{AOf{c}}}I`BJb}{{{AIf{{Jn{c}}}}}{{I`{{AIf{c}}}}}{}}{{{AIf{{Jn{c}}}}{AIf{c}}}h{}}{{{AIf{c}}{AIf{c}}}dBHj}0{{{AIf{c}}{AIf{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AIf{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AIf{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}{{{AIf{c}}{AIf{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AIf{c}}{AIf{c}}}h{}}{{{AIf{c}}e}h{}{{K`{{BBh{c}}}}}}{{{AIf{c}}}{{AIf{c}}}{{AHb{}{{Ch{}}}}}}{{{AIf{c}}}hAHd}{{{AOf{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{AIf{c}}}{{Lf{e}}}{}AKf}{{{AIf{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AIf{c}}{AIf{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AIf{c}}{AIf{c}}}hBGn}{{{AIf{c}}c}h{BGnDl}}{ce{}{}}{c{{Il{e}}}{}{}}000{{{Ml{c}}}{{Il{{AIf{c}}}}}{}}0{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AIf{c}}{AIf{c}}M`}dBIj}0{{{AIf{c}}e}{}{}AKf}{Db{{AIf{{Jn{c}}}}}{}}{{{AIf{c}}e}{{AIf{c}}}{}{{K`{{BBh{c}}}}}}{{{AIf{c}}}{}{}}``{{{AHf{c}}{AHf{c}}}dADn}0{{cg}i{}{}{{An{e}}}{}}0{{{AHf{c}}c}{}{{AHb{}{{Ch{}}}}Dl}}{{{AHf{c}}{AHf{c}}}{}{{AHb{}{{Ch{}}}}}}{{{AHf{c}}{AHf{c}}}hAHd}{{{AHf{c}}c}h{AHdDl}}????{cCj{}}000{{{AHf{c}}}{{Ml{c}}}{}}{{{AHf{c}}}{{ADf{c}}}{}}01{{{AHf{c}}}{{AHf{c}}}{}}{ce{}{}}000`{{{AGn{c}}{Cl{e}}}{{AHf{c}}}{}{{BCn{c}}}}{{c{Cl{e}}}g{}{}{}}0{{{AHf{c}}}{{AHf{c}}}{AJbAEh}}{{{AHf{c}}}h{AKnAEh}}{{{AHf{{Jn{c}}}}}h{}}{{{AHf{c}}}{{AHf{c}}}Dl}{{ce}h{}{}}1177{{{AHf{c}}}{{AHf{c}}}An}0{{{Bl{c}}}DbBIn}{{}{{AHf{c}}}G`}{{}}0{{}M`}{Dbc{}}000{{{AHf{{Jn{c}}}}e}{{Bl{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{Dbh}0{{{AHf{c}}{AHf{c}}}dFd}{{ce}d{}{}}00{{{AHf{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{{AHf{c}}}}}}}}{{{AHf{c}}Df}{{Il{hAAb}}}Jj}{cc{}}{{{Lf{cce}}}{{AHf{c}}}{}{{K`{{BBh{c}}}}}}1{{{ADf{c}}}{{AHf{c}}}{}}0{{{BCb{c}}}{{AHf{c}}}{}}1{{{ADf{{AHf{c}}}}}{{AHf{e}}}{}{{BBd{}{{AJl{c}}}}}}44{ce{}{}}{c{{ALf{ec}}}{}{}}{{{AHf{c}}}{{AHf{c}}}{}}4{{{ACb{eg}}}{{AHf{c}}}{}{{BDl{{AHf{c}}}}}{}}{c{{BEh{ec}}}{}{}}86{e{{AHf{g}}}{}{{Oh{}{{Of{{AHf{c}}}}}}}G`}55{{{AGn{c}}g}{{AHf{c}}}BChBCn{{K`{{Cl{e}}}}}}{{{AHf{e}}g}{{I`{AHf}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{AHf{c}}}{{BBh{c}}}Dl}{{{AHf{e}}g}{{I`{AHf}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>{c{{ALf{eg}}}{}{}{}}??{c{{BEh{eg}}}{}{}{}}{{{AHf{c}}}{{Lf{cc{BBh{c}}}}}{}}{{{AHf{c}}g}{{BCb{c}}}BCh{}{{K`{{Cl{e}}}}}}{ce{}{}}{{{AHf{{Ib{{Ml{c}}}}}}}{}{}}0{{{AHf{{Ml{c}}}}}{}{}}{{{AHf{{ADf{c}}}}}{}{}}111001{{{AHf{{Jn{c}}}}}{}{}}0044{{{AHf{c}}g}{{AGn{c}}}BCh{{BCn{c}}}{{K`{{Cl{e}}}}}}{{{AHf{c}}}{}{AJjAEh}}{{{AHf{c}}}{}{}}0{{{Bl{c}}}DbBJ`}{{{AHf{c}}{AHf{c}}c}{{AHf{c}}}{AF`AFbAEhAInAJbAJhDl}}{{{AHf{c}}{AHf{c}}c}h{AF`AFbAEhAInAJbAHdAJhDl}}{{cce}{{AHf{c}}}{}{{K`{{BBh{c}}}}}}{{cc{BBh{c}}}{{AHf{c}}}{}}{{{Bl{c}}}I`BIn}{{{Bl{c}}}I`BJb}{{{AHf{{Jn{c}}}}}{{I`{{AHf{c}}}}}{}}{{{AHf{{Jn{c}}}}{AHf{c}}}h{}}{{{AHf{c}}{AHf{c}}}dBHj}0{{{AHf{c}}{AHf{c}}}{}{{BI`{}{{Ch{}}}}}}{{{AHf{c}}c}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHf{c}}{AHf{c}}}{}{{BIb{}{{Ch{}}}}}}{{{AHf{c}}c}{}{{BIb{}{{Ch{}}}}Dl}}`{{{AHf{c}}{AHf{c}}}h{}}{{{AHf{c}}e}h{}{{K`{{BBh{c}}}}}}{{{AHf{c}}}{{AHf{c}}}{{AHb{}{{Ch{}}}}}}{{{AHf{c}}}hAHd}{{{Bl{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{AHf{c}}}{{Lf{e}}}{}AKf}{{{AHf{c}}{AHf{c}}}{}{{AEn{}{{Ch{}}}}}}{{{AHf{c}}c}{}{{AEn{}{{Ch{}}}}Dl}}{{{AHf{c}}{AHf{c}}}hBGn}{{{AHf{c}}c}h{BGnDl}}{ce{}{}}{c{{Il{e}}}{}{}}00{{{Ml{c}}}{{Il{{AHf{c}}}}}{}}10{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AHf{c}}{AHf{c}}M`}dBIj}0{{{AHf{c}}e}{}{}AKf}{Db{{AHf{{Jn{c}}}}}{}}{{{AHf{c}}e}{{AHf{c}}}{}{{K`{{BBh{c}}}}}}{{{AHf{c}}}{}{}}`````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000{BMbcALj}{BMdcALj}{cBMf{}}====={BMhc{}}>>>>>{cCj{}}000000000{BMjcALj}{BMlcALj}{BMncALj}{BN`cALj}{{{BCd{ce}}}e{}{}}{{{BCd{c{ADf{e}}}}}{{ADf{e}}}{}{}}{{{BCd{c{ADf{e}}}}}{{Ml{e}}}{}{}}201{BNbcALj}{BNdcALj}{ce{}{}}000000000{{c{Cl{e}}}g{}{}{}}0000`{BNfBNf}{{{BNh{c}}}{{BNh{c}}}Dl}{{{BNj{c}}}{{BNj{c}}}Dl}{BNlBNl}{{{BCd{ce}}}{{BCd{ce}}}{}Dl}{{ce}h{}{}}0000`{BNncALj}{BO`cALj}{cBOb{}}:::::{BOdc{}}{Dbc{}}000000000{Dbh}0000{{BNfBNf}d}{{{BNh{c}}{BNh{c}}}dFd}{{{BNj{c}}{BNj{c}}}dFd}{{BNlBNl}d}{{{BCd{ce}}{BCd{ce}}}dFdFd}{{ce}d{}{}}00000000000000{{BNfDf}{{Il{hAAb}}}}0{{{BNh{c}}Df}{{Il{hAAb}}}{}}0{{{BNj{c}}Df}{{Il{hAAb}}}{}}0{{BNlDf}{{Il{hAAb}}}}{{{BCd{ce}}Df}{{Il{hAAb}}}JjJj}{cc{}}000{e{{BCd{ce}}}{}{}}{{{AC`{ce}}}{{BCd{ig}}}{}{}{}{{BCf{{ACb{{AC`{ce}}e}}g}}}}21{{{ACb{{AC`{ce}}e}}}{{BCd{ig}}}{}{}{}{{BCf{{ACb{{AC`{ce}}e}}g}}}}{{{ADf{c}}}{{BCd{e{ADf{c}}}}}{}{}}{{{ACb{{AHl{ce}}e}}}{{BCd{ig}}}{}{}{}{{BCf{{ACb{{AHl{ce}}e}}g}}}}{c{{BCd{ec}}}{}{}}2{{{AHl{ce}}}{{BCd{ig}}}{}{}{}{{BCf{{ACb{{AHl{ce}}e}}g}}}}377777{{}cAKb}{ADf{{ADf{c}}}AKb}{Ib{{Ib{c}}}AKb}22{Ml{{Ml{c}}}AKb}{{{Ib{Ml}}}{{Ib{{Ml{c}}}}}AKb}1{Jn{{Jn{c}}}AKb}{cBOf{}}53231{cBOh{}}{ce{}{}}0000{{}cBOj}{ADf{{ADf{c}}}BOj}11{Ml{{Ml{c}}}BOj}{{{Ib{Ml}}}{{Ib{{Ml{c}}}}}BOj}1{Jn{{Jn{c}}}BOj}{cBOl{}}{{}Db}00007777777777{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{c{}AKb}{{{ADf{c}}}ADfAKb}{{{Ib{c}}}IbAKb}22{{{Ml{c}}}MlAKb}{{{Ib{{Ml{c}}}}}{{Ib{Ml}}}AKb}1{{{Jn{c}}}JnAKb}{BOnc{}}{{c{Cl{e}}}g{}{}{}}0000{ce{}{}}00000000075453{C`c{}}11111{c{}BOj}{{{ADf{c}}}ADfBOj}11{{{Ml{c}}}MlBOj}{{{Ib{{Ml{c}}}}}{{Ib{Ml}}}BOj}1{{{Jn{c}}}JnBOj}{Cbc{}}`{{{Ib{{Ml{c}}}}g}{{Ib{{Ml{e}}}}}AKb{{AKb{}{{AK`{}}}}}{{Cd{c}{{Ch{e}}}}}}{{{Jn{c}}g}{{Jn{e}}}AKb{{AKb{}{{AK`{}}}}}{{Cd{c}{{Ch{e}}}}}}9{c{{BCd{ge}}}{}{}{{BCf{ce}}}}:::::{cABf{}}00{cJl{}}00{{{Ch{}{{Cf{c}}}}}{{Il{ec}}}{}ALj}{{{Cj{}{{Cf{c}}}}}{{Il{ec}}}{}ALj}{{{Cl{}{{Cf{c}}}}}{{Il{ec}}}{}{}}{c{{Il{e}}}{}{}}00000000{{{Ml{c}}}{{Il{{BCd{e{ADf{c}}}}}}}{}{}}01{Ml{{Il{{Ml{c}}BNf}}}AKb}{{{Ib{Ml}}}{{Il{{Ib{{Ml{c}}}}BNh}}}AKb}1{Jn{{Il{{Jn{c}}BNj}}}AKb}{c{{Il{{Cn{}{{Cf{e}}}}e}}}{}{}}55555{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000{CA`cALj}{CAbcALj}{cCAd{}}{ce{}{}}0000{CAfc{}}111111{{{BCd{ge}}}c{}{}{{BCf{ce}}}}``````````{cCAh{}}{{cg}CAh{}{AIlAEhAJhDl}{{An{e}}}}{CAjc{}}{{CAje}g{AIlAEhAJhDl}{{An{c}}}{}}{{cg}i{}{}{{An{e}}}{}}07777{cCj{}}0008888{{c{Cl{e}}}g{}{}{}}099{Dbc{}}000{Dbh}0{cc{}}000<<{{An{AGn{BGfc}}{AGn{BGfc}}}{{ADf{c}}}{AEhAJhDl}}{An{{CAl{c}}}{AEhAJhDl}}{CAn{{CAl{c}}}{AIlAEhAJhDl}}{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0;;333333``{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}06666``````````````{{{CB`{}{{AJl{c}}}}{CB`{}{{AJl{c}}}}}c{}}{{{CBb{}{{AJl{c}}}}{CBb{}{{AJl{c}}}}}c{}}{{{CBd{}{{AJl{c}}}}{CBd{}{{AJl{c}}}}}c{}}0{{{BFd{}{{AJl{c}}}}{BFd{}{{AJl{c}}}}}c{}}{{{CBf{}{{AJl{c}}}}{CBf{}{{AJl{c}}}}}{}{AIl{AHb{}{{Ch{c}}}}{AMl{}{{Ch{c}}}}AJjAJ`}}0000{{{CBh{}{{AJl{c}}}}{CBh{}{{AJl{c}}}}}c{}}{{CBjCBj}c{}}{{CBlCBl}c{}}{{{CBf{}{{AJl{c}}}}{CBf{}{{AJl{c}}}}}c{AIl{AHb{}{{Ch{c}}}}{AMl{}{{Ch{c}}}}AJjAJ`}}{{{CBf{}{{AJl{c}}}}}{{AHl{{BBn{BEf}}c}}}{AIl{AHb{}{{Ch{c}}}}{AMl{}{{Ch{c}}}}AJjAJ`}}`````{CBn{{Lf{CBnCBn}}}}0{CC`CC`}{CCb{{Lf{CCbCCb}}}}{CCd{{Lf{CCdCCdCCd}}}}{CCf{{Lf{CCfCCf}}}}``````````````{{cg}i{}{}{{An{e}}}{}}0{ce{}{}}000{cCj{}}0001111{{c{Cl{e}}}g{}{}{}}0{{{In{c}}}c{}}33{{{BEh{ce}}}{}{}{{BGd{c}}ALj}}{Dbc{}}0100{{{In{c}}}ElJj}{Dbh}{{{BEh{ce}}}h{}{{BGd{c}}ALj}}1{{{In{c}}Df}{{Il{hAAb}}}Jj}{{{In{c}}Df}{{Il{hAAb}}}{}}{cc{}}000{cBD`{}}{c{{ALf{ALhc}}}{{ALh{ALh}}ALj}}{cCCh{}}{c{{BEh{BGdc}}}{{BGd{BGd}}ALj}}??{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0{{{BEh{ce}}}{{ALf{ce}}}{}{{ALh{c}}{BGd{c}}ALj}}{BFnc{}}66{BG`{{ALf{cBG`}}}{{ALh{BG`}}ALj}}{BDlc{}}88{CCj{{BEh{cCCj}}}{{BGd{CCj}}ALj}}99{{{BEh{ce}}}e{}{{BGd{c}}ALj}}{{{BEh{ec}}}{{ALf{gc}}}{}{}{{ALh{c}}{ALh{e}}ALj}}{{{BEh{ec}}}{{BEh{gc}}}{}{}{{BGd{c}}{BGd{e}}ALj}}{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}000{c{{Il{CCl{In{CCl}}}}}{}}11{CCn{{Il{c{In{c}}}}}{}}{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000``````{{cg}i{}{}{{An{e}}}{}}00011111111{cCj{}}0000000{{}{{AH`{BGfc}}}AIl}33333333{{c{Cl{e}}}g{}{}{}}000{{{CD`{ce}}}{{CD`{ce}}}Dl{DlCDb}}{CDdCDd}{{{BBn{c}}}{{BBn{c}}}Dl}{BBlBBl}{{ce}h{}{}}0009999{Dbc{}}0000000{Dbh}000{{{CD`{ce}}{CD`{ce}}}dFd{FdCDb}}{{CDdCDd}d}{{{BBn{c}}{BBn{c}}}dFd}{{BBlBBl}d}{{ce}d{}{}}00000000000{{{CD`{ce}}Df}{{Il{hAAb}}}Jj{JjCDb}}{{CDdDf}{{Il{hAAb}}}}{{{BBn{c}}Df}{{Il{hAAb}}}Jj}{{BBlDf}{{Il{hAAb}}}}{cc{}}0000000{ce{}{}}{NlBBj}{MfBBj}{cc{AIlBCjCDfAJhAJjDl}}3333`{{}{{AH`{BGfc}}}AIl}{{}Db}00055555555{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000999999999{BBjNl}{BBjMf}{cc{AIlBCjCDhAJhAJjDl}}<<<<`8{{}{{I`{{ADf{Nl}}}}}}`===={c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000{ce{}{}}00000004`````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022:{{{CDj{c}}}{{CDj{c}}}{DlCDb}}{{ce}h{}{}}4{Dbc{}}0{Dbh}{{{CDj{c}}{CDj{c}}}d{FdCDb}}{{ce}d{}{}}00{{{CDj{c}}Df}{{Il{hAAb}}}{JjCDb}}{cc{}}0{cc{AIlBCj}};{{}Db}<<{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}0700{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33``{{cg}i{}{}{{An{e}}}{}}44{cCj{}}0556{CDlCDl}{{ce}h{}{}}7{Dbc{}}0{Dbh}{{CDlCDl}d}{{ce}d{}{}}00{{CDlDf}{{Il{hAAb}}}}{cc{}}00={{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}0600{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33````{{cg}i{}{}{{An{e}}}{}}`44{cCj{}}0556`5{{{AOb{ce}}}DbBIn{}}{Dbc{}}0{Dbh}>>8`=88<;:98888{{{AOb{ce}}}DbBJ`{}}`{{{AOb{ce}}}I`BIn{}}{{{AOb{ce}}}I`BJb{}}`{{{AOb{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}`;;;:9<<```8`<<77<<=`<{{{AOj{ce}}}DbBIn{}}665{cc{}}0>`{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}000`{{{AOj{ce}}}DbBJ`{}}{{{AOj{ce}}}I`BIn{}}{{{AOj{ce}}}I`BJb{}}`{{{AOj{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77````{{cg}i{}{}{{An{e}}}{}}`88{cCj{}}099:`9{{{BA`{ce}}}DbBIn{}}{Dbc{}}0{Dbh}{cc{}}0=`{{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}000{{{BA`{ce}}}DbBJ`{}}{{{BA`{ce}}}I`BIn{}}{{{BA`{ce}}}I`BJb{}}`{{{BA`{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77```````````{{{BBh{c}}{BBh{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`ADnDlAFb}}0{{cg}i{}{}{{An{e}}}{}}00000{{{BBh{c}}c}{{BBh{c}}}{{AHb{}{{Ch{}}}}}}{{{BBh{c}}{BBh{c}}}{{BBh{c}}}{{AHb{}{{Ch{}}}}}}{{{BBh{c}}{BBh{c}}}hAHd}{{{BBh{c}}c}hAHd}============{cCj{}}00000000000{{{BBh{c}}}{{BBh{c}}}{}}????????????{{c{Cl{e}}}g{}{}{}}00000{{{BBh{{Jn{c}}}}}h{}}{{{BBh{c}}}{{BBh{c}}}Dl}{{ce}h{}{}}11{ce{}{}}00000{{{BBh{c}}}{{BBh{c}}}An}0{{{BAf{c}}}DbBIn}{{{BAh{c}}}DbBIn}{{{BAj{c}}}DbBIn}{{{BAl{c}}}DbBIn}{{{CDn{c}}}DbBIn}{{}{{BBh{c}}}G`}{{}}0{{}M`}{Dbc{}}00000000000{c{{Il{{BBh{e}}}}}AdAM`}{{{BBh{{Jn{c}}}}e}{{CDn{{AMn{c}}}}}{}{{ANd{Db}}Dl}}{Dbh}00000{{{BBh{c}}c}d{{AEl{}{{AEj{d}}}}Fd}}{{{BBh{c}}{BBh{c}}}d{{AEl{}{{AEj{d}}}}Fd}}{{ce}d{}{}}00{{{BBh{e}}g}h{}{{BAn{c}}}{{Oh{}{{Of{c}}}}}}{{{BBh{c}}Df}{{Il{hAAb}}}Jj}{cc{}}00000{c{{BBh{c}}}{}}{Nnc{}}222222{{cc}{{BBh{c}}}{}}{c{{BBh{c}}}AF`}{{{BBh{c}}}{{BBh{e}}}{}{{BEn{c}}}}1{ce{}{}}00000{{{BBh{e}}g}{{I`{BBh}}}{}{{En{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{{BBh{e}}g}{{I`{BBh}}}{}{{BFl{{Ml{c}}}}}{{BFb{{Ml{c}}}}Dl}}{{}Db}00000333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000{{{BBh{c}}}{{Lf{cc}}}{AF`AMf}}888888888888{{{BBh{c}}}c{AF`AFb}}:{{{BBh{c}}}c{}}:::::{{{BBh{{Ml{c}}}}}{}{}}{{{BBh{{ADf{c}}}}}{}{}}11{{{BBh{{Jn{c}}}}}{}{}}{{{BBh{{Ib{{Ml{c}}}}}}}{}{}}1033122{{{BBh{c}}}c{AF`BGb}}06{{{BBh{c}}}cAF`}0{ce{}{}}00000{{{BBh{c}}}{}{}}0{{{BAf{c}}}DbBJ`}{{{BAh{c}}}DbBJ`}{{{BAj{c}}}DbBJ`}{{{BAl{c}}}DbBJ`}{{{CDn{c}}}DbBJ`}{c{{BBh{c}}}{}}{{{BAf{c}}}I`BIn}{{{BAh{c}}}I`BIn}{{{BAj{c}}}I`BIn}{{{BAl{c}}}I`BIn}{{{CDn{c}}}I`BIn}{{{BAf{c}}}I`BJb}{{{BAh{c}}}I`BJb}{{{BAj{c}}}I`BJb}{{{BAl{c}}}I`BJb}{{{CDn{c}}}I`BJb}{{{BBh{{Jn{c}}}}}{{I`{{BBh{c}}}}}{}}{{{BBh{{Jn{c}}}}{BBh{c}}}h{}}{{{BBh{c}}{BBh{c}}}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBHjAFb}}0{{{BBh{c}}c}{{BBh{c}}}{{BI`{}{{Ch{}}}}}}{{{BBh{c}}{BBh{c}}}{{BBh{c}}}{{BI`{}{{Ch{}}}}}}{{{BBh{c}}c}{{BBh{c}}}{{BIb{}{{Ch{}}}}}}{{{BBh{c}}{BBh{c}}}{{BBh{c}}}{{BIb{}{{Ch{}}}}}}{{{BBh{c}}e}IlABdAf}{{{BBh{c}}{BBh{c}}}h{}}{{{BAf{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{BAh{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{BAj{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{BAl{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{CDn{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{BBh{c}}c}{{BBh{c}}}{{AEn{}{{Ch{}}}}}}{{{BBh{c}}{BBh{c}}}{{BBh{c}}}{{AEn{}{{Ch{}}}}}}{{{BBh{c}}c}hBGn}{{{BBh{c}}{BBh{c}}}hBGn}{ce{}{}}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000333333333333{{{BBh{c}}{BBh{c}}M`}d{AEh{AEl{}{{AEj{}}}}{AEn{}{{Ch{}}}}AF`DlBIjAFb}}0{Db{{BBh{{Jn{c}}}}}{}}```{{cg}i{}{}{{An{e}}}{}}`66{cCj{}}0`77{{c{Cl{e}}}g{}{}{}}`8{{{BAd{ce}}}DbBIn{}}{Dbc{}}0{Dbh}{cc{}}0<`{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}000{{{BAd{ce}}}DbBJ`{}}{{{BAd{ce}}}I`BIn{}}{{{BAd{ce}}}I`BJb{}}{{{BAd{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77`````{{cg}i{}{}{{An{e}}}{}}`88{cCj{}}0`99{{c{Cl{e}}}g{}{}{}}`:{{{AOn{ce}}}DbBIn{}}{Dbc{}}0{Dbh}{cc{}}0>{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}000`{{{AOn{ce}}}DbBJ`{}}{{{AOn{ce}}}I`BIn{}}{{{AOn{ce}}}I`BJb{}}{{{AOn{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77````{{cg}i{}{}{{An{e}}}{}}`88{cCj{}}099{{c{Cl{e}}}g{}{}{}}``:{{{AOd{ce}}}DbBIn{}}{Dbc{}}0{Dbh}{cc{}}0>`{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}000`{{{AOd{ce}}}DbBJ`{}}{{{AOd{ce}}}I`BIn{}}{{{AOd{ce}}}I`BJb{}}{{{AOd{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77````{{cg}i{}{}{{An{e}}}{}}`88{cCj{}}099{{c{Cl{e}}}g{}{}{}}``:{{{Bd{ce}}}DbBIn{}}{Dbc{}}0{Dbh}{cc{}}0>`{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}000`{{{Bd{ce}}}DbBJ`{}}{{{Bd{ce}}}I`BIn{}}{{{Bd{ce}}}I`BJb{}}{{{Bd{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77```````````````{{{AHl{ce}}{AHl{ce}}}d{}ADn}0{{cg}i{}{}{{An{e}}}{}}00{{{AHl{ce}}{AHl{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AHl{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AHl{ce}}e}h{}{AHdDl}}{{{AHl{ce}}{AHl{ce}}}h{}AHd}````===={cCj{}}000{{{AHl{ce}}}{{Ml{e}}}{}{}}{{{AHl{ce}}}{{ADf{e}}}{}{}}{{{AHl{ce}}}e{}{}}102{{{AHl{ce}}}{{AHl{ce}}}{}{}}{{ce}e{}{}}{{ceg}e{}{}AIj}{ce{}{}}0002{{c{Cl{e}}}g{}{}{}}0```{{{AHl{ce}}}{{AHl{ce}}}{}{AJbAKf}}{{{AHl{ce}}}h{}{AKnAKf}}{{{AHl{c{Jn{e}}}}}h{}{}}{{{AHl{ce}}}{{AHl{ce}}}{}Dl}{{ce}h{}{}}11``````66{{{AHl{ce}}}{{AHl{ce}}}{}An}0{{{Bj{ce}}}DbBIn{}}:{{}{{AHl{ce}}}{}AKf}{{}}0{{}M`}{Dbc{}}000{c{{Il{{AHl{eg}}}}}Ad{}AM`}?{{{AHl{ce}}{AHl{ce}}}{}{}{{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIlDl}}{{{AHl{ce}}e}{}{}{{AMl{}{{Ch{}}}}Dl}}{{{AHl{ce}}{AHl{ce}}}{}{}{{AMl{}{{Ch{}}}}}}{{{AHl{ce}}e}h{}{AKhDl}}{{{AHl{ce}}{AHl{ce}}}h{}AKh}{{ce}e{}{}}{{{AHl{c{Jn{e}}}}g}{{Bj{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{Dbh}0{{{AHl{ce}}{AHl{ce}}}d{}Fd}{{ce}d{}{}}004{{{AHl{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AHl{ce}}}}}}}}{{{AHl{ce}}Df}{{Il{hAAb}}}JjJj}{{{AHl{ce}}Df}{{Il{hAAb}}}{}BBb}{{{AHl{ce}}Df}{{Il{hAAb}}}{}BB`}{Mf{{AHl{c}}}{}}{{{Lf{c}}}{{AHl{ec}}}{}{}}{Nl{{AHl{cNl}}}{}}{M`{{AHl{cM`}}}{}}{c{{AHl{ec}}}{}{}}4{cc{}}{Al{{AHl{cAl}}}{}}{{{ADf{c}}}{{AHl{ec}}}{}{}}0{{{ADf{{AHl{ce}}}}}{{AHl{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{BCd{ge}}}{{AHl{cBBj}}}{}{}{{BCf{{ACb{{AHl{cBBj}}BBj}}e}}}}{BBj{{AHl{cBBj}}}{}}4{CE`{{AHl{cCE`}}}{}}{{{BBf{{AHl{ce}}}}}{{AHl{ce}}}{}{}}:{ADj{{AHl{cBBj}}}{}}6{ADj{{AHl{cADj}}}{}}{Nnc{}}415<:::{ce{}{}}{c{{ALf{ec}}}{}{}}{{{AEd{ce}}}{{AHl{ge}}}BDd{}BDh}{{{AC`{ce}}}{{AHl{ge}}}BDd{}BDh}{{{AGb{c}}}{{AHl{ec}}}{}BDh}{{{ACb{gi}}}{{AHl{ce}}}{}{}{{BDl{{AHl{ce}}}}}{}}{{{AGn{c}}}{{AHl{ec}}}{}BDh}{{{AE`{ce}}}{{AHl{ge}}}BDd{}BDh}{{{AGl{c}}}{{AHl{ec}}}{}BDh}{{{AGf{c}}}{{AHl{ec}}}{}BDh}{{{AEb{c}}}{{AHl{ec}}}{}BDh}{{{AGj{c}}}{{AHl{ec}}}{}BDh}{{{AG`{c}}}{{AHl{ec}}}{}BDh}{{{AFl{c}}}{{AHl{ec}}}{}BDh}{{{AGd{c}}}{{AHl{ec}}}{}BDh}{{{AHl{ce}}}{{AHl{ge}}}{{BDh{}{{BDf{}}}}}{}BDh}{{{AGh{c}}}{{AHl{ec}}}{}BDh}{{{AFn{c}}}{{AHl{ec}}}{}BDh}{{{AFj{ce}}}{{AHl{ge}}}BDd{}BDh}{{{AH`{c}}}{{AHl{ec}}}{}BDh}{c{{BEh{ec}}}{}{}}{{{Lf{c}}}{{AHl{ec}}}{}{}}{{{AHl{eg}}}{{AHl{{BBn{c}}i}}}{}{{BDh{}{{BDf{c}}}}}{}{}}{{{AHl{ce}}}{{AHl{cg}}}{}{}{{BC`{e}}}}{g{{AHl{ci}}}{}{}{{Oh{}{{Of{{AHl{ce}}}}}}}G`}{{{AHl{BBnc}}}{{AHl{eg}}}{}BDh{}}{ce{}{}}0{ADj{{AHl{cBBj}}}{}}{{{AHl{cg}}i}{{I`{{AHl{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AHl{ce}}{AHl{ce}}}eBDh{AIlAJhAJj}}{{{AHl{cg}}i}{{I`{{AHl{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{ce}e{}{}}{{}Db}016666{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0::{c{{ALf{eg}}}{}{}{}};;{c{{BEh{eg}}}{}{}{}}{{{AHl{ce}}}{{Lf{e}}}{}{}}{{{AHl{{BBn{c}}e}}}{{AHl{gi}}}{}{}{{BDh{}{{BDf{c}}}}}{}}{{{AHl{ce}}}{{AHl{cg}}}{}{}{{BC`{e}}}}{{{AHl{c{ADf{e}}}}}{}{}{}}{{{AHl{c{Ib{{Ml{e}}}}}}}{}{}{}}0{{{AHl{c{Jn{e}}}}}{}{}{}}{{{AHl{c{Ml{e}}}}}{}{}{}}01330100{ce{}{}}{{{AHl{ce}}}{{AHl{BBng}}}BDh{}{}}11{{{AHl{cBBj}}}ADj{}}{{{AHl{ce}}}{}{}{AJjAKf}}{{{AHl{ce}}}{}{}{}}0{{{Bj{ce}}}DbBJ`{}}{{{AHl{ce}}e}{{AHl{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{ce}e{}{}}{{{AHl{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}20````{{}cAKf}0{{{AHl{ce}}{AHl{ce}}e}{{AHl{ce}}}{}{AIlAEhAInAJhAJbDl}}{{{AHl{ce}}{AHl{ce}}e}h{}{AIlAEhAInAHdAJhAJbDl}}{{{AHl{ce}}{AHl{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AHl{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AHl{ce}}e}h{}{BHdDl}}{{{AHl{ce}}{AHl{ce}}}h{}BHd}8{c{{AHl{ec}}}{}{}}{{{Bj{ce}}}I`BIn{}}{{{Bj{ce}}}I`BJb{}};;;;{{{AHl{c{Jn{e}}}}}{{I`{{AHl{ce}}}}}{}{}}{{{AHl{ce}}e}{{BBf{{AHl{ce}}}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{AHl{c{Jn{e}}}}{AHl{ce}}}h{}{}}{{{AHl{ce}}{AHl{ce}}}d{}BHj}{{{AHl{ce}}}{{AHl{{BBn{BEf}}}}}{{BDh{}{{BDf{BEf}}}}}{AIl{AHb{}{{Ch{}}}}{AMl{}{{Ch{}}}}AJjAJ`}}1{{{AHl{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AHl{ce}}{AHl{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AHl{ce}}{AHl{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{{AHl{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{ce}e{}{}}{{{AHl{ce}}g}Il{}ABdAf}{{{AHl{ce}}{AHl{ce}}}h{}{}}{{{Bj{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}3{{{AHl{ce}}}{{Lf{g}}}{}{}AKf}````{{{AHl{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AHl{ce}}{AHl{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AHl{ce}}e}h{}{BGnDl}}{{{AHl{ce}}{AHl{ce}}}h{}BGn}{ce{}{}}{c{{Il{e}}}{}{}}0{{{Ml{c}}}{{Il{{AHl{ec}}}}}{}{}}101{c{{Il{e{In{e}}}}}{}{}}2200{cJ`{}}04444{{{AHl{ce}}{AHl{ce}}M`}d{}BIj}0{{{BBf{{AHl{ce}}}}}{{Lf{{AHl{ce}}e}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{AHl{ce}}g}{}{}{}AKf}{Db{{AHl{c{Jn{e}}}}}{}{}}{{{AHl{ce}}}{}{}{}}{{ce}e{}{}}``{{cg}i{}{}{{An{e}}}{}}0;;;;{cCj{}}000<<<<{{c{Cl{e}}}g{}{}{}}0{CEbCEb}{CEdCEd}{{ce}h{}{}}0{ce{}{}}0{Dbc{}}000{Dbh}0{{CEbCEb}d}{{CEdCEd}d}{{ce}d{}{}}00000{{CEbDf}{{Il{hAAb}}}}{{CEdDf}{{Il{hAAb}}}}{cc{}}00088{{}Db}09999{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0======{{{ACb{{AHl{ce}}e}}}{{ADf{e}}}{}{}}{cADj{}}01??{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{ADjc{}}{{{ADf{c}}}{{ACb{{AHl{ec}}c}}}{}{}}01```{{cg}i{}{}{{An{e}}}{}}`33{cCj{}}044:`4{{{ANf{ce}}}DbBIn{}}{Dbc{}}0{Dbh}{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}====`{{{ANf{ce}}}DbBJ`{}}{{{ANf{ce}}}I`BIn{}}{{{ANf{ce}}}I`BJb{}}{{{ANf{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}`{ce{}{}}0``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{El{{I`{{AC`{BBlBBj}}}}}}````````````````````````````````{AJfAJf}{AMfAMf}00{{AMfAMf}AMf}{BDnBDn}{CEfCEf}{{AJbAJbAJb}AJb}{{AKnAKnAKn}h}{{AJbAJb}AJb}{{AKnAKn}h}107{{AJjAJj}c{}}{AMdAMd}6{{{ADf{c}}}BBd{}}{NlAIl}{c{{BCh{}{{AJl{c}}}}}{}}44{{AMhAMh}AMh}{CEh{{ADf{c}}}{}}{BDjc{}}{BLlBLl}88{{AJ`AJ`}AJ`}0{{AJ`AJ`}{{Lf{AJ`AJ`}}}}{{CDhCDhCDh}CDh}{{CDfCDfCDf}CDf}<{{}AIn}{{BCjBCj}BCj}{{AMbCEj}AMb}{{CElM`}CEl}{BE`BE`}{CEfCEf}{{{BI`{}{{Ch{c}}}}e}c{}{}}{{{BIb{}{{Ch{c}}}}e}c{}{}}{BClBCl}{AMfAMf}{AMf{{Lf{AMfAMf}}}}{AJdAJd}2{{}AEh}```{{cg}i{}{}{{An{e}}}{}}`{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}`2{{{AN`{c}}}DbBIn}{Dbc{}}0{Dbh}{cc{}}06`{{}Db}77{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8::::{{{AN`{c}}}DbBJ`}`{{{AN`{c}}}I`BIn}{{{AN`{c}}}I`BJb}`{{{AN`{c}}}{{Lf{Db{I`{Db}}}}}BIn}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cg}i{}{}{{An{e}}}{}}`11{cCj{}}022{{c{Cl{e}}}g{}{}{}}`3{{{AO`{c}}}DbBIn}{Dbc{}}0{Dbh}{cc{}}07`{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;;{{{AO`{c}}}DbBJ`}{{{AO`{c}}}I`BIn}{{{AO`{c}}}I`BJb}`{{{AO`{c}}}{{Lf{Db{I`{Db}}}}}BIn}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0````{{cg}i{}{}{{An{e}}}{}}`11{cCj{}}0`22{{c{Cl{e}}}g{}{}{}}`3{{{ANj{c}}}DbBIn}{Dbc{}}0{Dbh}{cc{}}07`{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;;{{{ANj{c}}}DbBJ`}{{{ANj{c}}}I`BIn}{{{ANj{c}}}I`BJb}{{{ANj{c}}}{{Lf{Db{I`{Db}}}}}BIn}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0`````{{cg}i{}{}{{An{e}}}{}}`11{cCj{}}0`22{{c{Cl{e}}}g{}{}{}}`3{{{AOl{c}}}DbBIn}{Dbc{}}0{Dbh}{cc{}}07{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;;`{{{AOl{c}}}DbBJ`}{{{AOl{c}}}I`BIn}{{{AOl{c}}}I`BJb}{{{AOl{c}}}{{Lf{Db{I`{Db}}}}}BIn}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cg}i{}{}{{An{e}}}{}}`11{cCj{}}022{{c{Cl{e}}}g{}{}{}}``3{{{Bn{c}}}DbBIn}{Dbc{}}0{Dbh}{cc{}}07`{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;;`{{{Bn{c}}}DbBJ`}{{{Bn{c}}}I`BIn}{{{Bn{c}}}I`BJb}{{{Bn{c}}}{{Lf{Db{I`{Db}}}}}BIn}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0````````````````````````{{{AC`{ce}}{AC`{ce}}}d{}ADn}0{{cg}i{}{}{{An{e}}}{}}000{{{AC`{ce}}e}{}{}{{AHb{}{{Ch{}}}}Dl}}{{{AC`{ce}}{AC`{ce}}}{}{}{{AHb{}{{Ch{}}}}}}{{{AC`{ce}}e}h{}{AHdDl}}{{{AC`{ce}}{AC`{ce}}}h{}AHd}````666666{cCj{}}00000{{{AC`{ce}}}{{Ml{e}}}{}{}}{{{AC`{ce}}}{{ADf{e}}}{}{}}01{{{AC`{ce}}}{{AC`{ce}}}{}{}}{{ce}e{}{}}{{ceg}e{}{}AIj}{{}{{AH`{BGfc}}}{}}````======2{{c{Cl{e}}}g{}{}{}}00`````{{{AC`{ce}}}{{AC`{ce}}}{}{AJbAKf}}{{{AC`{ce}}}h{}{AKnAKf}}{{{AC`{c{Jn{e}}}}}h{}{}}{{{AC`{ce}}}{{AC`{ce}}}{}Dl}{{ce}h{}{}}11````````{ce{}{}}00{{{AC`{ce}}}{{AC`{ce}}}{}An}0{{{ANh{ce}}}DbBIn{}};{{}{{AC`{ce}}}{}AKf}{{}}0{{}M`}{Dbc{}}00000{c{{Il{{AC`{eg}}}}}Ad{}AM`}{{ce}e{}{}}{{{AC`{ce}}{AC`{ce}}}{}{}{{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}AIlDl}}{{{AC`{ce}}{AC`{ce}}}{}{}{{AMl{}{{Ch{}}}}}}{{{AC`{ce}}e}{}{}{{AMl{}{{Ch{}}}}Dl}}{{{AC`{ce}}e}h{}{AKhDl}}{{{AC`{ce}}{AC`{ce}}}h{}AKh}5{{{AC`{c{Jn{e}}}}g}{{ANh{{AMn{e}}c}}}{}{}{{ANd{Db}}Dl}}{Dbh}00{{{AC`{ce}}{AC`{ce}}}d{}Fd}{{ce}d{}{}}009{{{AC`{cg}}i}h{}{}{{BAn{e}}}{{Oh{}{{Of{{AC`{ce}}}}}}}}{{{AC`{ce}}Df}{{Il{hAAb}}}{}BBb}{{{AC`{ce}}Df}{{Il{hAAb}}}JjJj}{{{AC`{ce}}Df}{{Il{hAAb}}}{}BB`}{{CEnDf}{{Il{hAAb}}}}0{{{BCd{ge}}}{{AC`{cBBj}}}{}{}{{BCf{{ACb{{AC`{cBBj}}BBj}}e}}}}{{{ADf{c}}}{{AC`{ec}}}{}{}}{{{AC`{cBBj}}}{{AC`{c}}}{}}{{{Lf{ccc}}}{{AC`{ec}}}{}{}}{{{AC`{c}}}{{AC`{cBBj}}}{}}{{{AC`{{BBn{BBl}}c}}}{{AC`{BBle}}}{}{}}{{{ADf{{AC`{ce}}}}}{{AC`{cg}}}{}{}{{BBd{}{{AJl{e}}}}}}{{{AC`{cBBj}}}{{AC`{cNl}}}{}}{{{AC`{cNl}}}{{AC`{cBBj}}}{}}{M`{{AC`{cBBj}}}{}}{cc{}}{DdAC`}{{{AC`{c}}}{{AC`{cNl}}}{}};{{{BBf{{AC`{ce}}}}}{{AC`{ce}}}{}{}}{{{AC`{BBlc}}}{{AC`{{BBn{BBl}}e}}}{}{}}{{{AC`{cNl}}}{{AC`{c}}}{}}>55{CF`CEn}{ElCEn}777{ce{}{}}{c{{ALf{ec}}}{}{}}{{{AEd{ce}}}{{AC`{ce}}}{}{AIlAF`BGbCEfAEhAInAJfAJjAJhDl}}{{{AH`{c}}}{{AC`{ec}}}{}BDd}{{{AGd{c}}}{{AC`{ec}}}{}{}}{{{AFn{c}}}{{AC`{ec}}}{}BDd}{{{AGn{c}}}{{AC`{ec}}}{AJhBCh}BDd}{{{AE`{ce}}}{{AC`{ce}}}{}{AIlAF`BGbAEhAInAJfCEfAJjAJhDl}}{{{AGl{c}}}{{AC`{ec}}}{}{}}{{{AGj{c}}}{{AC`{ec}}}{AIlAJhAn}BDd}{{{AFl{c}}}{{AC`{ec}}}{}BDd}{{{ACb{gi}}}{{AC`{ce}}}{}{}{{BDl{{AC`{ce}}}}}{}}{{{AGf{c}}}{{AC`{ec}}}{}{}}{{{AGh{c}}}{{AC`{ec}}}{}{}}{{{AHl{ce}}}{{AC`{ge}}}{{BDh{}{{BDf{}}}}}DlBDd}{{{AGb{c}}}{{AC`{ec}}}{}BDd}{{{AC`{ce}}}{{AC`{ge}}}BDd{}BDd}{{{AEb{c}}}{{AC`{ec}}}{}BDd}{{{AFj{ce}}}{{AC`{ce}}}{}{}}{{{AG`{c}}}{{AC`{ec}}}{}BDd}{c{{BEh{ec}}}{}{}}{{{Lf{ccc}}}{{AC`{ec}}}{}{}}{{{AC`{eg}}}{{AC`{{BBn{c}}i}}}BEj{{BDd{}{{BEl{c}}}}}{}{}}{{{AC`{ce}}}{{AC`{cg}}}{}{}{{BC`{e}}}}{g{{AC`{ci}}}{}{}{{Oh{}{{Of{{AC`{ce}}}}}}}G`}{{{AC`{BBnc}}}{{AC`{eg}}}{}BDd{}}{ce{}{}}00{El{{Il{{AC`{cBBj}}}}}{}}{M`{{AC`{cBBj}}}{}}{{{AC`{cg}}i}{{I`{{AC`{c}}}}}{}{}{{En{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{{AC`{ce}}{AC`{ce}}}eBDd{AIlAJhAJj}}{{{AC`{ce}}}{{AFf{e}}}{}{AIlAF`AMfAJhDl}}{{{AC`{cg}}i}{{I`{{AC`{c}}}}}{}{}{{BFl{{Ml{e}}}}}{{BFb{{Ml{e}}}}Dl}}{{}{{AH`{BGfc}}}{}}````{{ce}e{}{}}{{}Db}001999999{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00==={c{{ALf{eg}}}{}{}{}}>>>{c{{BEh{eg}}}{}{}{}}{{{AC`{ce}}}{{Lf{eee}}}{}{}}{{{AC`{{BBn{c}}e}}}{{AC`{gi}}}BEj{}{{BDd{}{{BEl{c}}}}}{}}{{{AC`{ce}}}{{AC`{cg}}}{}{}{{BC`{e}}}}{{{AC`{c{ADf{e}}}}}{}{}{}}{{{AC`{c{Ml{e}}}}}{}{}{}}01{{{AC`{c{Jn{e}}}}}{}{}{}}21{{{AC`{c{Ib{{Ml{e}}}}}}}{}{}{}}20211{ce{}{}}{{{AC`{ce}}}{{AC`{BBng}}}BDd{}{}}111{{{AC`{cBBj}}}M`{}}{{{AC`{ce}}}{}{}{AJjAKf}}{{{AC`{ce}}}{}{}{}}0{{{ANh{ce}}}DbBJ`{}}{{ce}e{}{}}{{{AC`{ce}}e}{{AC`{ce}}}{}{AIlAEhAJ`AJbAJhAJjDlAKf}}{{{AC`{ce}}e}h{}{AIlAEhAJ`AKnAHdAJhAJjDlAKf}}10{{}cAKf}00000{{{AC`{ce}}{AC`{ce}}e}{{AC`{ce}}}{}{AIlAEhAInAJhAJbDl}}{{{AC`{ce}}{AC`{ce}}e}h{}{AIlAEhAInAHdAJhAJbDl}}{{{AC`{ce}}{AC`{ce}}}{}{}{{AMj{}{{Ch{}}}}}}{{{AC`{ce}}e}{}{}{{AMj{}{{Ch{}}}}Dl}}{{{AC`{ce}}{AC`{ce}}}h{}BHd}{{{AC`{ce}}e}h{}{BHdDl}}9{{ccc}{{AC`{ec}}}{}{}}{{{ANh{ce}}}I`BIn{}}{{{ANh{ce}}}I`BJb{}}<<<<{{{AC`{c{Jn{e}}}}}{{I`{{AC`{ce}}}}}{}{}}{{{AC`{ce}}e}{{BBf{{AC`{ce}}}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{AC`{c{Jn{e}}}}{AC`{ce}}}h{}{}}{{}{{AH`{BGfc}}}{}}````{{{AC`{ce}}{AC`{ce}}}d{}BHj}{{{AC`{ce}}}{{AHl{{BBn{BEf}}}}}{{BDd{}{{BEl{BBl}}}}}{AIl{AHb{}{{Ch{}}}}{AMl{}{{Ch{}}}}AJjAJ`}}1{{}{{I`{{ADf{Nl}}}}}}{{{AC`{ce}}{AC`{ce}}}{}{}{{BI`{}{{Ch{}}}}}}{{{AC`{ce}}e}{}{}{{BI`{}{{Ch{}}}}Dl}}{{{AC`{ce}}e}{}{}{{BIb{}{{Ch{}}}}Dl}}{{{AC`{ce}}{AC`{ce}}}{}{}{{BIb{}{{Ch{}}}}}}{{ce}e{}{}}{{{AC`{ce}}g}Il{}ABdAf}{{{AC`{ce}}{AC`{ce}}}h{}{}}{{{ANh{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}3{CEn{{I`{CFb}}}}{{{AC`{ce}}}{{Lf{g}}}{}{}AKf}````{{{AC`{ce}}{AC`{ce}}}{}{}{{AEn{}{{Ch{}}}}}}{{{AC`{ce}}e}{}{}{{AEn{}{{Ch{}}}}Dl}}{{{AC`{ce}}{AC`{ce}}}h{}BGn}{{{AC`{ce}}e}h{}{BGnDl}}{ce{}{}}{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}000{{{Ml{c}}}{{Il{{AC`{ec}}}}}{}{}}011{c{{Il{e{In{e}}}}}{}{}}222000{cJ`{}}00666666{{{AC`{ce}}{AC`{ce}}M`}d{}BIj}0{{{BBf{{AC`{ce}}}}}{{Lf{{AC`{ce}}e}}}{}{AIlAKfAEhBDj{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}Dl}}{{{AC`{ce}}g}{}{}{}AKf}{Db{{AC`{c{Jn{e}}}}}{}{}}{{{AC`{ce}}}{}{}{}}{{ce}e{}{}}{{}{{I`{{ADf{Nl}}}}}}````{{cg}i{}{}{{An{e}}}{}}000>>>>>>>>{cCj{}}0000000????????{{c{Cl{e}}}g{}{}{}}000{CFdCFd}{CFfCFf}{CFhCFh}{CFjCFj}{{ce}h{}{}}000{ce{}{}}000{Dbc{}}0000000{Dbh}000{{CFdCFd}d}{{CFfCFf}d}{{CFhCFh}d}{{CFjCFj}d}{{ce}d{}{}}00000000000{{CFdDf}{{Il{hAAb}}}}{{CFfDf}{{Il{hAAb}}}}{{CFhDf}{{Il{hAAb}}}}{{CFjDf}{{Il{hAAb}}}}{cc{}}0000000<<<<{{}Db}000========{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000{ce{}{}}00000000000{{{ACb{{AC`{ce}}e}}}{{ADf{e}}}{}{}}{cM`{}}1010012222{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00055555555{{{ADf{c}}}{{ACb{{AC`{ec}}c}}}{}{}}{M`c{}}011010``{c{{Il{e}}}AdAKb}{c{{Il{e}}}AdBOj}{c{{Il{{ACb{eg}}}}}AdAM`{AKfAM`}}{c{{Il{{BBf{e}}}}}Ad{AIhAM`}}{{ce}IlAKbAf}{{ce}IlBOjAf}5140````{cBC`{}}{CFlc{}}{{}AKf}`````````````````{{cg}i{}{}{{An{e}}}{}}000000000000000{ce{}{}}0000000000000000000000000000000{cCj{}}000000000000000000000000000000011111111111111111111111111111111{{c{Cl{e}}}g{}{}{}}000000000000000{BGfBGf}{CFnCFn}{CG`CG`}{CGbCGb}{CGdCGd}{CGfCGf}{BEfBEf}{CGhCGh}{CGjCGj}{CGlCGl}{CGnCGn}{CH`CH`}{CHbCHb}{CHdCHd}{CHfCHf}{CHhCHh}{{ce}h{}{}}000000000000000{ce{}{}}000000000000000{Dbc{}}0000000000000000000000000000000{Dbh}000000000000000{{BGfBGf}d}{{CFnCFn}d}{{CG`CG`}d}{{CGbCGb}d}{{CGdCGd}d}{{CGfCGf}d}{{BEfBEf}d}{{CGhCGh}d}{{CGjCGj}d}{{CGlCGl}d}{{CGnCGn}d}{{CH`CH`}d}{{CHbCHb}d}{{CHdCHd}d}{{CHfCHf}d}{{CHhCHh}d}{{ce}d{}{}}00000000000000000000000000000000000000000000000{{BGfDf}{{Il{hAAb}}}}{{CFnDf}{{Il{hAAb}}}}{{CG`Df}{{Il{hAAb}}}}{{CGbDf}{{Il{hAAb}}}}{{CGdDf}{{Il{hAAb}}}}{{CGfDf}{{Il{hAAb}}}}{{BEfDf}{{Il{hAAb}}}}{{CGhDf}{{Il{hAAb}}}}{{CGjDf}{{Il{hAAb}}}}{{CGlDf}{{Il{hAAb}}}}{{CGnDf}{{Il{hAAb}}}}{{CH`Df}{{Il{hAAb}}}}{{CHbDf}{{Il{hAAb}}}}{{CHdDf}{{Il{hAAb}}}}{{CHfDf}{{Il{hAAb}}}}{{CHhDf}{{Il{hAAb}}}}{cc{}}0000000000000000000000000000000{ce{}{}}000000000000000{{}{{AGn{BGfc}}}{}}{{}{{AGn{BGfc}}}AIl}00000000000000{{}Db}00000000000000033333333333333333333333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000{{c{Cl{e}}}g{}{}{}}0000000000000007777777777777777777777777777777777777777777777777777777777777777{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000{cJ`{}}000000000000000::::::::::::::::::::::::::::::::```{{cg}i{}{}{{An{e}}}{}}`;;{cCj{}}0<<5`<{{{BAb{ce}}}DbBIn{}}{Dbc{}}0{Dbh}{cc{}}0{ce{}{}}>00=<;:0000{{{BAb{ce}}}DbBJ`{}}{{{BAb{ce}}}I`BIn{}}{{{BAb{ce}}}I`BJb{}}{{{BAb{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}===<;44```````:`449944>`4{{{ANn{ce}}}DbBIn{}}887665{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}::::{{{ANn{ce}}}DbBJ`{}}`{{{ANn{ce}}}I`BIn{}}{{{ANn{ce}}}I`BJb{}}{{{ANn{ce}}}{{Lf{Db{I`{Db}}}}}BIn{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cDb}Db{}}{{DbDbDbd}{{I`{Db}}}}{{DbDb{Jn{{ACb{AC`Mf}}}}d{ACb{AC`Mf}}}{{ACb{AC`Mf}}}}{{Db{Jn{{ACb{AC`Mf}}}}{ACb{AC`Mf}}{I`{{Jn{{ACb{AC`Mf}}}}}}}{{ACb{AC`Mf}}}}{{{ACb{AC`Mf}}}d}{{{ACb{AGlMf}}}{{ACb{AC`Mf}}}}{{c{CHj{Db}}}{{Jn{{ACb{AC`Mf}}}}}{}}````{{cg}i{}{}{{An{e}}}{}}88{cCj{}}099{{c{Cl{e}}}g{}{}{}}:{Dbc{}}0{Dbh}{{CHle}c{}{{Bb{}{{Ch{c}}}}}}{cc{}}0>{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}00{{}{{Il{CHlAAd}}}}{{CHlc}h{{Oj{}{{Ch{h}}}}Gl}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55`{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077{{c{Cl{e}}}g{}{}{}}8{Dbc{}}0{Dbh}{{CHne}c{}{{Bb{}{{Ch{c}}}}}}{cc{}}0<{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}00{{}{{Il{CHnAAd}}}}{{CHnc}h{{Oj{}{{Ch{h}}}}Gl}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55`````````````{{}{{Nf{{Il{hCI`}}}}}}`````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0```7777{cCj{}}000`8888`{{c{Cl{e}}}g{}{}{}}0````99{{}{{CIb{c}}}G`}``{Dbc{}}000{Dbh}0{{Kne}c{}{{Bb{}{{Ch{c}}}}}}`````{{CIdDf}{{Il{hAAb}}}}0{{{CIb{c}}Df}{{Il{hAAb}}}Jj}``{{{CIf{c}}}{{CIj{cbCIh}}}Dl}{CIlCId}{cc{}}000{ce{}{}}0````{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0>>444444```{c{{Lf{{CJ`{}{{Kf{e}}{Kj{g}}{CIn{i}}{Kh{c}}}}{Nf{g}}}}}{}Kn{JjGl}{G`CJb}}{{}{{CJd{}{{Kj{c}}}}}{JjGlNd}}{{}{{Il{KnAAd}}}}````{{{CIb{c}}}{{Il{hCId}}}{}}{{{CIb{h}}}{{Il{hCId}}}}{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}NlKn{JjGl}{G`CJb}{}}{{{CJd{}{{Kj{c}}}}}Nl{JjGlNd}}`{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}`{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}{}Kn{JjGl}{G`CJb}{}}{{{CJd{}{{Kj{c}}}}}CJh{JjGlNd}}``{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}{{Mh{e}}}Kn{JjGl}{G`CJb}{}}{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}gKn{JjGl}{G`CJb}{}}{{{CJd{}{{Kj{c}}}}}CJj{JjGlNd}}`{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}JlKn{JjGl}{G`CJb}{}}{{{CJd{}{{Kj{c}}}}}Jl{JjGlNd}}{cABf{}}{cJl{}}``{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}e}{{Nf{e}}}Kn{JjGl}{G`CJb}{}}{{{CJd{}{{Kj{c}}}}c}h{JjGlNd}}{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}{{CJn{egCJl}}}Kn{JjGl}{G`CJb}{}}{{{CJd{}{{Kj{c}}}}}{{CJn{cCJjCJl}}}{JjGlNd}}```````{c{{CIb{c}}}{}}```````````````{CK`{{Jn{CKb}}}}{CKdh}`{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CKjceCKlCKfCKn}hCKd{}}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CLbh}{{CKdCLdc}h{{K`{Ih}}}}``{CK`{{I`{CLf}}}}`{{CKjCKfcCLh}dCKd}`{{CKjcObCLhCLj}CLlCKd}{{CK`CKbcOd}CLlCKd}``{{CKjCKfCKnCL`c}CLnCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CK`CKbCKfcCMf}hCKd}`{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}{CLb{{I`{Jl}}}}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}10{{CLbCMj{Jn{CMl}}}h}`{{CLbCMn}h}{{CK`CLf}h}`{CK`{{Ob{CN`}}}}`0{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{CK`CNd}``{CK`CNf}```{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}{{CLbJl}h}{{CLb{CNh{{Ib{Gj}}}}}h}10```````````````````````````````````````{CNjCL`}``{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}gM`M`}hG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}eG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}iM`M`}gG`CKd{}{COdDl}}`{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}COfG`CKd{}}````{{ce}{{Il{{COb{}{{CNl{c}}{CNn{g}}{CO`{i}}}}COh}}}G`{COdDl}CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Il{hCOl}}}G`CKd{}{{En{El}}}}`{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Jn{BBj}}}G`CKd{}{{En{El}}}}`````````````````````````````````````````````{{COnD`}{{Ob{M`}}}}{{Db{Aj{{Ml{BBj}}}}}h}{{DdDf}{{Ob{M`}}}}``{cDh{{K`{Dd}}}}````````````````:987654````````````````````````````````````````````````````````{CK`{{Jn{CKb}}}}{CKdh}`````{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CKjceCKlCKfCKn}hCKd{}}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CLbh}``{{CKdCLdc}h{{K`{Ih}}}}````````{CK`{{I`{CLf}}}}{{CKjCKfcCLh}dCKd}`{{CKjcObCLhCLj}CLlCKd}{{CK`CKbcOd}CLlCKd}``{{CKjCKfCKnCL`c}CLnCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}`{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CK`CKbCKfcCMf}hCKd}{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}``{CLb{{I`{Jl}}}}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}10{{CLbCMj{Jn{CMl}}}h}`{{CLbCMn}h}{{CK`CLf}h}`{CK`{{Ob{CN`}}}}`0{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{CK`CNd}``{CK`CNf}`````````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}{{CLbJl}h}{{CLb{CNh{{Ib{Gj}}}}}h}10`````````````````````````````{CLbh}{{CLb{I`{Jl}}}{{I`{c}}}Dj}?>{CLb{{I`{c}}}Dj}>?0>=<{{CLbd{I`{CNb}}{I`{{Lf{{CJn{ceg}}CNd}}}}{Ib{Gj}}CMn}h{}{}{}}:5454````````````````````````````````````````````````````````````````{{DlDl}d}{{}{{CHj{CE`}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{Jn{BBj}}M`M`}{{Il{DnDA`}}}}``````{CNjCL`}{{{Jn{CL`}}Mf{Ob{M`}}}{{Jn{CL`}}}}{{{Ml{{DAb{c}}}}{Ml{{DAb{c}}}}}{{Jn{CL`}}}CNj}````````{e{{DAf{{Ib{DAd}}}}}{}{{DAd{}{{Of{c}}}}Gl}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAAd}}}}{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}```````````{DAh{{Mh{DAj}}}}``{{}{{Mh{CM`}}}}{{{DAl{CM`CMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`543`````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}`{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}``{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}`{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}``{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}`{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}`{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}`{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}``{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{DNh{{DNj{DNh}}}}`{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}`{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}`{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````{Db{{Lf{{EDn{c}}{EE`{c}}}}}{}}{{}{{Lf{{EEb{c}}{EEd{c}}}}}{}}````{{}{{Lf{{EEf{c}}{EEh{c}}}}}{}}```````{c{}Oj}{c{{EEj{c}}}{DAdDFn}}{{}{{Il{EElEEn}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DCnc}{{DD`{DCnc}}}DDb}{DDh{{DDj{DDh}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{{ce}{{EF`{ce}}}DDb{DLhDFnALj}}{{ce}{{EFb{ce}}}DE`{DLhDFnALj}}{{ce}{{Lf{{EFd{ce}}EFf}}}DE`{DLhDFnALj}}{{}EFh}{DEb{{DFd{DEb}}}}{DDh{{DGl{DDh}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DEb{{DJd{DEb}}}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}1{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{BBjEFj}{{DNhDLn}{{DNj{DNh}}}}{{}EFl}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{DNh{{DNj{DNh}}}}{{DCnAl}{{Eh{DCn}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}````````````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}`{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}`{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}`{DNh{{DNj{DNh}}}}{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}Oj}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}0{DBn{{DCh{DBn}}}}{Ojh}{c{{EG`{{Il{ec}}}}}{}{}}{DBb{{DEj{DBbc}}}{}}{DBn{{DG`{DBn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{DBn{{DHf{DBn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{DBb{{DIh{DBb}}}}{EGbOj}{DBn{{DIn{DBn}}}}{EGdd}{{ce}{{EGf{ce}}}OjOj}{{ceg}{{EGh{ceg}}}OjOjOj}{{cegi}{{EGj{cegi}}}OjOjOjOj}{{cegik}{{EGl{cegik}}}OjOjOjOjOj}{cEGnOh}{e{{EH`{e}}}{}{{Bb{DLd}{{Ch{c}}}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EHb{c}}}Oj}{DBn{{DKf{DBn}}}}{DBn{{I`{c}}}{}}{c{{EG`{{Il{ce}}}}}{}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHd{c}}}{}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{e{{EHf{e}}}{}{{Cd{DLd}{{Ch{{DLf{c}}}}}}}}{c{{EHh{c}}}Oj}{{DBnDLd}{{DLf{c}}}{}}{c{{EG`{c}}}{}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHj{ce}}}{OjDFn}{OjDFn}}{cEHlOh}{cEHnOh}{DBn{{DOd{DBn}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DBb{{EBd{DBbc}}}{}}{DBb{{EBh{DBb}}}}{{ce}{{EI`{ce}}}DBf{{DBf{}{{Cf{}}}}}}{{ceg}{{EIb{ceg}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegi}{{EId{cegi}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegik}{{EIf{cegik}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{cEIhOh}{c{{EIj{c}}}DBf}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{ce}{{EIl{ce}}}{DBfDFn}{DBfDFn}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DC`Db}{{DCb{DC`c}}}{}}{DC`{{DDf{DC`c}}}{}}{{}{{EIn{c}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DC`{{DGj{DC`c}}}{}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}1010{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{{ck}{{EJ`{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}DAd}{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}0{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAnDb}{{DDd{DAn}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{{}{{EJb{c}}}{}}{DAn{{DEh{DAn}}}}{DBh{{DEl{DBhc}}}{}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DAn{{DGb{DAn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DHh{DAn}}}}`{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DAn{{DIj{DAn}}}}{DBh{{DJ`{DBh}}}}{EJdd}{cEJfOh}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DAn{{DKh{DAn}}}}{c{{EJh{c}}}Oj}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{}{{EJj{c}}}{}}{e{{EJl{e}}}{}{{Cd{DLd}{{Ch{{DLf{{I`{c}}}}}}}}}}{c{{EJn{c}}}DAd}{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{DAnDb}{{DN`{DAn}}}}{c{{EK`{c}}}Dl}{e{{EKb{e}}}{}{{Cd{}{{Ch{c}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{ce}{{EKd{ce}}}DAd{{DAd{}{{Of{}}}}}}`{cEKfOh}{DAn{{DNl{DAn}}}}{{cei}{{EKh{ceig}}}DAd{{DAd{}{{Of{}}}}}G`{{Cd{g}{{Ch{EKj}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{{DAnDb}{{Ef{DAn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBh{{EBf{DBh}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{DBf{}{{DKn{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKn{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DAnc}{{EDl{DAnc}}}DAd}``````````{cEKfOh}``````````````````{Ojh}{EGbOj}{{}EL`}0{{ELbc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}Gl}}{{ELfc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}}}{{ELh{ELj{h}}}{{Il{hELd}}}}{{ELfc}{{Il{DNdELd}}}Oj}{{ELl{ELn{h}}}{{Il{hELd}}}}{{ELbc}{{Il{DNdELd}}}{OjGl}}{ELl{{Il{hELd}}}}{ELh{{Il{hELd}}}}{{{Id{EM`}}}h}0{{{Id{c}}}EL`EM`}{{{Id{c}}}EMbEM`}{{{DAl{EMdEMf}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`````{{cDbi}{{Mh{e}}}AA`CJf{{Oj{}{{Ch{EMh}}}}CJf}{{Bb{{EDn{e}}}{{Ch{g}}}}CJf}}{{{EMj{}{{Ch{c}}}}EMl}h{}}{{{DAl{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAd{}{{Of{c}}}}CJf}}{{cg}{{Mh{e}}}AA`{}{{DAd{}{{Of{e}}}}CJf}}{{{Ib{{EMj{}{{Ch{c}}}}}}{DAf{{Ib{DAd}}}}}{{DAf{{Ib{DAd}}}}}{}}{{cek}{{Mh{g}}}AA`CJfCJf{{Oj{}{{Ch{{Lf{ge}}}}}}CJf}{{Cd{e}{{Ch{i}}}}CJfNd}}``````````````````````{{{EN`{}{{EMn{c}}}}{Jn{c}}}h{}}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{ENbENd}{{Ml{Mf}}}}{{ENfENh}{{ENl{MfENj}}}}{{ENfENd}{{ENl{MfENj}}}}```{ENbDb}`````{ENn{{ENl{MfENj}}}}``````````````````````````````````````````````````{{EO`{ENl{MfENj}}MfEOb{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}EOb{Ml{Mf}}}h}{{EO`{EOh{Mf}}{Ml{Mf}}}{{Lf{ENdENd}}}}{{EO`{ENl{MfENj}}{Ml{Mf}}}ENd}{{EO`{EOj{{ENl{MfENj}}}}{Ml{Mf}}}h}{{EOl{EOj{{ENl{MfENj}}}}}h}{{EO`{EOn{MfENj}}EOb{Ml{Mf}}}h}{{EO`{EOn{MfENj}}F`EOb{Ml{Mf}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{ENl{MfENj}}}h}5``{{{Ff{}{{Fd{c}}}}}c{}}{EOlh}{EO`h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}h}{{EO`d}h}{{EO`{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}h}{{EO`Mf}{{Fj{EO`}}}}{{EOlMf}h}>{{EOl{ENl{MfENj}}}h}0{EO`Db}{{EO`{Fh{{ENl{MfENj}}{ENl{MfENj}}}}{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{EOd{MfENj}}}h}{{EOl{EOd{MfENj}}{EOd{MfENj}}{EOd{MfENj}}}h}7{{EOl{EOd{MfENj}}}h}0{{EOl{EOd{MfENj}}{EOd{MfENj}}}h}9{{EO`DbDb}h}{{EOlDbDb}h}6:23``{{EO`c}{{Fl{EO`c}}}{{Fn{Mf}}}}<{EO`{{FA`{EO`}}}}`````````````````````````````````````````````{{{FAb{}{{AJl{c}}}}c}{{FAb{}{{AJl{c}}}}}FAd}`{{{FAb{}{{AJl{c}}}}c}cFAd}``1``````{{{FAb{}{{AJl{c}}}}c}{{EOd{cENj}}}FAd}11{FAdFAd}`{{{FAb{}{{AJl{c}}}}}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}cCd}hFAd}{{{FAb{}{{AJl{c}}}}}{{ENl{cENj}}}FAd}``````````````{{cc}{{ENl{cENj}}}{}}`````{{{FAb{}{{AJl{c}}}}c}{{ENl{cENj}}}FAd}{{cc}{{FAf{cENj}}}{}}{{{FAb{}{{AJl{c}}}}c}{{Lf{{FAb{}{{AJl{c}}}}{FAb{}{{AJl{c}}}}}}}FAd}{{{FAb{}{{AJl{c}}}}{FAh{c}}}{{FAb{}{{AJl{c}}}}}FAd}```5``````{MfFAd}{{cc}{{EOd{cENj}}}{}}``<`````<```````````````````````````````````````````````````````````{{cccccc}{{FAj{ce}}}An{}}{{dd}FAl}{{ddd}FAn}{FB`FB`}`0`{{FB`FB`}FB`}``````````````````````````````````{{cc}{{ENl{ce}}}{}{}}{{ccc}{{FBb{ce}}}{}{}}``3{{cccc}{{FBd{ce}}}{}{}}``4`{{cc}{{FAf{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}6``{{cc}{{EOd{ce}}}{}{}}{{ccc}{{FBh{ce}}}{}{}}```````````````````````````{{}c{}}{{FBjFBj}d}{{FBjFBjc}d{}}{{cc}cBEb}0````````````````````````````````````````````````````````````````````````````````````````{FBlFBl}{FBnFBn}{{}FC`}{FCbFCb}{{}FCd}``````````{{{FAb{}{{AJl{c}}}}c}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}c}cFAd}1{{{FAb{}{{AJl{c}}}}c}{{EOd{cENj}}}FAd}11{{{FAb{}{{AJl{c}}}}}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}cCd}hFAd}{{{FAb{}{{AJl{c}}}}}{{ENl{cENj}}}FAd}{{{FAb{}{{AJl{c}}}}c}{{ENl{cENj}}}FAd}{{{FAb{}{{AJl{c}}}}c}{{Lf{{FAb{}{{AJl{c}}}}{FAb{}{{AJl{c}}}}}}}FAd}{{{FAb{}{{AJl{c}}}}{FAh{c}}}{{FAb{}{{AJl{c}}}}}FAd}3{{Fn{ENl{cENj}}}{{ENl{cENj}}}{}}{{Fn{EOd{cENj}}}{{EOd{cENj}}}{}}99{{cccc}{{FCf{c}}}FAd}{{{EOd{cENj}}{EOd{cENj}}}cFAd}{{{ENl{cENj}}{ENl{cENj}}{ENl{cENj}}}cFAd}{{cc}{{Lf{cc}}}FCh}{{{EOd{cENj}}}{{EOd{cENj}}}FAd}{{{EOd{cENj}}}{{EOd{cENj}}}FCh}`````{{FCjMf}{{FCl{FCj}}}}{{FCjc}{{FCn{FCjc}}}{{Fn{Mf}}}}```````````````````{{MfMf}{{ENl{MfENj}}}}`{{MfMf}{{FAf{MfENj}}}}{{MfMf}{{EOd{MfENj}}}}````````````````````````````````````{{EO`{ENl{MfENj}}MfEOb{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}EOb{Ml{Mf}}}h}{{EO`{EOh{Mf}}{Ml{Mf}}}{{Lf{ENdENd}}}}{{EO`{ENl{MfENj}}{Ml{Mf}}}ENd}{{EO`{EOj{{ENl{MfENj}}}}{Ml{Mf}}}h}{{EOl{EOj{{ENl{MfENj}}}}}h}{{EO`{EOn{MfENj}}EOb{Ml{Mf}}}h}{{EO`{EOn{MfENj}}F`EOb{Ml{Mf}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{ENl{MfENj}}}h}5{{{Ff{}{{Fd{c}}}}}c{}}{EOlh}{EO`h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}h}{{EO`d}h}{{EO`{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}h}{{EO`Mf}{{Fj{EO`}}}}{{FCjMf}{{FCl{FCj}}}}{{EOlMf}h}?{{EOl{ENl{MfENj}}}h}0{EO`Db}{{EO`{Fh{{ENl{MfENj}}{ENl{MfENj}}}}{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{EOd{MfENj}}}h}{{EOl{EOd{MfENj}}{EOd{MfENj}}{EOd{MfENj}}}h}7{{EOl{EOd{MfENj}}}h}0{{EOl{EOd{MfENj}}{EOd{MfENj}}}h}9{{EO`DbDb}h}{{EOlDbDb}h}6:23{{EO`c}{{Fl{EO`c}}}{{Fn{Mf}}}}{{FCjc}{{FCn{FCjc}}}{{Fn{Mf}}}}={EO`{{FA`{EO`}}}}`````````````````````````{{FD`CL`}FDb}``{D`{{Il{FDdFDf}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{FDj{}{{FDh{c}}}}e}hFDl{{Cd{c}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}e}hFDl{{Cd{cc}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}eg}hFDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}2{FDn{{Ml{BBj}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}}hFDl}{{FE`M`M`c}h{}}{{{FEd{}{{FEb{c}}}}}{{Lf{M`M`M`M`}}}FDj}`{{{FDj{}{{FDh{c}}}}}{{Ml{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{Lf{cccc}}}FDl}1``{{{FEh{}{{FEf{c}}}}}FEjFEl}{{FE`eM`M`}{{Il{hFDf}}}{}{{FEd{}{{FEb{c}}}}}}{{FE`FEnM`M`}d}{{{FEh{}{{FEf{c}}}}}{{Lf{M`M`}}}FEl}{{{FEd{}{{FEb{c}}}}}{{Lf{M`M`}}}FDj}``{{cccc}{{FDj{}{{FDh{c}}}}}FDl}{{{Ml{c}}}{{FDj{}{{FDh{c}}}}}FDl}0{{{FEd{}{{FEb{c}}}}M`M`}cFDj}{{FE`M`M`}c{}}{{{Ml{BBj}}}{{Il{FF`FDf}}}}{{{FEd{}{{FEb{c}}}}}M`FDj}{{{FEh{}{{FEf{c}}}}}{{I`{{Jn{BBj}}}}}FEl}{c{{Il{{Lf{M`M`}}FDf}}}{{En{FFb}}}}`{{{FEd{}{{FEb{c}}}}M`M`}dFDj}{FFdFFf}{{{FEh{}{{FEf{c}}}}}{{Il{cFDf}}}FEl}{{{FDj{}{{FDh{c}}}}}hFDl}``{{cFF`}{{Il{FDdFDf}}}{FFhFFj}}{{{Ml{BBj}}}{{Il{FDdFDf}}}}{{{Ml{BBj}}FF`}{{Il{FDdFDf}}}}{{{FDj{}{{FDh{c}}}}e}{{FDj{}{{FDh{c}}}}}FDl{{Cd{c}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}e}{{FDj{}{{FDh{c}}}}}FDl{{Cd{cc}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}eg}{{FDj{}{{FDh{c}}}}}FDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}2`{c{{Il{FDdFDf}}}{{En{FFb}}}}{{{FEh{}{{FEf{c}}}}}FFlFEl}{{{FEd{}{{FEb{c}}}}}{{FFn{{FEd{}{{FEb{c}}}}}}}FDj}{{FE`M`M`c}h{}}{{{FEh{}{{FEf{c}}}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{FEh{}{{FEf{c}}}}{Ml{BBj}}e}{{Il{hFDf}}}FEl{{ABj{FG`}}}}{{FGbM`M`M`M`{Ml{BBj}}}{{Il{hFDf}}}}{{FGbM`M`M`M`{Ml{BBj}}c}{{Il{hFDf}}}{{ABj{FG`}}}}`{{c{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}{{En{FFb}}}}{{c{Ml{BBj}}M`M`FEjFF`}{{Il{hFDf}}}{{En{FFb}}}}{{{FEh{}{{FEf{c}}}}}AlFEl}{{{FEh{}{{FEf{c}}}}FGd}{{Il{hFDf}}}FEl}{{FE`M`M`M`M`}{{FGf{FE`}}}}{{{FDj{}{{FDh{c}}}}}{{FGh{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{FGj{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{FGl{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{FGn{c}}}FDl}6{{{FEd{}{{FEb{c}}}}M`M`}cFDj}>{{{FEd{}{{FEb{c}}}}M`M`M`M`}{{FGf{{FEd{}{{FEb{c}}}}}}}FDj}{{{FEd{}{{FEb{c}}}}}M`FDj}{{c{Ml{BBj}}M`M`FEje}{{Il{hFDf}}}{FH`FFj}{{K`{FHb}}}}{{FHd{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}}`````````{FHfc{}}``````````````````````````````````````````````````{c{{Il{{Jn{{FGl{Mf}}}}AAd}}}{{En{FFb}}}}{{BBjBBjBBjBBj}FHh}{{{FGl{Mf}}}FHh}````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cMf}{{FHj{Jn}}}FEd}{{gCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}`{{gMf}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cM`M`M`M`}{{FGf{c}}}FEd}0{{{FHj{c{Jn{BBj}}}}e}h{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{g{Ml{Mf}}}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{c{{FHj{Jn}}}FEd}{{c{FHj{e}}}{{Il{hFDf}}}FEd{{FI`{}{{FHn{Ml}}}}}}{chFE`}210{c{{FHj{FGhJn}}}FEd}{c{{FHj{FGjJn}}}FEd}{c{{FHj{eJn}}}FEd{FDj{FIb{FGh}}}}{c{{FHj{eJn}}}FEd{FDj{FIb{FGj}}}}{{{FHl{}{{BHf{c}}}}}d{}}{{gee}h{FDlFId}{{FDj{}{{FDh{c}}}}}{{FE`{}{{FEb{e}}}}}}={{{FHj{c{Jn{BBj}}}}e}{{FHj{{FGh{BBj}}{Jn{BBj}}}}}{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{{FHl{}{{BHf{c}}}}c}Db{}}{{eMfMf}{{I`{c}}}FDj{{FEd{}{{FEb{c}}}}}}09{{{FHl{}{{BHf{c}}}}Db}{{I`{c}}}{}}{{{FHl{}{{BHf{c}}}}c}h{}}{{ceFIfFIf}hFE`{{FEd{}{{FEb{}}}}}}{{{Lf{M`M`}}{Lf{M`M`}}M`M`}{{Lf{M`M`}}}}1{{cM`M`FIh}{{FHj{Jn}}}FEd}{c{{FHj{Jn}}}FEd}{{c{FHj{e}}}{{Il{hFDf}}}FEd{{FI`{}{{FHn{Ml}}}}}}{chFE`}212188{{gM`M`}{{FHj{e{Jn{c}}}}}{FDlFIj}{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{ce}hFE`{{FEd{}{{FEb{}}}}}}{{gMfCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}>```{{gCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cCEj}hFE`}{{gMf}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cMf}hFE`}{{{FHj{c{Jn{BBj}}}}e}h{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{c{{FHj{FGhJn}}}FEd}{c{{FHj{FGjJn}}}FEd}{c{{FHj{eJn}}}FEd{FDj{FIb{FGh}}}}{c{{FHj{eJn}}}FEd{FDj{FIb{FGj}}}}{{{FHl{}{{BHf{c}}}}}d{}}98{{{FHj{c{Jn{BBj}}}}e}{{FHj{{FGh{BBj}}{Jn{BBj}}}}}{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{{FHl{}{{BHf{c}}}}c}Db{}}?{{{FHl{}{{BHf{c}}}}Db}{{I`{c}}}{}}{{{FHl{}{{BHf{c}}}}c}h{}}```````````````````````````````````````{{}{{FIn{FIl}}}}{FJ`Ob}``{O`FJb}{DdFJd}{FJfFJh}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FJjFJlFJn}h}`{{FJjFK`}d}``{FJjd}`{{FJjFJl}{{FKb{FJj}}}}{FJjFKd}0``````````{FJj{{I`{Jl}}}}{FJjFKf}``{{FJjFKfFKf}h}5``````{FJj{{I`{FK`}}}}```````````````````{{FJjFKfEl{I`{FKh}}}FKf}{{FJjEl{I`{FKh}}}h}```````````````````````8``{FJjFKj}{FJj{{I`{{Lf{FKfFKf}}}}}}{{FJjd}h}{{FJjFKf}h}1{{FJjFKj}h}{{FJjADj}h}{{FJjFJld}h}`````{FJjh}````{FJjADj}`````````{{FJje}c{}{{Bb{FJ`}{{Ch{c}}}}}}0```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FKl{Ml{FKn}}FL`}FLb}{{FKlFLdFL`}FLb}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{FLfh}````````{{FLfMfMfMfMfMfMf}h}`````````{{{Ml{BBj}}}{{I`{M`}}}}```````````````````````````````````````````{{FLfMfMf}h}`````````````0`````````````{{{Ml{BBj}}}{{I`{FLh}}}}`````{{FLfMfMfMfMf}h}````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FLjFLl}h}{{FLjFLn}h}{FLjh}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FM`{Ml{BBj}}}{{I`{FMb}}}}{{{Ml{BBj}}ADj}{{I`{FMd}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{FMh{}{{FMf{c}}}}c}{{Ob{M`}}}{DlAA`}}{{{FMh{}{{FMf{c}}}}cFMjCL`{ADf{Mf}}}h{DlAA`}}``````{{Odce}CLl{{K`{CN`}}}{{K`{CN`}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{CLl}}}}}}`{{OdMfce}CLl{{Bb{Od}{{Ch{CLl}}}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegi}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegik}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}{{Bb{CLlOb}{{Ch{CLl}}}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMncOdCN`CN`FMlMfFN`{Ml{{CJn{egc}}}}{Ml{CKb}}}CLlCKd{}{}}```````````````````````````````````````````````{{CKjceCKlCKfCKn}hCKd{}}{{{Ml{{CJn{ceg}}}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{CKjCKfcCLh}dCKd}{{CKjcObCLhCLj}CLlCKd}{{CKjCKfCKnCL`c}CLnCKd}{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}``````{CKdh}{{CKdCLdc}h{{K`{Ih}}}}````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}```{{{EMj{}{{Ch{c}}}}EMl}h{}}{{{Ib{{EMj{}{{Ch{c}}}}}}{DAf{{Ib{DAd}}}}}{{DAf{{Ib{DAd}}}}}{}}`````{{FNbDf}{{Ob{M`}}}}{{FNbDf{I`{Dd}}CL`}h}`````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}FOb{AnFd}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}c{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}FOn{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}gCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}eCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}i}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{FO`{c}}CLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FNn{}{{FNd{c}}}}DbDb}{{I`{CLh}}}{AnFd}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNn{}{{FNd{c}}}}CLh}{{I`{Gb}}}{AnFd}}{{{FNn{}{{FNd{c}}}}}Gd{AnFd}}`{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{Aj{{Ml{BBj}}}}}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FNn{}{{FNd{c}}}}}Ob{AnFd}}{{{FNn{}{{FNd{c}}}}}Mf{AnFd}}0{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}Gf}h{AnFdG`}}{{{FNn{}{{FNd{c}}}}Ob}h{AnFd}}{{{FNf{}{{FNd{c}}}}}{{I`{Jl}}}{AnFdG`}}``{{{FNf{}{{FNd{c}}}}ObcFOnGhe}h{AnFdG`}FNl}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}c}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}h{AnFd}}{{{FNn{}{{FNd{c}}}}}Gj{AnFd}}`{{{FO`{c}}}{{FNn{}{{FNd{c}}}}}{AnFd}}{El{{FNf{}{{FNd{c}}}}}{AnFdG`}}````````````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}><;6```````{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}>````````{CK`{{Jn{CKb}}}}`{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CMf{{Gl{c}}}{}}{{CMfGn{I`{CLf}}}h}{CK`{{I`{CLf}}}}`{{CK`CKbcOd}CLlCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CK`CKbCKfcCMf}hCKd}`{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CMfGA`{I`{CLf}}CL`CLj}h}{{CK`CLf}h}{CK`{{Ob{CN`}}}}0{CK`CNd}`{CK`CNf}``{{CMfGAb{I`{CLf}}}h}`````````````````{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}?{Gnh}`?{Gnd}{{{Ib{CMf}}g}{{`{{CMf{e}}}}}{}{}{{ABj{c}{{Ch{e}}}}}}{{GAbDb}h}{GAbh}0{{CLfe}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{GA`GAd}h}`>2{{GA`GAf}h}`:7``{{{DAl{GAh}{{Ch{e}}}}}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{}{{`{{CMf{CLf}}}}}}{CLf{{`{{CMf{c}}}}}{}}:{{}{{`{{CMf{c}}}}}{}}0`:`;```{{CLfGAd}{{`{{CMf{c}}}}}{}}6{{CLfGAf}{{`{{CMf{c}}}}}{}}6`````{{CLfDb}{{`{{CMf{c}}}}}{}};4:4:4:```````````{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}`{{cCKlCKfGAnBdCL`}hFOl}{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}``````{{{Jn{CKb}}{Ml{c}}egi}h{}{{ABj{CKbc}}}{{ABj{Db}{{Ch{d}}}}}{{ABj{c}{{Ch{CKb}}}}}}```````````{{{CJb{}{{GAj{c}}}}c}BjG`}``{c{{Lf{{CJ`{}{{Kf{e}}{Kj{g}}{CIn{i}}{Kh{c}}}}{Nf{g}}}}}{}Kn{JjGl}{G`CJb}}{{{CIb{c}}}{{Il{hCId}}}{}}{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}NlKn{JjGl}{G`CJb}{}}{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}{}Kn{JjGl}{G`CJb}{}}{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}{{Mh{e}}}Kn{JjGl}{G`CJb}{}}`{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}gKn{JjGl}{G`CJb}{}}{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}JlKn{JjGl}{G`CJb}{}}{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}e}{{Nf{e}}}Kn{JjGl}{G`CJb}{}}{{{CJ`{}{{Kf{c}}{Kj{e}}{CIn{g}}{Kh{i}}}}}{{CJn{egCJl}}}Kn{JjGl}{G`CJb}{}}{e{{Nf{c}}}{}{{ABj{{I`{Jl}}}{{Ch{c}}}}}}{CLb{{I`{c}}}Dj}10{Jl{{Nf{c}}}{}}0``````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000{{}CMn}{{}{{Aj{{Ml{GB`}}}}}}{ce{}{}}00000000000000000{cCj{}}00000000000000000{{{GBb{c}}GB`}{{I`{{Aj{{Ml{BBj}}}}}}}Gj}{{{GBb{c}}}{{Aj{{Ml{GB`}}}}}Gj}{{CMnCMn}CMn}{{CMnCMn}h}10{CMnM`}021666666666666666666{{c{Cl{e}}}g{}{}{}}00000000{CMnCMn}{{{GBd{c}}}{{GBd{c}}}Dl}{GBfGBf}{{{GBh{c}}}{{GBh{c}}}Dl}{GBjGBj}{CMlCMl}{GBlGBl}{CMjCMj}{{{GBb{c}}}{{GBb{c}}}Dl}{{ce}h{}{}}000000009{ce{}{}}00000000{{CMnCMn}d}{{}GBj}{Dbc{}}00000000000000000{{CMnCMn}CMn}{Dbh}00000000{{}CMn}5{{{GBd{c}}{GBd{c}}}d{}}{{GBfGBf}d}{{{GBh{c}}{GBh{c}}}d{}}{{ce}d{}{}}00{{CMnc}h{{Oh{}{{Of{CMn}}}}}}{{CMnDf}{{Il{hAAb}}}}0000{{{GBd{c}}Df}{{Il{hAAb}}}Jj}{{GBfDf}{{Il{hAAb}}}}{{{GBh{c}}Df}{{Il{hAAb}}}Jj}{{GBjDf}{{Il{hAAb}}}}{{CMlDf}{{Il{hAAb}}}}{{CMjDf}{{Il{hAAb}}}}{GBnCMn}{cc{}}00000000000000000{M`{{I`{CMn}}}}{M`CMn}00{cCMn{{Oh{}{{Of{CMn}}}}}}{El{{I`{CMn}}}}{ce{}{}}00000000{CMjGC`}{{CMnc}hGCb}``{{}Db}00000000{{CMnCMn}h}{{CMnCMn}CMn}{{CMnCMn}d}666666666666666666{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000::::::::::::::::::{CMn};;;;;;;;;{CMnd}0{CMn{{GCd{CMn}}}}{CMn{{GCf{CMn}}}}`{CMnCMn}```;{{GCh{GBd{c}}}{{Il{h{GCj{{GBd{c}}}}}}}{}}{{CMnCMnd}h}<=<{ce{}{}}00000000>{c{{Il{e}}}{}{}}0000000000000000{{{Lf{{Jn{BBj}}GB`}}}{{Il{{GBb{c}}}}}{{GCl{{Lf{{Jn{BBj}}Jl}}}}}}1111111111{c{{Il{e{In{e}}}}}{}{}}00000000{cJ`{}}00000000444444444444444444{{CMnCMn}CMn}`````````````````````{{cg}i{}{}{{An{e}}}{}}000{{}{{Aj{{Ml{Jl}}}}}}0{{}{{Aj{{Ml{GB`}}}}}}88888888{cCj{}}0000000{{GjEl}{{I`{{Aj{{Ml{BBj}}}}}}}}{{{CNh{c}}GB`}{{I`{{Aj{{Ml{BBj}}}}}}}Gj}{Gj{{Aj{{Ml{Jl}}}}}}{{{CNh{c}}}{{Aj{{Ml{GB`}}}}}Gj}========{{c{Cl{e}}}g{}{}{}}000{GCnGCn}{{ce}h{}{}}{ce{}{}}000{Dbc{}}0000000{Dbh}000{{GCnDf}{{Il{hAAb}}}}0{cc{}}00000004444{{}Db}00055555555{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000;;;;888888888888`8{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}000{{{Lf{{Jn{BBj}}Jl}}}{{Il{GD`}}}}1{{{Lf{{Jn{BBj}}GB`}}}{{Il{{GDb{c}}}}}{{GCl{{Lf{{Jn{BBj}}Jl}}}}}}2222222{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000????????``{{Dbg}{{Nf{c}}}CJf{{Oj{}{{Ch{h}}}}CJf}{{Bb{{EDn{c}}}{{Ch{e}}}}CJf}}``````````````{{}{{Mh{CM`}}}}{{{DAl{CM`CMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0``{{Kne}c{}{{Bb{}{{Ch{c}}}}}}{{}{{Il{KnAAd}}}}{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}``````````````````````````````````{c{{Nf{{Il{hCI`}}}}}{{K`{{Aj{{Ml{BBj}}}}}}}}`````````````````{{{DAl{EMdEMf}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0```````````````````````````````````````````````````{{{GDd{}{{GAj{c}}}}c}Bh{G`Dl}}```````````````{{cDbi}{{Mh{e}}}AA`CJf{{Oj{}{{Ch{EMh}}}}CJf}{{Bb{{EDn{e}}}{{Ch{g}}}}CJf}}{{{DAl{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAd{}{{Of{c}}}}CJf}}{{cg}{{Mh{e}}}AA`{}{{DAd{}{{Of{e}}}}CJf}}{{cek}{{Mh{g}}}AA`CJfCJf{{Oj{}{{Ch{{Lf{ge}}}}}}CJf}{{Cd{e}{{Ch{i}}}}CJfNd}}``{DAh{{Mh{DAj}}}}```````````````````````````````````````````````````{i{{GDf{ceg}}}{}GDhCKd{{K`{{CJn{ceg}}}}}}`{i{{GDj{iceg}}}{}{}EN`{{GDl{ceg}}}}`{{cdg}{{GDn{eik}}}{{K`{Jl}}}{}{{ABj{d}{{Ch{e}}}}}{GE`GAl}FOl}{i{{GEb{ceg}}}{}{}CKd{{Oh{}{{Of{{CJn{ceg}}}}}}}}``{{{GEd{c}}El{I`{c}}g}{{GEf{ceik}}}{GEhDl}{}{{ABj{c}{{Ch{e}}}}}{GEjGDd}FOl}{i{{CJn{ceg}}}{}{}CKd{{GEl{ceg}}}}`{i{{GEn{ceg}}}{}GF`CKd{{K`{{CJn{ceg}}}}}}{{}{{Nf{c}}}{}}0{c{{GFb{e}}}{{K`{FOn}}}GFd}{cGFf{{K`{CN`}}}}`{e{{GFh{c}}}{}{{K`{c}}}}`{k{{GFj{cegi}}}{AnFd}{}{}CKd{{Oh{}{{Of{{Lf{c{CJn{egi}}}}}}}}}}`{{cm}{{GFl{egick}}}AA`{}{}{}{{K`{{CJn{egi}}}}}{{ABj{c}{{Ch{k}}}}}}{i{{GFn{ceg}}}{}{}CKd{{K`{{CJn{ceg}}}}}}{{{GEl{}{{GG`{c}}{GGb{e}}}}cCMf}hG`{}}```{{e{I`{c}}i}{{GGd{cgkm}}}{JhFd}{{K`{{Aj{{Ml{c}}}}}}}{}{{ABj{c}{{Ch{g}}}}}{GGfGGhGDdGF`}FOl}`{{{GGj{Mf}}Mf}{{GGl{c}}}GGn}`{{ce{I`{e}}i}{{GH`{gkm}}}{{K`{Jl}}}{AnGHb}Dl{{Bb{e}{{Ch{g}}}}}GHdFOl}{i{{GHf{ceg}}}{}{}CKd{{ABj{Ob}{{Ch{{CJn{ceg}}}}}}}}{i{{GHh{ceg}}}{}{}CKd{{Oh{}{{Of{{CJn{ceg}}}}}}}}```{i{{GHj{ceg}}}{}GGhCKd{{K`{{CJn{ceg}}}}}}`{{{GGj{c}}cg}{{GHl{cei}}}{An{EDb{BBj}}BEb}Dl{{ABj{c}{{Ch{e}}}}}GHn}``{c{{GI`{e}}}{{K`{Df}}}GIb}`{c{{GId{eg}}}JhGAlFOl}`{{{GIf{c}}}{{GIj{GIhegc}}}FOlDlGIl}`{{ElEl}{{GIn{ceg}}}DlGEjFOl}`{{ci}{{GJ`{ecg}}}{}{}CKd{{K`{{CJn{ecg}}}}}}`{{cdg}{{GJb{eik}}}{{K`{{I`{Jl}}}}}{}{{ABj{d}{{Ch{e}}}}}GJdFOl}`{{ikGJf}{{GJh{ceg}}}{}{GF`GAl}FOl{{K`{{CJn{ceg}}}}}Jh}{{{GEl{}{{GG`{c}}{GGb{e}}}}ce}{{I`{g}}}G`{}{}}{c{{GFb{e}}}{{K`{FOn}}}GFd}`{{{GGj{c}}cg}{{GJj{cei}}}{An{EDb{BBj}}BEb}Dl{{ABj{c}{{Ch{e}}}}}GHn}{cGFf{{K`{CN`}}}}{{{GEl{}{{GG`{c}}{GGb{e}}}}c}{{CJn{egi}}}G`{}{}{}}`````{{{GDh{}{{GAj{c}}}}c}AhG`}`````0{{cCL`CKndeg}AhCKdGDh{{Bb{}{{Ch{GJl}}}}}}{CLf{{Nf{c}}}{}}2`{{OdCN`CN`FMlc}CLl{{Bb{Od}{{Ch{CLl}}}}}}{{CKfCKnd}CLn}4```{{CLfCM`CKfCKn{CMb{c}}{I`{c}}e}CMdDl{{Bb{}{{Ch{GJl}}}}}}``````````````````````````````````{{{EN`{}{{EMn{c}}}}{Jn{c}}}h{}}{{{GDl{}{{GG`{c}}}}cegCL`CKn}JnG`EN`{}}```````{{{GDl{}{{GG`{c}}}}cCL`CKn}CLnG`}````````{{{GDl{}{{GG`{c}}}}cGJnCL`CKn}{{Lf{CMd{I`{e}}}}}G`{}}``````````````{{{GE`{}{{GAj{c}}}}cd}AfG`}````0```````{e{{Jn{Jl}}}GEh{{Oh{}{{Of{c}}}}}}{{eiEl}{{`{{BIn{}{{Of{c}}}}}}}{}{{Oh{}{{Of{c}}}}}{{En{El}}}{{Oh{}{{Of{g}}}}}}````{{{GF`{}{{GAj{c}}}}c}BnG`}``{{cBnCL`}hCKd}`{{OdCN`CN`MfMfFMlGdGjc}CLl{{Bb{Od}{{Ch{CLl}}}}}}``{CLf{{Nf{{I`{CL`}}}}}}``````{{eCKfcGK`FMj{ADf{Mf}}}h{DlAA`}{{FMh{}{{FMf{c}}}}}}{{eOdcCN`CN`GK`{ADf{Mf}}}CLl{}{{FMh{}{{FMf{c}}}}}}`{c{{GKb{c}}}{}}``{{cGKdOb}ObFMh}`````````````````````````````````````````````````{{GKfCKfCLh}d}`{{GKhGKjCKfCKnceCKlCL`Mf{I`{Mf}}ik}hCKdGKl{}{{BIn{}{{Of{{Lf{GKng}}}}}}}{{ABj{gcCKlCKfCKnCL`}}}}{{{GKl{}{{GAj{c}}}}c}HlG`}{{{GKl{}{{GAj{c}}}}c}{{I`{Hn}}}G`}`{{CKbcOdGKjCN`CN`Mfgi}CLl{}{}{{BIn{}{{Of{{Lf{GKne}}}}}}}{{ABj{eCKbcOd}{{Ch{CLl}}}}}}{{GKhGKjCKfCKnMf{I`{Mf}}}{{I`{CLn}}}}`2```{{GKhGKjCM`CKfCKn{CMb{c}}Mfg{I`{{Ib{ABj}}}}{I`{{Ib{ABj}}}}{I`{{Lf{Mf{Ib{ABj}}}}}}}CMd{}GKf{{BIn{}{{Of{{Lf{GKne}}}}}}}}````````````````````````````````````````{{{GGf{}{{GAj{c}}}}c}j{G`Dl}}```{{ceCKfCKnFMl{I`{FOn}}GhFJf{I`{El}}{I`{g}}GL`iCL`}hFOlGGfJh{{Bb{}{{Ch{GLb}}}}}}``1{{GLbcOdCN`FMl{I`{FOn}}GhFJfI`{I`{El}}{Ml{e}}}CLlFOlJh}`{{CKfCKn}CLn}{{CKfGLbFMl{I`{FOn}}FJf{Ml{c}}ABj}{{I`{{CMh{egi}}}}}{DlJh}{}{GGfGGhGDdGF`}FOl}````{{CM`CKfCKn{CMb{c}}ABj{I`{e}}{Ml{e}}i}CMd{}{FdDl}FNn{{Bb{}{{Ch{{GLb{g}}}}}}}}```````{{{GGn{}{{GAj{c}}}}c}CbG`}```````{{{GHd{}{{GAj{c}}}}cd}nG`}````0``````````{{{GFd{}{{GAj{c}}}}c}BlG`}`````````````````````{{{GGh{}{{GAj{c}}}}c}AdG`}0````00{{GLdceCKfCKnGLfg}hCKdGGh{{Bb{cCKfCKnCL`}}}}{{{GGh{}{{GAj{c}}}}cd}AdG`}0{{cOdCN`CN`GLfe}CLl{}{{Bb{cOd}{{Ch{CLl}}}}}}{{GLdCKfCKnGLfc}CLn{{Bb{CKfCKnCL`}{{Ch{CLn}}}}}}{{CLfGAd}{{Nf{c}}}{}}`{{CLfGAf}{{Nf{c}}}{}}{{GLdCM`CKfCKnCLb{CMb{c}}GLf{I`{{Ib{ABj}}}}e}CMd{}{{Bb{CM`CKfCKnCLb{CMb{c}}CL`}{{Ch{CMd}}}}}}```````````````````{{{GHn{}{{GAj{c}}}}c}A`G`}``````0{{cCKfCKnGLhe{GGj{e}}{Ml{e}}g}hCKd{{K`{Nl}}An}GHn}`1{{CKfCKnGLh}CLn}``{{CM`CKfCKn{CMb{c}}GLhe{GGj{e}}eABj{I`{c}}}CMdDl{An{K`{Nl}}GLj}}`````````````{{{GIb{}{{GAj{c}}}}c}BfG`}`0```````````{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}`{{cCKlCKfGAnBdCL`}hFOl}{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}`````````````````````````````````{{{GIl{}{{GAj{c}}}}c}lG`}``0{{{GIl{}{{GAj{c}}}}c}DdG`}11000`````````````{{{GEj{}{{GAj{c}}}}c}AlG`}````0{{{GEj{}{{GAj{c}}}}c}DdG`}{{ceCKfCKnGLlGLndd{I`{GM`}}CL`}hFOlGEj}{CLf{{Nf{c}}}{}}3`3`{{cOdCN`FMl{I`{FOn}}I`Gh{I`{GM`}}GLlGLnEld}CLlFOl}{{CKfCKnd}CLn}{{CLfDb}{{Nf{c}}}{}}33535```{{CM`CKfCKncCLb{CMb{e}}GLn{I`{FOn}}GhI`d{I`{ABj}}{I`{ABj}}{I`{e}}g}CMdFOlDl{{Bb{}{{Ch{GLl}}}}}}6``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GJd{}{{GAj{c}}}}cd}fG`}```````0````````````````{{{GHn{}{{GAj{c}}}}c}A`G`}````0{{cCKfCKnGMbe{GGj{e}}g}hCKd{{K`{Nl}}An}GHn}`1{{CKfCKnGMb}CLn}``{{CM`CKfCKn{CMb{c}}GMbe{GGj{e}}eABj{I`{c}}}CMdDl{An{K`{Nl}}GLj}}```````````````````````````````````````````````````````````````{{LdDn}{{Nf{c}}}{}}{{LdGMd}{{Nf{c}}}{}}{{LdGMf}{{Nf{c}}}{}}{Ld{{Nf{c}}}{}}`0`{{Lde}{{Nf{c}}}{}{{Bb{Al}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{d}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{{I`{d}}}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{GMf}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{Ob}{{Ch{c}}}}}}{{}{{Mh{{Lf{LdDAj}}}}}}6````{{Ldd}{{Nf{c}}}{}}`0{{LdCLh}{{Nf{c}}}{}}``{{Ld{I`{GMh}}}{{Nf{c}}}{}}`{{LdOb}{{Nf{c}}}{}}``{{Lde}{{Nf{c}}}{}{{Bb{GMj}{{Ch{c}}}}Gl}}`;``{GMl{{Lf{Ld{Nf{c}}}}}{}}<<`````````````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}2{Dbc{}}0{Dbh}{{GMnDf}{{Il{hAAb}}}}0{DA`GMn}{cc{}}{AAdGMn}{FDfGMn}2{c{{Il{DnGMn}}}{{En{FFb}}}}{{{Ml{BBj}}{I`{FF`}}}{{Il{DnGMn}}}}{{{Jn{BBj}}M`M`}{{Il{DnDA`}}}}<{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}>{ce{}{}}00{GMn{{I`{CFb}}}}{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}66``````````````````````````````````````````````````````````````````````````````{CK`{{Jn{CKb}}}}{CKdh}`````{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CKjceCKlCKfCKn}hCKd{}}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CLbh}``{{CKdCLdc}h{{K`{Ih}}}}````````{CK`{{I`{CLf}}}}`{{CKjCKfcCLh}dCKd}``{{CKjcObCLhCLj}CLlCKd}{{CK`CKbcOd}CLlCKd}```{{CKjCKfCKnCL`c}CLnCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}`{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CK`CKbCKfcCMf}hCKd}`{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}``{CLb{{I`{Jl}}}}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}10{{CLbCMj{Jn{CMl}}}h}``{{CLbCMn}h}{{CK`CLf}h}`{CK`{{Ob{CN`}}}}`0{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{CK`CNd}```{CK`CNf}```````````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}{{CLbJl}h}{{CLb{CNh{{Ib{Gj}}}}}h}10`````````````````````````````{CLbh}{{CLb{I`{Jl}}}{{I`{c}}}Dj}?>{CLb{{I`{c}}}Dj}>?0>=<{{CLbd{I`{CNb}}{I`{{Lf{{CJn{ceg}}CNd}}}}{Ib{Gj}}CMn}h{}{}{}}:5454````````````````````````````````````````````````````````````````{{DlDl}d}{{}{{CHj{CE`}}}}```````````{{{FMh{}{{FMf{c}}}}c}{{Ob{M`}}}{DlAA`}}{{{FMh{}{{FMf{c}}}}cFMjCL`{ADf{Mf}}}h{DlAA`}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLl{{K`{CN`}}}{{K`{CN`}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{CLl}}}}}}`{{OdMfce}CLl{{Bb{Od}{{Ch{CLl}}}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegi}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegik}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}{{Bb{CLlOb}{{Ch{CLl}}}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMncOdCN`CN`FMlMfFN`{Ml{{CJn{egc}}}}{Ml{CKb}}}CLlCKd{}{}}```````````````````````````````````````````````{{CKjceCKlCKfCKn}hCKd{}}{{{Ml{{CJn{ceg}}}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{CKjCKfcCLh}dCKd}{{CKjcObCLhCLj}CLlCKd}{{CKjCKfCKnCL`c}CLnCKd}{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}``````{CKdh}{{CKdCLdc}h{{K`{Ih}}}}````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}`````{{FNbDf}{{Ob{M`}}}}{{FNbDf{I`{Dd}}CL`}h}`````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}FOb{AnFd}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}c{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}FOn{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}gCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}eCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}i}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{FO`{c}}CLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FNn{}{{FNd{c}}}}DbDb}{{I`{CLh}}}{AnFd}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNn{}{{FNd{c}}}}CLh}{{I`{Gb}}}{AnFd}}{{{FNn{}{{FNd{c}}}}}Gd{AnFd}}`{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{Aj{{Ml{BBj}}}}}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FNn{}{{FNd{c}}}}}Ob{AnFd}}{{{FNn{}{{FNd{c}}}}}Mf{AnFd}}0{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}Gf}h{AnFdG`}}{{{FNn{}{{FNd{c}}}}Ob}h{AnFd}}{{{FNf{}{{FNd{c}}}}}{{I`{Jl}}}{AnFdG`}}``{{{FNf{}{{FNd{c}}}}ObcFOnGhe}h{AnFdG`}FNl}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}c}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}h{AnFd}}{{{FNn{}{{FNd{c}}}}}Gj{AnFd}}`{{{FO`{c}}}{{FNn{}{{FNd{c}}}}}{AnFd}}{El{{FNf{}{{FNd{c}}}}}{AnFdG`}}````````````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}><;6```````{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}>````````````````````````{CK`{{Jn{CKb}}}}`{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CMf{{Gl{c}}}{}}{{CMfGn{I`{CLf}}}h}{CK`{{I`{CLf}}}}`{{CK`CKbcOd}CLlCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CK`CKbCKfcCMf}hCKd}`{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CMfGA`{I`{CLf}}CL`CLj}h}{{CK`CLf}h}{CK`{{Ob{CN`}}}}0{CK`CNd}`{CK`CNf}``{{CMfGAb{I`{CLf}}}h}`````````````````{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}?{Gnh}`?{Gnd}{{{Ib{CMf}}g}{{`{{CMf{e}}}}}{}{}{{ABj{c}{{Ch{e}}}}}}{{GAbDb}h}{GAbh}0{{CLfe}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{GA`GAd}h}`>2{{GA`GAf}h}`:7``{{{DAl{GAh}{{Ch{e}}}}}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{}{{`{{CMf{CLf}}}}}}{CLf{{`{{CMf{c}}}}}{}}:{{}{{`{{CMf{c}}}}}{}}0`:`;```{{CLfGAd}{{`{{CMf{c}}}}}{}}6{{CLfGAf}{{`{{CMf{c}}}}}{}}6`````{{CLfDb}{{`{{CMf{c}}}}}{}};4:4:4:```````````{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}`{{cCKlCKfGAnBdCL`}hFOl}{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}``````{{{Jn{CKb}}{Ml{c}}egi}h{}{{ABj{CKbc}}}{{ABj{Db}{{Ch{d}}}}}{{ABj{c}{{Ch{CKb}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBj}}M`M`}{{Il{DnDA`}}}}`````````````````````````````{e{{DAf{{Ib{DAd}}}}}{}{{DAd{}{{Of{c}}}}Gl}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAAd}}}}{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}```````````{DAh{{Mh{DAj}}}}``````````````````````````````````````````````````````````{CK`{{Jn{CKb}}}}{CKdh}`````{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CKjceCKlCKfCKn}hCKd{}}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CLbh}``{{CKdCLdc}h{{K`{Ih}}}}````````{CK`{{I`{CLf}}}}`{{CKjCKfcCLh}dCKd}``{{CKjcObCLhCLj}CLlCKd}{{CK`CKbcOd}CLlCKd}```{{CKjCKfCKnCL`c}CLnCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}`{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CK`CKbCKfcCMf}hCKd}`{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}``{CLb{{I`{Jl}}}}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}10{{CLbCMj{Jn{CMl}}}h}``{{CLbCMn}h}{{CK`CLf}h}`{CK`{{Ob{CN`}}}}`0{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{CK`CNd}```{CK`CNf}```````````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}{{CLbJl}h}{{CLb{CNh{{Ib{Gj}}}}}h}10`````````````````````````````{CLbh}{{CLb{I`{Jl}}}{{I`{c}}}Dj}?>{CLb{{I`{c}}}Dj}>?0>=<{{CLbd{I`{CNb}}{I`{{Lf{{CJn{ceg}}CNd}}}}{Ib{Gj}}CMn}h{}{}{}}:5454````````````````````````````````````````````````````````````````{{DlDl}d}{{}{{CHj{CE`}}}}```````````{{{FMh{}{{FMf{c}}}}c}{{Ob{M`}}}{DlAA`}}{{{FMh{}{{FMf{c}}}}cFMjCL`{ADf{Mf}}}h{DlAA`}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLl{{K`{CN`}}}{{K`{CN`}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{CLl}}}}}}`{{OdMfce}CLl{{Bb{Od}{{Ch{CLl}}}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegi}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegik}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}{{Bb{CLlOb}{{Ch{CLl}}}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMncOdCN`CN`FMlMfFN`{Ml{{CJn{egc}}}}{Ml{CKb}}}CLlCKd{}{}}```````````````````````````````````````````````{{CKjceCKlCKfCKn}hCKd{}}{{{Ml{{CJn{ceg}}}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{CKjCKfcCLh}dCKd}{{CKjcObCLhCLj}CLlCKd}{{CKjCKfCKnCL`c}CLnCKd}{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}``````{CKdh}{{CKdCLdc}h{{K`{Ih}}}}````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}`````{{FNbDf}{{Ob{M`}}}}{{FNbDf{I`{Dd}}CL`}h}`````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}FOb{AnFd}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}c{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}FOn{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}gCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}eCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}i}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{FO`{c}}CLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FNn{}{{FNd{c}}}}DbDb}{{I`{CLh}}}{AnFd}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNn{}{{FNd{c}}}}CLh}{{I`{Gb}}}{AnFd}}{{{FNn{}{{FNd{c}}}}}Gd{AnFd}}`{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{Aj{{Ml{BBj}}}}}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FNn{}{{FNd{c}}}}}Ob{AnFd}}{{{FNn{}{{FNd{c}}}}}Mf{AnFd}}0{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}Gf}h{AnFdG`}}{{{FNn{}{{FNd{c}}}}Ob}h{AnFd}}{{{FNf{}{{FNd{c}}}}}{{I`{Jl}}}{AnFdG`}}``{{{FNf{}{{FNd{c}}}}ObcFOnGhe}h{AnFdG`}FNl}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}c}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}h{AnFd}}{{{FNn{}{{FNd{c}}}}}Gj{AnFd}}`{{{FO`{c}}}{{FNn{}{{FNd{c}}}}}{AnFd}}{El{{FNf{}{{FNd{c}}}}}{AnFdG`}}````````````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}><;6```````{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}>````````````````````````{CK`{{Jn{CKb}}}}`{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CMf{{Gl{c}}}{}}{{CMfGn{I`{CLf}}}h}{CK`{{I`{CLf}}}}`{{CK`CKbcOd}CLlCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CK`CKbCKfcCMf}hCKd}`{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CMfGA`{I`{CLf}}CL`CLj}h}{{CK`CLf}h}{CK`{{Ob{CN`}}}}0{CK`CNd}`{CK`CNf}``{{CMfGAb{I`{CLf}}}h}`````````````````{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}?{Gnh}`?{Gnd}{{{Ib{CMf}}g}{{`{{CMf{e}}}}}{}{}{{ABj{c}{{Ch{e}}}}}}{{GAbDb}h}{GAbh}0{{CLfe}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{GA`GAd}h}`>2{{GA`GAf}h}`:7``{{{DAl{GAh}{{Ch{e}}}}}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{}{{`{{CMf{CLf}}}}}}{CLf{{`{{CMf{c}}}}}{}}:{{}{{`{{CMf{c}}}}}{}}0`:`;```{{CLfGAd}{{`{{CMf{c}}}}}{}}6{{CLfGAf}{{`{{CMf{c}}}}}{}}6`````{{CLfDb}{{`{{CMf{c}}}}}{}};4:4:4:```````````{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}`{{cCKlCKfGAnBdCL`}hFOl}{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}``````{{{Jn{CKb}}{Ml{c}}egi}h{}{{ABj{CKbc}}}{{ABj{Db}{{Ch{d}}}}}{{ABj{c}{{Ch{CKb}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBj}}M`M`}{{Il{DnDA`}}}}`````````````````````{{}{{Mh{CM`}}}}{{{DAl{CM`CMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`{{Kne}c{}{{Bb{}{{Ch{c}}}}}}{{}{{Il{KnAAd}}}}{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}`````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}`{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}``{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}`{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}``{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}`{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}`{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}`{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}``{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{DNh{{DNj{DNh}}}}`{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}`{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}`{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````{Db{{Lf{{EDn{c}}{EE`{c}}}}}{}}{{}{{Lf{{EEb{c}}{EEd{c}}}}}{}}````{{}{{Lf{{EEf{c}}{EEh{c}}}}}{}}```````{c{}Oj}{c{{EEj{c}}}{DAdDFn}}{{}{{Il{EElEEn}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DCnc}{{DD`{DCnc}}}DDb}{DDh{{DDj{DDh}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{{ce}{{EF`{ce}}}DDb{DLhDFnALj}}{{ce}{{EFb{ce}}}DE`{DLhDFnALj}}{{ce}{{Lf{{EFd{ce}}EFf}}}DE`{DLhDFnALj}}{{}EFh}{DEb{{DFd{DEb}}}}{DDh{{DGl{DDh}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DEb{{DJd{DEb}}}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}1{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{BBjEFj}{{DNhDLn}{{DNj{DNh}}}}{{}EFl}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{DNh{{DNj{DNh}}}}{{DCnAl}{{Eh{DCn}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}````````````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}`{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}`{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}`{DNh{{DNj{DNh}}}}{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}Oj}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}0{DBn{{DCh{DBn}}}}{Ojh}{c{{EG`{{Il{ec}}}}}{}{}}{DBb{{DEj{DBbc}}}{}}{DBn{{DG`{DBn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{DBn{{DHf{DBn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{DBb{{DIh{DBb}}}}{EGbOj}{DBn{{DIn{DBn}}}}{EGdd}{{ce}{{EGf{ce}}}OjOj}{{ceg}{{EGh{ceg}}}OjOjOj}{{cegi}{{EGj{cegi}}}OjOjOjOj}{{cegik}{{EGl{cegik}}}OjOjOjOjOj}{cEGnOh}{e{{EH`{e}}}{}{{Bb{DLd}{{Ch{c}}}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EHb{c}}}Oj}{DBn{{DKf{DBn}}}}{DBn{{I`{c}}}{}}{c{{EG`{{Il{ce}}}}}{}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHd{c}}}{}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{e{{EHf{e}}}{}{{Cd{DLd}{{Ch{{DLf{c}}}}}}}}{c{{EHh{c}}}Oj}{{DBnDLd}{{DLf{c}}}{}}{c{{EG`{c}}}{}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHj{ce}}}{OjDFn}{OjDFn}}{cEHlOh}{cEHnOh}{DBn{{DOd{DBn}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DBb{{EBd{DBbc}}}{}}{DBb{{EBh{DBb}}}}{{ce}{{EI`{ce}}}DBf{{DBf{}{{Cf{}}}}}}{{ceg}{{EIb{ceg}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegi}{{EId{cegi}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegik}{{EIf{cegik}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{cEIhOh}{c{{EIj{c}}}DBf}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{ce}{{EIl{ce}}}{DBfDFn}{DBfDFn}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DC`Db}{{DCb{DC`c}}}{}}{DC`{{DDf{DC`c}}}{}}{{}{{EIn{c}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DC`{{DGj{DC`c}}}{}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}1010{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{{ck}{{EJ`{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}DAd}{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}0{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAnDb}{{DDd{DAn}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{{}{{EJb{c}}}{}}{DAn{{DEh{DAn}}}}{DBh{{DEl{DBhc}}}{}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DAn{{DGb{DAn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DHh{DAn}}}}`{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DAn{{DIj{DAn}}}}{DBh{{DJ`{DBh}}}}{EJdd}{cEJfOh}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DAn{{DKh{DAn}}}}{c{{EJh{c}}}Oj}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{}{{EJj{c}}}{}}{e{{EJl{e}}}{}{{Cd{DLd}{{Ch{{DLf{{I`{c}}}}}}}}}}{c{{EJn{c}}}DAd}{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{DAnDb}{{DN`{DAn}}}}{c{{EK`{c}}}Dl}{e{{EKb{e}}}{}{{Cd{}{{Ch{c}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{ce}{{EKd{ce}}}DAd{{DAd{}{{Of{}}}}}}`{cEKfOh}{DAn{{DNl{DAn}}}}{{cei}{{EKh{ceig}}}DAd{{DAd{}{{Of{}}}}}G`{{Cd{g}{{Ch{EKj}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{{DAnDb}{{Ef{DAn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBh{{EBf{DBh}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{DBf{}{{DKn{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKn{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DAnc}{{EDl{DAnc}}}DAd}``````````{cEKfOh}``````````````````{Ojh}{EGbOj}{{}EL`}0{{ELbc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}Gl}}{{ELfc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}}}{{ELh{ELj{h}}}{{Il{hELd}}}}{{ELfc}{{Il{DNdELd}}}Oj}{{ELl{ELn{h}}}{{Il{hELd}}}}{{ELbc}{{Il{DNdELd}}}{OjGl}}{ELl{{Il{hELd}}}}{ELh{{Il{hELd}}}}{{{Id{EM`}}}h}0{{{Id{c}}}EL`EM`}{{{Id{c}}}EMbEM`}{{{DAl{EMdEMf}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`````{{cDbi}{{Mh{e}}}AA`CJf{{Oj{}{{Ch{EMh}}}}CJf}{{Bb{{EDn{e}}}{{Ch{g}}}}CJf}}{{{EMj{}{{Ch{c}}}}EMl}h{}}{{{DAl{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAd{}{{Of{c}}}}CJf}}{{cg}{{Mh{e}}}AA`{}{{DAd{}{{Of{e}}}}CJf}}{{{Ib{{EMj{}{{Ch{c}}}}}}{DAf{{Ib{DAd}}}}}{{DAf{{Ib{DAd}}}}}{}}{{cek}{{Mh{g}}}AA`CJfCJf{{Oj{}{{Ch{{Lf{ge}}}}}}CJf}{{Cd{e}{{Ch{i}}}}CJfNd}}````````````````````````````````````````````````````````````{CNjCL`}``{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}gM`M`}hG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}eG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}iM`M`}gG`CKd{}{COdDl}}`{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}COfG`CKd{}}````{{ce}{{Il{{COb{}{{CNl{c}}{CNn{g}}{CO`{i}}}}COh}}}G`{COdDl}CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Il{hCOl}}}G`CKd{}{{En{El}}}}`{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Jn{BBj}}}G`CKd{}{{En{El}}}}`````````````````````````````````````````````{{COnD`}{{Ob{M`}}}}{{Db{Aj{{Ml{BBj}}}}}h}{{DdDf}{{Ob{M`}}}}``{cDh{{K`{Dd}}}}````````````````:987654````````````````````````````````````````````````````````{CK`{{Jn{CKb}}}}{CKdh}`````{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CKjceCKlCKfCKn}hCKd{}}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CLbh}``{{CKdCLdc}h{{K`{Ih}}}}````````{CK`{{I`{CLf}}}}`{{CKjCKfcCLh}dCKd}``{{CKjcObCLhCLj}CLlCKd}{{CK`CKbcOd}CLlCKd}```{{CKjCKfCKnCL`c}CLnCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}`{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CK`CKbCKfcCMf}hCKd}`{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}``{CLb{{I`{Jl}}}}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}10{{CLbCMj{Jn{CMl}}}h}``{{CLbCMn}h}{{CK`CLf}h}`{CK`{{Ob{CN`}}}}`0{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{CK`CNd}```{CK`CNf}```````````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}{{CLbJl}h}{{CLb{CNh{{Ib{Gj}}}}}h}10`````````````````````````````{CLbh}{{CLb{I`{Jl}}}{{I`{c}}}Dj}?>{CLb{{I`{c}}}Dj}>?0>=<{{CLbd{I`{CNb}}{I`{{Lf{{CJn{ceg}}CNd}}}}{Ib{Gj}}CMn}h{}{}{}}:5454````````````````````````````````````````````````````````````````{{DlDl}d}{{}{{CHj{CE`}}}}```````````{{{FMh{}{{FMf{c}}}}c}{{Ob{M`}}}{DlAA`}}{{{FMh{}{{FMf{c}}}}cFMjCL`{ADf{Mf}}}h{DlAA`}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLl{{K`{CN`}}}{{K`{CN`}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{CLl}}}}}}`{{OdMfce}CLl{{Bb{Od}{{Ch{CLl}}}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegi}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegik}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}{{Bb{CLlOb}{{Ch{CLl}}}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMncOdCN`CN`FMlMfFN`{Ml{{CJn{egc}}}}{Ml{CKb}}}CLlCKd{}{}}```````````````````````````````````````````````{{CKjceCKlCKfCKn}hCKd{}}{{{Ml{{CJn{ceg}}}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{CKjCKfcCLh}dCKd}{{CKjcObCLhCLj}CLlCKd}{{CKjCKfCKnCL`c}CLnCKd}{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}``````{CKdh}{{CKdCLdc}h{{K`{Ih}}}}````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}`````{{FNbDf}{{Ob{M`}}}}{{FNbDf{I`{Dd}}CL`}h}`````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}FOb{AnFd}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}c{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}FOn{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}gCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}eCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}i}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{FO`{c}}CLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FNn{}{{FNd{c}}}}DbDb}{{I`{CLh}}}{AnFd}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNn{}{{FNd{c}}}}CLh}{{I`{Gb}}}{AnFd}}{{{FNn{}{{FNd{c}}}}}Gd{AnFd}}`{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{Aj{{Ml{BBj}}}}}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FNn{}{{FNd{c}}}}}Ob{AnFd}}{{{FNn{}{{FNd{c}}}}}Mf{AnFd}}0{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}Gf}h{AnFdG`}}{{{FNn{}{{FNd{c}}}}Ob}h{AnFd}}{{{FNf{}{{FNd{c}}}}}{{I`{Jl}}}{AnFdG`}}``{{{FNf{}{{FNd{c}}}}ObcFOnGhe}h{AnFdG`}FNl}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}c}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}h{AnFd}}{{{FNn{}{{FNd{c}}}}}Gj{AnFd}}`{{{FO`{c}}}{{FNn{}{{FNd{c}}}}}{AnFd}}{El{{FNf{}{{FNd{c}}}}}{AnFdG`}}````````````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}><;6```````{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}>````````````````````````{CK`{{Jn{CKb}}}}`{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CMf{{Gl{c}}}{}}{{CMfGn{I`{CLf}}}h}{CK`{{I`{CLf}}}}`{{CK`CKbcOd}CLlCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CK`CKbCKfcCMf}hCKd}`{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CMfGA`{I`{CLf}}CL`CLj}h}{{CK`CLf}h}{CK`{{Ob{CN`}}}}0{CK`CNd}`{CK`CNf}``{{CMfGAb{I`{CLf}}}h}`````````````````{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}?{Gnh}`?{Gnd}{{{Ib{CMf}}g}{{`{{CMf{e}}}}}{}{}{{ABj{c}{{Ch{e}}}}}}{{GAbDb}h}{GAbh}0{{CLfe}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{GA`GAd}h}`>2{{GA`GAf}h}`:7``{{{DAl{GAh}{{Ch{e}}}}}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{}{{`{{CMf{CLf}}}}}}{CLf{{`{{CMf{c}}}}}{}}:{{}{{`{{CMf{c}}}}}{}}0`:`;```{{CLfGAd}{{`{{CMf{c}}}}}{}}6{{CLfGAf}{{`{{CMf{c}}}}}{}}6`````{{CLfDb}{{`{{CMf{c}}}}}{}};4:4:4:```````````{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}`{{cCKlCKfGAnBdCL`}hFOl}{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}``````{{{Jn{CKb}}{Ml{c}}egi}h{}{{ABj{CKbc}}}{{ABj{Db}{{Ch{d}}}}}{{ABj{c}{{Ch{CKb}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBj}}M`M`}{{Il{DnDA`}}}}``````````````````````{CNjCL`}{{{Jn{CL`}}Mf{Ob{M`}}}{{Jn{CL`}}}}{{{Ml{{DAb{c}}}}{Ml{{DAb{c}}}}}{{Jn{CL`}}}CNj}````````{e{{DAf{{Ib{DAd}}}}}{}{{DAd{}{{Of{c}}}}Gl}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAAd}}}}{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}```````````{DAh{{Mh{DAj}}}}``{{}{{Mh{CM`}}}}{{{DAl{CM`CMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`543`````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}`{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}``{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}`{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}``{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}`{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}`{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}`{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}``{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{DNh{{DNj{DNh}}}}`{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}`{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}`{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````{Db{{Lf{{EDn{c}}{EE`{c}}}}}{}}{{}{{Lf{{EEb{c}}{EEd{c}}}}}{}}````{{}{{Lf{{EEf{c}}{EEh{c}}}}}{}}```````{c{}Oj}{c{{EEj{c}}}{DAdDFn}}{{}{{Il{EElEEn}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DCnc}{{DD`{DCnc}}}DDb}{DDh{{DDj{DDh}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{{ce}{{EF`{ce}}}DDb{DLhDFnALj}}{{ce}{{EFb{ce}}}DE`{DLhDFnALj}}{{ce}{{Lf{{EFd{ce}}EFf}}}DE`{DLhDFnALj}}{{}EFh}{DEb{{DFd{DEb}}}}{DDh{{DGl{DDh}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DEb{{DJd{DEb}}}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}1{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{BBjEFj}{{DNhDLn}{{DNj{DNh}}}}{{}EFl}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{DNh{{DNj{DNh}}}}{{DCnAl}{{Eh{DCn}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}````````````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}`{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}`{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}`{DNh{{DNj{DNh}}}}{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}Oj}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}0{DBn{{DCh{DBn}}}}{Ojh}{c{{EG`{{Il{ec}}}}}{}{}}{DBb{{DEj{DBbc}}}{}}{DBn{{DG`{DBn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{DBn{{DHf{DBn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{DBb{{DIh{DBb}}}}{EGbOj}{DBn{{DIn{DBn}}}}{EGdd}{{ce}{{EGf{ce}}}OjOj}{{ceg}{{EGh{ceg}}}OjOjOj}{{cegi}{{EGj{cegi}}}OjOjOjOj}{{cegik}{{EGl{cegik}}}OjOjOjOjOj}{cEGnOh}{e{{EH`{e}}}{}{{Bb{DLd}{{Ch{c}}}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EHb{c}}}Oj}{DBn{{DKf{DBn}}}}{DBn{{I`{c}}}{}}{c{{EG`{{Il{ce}}}}}{}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHd{c}}}{}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{e{{EHf{e}}}{}{{Cd{DLd}{{Ch{{DLf{c}}}}}}}}{c{{EHh{c}}}Oj}{{DBnDLd}{{DLf{c}}}{}}{c{{EG`{c}}}{}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHj{ce}}}{OjDFn}{OjDFn}}{cEHlOh}{cEHnOh}{DBn{{DOd{DBn}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DBb{{EBd{DBbc}}}{}}{DBb{{EBh{DBb}}}}{{ce}{{EI`{ce}}}DBf{{DBf{}{{Cf{}}}}}}{{ceg}{{EIb{ceg}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegi}{{EId{cegi}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegik}{{EIf{cegik}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{cEIhOh}{c{{EIj{c}}}DBf}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{ce}{{EIl{ce}}}{DBfDFn}{DBfDFn}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DC`Db}{{DCb{DC`c}}}{}}{DC`{{DDf{DC`c}}}{}}{{}{{EIn{c}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DC`{{DGj{DC`c}}}{}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}1010{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{{ck}{{EJ`{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}DAd}{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}0{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAnDb}{{DDd{DAn}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{{}{{EJb{c}}}{}}{DAn{{DEh{DAn}}}}{DBh{{DEl{DBhc}}}{}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DAn{{DGb{DAn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DHh{DAn}}}}`{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DAn{{DIj{DAn}}}}{DBh{{DJ`{DBh}}}}{EJdd}{cEJfOh}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DAn{{DKh{DAn}}}}{c{{EJh{c}}}Oj}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{}{{EJj{c}}}{}}{e{{EJl{e}}}{}{{Cd{DLd}{{Ch{{DLf{{I`{c}}}}}}}}}}{c{{EJn{c}}}DAd}{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{DAnDb}{{DN`{DAn}}}}{c{{EK`{c}}}Dl}{e{{EKb{e}}}{}{{Cd{}{{Ch{c}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{ce}{{EKd{ce}}}DAd{{DAd{}{{Of{}}}}}}`{cEKfOh}{DAn{{DNl{DAn}}}}{{cei}{{EKh{ceig}}}DAd{{DAd{}{{Of{}}}}}G`{{Cd{g}{{Ch{EKj}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{{DAnDb}{{Ef{DAn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBh{{EBf{DBh}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{DBf{}{{DKn{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKn{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DAnc}{{EDl{DAnc}}}DAd}``````````{cEKfOh}``````````````````{Ojh}{EGbOj}{{}EL`}0{{ELbc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}Gl}}{{ELfc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}}}{{ELh{ELj{h}}}{{Il{hELd}}}}{{ELfc}{{Il{DNdELd}}}Oj}{{ELl{ELn{h}}}{{Il{hELd}}}}{{ELbc}{{Il{DNdELd}}}{OjGl}}{ELl{{Il{hELd}}}}{ELh{{Il{hELd}}}}{{{Id{EM`}}}h}0{{{Id{c}}}EL`EM`}{{{Id{c}}}EMbEM`}{{{DAl{EMdEMf}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`````{{cDbi}{{Mh{e}}}AA`CJf{{Oj{}{{Ch{EMh}}}}CJf}{{Bb{{EDn{e}}}{{Ch{g}}}}CJf}}{{{EMj{}{{Ch{c}}}}EMl}h{}}{{{DAl{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAd{}{{Of{c}}}}CJf}}{{cg}{{Mh{e}}}AA`{}{{DAd{}{{Of{e}}}}CJf}}{{{Ib{{EMj{}{{Ch{c}}}}}}{DAf{{Ib{DAd}}}}}{{DAf{{Ib{DAd}}}}}{}}{{cek}{{Mh{g}}}AA`CJfCJf{{Oj{}{{Ch{{Lf{ge}}}}}}CJf}{{Cd{e}{{Ch{i}}}}CJfNd}}``````````````````````{{{EN`{}{{EMn{c}}}}{Jn{c}}}h{}}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{ENbENd}{{Ml{Mf}}}}{{ENfENh}{{ENl{MfENj}}}}{{ENfENd}{{ENl{MfENj}}}}```{ENbDb}`````{ENn{{ENl{MfENj}}}}``````````````````````````````````````````````````{{EO`{ENl{MfENj}}MfEOb{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}EOb{Ml{Mf}}}h}{{EO`{EOh{Mf}}{Ml{Mf}}}{{Lf{ENdENd}}}}{{EO`{ENl{MfENj}}{Ml{Mf}}}ENd}{{EO`{EOj{{ENl{MfENj}}}}{Ml{Mf}}}h}{{EOl{EOj{{ENl{MfENj}}}}}h}{{EO`{EOn{MfENj}}EOb{Ml{Mf}}}h}{{EO`{EOn{MfENj}}F`EOb{Ml{Mf}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{ENl{MfENj}}}h}5``{{{Ff{}{{Fd{c}}}}}c{}}{EOlh}{EO`h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}h}{{EO`d}h}{{EO`{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}h}{{EO`Mf}{{Fj{EO`}}}}{{EOlMf}h}>{{EOl{ENl{MfENj}}}h}0{EO`Db}{{EO`{Fh{{ENl{MfENj}}{ENl{MfENj}}}}{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{EOd{MfENj}}}h}{{EOl{EOd{MfENj}}{EOd{MfENj}}{EOd{MfENj}}}h}7{{EOl{EOd{MfENj}}}h}0{{EOl{EOd{MfENj}}{EOd{MfENj}}}h}9{{EO`DbDb}h}{{EOlDbDb}h}6:23``{{EO`c}{{Fl{EO`c}}}{{Fn{Mf}}}}<{EO`{{FA`{EO`}}}}`````````````````````````````````````````````{{{FAb{}{{AJl{c}}}}c}{{FAb{}{{AJl{c}}}}}FAd}`{{{FAb{}{{AJl{c}}}}c}cFAd}``1``````{{{FAb{}{{AJl{c}}}}c}{{EOd{cENj}}}FAd}11{FAdFAd}`{{{FAb{}{{AJl{c}}}}}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}cCd}hFAd}{{{FAb{}{{AJl{c}}}}}{{ENl{cENj}}}FAd}``````````````{{cc}{{ENl{cENj}}}{}}`````{{{FAb{}{{AJl{c}}}}c}{{ENl{cENj}}}FAd}{{cc}{{FAf{cENj}}}{}}{{{FAb{}{{AJl{c}}}}c}{{Lf{{FAb{}{{AJl{c}}}}{FAb{}{{AJl{c}}}}}}}FAd}{{{FAb{}{{AJl{c}}}}{FAh{c}}}{{FAb{}{{AJl{c}}}}}FAd}```5``````{MfFAd}{{cc}{{EOd{cENj}}}{}}``<`````<```````````````````````````````````````````````````````````{{cccccc}{{FAj{ce}}}An{}}{{dd}FAl}{{ddd}FAn}{FB`FB`}`0`{{FB`FB`}FB`}``````````````````````````````````{{cc}{{ENl{ce}}}{}{}}{{ccc}{{FBb{ce}}}{}{}}``3{{cccc}{{FBd{ce}}}{}{}}``4`{{cc}{{FAf{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}6``{{cc}{{EOd{ce}}}{}{}}{{ccc}{{FBh{ce}}}{}{}}```````````````````````````{{}c{}}{{FBjFBj}d}{{FBjFBjc}d{}}{{cc}cBEb}0````````````````````````````````````````````````````````````````````````````````````````{FBlFBl}{FBnFBn}{{}FC`}{FCbFCb}{{}FCd}``````````{{{FAb{}{{AJl{c}}}}c}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}c}cFAd}1{{{FAb{}{{AJl{c}}}}c}{{EOd{cENj}}}FAd}11{{{FAb{}{{AJl{c}}}}}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}cCd}hFAd}{{{FAb{}{{AJl{c}}}}}{{ENl{cENj}}}FAd}{{{FAb{}{{AJl{c}}}}c}{{ENl{cENj}}}FAd}{{{FAb{}{{AJl{c}}}}c}{{Lf{{FAb{}{{AJl{c}}}}{FAb{}{{AJl{c}}}}}}}FAd}{{{FAb{}{{AJl{c}}}}{FAh{c}}}{{FAb{}{{AJl{c}}}}}FAd}3{{Fn{ENl{cENj}}}{{ENl{cENj}}}{}}{{Fn{EOd{cENj}}}{{EOd{cENj}}}{}}99{{cccc}{{FCf{c}}}FAd}{{{EOd{cENj}}{EOd{cENj}}}cFAd}{{{ENl{cENj}}{ENl{cENj}}{ENl{cENj}}}cFAd}{{cc}{{Lf{cc}}}FCh}{{{EOd{cENj}}}{{EOd{cENj}}}FAd}{{{EOd{cENj}}}{{EOd{cENj}}}FCh}`````{{FCjMf}{{FCl{FCj}}}}{{FCjc}{{FCn{FCjc}}}{{Fn{Mf}}}}```````````````````{{MfMf}{{ENl{MfENj}}}}`{{MfMf}{{FAf{MfENj}}}}{{MfMf}{{EOd{MfENj}}}}````````````````````````````````````{{EO`{ENl{MfENj}}MfEOb{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}EOb{Ml{Mf}}}h}{{EO`{EOh{Mf}}{Ml{Mf}}}{{Lf{ENdENd}}}}{{EO`{ENl{MfENj}}{Ml{Mf}}}ENd}{{EO`{EOj{{ENl{MfENj}}}}{Ml{Mf}}}h}{{EOl{EOj{{ENl{MfENj}}}}}h}{{EO`{EOn{MfENj}}EOb{Ml{Mf}}}h}{{EO`{EOn{MfENj}}F`EOb{Ml{Mf}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{ENl{MfENj}}}h}5{{{Ff{}{{Fd{c}}}}}c{}}{EOlh}{EO`h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}h}{{EO`d}h}{{EO`{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}h}{{EO`Mf}{{Fj{EO`}}}}{{FCjMf}{{FCl{FCj}}}}{{EOlMf}h}?{{EOl{ENl{MfENj}}}h}0{EO`Db}{{EO`{Fh{{ENl{MfENj}}{ENl{MfENj}}}}{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{EOd{MfENj}}}h}{{EOl{EOd{MfENj}}{EOd{MfENj}}{EOd{MfENj}}}h}7{{EOl{EOd{MfENj}}}h}0{{EOl{EOd{MfENj}}{EOd{MfENj}}}h}9{{EO`DbDb}h}{{EOlDbDb}h}6:23{{EO`c}{{Fl{EO`c}}}{{Fn{Mf}}}}{{FCjc}{{FCn{FCjc}}}{{Fn{Mf}}}}={EO`{{FA`{EO`}}}}`````````````````````````{{FD`CL`}FDb}``{D`{{Il{FDdFDf}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{FDj{}{{FDh{c}}}}e}hFDl{{Cd{c}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}e}hFDl{{Cd{cc}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}eg}hFDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}2{FDn{{Ml{BBj}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}}hFDl}{{FE`M`M`c}h{}}{{{FEd{}{{FEb{c}}}}}{{Lf{M`M`M`M`}}}FDj}`{{{FDj{}{{FDh{c}}}}}{{Ml{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{Lf{cccc}}}FDl}1``{{{FEh{}{{FEf{c}}}}}FEjFEl}{{FE`eM`M`}{{Il{hFDf}}}{}{{FEd{}{{FEb{c}}}}}}{{FE`FEnM`M`}d}{{{FEh{}{{FEf{c}}}}}{{Lf{M`M`}}}FEl}{{{FEd{}{{FEb{c}}}}}{{Lf{M`M`}}}FDj}``{{cccc}{{FDj{}{{FDh{c}}}}}FDl}{{{Ml{c}}}{{FDj{}{{FDh{c}}}}}FDl}0{{{FEd{}{{FEb{c}}}}M`M`}cFDj}{{FE`M`M`}c{}}{{{Ml{BBj}}}{{Il{FF`FDf}}}}{{{FEd{}{{FEb{c}}}}}M`FDj}{{{FEh{}{{FEf{c}}}}}{{I`{{Jn{BBj}}}}}FEl}{c{{Il{{Lf{M`M`}}FDf}}}{{En{FFb}}}}`{{{FEd{}{{FEb{c}}}}M`M`}dFDj}{FFdFFf}{{{FEh{}{{FEf{c}}}}}{{Il{cFDf}}}FEl}{{{FDj{}{{FDh{c}}}}}hFDl}``{{cFF`}{{Il{FDdFDf}}}{FFhFFj}}{{{Ml{BBj}}}{{Il{FDdFDf}}}}{{{Ml{BBj}}FF`}{{Il{FDdFDf}}}}{{{FDj{}{{FDh{c}}}}e}{{FDj{}{{FDh{c}}}}}FDl{{Cd{c}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}e}{{FDj{}{{FDh{c}}}}}FDl{{Cd{cc}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}eg}{{FDj{}{{FDh{c}}}}}FDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}2`{c{{Il{FDdFDf}}}{{En{FFb}}}}{{{FEh{}{{FEf{c}}}}}FFlFEl}{{{FEd{}{{FEb{c}}}}}{{FFn{{FEd{}{{FEb{c}}}}}}}FDj}{{FE`M`M`c}h{}}{{{FEh{}{{FEf{c}}}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{FEh{}{{FEf{c}}}}{Ml{BBj}}e}{{Il{hFDf}}}FEl{{ABj{FG`}}}}{{FGbM`M`M`M`{Ml{BBj}}}{{Il{hFDf}}}}{{FGbM`M`M`M`{Ml{BBj}}c}{{Il{hFDf}}}{{ABj{FG`}}}}`{{c{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}{{En{FFb}}}}{{c{Ml{BBj}}M`M`FEjFF`}{{Il{hFDf}}}{{En{FFb}}}}{{{FEh{}{{FEf{c}}}}}AlFEl}{{{FEh{}{{FEf{c}}}}FGd}{{Il{hFDf}}}FEl}{{FE`M`M`M`M`}{{FGf{FE`}}}}{{{FDj{}{{FDh{c}}}}}{{FGh{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{FGj{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{FGl{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{FGn{c}}}FDl}6{{{FEd{}{{FEb{c}}}}M`M`}cFDj}>{{{FEd{}{{FEb{c}}}}M`M`M`M`}{{FGf{{FEd{}{{FEb{c}}}}}}}FDj}{{{FEd{}{{FEb{c}}}}}M`FDj}{{c{Ml{BBj}}M`M`FEje}{{Il{hFDf}}}{FH`FFj}{{K`{FHb}}}}{{FHd{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}}`````````{FHfc{}}``````````````````````````````````````````````````{c{{Il{{Jn{{FGl{Mf}}}}AAd}}}{{En{FFb}}}}{{BBjBBjBBjBBj}FHh}{{{FGl{Mf}}}FHh}````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cMf}{{FHj{Jn}}}FEd}{{gCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}`{{gMf}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cM`M`M`M`}{{FGf{c}}}FEd}0{{{FHj{c{Jn{BBj}}}}e}h{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{g{Ml{Mf}}}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{c{{FHj{Jn}}}FEd}{{c{FHj{e}}}{{Il{hFDf}}}FEd{{FI`{}{{FHn{Ml}}}}}}{chFE`}210{c{{FHj{FGhJn}}}FEd}{c{{FHj{FGjJn}}}FEd}{c{{FHj{eJn}}}FEd{FDj{FIb{FGh}}}}{c{{FHj{eJn}}}FEd{FDj{FIb{FGj}}}}{{{FHl{}{{BHf{c}}}}}d{}}{{gee}h{FDlFId}{{FDj{}{{FDh{c}}}}}{{FE`{}{{FEb{e}}}}}}={{{FHj{c{Jn{BBj}}}}e}{{FHj{{FGh{BBj}}{Jn{BBj}}}}}{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{{FHl{}{{BHf{c}}}}c}Db{}}{{eMfMf}{{I`{c}}}FDj{{FEd{}{{FEb{c}}}}}}09{{{FHl{}{{BHf{c}}}}Db}{{I`{c}}}{}}{{{FHl{}{{BHf{c}}}}c}h{}}{{ceFIfFIf}hFE`{{FEd{}{{FEb{}}}}}}{{{Lf{M`M`}}{Lf{M`M`}}M`M`}{{Lf{M`M`}}}}1{{cM`M`FIh}{{FHj{Jn}}}FEd}{c{{FHj{Jn}}}FEd}{{c{FHj{e}}}{{Il{hFDf}}}FEd{{FI`{}{{FHn{Ml}}}}}}{chFE`}212188{{gM`M`}{{FHj{e{Jn{c}}}}}{FDlFIj}{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{ce}hFE`{{FEd{}{{FEb{}}}}}}{{gMfCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}>```{{gCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cCEj}hFE`}{{gMf}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cMf}hFE`}{{{FHj{c{Jn{BBj}}}}e}h{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{c{{FHj{FGhJn}}}FEd}{c{{FHj{FGjJn}}}FEd}{c{{FHj{eJn}}}FEd{FDj{FIb{FGh}}}}{c{{FHj{eJn}}}FEd{FDj{FIb{FGj}}}}{{{FHl{}{{BHf{c}}}}}d{}}98{{{FHj{c{Jn{BBj}}}}e}{{FHj{{FGh{BBj}}{Jn{BBj}}}}}{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{{FHl{}{{BHf{c}}}}c}Db{}}?{{{FHl{}{{BHf{c}}}}Db}{{I`{c}}}{}}{{{FHl{}{{BHf{c}}}}c}h{}}```````````````````````````````````````{{}{{FIn{FIl}}}}{FJ`Ob}``{O`FJb}{DdFJd}{FJfFJh}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FJjFJlFJn}h}`{{FJjFK`}d}``{FJjd}`{{FJjFJl}{{FKb{FJj}}}}{FJjFKd}0``````````{FJj{{I`{Jl}}}}{FJjFKf}``{{FJjFKfFKf}h}5``````{FJj{{I`{FK`}}}}```````````````````{{FJjFKfEl{I`{FKh}}}FKf}{{FJjEl{I`{FKh}}}h}```````````````````````8``{FJjFKj}{FJj{{I`{{Lf{FKfFKf}}}}}}{{FJjd}h}{{FJjFKf}h}1{{FJjFKj}h}{{FJjADj}h}{{FJjFJld}h}`````{FJjh}````{FJjADj}`````````{{FJje}c{}{{Bb{FJ`}{{Ch{c}}}}}}0```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FKl{Ml{FKn}}FL`}FLb}{{FKlFLdFL`}FLb}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{FLfh}````````{{FLfMfMfMfMfMfMf}h}`````````{{{Ml{BBj}}}{{I`{M`}}}}```````````````````````````````````````````{{FLfMfMf}h}`````````````0`````````````{{{Ml{BBj}}}{{I`{FLh}}}}`````{{FLfMfMfMfMf}h}````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FLjFLl}h}{{FLjFLn}h}{FLjh}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FM`{Ml{BBj}}}{{I`{FMb}}}}{{{Ml{BBj}}ADj}{{I`{FMd}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}g}{{Nf{g}}}{CKdFOl}{}{JjGl}}`{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}}{{CJn{gec}}}{CKdFOl}{}{JjGl}}```````````{e{{Nf{c}}}{}{{ABj{{I`{Jl}}}{{Ch{c}}}}}}{g{{Nf{e}}}{DjGlNd}{}{{ABj{{I`{c}}}{{Ch{e}}}}}}10{Jl{{Nf{c}}}{}}{c{{Nf{e}}}{GjNdGl}{}}10```````````{{Dbg}{{Nf{c}}}CJf{{Oj{}{{Ch{h}}}}CJf}{{Bb{{EDn{c}}}{{Ch{e}}}}CJf}}`````````````````````````````````````````````````````````````{CK`{{Jn{CKb}}}}{CKdh}`````{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CKjceCKlCKfCKn}hCKd{}}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CLbh}``{{CKdCLdc}h{{K`{Ih}}}}````````{CK`{{I`{CLf}}}}`{{CKjCKfcCLh}dCKd}``{{CKjcObCLhCLj}CLlCKd}{{CK`CKbcOd}CLlCKd}```{{CKjCKfCKnCL`c}CLnCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}`{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CK`CKbCKfcCMf}hCKd}`{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}``{CLb{{I`{Jl}}}}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}10{{CLbCMj{Jn{CMl}}}h}``{{CLbCMn}h}{{CK`CLf}h}`{CK`{{Ob{CN`}}}}`0{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{CK`CNd}```{CK`CNf}```````````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}{{CLbJl}h}{{CLb{CNh{{Ib{Gj}}}}}h}10`````````````````````````````{CLbh}{{CLb{I`{Jl}}}{{I`{c}}}Dj}?>{CLb{{I`{c}}}Dj}>?0>=<{{CLbd{I`{CNb}}{I`{{Lf{{CJn{ceg}}CNd}}}}{Ib{Gj}}CMn}h{}{}{}}:5454````````````````````````````````````````````````````````````````{{DlDl}d}{{}{{CHj{CE`}}}}```````````{{{FMh{}{{FMf{c}}}}c}{{Ob{M`}}}{DlAA`}}{{{FMh{}{{FMf{c}}}}cFMjCL`{ADf{Mf}}}h{DlAA`}}```````````````````````````{{Odce}CLl{{K`{CN`}}}{{K`{CN`}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{CLl}}}}}}`{{OdMfce}CLl{{Bb{Od}{{Ch{CLl}}}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegi}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegik}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}{{Bb{CLlOb}{{Ch{CLl}}}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMncOdCN`CN`FMlMfFN`{Ml{{CJn{egc}}}}{Ml{CKb}}}CLlCKd{}{}}```````````````````````````````````````````````{{CKjceCKlCKfCKn}hCKd{}}{{{Ml{{CJn{ceg}}}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{CKjCKfcCLh}dCKd}{{CKjcObCLhCLj}CLlCKd}{{CKjCKfCKnCL`c}CLnCKd}{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}``````{CKdh}{{CKdCLdc}h{{K`{Ih}}}}````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}`````{{FNbDf}{{Ob{M`}}}}{{FNbDf{I`{Dd}}CL`}h}`````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}FOb{AnFd}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}c{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}FOn{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}gCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}eCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}i}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{FO`{c}}CLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FNn{}{{FNd{c}}}}DbDb}{{I`{CLh}}}{AnFd}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNn{}{{FNd{c}}}}CLh}{{I`{Gb}}}{AnFd}}{{{FNn{}{{FNd{c}}}}}Gd{AnFd}}`{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{Aj{{Ml{BBj}}}}}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FNn{}{{FNd{c}}}}}Ob{AnFd}}{{{FNn{}{{FNd{c}}}}}Mf{AnFd}}0{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}Gf}h{AnFdG`}}{{{FNn{}{{FNd{c}}}}Ob}h{AnFd}}{{{FNf{}{{FNd{c}}}}}{{I`{Jl}}}{AnFdG`}}``{{{FNf{}{{FNd{c}}}}ObcFOnGhe}h{AnFdG`}FNl}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}c}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}h{AnFd}}{{{FNn{}{{FNd{c}}}}}Gj{AnFd}}`{{{FO`{c}}}{{FNn{}{{FNd{c}}}}}{AnFd}}{El{{FNf{}{{FNd{c}}}}}{AnFdG`}}````````````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}><;6```````{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}>````````````````````````{CK`{{Jn{CKb}}}}`{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CMf{{Gl{c}}}{}}{{CMfGn{I`{CLf}}}h}{CK`{{I`{CLf}}}}`{{CK`CKbcOd}CLlCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CK`CKbCKfcCMf}hCKd}`{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CMfGA`{I`{CLf}}CL`CLj}h}{{CK`CLf}h}{CK`{{Ob{CN`}}}}0{CK`CNd}`{CK`CNf}``{{CMfGAb{I`{CLf}}}h}`````````````````{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}?{Gnh}`?{Gnd}{{{Ib{CMf}}g}{{`{{CMf{e}}}}}{}{}{{ABj{c}{{Ch{e}}}}}}{{GAbDb}h}{GAbh}0{{CLfe}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{GA`GAd}h}`>2{{GA`GAf}h}`:7``{{{DAl{GAh}{{Ch{e}}}}}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{}{{`{{CMf{CLf}}}}}}{CLf{{`{{CMf{c}}}}}{}}:{{}{{`{{CMf{c}}}}}{}}0`:`;```{{CLfGAd}{{`{{CMf{c}}}}}{}}6{{CLfGAf}{{`{{CMf{c}}}}}{}}6`````{{CLfDb}{{`{{CMf{c}}}}}{}};4:4:4:```````````{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}`{{cCKlCKfGAnBdCL`}hFOl}{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}``````{{{Jn{CKb}}{Ml{c}}egi}h{}{{ABj{CKbc}}}{{ABj{Db}{{Ch{d}}}}}{{ABj{c}{{Ch{CKb}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBj}}M`M`}{{Il{DnDA`}}}}```````````````````````````{{}{{Nf{c}}}{}}{g{{Nf{e}}}{DjGlNd}{}{{ABj{{I`{c}}}{{Ch{e}}}}}}{{CMj{Jn{CMl}}}{{Nf{c}}}{}}{CMn{{Nf{c}}}{}}{{d{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}{{Nf{c}}}{}}`````````````````````````````````````````{c{{Nf{{Il{hCI`}}}}}{{K`{{Aj{{Ml{BBj}}}}}}}}```````````{e{{DAf{{Ib{DAd}}}}}{}{{DAd{}{{Of{c}}}}Gl}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAAd}}}}{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}```````````{DAh{{Mh{DAj}}}}``{{}{{Mh{CM`}}}}{{{DAl{CM`CMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`543`````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}`{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}``{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}`{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}``{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}`{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}`{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}`{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}``{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{DNh{{DNj{DNh}}}}`{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}`{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}`{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````{Db{{Lf{{EDn{c}}{EE`{c}}}}}{}}{{}{{Lf{{EEb{c}}{EEd{c}}}}}{}}````{{}{{Lf{{EEf{c}}{EEh{c}}}}}{}}```````{c{}Oj}{c{{EEj{c}}}{DAdDFn}}{{}{{Il{EElEEn}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DCnc}{{DD`{DCnc}}}DDb}{DDh{{DDj{DDh}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{{ce}{{EF`{ce}}}DDb{DLhDFnALj}}{{ce}{{EFb{ce}}}DE`{DLhDFnALj}}{{ce}{{Lf{{EFd{ce}}EFf}}}DE`{DLhDFnALj}}{{}EFh}{DEb{{DFd{DEb}}}}{DDh{{DGl{DDh}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DEb{{DJd{DEb}}}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}1{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{BBjEFj}{{DNhDLn}{{DNj{DNh}}}}{{}EFl}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{DNh{{DNj{DNh}}}}{{DCnAl}{{Eh{DCn}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}````````````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}`{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}`{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}`{DNh{{DNj{DNh}}}}{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}Oj}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}0{DBn{{DCh{DBn}}}}{Ojh}{c{{EG`{{Il{ec}}}}}{}{}}{DBb{{DEj{DBbc}}}{}}{DBn{{DG`{DBn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{DBn{{DHf{DBn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{DBb{{DIh{DBb}}}}{EGbOj}{DBn{{DIn{DBn}}}}{EGdd}{{ce}{{EGf{ce}}}OjOj}{{ceg}{{EGh{ceg}}}OjOjOj}{{cegi}{{EGj{cegi}}}OjOjOjOj}{{cegik}{{EGl{cegik}}}OjOjOjOjOj}{cEGnOh}{e{{EH`{e}}}{}{{Bb{DLd}{{Ch{c}}}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EHb{c}}}Oj}{DBn{{DKf{DBn}}}}{DBn{{I`{c}}}{}}{c{{EG`{{Il{ce}}}}}{}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHd{c}}}{}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{e{{EHf{e}}}{}{{Cd{DLd}{{Ch{{DLf{c}}}}}}}}{c{{EHh{c}}}Oj}{{DBnDLd}{{DLf{c}}}{}}{c{{EG`{c}}}{}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHj{ce}}}{OjDFn}{OjDFn}}{cEHlOh}{cEHnOh}{DBn{{DOd{DBn}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DBb{{EBd{DBbc}}}{}}{DBb{{EBh{DBb}}}}{{ce}{{EI`{ce}}}DBf{{DBf{}{{Cf{}}}}}}{{ceg}{{EIb{ceg}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegi}{{EId{cegi}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegik}{{EIf{cegik}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{cEIhOh}{c{{EIj{c}}}DBf}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{ce}{{EIl{ce}}}{DBfDFn}{DBfDFn}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DC`Db}{{DCb{DC`c}}}{}}{DC`{{DDf{DC`c}}}{}}{{}{{EIn{c}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DC`{{DGj{DC`c}}}{}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}1010{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{{ck}{{EJ`{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}DAd}{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}0{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAnDb}{{DDd{DAn}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{{}{{EJb{c}}}{}}{DAn{{DEh{DAn}}}}{DBh{{DEl{DBhc}}}{}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DAn{{DGb{DAn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DHh{DAn}}}}`{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DAn{{DIj{DAn}}}}{DBh{{DJ`{DBh}}}}{EJdd}{cEJfOh}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DAn{{DKh{DAn}}}}{c{{EJh{c}}}Oj}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{}{{EJj{c}}}{}}{e{{EJl{e}}}{}{{Cd{DLd}{{Ch{{DLf{{I`{c}}}}}}}}}}{c{{EJn{c}}}DAd}{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{DAnDb}{{DN`{DAn}}}}{c{{EK`{c}}}Dl}{e{{EKb{e}}}{}{{Cd{}{{Ch{c}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{ce}{{EKd{ce}}}DAd{{DAd{}{{Of{}}}}}}`{cEKfOh}{DAn{{DNl{DAn}}}}{{cei}{{EKh{ceig}}}DAd{{DAd{}{{Of{}}}}}G`{{Cd{g}{{Ch{EKj}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{{DAnDb}{{Ef{DAn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBh{{EBf{DBh}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{DBf{}{{DKn{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKn{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DAnc}{{EDl{DAnc}}}DAd}``````````{cEKfOh}``````````````````{Ojh}{EGbOj}{{}EL`}0{{ELbc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}Gl}}{{ELfc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}}}{{ELh{ELj{h}}}{{Il{hELd}}}}{{ELfc}{{Il{DNdELd}}}Oj}{{ELl{ELn{h}}}{{Il{hELd}}}}{{ELbc}{{Il{DNdELd}}}{OjGl}}{ELl{{Il{hELd}}}}{ELh{{Il{hELd}}}}{{{Id{EM`}}}h}0{{{Id{c}}}EL`EM`}{{{Id{c}}}EMbEM`}{{{DAl{EMdEMf}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`````{{cDbi}{{Mh{e}}}AA`CJf{{Oj{}{{Ch{EMh}}}}CJf}{{Bb{{EDn{e}}}{{Ch{g}}}}CJf}}{{{EMj{}{{Ch{c}}}}EMl}h{}}{{{DAl{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAd{}{{Of{c}}}}CJf}}{{cg}{{Mh{e}}}AA`{}{{DAd{}{{Of{e}}}}CJf}}{{{Ib{{EMj{}{{Ch{c}}}}}}{DAf{{Ib{DAd}}}}}{{DAf{{Ib{DAd}}}}}{}}{{cek}{{Mh{g}}}AA`CJfCJf{{Oj{}{{Ch{{Lf{ge}}}}}}CJf}{{Cd{e}{{Ch{i}}}}CJfNd}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}g}{{Nf{g}}}{CKdFOl}{}{JjGl}}{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}}{{CJn{gec}}}{CKdFOl}{}{JjGl}}````````````````````````````````````````````{{LdDn}{{Nf{c}}}{}}{{LdGMd}{{Nf{c}}}{}}{{LdGMf}{{Nf{c}}}{}}{Ld{{Nf{c}}}{}}0{{Lde}{{Nf{c}}}{}{{Bb{Al}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{d}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{{I`{d}}}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{GMf}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{Ob}{{Ch{c}}}}}}{{}{{Mh{{Lf{LdDAj}}}}}}6{{Ldd}{{Nf{c}}}{}}0{{LdCLh}{{Nf{c}}}{}}{{Ld{I`{GMh}}}{{Nf{c}}}{}}{{LdOb}{{Nf{c}}}{}}`{{Lde}{{Nf{c}}}{}{{Bb{GMj}{{Ch{c}}}}Gl}};`{GMl{{Lf{Ld{Nf{c}}}}}{}}<<``````````````````````````````{{{CJb{}{{GAj{c}}}}c}BjG`}``````{{{GDh{}{{GAj{c}}}}c}AhG`}`````00`0``````{{{GE`{}{{GAj{c}}}}cd}AfG`}``0`````{{{GF`{}{{GAj{c}}}}c}BnG`}`````````````````````````````````````````````````````````````{CK`{{Jn{CKb}}}}{CKdh}`````{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CKjceCKlCKfCKn}hCKd{}}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CLbh}``{{CKdCLdc}h{{K`{Ih}}}}````````{CK`{{I`{CLf}}}}`{{CKjCKfcCLh}dCKd}``{{CKjcObCLhCLj}CLlCKd}{{CK`CKbcOd}CLlCKd}```{{CKjCKfCKnCL`c}CLnCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}`{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CK`CKbCKfcCMf}hCKd}`{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}``{CLb{{I`{Jl}}}}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}10{{CLbCMj{Jn{CMl}}}h}``{{CLbCMn}h}{{CK`CLf}h}`{CK`{{Ob{CN`}}}}`0{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{CK`CNd}```{CK`CNf}```````````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}{{CLbJl}h}{{CLb{CNh{{Ib{Gj}}}}}h}10`````````````````````````````{CLbh}{{CLb{I`{Jl}}}{{I`{c}}}Dj}?>{CLb{{I`{c}}}Dj}>?0>=<{{CLbd{I`{CNb}}{I`{{Lf{{CJn{ceg}}CNd}}}}{Ib{Gj}}CMn}h{}{}{}}:5454````````````````````````````````````````````````````````````````{{DlDl}d}{{}{{CHj{CE`}}}}```````````{{{FMh{}{{FMf{c}}}}c}{{Ob{M`}}}{DlAA`}}{{{FMh{}{{FMf{c}}}}cFMjCL`{ADf{Mf}}}h{DlAA`}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLl{{K`{CN`}}}{{K`{CN`}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{CLl}}}}}}`{{OdMfce}CLl{{Bb{Od}{{Ch{CLl}}}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegi}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegik}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}{{Bb{CLlOb}{{Ch{CLl}}}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMncOdCN`CN`FMlMfFN`{Ml{{CJn{egc}}}}{Ml{CKb}}}CLlCKd{}{}}```````````````````````````````````````````````{{CKjceCKlCKfCKn}hCKd{}}{{{Ml{{CJn{ceg}}}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{CKjCKfcCLh}dCKd}{{CKjcObCLhCLj}CLlCKd}{{CKjCKfCKnCL`c}CLnCKd}{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}``````{CKdh}{{CKdCLdc}h{{K`{Ih}}}}````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}`````{{FNbDf}{{Ob{M`}}}}{{FNbDf{I`{Dd}}CL`}h}`````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}FOb{AnFd}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}c{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}FOn{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}gCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}eCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}i}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{FO`{c}}CLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FNn{}{{FNd{c}}}}DbDb}{{I`{CLh}}}{AnFd}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNn{}{{FNd{c}}}}CLh}{{I`{Gb}}}{AnFd}}{{{FNn{}{{FNd{c}}}}}Gd{AnFd}}`{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{Aj{{Ml{BBj}}}}}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FNn{}{{FNd{c}}}}}Ob{AnFd}}{{{FNn{}{{FNd{c}}}}}Mf{AnFd}}0{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}Gf}h{AnFdG`}}{{{FNn{}{{FNd{c}}}}Ob}h{AnFd}}{{{FNf{}{{FNd{c}}}}}{{I`{Jl}}}{AnFdG`}}``{{{FNf{}{{FNd{c}}}}ObcFOnGhe}h{AnFdG`}FNl}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}c}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}h{AnFd}}{{{FNn{}{{FNd{c}}}}}Gj{AnFd}}`{{{FO`{c}}}{{FNn{}{{FNd{c}}}}}{AnFd}}{El{{FNf{}{{FNd{c}}}}}{AnFdG`}}````````````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}><;6```````{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}>````````````````````````{CK`{{Jn{CKb}}}}`{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CMf{{Gl{c}}}{}}{{CMfGn{I`{CLf}}}h}{CK`{{I`{CLf}}}}`{{CK`CKbcOd}CLlCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CK`CKbCKfcCMf}hCKd}`{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CMfGA`{I`{CLf}}CL`CLj}h}{{CK`CLf}h}{CK`{{Ob{CN`}}}}0{CK`CNd}`{CK`CNf}``{{CMfGAb{I`{CLf}}}h}`````````````````{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}?{Gnh}`?{Gnd}{{{Ib{CMf}}g}{{`{{CMf{e}}}}}{}{}{{ABj{c}{{Ch{e}}}}}}{{GAbDb}h}{GAbh}0{{CLfe}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{GA`GAd}h}`>2{{GA`GAf}h}`:7``{{{DAl{GAh}{{Ch{e}}}}}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{}{{`{{CMf{CLf}}}}}}{CLf{{`{{CMf{c}}}}}{}}:{{}{{`{{CMf{c}}}}}{}}0`:`;```{{CLfGAd}{{`{{CMf{c}}}}}{}}6{{CLfGAf}{{`{{CMf{c}}}}}{}}6`````{{CLfDb}{{`{{CMf{c}}}}}{}};4:4:4:```````````{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}`{{cCKlCKfGAnBdCL`}hFOl}{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}``````{{{Jn{CKb}}{Ml{c}}egi}h{}{{ABj{CKbc}}}{{ABj{Db}{{Ch{d}}}}}{{ABj{c}{{Ch{CKb}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBj}}M`M`}{{Il{DnDA`}}}}````````````````````````{{{GDd{}{{GAj{c}}}}c}Bh{G`Dl}}````````````{{{GKl{}{{GAj{c}}}}c}HlG`}{{{GKl{}{{GAj{c}}}}c}{{I`{Hn}}}G`}0````{{{GGf{}{{GAj{c}}}}c}j{G`Dl}}```0`````{{{GGn{}{{GAj{c}}}}c}CbG`}``````{{{GHd{}{{GAj{c}}}}cd}nG`}````0`````````{{{GFd{}{{GAj{c}}}}c}BlG`}````````{{{GGh{}{{GAj{c}}}}c}AdG`}0````00{{{GGh{}{{GAj{c}}}}cd}AdG`}0`````````````{{{GHn{}{{GAj{c}}}}c}A`G`}```````0`0````````````{{{GIb{}{{GAj{c}}}}c}BfG`}`0```{{{GIl{}{{GAj{c}}}}c}lG`}``0{{{GIl{}{{GAj{c}}}}c}DdG`}11000```{{{GEj{}{{GAj{c}}}}c}AlG`}``0{{{GEj{}{{GAj{c}}}}c}DdG`}11`000```````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GJd{}{{GAj{c}}}}cd}fG`}```````0```````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000000000000{{{GEb{ceg}}FN`}{{GEb{ceg}}}{}{}CKd}{{{GHh{ceg}}FN`}{{GHh{ceg}}}{}{}CKd}{{{GEn{ceg}}Gd}{{GEn{ceg}}}{}GF`CKd}{{{GEn{ceg}}Gj}{{GEn{ceg}}}{}GF`CKd}{ce{}{}}00000000000000000000000000000000000000000000000000000{cCj{}}00000000000000000000000000000000000000000000000000000{{{GFh{c}}{ADf{Mf}}}{{GFh{c}}}{}}222222222222222222222222222222222222222222222222222222{{{GHl{ceg}}{Ml{c}}}{{GHl{ceg}}}{An{EDb{BBj}}BEb}DlGHn}`{i{{GDf{ceg}}}{}GDhCKd{{K`{{CJn{ceg}}}}}}{{c{Cl{e}}}g{}{}{}}00000000000000000000000000`{i{{GDj{iceg}}}{}{}EN`{{GDl{ceg}}}}{{{GEn{ceg}}}{{GEn{ceg}}}{}GF`CKd}0`{{cdg}{{GDn{eik}}}{{K`{Jl}}}{}{{ABj{d}{{Ch{e}}}}}{GE`GAl}FOl}{{{GEb{ceg}}}{{Jn{CKb}}}{}{}CKd}{{{GFn{ceg}}}{{Jn{CKb}}}Dl{}CKd}{{{GHh{ceg}}}{{Jn{CKb}}}{}{}CKd}{{{GJ`{ceg}}}{{Jn{CKb}}}{}{}CKd}{{{GDf{ceg}}}{{Jn{CKb}}}DlGDhCKd}{{{GEf{cegi}}}{{Jn{CKb}}}{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{GEn{ceg}}}{{Jn{CKb}}}{}GF`CKd}{{{GNb{ceg}}}{{Jn{CKb}}}{}{GKlGF`}CKd}{{{GHj{ceg}}}{{Jn{CKb}}}{}GGhCKd}{{{GJh{ceg}}}{{Jn{CKb}}}{}{GF`GAl}FOl}{{{GFl{cegik}}}{{Jn{CKb}}}{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{CJlh}{i{{GEb{ceg}}}{}{}CKd{{Oh{}{{Of{{CJn{ceg}}}}}}}}``{{{GEd{c}}El{I`{c}}g}{{GEf{ceik}}}{GEhDl}{}{{ABj{c}{{Ch{e}}}}}{GEjGDd}FOl}{i{{CJn{ceg}}}{}{}CKd{{GEl{ceg}}}}{ce{}{}}00000000000000000000000000`{i{{GEn{ceg}}}{}GF`CKd{{K`{{CJn{ceg}}}}}}{{{GI`{c}}GK`}{{GI`{c}}}GIb}{{{GFh{c}}GK`}{{GFh{c}}}{}}{{}{{GEb{ce}}}{}CKd}{{}{{GHh{ce}}}{}CKd}{CJl}{CJlFOn}{Dbc{}}00000000000000000000000000000000000000000000000000000{{{GEb{ceg}}CKb}h{}{}CKd}{{{GFn{ceg}}CKb}hDl{}CKd}{{{GHh{ceg}}CKb}h{}{}CKd}{{{GJ`{ceg}}CKb}h{}{}CKd}{{{GDf{ceg}}CKb}hDlGDhCKd}{{{GEn{ceg}}CKb}h{}GF`CKd}{{{GNb{ceg}}CKb}h{}{GKlGF`}CKd}{{{GHj{ceg}}CKb}h{}GGhCKd}{{{GIn{ceg}}CKb}hDlGEjFOl}{{{GJh{ceg}}CKb}h{}{GF`GAl}FOl}{{{GFl{cegik}}CKb}h{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{CJlDf}{{Ob{M`}}}}{{CJlD`}{{Ob{M`}}}}{{{GHj{ceg}}GLf}{{GHj{ceg}}}{}GGhCKd}{{{GEb{ceg}}CKbCKfCKh}h{}{}CKd}{{{GFn{ceg}}CKbCKfCKh}hDl{}CKd}{{{GHh{ceg}}CKbCKfCKh}h{}{}CKd}{{{GEn{ceg}}CKbCKfCKh}h{}GF`CKd}{{{GHj{ceg}}CKbCKfCKh}h{}GGhCKd}{{{GHf{ceg}}CKbCKfCKh}h{}{}CKd}{{{GFl{cegik}}CKbCKfCKh}h{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GEb{ceg}}CKbgeCKlCKfCKnCL`}h{}{}CKd}{{{GFn{ceg}}CKbgeCKlCKfCKnCL`}hDl{}CKd}{{CJlJn}h}{{CJlDf{I`{Dd}}CL`}h}{{CJlD`FMjCL`{ADf{Mf}}}h}{{{GHh{ceg}}CKbgeCKlCKfCKnCL`}h{}{}CKd}{{{GJ`{ceg}}CKbgiCKlCKfCKnCL`}h{}{}CKd{}}{{{GDf{ceg}}CKbgeCKlCKfCKnCL`}hDlGDhCKd}{{{GDn{ceg}}CKbgeCKlCKfCKnCL`}h{}{GE`GAl}FOl}{{{GEf{cegi}}CKbigCKlCKfCKnCL`}h{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{GEn{ceg}}CKbgeCKlCKfCKnCL`}h{}GF`CKd}{{{GNb{ceg}}CKbgeCKlCKfCKnCL`}h{}{GKlGF`}CKd}{{{GGd{cegi}}CKbigCKlCKfCKnCL`}h{DlJhFd}{}{GGfGGhGDdGF`}FOl}{{{GGl{c}}CKbecCKlCKfCKnCL`}hGGnCKd}{{{GH`{ceg}}CKbgeCKlCKfCKnCL`}hDl{GHdGAl}FOl}{{{GFb{c}}CKbecCKlCKfCKnCL`}hGFdCKd}{{{GHj{ceg}}CKbgeCKlCKfCKnCL`}h{}GGhCKd}{{{GHl{ceg}}CKbigCKlCKfCKnCL`}h{An{K`{Nl}}GLj}DlGHnCKd}{{{GIj{cegi}}CKbigCKlCKfCKnCL`}hFNl{}GIlFOl}{{{GIn{ceg}}CKbgeCKlCKfCKnCL`}hDlGEjFOl}{{{GIn{ceg}}CKbgeCKfCKn{I`{GLn}}CL`}hDlGEjFOl}{{{GJb{ceg}}CKbgeCKlCKfCKnCL`}h{}{GJdGAl}FOl}{{{GJh{ceg}}CKbgeCKlCKfCKnCL`}h{}{GF`GAl}FOl}{{{GJj{ceg}}CKbigCKlCKfCKnCL`}h{An{K`{Nl}}GLj}DlGHnCKd}{{{GHf{ceg}}CKbgeCKlCKfCKnCL`}h{}{}CKd}{{{GFl{cegik}}CKbgeCKlCKfCKnCL`}h{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GI`{c}}CKbecCKlCKfCKnCL`}hGIbFNb}{{GFfCKbceCKlCKfCKnCL`}hCKd{}}{{{GFh{c}}CKbegCKlCKfCKnCL`}h{DlAA`}{{FMh{}{{FMf{c}}}}}{}}{{{GDj{iceg}}CKbgeCKlCKfCKnCL`}h{}{}EN`{{GDl{ceg}}}}{{CJlGNd}h}{Dbh}00000000000000000000000000{{CJlCLhDdCL`}h}0{{CJlCLdc}h{{K`{Ih}}}}{CJlh}{{CJlFO`CLhDdCL`}h}{{{GFh{c}}FMj}{{GFh{c}}}{}}{{GFfDf}{{Il{hAAb}}}}{{{GFh{c}}Df}{{Il{hAAb}}}Jj}{{{GDj{iceg}}Df}{{Il{hAAb}}}JjJj{JjEN`}{Jj{GDl{ceg}}}}{{}{{Nf{c}}}{}}0{{{GDn{ceg}}i}{{GDn{ceg}}}{}{GE`GAl}FOlK`}{{{GEf{cegi}}}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl}{{{GGd{cegi}}k}{{GGd{cegi}}}{JhFd}{}{GGfGGhGDdGF`}FOlK`}{{{GH`{ceg}}i}{{GH`{ceg}}}DlGHdFOlK`}{{{GIj{cegi}}k}{{GIj{cegi}}}FNl{}GIlFOlK`}{{{GIn{ceg}}}{{GIn{ceg}}}DlGEjFOl}{{{GJb{ceg}}i}{{GJb{ceg}}}{}GJdFOlK`}{{{GJh{ceg}}i}{{GJh{ceg}}}{}{GF`GAl}FOlK`}{cc{}}00000000{{{Fl{c}}}{{GEn{cbCIh}}}Dl}111111111111111111111111111111111111111111111{c{{GI`{e}}}{{K`{ABl}}}GIb}{ce{}{}}00000000000000000000000000{{{GJh{ceg}}i}{{GJh{ceg}}}{}{GF`GAl}FOl{{K`{FOn}}}}{{{GGd{cegi}}GL`}{{GGd{cegi}}}{JhFd}{}{GGfGGhGDdGF`}FOl}{{{GEb{ceg}}i}{{GEb{ceg}}}{}{}CKd{{K`{CN`}}}}{{{GHh{ceg}}i}{{GHh{ceg}}}{}{}CKd{{K`{CN`}}}}{{{GDf{ceg}}i}{{GDf{ceg}}}{}GDhCKd{{K`{CN`}}}}{{{GEn{ceg}}i}{{GEn{ceg}}}{}GF`CKd{{K`{CN`}}}}{{{GNb{ceg}}i}{{GNb{ceg}}}{}{GKlGF`}CKd{{K`{CN`}}}}{{{GGl{c}}e}{{GGl{c}}}GGn{{K`{CN`}}}}{{{GFb{c}}e}{{GFb{c}}}GFd{{K`{CN`}}}}{{{GHj{ceg}}i}{{GHj{ceg}}}{}GGhCKd{{K`{CN`}}}}{{{GHl{ceg}}i}{{GHl{ceg}}}{An{EDb{BBj}}BEb}DlGHn{{K`{FOn}}}}{{{GJj{ceg}}i}{{GJj{ceg}}}{An{EDb{BBj}}BEb}DlGHn{{K`{CN`}}}}{{{GI`{c}}e}{{GI`{c}}}GIb{{K`{CN`}}}}{{{GFh{c}}e}{{GFh{c}}}{}{{K`{CN`}}}}{{{GDj{iceg}}k}{{GDj{iceg}}}{}{}EN`{{GDl{ceg}}}{{K`{CN`}}}}{{{GIj{cegi}}{DAl{g}{{Ch{G`}}}}}{{GIj{kegi}}}FNl{}GIlFOlFNl}{c{{GFb{e}}}{{K`{FOn}}}GFd}0{cGFf{{K`{CN`}}}}{{{GDn{ceg}}GNf}{{GDn{ceg}}}{}{GE`GAl}FOl}{{{GEf{cegi}}GM`}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl}{{{GIn{ceg}}GM`}{{GIn{ceg}}}DlGEjFOl}{{{GDf{ceg}}}{{I`{CLf}}}DlGDhCKd}{{{GDf{ceg}}CLf}{{GDf{ceg}}}{}GDhCKd}{{{GDn{ceg}}}{{I`{CLf}}}{}{GE`GAl}FOl}{{{GEn{ceg}}}{{I`{CLf}}}{}GF`CKd}{{{GHj{ceg}}}{{I`{CLf}}}{}GGhCKd}{{{GHj{ceg}}CLf}{{GHj{ceg}}}{}GGhCKd}{{{GHl{ceg}}}{{I`{CLf}}}{An{K`{Nl}}GLj}DlGHn}{{{GIn{ceg}}CLf}{{GIn{ceg}}}DlGEjFOl}{{{GJb{ceg}}}{{I`{CLf}}}{}{GJdGAl}FOl}{{{GHf{ceg}}}{{I`{CLf}}}{}{}CKd}{{{GFl{cegik}}}{{I`{CLf}}}{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GI`{c}}}{{I`{CLf}}}GIb}{{{GFh{c}}}{{I`{CLf}}}{DlAA`}}`{e{{GFh{c}}}{}{{K`{c}}}}{{}Db}00000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000000000444444444444444444444444444444444444444444444444444444444444444444444444444444444`{k{{GFj{cegi}}}{AnFd}{}{}CKd{{Oh{}{{Of{{Lf{c{CJn{egi}}}}}}}}}}`{{{GEb{ceg}}CKbgOd}CLl{}{}CKd}{{{GFn{ceg}}CKbgOd}CLlDl{}CKd}{{{GHh{ceg}}CKbgOd}CLl{}{}CKd}{{{GJ`{ceg}}CKbgOd}CLl{}{}CKd}{{{GDf{ceg}}CKbgOd}CLlDlGDhCKd}{{{GDn{ceg}}CKbgOd}CLl{}{GE`GAl}FOl}{{{GEf{cegi}}CKbiOd}CLl{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{GEn{ceg}}CKbgOd}CLl{}GF`CKd}{{{GNb{ceg}}CKbgOd}CLl{}{GKlGF`}CKd}{{{GGd{cegi}}CKbiOd}CLl{DlJhFd}{}{GGfGGhGDdGF`}FOl}{{{GGl{c}}CKbeOd}CLlGGnCKd}{{{GH`{ceg}}CKbgOd}CLlDl{GHdGAl}FOl}{{{GFb{c}}CKbeOd}CLlGFdCKd}{{{GHj{ceg}}CKbgOd}CLl{}GGhCKd}{{{GHl{ceg}}CKbiOd}CLl{An{K`{Nl}}GLj}DlGHnCKd}{{{GIj{cegi}}CKbiOd}CLlFNl{}GIlFOl}{{{GIn{ceg}}CKbgOd{I`{GLn}}}CLlDlGEjFOl}{{{GIn{ceg}}CKbgOd}CLlDlGEjFOl}{{{GJb{ceg}}CKbgOd}CLl{}{GJdGAl}FOl}{{{GJh{ceg}}CKbgOd}CLl{}{GF`GAl}FOl}{{{GJj{ceg}}CKbiOd}CLl{An{K`{Nl}}GLj}DlGHnCKd}{{{GHf{ceg}}CKbgOd}CLl{}{}CKd}{{{GFl{cegik}}CKbgOd}CLl{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GI`{c}}CKbeOd}CLlGIbFNb}{{GFfCKbcOd}CLlCKd}{{{GFh{c}}CKbeOd}CLl{DlAA`}{{FMh{}{{FMf{c}}}}}}{{{GDj{iceg}}CKbgOd}CLl{}{}EN`{{GDl{ceg}}}}{{cm}{{GFl{egick}}}AA`{}{}{}{{K`{{CJn{egi}}}}}{{ABj{c}{{Ch{k}}}}}}{{{GEf{cegi}}k}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl{{K`{Gh}}}}{{{GIn{ceg}}i}{{GIn{ceg}}}DlGEjFOl{{K`{Gh}}}}{{CJl{Aj{{Ml{BBj}}}}}h}{{{GEn{ceg}}i}{{GEn{ceg}}}{}GF`CKd{{K`{FOn}}}}{{{GEb{ceg}}i}{{GEb{ceg}}}{}{}CKd{{K`{FOn}}}}1{i{{GFn{ceg}}}{}{}CKd{{K`{{CJn{ceg}}}}}}{{{GEb{ceg}}CKbCKfCKnCL`g}CLn{}{}CKd}{{{GFn{ceg}}CKbCKfCKnCL`g}CLnDl{}CKd}{{{GHh{ceg}}CKbCKfCKnCL`g}CLn{}{}CKd}{{{GJ`{ceg}}CKbCKfCKnCL`g}CLn{}{}CKd}{{{GDf{ceg}}CKbCKfCKnCL`g}CLnDlGDhCKd}{{{GDn{ceg}}CKbCKfCKnCL`g}CLn{}{GE`GAl}FOl}{{{GEf{cegi}}CKbCKfCKnCL`i}CLn{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{GEn{ceg}}CKbCKfCKnCL`g}CLn{}GF`CKd}{{{GNb{ceg}}CKbCKfCKnCL`g}CLn{}{GKlGF`}CKd}{{{GGd{cegi}}CKbCKfCKnCL`i}CLn{DlJhFd}{}{GGfGGhGDdGF`}FOl}{{{GH`{ceg}}CKbCKfCKnCL`g}CLnDl{GHdGAl}FOl}{{{GHj{ceg}}CKbCKfCKnCL`g}CLn{}GGhCKd}{{{GHl{ceg}}CKbCKfCKnCL`i}CLn{An{K`{Nl}}GLj}DlGHnCKd}{{{GIj{cegi}}CKbCKfCKnCL`i}CLnFNl{}GIlFOl}{{{GIn{ceg}}CKbCKfCKnCL`g}CLnDlGEjFOl}{{{GJb{ceg}}CKbCKfCKnCL`g}CLn{}{GJdGAl}FOl}{{{GJh{ceg}}CKbCKfCKnCL`g}CLn{}{GF`GAl}FOl}{{{GJj{ceg}}CKbCKfCKnCL`i}CLn{An{K`{Nl}}GLj}DlGHnCKd}{{{GHf{ceg}}CKbCKfCKnCL`g}CLn{}{}CKd}{{{GFl{cegik}}CKbCKfCKnCL`g}CLn{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GDj{iceg}}CKbCKfCKnCL`g}CLn{}{}EN`{{GDl{ceg}}}}{{}{{GEb{ceg}}}{}{}CKd}{i{{GFn{ceg}}}{}{}{}{{K`{{CJn{ceg}}}}}}{{}{{GHh{ceg}}}{}{}CKd}{{ci}{{GJ`{ecg}}}{}{}CKd{{K`{{CJn{ecg}}}}}}{i{{GDf{ceg}}}{}GDhCKd{{K`{{CJn{ceg}}}}}}{{cdg}{{GDn{eik}}}{{K`{Jl}}}{}{{ABj{d}{{Ch{e}}}}}{GE`GAl}FOl}{{{GEd{c}}El{I`{c}}g}{{GEf{ceik}}}{GEhDl}{}{{ABj{c}{{Ch{e}}}}}{GEjGDd}FOl}{i{{GEn{ceg}}}{}GF`CKd{{K`{{CJn{ceg}}}}}}{{{GNh{c}}k}{{GNb{egi}}}{}{}{GKlGF`}CKd{{ABj{GKncd}{{Ch{{GNj{egi}}}}}}}}{{e{I`{c}}i}{{GGd{cgkm}}}{JhFd}{{K`{{Aj{{Ml{c}}}}}}}{}{{ABj{c}{{Ch{g}}}}}{GGfGGhGDdGF`}FOl}{{{GGj{Mf}}Mf}{{GGl{c}}}GGn}{{ce{I`{e}}i}{{GH`{gkm}}}{{K`{Jl}}}{GHbAn}Dl{{Bb{e}{{Ch{g}}}}}GHdFOl}{i{{GHj{ceg}}}{}GGhCKd{{K`{{CJn{ceg}}}}}}{{{GGj{c}}cg}{{GHl{cei}}}{An{EDb{BBj}}BEb}Dl{{ABj{c}{{Ch{e}}}}}GHn}{{{GIf{c}}}{{GIj{GIhegc}}}FOl{}GIl}{{ElEl}{{GIn{ceg}}}DlGEjFOl}{{cdg}{{GJb{eik}}}{{K`{{I`{Jl}}}}}{}{{ABj{d}{{Ch{e}}}}}GJdFOl}{{ikGJf}{{GJh{ceg}}}{}{GF`GAl}FOl{{K`{{CJn{ceg}}}}}{{K`{{Aj{El}}}}}}{{{GGj{c}}cg}{{GJj{cei}}}{An{EDb{BBj}}BEb}Dl{{ABj{c}{{Ch{e}}}}}GHn}{i{{GHf{ceg}}}{}{}CKd{{ABj{Ob}{{Ch{{CJn{ceg}}}}}}}}{{cm}{{GFl{egick}}}AA`{}{}{}{{K`{{CJn{egi}}}}}{{ABj{c}{{Ch{k}}}}}}{c{{GI`{e}}}{{K`{Df}}}GIb}{{ce}GFf{{K`{CN`}}}{{K`{CN`}}}}{e{{GFh{c}}}{}{{K`{c}}}}{i{{GDj{iceg}}}{}{}EN`{{GDl{ceg}}}}{{{GIj{cegi}}k}{{GIj{cegi}}}FNl{}GIlFOl{{ABj{Gf}{{Ch{e}}}}}}{{{GNb{ceg}}i}{{GNb{ceg}}}{}{GKlGF`}CKd{{ABj{GKn}{{Ch{c}}}}}}{{{GEf{cegi}}e}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl}{{{GFn{ceg}}c}{{GFn{ceg}}}{}{}{}}{{{GNb{ceg}}i}{{GNb{ceg}}}{}{GKlGF`}CKd{{ABj{GNl}{{Ch{c}}}}}}{{{GEb{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{}CKd}{{{GFn{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMdDl{}CKd}{{{GHh{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{}CKd}{{{GJ`{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{}CKd}{{{GDf{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMdDlGDhCKd}{{{GDn{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{GE`GAl}FOl}{{{GEf{cegi}}CKbCM`CKfCKniCLb{CMb{e}}CL`}CMd{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{GEn{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}GF`CKd}{{{GNb{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{GKlGF`}CKd}{{{GGd{cegi}}CKbCM`CKfCKniCLb{CMb{e}}CL`}CMd{DlJhFd}{}{GGfGGhGDdGF`}FOl}{{{GH`{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMdDl{GHdGAl}FOl}{{{GHj{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}GGhCKd}{{{GHl{ceg}}CKbCM`CKfCKniCLb{CMb{e}}CL`}CMd{An{K`{Nl}}GLj}DlGHnCKd}{{{GIj{cegi}}CKbCM`CKfCKniCLb{CMb{e}}CL`}CMdFNl{}GIlFOl}{{{GIn{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMdDlGEjFOl}{{{GJb{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{GJdGAl}FOl}{{{GJh{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{GF`GAl}FOl}{{{GJj{ceg}}CKbCM`CKfCKniCLb{CMb{e}}CL`}CMd{An{K`{Nl}}GLj}DlGHnCKd}{{{GHf{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{}CKd}{{{GFl{cegik}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GDj{iceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{}EN`{{GDl{ceg}}}}{{{GEf{cegi}}k}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl{{ABj{Jl}{{Ch{e}}}}}}{{{GIn{ceg}}i}{{GIn{ceg}}}DlGEjFOl{{ABj{Jl}{{Ch{c}}}}}}{{{GFn{ceg}}c}{{GFn{ceg}}}{}{}{}}000{{{GEf{cegi}}k}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl{{ABj{c}{{Ch{e}}}}}}21{{{GDf{ceg}}c}{{GDf{ceg}}}{}GDhCKd}{{{GDf{ceg}}{I`{c}}}{{GDf{ceg}}}{}GDhCKd}3{{{GHl{ceg}}e}{{GHl{ceg}}}{An{EDb{BBj}}BEb}DlGHn}{{{GJj{ceg}}e}{{GJj{ceg}}}{An{EDb{BBj}}BEb}DlGHn}{{{GNb{ceg}}ik}{{GNb{ceg}}}{}{GKlGF`}CKd{{K`{FOn}}}{{ABj{GNn}{{Ch{c}}}}}}66{{{GHj{ceg}}i}{{GHj{ceg}}}{}GGhCKd{{ABj{GO`}{{Ch{c}}}}}}{{{GIn{ceg}}c}{{GIn{ceg}}}DlGEjFOl}{{{GEb{ceg}}CKbCKfgCMf}h{}{}CKd}{{{GFn{ceg}}CKbCKfgCMf}hDl{}CKd}{{{GHh{ceg}}CKbCKfgCMf}h{}{}CKd}{{{GJ`{ceg}}CKbCKfgCMf}h{}{}CKd}{{{GDf{ceg}}CKbCKfgCMf}hDlGDhCKd}{{{GEn{ceg}}CKbCKfgCMf}h{}GF`CKd}{{{GNb{ceg}}CKbCKfgCMf}h{}{GKlGF`}CKd}{{{GHj{ceg}}CKbCKfgCMf}h{}GGhCKd}{{{GIn{ceg}}CKbCKfgCMf}hDlGEjFOl}{{{GEl{}{{GG`{c}}{GGb{e}}}}cCMf}hG`{}}{{{GHf{ceg}}CKbCKfgCMf}h{}{}CKd}{{{GFl{cegik}}CKbCKfgCMf}h{}{}CKdAA`{{K`{{CJn{ceg}}}}}}`{{{GEb{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{{GFn{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}Dl{}CKd}{{{GHh{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{{GJ`{ceg}}CKbCKfg}{{I`{{CMh{cig}}}}}{}{}CKd{}}{{{GDf{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}DlGDhCKd}{{{GEf{cegi}}CKbCKfi}{{I`{{CMh{egi}}}}}{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{GEn{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}GF`CKd}{{{GNb{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{GKlGF`}CKd}{{{GGd{cegi}}CKbCKfi}{{I`{{CMh{egi}}}}}{DlJhFd}{}{GGfGGhGDdGF`}FOl}{{{GHj{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}GGhCKd}{{{GJh{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{GF`GAl}FOl}{{{GHf{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{{GFl{cegik}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GEb{ceg}}i}{{GEb{ceg}}}{}{}CKd{{K`{FMl}}}}{{{GHh{ceg}}i}{{GHh{ceg}}}{}{}CKd{{K`{FMl}}}}{{{GDf{ceg}}i}{{GDf{ceg}}}{}GDhCKd{{K`{FMl}}}}{{{GEf{cegi}}k}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl{{K`{FMl}}}}{{{GEn{ceg}}i}{{GEn{ceg}}}{}GF`CKd{{K`{FMl}}}}{{{GGd{cegi}}k}{{GGd{cegi}}}{JhFd}{}{GGfGGhGDdGF`}FOl{{K`{FMl}}}}{{{GIj{cegi}}k}{{GIj{cegi}}}FNl{}GIlFOl{{K`{FMl}}}}{{{GIn{ceg}}i}{{GIn{ceg}}}DlGEjFOl{{K`{FMl}}}}{{{GJh{ceg}}i}{{GJh{ceg}}}{}{GF`GAl}FOl{{K`{FOn}}}}`{{{GIn{ceg}}}{{GIn{ceg}}}DlGEjFOl}`{{e{I`{c}}i}{{GGd{cgkm}}}{JhFd}{{K`{{Aj{{Ml{c}}}}}}}{}{{ABj{c}{{Ch{g}}}}}{GGfGGhGDdGF`}FOl}{{{GGd{cegi}}k}{{GGd{cegi}}}{JhFd}{}{GGfGGhGDdGF`}FOl{{K`{Jl}}}}`{{{GGj{Mf}}Mf}{{GGl{c}}}GGn}{{{GEb{ceg}}i}{{GEb{ceg}}}{}{}CKd{{K`{{CJn{ceg}}}}}}{{{GHh{ceg}}i}{{GHh{ceg}}}{}{}CKd{{K`{{CJn{ceg}}}}}}`{{ce{I`{e}}i}{{GH`{gkm}}}{{K`{Jl}}}{AnGHb}Dl{{Bb{e}{{Ch{g}}}}}GHdFOl}{i{{GHf{ceg}}}{}{}CKd{{ABj{Ob}{{Ch{{CJn{ceg}}}}}}}}{i{{GHh{ceg}}}{}{}CKd{{Oh{}{{Of{{CJn{ceg}}}}}}}}```{i{{GHj{ceg}}}{}GGhCKd{{K`{{CJn{ceg}}}}}}{{{GDf{ceg}}CLf}hDlGDhCKd}{{{GDn{ceg}}CLf}h{}{GE`GAl}FOl}{{{GEn{ceg}}CLf}h{}GF`CKd}{{{GHj{ceg}}CLf}h{}GGhCKd}{{{GHl{ceg}}CLf}h{An{K`{Nl}}GLj}DlGHn}{{{GJb{ceg}}CLf}h{}{GJdGAl}FOl}{{{GHf{ceg}}CLf}h{}{}CKd}{{{GFl{cegik}}CLf}h{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GI`{c}}CLf}hGIb}{{{GFh{c}}CLf}h{DlAA`}}{{{GEb{ceg}}}{{Ob{CN`}}}{}{}CKd}{{{GFn{ceg}}}{{Ob{CN`}}}Dl{}CKd}{{{GHh{ceg}}}{{Ob{CN`}}}{}{}CKd}{{{GJ`{ceg}}}{{Ob{CN`}}}{}{}CKd}{{{GDf{ceg}}}{{Ob{CN`}}}DlGDhCKd}{{{GDn{ceg}}}{{Ob{CN`}}}{}{GE`GAl}FOl}{{{GDn{ceg}}i}{{GDn{ceg}}}{}{GE`GAl}FOl{{K`{FOn}}}}{{{GEf{cegi}}}{{Ob{CN`}}}{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{GEf{cegi}}Mf}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl}{{{GEn{ceg}}}{{Ob{CN`}}}{}GF`CKd}{{{GNb{ceg}}}{{Ob{CN`}}}{}{GKlGF`}CKd}{{{GGd{cegi}}}{{Ob{CN`}}}{DlJhFd}{}{GGfGGhGDdGF`}FOl}{{{GGl{c}}}{{Ob{CN`}}}GGn}{{{GH`{ceg}}}{{Ob{CN`}}}Dl{GHdGAl}FOl}{{{GH`{ceg}}i}{{GH`{ceg}}}DlGHdFOl{{K`{FOn}}}}{{{GFb{c}}}{{Ob{CN`}}}GFd}{{{GHj{ceg}}}{{Ob{CN`}}}{}GGhCKd}{{{GHl{ceg}}}{{Ob{CN`}}}{An{K`{Nl}}GLj}DlGHn}{{{GIj{cegi}}}{{Ob{CN`}}}FNl{}GIlFOl}{{{GIn{ceg}}i}{{GIn{ceg}}}DlGEjFOl{{K`{FOn}}}}{{{GIn{ceg}}}{{Ob{CN`}}}DlGEjFOl}{{{GJb{ceg}}}{{Ob{CN`}}}{}{GJdGAl}FOl}{{{GJb{ceg}}i}{{GJb{ceg}}}{}GJdFOl{{K`{FOn}}}}{{{GJh{ceg}}}{{Ob{CN`}}}{}{GF`GAl}FOl}{{{GJh{ceg}}i}{{GJh{ceg}}}{}{GF`GAl}FOl{{K`{FOn}}}}{{{GJj{ceg}}}{{Ob{CN`}}}{An{K`{Nl}}GLj}DlGHn}{{{GHf{ceg}}}{{Ob{CN`}}}{}{}CKd}{{{GFl{cegik}}}{{Ob{CN`}}}{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GI`{c}}}{{Ob{CN`}}}GIb}{GFf{{Ob{CN`}}}}{{{GFh{c}}}{{Ob{CN`}}}{DlAA`}}{{{GDj{iceg}}}{{Ob{CN`}}}{}{}EN`{{GDl{ceg}}}}4`{{{GGj{c}}cg}{{GHl{cei}}}{An{EDb{BBj}}BEb}Dl{{ABj{c}{{Ch{e}}}}}GHn}{{{GJh{ceg}}d}{{GJh{ceg}}}{}{GF`GAl}FOl}`{{{GEb{ceg}}i}{{GEb{ceg}}}{}{}CKd{{K`{FOn}}}}{{{GHh{ceg}}i}{{GHh{ceg}}}{}{}CKd{{K`{FOn}}}}{{{GDn{ceg}}i}{{GDn{ceg}}}{}{GE`GAl}FOl{{K`{FOn}}}}{{{GNb{ceg}}i}{{GNb{ceg}}}{}{GKlGF`}CKd{{K`{FOn}}}}{{{GH`{ceg}}i}{{GH`{ceg}}}DlGHdFOl{{K`{FOn}}}}{{{GJb{ceg}}i}{{GJb{ceg}}}{}GJdFOl{{K`{FOn}}}}{{{GFn{ceg}}}CNdDl{}CKd}{{{GJ`{ceg}}}CNd{}{}CKd}{{{GDf{ceg}}}CNdDlGDhCKd}{{{GDn{ceg}}}CNd{}{GE`GAl}FOl}{{{GEf{cegi}}}CNd{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{GEn{ceg}}}CNd{}GF`CKd}{{{GNb{ceg}}}CNd{}{GKlGF`}CKd}{{{GGd{cegi}}}CNd{DlJhFd}{}{GGfGGhGDdGF`}FOl}{{{GH`{ceg}}}CNdDl{GHdGAl}FOl}{{{GHj{ceg}}}CNd{}GGhCKd}{{{GHl{ceg}}}CNd{An{K`{Nl}}GLj}DlGHn}{{{GIj{cegi}}}CNdFNl{}GIlFOl}{{{GIn{ceg}}}CNdDlGEjFOl}{{{GJb{ceg}}}CNd{}{GJdGAl}FOl}{{{GJh{ceg}}}CNd{}{GF`GAl}FOl}{{{GJj{ceg}}}CNd{An{K`{Nl}}GLj}DlGHn}{{{GHf{ceg}}}CNd{}{}CKd}{{{GFl{cegik}}}CNd{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GDj{iceg}}}CNd{}{}EN`{{GDl{ceg}}}}{{{GHl{ceg}}i}{{GHl{ceg}}}{An{EDb{BBj}}BEb}DlGHn{{K`{c}}}}{{{GJj{ceg}}c}{{GJj{ceg}}}{An{EDb{BBj}}BEb}DlGHn}{{{GDf{ceg}}i}{{GDf{ceg}}}{}GDhCKdK`}{{{GDn{ceg}}i}{{GDn{ceg}}}{}{GE`GAl}FOlK`}{{{GEf{cegi}}k}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl{K`K`Dl}}{{{GEn{ceg}}i}{{GEn{ceg}}}{}GF`CKdK`}{{{GNb{ceg}}i}{{GNb{ceg}}}{}{GKlGF`}CKdK`}{{{GGd{cegi}}k}{{GGd{cegi}}}{JhFd}{}{GGfGGhGDdGF`}FOlK`}{{{GGl{c}}e}{{GGl{c}}}GGnK`}{{{GH`{ceg}}i}{{GH`{ceg}}}DlGHdFOlK`}{{{GFb{c}}e}{{GFb{c}}}GFdK`}{{{GHj{ceg}}i}{{GHj{ceg}}}{}GGhCKdK`}{{{GHl{ceg}}i}{{GHl{ceg}}}{An{EDb{BBj}}BEb}DlGHnK`}{{{GIj{cegi}}k}{{GIj{cegi}}}FNl{}GIlFOlK`}{{{GIn{ceg}}i}{{GIn{ceg}}}DlGEjFOlK`}{{{GJb{ceg}}i}{{GJb{ceg}}}{}GJdFOlK`}{{{GJh{ceg}}i}{{GJh{ceg}}}{}{GF`GAl}FOlK`}{{{GJj{ceg}}i}{{GJj{ceg}}}{An{EDb{BBj}}BEb}DlGHnK`}{{{GI`{c}}e}{{GI`{c}}}GIbK`}`{c{{GI`{e}}}{{K`{Df}}}GIb}{{{GI`{c}}d}{{GI`{c}}}GIb}{{{GFn{ceg}}}CNfDl{}CKd}{{{GJ`{ceg}}}CNf{}{}CKd}{{{GDf{ceg}}}CNfDlGDhCKd}{{{GDn{ceg}}}CNf{}{GE`GAl}FOl}{{{GEf{cegi}}}CNf{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{GEn{ceg}}}CNf{}GF`CKd}{{{GNb{ceg}}}CNf{}{GKlGF`}CKd}{{{GGd{cegi}}}CNf{DlJhFd}{}{GGfGGhGDdGF`}FOl}{{{GH`{ceg}}}CNfDl{GHdGAl}FOl}{{{GHj{ceg}}}CNf{}GGhCKd}{{{GHl{ceg}}}CNf{An{K`{Nl}}GLj}DlGHn}{{{GIj{cegi}}}CNfFNl{}GIlFOl}{{{GIn{ceg}}}CNfDlGEjFOl}{{{GJb{ceg}}}CNf{}{GJdGAl}FOl}{{{GJh{ceg}}}CNf{}{GF`GAl}FOl}{{{GJj{ceg}}}CNf{An{K`{Nl}}GLj}DlGHn}{{{GHf{ceg}}}CNf{}{}CKd}{{{GFl{cegik}}}CNf{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GDj{iceg}}}CNf{}{}EN`{{GDl{ceg}}}}`{c{{GId{eg}}}JhGAlFOl}{{{GJb{ceg}}Gd}{{GJb{ceg}}}{}GJdFOl}`{{{GIf{c}}}{{GIj{GIhegc}}}FOlDlGIl}`{{ElEl}{{GIn{ceg}}}DlGEjFOl}{{{GEf{cegi}}k}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl{K`Dl}}{{{GDn{ceg}}i}{{GDn{ceg}}}{}{GE`GAl}FOl{{K`{Gh}}}}{{{GGd{cegi}}k}{{GGd{cegi}}}{JhFd}{}{GGfGGhGDdGF`}FOl{{K`{Gh}}}}{{{GH`{ceg}}i}{{GH`{ceg}}}DlGHdFOl{{K`{Gh}}}}{{{GJb{ceg}}i}{{GJb{ceg}}}{}GJdFOl{{K`{Gh}}}}{{{GDn{ceg}}FJf}{{GDn{ceg}}}{}{GE`GAl}FOl}{{{GGd{cegi}}FJf}{{GGd{cegi}}}{JhFd}{}{GGfGGhGDdGF`}FOl}{{{GH`{ceg}}FJf}{{GH`{ceg}}}DlGHdFOl}{{{GJb{ceg}}FJf}{{GJb{ceg}}}{}GJdFOl}{{{GJh{ceg}}FJf}{{GJh{ceg}}}{}{GF`GAl}FOl}{{{GDn{ceg}}i}{{GDn{ceg}}}{}{GE`GAl}FOl{{K`{FOn}}}}{{{GGd{cegi}}k}{{GGd{cegi}}}{JhFd}{}{GGfGGhGDdGF`}FOl{{K`{FOn}}}}{{{GH`{ceg}}i}{{GH`{ceg}}}DlGHdFOl{{K`{FOn}}}}{{{GJb{ceg}}i}{{GJb{ceg}}}{}GJdFOl{{K`{FOn}}}}{{ci}{{GJ`{ecg}}}{}{}CKd{{K`{{CJn{ecg}}}}}}`{{cdg}{{GJb{eik}}}{{K`{{I`{Jl}}}}}{}{{ABj{d}{{Ch{e}}}}}GJdFOl}`{{ikGJf}{{GJh{ceg}}}{}{GF`GAl}FOl{{K`{{CJn{ceg}}}}}Jh}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000000000000{cJ`{}}00000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000{{{GEl{}{{GG`{c}}{GGb{e}}}}ce}{{I`{g}}}G`{}{}}{c{{GFb{e}}}{{K`{FOn}}}GFd}0`{{{GGj{c}}cg}{{GJj{cei}}}{An{EDb{BBj}}BEb}Dl{{ABj{c}{{Ch{e}}}}}GHn}{cGFf{{K`{CN`}}}}{{{GEl{}{{GG`{c}}{GGb{e}}}}c}{{CJn{egi}}}G`{}{}{}}{{{GEb{ceg}}i}{{GEb{ceg}}}{}{}CKd{{K`{CN`}}}}{{{GHh{ceg}}i}{{GHh{ceg}}}{}{}CKd{{K`{CN`}}}}{{{GDf{ceg}}i}{{GDf{ceg}}}{}GDhCKd{{K`{CN`}}}}{{{GDn{ceg}}i}{{GDn{ceg}}}{}{GE`GAl}FOl{{K`{CN`}}}}{{{GEf{cegi}}k}{{GEf{cegi}}}{GEhDl}{}{GEjGDd}FOl{{K`{CN`}}}}{{{GEn{ceg}}i}{{GEn{ceg}}}{}GF`CKd{{K`{CN`}}}}{{{GNb{ceg}}i}{{GNb{ceg}}}{}{GKlGF`}CKd{{K`{CN`}}}}{{{GGd{cegi}}k}{{GGd{cegi}}}{JhFd}{}{GGfGGhGDdGF`}FOl{{K`{CN`}}}}{{{GGl{c}}e}{{GGl{c}}}GGn{{K`{CN`}}}}{{{GH`{ceg}}i}{{GH`{ceg}}}DlGHdFOl{{K`{CN`}}}}{{{GFb{c}}e}{{GFb{c}}}GFd{{K`{CN`}}}}{{{GHj{ceg}}i}{{GHj{ceg}}}{}GGhCKd{{K`{CN`}}}}{{{GHl{ceg}}i}{{GHl{ceg}}}{An{EDb{BBj}}BEb}DlGHn{{K`{CN`}}}}{{{GIn{ceg}}i}{{GIn{ceg}}}DlGEjFOl{{K`{CN`}}}}{{{GJb{ceg}}i}{{GJb{ceg}}}{}GJdFOl{{K`{CN`}}}}{{{GJj{ceg}}i}{{GJj{ceg}}}{An{EDb{BBj}}BEb}DlGHn{{K`{FOn}}}}{{{GI`{c}}e}{{GI`{c}}}GIb{{K`{CN`}}}}{{{GFh{c}}e}{{GFh{c}}}{}{{K`{CN`}}}}{{{GDj{iceg}}k}{{GDj{iceg}}}{}{}EN`{{GDl{ceg}}}{{K`{CN`}}}}{i{{GEb{ceg}}}{}{}CKd{{Oh{}{{Of{{CJn{ceg}}}}}}}}{i{{GHh{ceg}}}{}{}CKd{{Oh{}{{Of{{CJn{ceg}}}}}}}}{cGFf{{K`{CN`}}}}{{CJlCL`c}h{{Bb{CJl}}}}{{CJlCLjc}h{{Bb{CJl}}}}2`````{{{GDh{}{{GAj{c}}}}c}AhG`}{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0`````11{{c{Cl{e}}}g{}{}{}}{GJlGJl}{{ce}h{}{}}4{{}GJl}{Dbc{}}08{{cCL`CKndeg}AhCKdGDh{{Bb{}{{Ch{GJl}}}}}}{Dbh}{{GJlGJl}d}{{ce}d{}{}}00{{GJlDf}{{Il{hAAb}}}}{CLf{{Nf{c}}}{}}{GJlh}0{cc{}}0>{{{GDh{}{{GAj{c}}}}c}AhG`}`{{}Db}{ce{}{}}0{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}444{GJld}00{{OdCN`CN`FMlc}CLl{{Bb{Od}{{Ch{CLl}}}}}}{{CKfCKnd}CLn}{{}GJl}:```8{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}};;??{{CLfCM`CKfCKn{CMb{c}}{I`{c}}e}CMdDl{{Bb{}{{Ch{GJl}}}}}}````````````````````````````````{{cg}i{}{}{{An{e}}}{}}=={cCj{}}0>>:{GJnGJn}{{ce}h{}{}}`{ce{}{}}`{Dbc{}}0{{{EN`{}{{EMn{c}}}}{Jn{c}}}h{}}{{{GDl{}{{GG`{c}}}}cegCL`CKn}JnG`EN`{}}{Dbh}{{GJnGJn}d}``{{GJnDf}{{Il{hAAb}}}}`{cc{}}07``{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}<<<````{{{GDl{}{{GG`{c}}}}cCL`CKn}CLnG`}``````````={c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{GDl{}{{GG`{c}}}}cGJnCL`CKn}{{Lf{CMd{I`{e}}}}}G`{}}```````````````````````{{FD`CL`}FDb}```````````````````````````````````````````````````````````````````````````````````````{{ENbENd}{{Ml{Mf}}}}{{ENfENh}{{ENl{MfENj}}}}{{ENfENd}{{ENl{MfENj}}}}```{ENbDb}`````{ENn{{ENl{MfENj}}}}``````````````````````````````````````````````````{{EO`{ENl{MfENj}}MfEOb{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}EOb{Ml{Mf}}}h}{{EO`{EOh{Mf}}{Ml{Mf}}}{{Lf{ENdENd}}}}{{EO`{ENl{MfENj}}{Ml{Mf}}}ENd}{{EO`{EOj{{ENl{MfENj}}}}{Ml{Mf}}}h}{{EOl{EOj{{ENl{MfENj}}}}}h}{{EO`{EOn{MfENj}}EOb{Ml{Mf}}}h}{{EO`{EOn{MfENj}}F`EOb{Ml{Mf}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{ENl{MfENj}}}h}5``{{{Ff{}{{Fd{c}}}}}c{}}{EOlh}{EO`h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}h}{{EO`d}h}{{EO`{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}h}{{EO`Mf}{{Fj{EO`}}}}{{EOlMf}h}>{{EOl{ENl{MfENj}}}h}0{EO`Db}{{EO`{Fh{{ENl{MfENj}}{ENl{MfENj}}}}{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{EOd{MfENj}}}h}{{EOl{EOd{MfENj}}{EOd{MfENj}}{EOd{MfENj}}}h}7{{EOl{EOd{MfENj}}}h}0{{EOl{EOd{MfENj}}{EOd{MfENj}}}h}9{{EO`DbDb}h}{{EOlDbDb}h}6:23``{{EO`c}{{Fl{EO`c}}}{{Fn{Mf}}}}<{EO`{{FA`{EO`}}}}`````````````````````````````````````````````{{{FAb{}{{AJl{c}}}}c}{{FAb{}{{AJl{c}}}}}FAd}`{{{FAb{}{{AJl{c}}}}c}cFAd}``1``````{{{FAb{}{{AJl{c}}}}c}{{EOd{cENj}}}FAd}11{FAdFAd}`{{{FAb{}{{AJl{c}}}}}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}cCd}hFAd}{{{FAb{}{{AJl{c}}}}}{{ENl{cENj}}}FAd}``````````````{{cc}{{ENl{cENj}}}{}}`````{{{FAb{}{{AJl{c}}}}c}{{ENl{cENj}}}FAd}{{cc}{{FAf{cENj}}}{}}{{{FAb{}{{AJl{c}}}}c}{{Lf{{FAb{}{{AJl{c}}}}{FAb{}{{AJl{c}}}}}}}FAd}{{{FAb{}{{AJl{c}}}}{FAh{c}}}{{FAb{}{{AJl{c}}}}}FAd}```5``````{MfFAd}{{cc}{{EOd{cENj}}}{}}``<`````<```````````````````````````````````````````````````````````{{cccccc}{{FAj{ce}}}An{}}{{dd}FAl}{{ddd}FAn}{FB`FB`}`0`{{FB`FB`}FB`}``````````````````````````````````{{cc}{{ENl{ce}}}{}{}}{{ccc}{{FBb{ce}}}{}{}}``3{{cccc}{{FBd{ce}}}{}{}}``4`{{cc}{{FAf{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}6``{{cc}{{EOd{ce}}}{}{}}{{ccc}{{FBh{ce}}}{}{}}```````````````````````````{{}c{}}{{FBjFBj}d}{{FBjFBjc}d{}}{{cc}cBEb}0````````````````````````````````````````````````````````````````````````````````````````{FBlFBl}{FBnFBn}{{}FC`}{FCbFCb}{{}FCd}``````````{{{FAb{}{{AJl{c}}}}c}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}c}cFAd}1{{{FAb{}{{AJl{c}}}}c}{{EOd{cENj}}}FAd}11{{{FAb{}{{AJl{c}}}}}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}cCd}hFAd}{{{FAb{}{{AJl{c}}}}}{{ENl{cENj}}}FAd}{{{FAb{}{{AJl{c}}}}c}{{ENl{cENj}}}FAd}{{{FAb{}{{AJl{c}}}}c}{{Lf{{FAb{}{{AJl{c}}}}{FAb{}{{AJl{c}}}}}}}FAd}{{{FAb{}{{AJl{c}}}}{FAh{c}}}{{FAb{}{{AJl{c}}}}}FAd}3{{Fn{ENl{cENj}}}{{ENl{cENj}}}{}}{{Fn{EOd{cENj}}}{{EOd{cENj}}}{}}99{{cccc}{{FCf{c}}}FAd}{{{EOd{cENj}}{EOd{cENj}}}cFAd}{{{ENl{cENj}}{ENl{cENj}}{ENl{cENj}}}cFAd}{{cc}{{Lf{cc}}}FCh}{{{EOd{cENj}}}{{EOd{cENj}}}FAd}{{{EOd{cENj}}}{{EOd{cENj}}}FCh}`````{{FCjMf}{{FCl{FCj}}}}{{FCjc}{{FCn{FCjc}}}{{Fn{Mf}}}}```````````````````{{MfMf}{{ENl{MfENj}}}}`{{MfMf}{{FAf{MfENj}}}}{{MfMf}{{EOd{MfENj}}}}````````````````````````````````````{{EO`{ENl{MfENj}}MfEOb{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}EOb{Ml{Mf}}}h}{{EO`{EOh{Mf}}{Ml{Mf}}}{{Lf{ENdENd}}}}{{EO`{ENl{MfENj}}{Ml{Mf}}}ENd}{{EO`{EOj{{ENl{MfENj}}}}{Ml{Mf}}}h}{{EOl{EOj{{ENl{MfENj}}}}}h}{{EO`{EOn{MfENj}}EOb{Ml{Mf}}}h}{{EO`{EOn{MfENj}}F`EOb{Ml{Mf}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{ENl{MfENj}}}h}5{{{Ff{}{{Fd{c}}}}}c{}}{EOlh}{EO`h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}h}{{EO`d}h}{{EO`{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}h}{{EO`Mf}{{Fj{EO`}}}}{{FCjMf}{{FCl{FCj}}}}{{EOlMf}h}?{{EOl{ENl{MfENj}}}h}0{EO`Db}{{EO`{Fh{{ENl{MfENj}}{ENl{MfENj}}}}{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{EOd{MfENj}}}h}{{EOl{EOd{MfENj}}{EOd{MfENj}}{EOd{MfENj}}}h}7{{EOl{EOd{MfENj}}}h}0{{EOl{EOd{MfENj}}{EOd{MfENj}}}h}9{{EO`DbDb}h}{{EOlDbDb}h}6:23{{EO`c}{{Fl{EO`c}}}{{Fn{Mf}}}}{{FCjc}{{FCn{FCjc}}}{{Fn{Mf}}}}={EO`{{FA`{EO`}}}}`````````````````````````{{{GE`{}{{GAj{c}}}}cd}AfG`}{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0``11{{c{Cl{e}}}g{}{}{}}{{{GNf{c}}}{{GNf{c}}}Dl}{{ce}h{}{}}`4{Dbc{}}0{Dbh}{{{GNf{c}}{GNf{c}}}dFd}{{{GNf{c}}Df}{{Il{hAAb}}}Jj}`{cc{}}09;`{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};===````={c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022{e{{Jn{Jl}}}GEh{{Oh{}{{Of{c}}}}}}{{c{Cl{e}}}g{}{}{}}{{{GEd{c}}}{{GEd{c}}}Dl}{{ce}h{}{}}6{Dbc{}}0{Dbh}{{{GEd{c}}Df}{{Il{hAAb}}}Jj}{cc{}}0:{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}9==={{{Jn{c}}}{{GEd{c}}}{GEhDl}}{{eiEl}{{`{{BIn{}{{Of{c}}}}}}}{}{{Oh{}{{Of{c}}}}}{{En{El}}}{{Oh{}{{Of{g}}}}}}?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{Jn{c}}{I`{c}}}{{GEd{c}}}{GEhDl}}````{{{GF`{}{{GAj{c}}}}c}BnG`}``{{cBnCL`}hCKd}`{{OdCN`CN`MfMfFMlGdGjc}CLl{{Bb{Od}{{Ch{CLl}}}}}}``{CLf{{Nf{{I`{CL`}}}}}}``````{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077{{c{Cl{e}}}g{}{}{}}8{Dbc{}}0{{eCKfcGK`FMj{ADf{Mf}}}h{DlAA`}{{FMh{}{{FMf{c}}}}}}{{{GKb{c}}CKbegCKlCKfCKnCL`}h{DlAA`}{{FMh{}{{FMf{c}}}}}{}}{Dbh}{cc{}}0={{{GKb{c}}e}{{GKb{c}}}{}{{K`{CN`}}}}{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:{ce{}{}}00{{eOdcCN`CN`GK`{ADf{Mf}}}CLl{}{{FMh{}{{FMf{c}}}}}}{{{GKb{c}}CKbeOd}CLl{DlAA`}{{FMh{}{{FMf{c}}}}}}{{{GKb{c}}Mf}{{GKb{c}}}{}}0{{{GKb{c}}CKbCKfCKnCL`e}CLn{DlAA`}{{FMh{}{{FMf{c}}}}}}{c{{GKb{c}}}{}}{{{GKb{c}}CKbCM`CKfCKneCLb{CMb{g}}CL`}CMd{DlAA`}{{FMh{}{{FMf{c}}}}}{}}{{{GKb{c}}e}{{GKb{c}}}{}{{K`{FOn}}}}4{{{GKb{c}}}{{Ob{CN`}}}{DlAA`}}{{{GKb{c}}}CNd{DlAA`}}{{{GKb{c}}}CNf{DlAA`}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}==`8{{{GKb{c}}e}{{GKb{c}}}{}{{K`{CN`}}}}``{{cg}i{}{}{{An{e}}}{}}??{cCj{}}0{ce{}{}}0{{c{Cl{e}}}g{}{}{}}{GKdGKd}{{ce}h{}{}}3{{}GKd}{Dbc{}}0{Dbh}{{GKdDf}{{Il{hAAb}}}}{cc{}}08{{cGKdOb}ObFMh}{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}<==={GKdd}:>{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0`{{cg}i{}{}{{An{e}}}{}}{{{GFj{cegi}}FN`}{{GFj{cegi}}}{AnFd}{}{}CKd}22{cCj{}}033{{c{Cl{e}}}g{}{}{}}{{{GFj{cegi}}}{{Jn{CKb}}}{AnFd}{}{}CKd}`5{{}{{GFj{ceg}}}{AnFd}{}CKd}{Dbc{}}0{{{GFj{cegi}}CKb}h{AnFd}{}{}CKd}{{{GFj{cegi}}CKbigCKlCKfCKnCL`}h{AnFd}{}{}CKd}{Dbh}{cc{}}0;{{{GFj{cegi}}k}{{GFj{cegi}}}{AnFd}{}{}CKd{{K`{CN`}}}}{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};???{{{GFj{cegi}}CKbiOd}CLl{AnFd}{}{}CKd}{{{GFj{cegi}}k}{{GFj{cegi}}}{AnFd}{}{}CKd{{K`{FOn}}}}{{{GFj{cegi}}CKbCKfCKnCL`i}CLn{AnFd}{}{}CKd}{{}{{GFj{cegi}}}{AnFd}{}{}CKd}{{{GFj{cegi}}CKbCM`CKfCKniCLb{CMb{e}}CL`}CMd{AnFd}{}{}CKd}{{{GFj{cegi}}CKbCKfiCMf}h{AnFd}{}{}CKd}{{{GFj{cegi}}CKbCKfi}{{I`{{CMh{egi}}}}}{AnFd}{}{}CKd}{{{GFj{cegi}}k}{{GFj{cegi}}}{AnFd}{}{}CKd{{K`{FMl}}}}{{{GFj{cegi}}ck}{{GFj{cegi}}}{AnFd}{}{}CKd{{K`{{CJn{egi}}}}}}{{{GFj{cegi}}}{{Ob{CN`}}}{AnFd}{}{}CKd}8{{{GFj{cegi}}}CNd{AnFd}{}{}CKd}{{{GFj{cegi}}}CNf{AnFd}{}{}CKd}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{GFj{cegi}}k}{{GFj{cegi}}}{AnFd}{}{}CKd{{K`{CN`}}}}{k{{GFj{cegi}}}{AnFd}{}{}CKd{{Oh{}{{Of{{Lf{c{CJn{egi}}}}}}}}}}```````{{cg}i{}{}{{An{e}}}{}}0{{{GDd{}{{GAj{c}}}}c}Bh{G`Dl}}4444{cCj{}}000``5555{{c{Cl{e}}}g{}{}{}}066{{}GOb}{Dbc{}}000{Dbh}0{{GObDf}{{Il{hAAb}}}}{{{GOd{cegi}}k}{{GOd{cegi}}}{JhDl}{}{GDdGF`GGh}FOlK`}{cc{}}000<<{{}Db}0===={{{Ib{c}}}{{Ib{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}099??????{{GOb{Ml{c}}{I`{Db}}g{I`{ABj}}}{{GOd{ceik}}}{JhDl}{}{{Cd{c}{{Ch{e}}}}}{GDdGF`GGh}FOl}9{{{GOd{cegi}}CLhMf}{{CMh{egi}}}{JhDl}{}{GDdGF`GGh}FOl}{{{GOd{cegi}}k}{{GOd{cegi}}}{JhDl}{}{GDdGF`GGh}FOl{{K`{FMl}}}}``7`{{{GOd{cegi}}k}{{GOd{cegi}}}{JhDl}{}{GDdGF`GGh}FOl{{K`{Gh}}}}{{{GOd{cegi}}FJf}{{GOd{cegi}}}{JhDl}{}{GDdGF`GGh}FOl}{{{GOd{cegi}}k}{{GOd{cegi}}}{JhDl}{}{GDdGF`GGh}FOl{{K`{FOn}}}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{{GOd{cegi}}Mf}{{GOd{cegi}}}{JhDl}{}{GDdGF`GGh}FOl}````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000{{{GNh{c}}GKnGOf}{{I`{GKn}}}{}}{{{GOh{ceg}}}{{GOh{ceg}}}{}GF`CKd}444444444444444444444444444444{cCj{}}00000000000000000000000000000``555555555555555555555555555555{{c{Cl{e}}}g{}{}{}}00000000000000{{GKfCKfCLh}d}{{{GNj{ceg}}CKfCLh}d{}GF`CKd}{GOjGOj}{{{GOl{c}}}{{GOl{c}}}Dl}{GOfGOf}{GKjGKj}{GKnGKn}{GOnGOn}{{{GNh{c}}}{{GNh{c}}}Dl}{GNlGNl}{H`H`}{HbHb}{HdHd}{GNnGNn}{{ce}h{}{}}00000000000{{{GNh{c}}GKn}{{I`{{Lf{cGKn}}}}}{}}{{GKnGKn}Hf}{{GOnGOn}Hf}`{{ce}Hf{}{}}0{ce{}{}}00000000000000{{{GOh{ceg}}i}{{GOh{ceg}}}{}GF`CKd{{K`{{CJn{ceg}}}}}}{{}Hb}{Dbc{}}00000000000000000000000000000{{GKhGKjCKfCKnceCKlCL`Mf{I`{Mf}}ik}hCKdGKl{}{{BIn{}{{Of{{Lf{GKng}}}}}}}{{ABj{gcCKlCKfCKnCL`}}}}{{{GNj{ceg}}CKbgeCKlCKfCKnCL`}h{}GF`CKd}{{{GOh{ceg}}CKbgeCKlCKfCKnCL`d}h{}GF`CKd}{Dbh}0000000{{{GNh{c}}GKnH`}h{}}1111111{{GOjGOj}d}{{GOfGOf}d}{{GKnGKn}d}{{GOnGOn}d}{{ce}d{}{}}00000000000{{GOjDf}{{Il{hAAb}}}}{{{GOl{c}}Df}{{Il{hAAb}}}Jj}{{GOfDf}{{Il{hAAb}}}}{{GKjDf}{{Il{hAAb}}}}{{GKnDf}{{Il{hAAb}}}}{{GOnDf}{{Il{hAAb}}}}{{{GNh{c}}Df}{{Il{hAAb}}}Jj}{{GNlDf}{{Il{hAAb}}}}{{H`Df}{{Il{hAAb}}}}{{HbDf}{{Il{hAAb}}}}{{HdDf}{{Il{hAAb}}}}{{GNnDf}{{Il{hAAb}}}}{{{Hh{c}}Df}{{Il{hAAb}}}Jj}{cc{}}{i{{GNj{ceg}}}{}GF`CKd{{K`{{CJn{ceg}}}}}}11111111111111111111111111111{ce{}{}}00000000000000{{{GNh{c}}GKn}{{I`{c}}}{}}0{{GOjc}hGCb}{{GKjc}hGCb}{{GKnc}hGCb}{{GOnc}hGCb}{{{GKl{}{{GAj{c}}}}c}HlG`}{{{GKl{}{{GAj{c}}}}c}{{I`{Hn}}}G`}{{}Db}00000000000000`888888888888888888888888888888{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000{{c{Cl{e}}}g{}{}{}}00000000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<{{{GNh{c}}}d{}}{{{GOh{ceg}}CKfCLh}d{}GF`CKd}{{{GNh{c}}}{{`{{BIn{}{{Of{{Lf{GKnc}}}}}}}}}{}}{{{Hh{c}}}{{Ib{BIn}}}{}}1{{CKbcOdGKjCN`CN`Mfgi}CLl{}{}{{BIn{}{{Of{{Lf{GKne}}}}}}}{{ABj{eCKbcOd}{{Ch{CLl}}}}}}{{{GNh{c}}}GKj{}}{{{Hh{c}}}GKj{}}{{{GNh{c}}}Db{}}{{{GNh{c}}GKn}h{}}{{{GNh{c}}}{{I`{GKn}}}{}}{{GKhGKjCKfCKnMf{I`{Mf}}}{{I`{CLn}}}}{{{GNh{c}}GKnHd}h{}}{i{{GNj{ceg}}}{}GF`CKd{{K`{{CJn{ceg}}}}}}{i{{GOh{ceg}}}{}GF`CKd{{K`{{CJn{ceg}}}}}}{c{{Lf{{GNh{c}}GKn}}}{}}{{{GOh{ceg}}i}{{GOh{ceg}}}{}GF`CKd{{K`{FMl}}}}{{GKjMfOb}{{Hj{GKnCL`}}}}`{{GKnGKn}{{I`{Hf}}}}{{GOnGOn}{{I`{Hf}}}}{{{GKl{}{{GAj{c}}}}c}{{I`{Hn}}}G`}`{{{GNh{c}}GOnMf}h{}}{{{GNh{c}}}h{}}{{GOjCL`MfMf}{{Lf{CL`CL`}}}}{{{GNh{c}}GOjGKnc}{{I`{{Lf{GKnGOn}}}}}{}}`{{GOjCL`MfMf}CL`}{{GKjMfOb}{{Hj{GOn{Lf{GOjCL`Mf}}}}}}{{{GNh{c}}GKnGKnHb}h{}}{GKj{{`{{BIn{}{{Of{GOn}}}}}}}}`{{{GNj{ceg}}i}{{GNj{ceg}}}{}GF`CKdK`}{{{GOh{ceg}}i}{{GOh{ceg}}}{}GF`CKdK`}{{{GNh{c}}GKnGKn}h{}}{{{GNj{ceg}}{GOh{ceg}}}{{GNj{ceg}}}{}GF`CKd}{ce{}{}}00000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000{cJ`{}}00000000000000333333333333333333333333333333{{GKhGKjCM`CKfCKn{CMb{c}}Mfg{I`{{Ib{ABj}}}}{I`{{Ib{ABj}}}}{I`{{Lf{Mf{Ib{ABj}}}}}}}CMd{}GKf{{BIn{}{{Of{{Lf{GKne}}}}}}}}`{e{{GNh{c}}}{}{{K`{{GOl{c}}}}}}````````````````````{{cg}i{}{}{{An{e}}}{}}06666{cCj{}}0007777{{c{Cl{e}}}g{}{}{}}0{GKh{{I`{{Lf{GKnCLh}}}}}}{HlHl}{GKhGKh}{{ce}h{}{}}0<<{Dbc{}}000{Dbh}0{{GKhGKh}d}{{HlDf}{{Il{hAAb}}}}{{GKhDf}{{Il{hAAb}}}}{cc{}}000{{{Hn{GKnc}}{GOl{c}}Db}Hl{}}{ce{}{}}0{{}Db}0`1111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{HlGKj}`{GKh{{I`{{Lf{GKnCLh}}}}}}{GKh{{I`{{Lf{GOnGOj}}}}}}88{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;`````````````````{{{GGf{}{{GAj{c}}}}c}j{G`Dl}}{{cg}i{}{}{{An{e}}}{}}00======{cCj{}}00000``>>>>>>999{{{GL`{c}}}{{GL`{c}}}Dl}{{{HA`{c}}}{{HA`{c}}}Dl}{{ce}h{}{}}0`{ce{}{}}00{{}{{GLb{c}}}FNn}{{}{{GL`{c}}}{}}{Dbc{}}00000{{ceCKfCKnFMl{I`{FOn}}GhFJf{I`{El}}{I`{g}}GL`iCL`}hFOlGGfJh{{Bb{}{{Ch{GLb}}}}}}{Dbh}00{{{GL`{c}}{GL`{c}}}dFd}{{{HA`{c}}{HA`{c}}}dFd}{{{GLb{c}}Df}{{Il{hAAb}}}{JjFNn}}{{{GL`{c}}Df}{{Il{hAAb}}}Jj}{{{HA`{c}}Df}{{Il{hAAb}}}Jj}`{cc{}}00000;;;`{{{GGf{}{{GAj{c}}}}c}j{G`Dl}}{{}Db}00======{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00{ce{}{}}00000000{{GLbcOdCN`FMl{I`{FOn}}GhFJfI`{I`{El}}{Ml{e}}}CLlFOlJh}`{{CKfCKn}CLn}{{CKfGLbFMl{I`{FOn}}FJf{Ml{c}}ABj}{{I`{{CMh{egi}}}}}{DlJh}{}{GGfGGhGDdGF`}FOl}````33{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00666666{{CM`CKfCKn{CMb{c}}ABj{I`{e}}{Ml{e}}i}CMd{}{FdDl}FNn{{Bb{}{{Ch{{GLb{g}}}}}}}}```````{{{GGn{}{{GAj{c}}}}c}CbG`}```````{{{GHd{}{{GAj{c}}}}cd}nG`}````0````````{{cg}i{}{}{{An{e}}}{}}00`::::::{cCj{}}00000;;;;;;<<<{HAbHAb}{{ce}h{}{}}===`{{HAdHAfM`M`}h}{HAd}{{HAdcM`M`}HAf{COdDl}}{{}HAb}``{Dbc{}}00000{Dbh}00{{HAbHAb}d}{HAdCOf}{{HAbDf}{{Il{hAAb}}}}{cc{}}00000{ce{}{}}00`{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00555555555{c{{Il{HAdCOh}}}{COdDl}}{{HAdCOjDd{Ml{c}}}{{Il{hCOl}}}{{En{El}}}}{{HAdCOjDd{Ml{c}}}{{Jn{BBj}}}{{En{El}}}}8{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00;;;;;;````{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0==8={Dbc{}}0{Dbh}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}?>222:::9822`````77222266662222>>{HAhCLh}{HAjh}44{{}HAj}8888{{HAjCJlObc}HAl{{Bb{HAh}}}}88{{HAhHAnc}h{{K`{HB`}}}}{{HAhCLhObc}h{{K`{HB`}}}}{{HAhc}h{{K`{HBb}}}}{{HAjDf}{{Il{hAAb}}}};;;;::{HAhMf}::;;;;99{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>>>{HAhHAl}??{{CJlOb}HAh};{{HAhMf}h}{{HAhc}h{{K`{Mf}}}}{{HAhc}h{{K`{CLj}}}}{HAhOb}{{HAhHAnc}h{{K`{HBd}}}}{{HAhCLj}h}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000?{{HAhCL`c}h{{Bb{HAh}}}}{{HAhc}h{{Bb{HAh}}}}```````````````````````````````````````{CNjCL`}``{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}gM`M`}hG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}eG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}iM`M`}gG`CKd{}{COdDl}}`{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}COfG`CKd{}}```{{ce}{{Il{{COb{}{{CNl{c}}{CNn{g}}{CO`{i}}}}COh}}}G`{COdDl}CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Il{hCOl}}}G`CKd{}{{En{El}}}}`{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Jn{BBj}}}G`CKd{}{{En{El}}}}`````````````````````````````````````````````{{COnD`}{{Ob{M`}}}}{{Db{Aj{{Ml{BBj}}}}}h}{{DdDf}{{Ob{M`}}}}``{cDh{{K`{Dd}}}}````````````````:987654````````````````````````````````````````````````````````{CK`{{Jn{CKb}}}}{CKdh}`````{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CKjceCKlCKfCKn}hCKd{}}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CLbh}``{{CKdCLdc}h{{K`{Ih}}}}````````{CK`{{I`{CLf}}}}`{{CKjCKfcCLh}dCKd}``{{CKjcObCLhCLj}CLlCKd}{{CK`CKbcOd}CLlCKd}```{{CKjCKfCKnCL`c}CLnCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}`{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CK`CKbCKfcCMf}hCKd}`{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}``{CLb{{I`{Jl}}}}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}10{{CLbCMj{Jn{CMl}}}h}``{{CLbCMn}h}{{CK`CLf}h}`{CK`{{Ob{CN`}}}}`0{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{CK`CNd}```{CK`CNf}```````````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}{{CLbJl}h}{{CLb{CNh{{Ib{Gj}}}}}h}10`````````````````````````````{CLbh}{{CLb{I`{Jl}}}{{I`{c}}}Dj}?>{CLb{{I`{c}}}Dj}>?0>=<{{CLbd{I`{CNb}}{I`{{Lf{{CJn{ceg}}CNd}}}}{Ib{Gj}}CMn}h{}{}{}}:5454````````````````````````````````````````````````````````````````{{DlDl}d}{{}{{CHj{CE`}}}}```````````{{{FMh{}{{FMf{c}}}}c}{{Ob{M`}}}{DlAA`}}{{{FMh{}{{FMf{c}}}}cFMjCL`{ADf{Mf}}}h{DlAA`}}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{Odce}CLl{{K`{CN`}}}{{K`{CN`}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{CLl}}}}}}`{{OdMfce}CLl{{Bb{Od}{{Ch{CLl}}}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegi}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegik}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}{{Bb{CLlOb}{{Ch{CLl}}}}}}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{Ob}}}}}}```{{FMncOdCN`CN`FMlMfFN`{Ml{{CJn{egc}}}}{Ml{CKb}}}CLlCKd{}{}}```````````````````````````````````````````````{{CKjceCKlCKfCKn}hCKd{}}{{{Ml{{CJn{ceg}}}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{CKjCKfcCLh}dCKd}{{CKjcObCLhCLj}CLlCKd}{{CKjCKfCKnCL`c}CLnCKd}{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}``````{CKdh}{{CKdCLdc}h{{K`{Ih}}}}````{{CKdCL`c}h{{Bb{CKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}`````{{FNbDf}{{Ob{M`}}}}{{FNbDf{I`{Dd}}CL`}h}`````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}FOb{AnFd}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}c{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}FOn{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}gCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}eCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}i}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{FO`{c}}CLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}`{{{FNn{}{{FNd{c}}}}DbDb}{{I`{CLh}}}{AnFd}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNn{}{{FNd{c}}}}CLh}{{I`{Gb}}}{AnFd}}{{{FNn{}{{FNd{c}}}}}Gd{AnFd}}`{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{Aj{{Ml{BBj}}}}}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FNn{}{{FNd{c}}}}}Ob{AnFd}}{{{FNn{}{{FNd{c}}}}}Mf{AnFd}}0{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}Gf}h{AnFdG`}}{{{FNn{}{{FNd{c}}}}Ob}h{AnFd}}{{{FNf{}{{FNd{c}}}}}{{I`{Jl}}}{AnFdG`}}``{{{FNf{}{{FNd{c}}}}ObcFOnGhe}h{AnFdG`}FNl}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}c}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}h{AnFd}}{{{FNn{}{{FNd{c}}}}}Gj{AnFd}}`{{{FO`{c}}}{{FNn{}{{FNd{c}}}}}{AnFd}}{El{{FNf{}{{FNd{c}}}}}{AnFdG`}}````````````````````````````````````{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}><;6```````{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}>````````````````````````{CK`{{Jn{CKb}}}}`{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}{{CK`CKb}h}{{CK`CKbCKfCKh}h}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{CMf{{Gl{c}}}{}}{{CMfGn{I`{CLf}}}h}{CK`{{I`{CLf}}}}`{{CK`CKbcOd}CLlCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CK`CKbCKfcCMf}hCKd}`{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CMfGA`{I`{CLf}}CL`CLj}h}{{CK`CLf}h}{CK`{{Ob{CN`}}}}0{CK`CNd}`{CK`CNf}``{{CMfGAb{I`{CLf}}}h}`````````````````{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}?{Gnh}`?{Gnd}{{{Ib{CMf}}g}{{`{{CMf{e}}}}}{}{}{{ABj{c}{{Ch{e}}}}}}{{GAbDb}h}{GAbh}0{{CLfe}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{GA`GAd}h}`>2{{GA`GAf}h}`:7``{{{DAl{GAh}{{Ch{e}}}}}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{}{{`{{CMf{CLf}}}}}}{CLf{{`{{CMf{c}}}}}{}}:{{}{{`{{CMf{c}}}}}{}}0`:`;```{{CLfGAd}{{`{{CMf{c}}}}}{}}6{{CLfGAf}{{`{{CMf{c}}}}}{}}6`````{{CLfDb}{{`{{CMf{c}}}}}{}};4:4:4:```````````{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}`{{cCKlCKfGAnBdCL`}hFOl}{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}``````{{{Jn{CKb}}{Ml{c}}egi}h{}{{ABj{CKbc}}}{{ABj{Db}{{Ch{d}}}}}{{ABj{c}{{Ch{CKb}}}}}}`````````````````````````````````````````````````````````````{{{Jn{BBj}}M`M`}{{Il{DnDA`}}}}``````````````````````{CNjCL`}{{{Jn{CL`}}Mf{Ob{M`}}}{{Jn{CL`}}}}{{{Ml{{DAb{c}}}}{Ml{{DAb{c}}}}}{{Jn{CL`}}}CNj}````````{e{{DAf{{Ib{DAd}}}}}{}{{DAd{}{{Of{c}}}}Gl}}{{Kne}c{}{{Bb{}{{Ch{c}}}}}}```{{}{{Il{KnAAd}}}}{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}```````````{DAh{{Mh{DAj}}}}``{{}{{Mh{CM`}}}}{{{DAl{CM`CMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`543`````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}`{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}``{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}`{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}``{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}`{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}`{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}`{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}``{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{DNh{{DNj{DNh}}}}`{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}`{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}`{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````{Db{{Lf{{EDn{c}}{EE`{c}}}}}{}}{{}{{Lf{{EEb{c}}{EEd{c}}}}}{}}````{{}{{Lf{{EEf{c}}{EEh{c}}}}}{}}```````{c{}Oj}{c{{EEj{c}}}{DAdDFn}}{{}{{Il{EElEEn}}}}`````````````````````````````````````````````````````````````````````````````````````````````{{DCnc}{{DD`{DCnc}}}DDb}{DDh{{DDj{DDh}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{{ce}{{EF`{ce}}}DDb{DLhDFnALj}}{{ce}{{EFb{ce}}}DE`{DLhDFnALj}}{{ce}{{Lf{{EFd{ce}}EFf}}}DE`{DLhDFnALj}}{{}EFh}{DEb{{DFd{DEb}}}}{DDh{{DGl{DDh}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DEb{{DJd{DEb}}}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}1{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{BBjEFj}{{DNhDLn}{{DNj{DNh}}}}{{}EFl}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{DNh{{DNj{DNh}}}}{{DCnAl}{{Eh{DCn}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}````````````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}`{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}`{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}`{DNh{{DNj{DNh}}}}{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}Oj}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}0{DBn{{DCh{DBn}}}}{Ojh}{c{{EG`{{Il{ec}}}}}{}{}}{DBb{{DEj{DBbc}}}{}}{DBn{{DG`{DBn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{DBn{{DHf{DBn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{DBb{{DIh{DBb}}}}{EGbOj}{DBn{{DIn{DBn}}}}{EGdd}{{ce}{{EGf{ce}}}OjOj}{{ceg}{{EGh{ceg}}}OjOjOj}{{cegi}{{EGj{cegi}}}OjOjOjOj}{{cegik}{{EGl{cegik}}}OjOjOjOjOj}{cEGnOh}{e{{EH`{e}}}{}{{Bb{DLd}{{Ch{c}}}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EHb{c}}}Oj}{DBn{{DKf{DBn}}}}{DBn{{I`{c}}}{}}{c{{EG`{{Il{ce}}}}}{}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{}{{EHd{c}}}{}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{e{{EHf{e}}}{}{{Cd{DLd}{{Ch{{DLf{c}}}}}}}}{c{{EHh{c}}}Oj}{{DBnDLd}{{DLf{c}}}{}}{c{{EG`{c}}}{}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHj{ce}}}{OjDFn}{OjDFn}}{cEHlOh}{cEHnOh}{DBn{{DOd{DBn}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{DBb{{EBd{DBbc}}}{}}{DBb{{EBh{DBb}}}}{{ce}{{EI`{ce}}}DBf{{DBf{}{{Cf{}}}}}}{{ceg}{{EIb{ceg}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegi}{{EId{cegi}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegik}{{EIf{cegik}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{cEIhOh}{c{{EIj{c}}}DBf}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{ce}{{EIl{ce}}}{DBfDFn}{DBfDFn}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}````````````````{{DC`Db}{{DCb{DC`c}}}{}}{DC`{{DDf{DC`c}}}{}}{{}{{EIn{c}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DC`{{DGj{DC`c}}}{}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}1010{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{{ck}{{EJ`{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}DAd}{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}0{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAnDb}{{DDd{DAn}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{{}{{EJb{c}}}{}}{DAn{{DEh{DAn}}}}{DBh{{DEl{DBhc}}}{}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DAn{{DGb{DAn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DHh{DAn}}}}`{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DAn{{DIj{DAn}}}}{DBh{{DJ`{DBh}}}}{EJdd}{cEJfOh}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DAn{{DKh{DAn}}}}{c{{EJh{c}}}Oj}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{}{{EJj{c}}}{}}{e{{EJl{e}}}{}{{Cd{DLd}{{Ch{{DLf{{I`{c}}}}}}}}}}{c{{EJn{c}}}DAd}{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{DAnDb}{{DN`{DAn}}}}{c{{EK`{c}}}Dl}{e{{EKb{e}}}{}{{Cd{}{{Ch{c}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{ce}{{EKd{ce}}}DAd{{DAd{}{{Of{}}}}}}`{cEKfOh}{DAn{{DNl{DAn}}}}{{cei}{{EKh{ceig}}}DAd{{DAd{}{{Of{}}}}}G`{{Cd{g}{{Ch{EKj}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{{DAnDb}{{Ef{DAn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBh{{EBf{DBh}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{DBf{}{{DKn{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKn{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DAnc}{{EDl{DAnc}}}DAd}``````````{cEKfOh}``````````````````{Ojh}{EGbOj}{{}EL`}0{{ELbc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}Gl}}{{ELfc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}}}{{ELh{ELj{h}}}{{Il{hELd}}}}{{ELfc}{{Il{DNdELd}}}Oj}{{ELl{ELn{h}}}{{Il{hELd}}}}{{ELbc}{{Il{DNdELd}}}{OjGl}}{ELl{{Il{hELd}}}}{ELh{{Il{hELd}}}}{{{Id{EM`}}}h}0{{{Id{c}}}EL`EM`}{{{Id{c}}}EMbEM`}{{{DAl{EMdEMf}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`````{{cDbi}{{Mh{e}}}AA`CJf{{Oj{}{{Ch{EMh}}}}CJf}{{Bb{{EDn{e}}}{{Ch{g}}}}CJf}}{{{EMj{}{{Ch{c}}}}EMl}h{}}{{{DAl{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAd{}{{Of{c}}}}CJf}}{{cg}{{Mh{e}}}AA`{}{{DAd{}{{Of{e}}}}CJf}}{{{Ib{{EMj{}{{Ch{c}}}}}}{DAf{{Ib{DAd}}}}}{{DAf{{Ib{DAd}}}}}{}}{{cek}{{Mh{g}}}AA`CJfCJf{{Oj{}{{Ch{{Lf{ge}}}}}}CJf}{{Cd{e}{{Ch{i}}}}CJfNd}}``````````````````````{{{EN`{}{{EMn{c}}}}{Jn{c}}}h{}}````````````````{D`{{Il{FDdFDf}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{FDj{}{{FDh{c}}}}e}hFDl{{Cd{c}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}e}hFDl{{Cd{cc}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}eg}hFDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}2{FDn{{Ml{BBj}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}}hFDl}{{FE`M`M`c}h{}}{{{FEd{}{{FEb{c}}}}}{{Lf{M`M`M`M`}}}FDj}`{{{FDj{}{{FDh{c}}}}}{{Ml{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{Lf{cccc}}}FDl}1``{{{FEh{}{{FEf{c}}}}}FEjFEl}{{FE`eM`M`}{{Il{hFDf}}}{}{{FEd{}{{FEb{c}}}}}}{{FE`FEnM`M`}d}{{{FEh{}{{FEf{c}}}}}{{Lf{M`M`}}}FEl}{{{FEd{}{{FEb{c}}}}}{{Lf{M`M`}}}FDj}``{{cccc}{{FDj{}{{FDh{c}}}}}FDl}{{{Ml{c}}}{{FDj{}{{FDh{c}}}}}FDl}0{{{FEd{}{{FEb{c}}}}M`M`}cFDj}{{FE`M`M`}c{}}{{{Ml{BBj}}}{{Il{FF`FDf}}}}{{{FEd{}{{FEb{c}}}}}M`FDj}{{{FEh{}{{FEf{c}}}}}{{I`{{Jn{BBj}}}}}FEl}{c{{Il{{Lf{M`M`}}FDf}}}{{En{FFb}}}}`{{{FEd{}{{FEb{c}}}}M`M`}dFDj}{FFdFFf}{{{FEh{}{{FEf{c}}}}}{{Il{cFDf}}}FEl}{{{FDj{}{{FDh{c}}}}}hFDl}``{{cFF`}{{Il{FDdFDf}}}{FFhFFj}}{{{Ml{BBj}}}{{Il{FDdFDf}}}}{{{Ml{BBj}}FF`}{{Il{FDdFDf}}}}{{{FDj{}{{FDh{c}}}}e}{{FDj{}{{FDh{c}}}}}FDl{{Cd{c}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}e}{{FDj{}{{FDh{c}}}}}FDl{{Cd{cc}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}eg}{{FDj{}{{FDh{c}}}}}FDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}2`{c{{Il{FDdFDf}}}{{En{FFb}}}}{{{FEh{}{{FEf{c}}}}}FFlFEl}{{{FEd{}{{FEb{c}}}}}{{FFn{{FEd{}{{FEb{c}}}}}}}FDj}{{FE`M`M`c}h{}}{{{FEh{}{{FEf{c}}}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{FEh{}{{FEf{c}}}}{Ml{BBj}}e}{{Il{hFDf}}}FEl{{ABj{FG`}}}}{{FGbM`M`M`M`{Ml{BBj}}}{{Il{hFDf}}}}{{FGbM`M`M`M`{Ml{BBj}}c}{{Il{hFDf}}}{{ABj{FG`}}}}`{{c{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}{{En{FFb}}}}{{c{Ml{BBj}}M`M`FEjFF`}{{Il{hFDf}}}{{En{FFb}}}}{{{FEh{}{{FEf{c}}}}}AlFEl}{{{FEh{}{{FEf{c}}}}FGd}{{Il{hFDf}}}FEl}{{FE`M`M`M`M`}{{FGf{FE`}}}}{{{FDj{}{{FDh{c}}}}}{{FGh{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{FGj{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{FGl{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{FGn{c}}}FDl}6{{{FEd{}{{FEb{c}}}}M`M`}cFDj}>{{{FEd{}{{FEb{c}}}}M`M`M`M`}{{FGf{{FEd{}{{FEb{c}}}}}}}FDj}{{{FEd{}{{FEb{c}}}}}M`FDj}{{c{Ml{BBj}}M`M`FEje}{{Il{hFDf}}}{FH`FFj}{{K`{FHb}}}}{{FHd{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}}`````````{FHfc{}}``````````````````````````````````````````````````{c{{Il{{Jn{{FGl{Mf}}}}AAd}}}{{En{FFb}}}}{{BBjBBjBBjBBj}FHh}{{{FGl{Mf}}}FHh}````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cMf}{{FHj{Jn}}}FEd}{{gCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}`{{gMf}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cM`M`M`M`}{{FGf{c}}}FEd}0{{{FHj{c{Jn{BBj}}}}e}h{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{g{Ml{Mf}}}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{c{{FHj{Jn}}}FEd}{{c{FHj{e}}}{{Il{hFDf}}}FEd{{FI`{}{{FHn{Ml}}}}}}{chFE`}210{c{{FHj{FGhJn}}}FEd}{c{{FHj{FGjJn}}}FEd}{c{{FHj{eJn}}}FEd{FDj{FIb{FGh}}}}{c{{FHj{eJn}}}FEd{FDj{FIb{FGj}}}}{{{FHl{}{{BHf{c}}}}}d{}}{{gee}h{FDlFId}{{FDj{}{{FDh{c}}}}}{{FE`{}{{FEb{e}}}}}}={{{FHj{c{Jn{BBj}}}}e}{{FHj{{FGh{BBj}}{Jn{BBj}}}}}{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{{FHl{}{{BHf{c}}}}c}Db{}}{{eMfMf}{{I`{c}}}FDj{{FEd{}{{FEb{c}}}}}}09{{{FHl{}{{BHf{c}}}}Db}{{I`{c}}}{}}{{{FHl{}{{BHf{c}}}}c}h{}}{{ceFIfFIf}hFE`{{FEd{}{{FEb{}}}}}}{{{Lf{M`M`}}{Lf{M`M`}}M`M`}{{Lf{M`M`}}}}1{{cM`M`FIh}{{FHj{Jn}}}FEd}{c{{FHj{Jn}}}FEd}{{c{FHj{e}}}{{Il{hFDf}}}FEd{{FI`{}{{FHn{Ml}}}}}}{chFE`}212188{{gM`M`}{{FHj{e{Jn{c}}}}}{FDlFIj}{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{ce}hFE`{{FEd{}{{FEb{}}}}}}{{gMfCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}>```{{gCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cCEj}hFE`}{{gMf}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cMf}hFE`}{{{FHj{c{Jn{BBj}}}}e}h{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{c{{FHj{FGhJn}}}FEd}{c{{FHj{FGjJn}}}FEd}{c{{FHj{eJn}}}FEd{FDj{FIb{FGh}}}}{c{{FHj{eJn}}}FEd{FDj{FIb{FGj}}}}{{{FHl{}{{BHf{c}}}}}d{}}98{{{FHj{c{Jn{BBj}}}}e}{{FHj{{FGh{BBj}}{Jn{BBj}}}}}{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{{FHl{}{{BHf{c}}}}c}Db{}}?{{{FHl{}{{BHf{c}}}}Db}{{I`{c}}}{}}{{{FHl{}{{BHf{c}}}}c}h{}}```````````````````````````````````````{{}{{FIn{FIl}}}}{FJ`Ob}``{O`FJb}{DdFJd}{FJfFJh}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FJjFJlFJn}h}`{{FJjFK`}d}``{FJjd}`{{FJjFJl}{{FKb{FJj}}}}{FJjFKd}0``````````{FJj{{I`{Jl}}}}{FJjFKf}``{{FJjFKfFKf}h}5``````{FJj{{I`{FK`}}}}```````````````````{{FJjFKfEl{I`{FKh}}}FKf}{{FJjEl{I`{FKh}}}h}```````````````````````8``{FJjFKj}{FJj{{I`{{Lf{FKfFKf}}}}}}{{FJjd}h}{{FJjFKf}h}1{{FJjFKj}h}{{FJjADj}h}{{FJjFJld}h}`````{FJjh}````{FJjADj}`````````{{FJje}c{}{{Bb{FJ`}{{Ch{c}}}}}}0```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FKl{Ml{FKn}}FL`}FLb}{{FKlFLdFL`}FLb}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{FLfh}````````{{FLfMfMfMfMfMfMf}h}`````````{{{Ml{BBj}}}{{I`{M`}}}}```````````````````````````````````````````{{FLfMfMf}h}`````````````0`````````````{{{Ml{BBj}}}{{I`{FLh}}}}`````{{FLfMfMfMfMf}h}````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FLjFLl}h}{{FLjFLn}h}{FLjh}```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{FM`{Ml{BBj}}}{{I`{FMb}}}}{{{Ml{BBj}}ADj}{{I`{FMd}}}}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GFd{}{{GAj{c}}}}c}BlG`}```````````````````````{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}g}{{Nf{g}}}{CKdFOl}{}{JjGl}}`{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}}{{CJn{gec}}}{CKdFOl}{}{JjGl}}```````````{e{{Nf{c}}}{}{{ABj{{I`{Jl}}}{{Ch{c}}}}}}{g{{Nf{e}}}{DjGlNd}{}{{ABj{{I`{c}}}{{Ch{e}}}}}}10{Jl{{Nf{c}}}{}}{c{{Nf{e}}}{GjNdGl}{}}10```````````{{Dbg}{{Nf{c}}}CJf{{Oj{}{{Ch{h}}}}CJf}{{Bb{{EDn{c}}}{{Ch{e}}}}CJf}}```````````{{}{{Nf{c}}}{}}4{{CMj{Jn{CMl}}}{{Nf{c}}}{}}{CMn{{Nf{c}}}{}}{{d{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}{{Nf{c}}}{}}`````````````````````````````````````````{c{{Nf{{Il{hCI`}}}}}{{K`{{Aj{{Ml{BBj}}}}}}}}``````````````````````````````;:````````````````````````````````````````````{{LdDn}{{Nf{c}}}{}}{{LdGMd}{{Nf{c}}}{}}{{LdGMf}{{Nf{c}}}{}}{Ld{{Nf{c}}}{}}0{{Lde}{{Nf{c}}}{}{{Bb{Al}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{d}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{{I`{d}}}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{GMf}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{Ob}{{Ch{c}}}}}}{{}{{Mh{{Lf{LdDAj}}}}}}6{{Ldd}{{Nf{c}}}{}}0{{LdCLh}{{Nf{c}}}{}}{{Ld{I`{GMh}}}{{Nf{c}}}{}}{{LdOb}{{Nf{c}}}{}}`{{Lde}{{Nf{c}}}{}{{Bb{GMj}{{Ch{c}}}}Gl}};`{GMl{{Lf{Ld{Nf{c}}}}}{}}<<```````````````````````{GO`GAd}0{{{GGh{}{{GAj{c}}}}c}AdG`}0{{cg}i{}{}{{An{e}}}{}}0000{{HBfHBh}HBf}{ce{}{}}000000000{cCj{}}000000000```1111111111{GO`CL`}{{c{Cl{e}}}g{}{}{}}0000{GLfGLf}{HBfHBf}{HBhHBh}{GLdGLd}{GO`GO`}{{ce}h{}{}}0000`999997{{}GLf}{{}HBf}{{}HBh}{{}GLd}{Dbc{}}000000000{{{GGh{}{{GAj{c}}}}c}AdG`}0{{GLdceCKfCKnGLfg}hCKdGGh{{Bb{cCKfCKnCL`}}}}{Dbh}0000{{GLfGLf}d}{{HBfHBf}d}{{HBhHBh}d}{{ce}d{}{}}00{{GLfDf}{{Il{hAAb}}}}{{HBfDf}{{Il{hAAb}}}}{{HBhDf}{{Il{hAAb}}}}{{GLdDf}{{Il{hAAb}}}}{{GO`Df}{{Il{hAAb}}}}{cc{}}000000000{ce{}{}}0000{GLf{{I`{HBf}}}}{{{GGh{}{{GAj{c}}}}cd}AdG`}0{{}Db}00003333333333{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000777777777777777{{cOdCN`CN`GLfe}CLl{}{{Bb{cOd}{{Ch{CLl}}}}}}{{HBfc}HBf{{K`{FOn}}}}{{GLdCKfCKnGLfc}CLn{{Bb{CKfCKnCL`}{{Ch{CLn}}}}}}{{}HBf}{{}GLd}{GO`GAf}{{GLdCLjGLfCL`CL`}h}{{CLfGAd}{{Nf{c}}}{}}{{GLdGAd}h}0{{GLdMfCL`CL`}h}0`8{GLdd}{{CLfGAf}{{Nf{c}}}{}}{{GLdGAf}h}0{ce{}{}}0000{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00003333333333{{GLdCL`CL`}h}{{GLdCM`CKfCKnCLb{CMb{c}}GLf{I`{{Ib{ABj}}}}e}CMd{}{{Bb{CM`CKfCKnCLb{CMb{c}}CL`}{{Ch{CMd}}}}}}{GLf{{I`{HBf}}}}{{HBfc}HBf{{K`{FOn}}}}```````````````````{{{GHn{}{{GAj{c}}}}c}A`G`}{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0```::`{{c{Cl{e}}}g{}{}{}}{GLhGLh}{{ce}h{}{}}``={{}GLh}{Dbc{}}07{{cCKfCKnGLhe{GGj{e}}{Ml{e}}g}hCKd{{K`{Nl}}An}GHn}{Dbh}{{GLhGLh}d}{{ce}d{}{}}00{{GLhDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}`>{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}?444{{CKfCKnGLh}CLn}=``5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88{{CM`CKfCKn{CMb{c}}GLhe{GGj{e}}eABj{I`{c}}}CMdDl{An{K`{Nl}}GLj}}````````````````````````````````{{{CJb{}{{GAj{c}}}}c}BjG`}``````{{{GDh{}{{GAj{c}}}}c}AhG`}`````00`0``````{{{GE`{}{{GAj{c}}}}cd}AfG`}``0`````{{{GF`{}{{GAj{c}}}}c}BnG`}````````{{{GDd{}{{GAj{c}}}}c}Bh{G`Dl}}````````````{{{GKl{}{{GAj{c}}}}c}HlG`}{{{GKl{}{{GAj{c}}}}c}{{I`{Hn}}}G`}0````{{{GGf{}{{GAj{c}}}}c}j{G`Dl}}```0`````{{{GGn{}{{GAj{c}}}}c}CbG`}``````{{{GHd{}{{GAj{c}}}}cd}nG`}````0`````````{{{GFd{}{{GAj{c}}}}c}BlG`}````````{{{GGh{}{{GAj{c}}}}c}AdG`}0````00{{{GGh{}{{GAj{c}}}}cd}AdG`}0`````````````{{{GHn{}{{GAj{c}}}}c}A`G`}```````0`0````````````{{{GIb{}{{GAj{c}}}}c}BfG`}`0```{{{GIl{}{{GAj{c}}}}c}lG`}``0{{{GIl{}{{GAj{c}}}}c}DdG`}11000```{{{GEj{}{{GAj{c}}}}c}AlG`}``0{{{GEj{}{{GAj{c}}}}c}DdG`}11`000```````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{GJd{}{{GAj{c}}}}cd}fG`}```````0`````5`5```````````{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}`{{cCKlCKfGAnBdCL`}hFOl}{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}`````````````````````````````````7{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0``11{{c{Cl{e}}}g{}{}{}}2{{{GIf{c}}}{{Lf{DbDb}}}FOl}{{}{{GIf{c}}}FOl}{Dbc{}}0>={Dbh}{{{GIf{c}}Df}{{Il{hAAb}}}FOl}{{{GIl{}{{GAj{c}}}}c}lG`}{cc{}}091{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:<<<{{{GIf{c}}Db}{{I`{{`{{HBj{}{{FHn{El}}}}}}}}}FOl}{{{GIf{c}}}DbFOl}{{{GIf{c}}}{{`{{BIn{}{{Of{{`{{HBj{}{{FHn{El}}}}}}}}}}}}}FOl};{{{GIf{c}}Gf}hFOl}{{{GIl{}{{GAj{c}}}}c}DdG`}{{{GIf{c}}}{{I`{Jl}}}FOl}1{{{GIf{c}}}JlFOl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}06{El{{GIf{c}}}FOl}`````````````{{{GEj{}{{GAj{c}}}}c}AlG`}{{cg}i{}{}{{An{e}}}{}}00003333333333{cCj{}}000000000``4444444444{{c{Cl{e}}}g{}{}{}}0000{GLnGLn}{HBlHBl}{{{GM`{c}}}{{GM`{c}}}Dl}{HBnHBn}{{{GLl{c}}}{{GLl{c}}}{DlFNn}}{{ce}h{}{}}0000`;;;;;`{{{GLl{c}}}HBlFNn}{{}HBl}{{}{{GLl{c}}}{G`FNn}}{Dbc{}}000000000={{{GEj{}{{GAj{c}}}}c}DdG`}{{ceCKfCKnGLlGLndd{I`{GM`}}CL`}hFOlGEj}{Dbh}0000{{GLnDf}{{Il{hAAb}}}}0{{HBlDf}{{Il{hAAb}}}}{{{GM`{c}}Df}{{Il{hAAb}}}Jj}{{HBnDf}{{Il{hAAb}}}}{{{GLl{c}}Df}{{Il{hAAb}}}{JjFNn}}{CLf{{Nf{c}}}{}}{{{GLl{c}}}hFNn}0{{{GEj{}{{GAj{c}}}}c}AlG`}{{}{{GLl{c}}}FNn}`{cc{}}000000000{ce{}{}}00003`{{}Db}0000{{GLnDbHC`}h}{{GLnDbGLn}h}3333333333{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000777777777777777{GLnd}{{{GLl{c}}}dFNn}0{{cOdCN`FMl{I`{FOn}}I`Gh{I`{GM`}}GLlGLnEld}CLlFOl}{GLnDb}{{CKfCKnd}CLn}{{CLfDb}{{Nf{c}}}{}}{{{GLl{c}}Db}hFNn}0{CLf{{Nf{c}}}{}}{{{GLl{c}}}hFNn}0100{ElGLn}{{}{{GLl{c}}}FNn}{{GLnDb}Db}{{{GEj{}{{GAj{c}}}}c}DdG`}1{{GLnDb}h}{{GLnDbDb}h}{GLnGLn}{{GLnDbDb}GLn}988{{HBlGLn}{{I`{{Lf{DbDb}}}}}}5```{{HBlGLn}HCb}{ce{}{}}0000{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00005555555555{{{GLl{c}}}hFNn}0{{GLnDb}GLn}{{CM`CKfCKncCLb{CMb{e}}GLn{I`{FOn}}GhI`d{I`{ABj}}{I`{ABj}}{I`{e}}g}CMdFOlDl{{Bb{}{{Ch{GLl}}}}}}?````{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0::{{c{Cl{e}}}g{}{}{}}{HCbHCb}{{ce}h{}{}}={Dbc{}}0{Dbh}{{HCbDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};4444{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77``````{{{GJd{}{{GAj{c}}}}cd}fG`}```````0```````{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0::{{c{Cl{e}}}g{}{}{}}{GJfGJf}{{ce}h{}{}}={Dbc{}}0{Dbh}{{GJfGJf}d}{{ce}d{}{}}00{{GJfDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=4444{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77`````````{{{GHn{}{{GAj{c}}}}c}A`G`}{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0``::`{{c{Cl{e}}}g{}{}{}}{GMbGMb}{{ce}h{}{}}`={{}GMb}{Dbc{}}07{{cCKfCKnGMbe{GGj{e}}g}hCKd{{K`{Nl}}An}GHn}{Dbh}{{GMbGMb}d}{{ce}d{}{}}00{{GMbDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}`>{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}?444{{CKfCKnGMb}CLn}=``5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88{{CM`CKfCKn{CMb{c}}GMbe{GGj{e}}eABj{I`{c}}}CMdDl{An{K`{Nl}}GLj}}`````````````{{cg}i{}{}{{An{e}}}{}}000`::::::::{cCj{}}0000000;;;;;;;;{{c{Cl{e}}}g{}{}{}}000`{{{HCd{c}}}{{HCd{c}}}Dl}{{{HCf{c}}}{{HCf{c}}}{}}{{ce}h{}{}}0????{{HCh{HCf{{HCj{c}}}}}{{HCl{c}}}Gl}`{{}{{HCd{c}}}G`}{Dbc{}}0000000{Dbh}000{{{HCl{c}}}h{}}`{{{HCd{c}}Df}{{Il{hAAb}}}Jj}{{CIlDf}{{Il{hAAb}}}}0{{{HCf{c}}Df}{{Il{hAAb}}}Jj}`{cc{}}{{{CIb{c}}}{{HCd{c}}}{}}1{COhCIl}222222{ce{}{}}000`{{}Db}00011111111{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000555555555555{c{{Lf{{HCn{}{{Kh{c}}}}{Nf{e}}}}}{}{}}{{{HD`{c}}}{{HCf{c}}}{}}{{{HCl{c}}Jl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}{}}{{{DAf{{HCf{c}}}}DLd}{{DLf{{Il{h}}}}}{}}00{{{HCl{c}}}{{I`{Jl}}}{}}{{{HCl{c}}}{{I`{Jl}}}Gl}{{{HCl{c}}{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}{}}120{{{HCl{c}}CMj{Jn{CMl}}}h{}}{{{HCn{}{{Kh{c}}}}}Nl{}}{{{HCf{{HCj{c}}}}{GBd{CMj}}}{{Il{h{GCj{{GBd{CMj}}}}}}}{}}{{{HCl{c}}CMn}h{}}`{{{HCl{c}}d{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h{}}{{{DAf{{HCf{c}}}}c}{{Il{h}}}{}}{{{HCn{}{{Kh{c}}}}}{}{}}{{{HCn{}{{Kh{c}}}}}{{Mh{e}}}{}{}}{{{HCn{}{{Kh{c}}}}}e{}{}}{{{HCn{}{{Kh{c}}}}}Jl{}}{ce{}{}}0{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00055555555{{}{{HCl{c}}}Gl}`{{{HCl{c}}Jl}hGl}{{{HCl{c}}Jl}h{}}{{{HCl{c}}{CNh{{Ib{Gj}}}}}h{}}120```````{{cg}i{}{}{{An{e}}}{}}0::::{cCj{}}000{{{HDb{c}}}DdHCn}<<<<{{cHDdObHDf}HDhHCn}{{c{Cl{e}}}g{}{}{}}0>>{{{HDb{c}}}CKnHCn}{Dbc{}}000{Dbh}0{{{HCj{c}}Df}{{Il{hAAb}}}Jj}{cc{}}000{ce{}{}}08{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0::444444{{{HDb{c}}}ObHCn}{{{HDb{c}}}HDjHCn}{c{{Lf{{HCn{}{{Kh{c}}}}{Nf{e}}}}}{}{}}{{cHCh}{{HDb{c}}}HCn}{{{HDb{c}}}{{Ob{M`}}}HCn}{{HDlHDj}d}{HCd{{Il{hCIl}}}}{{ceHDd{HDb{c}}Nf{HDn{g{HCf{HCj}}HCj}}HCld{HD`{HCj}}HDfHCh}hHCn{{COb{}{{CNn{}}}}}Kn}{{{HDb{c}}}NlHCn}{{{HCn{}{{Kh{c}}}}}Nl{}}{{{HCn{}{{Kh{c}}}}}{}{}}{{{HCn{}{{Kh{c}}}}}{{Mh{e}}}{}{}}{{}HCj}{{{HDb{c}}cHCh}hHCn}{{{HDb{c}}}DdHCn}{{{HCn{}{{Kh{c}}}}}e{}{}}{{{HDb{c}}}{}HCn}{{{HCn{}{{Kh{c}}}}}Jl{}}{{{HDb{c}}}ElHCn}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{ceHDd{HDb{c}}{HDn{g{HCf{HCj}}HCj}}HCld{HD`{HCj}}HDfJnHCh}hHCn{{COb{}{{CNn{}}}}}Kn}{{{HDb{c}}HChHDlHDf}hHCn}{{{HDb{c}}}COjHCn}{{{HDb{c}}}DbHCn}``````{{{HE`{Nl}}Nl}CLh}{{{I`{HEb}}GMf}{{I`{HEd}}}}{Dn{{I`{HEf}}}}{HEhEMd}{{{I`{HEd}}}GMf}{HDjEMf}{HEjHEl}{CLnHEn}{{{I`{HEb}}ObHF`}{{I`{HFb}}}}{{HFdNl}HFf}{GMhHFh}{GMfd}{{LdHDlNlHDj}{{I`{CM`}}}}{GMdHFj}{{GMlEl{I`{HEb}}{I`{Jl}}}HFl}``````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000000{ce{}{}}000000000000000{cCj{}}000000000000000{HFn{{ADf{Mf}}}}`{{{HG`{c}}}cHGb}3333333333333333{CNjCL`}{{{DAb{c}}}CL`CNj}{GNdCL`}{{c{Cl{e}}}g{}{}{}}0000000{{{HG`{c}}}hHGb}{{{DAb{c}}CL`}{{DAb{c}}}{}}{HGdHGd}{{{DAb{c}}}{{DAb{c}}}Dl}{HFnHFn}{COjCOj}{HGfHGf}{GNdGNd}{{ce}h{}{}}00000`{ce{}{}}0000000`{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}gM`M`}hG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}eG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}iM`M`}gG`CKd{}{COdDl}}`{{{HG`{c}}}{}{HGbDb}}{{{HG`{c}}}FOn{HGbDb}}{Dbc{}}000000000000000{{{HG`{c}}D`}{{Ob{M`}}}{HGbCOn}}{{{HG`{c}}Df}{{Ob{M`}}}{HGbDd}}{{{HG`{c}}D`FMjCL`{ADf{Mf}}}h{HGbCOn}}{{{HG`{c}}Df{I`{Dd}}CL`}h{HGbDd}}{{{HG`{c}}DAb}hHGb}{Dbh}0000000{{{HG`{c}}{Jn{DAb}}CL`}hHGb}{{{HG`{c}}{Jn{DAb}}CLj}hHGb}{{HGdHGd}d}{{{DAb{c}}{DAb{c}}}dFd}{{HFnHFn}d}{{HGfHGf}d}{{GNdGNd}d}{{ce}d{}{}}00{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}COfG`CKd{}}{{{HG`{c}}CLhDdCL`}h{HGbDb}}0{{{HG`{c}}CLde}hHGb{{K`{Ih}}}}{{{HG`{c}}}h{HGbDb}}{{{HG`{c}}FO`CLhDdCL`}h{HGbDb}}{{HGdDf}{{Il{hAAb}}}}{{COhDf}{{Il{hAAb}}}}0{{{DAb{c}}Df}{{Il{hAAb}}}Jj}{{HFnDf}{{Il{hAAb}}}}{{COjDf}{{Il{hAAb}}}}{{HGfDf}{{Il{hAAb}}}}{{GNdDf}{{Il{hAAb}}}}{{{HG`{c}}Df}{{Il{hAAb}}}{JjHGb}}{cc{}}0000{HGhHGf}11111111111{ce{}{}}0000000``{{{Jn{{DAb{c}}}}}{{DAb{c}}}{}}{{}HFn}`{{}Db}00000003333333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}0000000777777777777777777777777{{{HG`{c}}{Aj{{Ml{BBj}}}}}h{HGbDb}}{COjOb}`{{HFnHFn}HFn}{{ce}{{Il{{COb{}{{CNl{c}}{CNn{g}}{CO`{i}}}}COh}}}G`{COdDl}CKd{}}{{cO`FOn}{{HG`{c}}}HGb}{{M`M`}HFn}{HGfFDb}{COjM`}{COj{{Ob{M`}}}}1{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Il{hCOl}}}G`CKd{}{{En{El}}}}{COjHFn}`{HGdM`}{{MfMf}HFn}{COjNl}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Jn{BBj}}}G`CKd{}{{En{El}}}}{{{HG`{c}}}{{Jn{DAb}}}HGb}0`{ce{}{}}00000{cABf{}}{cJl{}}{{{DAb{c}}CLj}{{DAb{c}}}{}}7{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}00000006666666666666666{{{HG`{c}}CL`e}hHGb{{Bb{{HG`{c}}}}}}{{ObNl}COj}{{{Ob{M`}}Nl}COj}{{{HG`{c}}g}eHGb{}{{Bb{c{Ml{DAb}}}{{Ch{e}}}}}}{{{HG`{c}}CLje}hHGb{{Bb{{HG`{c}}}}}}````````````````````````````````````````````{{COnD`}{{Ob{M`}}}}{{Db{Aj{{Ml{BBj}}}}}h}{{DdDf}{{Ob{M`}}}}``{{cg}i{}{}{{An{e}}}{}}??{cCj{}}0{ce{}{}}0{{c{Cl{e}}}g{}{}{}}{DhDh}{{ce}h{}{}}{Dh{{ADf{Mf}}}}4{Dbc{}}0{Dbh}{{DhDh}d}{{DhDf}{{Il{hAAb}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}<==={cd{}}{cDh{{K`{Dd}}}}?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``````````````{{cg}i{}{}{{An{e}}}{}}0`1111{cCj{}}000`2222{{c{Cl{e}}}g{}{}{}}0{COlCOl}{{ce}h{}{}}55{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}gM`M`}hG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}eG`CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}iM`M`}gG`CKd{}{COdDl}}{Dbc{}}000{Dbh}0{{COlCOl}d}{{ce}d{}{}}00{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}}COfG`CKd{}}{{COlDf}{{Il{hAAb}}}}0{{COfDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{{ce}{{Il{{COb{}{{CNl{c}}{CNn{g}}{CO`{i}}}}COh}}}G`{COdDl}CKd{}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Il{hCOl}}}G`CKd{}{{En{El}}}}{{{COb{}{{CNl{c}}{CNn{e}}{CO`{g}}}}egCOjDd{Ml{i}}}{{Jn{BBj}}}G`CKd{}{{En{El}}}}8{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0====````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000000000000000000{{{CLh{c}}{CLj{c}}}{{CLh{c}}}{{AHb{}{{Ch{}}}}}}{{{CL`{c}}{CLj{c}}}{{CL`{c}}}{{AHb{}{{Ch{}}}}}}{{{CLj{c}}{CLj{c}}}{{CLj{c}}}{{AHb{}{{Ch{}}}}}}`{{{CMb{c}}}d{}}{CL`Mf}{ce{}{}}0000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000{{{CJn{ceg}}}CK`{}{}{}}0`{{DdDdMf}Dd}``1311333333333333333333333311333333333333333333333`{CKfCL`}`{{c{Cl{e}}}g{}{}{}}000000000000000000000{CL`CLh}77{CK`{{Jn{CKb}}}}{CKf{{`{{BIn{}{{Of{CKf}}}}}}}}{CKdh}`{FN`FN`}{HGjHGj}{CM`CM`}{FD`FD`}{CKfCKf}{{{FO`{c}}}{{FO`{c}}}Dl}{HGlHGl}{HGnHGn}{IhIh}{DdDd}{GK`GK`}{CN`CN`}{FMlFMl}{FOnFOn}{{{CLh{c}}}{{CLh{c}}}Dl}{{{CL`{c}}}{{CL`{c}}}Dl}{HH`HH`}{{{Ob{c}}}{{Ob{c}}}Dl}{{{CLj{c}}}{{CLj{c}}}Dl}{{ce}h{}{}}000000000000000000```{ce{}{}}000000000000000000000{{CL`CLh}d}0`{{}HGj}{{}Dd}{{}EMl}{{}{{CLh{c}}}G`}{{}{{CL`{c}}}G`}{{}HH`}{{}{{CLj{c}}}G`}{Dbc{}}0000000000000000000000000000000000000000000{{CK`CKb}h}{{{CLh{c}}{CLh{c}}}c{FChHHb}}{{CK`CKbCKfCKh}h}{{CKjceCKlCKfCKn}hCKd{}}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{Dbh}000000000000000000000{CLbh}{{FN`FN`}d}{{HGjHGj}d}{{CM`CM`}d}{{FD`FD`}d}{{HGlHGl}d}{{HGnHGn}d}{{IhIh}d}{{DdDd}d}{{GK`GK`}d}{{CN`CN`}d}{{FOnFOn}d}{{{CLh{c}}{CLh{c}}}dFd}{{{CL`{c}}{CL`{c}}}dFd}{{HH`HH`}d}{{{Ob{c}}{Ob{c}}}dFd}{{{CLj{c}}{CLj{c}}}dFd}{{ce}d{}{}}00000000000000000`{{CL`Mf}CL`}{{Obc}Ob{{K`{Ob}}}}{{{CJn{ceg}}i}{{CJn{ceg}}}{}{}CKd{{K`{Dd}}}}`{CN`ADj}{{CKdCLdc}h{{K`{Ih}}}}{EMlAl}{{GK`ObOb}Ob}{{FMlObOb}FMl}{CN`CN`}{{FN`Df}{{Il{hAAb}}}}{{HGjDf}{{Il{hAAb}}}}{{CM`Df}{{Il{hAAb}}}}{{FD`Df}{{Il{hAAb}}}}{{CKfDf}{{Il{hAAb}}}}{{{FO`{c}}Df}{{Il{hAAb}}}Jj}{{HGlDf}{{Il{hAAb}}}}{{HGnDf}{{Il{hAAb}}}}{{IhDf}{{Il{hAAb}}}}{{DdDf}{{Il{hAAb}}}}{{GK`Df}{{Il{hAAb}}}}{{CN`Df}{{Il{hAAb}}}}{{FMlDf}{{Il{hAAb}}}}{{FOnDf}{{Il{hAAb}}}}{{{CLh{c}}Df}{{Il{hAAb}}}Jj}{{{CLh{c}}Df}{{Il{hAAb}}}GEh}{{{CL`{c}}Df}{{Il{hAAb}}}Jj}{{HH`Df}{{Il{hAAb}}}}{{{CMb{c}}Df}{{Il{hAAb}}}Jj}{{{Ob{c}}Df}{{Il{hAAb}}}Jj}{{{CLj{c}}Df}{{Il{hAAb}}}Jj}``{{{HHd{ce}}}{{CJn{cbe}}}{}CKd}{{{GGd{cegi}}}{{CJn{egi}}}{DlJhFd}{}{GGfGGhGDdGF`}FOl}{{{GEn{ceg}}}{{CJn{ceg}}}{}GF`CKd}{{{GHj{ceg}}}{{CJn{ceg}}}{}GGhCKd}{{{GKb{c}}}{{CJn{egi}}}{DlAA`}{}{}{{FMh{}{{FMf{c}}}}}}{{{GDf{ceg}}}{{CJn{ceg}}}DlGDhCKd}{{{GHf{ceg}}}{{CJn{ceg}}}{}{}CKd}{{{HHf{cegi}}}{{CJn{egi}}}{JhDl}{}GDdFOl}{{{GFn{ceg}}}{{CJn{ceg}}}Dl{}CKd}{{{GFh{c}}}{{CJn{egi}}}{DlAA`}{}{}{{FMh{}{{FMf{c}}}}}}{{{GFj{cegi}}}{{CJn{egi}}}{AnFd}{}{}CKd}{{{GEb{ceg}}}{{CJn{ceg}}}{}{}CKd}{{{GDn{ceg}}}{{CJn{ceg}}}{}{GE`GAl}FOl}{{{GI`{c}}}{{CJn{ecg}}}GIb{}FNb}{{{HHh{ce}}}{{CJn{cbe}}}{}CKd}{{{GGl{c}}}{{CJn{ecg}}}GGn{}CKd}{{{GJh{ceg}}}{{CJn{ceg}}}{}{GF`GAl}FOl}{{{GFl{cegik}}}{{CJn{ceg}}}{}{}CKdAA`{{K`{{CJn{ceg}}}}}}{{{GEf{cegi}}}{{CJn{egi}}}{GEhDl}Dl{GF`GEjGGhGDd}FOl}{{{HHj{ceg}}}{{CJn{ceg}}}{}{GF`ADhDl}CKd}{{{GNb{ceg}}}{{CJn{ceg}}}{}{GKlGF`}CKd}{{{GH`{ceg}}}{{CJn{ceg}}}Dl{GHdGAl}FOl}{{{GIj{cegi}}}{{CJn{egi}}}FNl{}GIlFOl}{GFf{{CJn{ceg}}}{}{}CKd}{{{GDj{iceg}}}{{CJn{ceg}}}{}{}EN`{{GDl{ceg}}}}{El{{CJn{ceg}}}{}GAlFOl}{{{GJj{ceg}}}{{CJn{egi}}}{An{K`{Nl}}GLj}DlGHnCKd}{{{GHh{ceg}}}{{CJn{ceg}}}{}{}CKd}{{{GId{ce}}}{{CJn{gce}}}GAlFOl{}}{{{GJb{ceg}}}{{CJn{ceg}}}{}{GJdGAl}FOl}{{{GHl{ceg}}}{{CJn{egi}}}{An{K`{Nl}}GLj}DlGHnCKd}{{{GJ`{ceg}}}{{CJn{cig}}}{}{}CKd{}}{{{GIn{ceg}}}{{CJn{ceg}}}DlGEjFOl}{{{GFb{c}}}{{CJn{ecg}}}GFd{}CKd}{{{HHl{ceg}}}{{CJn{cbe}}}{}CKd{AA`AnGlNdJj}}{cc{}}{{{HHn{ce}}}{{CJn{cbe}}}{}CKd}{{{HI`{c}}}{{CJn{cbCIh}}}Dl}{GdFN`}3{GjFN`}44{HIbFD`}5555{BBjHGn}{HGlHGn}7{MfHGn}{HIbIh}9{DdIh}{FD`Ih}{{{ADf{Mf}}}Dd}{AC`Dd}1={{{ACb{AC`Mf}}}Dd}>>{MfCN`}?{ADjCN`}{FOnCN`}{{{ADf{Mf}}}FMl}{cc{}}{{{ADf{ADj}}}FMl}{ADjFMl}{MfFMl}42{ADjFOn}{MfFOn}5{{{Lf{cc}}}{{CLh{c}}}HHb}{{{ADf{c}}}{{CLh{c}}}HHb}7{{{CL`{M`}}}CL`}888{FMlOb}{{{ADf{ADj}}}Ob}{{{ADf{Mf}}}Ob}{CLjOb}<<{ObCLj}{{{ADf{c}}}{{CLj{c}}}{}}>>>>>>>>>>>>>>>>>>>>>>{Nl{{I`{HGn}}}}{FIf{{I`{HGn}}}}{{MfMfMfMf}Dd}{{MfMfMf}Dd}{{BBjBBjBBj}Dd}2{{BBjBBjBBjMf}Dd}{ce{}{}}000000000000000000000{Al{{I`{HGn}}}}``{{FN`c}hGCb}{{GK`c}hGCb}{{{Ob{c}}e}hAA`GCb}``{FMlMf}``{CK`{{I`{CLf}}}}`{{}Db}000000000000000000000{{CL`CL`}{{I`{CL`}}}}{{CL`CL`}d}99999999999999999999999999999999999999999999{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000000============================================{Dd{{ADf{Mf}}}}{Dd{{ADf{BBj}}}}??????????????????????{{{CMb{c}}}h{}}0{DdDd}{Ddh}{{{CMb{c}}}d{}}{CN`d}1{{CKjCKfcCLh}dCKd}<<``{{CKjcObCLhCLj}CLlCKd}{{CK`CKbcOd}CLlCKd}``{{{CJn{ceg}}k}{{CJn{ieg}}}{}{}CKd{}{{ABj{c}{{Ch{i}}}}}}{{ObOb}Ob}{{{CMb{c}}{CMb{e}}g}h{}{}{{ABj{e}{{Ch{c}}}}}}1`{{CKjCKfCKnCL`c}CLnCKd}{{CK`CKbCKfCKnCL`c}CLnCKd}{{CL`Mf}CL`}{{{CLj{c}}c}{{CLj{c}}}{{AMj{}{{Ch{}}}}An}}{{FD`Mf}FD`}{i{{CJn{ceg}}}{}{}CKd{{CK`{ceg}}}}{CLlCKf}{{MfMfMfMf}Dd}{MfFMl}{{cc}{{CLh{c}}}HHb}{{CLhOb}CL`}{{{Jn{c}}}{{CMb{c}}}{}}{{cc}{{Ob{c}}}{}}{{cc}{{CLj{c}}}{}}`{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CKjCKfcCMf}hCKd}{{CK`CKbCKfcCMf}hCKd}`{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{HGlHGl}{{I`{Hf}}}}{{HGnHGn}{{I`{Hf}}}}{{FOnFOn}{{I`{Hf}}}}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}{CKfCLh}{CL`CLh}{{{CMb{c}}c}h{}}``{CLb{{I`{Jl}}}}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}10{{{CMb{c}}}{{I`{HId}}}{}}{{CLbCMj{Jn{CMl}}}h}`{{{CMb{c}}HId}h{}}{{{CMb{c}}e}h{}Bb}`{{CLbCMn}h}{{CK`CLf}h}`{CK`{{Ob{CN`}}}}{CL`Ob}`1{CL`{{CL`{M`}}}}{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{CK`CNd}``{{{CLh{c}}{CLj{c}}}{{CLh{c}}}{{AEn{}{{Ch{}}}}}}{{{CLh{c}}{CLh{c}}}{{CLj{c}}}{{AEn{}{{Ch{}}}}}}{{{CL`{c}}{CLj{c}}}{{CL`{c}}}{{AEn{}{{Ch{}}}}}}{{ObOb}}{{{CLj{c}}{CLj{c}}}{{CLj{c}}}{{AEn{}{{Ch{}}}}}}`{CK`CNf}``{{HGnCL`}{{Lf{CLhCLh}}}}{ce{}{}}000000000000000000{cABf{}}{cJl{}}``{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000000{cJ`{}}00000000000000000000055555555555555555555555555555555555555555555{{CL`CL`}CL`}{FMlMf}```````{{CKdCL`c}h{{Bb{CKd}}}}{{CLjCLl}CKf}{cHGj{{K`{HIf}}}}{ObCL`}{{CKdCLjc}h{{Bb{CKd}}}}{{CLbJl}h}{{EMl{Ml{BBj}}}h}{{CLb{CNh{{Ib{Gj}}}}}h}20``````````````````{{cg}i{}{}{{An{e}}}{}}0{ce{}{}}000{cCj{}}0001111{{c{Cl{e}}}g{}{}{}}0{GdGd}{GjGj}{{ce}h{}{}}055{Dbc{}}000{Dbh}0{{GdGd}d}{{GjGj}d}{{ce}d{}{}}00000{{GdDf}{{Il{hAAb}}}}{{GjDf}{{Il{hAAb}}}}{cc{}}000=={{Gdc}hGCb}{{Gjc}hGCb}{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}044444444{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}07777``{{cg}i{}{}{{An{e}}}{}}88{cCj{}}0995{HIfHIf}{{ce}h{}{}}`;{{}HIf}{Dbc{}}0{Dbh}{{HIfHIf}d}{{HIfDf}{{Il{hAAb}}}}{MfHIf}{BBjHIf}{{{ADf{Mf}}}HIf}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555`5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```````{{cg}i{}{}{{An{e}}}{}}00{{CKh{Jn{CMl}}}h}::::::{cCj{}}00000{CKh{{Ml{CMl}}}}<<<<<<777{HIhHIh}{CNbCNb}{CKhCKh}{{ce}h{}{}}00{ce{}{}}00{Dbc{}}00000{Dbh}00{CLbh}{{HIhDf}{{Il{hAAb}}}}{{CNbDf}{{Il{hAAb}}}}{{CKhDf}{{Il{hAAb}}}}{cc{}}00000777{{}Db}00888888{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00<<<<<<{CKh{{Jn{CMl}}}}==={{}CKh}{{CLb{I`{Jl}}}{{I`{c}}}Dj}{{CLbJl}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}{{CKhCMl}h}{CLb{{I`{Jl}}}}{HIh{{I`{Jl}}}}{CLb{{I`{c}}}Dj}{{CLb{Jn{Jl}}}{{I`{{Lf{{Jn{BBj}}Jl}}}}}}310{{CLbCMj{Jn{CMl}}}h}{{CLbCMn}h}{{CLbd{I`{CNb}}{I`{{Lf{{CJn{ceg}}CNd}}}}{Ib{Gj}}CMn}h{}{}{}}{{CLbd{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}h}{ce{}{}}00{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{DbCKh}{{CLbJl}h}{{HIhJl}h}{{CLb{CNh{{Ib{Gj}}}}}h}20``````````````{{cg}i{}{}{{An{e}}}{}}00888888{cCj{}}00000999999{{c{Cl{e}}}g{}{}{}}00{HIjHIj}{HIlHIl}{CMdCMd}{{ce}h{}{}}00>>>{Dbc{}}00000{Dbh}00{{HIjHIj}d}{{HIlHIl}d}{{CMdCMd}d}{{ce}d{}{}}00000{{HIjDf}{{Il{hAAb}}}}{{HIlDf}{{Il{hAAb}}}}{{CMdDf}{{Il{hAAb}}}}{cc{}}00000{ce{}{}}00{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00555555555{{CMdCMd}CMd}666{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00999999````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0{{HIbMfDd}HIb}{{HIbc}HIb{{Oh{}{{Of{HIn}}}}}}`<<<<{cCj{}}000====88{HInHIn}{HIbHIb}{{ce}h{}{}}0`{ce{}{}}0{{}HIn}{Dbc{}}000{Dbh}0{{HInHIn}d}{{HIbHIb}d}{{HInDf}{{Il{hAAb}}}}{{HIbDf}{{Il{hAAb}}}}{cc{}}00088{{}Db}09999{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0======{cHIb{{K`{HGn}}}}``>>{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000``````{{cg}i{}{}{{An{e}}}{}}01111{cCj{}}000222277{CLfCLf}{HJ`HJ`}{{ce}h{}{}}055{Dbc{}}000{Dbh}0{{DlDl}d}{{CLfCLf}d}{{HJ`HJ`}d}0{{ce}d{}{}}00000{{CLfDf}{{Il{hAAb}}}}{{HJ`Df}{{Il{hAAb}}}}{AlCLf}{HJbCLf}{cc{}}000{ce{}{}}0{{CLfc}hGCb}{{HJ`c}hGCb}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0777777{cCLf{{K`{{Aj{El}}}}}}{{}h}99{CLfJl}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0===={{}CLf}{{}{{CHj{CE`}}}}```````````{{cg}i{}{}{{An{e}}}{}}000{ce{}{}}0000000{cCj{}}0000000{HJd{{Ml{BBj}}}}22222222<<<<{D`D`}{HJdHJd}{HJfHJf}{FMjFMj}{{ce}h{}{}}0007777{D`HJf}{{}FMj}{Dbc{}}08000000{{{FMh{}{{FMf{c}}}}c}{{Ob{M`}}}{DlAA`}}{{{FMh{}{{FMf{c}}}}cFMjCL`{ADf{Mf}}}h{DlAA`}}{Dbh}000{{D`D`}d}{{HJdHJd}d}{{HJfHJf}d}{{FMjFMj}d}{{ce}d{}{}}00000000000{{D`Df}{{Il{hAAb}}}}{{HJdDf}{{Il{hAAb}}}}{{HJfDf}{{Il{hAAb}}}}{{FMjDf}{{Il{hAAb}}}}{cc{}}{cD`{{K`{ABl}}}}1111111{cD`{{En{{Ml{BBj}}}}GlNd}}1{{M`M`c}D`{{En{{Ml{BBj}}}}GlNd}}{ce{}{}}000{{D`c}hGCb}{{HJdc}hGCb}{{HJfc}hGCb}{{FMjc}hGCb}{D`Al}{{}Db}00066666666{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000::::::::::::{cHJd{{En{{Ml{BBj}}}}GlNd}};;;;{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000>>>>>>>>````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}??{cCj{}}0{ce{}{}}07{HJhHJh}{{ce}h{}{}}{{HJhHJh}Hf}{{ce}Hf{}{}}4{Dbc{}}0{c{{Il{HJh}}}Ad}{Dbh}{{HJhHJh}d}{{ce}d{}{}}00{{HJhDf}{{Il{hAAb}}}}{cc{}}0;{{HJhc}hGCb}{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00{{HJhHJh}{{I`{Hf}}}}{{HJhc}IlAf}2{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55````{{cg}i{}{}{{An{e}}}{}}0{{CLlFN`FN`Ob}CLl}{{CLlFN`FN`Ob}h}8888{cCj{}}000{{Odce}CLl{{K`{CN`}}}{{K`{CN`}}}}::::{CLlCL`}<<{CLl{{Ml{CLl}}}}{OdOd}{CLlCLl}{{ce}h{}{}}0??{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{CLl}}}}}}{{CLlFMl}CLl}{{}CLl}{Dbc{}}000{Dbh}0{{OdOd}d}`{{OdDf}{{Il{hAAb}}}}{{CLlDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{Odc}Od{{K`{CN`}}}}{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0666666{OdOd}{OdOb}{{OdMf}Od}0100{{CLlc}CLl{{K`{CLh}}}}{{CLlc}h{{K`{CLh}}}}{{ObOb}Od}{ObCLl}{{OdMfce}CLl{{Bb{Od}{{Ch{CLl}}}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegi}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}}{{Odcegik}CLl{{K`{CN`}}}{{K`{CN`}}}{{K`{FMl}}}{{Bb{Od}{{Ch{CLl}}}}}{{Bb{CLlOb}{{Ch{CLl}}}}}}{{OdceOb}Ob{{K`{CN`}}}{{K`{CN`}}}}{{Odc}Od{{K`{Ob}}}}{CLlOb}{{Odceg}CLl{{K`{CN`}}}{{K`{CN`}}}{{Bb{Od}{{Ch{Ob}}}}}}{ce{}{}}0{{CLlc}CLl{{K`{CLj}}}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}04444{{Odc}Od{{K`{CN`}}}}{{Ob{Jn{CLl}}}CLl}```{{cg}i{}{}{{An{e}}}{}}77{cCj{}}088{{c{Cl{e}}}g{}{}{}}9{Dbc{}}0{Dbh}{{FMnDf}{{Il{hAAb}}}}{cc{}}0={{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8{ce{}{}}00{{FMncOdCN`CN`FMlMfFN`{Ml{{CJn{egc}}}}{Ml{CKb}}}CLlCKd{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}44````````````````````````````````??????444444444444>>>>>>>>>>>>444444444444======`{HJjHJj}{HElHEl}{CKnCKn}{HJlHJl}{HJnHJn}{CLnCLn}{{ce}h{}{}}00000{{CLnCLn}Hf}{{ce}Hf{}{}}======{{}CKn}{{}CLn}{Dbc{}}00000000000{Dbh}00000{{HElHEl}d}{{CKnCKn}d}{{HJlHJl}d}{{HJnHJn}d}{{CLnCLn}d}{{ce}d{}{}}00000{{HJjDf}{{Il{hAAb}}}}{{HElDf}{{Il{hAAb}}}}{{CKnDf}{{Il{hAAb}}}}{{HJlDf}{{Il{hAAb}}}}{{HJnDf}{{Il{hAAb}}}}{{CLnDf}{{Il{hAAb}}}}{cc{}}00000000000{ce{}{}}00000{{HElc}hGCb}{{}Db}00000222222222222{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000666666666666666666{{CKnCL`}d}{HJjHK`}{{CLh{I`{HJj}}}HJj}{{CLnCLn}{{I`{Hf}}}}{HJjCLh}{CKn{{I`{CLh}}}}{{CKnCLh}{{I`{CLh}}}}{{CKnCL`}{{I`{CLh}}}}0>>>>>>{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000{ce{}{}}00000000000```````````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022>{HK`HK`}{{ce}h{}{}}4{Dbc{}}0{Dbh}{{HK`Df}{{Il{hAAb}}}}{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}===={c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cg}i{}{}{{An{e}}}{}}01111{cCj{}}00022226622{{}{{HKb{ceg}}}{}{}CKd}????{{CKjceCKlCKfCKn}hCKd{}}{{{CMh{ceg}}geCKlCKfCKn}h{}{}CKd}{{{HKb{ceg}}geCKlCKfCKn}h{}{}CKd}{Dbh}0{cc{}}{{{HKb{ceg}}}{{CMh{ceg}}}{}{}CKd}111{{{Ml{{CJn{ceg}}}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}::{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>>>>>{{{CMh{ceg}}CKfgCLh}d{}{}CKd}{{{HKb{ceg}}CKfgCLh}d{}{}CKd}{{CKjCKfcCLh}dCKd}{{CKjcObCLhCLj}CLlCKd}{{{CMh{ceg}}gObCLj}CLl{}{}CKd}{{{HKb{ceg}}gObCLhCLj}CLl{}{}CKd}{{{CMh{ceg}}ABj}{{CMh{ieg}}}{}{}CKd{}}{{{CMh{ceg}}CKfCKnCL`g}CLn{}{}CKd}{{{HKb{ceg}}CKfCKnCL`g}CLn{}{}CKd}{{CKjCKfCKnCL`c}CLnCKd}{{CLh{Ib{CKj}}}{{CMh{ceg}}}{}{}CKd}{{}{{HKb{ceg}}}{}{}CKd}{{{CMh{ceg}}CM`CKfCKngCLb{CMb{c}}}CMd{}{}CKd}{{{HKb{ceg}}CM`CKfCKngCLb{CMb{c}}}CMd{}{}CKd}{{CKjCM`CKfCKncCLb{CMb{e}}}CMdCKd{}}{{{CMh{ceg}}CKfgCMf}h{}{}CKd}{{{HKb{ceg}}CKfgCMf}h{}{}CKd}{{CKjCKfcCMf}hCKd}{{{CMh{ceg}}CKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{{HKb{ceg}}}{{CMh{ceg}}}{}{}CKd}{{{HKb{ceg}}CKfg}{{I`{{CMh{ceg}}}}}{}{}CKd}{{CKjCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{{CMh{ceg}}}CLh{}{}CKd}{{{HKb{ceg}}i}{{HKb{ceg}}}{}{}CKd{{K`{{CMh{ceg}}}}}}{{{CMh{ceg}}CLj}{{CMh{ceg}}}{}{}CKd}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{{Jn{{CMh{ceg}}}}}{{HKb{ceg}}}{}{}CKd}````{{cg}i{}{}{{An{e}}}{}}00222222{cCj{}}00000`333333`{{c{Cl{e}}}g{}{}{}}00{CKdh}{HKdh}{HKdHKd}{CLdCLd}{CKlCKl}{{ce}h{}{}}00:::{{}HKd}{{}CLd}{{}CKl}{HKd}{HKdFOn}{Dbc{}}00000{Dbh}00{{CLdCLd}d}{{CKlCKl}d}{{HKdCLhDdCL`}h}0{{CKdCLdc}h{{K`{Ih}}}}{{HKdCLdc}h{{K`{Ih}}}}{HKdh}{{HKdFO`CLhDdCL`}h}{{HKdDf}{{Il{hAAb}}}}{{CLdDf}{{Il{hAAb}}}}{{CKlDf}{{Il{hAAb}}}}{cc{}}00000{ce{}{}}00`{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00555555555{{HKd{Aj{{Ml{BBj}}}}}h}{{}HKd}```777{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00::::::{{CKdCL`c}h{{Bb{CKd}}}}{{HKdCL`c}h{{Bb{HKd}}}}{{CKdCLjc}h{{Bb{CKd}}}}{{HKdCLjc}h{{Bb{HKd}}}}`````{{cg}i{}{}{{An{e}}}{}}0????{cCj{}}000{ce{}{}}000<<{DfDf}{HKfHKf}{{ce}h{}{}}033{DfHKf}{Dbc{}}000{{FNbDf}{{Ob{M`}}}}{{FNbDf{I`{Dd}}CL`}h}{Dbh}0{{DfDf}d}{{HKfHKf}d}{{ce}d{}{}}00000{{DfDf}{{Il{hAAb}}}}{{HKfDf}{{Il{hAAb}}}}{cc{}}000{cDf{{K`{{Aj{{Ml{BBj}}}}}}}}{cDf{{K`{ABl}}}}{ce{}{}}0{{Dfc}hGCb}{{HKfc}hGCb}{DfAl}{{}Db}04444{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}088888888{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;`````````````````````````````{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000===={{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}`66{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{GbGb}{FObFOb}{{ce}h{}{}}0{{{FNn{}{{FNd{c}}}}{FO`{c}}}FOb{AnFd}}{ce{}{}}0`{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{GbDb}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}c{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}}FOn{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{Dbc{}}000{Dbh}0`{{GbGb}d}{{FObFOb}d}{{ce}d{}{}}00{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}gCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}eCLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}i}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{FO`{c}}CLhDdCL`}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{GbDf}{{Il{hAAb}}}}{{FObDf}{{Il{hAAb}}}}`{cc{}}000{ce{}{}}0{{{FNn{}{{FNd{c}}}}DbDb}{{I`{CLh}}}{AnFd}}{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}`{{{FNn{}{{FNd{c}}}}CLh}{{I`{Gb}}}{AnFd}}{{{FNn{}{{FNd{c}}}}}Gd{AnFd}}`{{}Db}06666{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0::::::{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}`{{{FOl{}{{FNd{c}}{FOf{e}}{FOh{g}}{FOj{i}}}}{Aj{{Ml{BBj}}}}}h{AnFd}{{FNn{}{{FNd{c}}}}}{{FNf{}{{FNd{c}}}}}{}}{{{FNn{}{{FNd{c}}}}}Ob{AnFd}}{{{FNn{}{{FNd{c}}}}}Mf{AnFd}}0{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNf{}{{FNd{c}}}}Gf}h{AnFdG`}}{{{FNn{}{{FNd{c}}}}Ob}h{AnFd}}{{{FNf{}{{FNd{c}}}}}{{I`{Jl}}}{AnFdG`}}``{ce{}{}}0{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333{{{FNf{}{{FNd{c}}}}ObcFOnGhe}h{AnFdG`}FNl}{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}c}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{{FNn{}{{FNd{c}}}}{FO`{c}}}h{AnFd}}{{{FNn{}{{FNd{c}}}}}Gj{AnFd}}`{{{FO`{c}}}{{FNn{}{{FNd{c}}}}}{AnFd}}{El{{FNf{}{{FNd{c}}}}}{AnFdG`}}````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000::::::::::{cCj{}}000000000;;;;;;;;;;{{{FNf{}{{FNd{c}}}}}Ob{AnFdG`}}{{c{Cl{e}}}g{}{}{}}0000{GfGf}{HKhHKh}{HKjHKj}{HKlHKl}{FOdFOd}{{ce}h{}{}}0000{ce{}{}}0000{{{FNf{}{{FNd{c}}}}}FOd{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{Lf{DbDb}}}{AnFdG`}}{Dbc{}}000000000{HKjHKl}{Dbh}0000{{GfGf}d}{{HKhHKh}d}{{HKjHKj}d}{{HKlHKl}d}{{ce}d{}{}}00{{GfDf}{{Il{hAAb}}}}{{HKhDf}{{Il{hAAb}}}}{{HKjDf}{{Il{hAAb}}}}{{HKlDf}{{Il{hAAb}}}}{{FOdDf}{{Il{hAAb}}}}{cc{}}000000000{ce{}{}}0000{{{FNf{}{{FNd{c}}}}ceg}h{AnFdG`}FNl{{ABj{}{{Ch{{G`{c}}}}}}}}{{}Db}00002222222222{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000666666666666666{Gfd}{{{FNf{}{{FNd{c}}}}Db}{{I`{El}}}{AnFdG`}}{{{FNf{}{{FNd{c}}}}}Db{AnFdG`}}{{{FNf{}{{FNd{c}}}}Gf}h{AnFdG`}}{{{FNf{}{{FNd{c}}}}}{{I`{Jl}}}{AnFdG`}};;;;;{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000>>>>>>>>>>{{{FNf{}{{FNd{c}}}}ObcFOnGhe}h{AnFdG`}FNl}{HKjHKj}{El{{FNf{}{{FNd{c}}}}}{AnFdG`}}```````{{cg}i{}{}{{An{e}}}{}}0{ce{}{}}000{cCj{}}0001111>>{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}Db}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{GIhDb}h}{GIhGIh}{{{G`{c}}}{{G`{c}}}Dl}{{ce}h{}{}}0`66{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}Db{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{GIhDb}{{}{{G`{c}}}{}}{Dbc{}}000{Dbh}0{{{G`{c}}{G`{c}}}dFd}{{GIhDf}{{Il{hAAb}}}}{{{G`{c}}Df}{{Il{hAAb}}}Jj}`{cc{}}000??{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}El}g{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{GIhEl}}{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0444444{c{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}}{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{{}GIh}66{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999{{{FNl{}{{CNl{c}}{FNh{e}}{FNj{g}}}}c}h{FdDl}{}{{BIn{}{{Of{{Lf{{FAh{Db}}e}}}}}}}}{GIhh}````````{{DAhDAh}DAh}{{cg}i{}{}{{An{e}}}{}}0{{DAjDAh}DAj}2{{DAjDAh}h}{{DAhDAh}h}{ce{}{}}000{cCj{}}000{DAhCE`}0{DAhMf}{DAhNl}2{DAhAl}215555{{c{Cl{e}}}g{}{}{}}0{{DAjDAh}{{I`{DAj}}}}{{DAhDAh}{{I`{DAh}}}}{{DAhM`}{{I`{DAh}}}}{{DAjDAj}{{I`{DAh}}}}132{DAjDAj}{DAhDAh}{{ce}h{}{}}0{{DAjDAj}Hf}{{DAhDAh}Hf}{{ce}Hf{}{}}0{ce{}{}}0{{}DAh}{Dbc{}}000{c{{Il{DAh}}}Ad}{{DAhM`}DAh}{{DAhM`}h}{{DAhDAh}Mf}{{DAhDAh}Nl}{{DAhMf}DAh}{{DAhNl}DAh}{Dbh}0{{DAjDAj}DAh}{DAjDAh}{{DAjDAj}d}{{DAhDAh}d}{{ce}d{}{}}00000{{DAjDf}{{Il{hAAb}}}}{{DAhDf}{{Il{hAAb}}}}{cc{}}{HKnDAj}{HL`DAh}222{AlDAh}000000{MfDAh}{NlDAh}{ce{}{}}03{{DAjc}hGCb}{{DAhc}hGCb}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0777777{DAhd}{{DAhM`}DAh}{{DAhM`}h}{{DAhMf}DAh}{{DAhNl}DAh}{{AlM`}DAh}{{}DAj}{{DAjDAj}{{I`{Hf}}}}{{DAhDAh}{{I`{Hf}}}}{{DAhDAh}DAh}{{DAjDAj}DAh}91{{DAhc}IlAf}{{DAjDAh}DAj}23{{DAjDAh}h}{{DAhDAh}h}{DAhM`}00{cDAh{{BIn{}{{Of{DAh}}}}}}0{ce{}{}}0{c{{Il{e}}}{}{}}000{Mf{{Il{DAhHLb}}}}{Nl{{Il{DAhHLb}}}}22{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}05555``````{{cg}i{}{}{{An{e}}}{}}06666{cCj{}}0007777{{c{Cl{e}}}g{}{}{}}0{HFfHFf}{HLdHLd}{{ce}h{}{}}0;;{Dbc{}}000{Dbh}0{{HFfHFf}d}{{HLdHLd}d}{{ce}d{}{}}00{{HFfDf}{{Il{hAAb}}}}{{HLdDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{HLdc}hGCb}{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}066666666{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999````````````````{{cg}i{}{}{{An{e}}}{}}00::::::{cCj{}}00000;;;;;;555{CK`{{Jn{CKb}}}}`{{{GId{ce}}}{{GId{ce}}}GAlFOl}{{ce}h{}{}}>>>{{CMf{I`{CLf}}CL`Cd}h}{{CMfCj{I`{CLf}}}h}{Dbc{}}00000{{CK`CKb}h}{{CKbc}h{{HLf{CK`}}}}{{CKb{Ml{c}}}h{{HLf{CK`}}}}{{CKb{Ml{c}}{Jn{{I`{CLf}}}}eg}h{}{{ABj{CKbc}}}{{ABj{c}{{Ch{CKb}}}}}}{{CK`CKbCKfCKh}h}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{{{GId{ce}}CKbecCKlCKfCKnCL`}hGAlFOl}{Dbh}00{{}CKb}{{CKbCLf}{{I`{CKb}}}}{CMf{{Gl{c}}}{}}{{CKbDf}{{Il{hAAb}}}}{{CMfGn{I`{CLf}}}h}{{{GId{ce}}g}{{GId{ce}}}GAlFOlK`}{cc{}}{El{{GId{ce}}}GAlFOl}11111{ce{}{}}00{{{GId{ce}}g}{{GId{ce}}}GAlFOl{{K`{CN`}}}}{{{GId{ce}}Gd}{{GId{ce}}}GAlFOl}{{{GId{ce}}}{{I`{CLf}}}GAlFOl}{CK`{{I`{CLf}}}}`{{}Db}00555555{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00999999999{{CK`CKbcOd}CLlCKd}{{{GId{ce}}CKbeOd}CLlGAlFOl}{{{GId{ce}}g}{{GId{ce}}}GAlFOl{{K`{Gh}}}}{{CK`CKbCKfCKnCL`c}CLnCKd}{c{{GId{eg}}}{{K`{{Aj{El}}}}}GAlFOl}{cCKb{{HLh{CK`}}}}{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{CK`CKbCKfcCMf}hCKd}`{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{CMfGA`{I`{CLf}}CL`CLj}h}{{{GId{ce}}CLf}hGAlFOl}{{CK`CLf}h}{{{GId{ce}}FJf}{{GId{ce}}}GAlFOl}{CK`{{Ob{CN`}}}}{{{GId{ce}}g}{{GId{ce}}}GAlFOl{{K`{FOn}}}}{{{GId{ce}}}{{Ob{CN`}}}GAlFOl}2{{{GId{ce}}}CNdGAlFOl}{CK`CNd}`{{{GId{ce}}g}{{GId{ce}}}GAlFOlK`}{{{GId{ce}}}CNfGAlFOl}{CK`CNf}``{{CMfGAb{I`{CLf}}}h}{ce{}{}}`{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{{GId{ce}}Gj}{{GId{ce}}}GAlFOl}{{{GId{ce}}g}{{GId{ce}}}GAlFOl{{K`{CN`}}}}````````````````{{cg}i{}{}{{An{e}}}{}}00666666{cCj{}}00000777777{{c{Cl{e}}}g{}{}{}}00888{{CMf{I`{CLf}}CL`Cd}h}{{{HLj{c}}{I`{CLf}}CL`Cd}h{}}{{{HLl{c}}{I`{CLf}}CL`Cd}h{}}{{CMfCj{I`{CLf}}}h}{Dbc{}}00000{Dbh}00{{{HLj{c}}}{{Gl{{HLn{c}}}}}{}}{CMf{{Gl{c}}}{}}{{{Gl{c}}Df}{{Il{hAAb}}}Jj}{Gnh}`{{{HLj{c}}Gn{I`{CLf}}}h{}}{{{HLl{c}}Gn{I`{CLf}}}h{}}{{CMfGn{I`{CLf}}}h}{cc{}}00000{ce{}{}}00{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00444444444{Gnd}{{{Ib{CMf}}g}{{`{{CMf{e}}}}}{}{}{{ABj{c}{{Ch{e}}}}}}{{GAbDb}h}{GAbh}0{CMf{{HLl{c}}}{}}{{CLfe}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{GA`GAd}h}`{{{HLj{c}}GA`{I`{CLf}}CL`CLj}h{}}{{{HLl{c}}GA`{I`{CLf}}CL`CLj}h{}}{{CMfGA`{I`{CLf}}CL`CLj}h}6{{GA`GAf}h}`{{{HLj{c}}GAb{I`{CLf}}}h{}}{{{HLl{c}}GAb{I`{CLf}}}h{}}{{CMfGAb{I`{CLf}}}h}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{Gnh}``{{cg}i{}{}{{An{e}}}{}}22{cCj{}}033{{c{Cl{e}}}g{}{}{}}{GAhGAh}{{ce}h{}{}}6{{{DAl{GAh}{{Ch{e}}}}}{{`{{CMf{c}}}}}{}{{CMf{c}}}}{{}GAh}{Dbc{}}0{Dbh}{{GAhGAh}d}{{ce}d{}{}}00{{}{{`{{CMf{CLf}}}}}}{{GAhDf}{{Il{hAAb}}}}{CLf{{`{{CMf{c}}}}}{}}>{{}{{`{{CMf{c}}}}}{}}0`{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555{Gnd}6`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99{Gnh}`````{{cg}i{}{}{{An{e}}}{}}0;;;;{cCj{}}000<<<<77{GAdGAd}{GAfGAf}{{ce}h{}{}}0??{{}GAd}{{}GAf}{Dbc{}}000{Dbh}0{{GAdGAd}d}{{GAfGAf}d}{{GAdDf}{{Il{hAAb}}}}{{GAfDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{{CLfGAd}{{`{{CMf{c}}}}}{}}{{GA`GAd}h}{{CLfGAf}{{`{{CMf{c}}}}}{}}{{GA`GAf}h}99{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0<<<<`````{{CLfDb}{{`{{CMf{c}}}}}{}}{{GAbDb}h}{CLf{{`{{CMf{c}}}}}{}}{GAbh}1010```````````{{cg}i{}{}{{An{e}}}{}}000{{{GAl{}{{GAj{c}}}}c}Bd{G`Dl}}{ce{}{}}0000000{cCj{}}000000011111111????{FJfFJf}{GhGh}{BdBd}{{ce}h{}{}}00`5555{{}FJf}{{}Gh}{{}{{GAn{c}}}{G`FNn}}{{}Bd}{Dbc{}}0000000{{cCKlCKfGAnBdCL`}hFOl}{Dbh}000{{FJfFJf}d}{{GhGh}d}{{ce}d{}{}}00{{FJfDf}{{Il{hAAb}}}}{{GhDf}{{Il{hAAb}}}}{{{GAn{c}}Df}{{Il{hAAb}}}{JjFNn}}{{BdDf}{{Il{hAAb}}}}{cc{}}{FOnGh}{MfGh}2222222{ce{}{}}000{{FJfc}hGCb}{{Ghc}hGCb}{{}Db}00033333333{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000777777777777{{GAncOdCN`CN`ElGh{I`{FOn}}I`GdGjFJf}CLlFOl}{{GhFOn}FOn}999{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000<<<<<<<<`````{{cg}i{}{}{{An{e}}}{}}0===={cCj{}}000>>>>77`{CNfCNf}{{ce}h{}{}}{{CNfCNf}Hf}{{ce}Hf{}{}}{ce{}{}}0{Dbc{}}000{{{Jn{CKb}}{Ml{c}}egi}h{}{{ABj{CKbc}}}{{ABj{Db}{{Ch{d}}}}}{{ABj{c}{{Ch{CKb}}}}}}{CNdc{}}0{Dbh}0{{CNfCNf}d}{{ce}d{}{}}00{{CNdDf}{{Il{hAAb}}}}{{CNfDf}{{Il{hAAb}}}}{cc{}}00099{{CNfc}hGCb}`{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0??????{cCNd{}}{{}CNf}{{CNfCNf}{{I`{Hf}}}}`1`{ce{}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333`````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000004444444444444444{cCj{}}000000000000000555555555555555599999999{DnDn}{GMlGMl}{HM`HM`}{GMdGMd}{GMfGMf}{HF`HF`}{HIdHId}{GMhGMh}{{ce}h{}{}}0000000{{HIdHId}Hf}{{ce}Hf{}{}}{ce{}{}}0000000`{{}GMl}{{}GMd}{{}HF`}{Dbc{}}000000000000000{Dbh}0000000{{HM`HM`}d}{{GMdGMd}d}{{GMfGMf}d}{{HF`HF`}d}{{HIdHId}d}{{ce}d{}{}}00000000`{{DnDf}{{Il{hAAb}}}}{{GMlDf}{{Il{hAAb}}}}{{HM`Df}{{Il{hAAb}}}}{{GMdDf}{{Il{hAAb}}}}{{GMfDf}{{Il{hAAb}}}}{{HF`Df}{{Il{hAAb}}}}{{HIdDf}{{Il{hAAb}}}}{{GMhDf}{{Il{hAAb}}}}{cc{}}000000000000000{ce{}{}}0000000``{{}Db}00000001111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}00000005555555555555555{Dn{{Lf{{Jn{BBj}}{Ob{M`}}}}}}66666666```{{HIdHId}{{I`{Hf}}}}``````77777777`{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}0000000::::::::::::::::```````````{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<7<{Dbc{}}0{Dbh}{{DA`Df}{{Il{hAAb}}}}0{cc{}}0{{{Jn{BBj}}M`M`}{{Il{DnDA`}}}}{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}::```````{{cg}i{}{}{{An{e}}}{}}`;;{cCj{}}0<<7{HMbHMb}{{ce}h{}{}}>`{{}HMb}{Dbc{}}0{Dbh}{{HMbHMb}d}{{ce}d{}{}}00`{{HMbDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}`{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555````````5`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88``{CNjCL`}{{{Jn{CL`}}Mf{Ob{M`}}}{{Jn{CL`}}}}{{{Ml{{DAb{c}}}}{Ml{{DAb{c}}}}}{{Jn{CL`}}}CNj}```````{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000`{e{{Mh{c}}}{}{{Oh{}{{Of{{Mh{c}}}}}}}}>>>>{e{{DAf{{Ib{DAd}}}}}{}{{DAd{}{{Of{c}}}}Gl}}{{{HDn{cge}}CM`CMd}hKnCJf{{DF`{e}{{Cf{HMd}}}}DFnCJfDl}};;{ce{}{}}0{Dbc{}}000{Dbh}0{{Kne}c{}{{Bb{}{{Ch{c}}}}}}{{{HDn{cge}}k}iKnCJf{{DF`{e}{{Cf{HMd}}}}DFnCJfDl}{}{{Bb{}{{Ch{i}}}}}}``{{{Mh{c}}Df}{{Il{hAAb}}}{}}{{{HDn{ceg}}Df}{{Il{hAAb}}}JjJjJj}{cc{}}000{e{{Mh{c}}}{}{{EMj{}{{Ch{c}}}}}}88{{}Db}09999{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0===={{{Mh{c}}}{{Jn{{Ib{EMj}}}}}{}}>>`{{{Mh{c}}g}{{Mh{e}}}{}{}{{ABj{c}{{Ch{e}}}}CJfDl}}{{}{{Il{KnAAd}}}}{{cg}{{HDn{cge}}}KnCJf{{DF`{e}{{Cf{HMd}}}}DFnCJfDl}}{{}{{Mh{c}}}{}}{{{HDn{cge}}{DAf{{Ib{DAd}}}}}hKnCJf{{DF`{e}{{Cf{HMd}}}}DFnCJfDl}}{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}{{{HDn{cge}}{DAf{{Ib{Oj}}}}}hKnCJf{{DF`{e}{{Cf{HMd}}}}DFnCJfDl}}`{{{HDn{cge}}i}hKnCJf{{DF`{e}{{Cf{HMd}}}}DFnCJfDl}{{Oh{}{{Of{{Ib{EMj}}}}}}}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{{Mh{c}}e}{{Mh{{Lf{ec}}}}}{}{AA`DlGlNd}}``````````{DAh{{Mh{DAj}}}}`{{cg}i{}{}{{An{e}}}{}}33{cCj{}}044{{c{Cl{e}}}g{}{}{}}5{Dbc{}}0{Dbh}{{HMfDf}{{Il{hAAb}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8==={{}{{Il{HMfAAd}}}}{{HMfc}h{{Oj{}{{Ch{h}}}}Gl}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{}{{Mh{CM`}}}}{{{DAl{CM`CMd}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`{{Kne}c{}{{Bb{}{{Ch{c}}}}}}{{}{{Il{KnAAd}}}}{{Knc}h{{Oj{}{{Ch{h}}}}CJf}}`````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{Ojh}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}`{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{OjOj}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}``{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}`{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}`{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}``{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}`{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}`{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}`{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}``{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}{DNh{{DNj{DNh}}}}`{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}`{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}`{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````{{cg}i{}{}{{An{e}}}{}}000000{ce{}{}}0000000000000{cCj{}}000000000000011111111111111{{c{Cl{e}}}g{}{}{}}000000{Db{{Lf{{EDn{c}}{EE`{c}}}}}{}}{{{EDn{c}}}{{EDn{c}}}{}}{{{EEb{c}}}{{EEb{c}}}{}}{HMdHMd}{{{HMh{c}}}{{HMh{c}}}Dl}{{ce}h{}{}}000{{{EE`{c}}}h{}}{{{EEd{c}}}h{}}{{{EDn{c}}}h{}}{{{EEb{c}}}h{}}<<<<<<<{Dbc{}}000000000000021{Dbh}05004000{{HMdHMd}d}{{{HMh{c}}{HMh{c}}}dFd}{{ce}d{}{}}00000{{{EDn{c}}Df}{{Il{hAAb}}}{}}{{{EEb{c}}Df}{{Il{hAAb}}}{}}{{{EE`{c}}Df}{{Il{hAAb}}}{}}{{{EEd{c}}Df}{{Il{hAAb}}}{}}{{HMjDf}{{Il{hAAb}}}}0{{HMdDf}{{Il{hAAb}}}}0{{{HMh{c}}Df}{{Il{hAAb}}}{}}0{cc{}}0000000000000{ce{}{}}000000{{{EDn{c}}e}h{}GCb}{{{EEb{c}}e}h{}GCb}{{}Db}00000033333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}00000077777777777777{{{HMh{c}}}c{}}{{{HMh{c}}}HMd{}}9999999{{{EDn{c}}}d{}}{{{EEb{c}}}d{}}{{{EDn{c}}{EE`{c}}}d{}}{{{EEb{c}}{EEd{c}}}d{}}{HMdd}{{{HMh{c}}}d{}}410{{{EE`{c}}}d{}}{{{EEd{c}}}d{}}{{{EEb{c}}}Db{}}{{{DAf{{EDn{c}}}}DLd}{{DLf{{Il{h}}}}}{}}{{{DAf{{EEb{c}}}}DLd}{{DLf{{Il{h}}}}}{}}0100{{{DAf{{EE`{c}}}}DLd}{{DLf{{I`{c}}}}}{}}{{{DAf{{EEd{c}}}}DLd}{{DLf{{I`{c}}}}}{}}3{{{EDn{c}}DLd}{{DLf{{Il{hHMd}}}}}{}}{{{EEb{c}}DLd}{{DLf{{Il{hHMd}}}}}{}}44{{{EDn{c}}{EDn{c}}}d{}}{{{EEb{c}}{EEb{c}}}d{}}{{{EE`{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EEd{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EDn{c}}c}{{Il{hHMd}}}{}}{{{DAf{{EDn{c}}}}c}{{Il{h}}}{}}{{{DAf{{EEb{c}}}}c}{{Il{h}}}{}}{{{EEb{c}}c}{{Il{hHMd}}}{}}1{ce{}{}}000{cABf{}}00{cJl{}}00{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{{{EE`{c}}}{{Il{{I`{c}}HMj}}}{}}{{{EEd{c}}}{{Il{{I`{c}}HMj}}}{}}{{{DAf{c}}DLd}{{DLf{{I`{Il}}}}}{}}0{{{EDn{c}}c}{{Il{h{HMh{c}}}}}{}}{cJ`{}}00000099999999999999{{}{{Lf{{EEb{c}}{EEd{c}}}}}{}}{{{EEb{c}}c}{{Il{h{HMh{c}}}}}{}}````{{cg}i{}{}{{An{e}}}{}}000<<<<<<<<{cCj{}}0000000========{{c{Cl{e}}}g{}{}{}}000{{{EEf{c}}}{{HMl{c}}}{}}{{}{{Lf{{EEf{c}}{EEh{c}}}}}{}}{HMnHMn}{{ce}h{}{}}{{{EEh{c}}}h{}}{ce{}{}}000{Dbc{}}0000000{Dbh}30{{{EEf{c}}}h{}}11{{HMnHMn}d}{{ce}d{}{}}00{{{EEh{c}}Df}{{Il{hAAb}}}{}}{{{EEf{c}}Df}{{Il{hAAb}}}{}}{{{HMl{c}}Df}{{Il{hAAb}}}Jj}{{HMnDf}{{Il{hAAb}}}}0{cc{}}0000000::::{{}Db}000;;;;;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000????????{c{}{}}0{ce{}{}}000{{{EEf{c}}}d{}}{{{EEf{c}}{EEh{c}}}d{}}{{{EEh{c}}}d{}}{{{DAf{{EEh{c}}}}DLd}{{DLf{{Il{cHMn}}}}}{}}{{{DAf{{HMl{c}}}}DLd}{{DLf{h}}}{}}{{{EEf{c}}DLd}{{DLf{h}}}{}}{{{EEf{c}}c}{{Il{hc}}}{}}7{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{{{DAf{c}}DLd}DLf{}}{{{EEh{c}}}{{Il{{I`{c}}HMn}}}{}}{cJ`{}}000>>>>>>>>```````{{cg}i{}{}{{An{e}}}{}}000000{{HN`c}HN`{{ABj{Db}}GlNd}}{ce{}{}}0000000000000{cCj{}}00000000000002{c{}Oj}{c{{EEj{c}}}{DAdDFn}}33333333333333{{}HN`}{{c{Cl{e}}}g{}{}{}}000000{c{{HNb{e}}}{}{}}{HNdHNd}{HNfHNf}{{ce}h{}{}}09999999{HN`{{Il{HNdAAd}}}}6{{}HNh}{Dbc{}}00000{{{EEj{c}}}{}{DAdDFn}}111111101{HNdh}{Dbh}00{EElh}1111{{}{{Il{EElEEn}}}}{{HNdDf}{{Il{hAAb}}}}{{HN`Df}{{Il{hAAb}}}}{{EElDf}{{Il{hAAb}}}}{{EEnDf}{{Il{hAAb}}}}0{{HNhDf}{{Il{hAAb}}}}{{HNfDf}{{Il{hAAb}}}}{{{EEj{c}}Df}{{Il{hAAb}}}{JjDAdDFn}}{cc{}}0000000000000{ce{}{}}000000{{}Db}00000011111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}00000055555555555555{{{EEj{c}}}c{DAdDFn}}66666666{{HN`c}HN`{{K`{Jl}}}}{{}{{Il{HNdAAd}}}}0{{}HN`}{{}HNh}{{{EEj{c}}}I`{DAdDFn}}{c{{HNj{e}}}{}{}}{c{{HNl{e}}}{}{}}10{{HN`Db}HN`}{HNhh}{{HNhc}{}Oj}1{{{EEj{c}}}{{Lf{Db{I`{Db}}}}}{DAdDFn}}{{HNdc}h{{Oj{}{{Ch{h}}}}Gl}}{{HNf{ELj{h}}}{{Il{hELd}}}}{{HNd{ELn{h}}}{{Il{hELd}}}}{{HNf{ELn{h}}}{{Il{hELd}}}}{{HNd{ELn{h}}}h}4{HNhHNf}9{HNf{{Il{hELd}}}}0{c{{HNn{e}}}{}{}}{ce{}{}}0{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{HNhd}{cJ`{}}00000066666666666666`````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000000000000000000000000{{DLjDb}h}{{DM`Db}h}{{{Ml{DLj}}Db}h}{{{Ml{DM`}}Db}h};;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{cCj{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{{{HO`{c}}}{{Ml{BBj}}}{{BFl{{Ml{BBj}}}}}}{{{HO`{c}}}{{Ml{BBj}}}{{En{{Ml{BBj}}}}}}>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>{{{HOb{c}}}{{Ml{BBj}}}DDb}{{{HOd{c}}}{{Ml{BBj}}}DLh}{{{HOf{c}}}{{Ml{BBj}}}DLh}{{c{Cl{e}}}g{}{}{}}00000000000000000000000000000000000000{AAd{{I`{CFb}}}}{{DCnc}{{DD`{DCnc}}}DDb}{HOhHOh}{DM`DM`}{DLnDLn}{{{HOj{c}}}{{HOj{c}}}Dl}{{{HOl{c}}}{{HOl{c}}}Dl}{{ce}h{}{}}0000{DDh{{DDj{DDh}}}}{{HOhHOh}Hf}{{{HOj{c}}{HOj{c}}}HfHOn}{{ce}Hf{}{}}0{ce{}{}}00000000000000000000000000000000000000{{{DAf{DE`}}Db}h}{{{DAf{EFh}}Db}h}{{{DAf{{HOj{c}}}}Db}hFFh}{{{HOj{c}}Db}hFFh}{{{DAf{{HOb{c}}}}Db}hDDb}{{{DAf{{HOd{c}}}}Db}hDE`}{{{DAf{{DD`{ce}}}}Db}hDE`DE`}{{{DAf{{HOl{c}}}}Db}h{{En{{Ml{BBj}}}}DFn}}{{{DAf{{Eh{c}}}}Db}hDE`}{{DEbDb}h}{{ce}{{EF`{ce}}}DDb{DLhDFnALj}}{{ce}{{EFb{ce}}}DE`{DLhDFnALj}}{{ce}{{Lf{{EFd{ce}}EFf}}}DE`{DLhDFnALj}}{{}{{HOl{c}}}G`}{Dbc{}}0{DLj{{Ml{BBj}}}}11111{DM`{{Ml{BBj}}}}222222222222222222222222222222222122222222222222222222222222222222222222{AAdEl}{AAd{{Il{cAAd}}}{CFbGlNd}}{Dbh}00000000000000000000000000000000000000{{}EFh}{{{HO`{c}}}Db{{En{{Ml{BBj}}}}}}{{HOhHOh}d}{{DLnDLn}d}{{{HOj{c}}{HOj{c}}}dFd}{{ce}d{}{}}00000000{DEb{{DFd{DEb}}}}{{{HOj{c}}}{{Il{{Ml{BBj}}AAd}}}FFh}{DDh{{DGl{DDh}}}}{{{HOj{c}}}{{Il{hAAd}}}FH`}{{AAdDf}{{Il{hAAb}}}}0{{DLjDf}{{Il{hAAb}}}}{{EFhDf}{{Il{hAAb}}}}{{EFjDf}{{Il{hAAb}}}}{{EFlDf}{{Il{hAAb}}}}{{{I`{c}}Df}{{Il{hAAb}}}{}}0{{HOhDf}{{Il{hAAb}}}}0{{DM`Df}{{Il{hAAb}}}}{{DLnDf}{{Il{hAAb}}}}{{{HOj{c}}Df}{{Il{hAAb}}}Jj}{{{HOb{c}}Df}{{Il{hAAb}}}Jj}{{{Ib{c}}Df}{{Il{hAAb}}}Jj}{{{HOd{c}}Df}{{Il{hAAb}}}Jj}{{{HOf{c}}Df}{{Il{hAAb}}}{JjDLh}}{{{DD`{ce}}Df}{{Il{hAAb}}}JjJj}{{{DDj{c}}Df}{{Il{hAAb}}}{JjALj}}{{{EF`{ce}}Df}{{Il{hAAb}}}Jj{JjALj}}{{{EFb{ce}}Df}{{Il{hAAb}}}Jj{JjALj}}{{{EFd{ce}}Df}{{Il{hAAb}}}Jj{JjALj}}{{{HOl{c}}Df}{{Il{hAAb}}}Jj}{{{DFd{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DGl{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DIl{ce}}Df}{{Il{hAAb}}}JjJj}{{{DJd{c}}Df}{{Il{hAAb}}}Jj}{{{DMb{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DMn{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DMd{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DMf{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DMh{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DMj{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DMl{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DNj{c}}Df}{{Il{hAAb}}}{JjALj}}{{{Eb{c}}Df}{{Il{hAAb}}}Jj}{{{Ed{c}}Df}{{Il{hAAb}}}Jj}{{{Eh{c}}Df}{{Il{hAAb}}}Jj}{{{HO`{c}}Df}{{Il{hAAb}}}Jj}{{{EDf{c}}Df}{{Il{hAAb}}}{JjALj}}{{{EDj{c}}Df}{{Il{hAAb}}}{JjALj}}{{{EDh{c}}Df}{{Il{hAAb}}}{JjALj}}{IdAAd}{IfAAd}{IhAAd}{IjAAd}{{{Il{c}}}AAd{}}{InAAd}{IA`AAd}{HOhAAd}{IAbAAd}{IAdAAd}{{{IAf{c}}}AAd{}}{IAhAAd}{IAjAAd}{IAlAAd}{IAnAAd}{{{AAf{AAd}}}AAd}{IB`AAd}{IBbAAd}{IBdAAd}{cc{}}{IBfAAd}11111111111111111111111111111111111111111111111111111111111111111111111111111{CEjAAd}{ce{}{}}00000000000000000000000000000000000000{AAd{{I`{CFb}}}}{{{HOj{c}}}c{}}{{{HOb{c}}}cDDb}{{{HOd{c}}}cDLh}{{{DD`{ce}}}{{Lf{ce}}}DDbDDb}{{{HOl{c}}}c{}}{{{Eh{c}}}cDDb}{{{HO`{c}}}c{{En{{Ml{BBj}}}}}}{{{DAf{{HOb{c}}}}}{{DAf{c}}}DDb}{{{DAf{{HOd{c}}}}}{{DAf{c}}}DLh}{{{DAf{{DD`{ce}}}}}{{Lf{{DAf{c}}{DAf{e}}}}}DDbDDb}{{{DAf{{Eh{c}}}}}{{DAf{c}}}DDb};:98{{{HOf{c}}}cDLh}8765{{HOhc}hGCb}{{{HOj{c}}e}hAA`GCb}{{}Db}00000000000000000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000000000000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000000000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000000000000000000000444444444444444444444444444444444444444444444444444444444444444444444444444444{c{}{}}00000000000000000{AAd{{I`{{Ib{CFb}}}}}}{{{HOj{c}}}c{}}{{{HOb{c}}}cDDb}{{{HOd{c}}}cDLh}{{{DD`{ce}}}{{Lf{ce}}}DDbDDb}{{{HOl{c}}}c{}}{{{Eh{c}}}cDDb}{{{HO`{c}}}c{{En{{Ml{BBj}}}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>{{{Eb{c}}{Ed{c}}}d{}}{{{Ed{c}}{Eb{c}}}d{}}{AAdHOh}{{}AAd}{{{Eh{c}}}AlDDb}{DEb{{DJd{DEb}}}}{{HOhc}AAd{{K`{{Ib{CFb}}}}}}{{{Ml{BBj}}}DLj}{{{Ml{BBj}}}DM`}{c{{HOj{c}}}{}}{c{{HOb{c}}}DDb}{c{{HOd{c}}}DLh}{c{{HOf{c}}}DLh}{c{{HOl{c}}}{}}{c{{HO`{c}}}{{En{{Ml{BBj}}}}}}{cAAd{{K`{{Ib{CFb}}}}}}{{HOhHOh}{{I`{Hf}}}}{{{HOj{c}}{HOj{c}}}{{I`{Hf}}}BEb}{{{DAf{{Ib{c}}}}DLd}DLf{DDbDLl}}{{{DAf{{DDj{c}}}}DLd}DLf{DLhDFnALj}}{{{DAf{{EF`{ce}}}}DLd}DLfDDb{DLhDFnALj}}{{{DAf{{EFb{ce}}}}DLd}DLfDE`{DLhDFnALj}}{{{DAf{{EFd{ce}}}}DLd}DLfDE`{DLhDFn}}{{{DAf{{DFd{c}}}}DLd}DLf{DE`DFnALj}}{{{DAf{{DGl{c}}}}DLd}DLf{DLhDFnALj}}{{{DAf{{DMb{c}}}}DLd}DLf{DDbDFnALj}}{{{DAf{{DMn{c}}}}DLd}DLf{DDbDFnALj}}{{{DAf{{DMd{c}}}}DLd}DLf{DDbDFnALj}}{{{DAf{{DMf{c}}}}DLd}DLf{DE`DFnALj}}{{{DAf{{DMh{c}}}}DLd}DLf{DDbDFnALj}}{{{DAf{{DMj{c}}}}DLd}DLf{DDbDFnALj}}{{{DAf{{DMl{c}}}}DLd}DLf{DE`DFnALj}}{{{DAf{{DNj{c}}}}DLd}DLf{DLlDFnALj}}{{{DAf{{EDf{c}}}}DLd}DLf{DLhDFnALj}}{{{DAf{{EDj{c}}}}DLd}DLf{DLhDFnALj}}{{{DAf{{EDh{c}}}}DLd}{{DLf{{Il{hAAd}}}}}{DLhDFnALj}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{EFl}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{{HOj{c}}}}DLd}{{DLf{{Il{hAAd}}}}}FH`}{{{DAf{{HOb{c}}}}DLd}{{DLf{{Il{hAAd}}}}}DLh}{{{DAf{{HOd{c}}}}DLd}{{DLf{{Il{hAAd}}}}}DLh}{{{DAf{{HOf{c}}}}DLd}{{DLf{{Il{hAAd}}}}}DLh}{{{DAf{{HOl{{Jn{BBj}}}}}}DLd}{{DLf{{Il{hAAd}}}}}}0{{{DAf{{HOl{{Ib{{Ml{BBj}}}}}}}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{{HOl{{Ml{BBj}}}}}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{{DIl{ce}}}}DLd}{{DLf{{Il{h}}}}}DLh{{En{{Ml{BBj}}}}}}{{{DAf{{Ed{c}}}}DLd}{{DLf{{Il{hAAd}}}}}DLh}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}{{{DAf{EFh}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}{{{DAf{{HOj{c}}}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}FFh}{{{DAf{{HOb{c}}}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}DDb}{{{DAf{{HOd{c}}}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}DE`}{{{DAf{{DD`{ce}}}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}DE`DE`}{{{DAf{{HOl{c}}}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}{{En{{Ml{BBj}}}}DFn}}{{{DAf{{Eh{c}}}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}DE`}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{EFl}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{{HOj{c}}}}DLd}{{DLf{{Il{hAAd}}}}}FH`}{{{DAf{{HOb{c}}}}DLd}{{DLf{{Il{hAAd}}}}}DLh}{{{DAf{{HOd{c}}}}DLd}{{DLf{{Il{hAAd}}}}}DLh}{{{DAf{{HOf{c}}}}DLd}{{DLf{{Il{hAAd}}}}}DLh}{{{DAf{{HOl{{Jn{BBj}}}}}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{{HOl{{Ib{{Ml{BBj}}}}}}}}DLd}{{DLf{{Il{hAAd}}}}}}{{{DAf{{HOl{{Ml{BBj}}}}}}DLd}{{DLf{{Il{hAAd}}}}}}2{{{DAf{{DIl{ce}}}}DLd}{{DLf{{Il{h}}}}}DLh{{En{{Ml{BBj}}}}}}{{{DAf{{Ed{c}}}}DLd}{{DLf{{Il{hAAd}}}}}DLh}{{{DAf{{DJd{c}}}}DLd}{{DLf{I`}}}DE`}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{EFh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{EFj}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{{HOj{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}FEl}{{{DAf{{HOb{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DDb}{{{DAf{{HOd{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DDb}{{{DAf{{DD`{ce}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DDbDDb}{{{DAf{{HOl{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}{{En{{Ml{BBj}}}}DFn}}{{{DAf{{Eb{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DDb}{{{DAf{{Eh{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DDb}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{EFj}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{{HOj{c}}}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}FEl}{{{DAf{{HOb{c}}}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}DDb}{{{DAf{{HOd{c}}}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}DDb}{{{DAf{{DD`{ce}}}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}DDbDDb}{{{DAf{{HOl{c}}}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}{{En{{Ml{BBj}}}}DFn}}{{{DAf{{Eb{c}}}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}DDb}{{{DAf{{DIl{ce}}}}DLd}{{DLf{{Il{h}}}}}DLh{{En{{Ml{BBj}}}}}}{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{{DAf{{HOj{c}}}}DLdDLn}{{DLf{{Il{AlAAd}}}}}FFj}{{{DAf{{HOb{c}}}}DLdDLn}{{DLf{{Il{AlAAd}}}}}{DDbDLl}}{{{DAf{{HOd{c}}}}DLdDLn}{{DLf{{Il{AlAAd}}}}}{DLhDLl}}{{{DAf{{HOl{c}}}}DLdDLn}{{DLf{{Il{AlAAd}}}}}{{En{{Ml{BBj}}}}DFn}}{{{DAf{{HOb{c}}}}DLdFIf}{{DLf{{Il{hAAd}}}}}{DDbDLl}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{EFl}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{{HOj{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}FH`}{{{DAf{{HOb{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DLh}{{{DAf{{HOd{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DLh}{{{DAf{{HOf{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DLh}{{{DAf{{HOl{{Ib{{Ml{BBj}}}}}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{{HOl{{Jn{BBj}}}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{{HOl{{Ml{BBj}}}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}1{{{DAf{{Ed{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DLh}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{EFl}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{{HOj{c}}}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}FH`}{{{DAf{{HOb{c}}}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}DLh}{{{DAf{{HOd{c}}}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}DLh}{{{DAf{{HOf{c}}}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}DLh}{{{DAf{{HOl{{Ml{BBj}}}}}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{{HOl{{Jn{BBj}}}}}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{{HOl{{Ib{{Ml{BBj}}}}}}}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}1{{{DAf{{Ed{c}}}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}DLh}{{{HOl{c}}}Al{}}{AAd{{I`{CEj}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{{HOj{c}}{Ml{BBj}}}{{Il{DbAAd}}}FEl}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{{HOj{c}}{Ml{BBj}}}{{Il{hAAd}}}FEl}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}7:4{{cAl}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}>78{{c{Ml{Al}}}{{Il{hAAd}}}{}}<;56{{cCEj}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{{HOj{c}}{Jn{BBj}}}{{Il{DbAAd}}}FEl}{{DCnJl}{{DMj{DCn}}}}{{{HOj{c}}Jl}{{Il{DbAAd}}}FEl}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{{{HOj{c}}{Ml{DLj}}}{{Il{DbAAd}}}FEl}{BBjEFj}{{{Eb{c}}{Ed{c}}}{{Il{c{I`{c}}}}}DFn}{{{Ed{c}}{Eb{c}}}{{Il{c{I`{c}}}}}DFn}{{DNhDLn}{{DNj{DNh}}}}{{{HOj{c}}DLn}{{Il{AlAAd}}}FFj}{{{DAf{{HOb{c}}}}FIf}{{Ib{c}}}{DDbDLl}}{{{HO`{c}}e}h{{En{{Ml{BBj}}}}}{{ANd{Db}}}}{{{Eh{c}}Al}hDDb}{{{HOl{c}}Al}h{}}{{}EFl}{AAd{{I`{CFb}}}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{HO`{c}}}Db{{En{{Ml{BBj}}}}}}{{{DAf{{DIl{ce}}}}e}{{Il{h}}}DLh{{En{{Ml{BBj}}}}}}{DNh{{DNj{DNh}}}}{{DCnAl}{{Eh{DCn}}}}{ce{}{}}0000{cABf{}}00{cJl{}}00{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000000000000000000000000{{{DAf{c}}DLd}DLf{}}00000000000000000{{{DAf{c}}DLd}{{DLf{{I`{Il}}}}}{}}{cJ`{}}00000000000000000000000000000000000000777777777777777777777777777777777777777777777777777777777777777777777777777777{{Dbc}{{HOb{c}}}DDb}{{Dbc}{{HOd{c}}}DLh}{{Dbc}{{HOf{c}}}DLh}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{{HOj{c}}{Ml{BBj}}}{{Il{DbAAd}}}FH`}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{{HOj{c}}{Ml{BBj}}}{{Il{hAAd}}}FH`}{{cADj}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}>4{{cADj}{{Il{hAAd}}}{}}46<>{{cIBl}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}=>;{{cCE`}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}{{{HOj{c}}IBn}{{Il{hAAd}}}FH`}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{{HOj{c}}{Ml{DM`}}}{{Il{DbAAd}}}FH`}``````{{cg}i{}{}{{An{e}}}{}}00000{ce{}{}}00000000000{cCj{}}00000000000111111111111{{c{Cl{e}}}g{}{}{}}00000222222{{}{{IC`{c}}}G`}{Dbc{}}00{{{ICb{c}}}cALj}11{{{ICd{c}}}cALj}{{{ICf{ce}}}eALjALj}3333231330{Dbh}{{{ICh{c}}}hALj}1{{{ICb{c}}}hALj}2{{{ICj{c}}}hALj}3{{{ICd{c}}}hALj}44{{{ICf{ce}}}hALjALj}{{{IC`{c}}Df}{{Il{hAAb}}}ALj}{{{ICh{c}}Df}{{Il{hAAb}}}ALj}{{{ICb{c}}Df}{{Il{hAAb}}}{JjALj}}{{{ICj{c}}Df}{{Il{hAAb}}}ALj}{{{ICd{c}}Df}{{Il{hAAb}}}{JjALj}}{{{ICf{ce}}Df}{{Il{hAAb}}}ALj{JjALj}}{c{{IC`{c}}}{}}{Nnc{}}{cc{}}00000000000{ce{}{}}00000{{{IC`{c}}}cALj}{{}Db}00000222222222222{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000666666666666{c{}{}}0{{{IC`{c}}}c{}}888888{{{ICh{c}}}dALj}{{{ICj{c}}}dALj}{{{IC`{c}}}{{ICj{c}}}ALj}{{{Id{{IC`{c}}}}}{{ICh{c}}}ALj}{{{ICd{c}}g}{{ICf{ce}}}ALjALj{{Bb{c}{{Ch{e}}}}}}{{{ICf{ce}}i}{{ICf{cg}}}ALjALjALj{{Bb{e}{{Ch{g}}}}}}{c{{IC`{c}}}{}}{{{DAf{{ICh{c}}}}DLd}DLfALj}{{{DAf{{ICj{c}}}}DLd}DLfALj}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{{{IC`{c}}}{{I`{{ICd{c}}}}}ALj}{{{Id{{IC`{c}}}}}{{I`{{ICb{c}}}}}ALj}{cJ`{}}00000{ce{}{}}00000000000``````````````````````````{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DBn{{DAf{{Ib{Oj}}}}}}{DAn{{DAf{{Ib{DAd}}}}}}10{{DC`Db}{{DCb{DC`c}}}{}}{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{DBn{{DCh{DBn}}}}{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DCnc}{{DD`{DCnc}}}DDb}{{DAnDb}{{DDd{DAn}}}}{DC`{{DDf{DC`c}}}{}}{DDh{{DDj{DDh}}}}{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{DAn{{DDn{DAn}}}}{{{DAf{DE`}}Db}h}{{DEbDb}h}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{DAn{{DEh{DAn}}}}{DBb{{DEj{DBbc}}}{}}{DBh{{DEl{DBhc}}}{}}{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DEb{{DFd{DEb}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DBn{{DG`{DBn}}}}{DAn{{DGb{DAn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{DC`{{DGj{DC`c}}}{}}{DDh{{DGl{DDh}}}}{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DBn{{DHf{DBn}}}}{DAn{{DHh{DAn}}}}`{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{DBh{{DIf{DBh}}}}{DBb{{DIh{DBb}}}}{DAn{{DIj{DAn}}}}{DDh{{DIl{DDhc}}}{{En{{Ml{BBj}}}}}}{DBn{{DIn{DBn}}}}{DBh{{DJ`{DBh}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{DEb{{DJd{DEb}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{DBn{{DKf{DBn}}}}{DAn{{DKh{DAn}}}}{DBn{{I`{c}}}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{DLb{DAn}}}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DLh}}DLd}{{DLf{{Il{hAAd}}}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{DE`}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}}321{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{DDb}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DDb}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}}75{{{DAf{DLl}}DLdDLn}{{DLf{{Il{AlAAd}}}}}}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{DLh}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}}{{{DAf{DLh}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}}{{DCn{Ml{BBj}}}{{DMb{DCn}}}}{{DCn{Ml{BBj}}}{{DMd{DCn}}}}{{DEbJl}{{DMf{DEb}}}}{{DCn{Jn{BBj}}}{{DMh{DCn}}}}{{DCnJl}{{DMj{DCn}}}}{{DEbBBj{Jn{BBj}}}{{DMl{DEb}}}}{{DCn{Ml{DLj}}}{{DMn{DCn}}}}{{DAnDb}{{DN`{DAn}}}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DNhDLn}{{DNj{DNh}}}}{DAn{{DNl{DAn}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DBn{{DOd{DBn}}}}`{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{DCn{{Lf{{Eb{DCn}}{Ed{DCn}}}}}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{DC`c}{{Il{he}}}{}{}}`{DNh{{DNj{DNh}}}}{{DAnDb}{{Ef{DAn}}}}{{DCnAl}{{Eh{DCn}}}}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBb{{EBd{DBbc}}}{}}{DBh{{EBf{DBh}}}}{DBb{{EBh{DBb}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}{DBh{{ECb{DBh}}}}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}{{DDh{Ml{BBj}}}{{EDf{DDh}}}}{{DDh{Ml{BBj}}}{{EDh{DDh}}}}{{DDh{Ml{DM`}}}{{EDj{DDh}}}}{{DAnc}{{EDl{DAnc}}}DAd}`````````````````````````````````````````````````````````````````````````````{c{{Lf{{EFn{c}}EFf}}}Oj}{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000000000000000000000{{DBbi}{{DBd{DBbgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Bb{c}{{Ch{g}}}}}}{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{DAf{{DJb{ce}}}}}{{DJb{{DAf{c}}{DAf{e}}}}}{}{}}022222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222{DBn{{DAf{{Ib{Oj}}}}}}0{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000000000000000000000{DBn{{DCh{DBn}}}}{{{DOd{c}}}{{DOd{c}}}Oj}{{{ICl{c}}}{{ICl{c}}}Oj}{{{EHd{c}}}{{EHd{c}}}{}}{{{ICn{c}}}{{ICn{c}}}Dl}{{{EHh{c}}}{{EHh{c}}}Dl}{{{EG`{c}}}{{EG`{c}}}Dl}{{{DJb{ce}}}{{DJb{ce}}}DlDl}{{ce}h{}{}}000000===================================================={{{DAf{{DJb{ce}}}}Db}hDE`DE`}{{}{{ICn{c}}}{}}{Dbc{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{DOd{c}}}{{I`{{ICl{c}}}}}Oj}{Ojh}{Dbh}{{{DOd{c}}}hOj}111111111111111111111111111111111111111111111111111{c{{EG`{{Il{ec}}}}}{}{}}{DBb{{DEj{DBbc}}}{}}{{{DJb{{Lf{ce}}{Lf{cg}}}}}{{Lf{c{DJb{eg}}}}}{}{}{}}{{{DJb{{Lf{ce}}{Lf{ge}}}}}{{Lf{{DJb{cg}}e}}}{}{}{}}{DBn{{DG`{DBn}}}}{DBb{{DGd{DBbc}}}{}}{DBn{{DGf{DBn}}}}{{{DOd{c}}Df}{{Il{hAAb}}}Oj}{{{ICl{c}}Df}{{Il{hAAb}}}Oj}{{{EHf{c}}Df}{{Il{hAAb}}}{}}{{{EGn{c}}Df}{{Il{hAAb}}}{OjJj}}{{{EIh{c}}Df}{{Il{hAAb}}}{DBfJj}}{{{DHf{c}}Df}{{Il{hAAb}}}Jj}{{{DG`{c}}Df}{{Il{hAAb}}}Oj}{{{DGf{c}}Df}{{Il{hAAb}}}Oj}{{{DJf{ce}}Df}{{Il{hAAb}}}{}{}}{{{DIn{c}}Df}{{Il{hAAb}}}{}}{{{DJn{ce}}Df}{{Il{hAAb}}}{}{}}{{{En{ceg}}Df}{{Il{hAAb}}}{}{}{}}{{{DHj{ce}}Df}{{Il{hAAb}}}{}{}}{{{DKf{c}}Df}{{Il{hAAb}}}{}}{{{ECj{c}}Df}{{Il{hAAb}}}{}}{{{DCh{c}}Df}{{Il{hAAb}}}Jj}{{{DNd{c}}Df}{{Il{hAAb}}}Jj}{{{DNb{c}}Df}{{Il{hAAb}}}{OjJj}}{{{DIh{c}}Df}{{Il{hAAb}}}Jj}{{{EBd{ce}}Df}{{Il{hAAb}}}{}{}}{{{EBh{c}}Df}{{Il{hAAb}}}DBf}{{{DGd{ce}}Df}{{Il{hAAb}}}{}{}}{{{DBd{ceg}}Df}{{Il{hAAb}}}{}{}{}}{{{DKl{ceg}}Df}{{Il{hAAb}}}{}{}{}}{{{DEj{ce}}Df}{{Il{hAAb}}}{}{}}{{{DKj{ce}}Df}{{Il{hAAb}}}{}{}}{{{DIb{ce}}Df}{{Il{hAAb}}}{}{}}{{{DHn{ce}}Df}{{Il{hAAb}}}{}{}}{{{DK`{ce}}Df}{{Il{hAAb}}}{}{}}{{{DJj{ce}}Df}{{Il{hAAb}}}{}{}}{{{DKd{ceg}}Df}{{Il{hAAb}}}{}{}{}}{{{ECl{ce}}Df}{{Il{hAAb}}}{}{}}{{{EH`{c}}Df}{{Il{hAAb}}}Jj}{{{EHd{c}}Df}{{Il{hAAb}}}Jj}{{{EHb{c}}Df}{{Il{hAAb}}}{JjOj}}{{{EIj{c}}Df}{{Il{hAAb}}}{JjDBf}}{{{ICn{c}}Df}{{Il{hAAb}}}Jj}{{{EHh{c}}Df}{{Il{hAAb}}}Jj}{{{EG`{c}}Df}{{Il{hAAb}}}Jj}{{{EGf{ce}}Df}{{Il{hAAb}}}{OjJj}{OjJj}}{{{EGh{ceg}}Df}{{Il{hAAb}}}{OjJj}{OjJj}{OjJj}}{{{EGj{cegi}}Df}{{Il{hAAb}}}{OjJj}{OjJj}{OjJj}{OjJj}}{{{EGl{cegik}}Df}{{Il{hAAb}}}{OjJj}{OjJj}{OjJj}{OjJj}{OjJj}}{{{EHj{ce}}Df}{{Il{hAAb}}}JjJj}{{{EHl{c}}Df}{{Il{hAAb}}}Jj}{{{EI`{ce}}Df}{{Il{hAAb}}}{DBfJj}{DBfJj}}{{{EIb{ceg}}Df}{{Il{hAAb}}}{DBfJj}{DBfJj}{DBfJj}}{{{EId{cegi}}Df}{{Il{hAAb}}}{DBfJj}{DBfJj}{DBfJj}{DBfJj}}{{{EIf{cegik}}Df}{{Il{hAAb}}}{DBfJj}{DBfJj}{DBfJj}{DBfJj}{DBfJj}}{{{EIl{ce}}Df}{{Il{hAAb}}}JjJj}{{{EHn{c}}Df}{{Il{hAAb}}}Jj}{{{DJb{ce}}Df}{{Il{hAAb}}}JjJj}{{{DNd{c}}}h{}}{cc{}}000000000000000000000000000000000000{{{I`{c}}}{{ICn{c}}}{}}1111111111111111111111111111111111111111111111111111111111111111111{e{{EGn{c}}}Oj{{Oh{}{{Of{c}}}}}}{e{{EIh{c}}}DBf{{Oh{}{{Of{c}}}}}}{e{{EHl{c}}}{OjDFn}{{Oh{}{{Of{c}}}}}}{e{{EHn{c}}}{DBfDFn}{{Oh{}{{Of{c}}}}}}{ce{}{}}000000000000000000000000000000000000000000000000000{DBn{{DHf{DBn}}}}{{}Db}000000000000000000000000000000000000000000000000000{{DBne}{{DHj{DBne}}}{}{{Bb{c}}}}{{DBbe}{{DHn{DBbe}}}{}{{Bb{c}}}}{{DBbe}{{DIb{DBbe}}}{}{{Bb{c}}}}55555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000000000000000000000000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000000000000000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000000000000000000000000000000000099999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999{c{}{}}{DBb{{DIh{DBb}}}}1111111111111111111111111111111111111111111111{{{EG`{c}}}c{}}{{{EHl{c}}}{{Jn{c}}}{}}{{{DJb{cc}}}c{}}{EGbOj}????????????????????????????????????????????????????{DBn{{DIn{DBn}}}}{EGdd}{{{DOd{c}}}dOj}{{{DHf{c}}}dOj}{{{DG`{c}}}dOj}{{{DGf{c}}}dOj}{{{DJf{ce}}}d{}{}}{{{DIn{c}}}d{}}{{{DJn{ce}}}d{}{}}{{{En{ceg}}}d{}{}{}}{{{DHj{ce}}}d{}{}}{{{DKf{c}}}d{}}{{{ECj{c}}}d{}}{{{DIh{c}}}d{DBfEGd}}{{{EBd{ce}}}d{}{}}{{{EBh{c}}}dDBf}{{{DGd{ce}}}d{}{}}{{{DBd{ceg}}}d{}{}{}}{{{DKl{ceg}}}d{}{}{}}{{{DEj{ce}}}d{}{}}{{{DKj{ce}}}d{}{}}{{{DIb{ce}}}d{}{}}{{{DHn{ce}}}d{}{}}{{{DK`{ce}}}d{}{}}{{{DJj{ce}}}d{}{}}{{{DKd{ceg}}}d{}{}{}}{{{ECl{ce}}}d{}{}}{{{EH`{e}}}d{}{{Bb{DLd}{{Ch{c}}}}}}{{{EHd{c}}}d{}}{{{EHb{c}}}dOj}{{{EIj{c}}}dDBf}{{{ICn{c}}}dEGd}{{{EHh{c}}}dOj}{{{EG`{c}}}d{}}{{{EGf{ce}}}dEGdEGd}{{{EGh{ceg}}}dEGdEGdEGd}{{{EGj{cegi}}}dEGdEGdEGdEGd}{{{EGl{cegik}}}dEGdEGdEGdEGdEGd}{{{EHj{ce}}}d{OjDFn}{OjDFn}}{{{DJb{ce}}}dEJd{{EJd{}{{Of{}}}}}}{{{DJb{ce}}}dEGd{{EGd{}{{Ch{}}}}}}{{ce}{{EGf{ce}}}OjOj}{{ceg}{{EGh{ceg}}}OjOjOj}{{cegi}{{EGj{cegi}}}OjOjOjOj}{{cegik}{{EGl{cegik}}}OjOjOjOjOj}{cEGnOh}{e{{EH`{e}}}{}{{Bb{DLd}{{Ch{c}}}}}}{DBn{{DJb{DBne}}}{}{{Oj{}{{Ch{c}}}}}}{{DBng}{{DJf{DBng}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbg}{{DJj{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{DBn{{DJn{DBnc}}}{}}{{DBbg}{{DK`{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{DBbgk}{{DKd{DBbkg}}}{}{}{{Bb{c}{{Ch{e}}}}}{}{{Bb{i}{{Ch{e}}}}}}{c{{EHb{c}}}Oj}{DBn{{DKf{DBn}}}}{DBn{{I`{c}}}{}}{c{{EG`{{Il{ce}}}}}{}{}}{DBb{{DKj{DBbc}}}{}}{{DBbi}{{DKl{DBbgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Bb{c}{{Ch{g}}}}}}{{{DAf{{EHb{c}}}}}I`Oj}{{{DAf{{EIj{c}}}}}I`DBf}{{{DOd{c}}}I`Oj}{{}{{EHd{c}}}{}}{{{DAf{{Oj{}{{Ch{c}}}}}}DLd}{{DLf{c}}}{}}{{{DAf{{DOd{c}}}}DLd}DLfOj}{{{DAf{{EHf{e}}}}DLd}{{DLf{c}}}{}{{Cd{DLd}{{Ch{{DLf{c}}}}}}}}{{{DAf{{EGn{c}}}}DLd}DLfOj}{{{DAf{{EIh{c}}}}DLd}DLfDBf}{{{DAf{{DHf{c}}}}DLd}DLfOj}{{{DAf{{DG`{c}}}}DLd}DLfOj}{{{DAf{{DJf{ce}}}}DLd}DLf{}{}}{{{DAf{{DJn{ce}}}}DLd}DLf{}{}}{{{DAf{{En{ceg}}}}DLd}DLf{}{}{}}{{{DAf{{DHj{ce}}}}DLd}DLf{}{}}{{{DAf{{DKf{c}}}}DLd}DLf{}}{{{DAf{{ECj{c}}}}DLd}DLf{}}{{{DAf{{DCh{c}}}}DLd}DLf{OjID`}}{{{DAf{{DNd{c}}}}DLd}{{DLf{c}}}{}}{{{DAf{{DNb{c}}}}DLd}{{DLf{h}}}Oj}{{{DAf{{DIh{c}}}}DLd}DLfDBf}{{{DAf{{EBd{ce}}}}DLd}DLf{}{}}{{{DAf{{DBd{ceg}}}}DLd}DLf{}{}{}}{{{DAf{{DKl{ceg}}}}DLd}DLf{}{}{}}{{{DAf{{DEj{ce}}}}DLd}DLf{}{}}{{{DAf{{DKj{ce}}}}DLd}DLf{}{}}{{{DAf{{DIb{ce}}}}DLd}DLf{}{}}{{{DAf{{DHn{ce}}}}DLd}DLf{}{}}{{{DAf{{DK`{ce}}}}DLd}DLf{}{}}{{{DAf{{DJj{ce}}}}DLd}DLf{}{}}{{{DAf{{DKd{ceg}}}}DLd}DLf{}{}{}}{{{DAf{{ECl{ce}}}}DLd}DLf{}{}}{{{DAf{{EH`{e}}}}DLd}{{DLf{c}}}{}{{Bb{DLd}{{Ch{c}}}}}}{{{DAf{{EHd{c}}}}DLd}{{DLf{c}}}{}}{{{DAf{{EHb{c}}}}DLd}DLfOj}{{{DAf{{EIj{c}}}}DLd}DLfDBf}{{{DAf{{ICn{c}}}}DLd}DLfOj}{{{DAf{{EHh{e}}}}DLd}{{DLf{{I`{c}}}}}{}{{Oj{}{{Ch{c}}}}}}{{{DAf{{EG`{c}}}}DLd}{{DLf{c}}}{}}{{{DAf{{EGf{ce}}}}DLd}DLfOjOj}{{{DAf{{EGh{ceg}}}}DLd}DLfOjOjOj}{{{DAf{{EGj{cegi}}}}DLd}DLfOjOjOjOj}{{{DAf{{EGl{cegik}}}}DLd}DLfOjOjOjOjOj}{{{DAf{{EHj{ce}}}}DLd}DLf{OjDFn}{OjDFn}}{{{DAf{{EHl{c}}}}DLd}DLf{OjDFn}}{{{DAf{{EI`{ce}}}}DLd}DLfDBf{{DBf{}{{Cf{}}}}}}{{{DAf{{EIb{ceg}}}}DLd}DLfDBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{{DAf{{EId{cegi}}}}DLd}DLfDBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{{DAf{{EIf{cegik}}}}DLd}DLfDBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{{DAf{{EIl{ce}}}}DLd}DLf{DFnDBf}{DFnDBf}}{{{DAf{{EHn{c}}}}DLd}DLf{DBfDFn}}{{{DAf{{DJb{ce}}}}DLd}DLfOj{{Oj{}{{Ch{}}}}}}{{{DAf{{DGf{c}}}}DLd}{{DLf{{Il{h}}}}}Oj}{{{DAf{{EBh{c}}}}DLd}{{DLf{{Il{h}}}}}DBf}{{{DAf{{DGd{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJb{eg}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{{DF`{c}{{Cf{}}}}}}{{{DAf{{DJb{ce}}}}DLd}{{DLf{{Il{hAAd}}}}}DLhDLh}{{{DAf{{DJb{ce}}}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}DE`DE`}54312{e{{EHf{e}}}{}{{Cd{DLd}{{Ch{{DLf{c}}}}}}}}{c{{EHh{c}}}Oj}{{{DAf{{DGf{c}}}}DLd}{{DLf{I`}}}Oj}{{{DAf{{DIn{c}}}}DLd}{{DLf{I`}}}{}}{{{DAf{{EBh{c}}}}DLd}{{DLf{I`}}}DBf}{{{DAf{{DGd{ce}}}}DLd}{{DLf{I`}}}{}{}}{{{DAf{{EHh{e}}}}DLd}{{DLf{I`}}}{}{{Oj{}{{Ch{c}}}}}}{{{DAf{{DJb{ce}}}}DLd}{{DLf{I`}}}DAd{{DAd{}{{Of{}}}}}}{{{DAf{{DJb{ce}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DDbDDb}{{{DAf{{DJb{ce}}}}DLd{Ml{DLj}}}{{DLf{{Il{DbAAd}}}}}DDbDDb}?>=<{{{DAf{{DJb{ce}}}}DLdDLn}{{DLf{{Il{AlAAd}}}}}DLlDLl}{{DBnDLd}{{DLf{c}}}{}}{{{DAf{{DJb{ce}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}DLhDLh}{{{DAf{{DJb{ce}}}}DLd{Ml{DM`}}}{{DLf{{Il{DbAAd}}}}}DLhDLh}{{{DOd{c}}{DOd{c}}}dOj}{{{DOd{c}}e}hOjGCb}{c{{EG`{c}}}{}}{DBn{{Lf{{DNb{DBn}}{DNd{c}}}}}{}}{DBn{{DJb{eDBn}}}{}{{Oj{}{{Ch{c}}}}}}{{ce}{{EHj{ce}}}{OjDFn}{OjDFn}}{cEHlOh}{cEHnOh}{DBn{{DOd{DBn}}}}{{{DGf{c}}}{{Lf{Db{I`{Db}}}}}Oj}{{{DIn{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EBh{c}}}{{Lf{Db{I`{Db}}}}}DBf}{{{DGd{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DJb{ce}}}{{Lf{Db{I`{Db}}}}}DAd{{DAd{}{{Of{}}}}}}{{{DAf{{DGf{c}}}}e}{{Il{h}}}Oj{}}{{{DAf{{EBh{c}}}}e}{{Il{h}}}DBf{}}{{{DAf{{DGd{ce}}}}g}{{Il{h}}}{}{}{}}{{{DAf{{DJb{eg}}}}c}{{Il{h}}}{}{{DF`{c}}}{{DF`{c}{{Cf{}}}}}}{{{DOd{c}}}{{I`{Db}}}Oj}{{{DAf{{EHb{c}}}}}I`Oj}{{{DAf{{EIj{c}}}}}I`DBf}{{}{{DHf{c}}}Oj}{{DBng}{{En{DBneg}}}{}Oj{{Bb{c}{{Ch{e}}}}}}{ce{}{}}000000{c{{Il{e}}}{}{}}000000000000000000000000000000000000000000000000000{DBb{{EBd{DBbc}}}{}}{DBb{{EBh{DBb}}}}22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000000000000000000000000000000{{ce}{{EI`{ce}}}DBf{{DBf{}{{Cf{}}}}}}{{ceg}{{EIb{ceg}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegi}{{EId{cegi}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{{cegik}{{EIf{cegik}}}DBf{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}{{DBf{}{{Cf{}}}}}}{cEIhOh}{c{{EIj{c}}}DBf}{{{DAf{{DBf{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{Il{ce}}}}}{}{}}{{{DAf{c}}DLd}DLf{}}00000000000000000000000000000000000{{{DAf{c}}DLd}{{DLf{{I`{Il}}}}}{}}0000{{DBbDLd}{{DLf{{Il{ce}}}}}{}{}}{{ce}{{EIl{ce}}}{DBfDFn}{DBfDFn}}{cJ`{}}000000000000000000000000000000000000000000000000000{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBn{{ECj{DBn}}}}{{DBbg}{{ECl{DBbg}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{ICl{c}}}{{I`{{DOd{c}}}}}Oj}{{{DOd{c}}}{{I`{Db}}}Oj}````````````````{{cg}i{}{}{{An{e}}}{}}00000000000055555555555555555555555555{cCj{}}000000000000000000000000066666666666666666666666666{{DC`Db}{{DCb{DC`c}}}{}}{{c{Cl{e}}}g{}{}{}}000000000000{{{EIn{c}}}{{EIn{c}}}{}}{{{DOh{ce}}}{{DOh{ce}}}DlDl}{{{ED`{cegik}}}{{ED`{cegik}}}Dl{}{}DlDl}{{ce}h{}{}}00{DC`{{DDf{DC`c}}}{}}============={Dbc{}}0000000000000000000000000{{}{{EIn{c}}}{}}{Dbh}000000000000{{DC`g}{{DEn{DC`g}}}Dl{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DFb{DC`c}}}{}}{DC`{{DGj{DC`c}}}{}}{{{DO`{ce}}Df}{{Il{hAAb}}}{JjALj}{JjDObALj}}{{{DDf{ce}}Df}{{Il{hAAb}}}{JjALj}Jj}{{{EIn{c}}Df}{{Il{hAAb}}}Jj}{{{DEn{ce}}Df}{{Il{hAAb}}}JjJj}{{{DFb{ce}}Df}{{Il{hAAb}}}{JjALj}Jj}{{{DGj{ce}}Df}{{Il{hAAb}}}{JjALj}Jj}{{{DOf{ecg}}Df}{{Il{hAAb}}}Jj{Jj{DF`{c}}}Jj}{{{DOh{ce}}Df}{{Il{hAAb}}}JjJj}{{{DNn{ce}}Df}{{Il{hAAb}}}{JjALj}Jj}{{{EJ`{ceg}}Df}{{Il{hAAb}}}JjJjJj}{{{ED`{cegik}}Df}{{Il{hAAb}}}Jj{}{}Jj{}}{{{EDd{cegik}}Df}{{Il{hAAb}}}JjJj{}Jj{}}{{{DCb{ce}}Df}{{Il{hAAb}}}JjJj}{cc{}}0000000000000000000000000{ce{}{}}000000000000{{{DEn{ce}}}{{Lf{ce}}}{}{}}{{{DOf{ecg}}}e{}{{DF`{c}}}{}}{{{DOh{ce}}}c{}{}}{{{ED`{ecgkm}}}e{}{{DF`{c}}}{}EDb{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cd{g}{{Ch{k}}}}}}{{{EDd{ecgik}}}e{}{{DF`{c}}}{}{{DAd{}{{Of{{Il{c}}}}}}}{{Cd{g}{{Ch{i}}}}}}{{{DCb{ec}}}e{}{{DF`{c}}}}{{{DAf{{DEn{ce}}}}}{{Lf{{DAf{c}}{DAf{e}}}}}{}{}}{{{DAf{{DOf{ecg}}}}}{{DAf{e}}}{}{{DF`{c}}}{}}{{{DAf{{DOh{ce}}}}}{{DAf{c}}}{}{}}{{{DAf{{ED`{ecgkm}}}}}{{DAf{e}}}{}{{DF`{c}}}{}EDb{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cd{g}{{Ch{k}}}}}}{{{DAf{{EDd{ecgik}}}}}{{DAf{e}}}{}{{DF`{c}}}{}{{DAd{}{{Of{{Il{c}}}}}}}{{Cd{g}{{Ch{i}}}}}}{{{DAf{{DCb{ec}}}}}{{DAf{e}}}{}{{DF`{c}}}};:9876{{}Db}000000000000=========================={{{Ib{c}}}{{Ib{Cj}}}{}}000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000{{c{Cl{e}}}g{}{}{}}000000000000{ce{}{}}0000000000000000000000000{c{}{}}0000{{{DEn{ce}}}{{Lf{ce}}}{}{}}{{{DOf{ecg}}}e{}{{DF`{c}}}{}}{{{DOh{ce}}}c{}{}}{{{ED`{ecgkm}}}e{}{{DF`{c}}}{}EDb{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cd{g}{{Ch{k}}}}}}{{{EDd{ecgik}}}e{}{{DF`{c}}}{}{{DAd{}{{Of{{Il{c}}}}}}}{{Cd{g}{{Ch{i}}}}}}{{{DCb{ec}}}e{}{{DF`{c}}}}7777777777777{{{DOf{ecg}}}d{}{{DF`{c}}EJd}{}}{{{DOh{ce}}}dEJd{}}{{{EDd{ecgik}}}d{}{EJd{DF`{c}}}{}{{DAd{}{{Of{{Il{c}}}}}}}{{Cd{g}{{Ch{i}}}}}}{{{DCb{ec}}}d{}{{DF`{c}}EJd}}{DC`{{DJb{DC`g}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{{DAf{{DO`{gi}}}}DLd}DLf{}{}{{DF`{c}{{Cf{e}}}}DFnALj}{{DAd{}{{Of{{Il{ce}}}}}}DFnALj}}{{{DAf{{DDf{ec}}}}DLd}DLf{}{{DF`{c}}DFnALj}}{{{DAf{{DFb{ec}}}}DLd}DLf{}{{DF`{c}}DFnALj}}{{{DAf{{DGj{ec}}}}DLd}DLf{}{{DF`{c}}DFnALj}}{{{DAf{{DNn{ec}}}}DLd}DLf{}{{DF`{c}}DFnALj}}{{{DAf{{DF`{}{{Cf{c}}}}}}DLd}{{DLf{{Il{hc}}}}}{}}{{{DAf{{EIn{c}}}}DLd}{{DLf{{Il{h}}}}}{}}{{{DAf{{DEn{eg}}}}DLd}{{DLf{{Il{h}}}}}Dl{{DF`{c}}}{{DF`{c}{{Cf{}}}}}}{{{DAf{{DOf{ecg}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}}{{{DAf{{DOh{ei}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{{Bb{}{{Ch{g}}}}}}{{{DAf{{EJ`{cki}}}}DLd}{{DLf{{Il{h}}}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{{DAf{{ED`{ecgkm}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}EDb{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cd{g}{{Ch{k}}}}}}{{{DAf{{EDd{ecgik}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{{DAd{}{{Of{{Il{c}}}}}}}{{Cd{g}{{Ch{i}}}}}}{{{DAf{{DCb{ec}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}}{{DC`DLd}{{DLf{{Il{hc}}}}}{}}9876543210{{{DAf{{DOf{ecg}}}}DLd}{{DLf{I`}}}{}{{DF`{c}}DAd}{}}{{{DAf{{DOh{ce}}}}DLd}{{DLf{I`}}}DAd{}}{{{DAf{{ED`{ecgik}}}}DLd}{{DLf{I`}}}{}{DAd{DF`{c}}}{}Oj{{Cd{g}{{Ch{i}}}}}}{{{DAf{{EDd{ecgik}}}}DLd}{{DLf{I`}}}{}{DAd{DF`{c}}}{}{{DAd{}{{Of{{Il{c}}}}}}}{{Cd{g}{{Ch{i}}}}}}{{{DAf{{DCb{ec}}}}DLd}{{DLf{I`}}}{}{{DF`{c}}DAd}}>=<;:98765{DC`{{DJb{gDC`}}}{}{}{{DF`{c}{{Cf{e}}}}}}{{DC`c}{{DNn{DC`c}}}{}}{{DC`g}{{DO`{DC`g}}}{}{}{{DOb{}{{DKn{c}}{Cf{e}}}}DAdDFnALj}}{DC`{{DOf{DC`ce}}}{}{}}{{DC`g}{{DOh{DC`g}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DOf{ecg}}}{{Lf{Db{I`{Db}}}}}{}{{DF`{c}}DAd}{}}{{{DOh{ce}}}{{Lf{Db{I`{Db}}}}}DAd{}}{{{ED`{ecgik}}}{{Lf{Db{I`{Db}}}}}{}{DAd{DF`{c}}}{}Oj{{Cd{g}{{Ch{i}}}}}}{{{EDd{ecgik}}}{{Lf{Db{I`{Db}}}}}{}{DAd{DF`{c}}}{}{{DAd{}{{Of{{Il{c}}}}}}}{{Cd{g}{{Ch{i}}}}}}{{{DCb{ec}}}{{Lf{Db{I`{Db}}}}}{}{{DF`{c}}DAd}}{{{DAf{{DF`{}{{Cf{c}}}}}}e}{{Il{hc}}}{}{}}{{{DAf{{EIn{c}}}}c}{{Il{h}}}{}}{{{DAf{{DEn{eg}}}}c}{{Il{h}}}Dl{{DF`{c}}}{{DF`{c}{{Cf{}}}}}}{{{DAf{{DOf{ecg}}}}c}{{Il{h}}}{}{{DF`{c}}}{}}{{{DAf{{DOh{ei}}}}c}{{Il{h}}}{}{{DF`{c}}}{}{{Bb{}{{Ch{g}}}}}}{{{DAf{{EJ`{cki}}}}e}{{Il{h}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{{DAf{{ED`{ecgkm}}}}g}{{Il{h}}}{}{{DF`{c}}}{}EDb{{Oj{}{{Ch{{Il{ci}}}}}}}{{Cd{g}{{Ch{k}}}}}}{{{DAf{{EDd{ecgik}}}}g}{{Il{h}}}{}{{DF`{c}}}{}{{DAd{}{{Of{{Il{c}}}}}}}{{Cd{g}{{Ch{i}}}}}}{{{DAf{{DCb{ec}}}}c}{{Il{h}}}{}{{DF`{c}}}}{{DC`c}{{Il{he}}}{}{}}{ce{}{}}00{c{{Il{e}}}{}{}}00000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000{{{DAf{c}}DLd}DLf{}}0000{{{DAf{c}}DLd}{{DLf{{I`{Il}}}}}{}}0000{cJ`{}}00000000000055555555555555555555555555{{ck}{{EJ`{cki}}}{}{}{}{{Oj{}{{Ch{{Il{cg}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DC`m}{{ED`{DC`eckm}}}{}{}{}{{EDb{g}}}{{Oj{}{{Ch{{Il{ei}}}}}}}{{Cd{c}{{Ch{k}}}}}}{{DC`k}{{EDd{DC`ecik}}}{}{}{}{{DAd{}{{Of{{Il{eg}}}}}}}{{Cd{c}{{Ch{i}}}}}}```````````````````````````````````````````````````````````````````````````````````````````````````````````{EFfh}{c{{Lf{{EFn{c}}EFf}}}DAd}{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{DAng}{{DB`{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhi}{{DBj{DBhgi}}}{}{}{{DBf{}{{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DBl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>{cCj{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????{DAn{{DAf{{Ib{DAd}}}}}}0{{DAnDb}{{DCd{DAn}}}}{{DAnDb}{{DCf{DAn}}}}{DAnDAn}{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DAn{{DCj{DAn}}}}{{DAne}{{DCl{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{DAnDb}{{DDd{DAn}}}}{{{IDb{c}}}h{}}{{{EKf{c}}}h{DAdDFn}}{{{EJf{c}}}{{EJf{c}}}Dl}{{{EK`{c}}}{{EK`{c}}}Dl}{{{EKb{c}}}{{EKb{c}}}Dl}{{{EJb{c}}}{{EJb{c}}}{}}{{{EJj{c}}}{{EJj{c}}}{}}{{{EJn{c}}}{{EJn{c}}}Dl}{EKjEKj}{{{EFn{c}}}{{EFn{c}}}Dl}{EFfEFf}{IDdIDd}{{ce}h{}{}}000000000{DAn{{DDl{DAne}}}{}{G`{BAn{c}}}}{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DAn{{DDn{DAn}}}}{{{DAf{{DIf{c}}}}Db}h{{DOb{}{{Cf{AAd}}}}}}{DAn{{DEd{DAn}}}}{DAn{{DEf{DAn}}}}{{}{{IDf{c}}}Oj}{{}{{IDb{c}}}{}}{{}{{EKf{c}}}{DAdDFn}}{{}EKj}{Dbc{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{Dbh}00{{{IDb{c}}}h{}}1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111{{}{{EJb{c}}}{}}{DAn{{DEh{DAn}}}}{{{IDh{ce}}{IDh{ce}}}dFdFd}{{{IDj{ce}}{IDj{ce}}}dFdFd}{{EKjEKj}d}{{IDdIDd}d}{{ce}d{}{}}00000000000{DBh{{DEl{DBhc}}}{}}{{{IDf{c}}e}hOj{{Oh{}{{Of{c}}}}}}{{{IDb{c}}e}h{}{{Oh{}{{Of{c}}}}}}{{{EKf{c}}e}h{DAdDFn}{{Oh{}{{Of{c}}}}}}{{DAng}{{DFf{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAni}{{DFh{DAngi}}}{}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{Cd{c}{{Ch{g}}}}}}{{DAng}{{DFj{DAneg}}}{}DAd{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DFl{DAngi}}}{{K`{{I`{Db}}}}}{}{DAdDFn}{{Cd{e}{{Ch{g}}}}}}{DAn{{DGb{DAn}}}}{{DAnc}{{DGh{DAnh}}}{{K`{{I`{Db}}}}}}{{{IDl{ce}}Df}{{Il{hAAb}}}{}{}}0{{{EJl{c}}Df}{{Il{hAAb}}}{}}{{{IDf{c}}Df}{{Il{hAAb}}}Oj}{{{IDb{c}}Df}{{Il{hAAb}}}{}}{{{EKf{c}}Df}{{Il{hAAb}}}Jj}{{{DCl{ce}}Df}{{Il{hAAb}}}JjJj}{{{DDl{ce}}Df}{{Il{hAAb}}}JjJj}{{{ECn{ceg}}Df}{{Il{hAAb}}}JjJjJj}{{{DDn{c}}Df}{{Il{hAAb}}}{JjDAd}}{{{DEd{c}}Df}{{Il{hAAb}}}Jj}{{{DEf{c}}Df}{{Il{hAAb}}}Jj}{{{DEh{c}}Df}{{Il{hAAb}}}Jj}{{{DFf{ceg}}Df}{{Il{hAAb}}}{DAdJj}Jj{}}{{{DFh{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{DGb{c}}Df}{{Il{hAAb}}}DAd}{{{DGn{cegi}}Df}{{Il{hAAb}}}JjJjJj{}}{{{DBl{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{DB`{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{DHd{ce}}Df}{{Il{hAAb}}}DOb{}}{{{DH`{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{DHh{c}}Df}{{Il{hAAb}}}Jj}{{{DIj{c}}Df}{{Il{hAAb}}}Jj}{{{DHl{ce}}Df}{{Il{hAAb}}}{}{}}{{{DJh{ce}}Df}{{Il{hAAb}}}Jj{}}{{{DFj{ceg}}Df}{{Il{hAAb}}}{}{}{}}{{{DKh{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DNl{c}}Df}{{Il{hAAb}}}{JjALj}}{{{DLb{c}}Df}{{Il{hAAb}}}{JjDAd}}{{{IDn{c}}Df}{{Il{hAAb}}}{DAdJj}}{{{IE`{c}}Df}{{Il{hAAb}}}{DAdJj}}{{{IEb{ce}}Df}{{Il{hAAb}}}{DAdJj}{}}{{{IEd{ce}}Df}{{Il{hAAb}}}{DAdJj}ALj}{{{DOj{c}}Df}{{Il{hAAb}}}Jj}{{{DOl{ceg}}Df}{{Il{hAAb}}}{DAdJj}Jj{}}{{{Ef{c}}Df}{{Il{hAAb}}}Jj}{{{El{ceg}}Df}{{Il{hAAb}}}{DAdJj}Jj{}}{{{Ej{ce}}Df}{{Il{hAAb}}}{DAdJj}{OjJj}}{{{EA`{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{EDl{ce}}Df}{{Il{hAAb}}}{JjDAd}{JjDAd}}{{{DDd{c}}Df}{{Il{hAAb}}}{JjDAd}}{{{DN`{c}}Df}{{Il{hAAb}}}{JjDAd}}{{{DNf{cegi}}Df}{{Il{hAAb}}}{DAdJj}JjJj{}}{{{DCd{c}}Df}{{Il{hAAb}}}{DAdJj}}{{{DCf{c}}Df}{{Il{hAAb}}}{DAdJj}}{{{DFl{ceg}}Df}{{Il{hAAb}}}DAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DHb{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{E`{c}}Df}{{Il{hAAb}}}Jj}{{{DOn{ce}}Df}{{Il{hAAb}}}JjJj}{{{DCj{c}}Df}{{Il{hAAb}}}Jj}{{{DBj{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{DEl{ce}}Df}{{Il{hAAb}}}{}{}}{{{DId{ce}}Df}{{Il{hAAb}}}{}{}}{{{DI`{ce}}Df}{{Il{hAAb}}}{}{}}{{{DJ`{c}}Df}{{Il{hAAb}}}Jj}{{{DKb{ce}}Df}{{Il{hAAb}}}{}{}}{{{DJl{ce}}Df}{{Il{hAAb}}}{}{}}{{{DL`{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{ECb{c}}Df}{{Il{hAAb}}}{JjALj}}{{{EBn{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{EB`{ceg}}Df}{{Il{hAAb}}}{DObJj}Jj{}}{{{EBb{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{EBf{c}}Df}{{Il{hAAb}}}{JjDOb}}{{{EBj{c}}Df}{{Il{hAAb}}}DOb}{{{EAl{ce}}Df}{{Il{hAAb}}}JjJj}{{{EAn{c}}Df}{{Il{hAAb}}}{JjDOb}}{{{EAj{c}}Df}{{Il{hAAb}}}{JjDOb}}{{{IDh{ce}}Df}{{Il{hAAb}}}{}Jj}{{{IDh{ce}}Df}{{Il{hAAb}}}{}GEh}{{{ECd{c}}Df}{{Il{hAAb}}}{JjDOb}}{{{IDj{ce}}Df}{{Il{hAAb}}}{}Jj}{{{IDj{ce}}Df}{{Il{hAAb}}}{}GEh}{{{EBl{cegi}}Df}{{Il{hAAb}}}JjJjJj{}}{{{EKl{ceg}}Df}{{Il{hAAb}}}Jj{}Jj}{{{ECf{ceg}}Df}{{Il{hAAb}}}{DObJj}Jj{}}{{{ECh{ceg}}Df}{{Il{hAAb}}}{DObJj}Jj{}}{{{EAf{c}}Df}{{Il{hAAb}}}{JjDOb}}{{{EAh{c}}Df}{{Il{hAAb}}}{JjDOb}}{{{EC`{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{DIf{c}}Df}{{Il{hAAb}}}{Jj{DOb{}{{Cf{AAd}}}}}}{{{EAb{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{EAd{ceg}}Df}{{Il{hAAb}}}JjJj{}}{{{EJf{c}}Df}{{Il{hAAb}}}Jj}{{{EK`{c}}Df}{{Il{hAAb}}}Jj}{{{EKb{c}}Df}{{Il{hAAb}}}Jj}{{{EJb{c}}Df}{{Il{hAAb}}}Jj}{{{EJh{c}}Df}{{Il{hAAb}}}Jj}{{{EJj{c}}Df}{{Il{hAAb}}}Jj}{{{EJn{c}}Df}{{Il{hAAb}}}Jj}{{{EKd{ce}}Df}{{Il{hAAb}}}JjJj}{{EKjDf}{{Il{hAAb}}}}{{{EKh{cegi}}Df}{{Il{hAAb}}}JjJj{}Jj}{{{EKn{ceg}}Df}{{Il{hAAb}}}Jj{}Jj}{{{EFn{c}}Df}{{Il{hAAb}}}Jj}{{IEfDf}{{Il{hAAb}}}}{{EFfDf}{{Il{hAAb}}}}{{IDdDf}{{Il{hAAb}}}}0{{DAnci}{{DGn{DAngci}}}{}{}{{Oj{}{{Ch{c}}}}}{{Cd{ce}{{Ch{g}}}}}}{{DAng}{{DH`{DAneg}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAnci}{{DHb{DAngi}}}{{K`{{I`{Db}}}}}{}{{Oj{}{{Ch{h}}}}}{{Cd{e}{{Ch{g}}}}}}{{DAng}{{DHd{DAng}}}{}{}{{DF`{c}{{Cf{e}}}}}}{cc{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{e{{IDf{c}}}Oj{{Oh{}{{Of{c}}}}}}{e{{IDb{c}}}{}{{Oh{}{{Of{c}}}}}}{e{{EKf{c}}}{DAdDFn}{{Oh{}{{Of{c}}}}}}{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DAn{{DHh{DAn}}}}`{{{DEh{c}}}cDAd}{{{DFf{ceg}}}cDAd{{Oj{}{{Ch{d}}}}}{{IEh{}{{Ch{e}}}}}}{{{DFh{ceg}}}cDAdOj{{Cd{}{{Ch{e}}}}}}{{{DGb{c}}}cDAd}{{{DHh{c}}}c{}}{{{DIj{c}}}{{I`{c}}}{DAdDFn}}{{{DHl{ce}}}c{}{}}{{{DJh{ce}}}c{}{}}{{{DFj{ceg}}}c{}{}{}}{{{DLb{c}}}cDAd}{{{DOj{c}}}cDAd}{{{DOl{ceg}}}cDAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ef{c}}}cDAd}{{{El{ceg}}}cDAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ej{ce}}}cDAdOj}{{{EA`{ceg}}}cDAd{}{{Cd{}{{Ch{e}}}}}}{{{EDl{ce}}}{{Lf{ce}}}DAdDAd}{{{DDd{c}}}cDAd}{{{DN`{c}}}cDAd}{{{DNf{ceik}}}cDAd{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{e}{{Ch{i}}}}}}{{{DCd{c}}}cDAd}{{{DCf{c}}}cDAd}{{{DFl{ceg}}}cDAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DCj{c}}}c{DAdID`}}{{{DBj{ceg}}}cDOb{{DBf{}{{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DEl{ce}}}c{}{}}{{{DId{ce}}}c{}{}}{{{DI`{ce}}}c{}{}}{{{DJ`{c}}}c{}}{{{DKb{ce}}}c{}{}}{{{DJl{ce}}}c{}{}}{{{DL`{ceg}}}cDOb{{DBf{}{{DKn{}}}}}{{Cd{}{{Ch{e}}}}}}{{{EB`{ceg}}}cDOb{}{}}{{{EBb{ceg}}}c{}{}{}}{{{EBf{c}}}cDOb}{{{EBj{c}}}cDOb}{{{EAj{c}}}cDOb}{{{ECd{c}}}cDOb}{{{ECf{ceg}}}cDOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{ECh{ceg}}}cDOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{EAf{c}}}cDOb}{{{EAh{c}}}cDOb}{{{EKd{ce}}}{{Lf{ce}}}{}{}}{{{EKh{cegi}}}{{Lf{ce}}}{}{}{}{}}{{{DAf{{DEh{c}}}}}{{DAf{c}}}DAd}{{{DAf{{DFf{ceg}}}}}{{DAf{c}}}DAd{{Oj{}{{Ch{d}}}}}{{IEh{}{{Ch{e}}}}}}{{{DAf{{DFh{ceg}}}}}{{DAf{c}}}DAdOj{{Cd{}{{Ch{e}}}}}}{{{DAf{{DGb{c}}}}}{{DAf{c}}}DAd}{{{DAf{{DHh{c}}}}}{{DAf{c}}}{}}{{{DAf{{DIj{c}}}}}{{I`{{DAf{c}}}}}{DAdDFn}}{{{DAf{{DHl{ce}}}}}{{DAf{c}}}{}{}}{{{DAf{{DJh{ce}}}}}{{DAf{c}}}{}{}}{{{DAf{{DFj{ceg}}}}}{{DAf{c}}}{}{}{}}{{{DAf{{DLb{c}}}}}{{DAf{c}}}DAd}{{{DAf{{DOj{c}}}}}{{DAf{c}}}DAd}{{{DAf{{DOl{ceg}}}}}{{DAf{c}}}DAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{Ef{c}}}}}{{DAf{c}}}DAd}{{{DAf{{El{ceg}}}}}{{DAf{c}}}DAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{Ej{ce}}}}}{{DAf{c}}}DAdOj}{{{DAf{{EA`{ceg}}}}}{{DAf{c}}}DAd{}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EDl{ce}}}}}{{Lf{{DAf{c}}{DAf{e}}}}}DAdDAd}{{{DAf{{DDd{c}}}}}{{DAf{c}}}DAd}{{{DAf{{DN`{c}}}}}{{DAf{c}}}DAd}{{{DAf{{DNf{ceik}}}}}{{DAf{c}}}DAd{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{e}{{Ch{i}}}}}}{{{DAf{{DCd{c}}}}}{{DAf{c}}}DAd}{{{DAf{{DCf{c}}}}}{{DAf{c}}}DAd}{{{DAf{{DFl{ceg}}}}}{{DAf{c}}}DAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DAf{{DCj{c}}}}}{{DAf{c}}}{DAdID`}}{{{DAf{{DBj{ceg}}}}}{{DAf{c}}}DOb{{DBf{}{{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{DEl{ce}}}}}{{DAf{c}}}{}{}}{{{DAf{{DId{ce}}}}}{{DAf{c}}}{}{}}{{{DAf{{DI`{ce}}}}}{{DAf{c}}}{}{}}{{{DAf{{DJ`{c}}}}}{{DAf{c}}}{}}{{{DAf{{DKb{ce}}}}}{{DAf{c}}}{}{}}{{{DAf{{DJl{ce}}}}}{{DAf{c}}}{}{}}{{{DAf{{DL`{ceg}}}}}{{DAf{c}}}DOb{{DBf{}{{DKn{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EB`{ceg}}}}}{{DAf{c}}}DOb{}{}}{{{DAf{{EBb{ceg}}}}}{{DAf{c}}}{}{}{}}{{{DAf{{EBf{c}}}}}{{DAf{c}}}DOb}{{{DAf{{EBj{c}}}}}{{DAf{c}}}DOb}{{{DAf{{EAj{c}}}}}{{DAf{c}}}DOb}{{{DAf{{ECd{c}}}}}{{DAf{c}}}DOb}{{{DAf{{ECf{ceg}}}}}{{DAf{c}}}DOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{ECh{ceg}}}}}{{DAf{c}}}DOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EAf{c}}}}}{{DAf{c}}}DOb}{{{DAf{{EAh{c}}}}}{{DAf{c}}}DOb}{{{DAf{{EKd{ce}}}}}{{Lf{{DAf{c}}{DAf{e}}}}}{}{}}{{{DAf{{EKh{cegi}}}}}{{Lf{{DAf{c}}{DAf{e}}}}}{}{}{}{}}{{{DEh{c}}}cDAd}{{{DFf{ceg}}}cDAd{{Oj{}{{Ch{d}}}}}{{IEh{}{{Ch{e}}}}}}{{{DFh{ceg}}}cDAdOj{{Cd{}{{Ch{e}}}}}}{{{DGb{c}}}cDAd}{{{DHh{c}}}c{}}{{{DIj{c}}}{{I`{c}}}{DAdDFn}}{{{DHl{ce}}}c{}{}}{{{DJh{ce}}}c{}{}}{{{DFj{ceg}}}c{}{}{}}{{{DLb{c}}}cDAd}{{{DOj{c}}}cDAd}{{{DOl{ceg}}}cDAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ef{c}}}cDAd}{{{El{ceg}}}cDAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ej{ce}}}cDAdOj}{{{EA`{ceg}}}cDAd{}{{Cd{}{{Ch{e}}}}}}{{{EDl{ce}}}{{Lf{ce}}}DAdDAd}{{{DDd{c}}}cDAd}{{{DN`{c}}}cDAd}{{{DNf{ceik}}}cDAd{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{e}{{Ch{i}}}}}}{{{DCd{c}}}cDAd}{{{DCf{c}}}cDAd}{{{DFl{ceg}}}cDAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DCj{c}}}c{DAdID`}}{{{DBj{ceg}}}cDOb{{DBf{}{{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DEl{ce}}}c{}{}}{{{DId{ce}}}c{}{}}{{{DI`{ce}}}c{}{}}{{{DJ`{c}}}c{}}{{{DKb{ce}}}c{}{}}{{{DJl{ce}}}c{}{}}{{{DL`{ceg}}}cDOb{{DBf{}{{DKn{}}}}}{{Cd{}{{Ch{e}}}}}}{{{EB`{ceg}}}cDOb{}{}}{{{EBb{ceg}}}c{}{}{}}{{{EBf{c}}}cDOb}{{{EBj{c}}}cDOb}{{{EAj{c}}}cDOb}{{{ECd{c}}}cDOb}{{{ECf{ceg}}}cDOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{ECh{ceg}}}cDOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{EAf{c}}}cDOb}{{{EAh{c}}}cDOb}{{{EKd{ce}}}{{Lf{ce}}}{}{}}{{{EKh{cegi}}}{{Lf{ce}}}{}{}{}{}}{IEfEFf}{{EKjc}hGCb}{{}Db}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{DAne}{{DHl{DAne}}}{}{{Cd{c}}}}{{DBhe}{{DI`{DBhe}}}{}{{Cd{c}}}}{{DBhe}{{DId{DBhe}}}{}{{Cd{c}}}}{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBh{{DIf{DBh}}}}{{c{Cl{e}}}g{}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000055555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555{DAn{{DIj{DAn}}}}{c{}{}}0000000000000000000000000{{{DEh{c}}}cDAd}{{{DFf{ceg}}}cDAd{{Oj{}{{Ch{d}}}}}{{IEh{}{{Ch{e}}}}}}{{{DFh{ceg}}}cDAdOj{{Cd{}{{Ch{e}}}}}}{{{DGb{c}}}cDAd}{{{DHh{c}}}c{}}{{{DIj{c}}}{{I`{c}}}{DAdDFn}}{{{DHl{ce}}}c{}{}}{{{DJh{ce}}}c{}{}}{{{DFj{ceg}}}c{}{}{}}{{{DLb{c}}}cDAd}{{{DOj{c}}}cDAd}{{{DOl{ceg}}}cDAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ef{c}}}cDAd}{{{El{ceg}}}cDAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ej{ce}}}cDAdOj}{{{EA`{ceg}}}cDAd{}{{Cd{}{{Ch{e}}}}}}{{{EDl{ce}}}{{Lf{ce}}}DAdDAd}{{{DDd{c}}}cDAd}{{{DN`{c}}}cDAd}{{{DNf{ceik}}}cDAd{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{e}{{Ch{i}}}}}}{{{DCd{c}}}cDAd}{{{DCf{c}}}cDAd}{{{DFl{ceg}}}cDAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DCj{c}}}c{DAdID`}}{{{DBj{ceg}}}cDOb{{DBf{}{{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DEl{ce}}}c{}{}}{{{DId{ce}}}c{}{}}{{{DI`{ce}}}c{}{}}{{{DJ`{c}}}c{}}{{{DKb{ce}}}c{}{}}{{{DJl{ce}}}c{}{}}{{{DL`{ceg}}}cDOb{{DBf{}{{DKn{}}}}}{{Cd{}{{Ch{e}}}}}}{{{EB`{ceg}}}cDOb{}{}}{{{EBb{ceg}}}c{}{}{}}{{{EBf{c}}}cDOb}{{{EBj{c}}}cDOb}{{{EAj{c}}}cDOb}{{{ECd{c}}}cDOb}{{{ECf{ceg}}}cDOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{ECh{ceg}}}cDOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{EAf{c}}}cDOb}{{{EAh{c}}}cDOb}{{{EKd{ce}}}{{Lf{ce}}}{}{}}{{{EKh{cegi}}}{{Lf{ce}}}{}{}{}{}}{{{IDb{c}}}{}DFn}00{{{EKf{c}}}{}{DAdDFn}}00{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBh{{DJ`{DBh}}}}{{{EFn{c}}}d{}}{EFfd}{{{DHh{c}}}d{}}{{{IDf{c}}}dOj}{{{IDb{c}}}d{}}{{{EKf{c}}}d{DAdDFn}}{{{E`{c}}{DOn{ce}}}d{}{}}{{{DOn{ce}}{E`{c}}}d{}{}}{{{Ej{ce}}}dDAdOj}{EJdd}6{{{IDb{c}}}dOj}5{{{DCl{ce}}}dDAd{{EJd{}{{Of{}}}}}}{{{DDl{ce}}}dEJd{G`BAn}}{{{ECn{gik}}}d{}{}{{EJd{}{{Of{{Lf{ce}}}}}}}{G`{BAn{c}}}{G`{BAn{e}}}}{{{DDn{c}}}dEJd}{{{DEd{c}}}dEJd}{{{DEf{c}}}d{DlDAd}}{{{DEh{c}}}d{DAdEJd}}{{{DFf{ceg}}}d{DAdEJd}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DFh{cgi}}}d{DAdEJd}{}{{Oj{}{{Ch{{I`{e}}}}}}}{{IEh{}{{Ch{g}}}}}}{{{DGb{c}}}dDAd}{{{DGn{cgei}}}dDAd{}{{Oj{}{{Ch{e}}}}}{{Cd{e}{{Ch{g}}}}}}{{{DBl{ceg}}}dDAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DB`{ceg}}}dDAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DHd{ce}}}dDOb{}}{{{DH`{ceg}}}dEJd{{Oj{}{{Ch{h}}}}}{{Cd{}{{Ch{e}}}}}}{{{DHh{c}}}dDAd}{{{DIj{c}}}d{DAdDFn}}{{{DHl{ce}}}d{}{}}{{{DJh{ce}}}dEJdIEh}{{{DFj{ceg}}}d{}{}{}}{{{DKh{c}}}d{EJdDFnALj}}{{{DNl{c}}}d{EJdDFnALj}}{{{DLb{c}}}dDAd}{{{IDn{c}}}dDAd}{{{IE`{c}}}dDAd}{{{IEb{ce}}}dDAd{{IEj{}{{Ch{d}}}}}}{{{IEd{ce}}}dDAdALj}{{{DOj{c}}}dEJd}{{{DOl{ceg}}}dEJd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ef{c}}}dEJd}{{{El{ceg}}}dEJd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ej{ce}}}dDAdOj}{{{EA`{ceg}}}dEJdOj{{Cd{}{{Ch{e}}}}}}{{{EDl{ce}}}dDAdDAd}{{{DDd{c}}}dEJd}{{{DN`{c}}}dDAd}{{{DNf{ceik}}}dEJd{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{e}{{Ch{i}}}}}}{{{DCd{c}}}dDAd}{{{DCf{c}}}dDAd}{{{DFl{ceg}}}dDAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DHb{ceg}}}dDAd{{Oj{}{{Ch{h}}}}}{{Cd{}{{Ch{e}}}}}}{{{DCj{c}}}d{EJdID`}}{{{DBj{ceg}}}d{DObEJd}{{DBf{}{{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DEl{ce}}}d{}{}}{{{DId{ce}}}d{}{}}{{{DI`{ce}}}d{}{}}{{{DJ`{c}}}d{DObEJd}}{{{DKb{ce}}}d{}{}}{{{DJl{ce}}}d{}{}}{{{DL`{ceg}}}d{DObEJd}{{DBf{}{{DKn{}}}}}{{Cd{}{{Ch{e}}}}}}{{{ECb{c}}}d{DObDFnEJdALj}}{{{EB`{ceg}}}d{DObEJd}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{EBb{cgi}}}d{DObEJd}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{}}}}}{{Cd{}{{Ch{g}}}}}}{{{EBf{c}}}d{DObEJd}}{{{EBj{c}}}dDOb}{{{EAl{ce}}}d{DObEJd}{G`BAn}}{{{EAj{c}}}d{DObEJd}}{{{ECd{c}}}d{DObEJd}}{{{EBl{cgei}}}dDOb{}{{DBf{}{{DKn{e}}{Cf{}}}}}{{Cd{e}{{Ch{g}}}}}}{{{ECf{ceg}}}d{DObEJd}{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{ECh{ceg}}}d{DObEJd}{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{EC`{ceg}}}dDOb{{Oj{}{{Ch{{Il{h}}}}}}}{{Cd{}{{Ch{e}}}}}}{{{EAb{ceg}}}dDOb{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{EAd{ceg}}}dDOb{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{EK`{c}}}dDl}{{{EKb{e}}}d{}{{Cd{}{{Ch{c}}}}}}{{{EJb{c}}}d{}}{{{EJh{c}}}dOj}{{{EJj{c}}}d{}}{{{EJn{c}}}dDAd}{{{EKd{ce}}}dDAd{{DAd{}{{Of{}}}}}}{{{EKh{ceig}}}dDAd{{DAd{}{{Of{}}}}}{}{{Cd{g}{{Ch{EKj}}}}}}{{{EKn{cig}}}d{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{cEJfOh}{{{IDb{c}}}{{IEl{c}}}DFn}{{{EKf{c}}}{{IEn{c}}}{DAdDFn}}{{{IDb{c}}}{{IF`{c}}}DFn}{{{EKf{c}}}{{IFb{c}}}{DAdDFn}}{{{DAf{{IDb{c}}}}}{{IFd{c}}}{}}{{{DAf{{IDb{c}}}}}{{IFf{c}}}{}}{DAn{{DJb{DAne}}}{}{{DAd{}{{Of{c}}}}}}{{{IDf{c}}}DbOj}{{{IDb{c}}}Db{}}{{{EKf{c}}}Db{DAdDFn}}{{DAng}{{DJh{DAng}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DJl{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{DKb{DBhg}}}{}{}{{Cd{c}{{Ch{e}}}}}}{{}{{IDf{c}}}Oj}{{}{{IDb{c}}}{}}{{}{{EKf{c}}}{DAdDFn}}{{cIEf}{{EFn{c}}}{}}{{}{{Lf{EFfIEf}}}}{DAn{{DKh{DAn}}}}{{{DAf{{DLb{c}}}}e}{{IEb{ce}}}DAd{{Bb{}{{Ch{d}}}}}}{{{DAf{{DLb{c}}}}e}{{IEd{ce}}}DAdALj}{c{{EJh{c}}}Oj}{{DBhi}{{DL`{DBhgi}}}{}{}{{DBf{}{{DKn{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{{DAf{{DLb{c}}}}}{{IDn{c}}}DAd}{{{DAf{{DLb{c}}}}}{{IE`{c}}}DAd}{DAn{{DLb{DAn}}}}{{}{{EJj{c}}}{}}{{{DAf{{DDl{ce}}}}DLd}{{DLf{e}}}DAd{G`BAn}}{{{DAf{{ECn{gik}}}}DLd}{{DLf{{Lf{ik}}}}}{}{}{{DAd{}{{Of{{Lf{ce}}}}}}}{G`{BAn{c}}}{G`{BAn{e}}}}{{{DAf{{DDn{c}}}}DLd}DLfDAd}{{{DAf{{DEd{c}}}}DLd}DLfDAd}{{{DAf{{DGn{cgei}}}}DLd}{{DLf{e}}}DAd{}{{Oj{}{{Ch{e}}}}}{{Cd{e}{{Ch{g}}}}}}{{{DAf{{DBl{ceg}}}}DLd}{{DLf{d}}}DAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{DB`{ceg}}}}DLd}{{DLf{d}}}DAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{DHd{ce}}}}DLd}DLfDOb{}}{{{DAf{{DH`{ceg}}}}DLd}{{DLf{h}}}DAd{{Oj{}{{Ch{h}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{DIj{c}}}}DLd}DLf{DAdDFn}}{{{DAf{{DKh{c}}}}DLd}DLf{DAdDFnALj}}{{{DAf{{DNl{c}}}}DLd}DLf{EJdDFnALj}}{{{DAf{{IDn{c}}}}DLd}DLfDAd}{{{DAf{{IE`{c}}}}DLd}DLfDAd}{{{DAf{{IEb{ce}}}}DLd}DLfDAd{{IEj{}{{Ch{d}}}}}}{{{DAf{{IEd{ce}}}}DLd}DLfDAdALj}{{{DAf{{DHb{ceg}}}}DLd}{{DLf{h}}}DAd{{Oj{}{{Ch{h}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{ECb{c}}}}DLd}DLf{DObDFnALj}}{{{DAf{{EBn{ceg}}}}DLd}DLfDOb{{DBf{}{{DKn{h}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EAl{ce}}}}DLd}DLfDOb{G`BAn}}{{{DAf{{EAn{c}}}}DLd}DLfDOb}{{{DAf{{EBl{cgei}}}}DLd}DLfDOb{}{{DBf{}{{DKn{e}}{Cf{}}}}}{{Cd{e}{{Ch{g}}}}}}{{{DAf{{EC`{ceg}}}}DLd}DLfDOb{{Oj{}{{Ch{{Il{h}}}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EAb{ceg}}}}DLd}{{DLf{{Il{d}}}}}DOb{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EAd{ceg}}}}DLd}{{DLf{{Il{d}}}}}DOb{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EFn{c}}}}DLd}DLfOj}{{{DAf{{DEh{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DFf{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{g}}}}}}{{{DAf{{DFh{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}Oj{{IEh{}{{Ch{g}}}}}}{{{DAf{{DGb{c}}}}DLd}{{DLf{{Il{h}}}}}DAd}{{{DAf{{DHh{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DHl{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJh{eg}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}IEh}{{{DAf{{DFj{ceg}}}}DLd}{{DLf{{Il{h}}}}}{}{}{}}{{{DAf{{DLb{e}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}DAd}}{{{DAf{{DOj{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DOl{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{g}}}}}}{{{DAf{{Ef{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{El{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{}{}}{{{DAf{{Ej{eg}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}Oj}{{{DAf{{EA`{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{DDd{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DN`{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DNf{egik}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{}{}{}}{{{DAf{{DCd{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DCf{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DFl{ceg}}}}DLd}{{DLf{{Il{h}}}}}DAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DAf{{DOn{ec}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}}{{{DAf{{DBj{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{DEl{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DId{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DI`{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJ`{e}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}}{{{DAf{{DKb{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJl{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DL`{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{EB`{gik}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{EBb{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{EBf{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DOb{DF`{c}}}}{{{DAf{{EBj{c}}}}DLd}{{DLf{{Il{h}}}}}DOb}{{{DAf{{EAj{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DOb{DF`{c}}}}{{{DAf{{ECd{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DOb{DF`{c}}}}{{{DAf{{ECf{gik}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{ECh{gik}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{EAf{g}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}}{{{DAf{{EAh{g}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}}{{{DAf{{DIf{c}}}}DLd}{{DLf{{Il{hAAd}}}}}{{DOb{}{{Cf{AAd}}}}DLh}}{{{DAf{{DIf{c}}}}DLd}{{DLf{{Il{{Ml{BBj}}AAd}}}}}{{DOb{}{{Cf{AAd}}}}}}{{{DAf{{DEh{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DFf{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{g}}}}}}{{{DAf{{DFh{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}Oj{{IEh{}{{Ch{g}}}}}}{{{DAf{{DGb{c}}}}DLd}{{DLf{{Il{h}}}}}DAd}{{{DAf{{DHh{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DHl{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJh{eg}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}IEh}{{{DAf{{DFj{ceg}}}}DLd}{{DLf{{Il{h}}}}}{}{}{}}{{{DAf{{DLb{e}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}DAd}}{{{DAf{{DOj{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DOl{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{g}}}}}}{{{DAf{{Ef{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{El{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{}{}}{{{DAf{{Ej{eg}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}Oj}{{{DAf{{EA`{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{DDd{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DN`{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DNf{egik}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{}{}{}}{{{DAf{{DCd{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DCf{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DFl{ceg}}}}DLd}{{DLf{{Il{h}}}}}DAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DAf{{DOn{ec}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}}{{{DAf{{DBj{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{DEl{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DId{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DI`{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJ`{e}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}}{{{DAf{{DKb{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJl{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DL`{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{EB`{gik}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{EBb{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{EBf{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DOb{DF`{c}}}}{{{DAf{{EBj{c}}}}DLd}{{DLf{{Il{h}}}}}DOb}{{{DAf{{EAj{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DOb{DF`{c}}}}{{{DAf{{ECd{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DOb{DF`{c}}}}{{{DAf{{ECf{gik}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{ECh{gik}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{EAf{g}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}}{{{DAf{{EAh{g}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}}{{{DAf{{DIf{c}}}}DLd}{{DLf{{Il{hAAd}}}}}{{DOb{}{{Cf{AAd}}}}DLh}}{e{{EJl{e}}}{}{{Cd{DLd}{{Ch{{DLf{{I`{c}}}}}}}}}}{c{{EJn{c}}}DAd}{{{DAf{{DAd{}{{Of{c}}}}}}DLd}{{DLf{{I`{c}}}}}{}}{{{DAf{{EJl{e}}}}DLd}{{DLf{{I`{c}}}}}{}{{Cd{DLd}{{Ch{{DLf{{I`{c}}}}}}}}}}{{{DAf{{IDf{c}}}}DLd}{{DLf{I`}}}Oj}{{{DAf{{IDb{c}}}}DLd}{{DLf{I`}}}Oj}{{{DAf{{EKf{c}}}}DLd}{{DLf{I`}}}{DAdDFn}}{{{DAf{{DCl{ce}}}}DLd}{{DLf{I`}}}DAd{{DAd{}{{Of{}}}}}}{{{DAf{{DEf{c}}}}DLd}{{DLf{I`}}}{DlDAd}}{{{DAf{{DEh{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DFf{ceg}}}}DLd}{{DLf{I`}}}DAd{{Oj{}{{Ch{d}}}}}{{IEh{}{{Ch{e}}}}}}{{{DAf{{DFh{cgi}}}}DLd}{{DLf{{I`{e}}}}}DAd{}{{Oj{}{{Ch{{I`{e}}}}}}}{{IEh{}{{Ch{g}}}}}}{{{DAf{{DGb{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DHh{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DHl{ce}}}}DLd}{{DLf{I`}}}{}{}}{{{DAf{{DJh{ce}}}}DLd}{{DLf{I`}}}DAdIEh}{{{DAf{{DFj{ceg}}}}DLd}{{DLf{I`}}}{}{}{}}{{{DAf{{DLb{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DOj{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DOl{ceg}}}}DLd}{{DLf{I`}}}DAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{Ef{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{El{ceg}}}}DLd}{{DLf{I`}}}DAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{Ej{ce}}}}DLd}{{DLf{I`}}}DAdOj}{{{DAf{{EA`{ceg}}}}DLd}{{DLf{I`}}}DAdOj{{Cd{}{{Ch{e}}}}}}{{{DAf{{EDl{ce}}}}DLd}{{DLf{I`}}}DAdDAd}{{{DAf{{DDd{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DN`{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DNf{ceik}}}}DLd}{{DLf{{I`{g}}}}}DAd{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{e}{{Ch{i}}}}}}{{{DAf{{DCd{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DCf{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DFl{ceg}}}}DLd}{{DLf{I`}}}DAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DAf{{E`{c}}}}DLd}{{DLf{I`}}}DAd}{{{DAf{{DCj{c}}}}DLd}{{DLf{I`}}}{DAdID`}}{{{DAf{{DBj{ceg}}}}DLd}{{DLf{I`}}}DOb{{DBf{}{{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{DEl{ce}}}}DLd}{{DLf{I`}}}{}{}}{{{DAf{{DId{ce}}}}DLd}{{DLf{I`}}}{}{}}{{{DAf{{DI`{ce}}}}DLd}{{DLf{I`}}}{}{}}{{{DAf{{DJ`{c}}}}DLd}{{DLf{I`}}}DOb}{{{DAf{{DKb{ce}}}}DLd}{{DLf{I`}}}{}{}}{{{DAf{{DJl{ce}}}}DLd}{{DLf{I`}}}{}{}}{{{DAf{{DL`{ceg}}}}DLd}{{DLf{I`}}}DOb{{DBf{}{{DKn{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EB`{ceg}}}}DLd}{{DLf{I`}}}DOb{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EBb{cgi}}}}DLd}{{DLf{I`}}}DOb{}{{DBf{}{{DKn{{I`{e}}}}{Cf{}}}}}{{Cd{}{{Ch{g}}}}}}{{{DAf{{EBf{c}}}}DLd}{{DLf{I`}}}DOb}{{{DAf{{EBj{c}}}}DLd}{{DLf{I`}}}DOb}{{{DAf{{EAj{c}}}}DLd}{{DLf{I`}}}DOb}{{{DAf{{ECd{c}}}}DLd}{{DLf{I`}}}DOb}{{{DAf{{EKl{cge}}}}DLd}{{DLf{I`}}}{}{{DBf{}{{DKn{{I`{Lf}}}}}}}{{Cd{c}{{Ch{e}}}}}{}}{{{DAf{{ECf{ceg}}}}DLd}{{DLf{I`}}}DOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{ECh{ceg}}}}DLd}{{DLf{I`}}}DOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DAf{{EAf{c}}}}DLd}{{DLf{I`}}}DOb}{{{DAf{{EAh{c}}}}DLd}{{DLf{I`}}}DOb}{{{DAf{{EJf{c}}}}DLd}{{DLf{I`}}}BIn}{{{DAf{{EK`{c}}}}DLd}{{DLf{I`}}}Dl}{{{DAf{{EKb{e}}}}DLd}{{DLf{I`}}}{}{{Cd{}{{Ch{c}}}}}}{{{DAf{{EJb{c}}}}DLd}{{DLf{I`}}}{}}{{{DAf{{EJh{c}}}}DLd}{{DLf{I`}}}Oj}{{{DAf{{EJj{c}}}}DLd}{{DLf{I`}}}{}}{{{DAf{{EJn{e}}}}DLd}{{DLf{I`}}}{}{{DAd{}{{Of{c}}}}}}{{{DAf{{EKd{ce}}}}DLd}{{DLf{I`}}}DAd{{DAd{}{{Of{}}}}}}{{{DAf{{EKh{ceig}}}}DLd}{{DLf{I`}}}DAd{{DAd{}{{Of{}}}}}{}{{Cd{g}{{Ch{EKj}}}}}}{{{DAf{{EKn{cge}}}}DLd}{{DLf{I`}}}{}{{Oj{}{{Ch{{I`{Lf}}}}}}}{{Cd{c}{{Ch{e}}}}}{}}{{{DAf{{EFn{c}}}}DLd}{{DLf{I`}}}DAd}{{DAnDLd}{{DLf{{I`{c}}}}}{}}{{{DAf{{DLb{c}}}}DLd}{{DLf{I`}}}DAd}0{{{DAf{{DIf{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}{{DOb{}{{Cf{AAd}}}}}}{{{DAf{{DEh{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DFf{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{g}}}}}}{{{DAf{{DFh{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}Oj{{IEh{}{{Ch{g}}}}}}{{{DAf{{DGb{c}}}}DLd}{{DLf{{Il{h}}}}}DAd}{{{DAf{{DHh{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DHl{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJh{eg}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}IEh}{{{DAf{{DFj{ceg}}}}DLd}{{DLf{{Il{h}}}}}{}{}{}}{{{DAf{{DLb{e}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}DAd}}{{{DAf{{DOj{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DOl{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{g}}}}}}{{{DAf{{Ef{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{El{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{}{}}{{{DAf{{Ej{eg}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}Oj}{{{DAf{{EA`{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{DDd{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DN`{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DNf{egik}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}{}{}{}}{{{DAf{{DCd{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DCf{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DAd{DF`{c}}}}{{{DAf{{DFl{ceg}}}}DLd}{{DLf{{Il{h}}}}}DAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DAf{{DOn{ec}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}}{{{DAf{{DBj{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{DEl{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DId{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DI`{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJ`{e}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}}{{{DAf{{DKb{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DJl{ce}}}}DLd}{{DLf{{Il{h}}}}}{}{}}{{{DAf{{DL`{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{EB`{gik}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{EBb{egi}}}}DLd}{{DLf{{Il{h}}}}}{}{{DF`{c}}}{}{}}{{{DAf{{EBf{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DOb{DF`{c}}}}{{{DAf{{EBj{c}}}}DLd}{{DLf{{Il{h}}}}}DOb}{{{DAf{{EAj{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DOb{DF`{c}}}}{{{DAf{{ECd{e}}}}DLd}{{DLf{{Il{h}}}}}{}{DOb{DF`{c}}}}{{{DAf{{ECf{gik}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{ECh{gik}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{EAf{g}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}}{{{DAf{{EAh{g}}}}DLd}{{DLf{{Il{h}}}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}}{{{DAf{{DIf{c}}}}DLd{Ml{BBj}}}{{DLf{{Il{DbAAd}}}}}{{DOb{}{{Cf{AAd}}}}DLh}}{{{IDf{c}}c}hOj}{{{IDb{c}}c}h{}}{{{EKf{c}}c}h{DAdDFn}}22{{DAnDb}{{DN`{DAn}}}}{c{{EK`{c}}}Dl}{e{{EKb{e}}}{}{{Cd{}{{Ch{c}}}}}}{{{E`{e}}{DOn{ec}}}{{Il{e{IDl{ec}}}}}{}{{DF`{c}}DFn}}{{{DOn{ec}}{E`{e}}}{{Il{e{IDl{ec}}}}}{}{{DF`{c}}DFn}}{DAn{{DJb{eDAn}}}{}{{DAd{}{{Of{c}}}}}}{{DAnck}{{DNf{DAncik}}}{}{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{ce}{{Ch{i}}}}}}{{ce}{{EKd{ce}}}DAd{{DAd{}{{Of{}}}}}}`{cEKfOh}{DAn{{DNl{DAn}}}}{{cei}{{EKh{ceig}}}DAd{{DAd{}{{Of{}}}}}G`{{Cd{g}{{Ch{EKj}}}}}}{{{DAd{}{{Of{c}}}}}{{Lf{Db{I`{Db}}}}}{}}{{{IDf{c}}}{{Lf{Db{I`{Db}}}}}Oj}{{{IDb{c}}}{{Lf{Db{I`{Db}}}}}Oj}{{{DCl{ce}}}{{Lf{Db{I`{Db}}}}}DAd{{DAd{}{{Of{}}}}}}{{{DEf{c}}}{{Lf{Db{I`{Db}}}}}{DlDAd}}{{{DEh{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{DFf{ceg}}}{{Lf{Db{I`{Db}}}}}DAd{{Oj{}{{Ch{d}}}}}{{IEh{}{{Ch{e}}}}}}{{{DFh{cgi}}}{{Lf{Db{I`{Db}}}}}DAd{}{{Oj{}{{Ch{{I`{e}}}}}}}{{IEh{}{{Ch{g}}}}}}{{{DGb{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{DHh{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{DHl{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DJh{ce}}}{{Lf{Db{I`{Db}}}}}DAdIEh}{{{DFj{ceg}}}{{Lf{Db{I`{Db}}}}}{}{}{}}{{{DLb{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{DOj{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{DOl{ceg}}}{{Lf{Db{I`{Db}}}}}DAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ef{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{El{ceg}}}{{Lf{Db{I`{Db}}}}}DAd{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{Ej{ce}}}{{Lf{Db{I`{Db}}}}}DAdOj}{{{EA`{ceg}}}{{Lf{Db{I`{Db}}}}}DAdOj{{Cd{}{{Ch{e}}}}}}{{{EDl{ce}}}{{Lf{Db{I`{Db}}}}}DAdDAd}{{{DDd{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{DN`{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{DNf{ceik}}}{{Lf{Db{I`{Db}}}}}DAd{}{}{{Oj{}{{Ch{{I`{g}}}}}}}{{Cd{e}{{Ch{i}}}}}}{{{DCd{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{DCf{c}}}{{Lf{Db{I`{Db}}}}}DAd}{{{DFl{ceg}}}{{Lf{Db{I`{Db}}}}}DAd{DAdDFn}{{Cd{}{{Ch{e}}}}}}{{{DCj{c}}}{{Lf{Db{I`{Db}}}}}{DAdID`}}{{{DBj{ceg}}}{{Lf{Db{I`{Db}}}}}DOb{{DBf{}{{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{DEl{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DId{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DI`{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DJ`{c}}}{{Lf{Db{I`{Db}}}}}DOb}{{{DKb{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DJl{ce}}}{{Lf{Db{I`{Db}}}}}{}{}}{{{DL`{ceg}}}{{Lf{Db{I`{Db}}}}}DOb{{DBf{}{{DKn{}}}}}{{Cd{}{{Ch{e}}}}}}{{{EB`{ceg}}}{{Lf{Db{I`{Db}}}}}DOb{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{e}}}}}}{{{EBb{cgi}}}{{Lf{Db{I`{Db}}}}}DOb{}{{DBf{}{{DKn{{I`{e}}}}{Cf{}}}}}{{Cd{}{{Ch{g}}}}}}{{{EBj{c}}}{{Lf{Db{I`{Db}}}}}DOb}{{{EAj{c}}}{{Lf{Db{I`{Db}}}}}DOb}{{{ECd{c}}}{{Lf{Db{I`{Db}}}}}DOb}{{{ECf{ceg}}}{{Lf{Db{I`{Db}}}}}DOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{ECh{ceg}}}{{Lf{Db{I`{Db}}}}}DOb{{DBf{}{{DKn{d}}{Cf{}}}}}{{Cd{}{{Ch{e}}}}}}{{{EJf{c}}}{{Lf{Db{I`{Db}}}}}BIn}{{{EK`{c}}}{{Lf{Db{I`{Db}}}}}Dl}{{{EKb{e}}}{{Lf{Db{I`{Db}}}}}{}{{Cd{}{{Ch{c}}}}}}{{{EJb{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EJh{c}}}{{Lf{Db{I`{Db}}}}}Oj}{{{EJj{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{EJn{e}}}{{Lf{Db{I`{Db}}}}}{}{{DAd{}{{Of{c}}}}}}{{DAnDb}{{DOj{DAn}}}}{{DAng}{{DOl{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{{IDb{{ELj{h}}}}{ELj{h}}}{{Il{hELd}}}}{{{IDb{{ELn{h}}}}{ELn{h}}}{{Il{hELd}}}}{DAn{{Lf{{DOn{DAnc}}{E`{DAn}}}}}{}}{{{DAf{{DEh{e}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}}{{{DAf{{DFf{egi}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{g}}}}}}{{{DAf{{DFh{egi}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}Oj{{IEh{}{{Ch{g}}}}}}{{{DAf{{DGb{c}}}}e}{{Il{h}}}DAd{}}{{{DAf{{DHh{e}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}}{{{DAf{{DHl{ce}}}}g}{{Il{h}}}{}{}{}}{{{DAf{{DJh{eg}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}IEh}{{{DAf{{DFj{ceg}}}}i}{{Il{h}}}{}{}{}{}}{{{DAf{{DLb{e}}}}c}{{Il{h}}}{}{{DF`{c}}DAd}}{{{DAf{{DOj{e}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}}{{{DAf{{DOl{egi}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}{{Oj{}{{Ch{d}}}}}{{Cd{}{{Ch{g}}}}}}{{{DAf{{Ef{e}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}}{{{DAf{{El{egi}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}{}{}}{{{DAf{{Ej{eg}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}Oj}{{{DAf{{EA`{egi}}}}c}{{Il{h}}}{}{{DF`{c}}}{}{}}{{{DAf{{DDd{e}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}}{{{DAf{{DN`{e}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}}{{{DAf{{DNf{egik}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}{}{}{}}{{{DAf{{DCd{e}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}}{{{DAf{{DCf{e}}}}c}{{Il{h}}}{}{DAd{DF`{c}}}}{{{DAf{{DFl{ceg}}}}i}{{Il{h}}}DAd{DAdDFn}{{Cd{}{{Ch{e}}}}}{}}{{{DAf{{DOn{ec}}}}c}{{Il{h}}}{}{{DF`{c}}}}{{{DAf{{DBj{egi}}}}c}{{Il{h}}}{}{{DF`{c}}}{}{}}{{{DAf{{DEl{ce}}}}g}{{Il{h}}}{}{}{}}{{{DAf{{DId{ce}}}}g}{{Il{h}}}{}{}{}}{{{DAf{{DI`{ce}}}}g}{{Il{h}}}{}{}{}}{{{DAf{{DJ`{e}}}}c}{{Il{h}}}{}{{DF`{c}}}}{{{DAf{{DKb{ce}}}}g}{{Il{h}}}{}{}{}}{{{DAf{{DJl{ce}}}}g}{{Il{h}}}{}{}{}}{{{DAf{{DL`{egi}}}}c}{{Il{h}}}{}{{DF`{c}}}{}{}}{{{DAf{{EB`{gik}}}}c}{{Il{h}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{EBb{egi}}}}c}{{Il{h}}}{}{{DF`{c}}}{}{}}{{{DAf{{EBf{e}}}}c}{{Il{h}}}{}{DOb{DF`{c}}}}{{{DAf{{EBj{c}}}}e}{{Il{h}}}DOb{}}{{{DAf{{EAj{e}}}}c}{{Il{h}}}{}{DOb{DF`{c}}}}{{{DAf{{ECd{e}}}}c}{{Il{h}}}{}{DOb{DF`{c}}}}{{{DAf{{ECf{gik}}}}c}{{Il{h}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{ECh{gik}}}}c}{{Il{h}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}{}{}}{{{DAf{{EAf{g}}}}c}{{Il{h}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}}{{{DAf{{EAh{g}}}}c}{{Il{h}}}{}{}{DOb{DF`{c}{{Cf{e}}}}}}{{DAnDb}{{Ef{DAn}}}}{{{Ej{ce}}}{{I`{e}}}DAdOj}{{{Ej{ce}}}I`DAdOj}{{DAnc}{{Ej{DAnc}}}Oj}{{DAng}{{El{DAneg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DAng}{{EA`{DAneg}}}{}Oj{{Cd{c}{{Ch{e}}}}}}{ce{}{}}000000000{cABf{}}000{cJl{}}000{EKjEKj}{{DBhg}{{EAb{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhg}{{EAd{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhDb}{{EAf{DBh}}}}{{DBhDb}{{EAh{DBh}}}}{{DBhDb}{{EAj{DBh}}}}{DBh{{EAl{DBhe}}}{}{G`{BAn{c}}}}{c{{Il{e}}}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBh{{EAn{DBh}}}}{{DBhg}{{EB`{DBheg}}}{}{{Oj{}{{Ch{d}}}}}{{Cd{c}{{Ch{e}}}}}}{{DBhk}{{EBb{DBhik}}}{}{}{}{{DBf{}{{DKn{{I`{e}}}}{Cf{g}}}}}{{Cd{c}{{Ch{i}}}}}}{DBh{{EBf{DBh}}}}{{DBhc}{{EBj{DBh}}}{{K`{{I`{Db}}}}}}{{DBhck}{{EBl{DBhick}}}{}{}{}{{DBf{}{{DKn{c}}{Cf{g}}}}}{{Cd{ce}{{Ch{i}}}}}}{{DBhi}{{EBn{DBhgi}}}{}{}{{DBf{}{{DKn{h}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhck}{{EC`{DBhik}}}{{K`{{I`{Db}}}}}{}{}{{Oj{}{{Ch{{Il{hg}}}}}}}{{Cd{e}{{Ch{i}}}}}}88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{DBh{{ECb{DBh}}}}{{{DAf{c}}DLd}DLf{}}000000000000{{{DAf{{DOb{}{{DKn{c}}{Cf{e}}}}}}DLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{{DAf{c}}DLd}{{DLf{{I`{Il}}}}}{}}000000000000000000000000000000000000000000000000000000{{DBhDLd}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{{DBhDb}{{ECd{DBh}}}}{{DBhi}{{ECf{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{DBhi}{{ECh{DBhgi}}}{}{}{{DBf{}{{DKn{d}}{Cf{e}}}}}{{Cd{c}{{Ch{g}}}}}}{{ci}{{EKl{cig}}}{}{}{{DBf{}{{DKn{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{cJ`{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{ci}{{EKn{cig}}}{}{}{{Oj{}{{Ch{{I`{{Lf{ec}}}}}}}}}{{Cd{c}{{Ch{g}}}}}}{DAn{{ECn{DAnei}}}{}{G`{BAn{c}}}{}{G`{BAn{g}}}}{{DAnc}{{EDl{DAnc}}}DAd}``````{{cg}i{}{}{{An{e}}}{}}00004444444444{cCj{}}0000000005555555555{{c{Cl{e}}}g{}{}{}}0000{c{{HNb{e}}}{}{}}77777{Dbc{}}000000000{Dbh}0000{{{IFd{c}}Df}{{Il{hAAb}}}Jj}{{{IF`{c}}Df}{{Il{hAAb}}}{JjDFn}}{{{IFf{c}}Df}{{Il{hAAb}}}Jj}{{{IEl{c}}Df}{{Il{hAAb}}}{JjDFn}}{{{IFh{c}}Df}{{Il{hAAb}}}{JjDFn}}{cc{}}000000000?????{{}Db}0000{ce{}{}}000000000{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000>>>>>33333333333333333333{{{IFd{c}}}I`{}}{{{IF`{c}}}I`DFn}{{{IFf{c}}}I`{}}{{{IEl{c}}}I`DFn}{{{IFh{c}}}I`DFn}{c{{HNj{e}}}{}{}}{c{{HNl{e}}}{}{}}10{{{IFd{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{IF`{c}}}{{Lf{Db{I`{Db}}}}}DFn}{{{IFf{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{IEl{c}}}{{Lf{Db{I`{Db}}}}}DFn}{{{IFh{c}}}{{Lf{Db{I`{Db}}}}}DFn}{c{{HNn{e}}}{}{}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000{ce{}{}}000000000````{{cg}i{}{}{{An{e}}}{}}00111111{cCj{}}00000222222{{c{Cl{e}}}g{}{}{}}00333{Dbc{}}00000{Dbh}00{{{IEn{c}}Df}{{Il{hAAb}}}{JjDFn}}{{{IFb{c}}Df}{{Il{hAAb}}}{JjDFn}}{{{IFj{c}}Df}{{Il{hAAb}}}{JjDFn}}{cc{}}00000999{{}Db}00::::::{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00:::============{{{IEn{c}}}I`{DAdDFn}}{{{IFb{c}}}I`{DAdDFn}}{{{IFj{c}}}I`{DAdDFn}}{cEKfOh}{{{IEn{c}}}{{Lf{Db{I`{Db}}}}}{DAdDFn}}{{{IFb{c}}}{{Lf{Db{I`{Db}}}}}{DAdDFn}}{{{IFj{c}}}{{Lf{Db{I`{Db}}}}}{DAdDFn}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000````````````````````{{cg}i{}{}{{An{e}}}{}}00000000011111111111111111111{cCj{}}0000000000000000000{EL`IFl}{EL`IFn}{c{{DLf{{I`{c}}}}}{}}55555555555555555555{{{DLf{{Il{ce}}}}}IG`{}{}}{{{DLf{{I`{{Il{ce}}}}}}}IG`{}{}}{{c{Cl{e}}}g{}{}{}}000000000{EL`EL`}{{{DLf{c}}}{{DLf{c}}}Dl}{IGbIGb}{{EL`EL`}h}{{ce}h{}{}}00{{{DLf{c}}{DLf{c}}}HfHOn}{{ce}Hf{}{}}??????????{IFlh}{{}IGd}{Dbc{}}0000{EMbEL`}111111111111111{Ojh}{Dbh}0{{{ELj{c}}}h{}}11111{EL`h}222{{{DLf{c}}{DLf{c}}}dFd}{{IFlIFl}d}{{IGbIGb}d}{{ce}d{}{}}00{{ELdDf}{{Il{hAAb}}}}0{{{ELj{c}}Df}{{Il{hAAb}}}{}}{{IGdDf}{{Il{hAAb}}}}{{{ELn{c}}Df}{{Il{hAAb}}}{}}{{EMbDf}{{Il{hAAb}}}}{{DLdDf}{{Il{hAAb}}}}{{EL`Df}{{Il{hAAb}}}}{{{DLf{c}}Df}{{Il{hAAb}}}Jj}{{IFlDf}{{Il{hAAb}}}}{{IGbDf}{{Il{hAAb}}}}{cc{}}{{{ELn{c}}}{{ELj{c}}}{}}{{{DAf{{Ib{c}}}}}{{ELj{h}}}{{Oj{}{{Ch{h}}}}}}{{{Ib{Oj}}}{{ELj{h}}}}{{{DAf{{Ib{Oj}}}}}{{ELj{h}}}}{{{Ib{c}}}{{ELj{h}}}{{Oj{}{{Ch{h}}}}}}555{{{Ib{Oj}}}{{ELn{h}}}}{{{DAf{{Ib{c}}}}}{{ELn{h}}}{{Oj{}{{Ch{h}}}}Gl}}{{{DAf{{Ib{Oj}}}}}{{ELn{h}}}}{{{Ib{c}}}{{ELn{h}}}{{Oj{}{{Ch{h}}}}Gl}}99{{{Id{c}}}EL`{IGfGlNd}}:{c{{DLf{c}}}{}}{Nnc{}}<{{{If{c}}}IFlIGh}{{{Id{c}}}IFl{IGfGlNd}}>>>>>>>>>>>>{{}{{DLf{{Il{ce}}}}}{}{}}{{}{{DLf{{I`{{Il{ce}}}}}}}{}{}}{IFlEL`}{{{Il{EMhc}}}{{DLf{{Il{eg}}}}}{}{}{{EDb{c}}}}{{{Il{EMhc}}}{{DLf{{I`{{Il{eg}}}}}}}{}{}{{EDb{c}}}}{ce{}{}}000000000{EL`DLd}{{{DLf{c}}e}hAA`GCb}{{}Db}00000000033333333333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}000000000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}000000000{{c{Cl{e}}}g{}{}{}}00000000077777777777777777777{c{}{}}0{{{ELj{c}}}{{ELn{c}}}{}}{EGbOj}::::::::::{{{DLf{c}}}d{}}0{ELdd}{DLdIFn}{{{DLf{c}}g}{{DLf{e}}}{}{}{{Bb{c}{{Ch{e}}}}}}{{{DLf{{I`{{Il{ce}}}}}}i}{{DLf{{I`{{Il{cg}}}}}}}{}{}{}{{Bb{e}{{Ch{g}}}}}}{{{DLf{{Il{ce}}}}i}{{DLf{{Il{cg}}}}}{}{}{}{{Bb{e}{{Ch{g}}}}}}{{{DLf{{Il{ce}}}}i}{{DLf{{Il{ge}}}}}{}{}{}{{Bb{c}{{Ch{g}}}}}}{{{DLf{{I`{{Il{ce}}}}}}i}{{DLf{{I`{{Il{ge}}}}}}}{}{}{}{{Bb{c}{{Ch{g}}}}}}{e{{ELj{c}}}{}{{EGb{c}}}}{{}IGd}{e{{ELn{c}}}{}{{EGb{c}}Gl}}{EL`EMb}{{hIGb}IFl}{{{DAl{h}{{Ch{IFl}}}}{DAl{h}{{Ch{h}}}}{DAl{h}{{Ch{h}}}}{DAl{h}{{Ch{h}}}}}IGb}{{{IGj{EL`}}}EMb}{{}EL`}00{{{DLf{c}}{DLf{c}}}{{I`{Hf}}}BEb}{{{DAf{{ELj{c}}}}DLd}{{DLf{c}}}{}}{{{DAf{{ELn{c}}}}DLd}{{DLf{c}}}{}}{{IGdEL`}h}{{}ELd}{{ELbc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}Gl}}{{ELfc}{{Il{hELd}}}{{Oj{}{{Ch{h}}}}}}{{ELh{ELj{h}}}{{Il{hELd}}}}{{ELfc}{{Il{DNdELd}}}Oj}{{ELl{ELn{h}}}{{Il{hELd}}}}{{ELbc}{{Il{DNdELd}}}{OjGl}}{ELl{{Il{hELd}}}}{ELh{{Il{hELd}}}}{IGd{{I`{EL`}}}}{ce{}{}}00{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000{{{DAf{c}}DLd}DLf{}}0{cJ`{}}00000000066666666666666666666{IFlIGb}{{{Id{EM`}}}h}{IGdh}{EL`h}20{{{Id{c}}}EL`EM`}{DLdEL`}{{{Id{c}}}EMbEM`}{{EL`EL`}d}{{{DAl{EMdEMf}{{Ch{{I`{c}}}}}}}{{Mh{c}}}CJf}0`````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{IGlCM`CMd}h}{{c{Cl{e}}}g{}{}{}}{{cDbi}{{Mh{e}}}AA`CJf{{Oj{}{{Ch{EMh}}}}CJf}{{Bb{{EDn{e}}}{{Ch{g}}}}CJf}}4{{}IGl}{Dbc{}}0{Dbh}{{IGlDf}{{Il{hAAb}}}}{cc{}}09{{{EMj{}{{Ch{c}}}}EMl}h{}}{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};>>>9{{{DAl{}{{Ch{e}}}}}{{Mh{c}}}{}{{DAd{}{{Of{c}}}}CJf}}{{cg}{{Mh{e}}}AA`{}{{DAd{}{{Of{e}}}}CJf}}{{{Ib{{EMj{}{{Ch{c}}}}}}{DAf{{Ib{DAd}}}}}{{DAf{{Ib{DAd}}}}}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{cek}{{Mh{g}}}AA`CJfCJf{{Oj{}{{Ch{{Lf{ge}}}}}}CJf}{{Cd{e}{{Ch{i}}}}CJfNd}}{{IGlcg}{{Jn{{DAf{{Ib{Oj}}}}}}}{{BIn{}{{Of{{Ib{EMj}}}}}}}CJf{{DF`{e}{{Cf{HMd}}}}DFnCJfDl}}````````````````````{{cg}i{}{}{{An{e}}}{}}00000003333333333333333{cCj{}}0000000000000004444444444444444{{c{Cl{e}}}g{}{}{}}0000000{{CLhMf}HAn}{HB`HB`}{HAnHAn}{HBdHBd}{IGnIGn}{IH`IH`}{IHbIHb}{IHdIHd}{HBbHBb}{{ce}h{}{}}0000000`????????`{{}HB`}{{}HBd}{{}IGn}{{}IH`}{{}IHb}{{}HBb}{Dbc{}}000000000000000{{{EN`{}{{EMn{c}}}}{Jn{c}}}h{}}{{HBbc}h{{Cd{HAnDd}}}}{Dbh}0000000{{IHdIHd}d}`{{HB`Df}{{Il{hAAb}}}}{{HAnDf}{{Il{hAAb}}}}{{HBdDf}{{Il{hAAb}}}}{{IGnDf}{{Il{hAAb}}}}{{IH`Df}{{Il{hAAb}}}}{{IHbDf}{{Il{hAAb}}}}{{IHdDf}{{Il{hAAb}}}}{{HBbDf}{{Il{hAAb}}}}`{DdHB`}{cc{}}{HGhHB`}{HGfHB`}22222{HGfIHd}{DdIHd}4{ElHBb}{JlHBb}666666666{ce{}{}}0000000`{{}Db}00000001111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}0000000555555555555555555555555{{CLhCLh}HAn}````{cHAn{{Bb{IHf}}}}```{HAnIHh}{{CLhOb}HAn}```````99999999{{HAn{IHj{MfENjENj}}}HAn}{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}0000000================``{{HBdDd}HBd}{{HBdIGn}HBd}{{HBdIH`}HBd}{{HBdMf}HBd}```````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011?{IHlIHl}{{ce}h{}{}}3{Dbc{}}0{Dbh}{{IHlIHl}d}{{ce}d{}{}}00{{IHlDf}{{Il{hAAb}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}>>>``>{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{cg}i{}{}{{An{e}}}{}}0`{{IHfIHn}h}{{IHfCLhCLhMf}h}3333{cCj{}}000{{IHfCLhCLhCLh}h}5555{IHfHAn}::`{{IHfCLhMf}h}{IHnIHn}{{ce}h{}{}}{IHfh}::{{}IHf}{Dbc{}}000{Dbh}0{{IHfII`}h}`{{IHnDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{{IHfCLh}h}0<{{IHfCLhCLh}h}`{{IHfCLhOb}h}`8{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;``{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0==8``{II`II`}{{ce}h{}{}}?{Dbc{}}0{Dbh}``{{II`Df}{{Il{hAAb}}}}{IHnII`}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555`````5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88`````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000000000099999999999999999999999999999999999999999999999999{cCj{}}0000000000000000000000000000000000000000000000000{IIbIId}{IHhIIf}{IIhIIj}{{IHhENd}{{Ml{Mf}}}}{{IIfENd}{{Ml{Mf}}}}{{IIl{ENl{MfENj}}{Ml{Mf}}}ENd}{{IIn{ENl{MfENj}}{Ml{Mf}}}ENd}0{ce{}{}}0000000000000000000000000000000000000000000000000{IIlIHh}{IInIHh}0`{{}IJ`}{{}{{IJb{IIl}}}}{IIhIJd}{DbIIn}{{c{Cl{e}}}g{}{}{}}000000000000000000000000{IIhh}{FbFb}{IIbIIb}{IIdIId}{{{Fh{ce}}}{{Fh{ce}}}DlDl}{IHhIHh}{IIfIIf}{IIlIIl}{IInIIn}{IJfIJf}{IJhIJh}{IJjIJj}{IIhIIh}{IIjIIj}{{{EOj{c}}}{{EOj{c}}}Dl}{IJlIJl}{IJnIJn}{IK`IK`}{IKbIKb}{IKdIKd}{EObEOb}{ENhENh}{ENdENd}{IKfIKf}{{ce}h{}{}}0000000000000000000000```{ce{}{}}000000000000000000000000{{IIl{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{IIn{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}0{{}Fb}{{}IHh}{{}IIl}{{}IIh}{Dbc{}}0000000000000000000000000000000000000000000000000{Dbh}000000000000000000000000{{IIld}h}{{IInd}h}0{{FbFb}d}{{{Fh{ce}}{Fh{ce}}}dFdFd}{{IJnIJn}d}{{IK`IK`}d}{{IKbIKb}d}{{IKdIKd}d}{{EObEOb}d}{{ENhENh}d}{{ENdENd}d}{{IKfIKf}d}{{ce}d{}{}}00000000000000{{IIbIKf}{{Fh{ENdENh}}}}{{IIdIKf}{{Fh{ENdENh}}}}{{{EOj{c}}IKf}{{Fh{ch}}}{}}{{IJlIKf}{{Fh{ENdENh}}}}{{IIb{Ml{c}}{Ml{e}}}{{IKh{ce}}}{}{}}{{IIl{Ml{IIf}}}h}{{IIn{Ml{IIf}}}h}{IHh{{I`{{Lf{{ENl{MfENj}}{Ml{Mf}}}}}}}}{IIf{{I`{{Lf{{ENl{MfENj}}{Ml{Mf}}}}}}}}{{FbDf}{{Il{hAAb}}}}{{IIbDf}{{Il{hAAb}}}}{{IIdDf}{{Il{hAAb}}}}{{{Fh{ce}}Df}{{Il{hAAb}}}JjJj}{{IHhDf}{{Il{hAAb}}}}{{IIfDf}{{Il{hAAb}}}}{{IJjDf}{{Il{hAAb}}}}{{IIhDf}{{Il{hAAb}}}}{{IIjDf}{{Il{hAAb}}}}{{IJnDf}{{Il{hAAb}}}}{{IK`Df}{{Il{hAAb}}}}{{IKbDf}{{Il{hAAb}}}}{{IKdDf}{{Il{hAAb}}}}{{EObDf}{{Il{hAAb}}}}{{ENhDf}{{Il{hAAb}}}}{{ENdDf}{{Il{hAAb}}}}{{IKfDf}{{Il{hAAb}}}}{{IJhMfc}h{{Cd{{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}}}}{cc{}}000{IIbIId}1{{{Fh{ce}}}cDl{}}222{IHhIIf}333333333333333333333333333333333333333333{cIHh{{Oh{}{{Of{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}}}}{cIIh{{Oh{}{{Of{IIf}}}}}}{ce{}{}}000000000000000000000000{DbENh}{DbENd}{{ENbENd}{{Ml{Mf}}}}{{IKjENd}{{Ml{Mf}}}}{{IHhENd}{{Ml{Mf}}}}{{IIfENd}{{Ml{Mf}}}}{{IIhDb}IIf}{{IIjDb}IIf}{{ENfENh}{{ENl{MfENj}}}}{{IHhENh}{{ENl{MfENj}}}}{{IIfENh}{{ENl{MfENj}}}}{{{EOj{c}}ENh}{{ENl{MfENj}}}ENn}{{ENfENd}{{ENl{MfENj}}}}{{IHhENd}{{ENl{MfENj}}}}{{IIfENd}{{ENl{MfENj}}}}{{{EOj{c}}ENd}{{ENl{MfENj}}}ENn}{{{Fh{ce}}g}hAA`AA`GCb}{{EObc}hGCb}{{ENhc}hGCb}{{ENdc}hGCb}{{IKfc}hGCb}{IHhIJj}{IIfIJj}{{{EOj{c}}}IKl{}}>:9={{{EOj{c}}ENd}c{}}{IIh{{FAh{Db}}}}{IIj{{FAh{Db}}}}{{}Db}000000000000000000000000{ce{}{}}0000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000000000444444444444444444444444444444444444444444444444444{IIbIKn}{IHhIJf}{IIfIJf}0777{IL`IHh}8888888888888888888888888{{{Fh{ce}}}d{}{}}{IIfd}{IIhd}{IIjd}{{IKdIBl}d}{IKbd}109{IIdIKn}98{IIhILb}{IIjILb}{{{EOj{c}}}{{ILd{c}}}{}}{IJlILf}{IHhIJh}{IIfIJh}``{IHh{{I`{{Lf{{ENl{MfENj}}{Ml{Mf}}}}}}}}{IIf{{I`{{Lf{{ENl{MfENj}}{Ml{Mf}}}}}}}}{IIhDb}{IIjDb}{{IIl{ENl{MfENj}}{Ml{Mf}}}ENd}{{IIn{ENl{MfENj}}{Ml{Mf}}}ENd}0`{{{Ml{Mf}}Db}IKj}{{}IHh}{{}IIl}{DbIIn}{{}IIh}{IL`I`}{IJf{{I`{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}}{IJhI`}{IJj{{I`{{Fh{ENdENh}}}}}}{{IIbIKf}{{I`{IKf}}}}{{IIdIKf}{{I`{IKf}}}}{{IIbIKf}IKf}{{IIdIKf}IKf}{ENbDb}{IKjDb}{IHhDb}{IIfDb}{IIlDb}{IInDb}0{ENhDb}{ENdDb}{IKbIKb}``{{{EOj{c}}}{{ILh{c}}}ENn}{{IIb{Ml{c}}{Ml{e}}}{{ILj{ce}}}{}{}}{IJhIJf}```{ENn{{ENl{MfENj}}}}{{IIl{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{IIn{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}0{{IIlDbDb}h}{{IInDbDb}h}0{{IIhDbDbDb}h}{IHh{{ILl{IL`}}}}{IIf{{ILl{IL`}}}}{{}{{FA`{IIl}}}}`{{{Fh{ce}}}cDl{}}{IKbMf}{ce{}{}}0000000000000000000000{ENhDb}{ENdDb}{IKfDb}`{{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}c}{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}{{Fn{Mf}}}}{{IHhc}IHh{{Fn{Mf}}}}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000{cJ`{}}00000000000000000000000088888888888888888888888888888888888888888888888888{DbIHh}{{DbDb}IIl}{{DbDbDb}IIh}{{{Fh{ce}}}{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}ENnENn}{IIl{{FA`{IIl}}}}````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000{{EO`{ENl{MfENj}}MfEOb{Ml{Mf}}}h}{{{IJb{c}}{ENl{MfENj}}MfEOb}hEO`}{{EO`{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}EOb{Ml{Mf}}}h}{{{IJb{c}}{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}EOb}hEO`}{{EO`{EOh{Mf}}{Ml{Mf}}}{{Lf{ENdENd}}}}{{{IJb{c}}{EOh{Mf}}}{{Lf{ENdENd}}}EO`}{{EO`{ENl{MfENj}}{Ml{Mf}}}ENd}{{{IJb{c}}{ENl{MfENj}}}ENdEO`}{{EO`{EOj{{ENl{MfENj}}}}{Ml{Mf}}}h}{{EOl{EOj{{ENl{MfENj}}}}}h}{{{IJb{c}}{EOj{{ENl{MfENj}}}}}hEO`}{{EO`{EOn{MfENj}}EOb{Ml{Mf}}}h}{{{IJb{c}}{EOn{MfENj}}EOb}hEO`}{{EO`{EOn{MfENj}}F`EOb{Ml{Mf}}}h}{{{IJb{c}}{EOn{MfENj}}F`EOb}hEO`}{{{FA`{c}}{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}{EOf{Mf}}}hEO`}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{ENl{MfENj}}}h}{{{FA`{c}}{EOd{MfENj}}{EOf{Mf}}Fb{ENl{MfENj}}}hEO`}{ce{}{}}000000000{cCj{}}000000000={{{Fj{c}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`}{{{Fl{ce}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`{{Fn{Mf}}}}>{{{IJb{c}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`}4444444444``{{{Ff{}{{Fd{c}}}}}c{}}{{{Fj{c}}}{}{FfEO`}}{{{Fj{c}}}{}Ff}{{{Fl{ce}}}{}Ff{}}{{{FA`{c}}}{}{EO`Ff}}{{{FA`{c}}}{}{FfEO`}}{{{IJb{e}}}c{}{{Ff{}{{Fd{c}}}}EO`}}{{{IJb{c}}}{}{EO`Ff}}{{c{Cl{e}}}g{}{}{}}0000{F`F`}{{{IJb{c}}}{{IJb{c}}}{DlEO`}}{{ce}h{}{}}0{EOlh}{EO`h}{{{FA`{c}}}hEO`}0{{{IJb{c}}}hEO`}{ce{}{}}0000{{EO`{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}h}{{{Fj{c}}{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`}{{{Fl{ce}}{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`{{Fn{Mf}}}}{{{FA`{c}}{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}ENdEO`}{{{FA`{c}}{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}hEO`}{{{IJb{c}}{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`}{{{IJb{c}}{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}ENdEO`}{{{FA`{c}}}{{ENl{MfENj}}}EO`}{{}F`}{{}{{IJb{c}}}{EO`G`}}{Dbc{}}000000000{Dbh}0000{{EO`d}h}{{{Fj{c}}d}hEO`}{{{Fl{ce}}d}hEO`{{Fn{Mf}}}}{{{IJb{c}}d}hEO`}0{{F`F`}d}{{{IJb{c}}{IJb{c}}}d{FdEO`}}{{EO`{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}h}{{{IJb{IIl}}{Ml{IIf}}}h}{{EO`Mf}{{Fj{EO`}}}}{{{FA`{c}}Mf}{{FA`{{Fj{c}}}}}EO`}{{{IJb{c}}Mf}{{IJb{{Fj{c}}}}}EO`}{{F`Df}{{Il{hAAb}}}}0{{{IJb{c}}Df}{{Il{hAAb}}}{JjEO`}}{cc{}}000000000{ce{}{}}0000{{{IJb{c}}e}h{AA`EO`}GCb}{{EOlMf}h}{{{FA`{c}}Mf}hEO`}{{}Db}0000{{{IJb{c}}}cEO`}05555555555{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}00009999999999499999{{EO`{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}}h}{{{Fj{c}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`}{{{Fl{ce}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`{{Fn{Mf}}}}{{{FA`{c}}{ENl{MfENj}}}hEO`}{{{FA`{c}}{ENl{MfENj}}}ENdEO`}{{{IJb{c}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`}{{{IJb{c}}{ENl{MfENj}}}ENdEO`}632{{cMf}{{Fj{c}}}EO`}{{ce}{{Fl{ce}}}{}{}}{c{{FA`{c}}}EO`}{MfF`}{{}{{IJb{c}}}{G`EO`}}{EO`Db}{{{Fj{c}}}DbEO`}{{{Fl{ce}}}DbEO`{{Fn{Mf}}}}{{{IJb{c}}}DbEO`}{{F`F`}{{I`{Hf}}}}{{EO`{Fh{{ENl{MfENj}}{ENl{MfENj}}}}{Ml{Mf}}}h}{{{IJb{c}}{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}hEO`}{{EO`{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}}h}{{{Fj{c}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`}{{{Fl{ce}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`{{Fn{Mf}}}}{{{FA`{c}}{ENl{MfENj}}{ENl{MfENj}}}ENdEO`}{{{FA`{c}}{ENl{MfENj}}{ENl{MfENj}}}hEO`}{{{IJb{c}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENdEO`}{{{IJb{c}}{ENl{MfENj}}{ENl{MfENj}}}ENdEO`}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{EOd{MfENj}}}h}{{{FA`{c}}{EOd{MfENj}}{EOf{Mf}}Fb{EOd{MfENj}}}hEO`}{{EOl{EOd{MfENj}}{EOd{MfENj}}{EOd{MfENj}}}h}{{{FA`{c}}{EOd{MfENj}}{EOd{MfENj}}{EOd{MfENj}}}hEO`}{{EOlMf}h}{{{FA`{c}}Mf}hEO`}{{EOl{EOd{MfENj}}}h}{{{FA`{c}}{EOd{MfENj}}}hEO`}10{{EOl{EOd{MfENj}}{EOd{MfENj}}}h}{{{FA`{c}}{EOd{MfENj}}{EOd{MfENj}}}hEO`}54{{EO`DbDb}h}{{EOlDbDb}h}{{{Fj{c}}DbDb}hEO`}{{{Fl{ce}}DbDb}hEO`{{Fn{Mf}}}}{{{FA`{c}}DbDb}hEO`}0{{{IJb{c}}DbDb}hEO`}0{{{Fj{c}}Mf}hEO`}{{{Fl{ce}}e}h{}{}}{{{FA`{{Fl{ce}}}}e}hEO`{{Fn{Mf}}}}{{EOl{ENl{MfENj}}{ENl{MfENj}}}h}{{{FA`{c}}{ENl{MfENj}}{ENl{MfENj}}}hEO`}{{EOl{ENl{MfENj}}}h}{{{FA`{c}}{ENl{MfENj}}}hEO`}>={{EOl{EOd{MfENj}}}h}{{{FA`{c}}{EOd{MfENj}}}hEO`}{ce{}{}}0{cABf{}}{cJl{}}``{{EO`c}{{Fl{EO`c}}}{{Fn{Mf}}}}{{{FA`{c}}e}{{FA`{{Fl{ce}}}}}EO`{{Fn{Mf}}}}{{{IJb{c}}e}{{IJb{{Fl{ce}}}}}EO`{{Fn{Mf}}}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00008888888888{{EOlMf}h}{{{FA`{c}}Mf}hEO`}{{DbDb}{{IJb{c}}}{G`EO`}}{EO`{{FA`{EO`}}}}{{{IJb{c}}}{{FA`{c}}}EO`}{c{{IJb{c}}}EO`}```````{{cg}i{}{}{{An{e}}}{}}0000??????????{cCj{}}000000000{{IJ`ENd}IKf}{ce{}{}}000000000{IJ`IIb}{{c{Cl{e}}}g{}{}{}}0000{{{ILj{ce}}}{{ILj{ce}}}DlDl}{IJ`IJ`}{{{IKh{ce}}}{{IKh{ce}}}DlDl}{IKnIKn}{{{ILn{ce}}}{{ILn{ce}}}DlDl}{{ce}h{}{}}000088888{{IJ`ENhENhENd}IKf}{{}IJ`}{Dbc{}}000000000{Dbh}0000{{IJ`d}{{I`{IKf}}}}{{{ILj{ce}}}{{IKh{ce}}}{}{}}{{{ILj{ce}}Df}{{Il{hAAb}}}JjJj}{{IJ`Df}{{Il{hAAb}}}}{cc{}}000000000{ce{}{}}0000{{{ILj{ce}}ENh}{{ENl{MfENj}}}ENnENn}{{{ILj{ce}}ENd}{{ENl{MfENj}}}ENnENn}{{{ILj{ce}}ENd}c{}{}}{{{ILj{ce}}ENh}e{}{}}{{}Db}00005555555555{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000999999999999999999{{{ILj{ce}}}IKn{}{}}{{IJ`ENd}IKf}{{}IJ`}{{{IKh{ce}}}{{I`{{Fh{ce}}}}}{}{}}{IKn{{I`{{Fh{ENdENh}}}}}}{{{ILn{ce}}}{{I`{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}ENnENn}{{{IKh{ce}}}{{ILn{ce}}}ENnENn}{{IJ`ENhENd}IKf}{ce{}{}}0000{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00003333333333{DbIJ`}`````````````````````````````````````{{{IM`{c}}}cFAd}`{{{IMb{c}}}{{EOh{c}}}FAd}0{{cg}i{}{}{{An{e}}}{}}00000000{{{EOf{c}}{EOf{c}}}{{EOf{c}}}{An{AHb{}{{Ch{}}}}}}{{{EOf{c}}{EOf{c}}}{{EOf{c}}}{{AHb{}{{Ch{}}}}}}{{{EOf{c}}{EOf{c}}}hAHd}{{{FAb{}{{AJl{c}}}}c}{{FAb{}{{AJl{c}}}}}FAd}{{{IMd{c}}c}{{IMd{c}}}FAd}0{{{IMf{c}}c}{{IMf{c}}}FAd}0{{{EOh{c}}c}{{EOh{c}}}FAd}0{{{IMh{c}}c}{{IMh{c}}}FAd}0`{{{EOf{c}}{EOf{c}}}{{EOf{c}}}{{IMj{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}IMlIMnAn}}{{}cFBj}{{{EOf{c}}{EOf{c}}c}d{}}{{{FAb{}{{AJl{c}}}}c}cFAd}{{{IMd{c}}c}cFAd}0{{{IMf{c}}c}cFAd}0{{{EOh{c}}c}cFAd}{{{IMh{c}}c}cFAd}`{ce{}{}}00000000000000000{cCj{}}00000000000000000{{{IM`{c}}}cFAd}`{{{IMb{c}}}{{EOh{c}}}FAd}{{{IMf{c}}}{{EOh{c}}}FAd}{{{IMh{c}}}{{EOh{c}}}FAd}2{{{FAb{}{{AJl{c}}}}c}{{FAb{}{{AJl{c}}}}}FAd}{{{IMd{c}}c}{{IMd{c}}}FAd}0{{{IMf{c}}c}{{IMf{c}}}FAd}0{{{EOh{c}}c}{{EOh{c}}}FAd}0{{{IMh{c}}c}{{IMh{c}}}FAd}0::::::::::::::::::{{{IMd{c}}}{{EOn{cENj}}}FAd}{{{IMf{c}}}{{EOn{cENj}}}FAd}{{{EOh{c}}}{{EOn{cENj}}}FAd}{{{IMh{c}}}{{EOn{cENj}}}FAd}{{{IMb{c}}}{{EOn{cENj}}}FAd}{{{IMd{c}}}{{Lf{cc}}}FAd}{{{IMf{c}}}{{Lf{cc}}}FAd}{{{IMh{c}}}{{Lf{cc}}}FAd}{{{IMb{c}}}{{Lf{cc}}}FAd}3210{{{IMh{c}}}{{IMb{c}}}FAd}{{{IM`{c}}}cFAd}`{{{IMb{c}}}{{EOh{c}}}FAd}{{c{Cl{e}}}g{}{}{}}00000000{{{EOf{c}}}{{EOf{e}}}{IN`An}IN`}2`{{{ENl{cENj}}c}{{IMd{c}}}FAd}{{{EOh{c}}{EOn{cENj}}}{{I`{{EOh{c}}}}}FAd}{{{EOh{c}}{FAh{c}}}{{I`{{EOh{c}}}}}FAd}0{{{IMd{c}}}{{IMd{c}}}Dl}{{{INb{c}}}{{INb{c}}}Dl}{{{IMf{c}}}{{IMf{c}}}Dl}{{{EOh{c}}}{{EOh{c}}}Dl}{{{INd{c}}}{{INd{c}}}Dl}{{{IM`{c}}}{{IM`{c}}}Dl}{{{IMh{c}}}{{IMh{c}}}Dl}{{{IMb{c}}}{{IMb{c}}}Dl}{{{EOf{c}}}{{EOf{c}}}Dl}{{ce}h{}{}}00000000{{{EOh{c}}{ENl{cENj}}}{{ENl{cENj}}}FAd}{{{IMh{c}}{ENl{cENj}}}cFAd}{ce{}{}}00000000{{{IMb{c}}{ENl{cENj}}}dFAd}{{{EOh{c}}{EOh{c}}}dFAd}````{{{IMf{c}}{IMf{c}}}{{FCf{{ENl{cENj}}}}}FAd}{{{IMf{c}}{IMf{c}}}{{FCf{{Lf{cc}}}}}FAd}{{}{{EOf{c}}}G`}{c{{EOf{c}}}FB`}{Dbc{}}00000000000000000{{{FAb{}{{AJl{c}}}}c}{{EOd{cENj}}}FAd}{{{IMd{c}}c}{{EOd{cENj}}}FAd}{{{IMf{c}}c}{{EOd{cENj}}}FAd}0{{{EOh{c}}c}{{EOd{cENj}}}FAd}{{{IMh{c}}c}{{EOd{cENj}}}FAd}0{{{EOh{c}}{ENl{cENj}}}cFAd}{{{INd{c}}{ENl{cENj}}}cFAd}{{{IM`{c}}{ENl{cENj}}}cFAd}{{{IMh{c}}{ENl{cENj}}}cFAd}{{{EOf{c}}c}{{EOf{c}}}{{AMl{}{{Ch{}}}}}}{{{EOf{c}}{EOf{c}}}c{{AMl{}{{Ch{}}}}}}{{{EOf{c}}c}hAKh}{{{IMf{c}}c{ENl{cENj}}}{{IMf{c}}}FAd}{{{IMh{c}}c{ENl{cENj}}}{{IMh{c}}}FAd}{{{IMf{c}}c{ENl{cENj}}c}{{IMf{c}}}FAd}{Dbh}00000000{{{FAb{}{{AJl{c}}}}c}cFAd}{{{IMf{c}}c}cFAd}0{{{EOh{c}}c}cFAd}{{{IMh{c}}c}cFAd}0322100{{{IMd{c}}}{{EOf{c}}}FAd}{FAdFAd}{{{IMd{c}}{IMd{c}}}dFd}{{{INb{c}}{INb{c}}}dFd}{{{IMf{c}}{IMf{c}}}dFd}{{{EOh{c}}{EOh{c}}}dFd}{{{IM`{c}}{IM`{c}}}dFd}{{{IMh{c}}{IMh{c}}}dFd}{{{IMb{c}}{IMb{c}}}dFd}{{{EOf{c}}{EOf{c}}}dFd}{{{INd{c}}}{{IM`{c}}}FAd}{{ce}d{}{}}00000{{{IMd{c}}}{{EOn{cENj}}}FAd}{{{IMf{c}}}{{EOn{cENj}}}FAd}{{{IMh{c}}}{{EOn{cENj}}}FAd}{{{IMd{c}}}{{Lf{cc}}}FAd}{{{IMf{c}}}{{Lf{cc}}}FAd}{{{IMh{c}}}{{Lf{cc}}}FAd}210{{{IMf{c}}}{{Lf{{IM`{c}}{IM`{c}}}}}FAd}{{{IMh{c}}}{{Lf{{IM`{c}}{IM`{c}}}}}FAd}`{{{IMd{c}}c}{{INf{c}}}FAd}{{{IMf{c}}c}{{INh{c}}}FAd}{{{IMh{c}}c}{{INj{c}}}FAd}{{{IMh{c}}c}{{INl{c}}}FAd}{{{IMh{c}}c}cFAd}{{{FAb{}{{AJl{c}}}}}{{FAb{}{{AJl{c}}}}}FAd}{{{IMd{c}}}{{IMd{c}}}FAd}0{{{IMf{c}}}{{IMf{c}}}FAd}0{{{EOh{c}}}{{EOh{c}}}FAd}0{{{IMh{c}}}{{IMh{c}}}FAd}0{{{IMd{c}}Df}{{Il{hAAb}}}Jj}{{{INb{c}}Df}{{Il{hAAb}}}Jj}{{{IMf{c}}Df}{{Il{hAAb}}}Jj}{{{EOh{c}}Df}{{Il{hAAb}}}Jj}{{{INd{c}}Df}{{Il{hAAb}}}Jj}{{{IM`{c}}Df}{{Il{hAAb}}}Jj}{{{IMh{c}}Df}{{Il{hAAb}}}Jj}{{{IMb{c}}Df}{{Il{hAAb}}}Jj}{{{EOf{c}}Df}{{Il{hAAb}}}Jj}{{{IMd{c}}e}hFAd{{Cd{{IMf{c}}}}}}{{{INb{c}}e}hFAd{{Cd{{IMf{c}}}}}}{{{IMd{c}}ce}hFAd{{Cd{{EOh{c}}}}}}{{{INb{c}}ce}hFAd{{Cd{{EOh{c}}}}}}{{{IMf{c}}ce}hFAd{{Cd{{EOh{c}}}}}}{{{IMh{c}}ce}hFAd{{Cd{{EOh{c}}}}}}{{{FAb{}{{AJl{c}}}}cCd}hFAd}{{{IMd{c}}ce}hFAd{{Cd{{EOh{c}}{FAh{c}}}}}}{{{IMd{c}}Cd}hFAd}{{{INb{c}}ce}hFAd{{Cd{{EOh{c}}{FAh{c}}}}}}{{{IMf{c}}Cd}hFAd}{{{IMf{c}}ce}hFAd{{Cd{{EOh{c}}{FAh{c}}}}}}{{{EOh{c}}Cd}hFAd}{{{IMh{c}}Cd}hFAd}{{{IMh{c}}ce}hFAd{{Cd{{EOh{c}}{FAh{c}}}}}}{{{IMf{c}}e}hFAd{{Cd{c}}}}{{{IMd{c}}e}hFAd{{Cd{c}}}}101{{{IMf{c}}e}hFAd{{Cd{{IMf{c}}}}}}{{{IMh{c}}e}hFAd{{Cd{{IMh{c}}}}}}{{{IMf{c}}e}hFAd{{Cd{{FAh{c}}}}}}{{{IMh{c}}e}hFAd{{Cd{{FAh{c}}}}}}{{{IMd{c}}e}hFAd{{Cd{{IMh{c}}}}}}{{{INb{c}}e}hFAd{{Cd{{IMh{c}}}}}}{{{IMf{c}}ce}hFAd{{Cd{{IMh{c}}}}}}{{{IMd{c}}e}hFAd{{Cd{{IMh{c}}{FAh{c}}}}}}{{{INb{c}}e}hFAd{{Cd{{IMh{c}}{FAh{c}}}}}}{{{IMf{c}}ce}hFAd{{Cd{{IMh{c}}{FAh{c}}}}}}98769876{{}{{EOf{c}}}{IMn{AHb{}{{Ch{}}}}}}00{{{FAb{}{{AJl{c}}}}}{{ENl{cENj}}}FAd}{{{IMd{c}}}{{ENl{cENj}}}FAd}{{{INb{c}}}{{IMd{c}}}FAd}1{cc{}}0{{{IMf{c}}}{{ENl{cENj}}}FAd}01{{{EOh{c}}}{{ENl{cENj}}}FAd}20222{{{IMh{c}}}{{ENl{cENj}}}FAd}033````333333333{ce{}{}}000000005{{{EOf{c}}}c{}}{{{IMd{c}}c}{{EOf{c}}}FAd}{{{EOf{c}}e}hAA`GCb}`{{{EOh{c}}c}{{I`{{ENl{cENj}}}}}FAd}{{{EOh{c}}c}{{I`{c}}}FAd}{{}Db}00000000{{{EOh{c}}{EOh{c}}}{{I`{{ENl{cENj}}}}}FAd}{{{INd{c}}{INd{c}}}{{I`{{ENl{cENj}}}}}FAd}{{{EOh{c}}{EOh{c}}}{{I`{{Lf{cc}}}}}FAd}{{{EOh{c}}{EOh{c}}}dFAd}{{{IMb{c}}{IMb{c}}}dFAd}{{{INd{c}}{EOn{cENj}}}dFAd}{{{EOh{c}}{INd{c}}}dFAd}{{{IMb{c}}{EOh{c}}}dFAd}>>>>>>>>>>>>>>>>>>{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000{ce{}{}}00000000000000000000000000{{{IM`{c}}}{{IM`{c}}}FAd}{{{IMh{c}}c}dFAd}{{{EOf{c}}}dFCh}{{{IM`{c}}}dFAd}{{{IMf{c}}c}dFAd}3{{{IMf{c}}}dFAd}{{{IMh{c}}}dFAd}2{{{INb{c}}}dFAd}42121`{{{EOh{c}}}cFAd}{{{IMh{c}}}cFAd}{{{EOf{c}}{EOf{c}}c}{{EOf{c}}}{{IMj{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}IMlIMnAn}}{{{EOh{c}}{INd{c}}}{{I`{{ENl{cENj}}}}}FAd}{{{EOh{c}}{INd{c}}}{{I`{c}}}FAd}{{{IMf{c}}{INd{c}}}{{FCf{{ENl{cENj}}}}}FAd}{{{IMh{c}}{INd{c}}}{{FCf{{ENl{cENj}}}}}FAd}{{{IMf{c}}{INd{c}}}{{FCf{c}}}FAd}{{{IMh{c}}{INd{c}}}{{FCf{c}}}FAd}{{{IMf{c}}{EOh{c}}}{{FCf{{ENl{cENj}}}}}FAd}{{{IMh{c}}{EOh{c}}}{{FCf{{ENl{cENj}}}}}FAd}{{{IMf{c}}{EOh{c}}}{{FCf{{Lf{cc}}}}}FAd}{{{IMh{c}}{EOh{c}}}{{FCf{{Lf{cc}}}}}FAd}{{{IMh{c}}}{{I`{c}}}FAd}0```````{{{EOh{c}}}{{ENl{cENj}}}FAd}`{{{EOf{c}}c}{{EOf{c}}}{{AMj{}{{Ch{}}}}}}{{{EOf{c}}c}hBHd}{{{EOf{c}}}{{EOf{c}}}{{AL`{}{{Ch{}}}}}}{{ccc}{{IM`{c}}}FAd}{{{IM`{c}}}{{EOd{cENj}}}FAd}{{{IMf{c}}c}M`FAd}{{{IM`{c}}c}{{IM`{c}}}FAd}{{{EOh{c}}{INd{c}}}dFAd}{{{EOh{c}}{EOh{c}}}dFAd}{{{IM`{c}}{ENl{cENj}}}{{IM`{c}}}FAd}{{{EOf{c}}{EOf{c}}}{{I`{Hf}}}BEb}{{}{{EOf{c}}}{IMn{AHb{}{{Ch{}}}}}}{{cc}{{ENl{cENj}}}{}}`{{{EOf{c}}}{{EOf{c}}}{{AEn{}{{Ch{}}}}{IMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}INnIMnBEbAn}}{{{IM`{c}}{ENl{cENj}}}{{ENl{cENj}}}FAd}`{{{IMf{c}}{IMh{c}}}{{FCf{{ENl{cENj}}}}}FAd}{{{IMf{c}}{IMh{c}}}{{FCf{{Lf{cc}}}}}FAd}{c{{EOf{c}}}{}}```{{{FAb{}{{AJl{c}}}}c}{{ENl{cENj}}}FAd}{{{IMd{c}}c}{{ENl{cENj}}}FAd}0{{{IMf{c}}c}{{ENl{cENj}}}FAd}0{{{EOh{c}}c}{{ENl{cENj}}}FAd}0{{{IMh{c}}c}{{ENl{cENj}}}FAd}0{{{IMd{c}}c}{{EOd{cENj}}}FAd}{{{EOh{c}}c}hFAd};{{{INd{c}}{ENl{cENj}}}cFAd}{{{IM`{c}}{ENl{cENj}}}cFAd}{{{EOf{c}}}{{Lf{cc}}}IO`}{{cc}{{FAf{cENj}}}{}}{{{IMf{c}}c}{{FCf{c}}}FAd}{{{EOh{c}}c}cFAd}100{{{IM`{c}}c}{{I`{c}}}FAd}10{{{FAb{}{{AJl{c}}}}c}{{Lf{{FAb{}{{AJl{c}}}}{FAb{}{{AJl{c}}}}}}}FAd}{{{IMd{c}}c}{{Lf{{IMd{c}}{IMd{c}}}}}FAd}0{{{IMf{c}}c}{{Lf{{IMf{c}}{IMf{c}}}}}FAd}0{{{EOh{c}}c}{{Lf{{EOh{c}}{EOh{c}}}}}FAd}0{{{IMh{c}}c}{{Lf{{IMh{c}}{IMh{c}}}}}FAd}01{{{FAb{}{{AJl{c}}}}{FAh{c}}}{{FAb{}{{AJl{c}}}}}FAd}{{{IMd{c}}{FAh{c}}}{{IMd{c}}}FAd}0{{{IMf{c}}{FAh{c}}}{{IMf{c}}}FAd}0{{{EOh{c}}{FAh{c}}}{{EOh{c}}}FAd}0{{{IMh{c}}{FAh{c}}}{{IMh{c}}}FAd}0{{{EOh{c}}{ENl{cENj}}}cFAd}{{{INd{c}}{ENl{cENj}}}cFAd}{{{IMh{c}}{ENl{cENj}}}cFAd}{{{EOh{c}}}cFAd}`{{{EOf{c}}{EOf{c}}}{}{{AEn{}{{Ch{}}}}}}{{{EOf{c}}{EOf{c}}}hBGn}{e{{EOf{c}}}{AHbINn}{{BIn{}{{Of{{EOf{c}}}}}}}}{e{{EOf{c}}}{AHbAnINn}{{BIn{}{{Of{{EOf{c}}}}}}}}``{{{IM`{c}}}{{EOd{cENj}}}FAd}{{{FAb{}{{AJl{c}}}}}{{ENl{cENj}}}FAd}{{{IMd{c}}}{{ENl{cENj}}}FAd}0{{{IMf{c}}}{{ENl{cENj}}}FAd}0{{{EOh{c}}}{{ENl{cENj}}}FAd}0{{{IMh{c}}}{{ENl{cENj}}}FAd}0````{{{INb{c}}}{{IMd{c}}}FAd}{{{IMh{c}}}{{IMf{c}}}FAd}{{{EOf{c}}}cFB`}{{{IMf{c}}}{{IMf{Mf}}}FAd}{{{EOh{c}}}{{EOh{Mf}}}FAd}{{{INd{c}}}{{INd{Mf}}}FAd}{{{IMh{c}}}{{IMh{Mf}}}FAd}{{{EOf{c}}}{{EOf{Mf}}}{IN`An}}{{{IMf{c}}}{{IMf{Nl}}}FAd}{{{EOh{c}}}{{EOh{Nl}}}FAd}{{{INd{c}}}{{INd{Nl}}}FAd}{{{IMh{c}}}{{IMh{Nl}}}FAd}{{{EOf{c}}}{{EOf{Nl}}}{IN`An}}{{{EOh{c}}}{{INd{c}}}FAd}{ce{}{}}00000000{{{IMf{c}}}{{IMh{c}}}FAd}{{{IMf{c}}}cFAd}{{{IMd{c}}}{{INb{c}}}FAd}{{{EOh{c}}}{{EOd{cENj}}}FAd}`{{{IMb{c}}e}{{IMb{c}}}FAd{{Fn{c}}}}{{{IMf{c}}e}{{IMf{c}}}FAd{{Fn{c}}}}{{{EOh{c}}e}{{EOh{c}}}FAd{{Fn{c}}}}{{{IMh{c}}e}{{IMh{c}}}FAd{{Fn{c}}}}{{{EOh{c}}{EOd{cENj}}}{{EOh{c}}}FAd}{{{EOf{c}}}{{I`{{EOf{e}}}}}{IN`An}IN`}{c{{Il{e}}}{}{}}00000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000{{}{{EOf{c}}}{IMn{AHb{}{{Ch{}}}}}}{cJ`{}}00000000>>>>>>>>>>>>>>>>>>`{MfFAd}{{cc}{{EOd{cENj}}}{}}`{{{EOh{c}}c}{{I`{{ENl{cENj}}}}}FAd}{{{EOh{c}}c}{{I`{c}}}FAd}`{{{FAb{}{{AJl{c}}}}c}cFAd}{{{IMd{c}}c}cFAd}0{{{IMf{c}}c}cFAd}0{{{EOh{c}}c}cFAd}0{{{IMh{c}}c}cFAd}0```{{{IMf{c}}}cFAd}{{{IMh{c}}}cFAd}10``655443322```1010{{}{{EOf{c}}}INn}````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}`2{Dbc{}}0{Dbh}`{cc{}}`05{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}79999`{{{INf{c}}}{{I`{{ENl{cENj}}}}}FAd}``````{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}==```````>>>>>==========<<<<<<<<<<{{{FCf{c}}}{{Ml{c}}}{}}{{{FCf{c}}}{}{}}1{IObEl}12020{ce{}{}}3001000300100?????{{{FCf{c}}}Db{}}{IObDb}{c{{HNb{e}}}{}{}}0{{{FCf{c}}}h{}}{IObh}{{{FCf{c}}}{{FCf{c}}}Dl}{{{IOd{c}}}{{IOd{c}}}Dl}{IObIOb}{{{IOf{c}}}{{IOf{c}}}Dl}{{{FCf{c}}{FCf{c}}}hDl}{{IObIOb}h}{{ce}h{}{}}000{{{FCf{c}}{FCf{c}}}HfHOn}{{IObIOb}Hf}{{{IOf{c}}{IOf{c}}}HfHOn}{{ce}Hf{}{}}00{ce{}{}}0000{{}{{FCf{c}}}{}}{{}IOb}{Dbc{}}{{{FCf{c}}}{}{}}111{IObEl}21222022{{{FCf{c}}e}{{IOh{c}}}{}{{ANd{Db}}}}{{{FCf{c}}}h{}}{Dbh}{{{IOd{c}}}h{}}1{{{IOh{c}}}h{}}222{{{IOf{c}}}c{}}{{{FCf{c}}{Ml{c}}}dFd}{{{FCf{c}}{FCf{c}}}dFd}{{IObEl}d}{{IObIOb}d}{{{IOf{c}}{IOf{c}}}dFd}{{ce}d{}{}}00000000{{{FCf{c}}e}h{}{{Oh{}{{Of{c}}}}}}{{{FCf{BBj}}}{{Il{hAAd}}}}{{{FCf{c}}Df}{{Il{hAAb}}}Jj}{{{IOd{c}}Df}{{Il{hAAb}}}Jj}{{IObDf}{{Il{hAAb}}}}0{{{IOf{c}}Df}{{Il{hAAb}}}{}}0{cc{}}{{{ADf{c}}}{{FCf{c}}}{}}111{El{{Il{IOb{IOf{El}}}}}}222222{{{ADf{BBj}}}{{Il{IObIOj}}}}{e{{FCf{c}}}{}{{Oh{}{{Of{c}}}}}}{ce{}{}}0000{El{{Il{IOb}}}}{{{FCf{c}}{FCf{c}}}dBEb}{{IObIOb}d}{{IObEl}d}210{{{FCf{c}}e}hAA`GCb}{{IObc}hGCb}{{}Db}0000{{{FCf{c}}Dbc}h{}}8888888888{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000<<<<<<<<<<{{{FCf{c}}}{{Il{{ADf{c}}{FCf{c}}}}}{}}{{{FCf{c}}}{{ADf{c}}}{}}{{{FCf{c}}}{}{}}{{{FCf{c}}}{{IOd{c}}}{}}1{ce{}{}}000000{{{FCf{c}}}d{}}{IObd}10{{{FCf{c}}{FCf{c}}}dBEb}{{IObEl}d}{{IObIOb}d}{{{FCf{c}}}Db{}}{IObDb}432{{}{{FCf{c}}}{}}{{}IOb}{c{{IOf{c}}}{}}21{{{IOd{c}}}I`{}}{{{IOh{c}}}I`{}}10{c{{HNj{e}}}{}{}}0{c{{HNl{e}}}{}{}}01100{{{FCf{c}}{FCf{c}}}{{I`{Hf}}}BEb}{{IObEl}{{I`{Hf}}}}{{IObIOb}{{I`{Hf}}}}{{{IOf{c}}{IOf{c}}}{{I`{Hf}}}BEb}{{{FCf{c}}}{{I`{c}}}{}}{IOb{{I`{HC`}}}}{{{FCf{c}}Db}{{I`{c}}}{}}{{{FCf{c}}c}h{}}{{IObHC`}h}{{IObEl}h}2{{{FCf{c}}}Db{}}{IObDb}{{{FCf{c}}Db}c{}}{{IObDb}HC`}{{{FCf{c}}e}h{}{{Cd{c}{{Ch{d}}}}}}{{{FCf{c}}Db}h{}}{{IObDb}h}{{{IOf{c}}}IOf{}}{{{IOd{c}}}{{Lf{Db{I`{Db}}}}}{}}{{{IOh{c}}}{{Lf{Db{I`{Db}}}}}{}}{c{{HNn{e}}}{}{}}0>8{{{FCf{c}}}{{FCf{c}}}{}}{ce{}{}}000{cABf{}}0{cJl{}}098{c{{Il{e}}}{}{}}0000{{{FCf{c}}{Ml{c}}}{{Il{hIOf}}}An}1{{{Ml{c}}}{{Il{{FCf{c}}}}}Dl}22{IBn{{Il{IOb}}}}{El{{Il{IOb}}}}44{{{FCf{c}}Dbc}{{Il{h{IOf{c}}}}}{}}55555{c{{Il{e{In{e}}}}}{}{}}0000{{{FCf{c}}c}{{Il{h{IOf{c}}}}}{}}{{IObHC`}{{Il{h{IOf{HC`}}}}}}{{IObEl}{{Il{h{IOf{El}}}}}}{cJ`{}}0000=========={{{FCf{BBj}}{Ml{BBj}}}{{Il{DbAAd}}}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}3?2081{{c{Ml{M`}}}{{Il{hAAd}}}{}}7{{cADj}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}=?{{cM`}{{Il{hAAd}}}{}}<{{cNl}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}?{{cMf}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{IObHC`}{{Il{hAAb}}}}{{IObEl}{{Il{hAAb}}}}{{}IOb}``{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}2``{Dbc{}}0{Dbh}{cc{}}`05{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}79999{{{INh{c}}}{{I`{{ENl{cENj}}}}}FAd}{{{INh{c}}}{{Lf{Db{I`{Db}}}}}FAd}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}>>`````````````````````````{{{FAf{ce}}}{{FAf{ce}}}IOl{}}{{{FBf{ce}}}{{FBf{ce}}}IOl{}}{{{EOd{ce}}}{{EOd{ce}}}IOl{}}{{{FBh{ce}}}{{FBh{ce}}}IOl{}}{{cg}i{}{}{{An{e}}}{}}0000000000000000000000{{{IOn{ce}}{IOn{ce}}}{}AHb{}}{{{IOn{ce}}{IOn{ce}}}{}{AHbAn}{}}{{{ENl{ce}}{EOd{ce}}}{}AHb{}}{{{ENl{ce}}{FAf{ce}}}{}AHb{}}{{{FBb{ce}}{FBh{ce}}}{}AHb{}}{{{FBb{ce}}{FBf{ce}}}{}AHb{}}{{{J`{ceg}}{J`{ceg}}}{}AHb{}{}}{{{Jb{ce}}{Jb{ce}}}{{Jb{ce}}}{{AHb{}{{Ch{}}}}}{}}{{{FAf{ce}}{FAf{ce}}}{}AHb{}}{{{FAf{ce}}{FAf{ce}}}{{FAf{ce}}}{An{AHb{}{{Ch{}}}}}{}}{{{FBf{ce}}{FBf{ce}}}{}AHb{}}{{{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{An{AHb{}{{Ch{}}}}}{}}{{{Jd{ceg}}{Jd{cgi}}}{}AHb{}{}{}}{{{Jf{ceg}}{Jf{cgi}}}{}AHb{}{}{}}{{{EOd{ce}}{EOd{ce}}}{}AHb{}}{{{EOd{ce}}{EOd{ce}}}{}{AHbAn}{}}{{{FBh{ce}}{FBh{ce}}}{}AHb{}}{{{FBh{ce}}{FBh{ce}}}{}{AHbAn}{}}{{{IOn{ce}}{IOn{ce}}}hAHd{}}{{{ENl{ce}}{FAf{ce}}}hAHd{}}{{{ENl{ce}}{EOd{ce}}}h{An{AHb{}{{Ch{}}}}}{}}{{{FBb{ce}}{FBf{ce}}}hAHd{}}{{{FBb{ce}}{FBh{ce}}}h{An{AHb{}{{Ch{}}}}}{}}{{{Jb{ce}}{Jb{ce}}}hAHd{}}{{{FAf{ce}}{FAf{ce}}}hAHd{}}{{{FBf{ce}}{FBf{ce}}}hAHd{}}{{{Jd{ceg}}{Jd{cgg}}}hAHd{}{}}{{{Jf{ceg}}{Jf{cgg}}}hAHd{}{}}{{{EOd{ce}}{EOd{ce}}}h{An{AHb{}{{Ch{}}}}}{}}{{{FBh{ce}}{FBh{ce}}}h{An{AHb{}{{Ch{}}}}}{}}{{{ENl{ce}}{FAf{ce}}}{{ENl{ce}}}{An{AHb{}{{Ch{}}}}}{}}{{{FBb{ce}}{FBf{ce}}}{{FBb{ce}}}{An{AHb{}{{Ch{}}}}}{}}{FAld}{FAnd}{{FAlFAl}FAl}{{FAnFAn}FAn}`{{{EOd{ce}}}{{EOf{c}}}{FB`An}{}}{{{EOd{ce}}{EOd{ce}}}{{EOf{c}}}{{AEn{}{{Ch{}}}}FB`An{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}}{}}{{{FBh{ce}}{FBh{ce}}}{{EOf{c}}}{FB`IO`}{}}65{{}cFBj}{{}{{ENl{ce}}}{}{}}{{}{{FBb{ce}}}{}{}}{{}c{}}{{}{{EOd{ce}}}{}{}}{{}{{FBh{ce}}}{}{}}55{{{IHj{ceg}}{IHj{ceg}}}d{}{}{}}{{{Jh{ceg}}{Jh{ceg}}}d{}{}{}}{{{IOn{ce}}{IOn{ce}}c}d{}{}}{{{ENl{ce}}{ENl{ce}}{ENl{ce}}}d{}{}}{{{FBb{ce}}{FBb{ce}}{FBb{ce}}}d{}{}}{{{Jj{ceg}}{Jj{ceg}}c}d{}{}{}}{{{EOd{ce}}{EOd{ce}}{EOd{ce}}}d{}{}}{{{FBh{ce}}{FBh{ce}}{FBh{ce}}}d{}{}}{{{IHj{ceg}}{IHj{ceg}}c}d{}{}{}}0{{{Jh{ceg}}{Jh{ceg}}c}d{}{}{}}0``{{{EOn{ce}}}c{An{AMj{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{FBd{ce}}}c{An{AMj{}{{Ch{}}}}}{}}{{{FAf{ce}}}{}{AMjAn}{}}{{{FBh{ce}}{EOf{c}}}{{Jj{ceg}}}IO`{}{}}{{{EOf{c}}}{{Jj{ceg}}}IO`{}{}}00{ce{}{}}000000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000001111111111111111111111111111111111111111111111`{{cccccc}{{FAj{ce}}}An{}}{{dd}FAl}{{ddd}FAn}{{c{Cl{e}}}g{}{}{}}0000000000000000000000{{{EOn{ce}}}{{EOn{ge}}}{IN`An}{}IN`}{{{FAj{ce}}}{{FAj{ge}}}{IN`An}{}IN`}{{{IOn{ce}}}{{IOn{ge}}}{IN`Dl}{}IN`}{{{ENl{ce}}}{{ENl{ge}}}{IN`An}{}IN`}{{{FBb{ce}}}{{FBb{ge}}}{IN`An}{}IN`}{{{FBd{ce}}}{{FBd{ge}}}{IN`An}{}IN`}{{{J`{ceg}}}{{J`{ieg}}}IN`{}{}IN`}{{{FAf{ce}}}{{FAf{ge}}}{IN`An}{}IN`}{{{FBf{ce}}}{{FBf{ge}}}{IN`An}{}IN`}{{{Jd{ceg}}}{{Jd{ieg}}}{IN`An}{}{}IN`}{{{Jf{ceg}}}{{Jf{ieg}}}{IN`An}{}{}IN`}{{{EOd{ce}}}{{EOd{ge}}}{IN`An}{}IN`}{{{FBh{ce}}}{{FBh{ge}}}{IN`An}{}IN`}{{{IHj{ceg}}}{{IHj{ieg}}}{IN`An}{}{}IN`}{{{Jh{ceg}}}{{Jh{ieg}}}{IN`An}{}{}IN`}{{{EOn{ce}}}{{EOn{cg}}}An{}{}}{{{FAj{ce}}}{{FAj{cg}}}An{}{}}{{{IOn{ce}}}{{IOn{cg}}}Dl{}{}}{{{ENl{ce}}}{{ENl{cg}}}An{}{}}{{{FBb{ce}}}{{FBb{cg}}}An{}{}}{{{FBd{ce}}}{{FBd{cg}}}An{}{}}{{{Jl{ceg}}}{{Jl{cik}}}An{}{}{}{}}{{{Jn{ceg}}}{{Jn{cik}}}An{}{}{}{}}{{{Jj{ceg}}}{{Jj{cik}}}An{}{}{}{}}{{{FAf{ce}}}{{FAf{cg}}}An{}{}}{{{FBf{ce}}}{{FBf{cg}}}An{}{}}{{{EOd{ce}}}{{EOd{cg}}}An{}{}}{{{FBh{ce}}}{{FBh{cg}}}An{}{}}{{{ENl{ce}}}{{ENl{ce}}}FBl{}}{{{ENl{ce}}}{{ENl{ce}}}{FBlAn}{}}{{{FBb{ce}}}{{FBb{ce}}}{FBlAn}{}}{{{FBb{ce}}}{{FBb{ce}}}FBl{}}{{{FAf{ce}}}{{FAf{ce}}}{FBlAn}{}}{{{FAf{ce}}}{{FAf{ce}}}FBl{}}{{{FBf{ce}}}{{FBf{ce}}}FBl{}}{{{FBf{ce}}}{{FBf{ce}}}{FBlAn}{}}{{{EOd{ce}}}{{EOd{ce}}}{FBlAn}{}}{{{EOd{ce}}}{{EOd{ce}}}FBl{}}{{{FBh{ce}}}{{FBh{ce}}}{FBlAn}{}}{{{FBh{ce}}}{{FBh{ce}}}FBl{}}{{{EOn{ce}}}{{ENl{ce}}}{AnFC`{AHb{}{{Ch{}}}}{AMl{}{{Ch{}}}}}{}}{{{FAj{ce}}}{{FBb{ce}}}{AnFC`{AHb{}{{Ch{}}}}{AMl{}{{Ch{}}}}}{}}{{{FBd{ce}}}{{ENl{ce}}}{AnFC`{AHb{}{{Ch{}}}}{AMl{}{{Ch{}}}}}{}}{{{ENl{ce}}{ENl{ce}}{ENl{ce}}}{{ENl{ce}}}{AnBEb}{}}{{{FBb{ce}}{FBb{ce}}{FBb{ce}}}{{FBb{ce}}}{AnBEb}{}}{{{J`{ceg}}{J`{ceg}}{J`{ceg}}}{{J`{ceg}}}{AnBEb}{}{}}{{{FAf{ce}}{FAf{ce}}{FAf{ce}}}{{FAf{ce}}}{AnBEb}{}}{{{FBf{ce}}{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{AnBEb}{}}{{{EOd{ce}}{EOd{ce}}{EOd{ce}}}{{EOd{ce}}}{AnBEb}{}}{{{FBh{ce}}{FBh{ce}}{FBh{ce}}}{{FBh{ce}}}{AnBEb}{}}{{{EOd{ce}}cc}{{EOd{ce}}}IO`{}}{{{FBh{ce}}cc}{{FBh{ce}}}IO`{}}{{{EOn{ce}}}{{EOn{ce}}}Dl{}}{{{FAj{ce}}}{{FAj{ce}}}Dl{}}{{{JA`{ce}}}{{JA`{ce}}}Dl{}}{{{IOn{ce}}}{{IOn{ce}}}Dl{}}{{{ENl{ce}}}{{ENl{ce}}}Dl{}}{{{FBb{ce}}}{{FBb{ce}}}Dl{}}{{{FBd{ce}}}{{FBd{ce}}}Dl{}}{{{Jl{ceg}}}{{Jl{ceg}}}Dl{}{}}{{{Jn{ceg}}}{{Jn{ceg}}}Dl{}{}}{{{Jj{ceg}}}{{Jj{ceg}}}Dl{}{}}{{{J`{ceg}}}{{J`{ceg}}}Dl{}{}}{{{Jb{ce}}}{{Jb{ce}}}Dl{}}{{{FAf{ce}}}{{FAf{ce}}}Dl{}}{{{FBf{ce}}}{{FBf{ce}}}Dl{}}{{{Jd{ceg}}}{{Jd{ceg}}}Dl{}{}}{{{Jf{ceg}}}{{Jf{ceg}}}Dl{}{}}{{{EOd{ce}}}{{EOd{ce}}}Dl{}}{{{FBh{ce}}}{{FBh{ce}}}Dl{}}{{{IHj{ceg}}}{{IHj{ceg}}}Dl{}{}}{{{Jh{ceg}}}{{Jh{ceg}}}Dl{}{}}{FAlFAl}{FAnFAn}{ENjENj}{{ce}h{}{}}0000000000000000000000{{{IOn{ce}}{IOn{ce}}}HfHOn{}}{{{J`{ceg}}{J`{ceg}}}HfHOn{}{}}{{ENjENj}Hf}{{ce}Hf{}{}}00{{{EOd{ce}}{EOd{ce}}}{{EOd{ce}}}{{AMl{}{{Ch{}}}}}{}}{{{FBh{ce}}{FBh{ce}}}{{FBh{ce}}}{{AMl{}{{Ch{}}}}An}{}}{{{EOd{ce}}{EOd{ce}}}{{EOd{ce}}}{{AMj{}{{Ch{}}}}}{}}{{{FBh{ce}}{FBh{ce}}}{{FBh{ce}}}{{AMj{}{{Ch{}}}}An}{}}{ce{}{}}0000000000000000000000{{{EOn{ce}}{ENl{ce}}}dBEb{}}{{{FAj{ce}}{FBb{ce}}}dBEb{}}{{{FBd{ce}}{ENl{ce}}}d{AnBEb{AHb{}{{Ch{}}}}}{}}{{{FAf{ce}}{FAf{ce}}}dBEb{}}{{{FBf{ce}}{FBf{ce}}}dBEb{}}{{{EOn{ce}}{EOn{ce}}}dBEb{}}{{{FAj{ce}}{FAj{ce}}}dBEb{}}65{{{FBd{ce}}{FBd{ce}}}d{AnFCdBEb{AHb{}{{Ch{}}}}}{}}{FB`FB`}{{{EOd{ce}}{EOd{ce}}}c{{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}}{{{FBh{ce}}{FBh{ce}}}{{FBh{ce}}}{{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}An}{}}{{{Jl{ceg}}}{{Lf{{FBh{ce}}{Jj{ceg}}}}}{}{}{}}`{{}{{EOn{ce}}}G`{}}{{}{{FAj{ce}}}G`{}}{{}{{IOn{ce}}}G`{}}{{}{{ENl{ce}}}G`{}}{{}{{FBb{ce}}}G`{}}{{}{{FBd{ce}}}G`{}}{{}{{J`{ceg}}}G`{}{}}{{}{{Jb{ce}}}G`{}}{{}{{FAf{ce}}}G`{}}{{}{{FBf{ce}}}G`{}}{{}{{Jd{ceg}}}FCd{}{}}{{}{{Jf{ceg}}}FCd{}{}}{{}{{EOd{ce}}}G`{}}{{}{{FBh{ce}}}G`{}}{{}{{IHj{ceg}}}{FCdFC`}{}{}}{{}{{Jh{ceg}}}{FCdFC`}{}{}}{{}ENj}{FB`FB`}{{{FAj{ce}}}c{An{AEn{}{{Ch{}}}}}{}}`{Dbc{}}000000000000000000000000000000000000000000000{{{IHj{ceg}}}c{An{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}FdFCdFC`}{}{}}{{{Jh{ceg}}}c{{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}An{AL`{}{{Ch{}}}}{AHb{}{{Ch{}}}}BEbFC`FCd}{}{}}{{{ENl{ce}}{ENl{ce}}}c{{IO`{}{{Ch{}}}}AEn}{}}{{{FBb{ce}}{FBb{ce}}}c{{IO`{}{{Ch{}}}}AEn}{}}{{{EOn{ce}}c}{}{AnAMl}{}}{{{EOn{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{FAj{ce}}c}{}{AnAMl}{}}{{{FAj{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{IOn{ce}}c}{}AMl{}}{{{IOn{ce}}{IOn{cg}}}{}AMl{}{}}{{{IOn{ce}}{J`{cge}}}{}AMl{}{}}{{{ENl{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{ENl{ce}}c}{}{AnAMl}{}}{{{FBb{ce}}c}{}{AnAMl}{}}{{{FBb{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{FBd{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{FBd{ce}}c}{}{AnAMl}{}}{{{Jb{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{Jb{ce}}c}{}{AnAMl}{}}{{{FAf{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{FAf{ce}}c}{}{AnAMl}{}}{{{FBf{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{FBf{ce}}c}{}{AnAMl}{}}{{{EOd{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{EOd{ce}}c}{}{AnAMl}{}}{{{FBh{ce}}{J`{cge}}}{}{AnAMl}{}{}}{{{FBh{ce}}c}{}{AnAMl}{}}{{{EOn{ce}}{J`{cee}}}h{AnAKh}{}}{{{EOn{ce}}c}h{AnAKh}{}}{{{FAj{ce}}{J`{cee}}}h{AnAKh}{}}{{{FAj{ce}}c}h{AnAKh}{}}{{{IOn{ce}}c}h{An{AMl{}{{Ch{}}}}}{}}{{{ENl{ce}}c}h{An{AMl{}{{Ch{}}}}}{}}{{{ENl{ce}}{J`{cee}}}h{AnAKh}{}}{{{FBb{ce}}c}h{AnAKh}{}}{{{FBb{ce}}{J`{cee}}}h{AnAKh}{}}{{{FBd{ce}}{J`{cee}}}h{AnAKh}{}}{{{FBd{ce}}c}h{AnAKh}{}}{{{Jb{ce}}{J`{cee}}}h{AnAKh}{}}{{{Jb{ce}}c}h{AnAKh}{}}{{{FAf{ce}}c}h{AnAKh}{}}{{{FAf{ce}}{J`{cee}}}h{AnAKh}{}}{{{FBf{ce}}{J`{cee}}}h{AnAKh}{}}{{{FBf{ce}}c}h{AnAKh}{}}{{{EOd{ce}}c}h{An{AMl{}{{Ch{}}}}}{}}{{{EOd{ce}}{J`{cee}}}h{AnAKh}{}}{{{FBh{ce}}c}h{An{AMl{}{{Ch{}}}}}{}}{{{FBh{ce}}{J`{cee}}}h{AnAKh}{}}{{{ENl{ce}}{FAf{ce}}}{{ENl{ce}}}JAb{}}{{{FBb{ce}}{FBf{ce}}}{{FBb{ce}}}JAb{}}{{{EOd{ce}}{EOd{ce}}}c{{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}}{{{FBh{ce}}{FBh{ce}}}c{{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}}{Dbh}0000000000000000000000{{{EOn{ce}}{EOn{ce}}}dFd{}}{{{FAj{ce}}{FAj{ce}}}dFd{}}{{{JA`{ce}}{JA`{ce}}}dFd{}}{{{IOn{ce}}{IOn{ce}}}dFd{}}{{{ENl{ce}}{ENl{ce}}}dFd{}}{{{FBb{ce}}{FBb{ce}}}dFd{}}{{{FBd{ce}}{FBd{ce}}}dFd{}}{{{Jl{ceg}}{Jl{ceg}}}dFd{}{}}{{{Jn{ceg}}{Jn{ceg}}}dFd{}{}}{{{Jj{ceg}}{Jj{ceg}}}dFd{}{}}{{{J`{ceg}}{J`{ceg}}}dFd{}{}}{{{Jb{ce}}{Jb{ce}}}dFd{}}{{{FAf{ce}}{FAf{ce}}}dFd{}}{{{FBf{ce}}{FBf{ce}}}dFd{}}{{{Jd{ceg}}{Jd{ceg}}}dFd{}{}}{{{Jf{ceg}}{Jf{ceg}}}dFd{}{}}{{{EOd{ce}}{EOd{ce}}}dFd{}}{{{FBh{ce}}{FBh{ce}}}dFd{}}{{{IHj{ceg}}{IHj{ceg}}}dFd{}{}}{{{Jh{ceg}}{Jh{ceg}}}dFd{}{}}{{FAlFAl}d}{{FAnFAn}d}{{ENjENj}d}{{{FAf{ce}}{FAf{ce}}}FAlFd{}}{{{FBf{ce}}{FBf{ce}}}FAnFd{}}{{{EOd{ce}}{EOd{ce}}}FAlFd{}}{{{FBh{ce}}{FBh{ce}}}FAnFd{}}{{ce}d{}{}}00000000000000000000000000000000000000000000000000000000000000000000{{{EOf{c}}{EOf{c}}{EOf{c}}}{{Jj{ceg}}}IO`{}{}}{{{ENl{ce}}c}{{FBb{ce}}}An{}}{{{EOd{ce}}c}{{FBh{ce}}}An{}}{{FB`FB`}FB`}{{{ENl{ce}}}{{ENl{ce}}}{FBnAn}{}}{{{ENl{ce}}}{{ENl{ce}}}FBn{}}{{{FBb{ce}}}{{FBb{ce}}}{FBnAn}{}}{{{FBb{ce}}}{{FBb{ce}}}FBn{}}{{{FAf{ce}}}{{FAf{ce}}}FBn{}}{{{FAf{ce}}}{{FAf{ce}}}{FBnAn}{}}{{{FBf{ce}}}{{FBf{ce}}}{FBnAn}{}}{{{FBf{ce}}}{{FBf{ce}}}FBn{}}{{{EOd{ce}}}{{EOd{ce}}}FBn{}}{{{EOd{ce}}}{{EOd{ce}}}{FBnAn}{}}{{{FBh{ce}}}{{FBh{ce}}}{FBnAn}{}}{{{FBh{ce}}}{{FBh{ce}}}FBn{}}{{{EOn{ce}}Df}{{Il{hAAb}}}Jj{}}{{{FAj{ce}}Df}{{Il{hAAb}}}Jj{}}{{{JA`{ce}}Df}{{Il{hAAb}}}Jj{}}{{{IOn{ce}}Df}{{Il{hAAb}}}Jj{}}{{{ENl{ce}}Df}{{Il{hAAb}}}Jj{}}{{{FBb{ce}}Df}{{Il{hAAb}}}Jj{}}{{{FBd{ce}}Df}{{Il{hAAb}}}Jj{}}{{{Jl{ceg}}Df}{{Il{hAAb}}}Jj{}{}}{{{Jj{ceg}}Df}{{Il{hAAb}}}Jj{}{}}{{{J`{ceg}}Df}{{Il{hAAb}}}Jj{}{}}{{{Jb{ce}}Df}{{Il{hAAb}}}Jj{}}{{{FAf{ce}}Df}{{Il{hAAb}}}Jj{}}{{{FBf{ce}}Df}{{Il{hAAb}}}Jj{}}{{{Jd{ceg}}Df}{{Il{hAAb}}}Jj{}{}}{{{Jf{ceg}}Df}{{Il{hAAb}}}Jj{}{}}{{{EOd{ce}}Df}{{Il{hAAb}}}Jj{}}{{{FBh{ce}}Df}{{Il{hAAb}}}Jj{}}{{{IHj{ceg}}Df}{{Il{hAAb}}}{AnJjFdFC`FCd}{}{}}{{{Jh{ceg}}Df}{{Il{hAAb}}}{AnJjFdFC`FCd}{}{}}{{FAlDf}{{Il{hAAb}}}}{{FAnDf}{{Il{hAAb}}}}{{ENjDf}{{Il{hAAb}}}}{cc{}}{{{FAf{ce}}}{{EOn{ce}}}{AnFCdBEb}{}}1{{{FBf{ce}}}{{FAj{ce}}}{AnFCdBEb}{}}{{{FBh{ce}}}{{JA`{ce}}}FCd{}}{{{EOd{ce}}}{{JA`{ce}}}FCd{}}4{{{ENl{ce}}}{{JA`{ce}}}{FCdFC`}{}}{{{FBb{ce}}}{{JA`{ce}}}FC`{}}6{{{Lf{cc}}}{{ENl{ce}}}{}{}}7{{{ADf{c}}}{{ENl{ce}}}{}{}}8{{{ADf{c}}}{{FBb{ce}}}{}{}}{{{Lf{ccc}}}{{FBb{ce}}}{}{}}{{{FAf{ce}}}{{FBd{ce}}}FCd{}};;{{{Jj{ceg}}}{{Jl{ceg}}}{}{}{}}{{{FBh{ce}}}{{Jl{cge}}}{}{}{}}====={{{Lf{cc}}}{{FAf{ce}}}{}{}}{{{EOd{ce}}}{{FAf{ce}}}{}{}}{{{ADf{c}}}{{FAf{ce}}}{}{}}{cc{}}{{{Lf{ccc}}}{{FBf{ce}}}{}{}}{{{FBh{ce}}}{{FBf{ce}}}{}{}}{{{ADf{c}}}{{FBf{ce}}}{}{}}{{{EOd{ce}}}{{Jd{ceg}}}{}{}{}}44{{{FBh{ce}}}{{Jf{ceg}}}{}{}{}}5{{{FAf{ce}}}{{EOd{ce}}}{}{}}{{{Jd{ceg}}}{{EOd{ce}}}{}{}{}}{{{Lf{cc}}}{{EOd{ce}}}{}{}}{{{ADf{c}}}{{EOd{ce}}}{}{}}9{{{Jf{ceg}}}{{FBh{ce}}}{}{}{}}{{{Lf{ccc}}}{{FBh{ce}}}{}{}}{{{ADf{c}}}{{FBh{ce}}}{}{}}{{{Jd{ceg}}}{{IHj{ceg}}}{FCdFC`}{}{}}={{{Jf{ceg}}}{{Jh{ceg}}}{FCdFC`}{}{}}>>>>>>>>>>>>>>>>>>>>>>>>>>>{{{EOf{c}}c}{{EOd{ce}}}{FB`{AMj{}{{Ch{}}}}An}{}}{{{ADf{c}}}{{IHj{ceg}}}An{}{}}{{{ADf{c}}}{{Jh{ceg}}}An{}{}}{{{ADf{{ADf{c}}}}}{{IHj{ceg}}}An{}{}}{{{ADf{{ADf{c}}}}}{{Jh{ceg}}}An{}{}}{{{IOn{ce}}}{{Jb{ce}}}An{}}{{{IOn{ce}}{IOn{ce}}}{{ENl{ce}}}{}{}}{{{IOn{ce}}{IOn{ce}}{IOn{ce}}}{{FBb{ce}}}{}{}}{{{IOn{ce}}{IOn{ce}}{IOn{ce}}{IOn{ce}}}{{Jb{ce}}}{}{}}{{{IOn{ce}}{IOn{ce}}}{{FAf{ce}}}{}{}}{{{IOn{ce}}{IOn{ce}}{IOn{ce}}}{{FBf{ce}}}{}{}}{{{IOn{ce}}{IOn{ce}}}{{EOd{ce}}}{}{}}{{{IOn{ce}}{IOn{ce}}{IOn{ce}}}{{FBh{ce}}}{}{}}{{{ENl{ce}}{FAf{ce}}}{{EOn{ce}}}{An{AHb{}{{Ch{}}}}}{}}{{{FBb{ce}}{FBf{ce}}}{{FAj{ce}}}{An{AHb{}{{Ch{}}}}}{}}{c{{EOn{eg}}}Oh{AnFCdBEb}{}}{c{{FAj{eg}}}Oh{AnFCdBEb}{}}{c{{FBd{eg}}}Oh{AnFCdBEb{AEn{}{{Ch{}}}}}{}}{{{Jj{ceg}}}{{Jl{ceg}}}{}{}{}}{{{J`{ceg}}}{{Jh{ceg}}}{{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}An{AL`{}{{Ch{}}}}{AHb{}{{Ch{}}}}BEbFC`FCd}{}{}}{{{FAf{ce}}}{{EOn{ce}}}FCd{}}{{{FBf{ce}}}{{FAj{ce}}}FCd{}}{{{FAf{ce}}}{{FBd{ce}}}FCd{}}{ce{}{}}0000000000000000000000{{{FBh{ce}}}{{Jl{cge}}}{}{}{}}{{{EOn{cENj}}}{{EOn{ce}}}An{}}{{{FAj{cENj}}}{{FAj{ce}}}An{}}{{{ENl{cENj}}}{{ENl{ce}}}{}{}}{{{FBb{cENj}}}{{FBb{ce}}}{}{}}{{{FBd{cENj}}}{{FBd{ce}}}An{}}{{{Jl{cENjENj}}}{{Jl{ceg}}}{}{}{}}{{{Jn{cENjENj}}}{{Jn{ceg}}}An{}{}}{{{Jj{cENjENj}}}{{Jj{ceg}}}An{}{}}{{{FAf{cENj}}}{{FAf{ce}}}{}{}}{{{FBf{cENj}}}{{FBf{ce}}}{}{}}{{{Jd{cENjENj}}}{{Jd{ceg}}}An{}{}}{{{Jf{cENjENj}}}{{Jf{ceg}}}An{}{}}{{{EOd{cENj}}}{{EOd{ce}}}{}{}}{{{FBh{cENj}}}{{FBh{ce}}}{}{}}{{{IHj{cENjENj}}}{{IHj{ceg}}}An{}{}}{{{Jh{cENjENj}}}{{Jh{ceg}}}An{}{}}{{{EOd{ce}}{EOd{ce}}}{{Jb{ce}}}{{AL`{}{{Ch{}}}}}{}}0{{{IOn{ce}}}cDl{}}{{{J`{ceg}}}c{}{}{}}{{{Jn{ceg}}}{{EOf{c}}}An{}{}}{{{FAf{ce}}{FAf{ce}}}FAlBEb{}}{{{FBf{ce}}{FBf{ce}}}FAnBEb{}}{{{EOd{ce}}{EOd{ce}}}FAlBEb{}}{{{FBh{ce}}{FBh{ce}}}FAnBEb{}}{{{EOn{ce}}g}hAA`{}GCb}{{{FAj{ce}}g}hAA`{}GCb}{{{JA`{ce}}g}hAA`{}GCb}{{{IOn{ce}}g}hAA`{}GCb}{{{ENl{ce}}g}hAA`{}GCb}{{{FBb{ce}}g}hAA`{}GCb}{{{FBd{ce}}g}hAA`{}GCb}{{{Jl{ceg}}i}hAA`{}{}GCb}{{{Jn{ceg}}i}hAA`{}{}GCb}{{{Jj{ceg}}i}hAA`{}{}GCb}{{{J`{ceg}}i}hAA`{}{}GCb}{{{Jb{ce}}g}hAA`{}GCb}{{{FAf{ce}}g}hAA`{}GCb}{{{FBf{ce}}g}hAA`{}GCb}{{{Jd{ceg}}i}hAA`{}{}GCb}{{{Jf{ceg}}i}hAA`{}{}GCb}{{{EOd{ce}}g}hAA`{}GCb}{{{FBh{ce}}g}hAA`{}GCb}{{{IHj{ceg}}i}hAA`{}{}GCb}{{{Jh{ceg}}i}hAA`{}{}GCb}{{FAlc}hGCb}{{FAnc}hGCb}{{ENjc}hGCb}{{{EOn{ce}}}c{An{AEn{}{{Ch{}}}}}{}}{{{FAj{ce}}}c{An{AEn{}{{Ch{}}}}}{}}{{{FBd{ce}}}c{An{AHb{}{{Ch{}}}}}{}}``{{{Jb{ce}}}c{An{AHb{}{{Ch{}}}}}{}}`{{}{{Jl{ceg}}}{}{}{}}{{}{{Jn{ceg}}}INn{}{}}{{}{{Jj{ceg}}}{INnIMl}{}{}}{{}{{J`{ceg}}}FC`{}{}}{{}{{Jd{ceg}}}FCd{}{}}{{}{{Jf{ceg}}}FCd{}{}}{{}{{IHj{ceg}}}{FCdFC`}{}{}}{{}{{Jh{ceg}}}{FCdFC`}{}{}}{{{EOn{ce}}cc}{{EOn{ce}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{FAj{ce}}ccc}{{FAj{ce}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{FBd{ce}}cc}{{FBd{ce}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{}Db}0000000000000000000000{{{EOn{ce}}{Jb{ce}}}{{EOn{ce}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{FBd{ce}}{Jb{ce}}}{{FBd{ce}}}{AnFCdBEb{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{EOn{ce}}{EOn{ce}}}{{I`{{EOn{ce}}}}}{AnBEb}{}}{{{FAj{ce}}{FAj{ce}}}{{I`{{FAj{ce}}}}}{AnBEb}{}}{{{FBd{ce}}{FBd{ce}}}{{I`{{FBd{ce}}}}}{AnBEb{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{EOn{ce}}{EOn{ce}}}{{EOn{ce}}}{AnBEb}{}}{{{FAj{ce}}{FAj{ce}}}{{FAj{ce}}}{AnBEb}{}}{{{EOn{ce}}{EOn{ce}}}dBEb{}}{{{FAj{ce}}{FAj{ce}}}dBEb{}}{{{FBd{ce}}{FBd{ce}}}d{AnBEb{AHb{}{{Ch{}}}}}{}}{ce{}{}}000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}0000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000000000000{{{If{c}}}{{If{Cj}}}{}}0000000000000000000000{{c{Cl{e}}}g{}{}{}}0000000000000000000000444444444444444444444444444444444444444444444444444444444444444444444{{{Jl{ceg}}}{{Jl{cge}}}{}{}{}}{{{Jn{ceg}}}{{Jn{cge}}}IO`{}{}}{{{Jj{ceg}}}{{Jj{cge}}}IO`{}{}}{{{J`{ceg}}}{{J`{ge}}}{FC`AMl}{}{}}{{{Jd{ceg}}}{{Jd{ge}}}{AL`An}{}{}}{{{Jf{ceg}}}{{Jf{ge}}}{AL`An}{}{}}{{{IHj{ceg}}}{{I`{{IHj{cge}}}}}{An{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}FdFCdFC`}{}{}}{{{Jh{ceg}}}{{I`{{Jh{cge}}}}}{{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}An{AL`{}{{Ch{}}}}{AHb{}{{Ch{}}}}BEbFC`FCd}{}{}}{{{Jh{ceg}}}d{FCdFC`Fd}{}{}}{{{Jh{ceg}}}d{{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}An{AL`{}{{Ch{}}}}{AHb{}{{Ch{}}}}BEbFC`FCd}{}{}}{{{EOn{ce}}}dBEb{}}{{{FAj{ce}}}dBEb{}}{{{FBd{ce}}}d{AnFCdBEb}{}}{{{FAf{ce}}}d{FCdBEb}{}}{{{FBf{ce}}}d{FCdBEb}{}}{{{EOn{ce}}}dFCh{}}{{{FAj{ce}}}dFCh{}}{{{ENl{ce}}}dFCh{}}{{{FBb{ce}}}dFCh{}}{{{FBd{ce}}}dFCh{}}{{{FAf{ce}}}dFCh{}}{{{FBf{ce}}}dFCh{}}{{{EOd{ce}}}dFCh{}}{{{FBh{ce}}}dFCh{}}{{{J`{ceg}}}d{FdFC`}{}{}}{{{Jd{ceg}}}d{FCdFd}{}{}}{{{Jf{ceg}}}d{FCdFd}{}{}}{{{IHj{ceg}}}d{An{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}FdFCdFC`}{}{}}{{{Jh{ceg}}}d{{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}An{AL`{}{{Ch{}}}}{AHb{}{{Ch{}}}}BEbFC`FCd}{}{}}{{{EOn{ce}}}dBEb{}}{{{FAj{ce}}}dBEb{}}{{{Jj{ceg}}}d{}{}{}}{{{FAf{ce}}}dIOl{}}{{{FBf{ce}}}dIOl{}}{{{Jb{ce}}}d{FCdFd}{}}```{{{EOd{ce}}}cIO`{}}{{{FBh{ce}}}cIO`{}}{{{EOn{ce}}{EOn{ce}}c}{{EOn{ce}}}{FC`{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}An}{}}{{{FAj{ce}}{FAj{ce}}c}{{FAj{ce}}}{FC`{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}An}{}}{{{IOn{ce}}{IOn{ce}}c}{{IOn{ce}}}{FC`{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}Dl}{}}{{{ENl{ce}}{ENl{ce}}c}{{ENl{ce}}}{FC`{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}An}{}}{{{FBb{ce}}{FBb{ce}}c}{{FBb{ce}}}{FC`{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}An}{}}{{{FBd{ce}}{FBd{ce}}c}{{FBd{ce}}}{FC`{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}An}{}}{{{Jj{ceg}}{Jj{ceg}}c}{{Jj{ceg}}}IO`{}{}}{{{FAf{ce}}{FAf{ce}}c}{{FAf{ce}}}{FC`{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}An}{}}{{{FBf{ce}}{FBf{ce}}c}{{FBf{ce}}}{FC`{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}An}{}}{{{EOd{ce}}{EOd{ce}}c}{{EOd{ce}}}{FC`{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}An}{}}{{{FBh{ce}}{FBh{ce}}c}{{FBh{ce}}}{FC`{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}An}{}}{{{FAf{ce}}{FAf{ce}}}FAlBEb{}}{{{FBf{ce}}{FBf{ce}}}FAnBEb{}}{{{EOd{ce}}{EOd{ce}}}FAlBEb{}}{{{FBh{ce}}{FBh{ce}}}FAnBEb{}}``````````````````````{{{ENl{ce}}i}{{ENl{ge}}}{}{}{}{{Cd{c}{{Ch{g}}}}}}{{{FBb{ce}}i}{{FBb{ge}}}{}{}{}{{Cd{c}{{Ch{g}}}}}}{{{EOd{ce}}i}{{EOd{ge}}}{}{}{}{{Cd{c}{{Ch{g}}}}}}{{{FBh{ce}}i}{{FBh{ge}}}{}{}{}{{Cd{c}{{Ch{g}}}}}}{{{IOn{ce}}{IOn{ce}}}{{IOn{ce}}}BEb{}}{{{ENl{ce}}{ENl{ce}}}{{ENl{ce}}}BEb{}}{{{FBb{ce}}{FBb{ce}}}{{FBb{ce}}}BEb{}}{{{FBd{ce}}}{{ENl{ce}}}{An{AHb{}{{Ch{}}}}}{}}{{{J`{ceg}}{J`{ceg}}}{{J`{ceg}}}BEb{}{}}{{{FAf{ce}}{FAf{ce}}}{{FAf{ce}}}BEb{}}{{{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}BEb{}}{{{EOd{ce}}{EOd{ce}}}{{EOd{ce}}}BEb{}}{{{FBh{ce}}{FBh{ce}}}{{FBh{ce}}}BEb{}}``{{{FBd{ce}}}c{An{AHb{}{{Ch{}}}}}{}}0987654321``00{{{EOn{ce}}c}{}{AnAMj}{}}{{{EOn{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{FAj{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{FAj{ce}}c}{}{AnAMj}{}}{{{IOn{ce}}c}{}AMj{}}{{{IOn{ce}}{J`{ceg}}}{}AMj{}{}}{{{ENl{ce}}c}{}{AnAMj}{}}{{{ENl{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{FBb{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{FBb{ce}}c}{}{AnAMj}{}}{{{FBd{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{FBd{ce}}c}{}{AnAMj}{}}{{{J`{ceg}}{J`{cgi}}}{}AMj{}{}{}}{{{Jb{ce}}c}{}{AnAMj}{}}{{{Jb{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{FAf{ce}}c}{}{AnAMj}{}}{{{FAf{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{FBf{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{FBf{ce}}c}{}{AnAMj}{}}{{{EOd{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{EOd{ce}}c}{}{AnAMj}{}}{{{FBh{ce}}{J`{ceg}}}{}{AnAMj}{}{}}{{{FBh{ce}}c}{}{AnAMj}{}}{{{EOn{ce}}{J`{cee}}}h{AnBHd}{}}{{{EOn{ce}}c}h{AnBHd}{}}{{{FAj{ce}}c}h{AnBHd}{}}{{{FAj{ce}}{J`{cee}}}h{AnBHd}{}}{{{IOn{ce}}c}h{An{AMj{}{{Ch{}}}}}{}}{{{ENl{ce}}{J`{cee}}}h{AnBHd}{}}{{{ENl{ce}}c}h{An{AMj{}{{Ch{}}}}}{}}{{{FBb{ce}}{J`{cee}}}h{AnBHd}{}}{{{FBb{ce}}c}h{AnBHd}{}}{{{FBd{ce}}{J`{cee}}}h{AnBHd}{}}{{{FBd{ce}}c}h{AnBHd}{}}{{{Jb{ce}}{J`{cee}}}h{AnBHd}{}}{{{Jb{ce}}c}h{AnBHd}{}}{{{FAf{ce}}{J`{cee}}}h{AnBHd}{}}{{{FAf{ce}}c}h{AnBHd}{}}{{{FBf{ce}}c}h{AnBHd}{}}{{{FBf{ce}}{J`{cee}}}h{AnBHd}{}}{{{EOd{ce}}{J`{cee}}}h{AnBHd}{}}{{{EOd{ce}}c}h{An{AMj{}{{Ch{}}}}}{}}{{{FBh{ce}}{J`{cee}}}h{AnBHd}{}}{{{FBh{ce}}c}h{An{AMj{}{{Ch{}}}}}{}}{{{Jh{ceg}}c}{{Jh{ceg}}}{{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}An{AL`{}{{Ch{}}}}{AHb{}{{Ch{}}}}BEbFC`FCd}{}{}}{{{IOn{ce}}}{}AL`{}}{{{ENl{ce}}}{}AL`{}}{{{FBb{ce}}}{}AL`{}}{{{Jb{ce}}}{{Jb{ce}}}{{AL`{}{{Ch{}}}}}{}}{{{FAf{ce}}}{}AL`{}}{{{FBf{ce}}}{}AL`{}}{{{EOd{ce}}}{}AL`{}}{{{FBh{ce}}}{}AL`{}}{{{ENl{ce}}{ENl{ce}}}{{EOn{ce}}}{}{}}{{{FBb{ce}}{FBb{ce}}}{{FAj{ce}}}{}{}}{{cccc}{{JA`{ce}}}{}{}}{c{{IOn{ce}}}{}{}}{{cc}{{ENl{ce}}}{}{}}{{ccc}{{FBb{ce}}}{}{}}{{{ENl{ce}}{FAf{ce}}}{{FBd{ce}}}{}{}}{{{Jj{ceg}}{FBh{cg}}}{{Jl{ceg}}}{}{}{}}{{{EOf{c}}}{{Jn{ceg}}}{}{}{}}{c{{J`{ceg}}}{}{}{}}{{cccc}{{Jb{ce}}}{}{}}{{cc}{{FAf{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}{{cc}{{Jd{ceg}}}{}{}{}}{{ccc}{{Jf{ceg}}}{}{}{}}{{cc}{{EOd{ce}}}{}{}}{{ccc}{{FBh{ce}}}{}{}}{{cccccc}{{IHj{ceg}}}{}{}{}}{{cccccccccccccccc}{{Jh{ceg}}}{}{}{}}{{cccccc}{{Jh{ceg}}}{FCdFC`}{}{}}{c{{Jb{ce}}}An{}}{{{FBh{ce}}{Jj{ceg}}}{{Jl{ceg}}}{}{}{}}{FAld}{FAnd}{{{Jj{ceg}}}cIO`{}{}}{{{Jj{ceg}}}{{Jj{ceg}}}IO`{}{}}{{{EOd{ce}}}{{EOd{ce}}}IO`{}}{{{FBh{ce}}}{{FBh{ce}}}IO`{}}{FAlFAl}{FAnFAn}{{{FAf{ce}}{FAf{ce}}}FAlFd{}}{{{FBf{ce}}{FBf{ce}}}FAnFd{}}{{{EOd{ce}}{EOd{ce}}}FAlFd{}}{{{FBh{ce}}{FBh{ce}}}FAnFd{}}`{{}{{J`{ceg}}}FC`{}{}}{{}{{EOd{ce}}}FC`{}}{{}{{FBh{ce}}}FC`{}}{{FAlFAl}FAl}{{FAnFAn}FAn}{{}{{ENl{ce}}}FCd{}}{{}{{FBb{ce}}}FCd{}}`{{cccccc}{{Jh{ceg}}}{}{}{}}{{{EOn{ce}}{Jb{ce}}}{{EOn{ce}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{FBd{ce}}{Jb{ce}}}{{FBd{ce}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{IHj{ceg}}{EOn{ce}}}{{EOn{cg}}}{{AEn{}{{Ch{}}}}FCdBEbAn{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}{EOn{ce}}}{{I`{{EOn{cg}}}}}{{AEn{}{{Ch{}}}}{AMl{}{{Ch{}}}}FCdBEbAn{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}{FAj{ce}}}{{I`{{FAj{cg}}}}}{{AEn{}{{Ch{}}}}{AMl{}{{Ch{}}}}FCdBEbAn{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{IHj{ceg}}{FBd{ce}}}{{FBd{cg}}}{{AEn{}{{Ch{}}}}FCdBEbAn{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}{FBd{ce}}}{{I`{{FBd{cg}}}}}{{AEn{}{{Ch{}}}}{AMl{}{{Ch{}}}}FCdBEbAn{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{IOn{ce}}{IOn{ce}}}{{I`{Hf}}}BEb{}}{{{J`{ceg}}{J`{ceg}}}{{I`{Hf}}}BEb{}{}}{{ENjENj}{{I`{Hf}}}}{c{{Jh{ceg}}}{}{}{}}{{cc}{{ENl{ce}}}{}{}}{{ccc}{{FBb{ce}}}{}{}}{{{ENl{Mfc}}}{{ENl{MfENj}}}{}}{{{IHj{ceg}}{EOf{c}}}{{IHj{ceg}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCdFB`}{}{}}{{{Jh{ceg}}ccc{EOf{c}}}{{Jh{ceg}}}{{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}AnFCdFC`FB`}{}{}}{{{IHj{ceg}}cc}{{IHj{ceg}}}{An{AMj{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}ccc}{{Jh{ceg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCdFC`}{}{}}{{{IHj{ceg}}{EOd{ce}}}{{IHj{ceg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCdFC`}{}{}}{{{Jh{ceg}}{FBh{ce}}}{{Jh{ceg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCdFC`}{}{}}{{{EOd{ce}}{EOd{ce}}}{{EOd{ce}}}{{AEn{}{{Ch{}}}}{AMl{}{{Ch{}}}}An{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}}{}}{{{FBh{ce}}{FBh{ce}}}{{FBh{ce}}}{{AEn{}{{Ch{}}}}{AMl{}{{Ch{}}}}An{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}}{}}{{{Jh{ceg}}}{{Jh{ceg}}}{An{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}FCdFC`Fd}{}{}}{{cccc}{{Jj{ceg}}}{}{}{}}`{c{{Jn{ceg}}}{}{}{}}`{FB`FB`}{{cccc}{{FBd{ce}}}{}{}}{{{EOd{ce}}{EOd{ce}}}{{EOd{ce}}}{FC`{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}An}{}}{{{FBh{ce}}{FBh{ce}}}{{FBh{ce}}}{FC`{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}An}{}}{{{ENl{ce}}{FAf{ce}}}{{ENl{ce}}}JAb{}}{{{FBb{ce}}{FBf{ce}}}{{FBb{ce}}}JAb{}}`{{{EOd{ce}}}{{EOd{ce}}}FCh{}}{{{FBh{ce}}}{{FBh{ce}}}FCh{}}{{{EOf{c}}}{{IHj{ceg}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCdFB`}{}{}}{{ccc{EOf{c}}}{{Jh{ceg}}}{}{}{}}`{{{EOn{ce}}}{{EOn{ce}}}FCb{}}{{{FAj{ce}}}{{FAj{ce}}}FCb{}}{{{ENl{ce}}}{{ENl{ce}}}{FCbAn}{}}{{{ENl{ce}}}{{ENl{ce}}}FCb{}}{{{FBb{ce}}}{{FBb{ce}}}{FCbAn}{}}{{{FBb{ce}}}{{FBb{ce}}}FCb{}}{{{FBd{ce}}}{{FBd{ce}}}{FBnFBlFCb{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{FAf{ce}}}{{FAf{ce}}}{FCbAn}{}}{{{FAf{ce}}}{{FAf{ce}}}FCb{}}{{{FBf{ce}}}{{FBf{ce}}}{FCbAn}{}}{{{FBf{ce}}}{{FBf{ce}}}FCb{}}{{{EOd{ce}}}{{EOd{ce}}}FCb{}}{{{EOd{ce}}}{{EOd{ce}}}{FCbAn}{}}{{{FBh{ce}}}{{FBh{ce}}}FCb{}}{{{FBh{ce}}}{{FBh{ce}}}{FCbAn}{}}{{{EOn{ce}}}{{EOn{ce}}}{FBnFBl}{}}{{{FAj{ce}}}{{FAj{ce}}}{FBnFBl}{}}:10:{{{IOn{ce}}{IOn{ce}}}{{IOn{ce}}}JAd{}}0{{{EOn{eg}}cc}{{EOn{eg}}}An{{AMj{c}{{Ch{}}}}An}{}}{{{FAj{eg}}ccc}{{FAj{eg}}}An{{AMj{c}{{Ch{}}}}An}{}}{{{FBd{eg}}cc}{{FBd{eg}}}An{An{AMj{c}{{Ch{}}}}}{}}{{cc}{{IHj{ceg}}}FCd{}{}}{{ccc}{{Jh{ceg}}}{FCdFC`}{}{}}{{FAl{ENl{ce}}{ENl{ce}}}{{ENl{ce}}}{}{}}{{FAn{FBb{ce}}{FBb{ce}}}{{FBb{ce}}}{}{}}{{FAl{FAf{ce}}{FAf{ce}}}{{FAf{ce}}}{}{}}{{FAn{FBf{ce}}{FBf{ce}}}{{FBf{ce}}}{}{}}{{FAl{EOd{ce}}{EOd{ce}}}{{EOd{ce}}}{}{}}{{FAn{FBh{ce}}{FBh{ce}}}{{FBh{ce}}}{}{}}{{{EOn{ce}}{FAf{ce}}}h{An{AEn{}{{Ch{}}}}}{}}{FB`FB`}{{{EOn{ce}}}{{FAf{ce}}}{An{AEn{}{{Ch{}}}}}{}}{{{FAj{ce}}}{{FBf{ce}}}{An{AEn{}{{Ch{}}}}}{}}`{{cc}{{FAf{ce}}}{}{}}{{ccc}{{FBf{ce}}}{}{}}{{{EOf{c}}{EOf{c}}}{{Jh{ceg}}}{FB`FCdFC`}{}{}}{{{Jj{ceg}}{Jj{ceg}}c}{{Jj{ceg}}}{}{}{}}{c{{ENl{ce}}}Dl{}}{c{{FBb{ce}}}Dl{}}{c{{FAf{ce}}}Dl{}}{c{{FBf{ce}}}Dl{}}{c{{Jd{ceg}}}Dl{}{}}{c{{Jf{ceg}}}Dl{}{}}{c{{EOd{ce}}}Dl{}}{c{{FBh{ce}}}Dl{}}{{{EOd{ce}}}c{An{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}}{}}{{{FBh{ce}}}c{An{AMj{}{{Ch{}}}}{AHb{}{{Ch{}}}}}{}}{{{Jj{ceg}}}cIO`{}{}}{{{IOn{ce}}{IOn{ce}}}{}AEn{}}{{{ENl{ce}}{EOd{ce}}}{}AEn{}}{{{ENl{ce}}{ENl{ce}}}{}AEn{}}{{{ENl{ce}}{FAf{ce}}}{}AEn{}}{{{FBb{ce}}{FBh{ce}}}{}AEn{}}{{{FBb{ce}}{FBb{ce}}}{}AEn{}}{{{FBb{ce}}{FBf{ce}}}{}AEn{}}{{{J`{ceg}}{J`{ceg}}}{}AEn{}{}}{{{Jb{ce}}{Jb{ce}}}{{Jb{ce}}}{{AEn{}{{Ch{}}}}}{}}{{{FAf{ce}}{FAf{ce}}}{}AEn{}}{{{FBf{ce}}{FBf{ce}}}{}AEn{}}{{{Jd{ceg}}{Jd{cig}}}{}AEn{}{}{}}{{{Jf{ceg}}{Jf{cig}}}{}AEn{}{}{}}{{{EOd{ce}}{EOd{ce}}}{}AEn{}}{{{FBh{ce}}{FBh{ce}}}{}AEn{}}{{{IOn{ce}}{IOn{ce}}}hBGn{}}{{{ENl{ce}}{FAf{ce}}}hBGn{}}{{{ENl{ce}}{EOd{ce}}}h{An{AEn{}{{Ch{}}}}}{}}{{{FBb{ce}}{FBf{ce}}}hBGn{}}{{{FBb{ce}}{FBh{ce}}}h{An{AEn{}{{Ch{}}}}}{}}{{{Jb{ce}}{Jb{ce}}}hBGn{}}{{{FAf{ce}}{FAf{ce}}}hBGn{}}{{{FBf{ce}}{FBf{ce}}}hBGn{}}{{{Jd{ceg}}{Jd{cgg}}}hBGn{}{}}{{{Jf{ceg}}{Jf{cgg}}}hBGn{}{}}{{{EOd{ce}}{EOd{ce}}}h{An{AEn{}{{Ch{}}}}}{}}{{{FBh{ce}}{FBh{ce}}}h{An{AEn{}{{Ch{}}}}}{}}{g{{IOn{ce}}}{{AHb{}{{Ch{}}}}FCd}{}{{BIn{}{{Of{{IOn{ce}}}}}}}}{g{{IOn{ce}}}{{AHb{}{{Ch{}}}}AnFCd}{}{{BIn{}{{Of{{IOn{ce}}}}}}}}{g{{FAf{ce}}}{{AHb{}{{Ch{}}}}AnFCd}{}{{BIn{}{{Of{{FAf{ce}}}}}}}}{g{{FAf{ce}}}{{AHb{}{{Ch{}}}}FCd}{}{{BIn{}{{Of{{FAf{ce}}}}}}}}{g{{FBf{ce}}}{{AHb{}{{Ch{}}}}AnFCd}{}{{BIn{}{{Of{{FBf{ce}}}}}}}}{g{{FBf{ce}}}{{AHb{}{{Ch{}}}}FCd}{}{{BIn{}{{Of{{FBf{ce}}}}}}}}{g{{EOd{ce}}}{{AHb{}{{Ch{}}}}FCd}{}{{BIn{}{{Of{{EOd{ce}}}}}}}}{g{{EOd{ce}}}{{AHb{}{{Ch{}}}}AnFCd}{}{{BIn{}{{Of{{EOd{ce}}}}}}}}{g{{FBh{ce}}}{{AHb{}{{Ch{}}}}AnFCd}{}{{BIn{}{{Of{{FBh{ce}}}}}}}}{g{{FBh{ce}}}{{AHb{}{{Ch{}}}}FCd}{}{{BIn{}{{Of{{FBh{ce}}}}}}}}{FB`FB`}{{{Jl{ceg}}{Jl{cgi}}}{{Jl{cei}}}{}{}{}{}}{{{Jn{ceg}}{Jn{cie}}}{{Jn{cig}}}IO`{}{}{}}{{{Jj{ceg}}{Jj{cgi}}}{{Jj{cei}}}{}{}{}{}}{{{IHj{ceg}}{IHj{cgi}}}{{IHj{cei}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}{}}{{{Jh{ceg}}{Jh{cgi}}}{{Jh{cei}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}{}}{{{IHj{ceg}}{EOf{c}}}{{IHj{ceg}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCdFB`}{}{}}{{{Jh{ceg}}ccc{EOf{c}}}{{Jh{ceg}}}{{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}{AMl{}{{Ch{}}}}AnFCdFC`FB`}{}{}}{{{IHj{ceg}}cc}{{IHj{ceg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCd}{}{}}{{{Jh{ceg}}ccc}{{Jh{ceg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCdFC`}{}{}}{{{IHj{ceg}}{EOd{cg}}}{{IHj{ceg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCdFC`}{}{}}{{{Jh{ceg}}{FBh{cg}}}{{Jh{ceg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}FCdFC`}{}{}}{{{FBb{ce}}}{{ENl{ce}}}An{}}{{{FBh{ce}}}{{EOd{ce}}}An{}}{{{Jh{ceg}}}{{IHj{ceg}}}An{}{}}{{{ENl{ce}}}{{FBb{ce}}}{FCdAn}{}}{{{Jn{ceg}}}{{Jj{ceg}}}IO`{}{}}{{{EOd{ce}}}{{FBh{ce}}}{FCdAn}{}}{{{IHj{ceg}}}{{Jh{ceg}}}{FCdFC`An}{}{}}{{{ENl{ce}}}{{ADf{c}}}An{}}{{{FBb{ce}}}{{ADf{c}}}An{}}{{{FAf{ce}}}{{ADf{c}}}An{}}{{{FBf{ce}}}{{ADf{c}}}An{}}{{{Jd{ceg}}}{{ADf{c}}}An{}{}}{{{Jf{ceg}}}{{ADf{c}}}An{}{}}{{{EOd{ce}}}{{ADf{c}}}An{}}{{{FBh{ce}}}{{ADf{c}}}An{}}{{{IHj{ceg}}}{{ADf{c}}}An{}{}}{{{Jh{ceg}}}{{ADf{c}}}An{}{}}{{{FBb{ce}}}{{ADf{c}}}{FC`An}{}}{{{FBh{ce}}}{{ADf{c}}}{FCdAn}{}}32{{{IHj{ceg}}}{{ADf{{ADf{c}}}}}An{}{}}{{{Jh{ceg}}}{{ADf{{ADf{c}}}}}An{}{}}0{{{FBd{ce}}}{{EOn{ce}}}{An{AHb{}{{Ch{}}}}}{}}{{{EOn{ce}}}{{EOn{Mfe}}}{IN`An}{}}{{{FAj{ce}}}{{FAj{Mfe}}}{IN`An}{}}{{{ENl{ce}}}{{ENl{Mfe}}}{IN`An}{}}{{{FBb{ce}}}{{FBb{Mfe}}}{IN`An}{}}{{{FBd{ce}}}{{FBd{Mfe}}}{IN`An}{}}{{{FAf{ce}}}{{FAf{Mfe}}}{IN`An}{}}{{{FBf{ce}}}{{FBf{Mfe}}}{IN`An}{}}{{{Jd{ceg}}}{{Jd{Mfeg}}}{IN`An}{}{}}{{{Jf{ceg}}}{{Jf{Mfeg}}}{IN`An}{}{}}{{{EOd{ce}}}{{EOd{Mfe}}}{IN`An}{}}{{{FBh{ce}}}{{FBh{Mfe}}}{IN`An}{}}{{{EOn{ce}}}{{EOn{Nle}}}{IN`An}{}}{{{FAj{ce}}}{{FAj{Nle}}}{IN`An}{}}{{{ENl{ce}}}{{ENl{Nle}}}{IN`An}{}}{{{FBb{ce}}}{{FBb{Nle}}}{IN`An}{}}{{{FBd{ce}}}{{FBd{Nle}}}{IN`An}{}}{{{FAf{ce}}}{{FAf{Nle}}}{IN`An}{}}{{{FBf{ce}}}{{FBf{Nle}}}{IN`An}{}}{{{Jd{ceg}}}{{Jd{Nleg}}}{IN`An}{}{}}{{{Jf{ceg}}}{{Jf{Nleg}}}{IN`An}{}{}}{{{EOd{ce}}}{{EOd{Nle}}}{IN`An}{}}{{{FBh{ce}}}{{FBh{Nle}}}{IN`An}{}}{{{EOn{ce}}}{{EOn{CEje}}}{IN`An}{}}{{{FAj{ce}}}{{FAj{CEje}}}{IN`An}{}}{{{ENl{ce}}}{{ENl{CEje}}}{IN`An}{}}{{{FBb{ce}}}{{FBb{CEje}}}{IN`An}{}}{{{FBd{ce}}}{{FBd{CEje}}}{IN`An}{}}{{{FAf{ce}}}{{FAf{CEje}}}{IN`An}{}}{{{FBf{ce}}}{{FBf{CEje}}}{IN`An}{}}{{{Jd{ceg}}}{{Jd{CEjeg}}}{IN`An}{}{}}{{{Jf{ceg}}}{{Jf{CEjeg}}}{IN`An}{}{}}{{{EOd{ce}}}{{EOd{CEje}}}{IN`An}{}}{{{FBh{ce}}}{{FBh{CEje}}}{IN`An}{}}{{{EOn{ce}}}{{EOn{FIfe}}}{IN`An}{}}{{{FAj{ce}}}{{FAj{FIfe}}}{IN`An}{}}{{{ENl{ce}}}{{ENl{FIfe}}}{IN`An}{}}{{{FBb{ce}}}{{FBb{FIfe}}}{IN`An}{}}{{{FBd{ce}}}{{FBd{FIfe}}}{IN`An}{}}{{{FAf{ce}}}{{FAf{FIfe}}}{IN`An}{}}{{{FBf{ce}}}{{FBf{FIfe}}}{IN`An}{}}{{{Jd{ceg}}}{{Jd{FIfeg}}}{IN`An}{}{}}{{{Jf{ceg}}}{{Jf{FIfeg}}}{IN`An}{}{}}{{{EOd{ce}}}{{EOd{FIfe}}}{IN`An}{}}{{{FBh{ce}}}{{FBh{FIfe}}}{IN`An}{}}{{{EOn{ce}}}{{I`{{EOn{ce}}}}}{AnBEb}{}}{{{FAj{ce}}}{{I`{{FAj{ce}}}}}{AnBEb}{}}{{{FBd{ce}}}{{I`{{FBd{ce}}}}}{AnFCdBEb}{}}{ce{}{}}0000000000000000000000{{{EOd{ce}}}{{ENl{ce}}}An{}}{{{FBh{ce}}}{{FBb{ce}}}An{}}{{{JA`{ce}}}{{I`{{ENl{ce}}}}}{An{AMl{}{{Ch{}}}}FCdBEb}{}}{{{JA`{ce}}}{{I`{{FBb{ce}}}}}{An{AMl{}{{Ch{}}}}FCdBEb}{}}{{{EOn{ce}}}{{FBd{ce}}}{An{AEn{}{{Ch{}}}}}{}}{{{EOd{ce}}}{{FAf{ce}}}An{}}{{{Jl{ceg}}}{{Jh{ceg}}}{}{}{}}{{{Jn{ceg}}}{{IHj{ceg}}}{An{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}{AMj{}{{Ch{}}}}INnFB`}{}{}}{{{Jj{ceg}}}{{Jh{ceg}}}{}{}{}}{{{Jd{ceg}}}{{IHj{ceg}}}{FCdFC`An}{}{}}{{{Jf{ceg}}}{{Jh{ceg}}}{FCdFC`An}{}{}}{{{EOd{ce}}}{{IHj{cee}}}{FCdFC`An}{}}{{{FBh{ce}}}{{Jh{cee}}}{FCdFC`An}{}}{{{ENl{ce}}}{{Lf{cc}}}An{}}{{{FBb{ce}}}{{Lf{ccc}}}An{}}{{{FAf{ce}}}{{Lf{cc}}}An{}}{{{FBf{ce}}}{{Lf{ccc}}}An{}}{{{Jd{ceg}}}{{Lf{cc}}}An{}{}}{{{Jf{ceg}}}{{Lf{ccc}}}An{}{}}{{{EOd{ce}}}{{Lf{cc}}}An{}}{{{FBh{ce}}}{{Lf{ccc}}}An{}}{{{FBb{ce}}}{{Lf{cccc}}}{FC`An}{}}{{{FBh{ce}}}{{Lf{cccc}}}{FCdAn}{}}{{{EOn{ce}}}{{EOn{M`e}}}{IN`An}{}}{{{FAj{ce}}}{{FAj{M`e}}}{IN`An}{}}{{{ENl{ce}}}{{ENl{M`e}}}{IN`An}{}}{{{FBb{ce}}}{{FBb{M`e}}}{IN`An}{}}{{{FBd{ce}}}{{FBd{M`e}}}{IN`An}{}}{{{FAf{ce}}}{{FAf{M`e}}}{IN`An}{}}{{{FBf{ce}}}{{FBf{M`e}}}{IN`An}{}}{{{Jd{ceg}}}{{Jd{M`eg}}}{IN`An}{}{}}{{{Jf{ceg}}}{{Jf{M`eg}}}{IN`An}{}{}}{{{EOd{ce}}}{{EOd{M`e}}}{IN`An}{}}{{{FBh{ce}}}{{FBh{M`e}}}{IN`An}{}}{{{FBd{ce}}}{{FBd{Ale}}}{IN`An}{}}{{{FAf{ce}}}{{FAf{Ale}}}{IN`An}{}}{{{EOn{ce}}}{{EOn{cENj}}}An{}}{{{FAj{ce}}}{{FAj{cENj}}}An{}}{{{ENl{ce}}}{{ENl{cENj}}}An{}}{{{FBb{ce}}}{{FBb{cENj}}}An{}}{{{FBd{ce}}}{{FBd{cENj}}}An{}}{{{Jl{ceg}}}{{Jl{cENjENj}}}{}{}{}}{{{Jn{ceg}}}{{Jn{cENjENj}}}An{}{}}{{{Jj{ceg}}}{{Jj{cENjENj}}}An{}{}}{{{FAf{ce}}}{{FAf{cENj}}}An{}}{{{FBf{ce}}}{{FBf{cENj}}}An{}}{{{Jd{ceg}}}{{Jd{cENjENj}}}An{}{}}{{{Jf{ceg}}}{{Jf{cENjENj}}}An{}{}}{{{EOd{ce}}}{{EOd{cENj}}}An{}}{{{FBh{ce}}}{{FBh{cENj}}}An{}}{{{IHj{ceg}}}{{IHj{cENjENj}}}An{}{}}{{{Jh{ceg}}}{{Jh{cENjENj}}}An{}{}}{{{EOn{ce}}}{{EOn{Dbe}}}{IN`An}{}}{{{FAj{ce}}}{{FAj{Dbe}}}{IN`An}{}}{{{ENl{ce}}}{{ENl{Dbe}}}{IN`An}{}}{{{FBb{ce}}}{{FBb{Dbe}}}{IN`An}{}}{{{FBd{ce}}}{{FBd{Dbe}}}{IN`An}{}}{{{FAf{ce}}}{{FAf{Dbe}}}{IN`An}{}}{{{FBf{ce}}}{{FBf{Dbe}}}{IN`An}{}}{{{Jd{ceg}}}{{Jd{Dbeg}}}{IN`An}{}{}}{{{Jf{ceg}}}{{Jf{Dbeg}}}{IN`An}{}{}}{{{EOd{ce}}}{{EOd{Dbe}}}{IN`An}{}}{{{FBh{ce}}}{{FBh{Dbe}}}{IN`An}{}}{{{ENl{ce}}}{{EOd{ce}}}An{}}{{{FBb{ce}}}{{FBh{ce}}}An{}}{{{FAf{ce}}}{{EOd{ce}}}An{}}{{{FBf{ce}}}{{FBh{ce}}}An{}}{{{Jd{ceg}}}{{EOd{ce}}}An{}{}}{{{Jf{ceg}}}{{FBh{ce}}}An{}{}}`{{{Jd{ceg}}{EOn{ce}}}{{EOn{g}}}{AHbAn}{}{}}{{{J`{ceg}}{EOn{ce}}}{{EOn{g}}}{AnAMj}{}{}}{{{Jf{ceg}}{EOn{ce}}}{{EOn{g}}}{AHbAn}{}{}}{{{J`{ceg}}{FAj{ce}}}{{FAj{g}}}{AnAMj}{}{}}{{{Jf{ceg}}{FAj{ce}}}{{FAj{g}}}{AHbAn}{}{}}{{{Jn{ceg}}{ENl{ce}}}{{ENl{cg}}}IO`{}{}}{{{Jn{cENjENj}}{ENl{cENj}}}{{ENl{cENj}}}FAd}{{{J`{cENjENj}}{ENl{cENj}}}{{ENl{cENj}}}FAd}{{{J`{ceg}}{ENl{ce}}}{{ENl{g}}}{AnAMj}{}{}}{{{Jd{ceg}}{ENl{ce}}}{{ENl{g}}}{AHbAn}{}{}}{{{Jd{cENjENj}}{ENl{cENj}}}{{ENl{cENj}}}FAd}{{{IHj{cENjENj}}{ENl{cENj}}}{{ENl{cENj}}}FAd}{{{IHj{ceg}}{ENl{ce}}}{{ENl{cg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{Jj{ceg}}{ENl{ce}}}{{ENl{cg}}}{}{}{}}{{{Jf{ceg}}{ENl{ce}}}{{ENl{g}}}{AHbAn}{}{}}{{{Jh{ceg}}{ENl{ce}}}{{I`{{ENl{cg}}}}}{{AMl{}{{Ch{}}}}FCdBEbAn{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}{ENl{ce}}}{{JA`{cg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{Jj{ceg}}{FBb{ce}}}{{FBb{cg}}}{}{}{}}{{{J`{ceg}}{FBb{ce}}}{{FBb{g}}}{AnAMj}{}{}}{{{Jf{ceg}}{FBb{ce}}}{{FBb{g}}}{AHbAn}{}{}}{{{Jh{ceg}}{FBb{ce}}}{{I`{{FBb{cg}}}}}{{AMl{}{{Ch{}}}}FCdBEbAn{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{Jh{ceg}}{FBb{ce}}}{{JA`{cg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{J`{ceg}}{FBd{ce}}}{{FBd{g}}}{AnAMj}{}{}}{{{Jd{ceg}}{FBd{ce}}}{{FBd{g}}}{{AHb{}{{Ch{}}}}An}{}{}}{{{Jf{ceg}}{FBd{ce}}}{{FBd{cg}}}{{AHb{}{{Ch{}}}}An}{}{}}{{{J`{ceg}}{FAf{ce}}}{{FAf{g}}}{AnAMj}{}{}}{{{Jd{ceg}}{FAf{ce}}}{{FAf{cg}}}{}{}{}}{{{Jf{ceg}}{FAf{ce}}}{{FAf{cg}}}{}{}{}}{{{Jn{ceg}}{EOd{ce}}}{{EOd{cg}}}IO`{}{}}{{{Jn{cENjENj}}{EOd{cENj}}}{{EOd{cENj}}}FAd}{{{J`{cENjENj}}{EOd{cENj}}}{{EOd{cENj}}}FAd}{{{J`{ceg}}{EOd{ce}}}{{EOd{g}}}{AnAMj}{}{}}{{{Jd{cENjENj}}{EOd{cENj}}}{{EOd{cENj}}}FAd}{{{IHj{ceg}}{EOd{ce}}}{{EOd{cg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{IHj{cENjENj}}{EOd{cENj}}}{{EOd{cENj}}}FAd}{{{Jj{ceg}}{EOd{ce}}}{{EOd{cg}}}{}{}{}}{{{Jh{ceg}}{EOd{ce}}}{{EOd{cg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{Jj{ceg}}{FBh{ce}}}{{FBh{cg}}}{}{}{}}{{{Jh{ceg}}{FBh{ce}}}{{FBh{cg}}}{An{AHb{}{{Ch{}}}}{AMj{}{{Ch{}}}}}{}{}}{{{EOn{ce}}{EOd{ce}}}{{EOn{ce}}}{An{AHb{}{{Ch{}}}}}{}}{{{FAj{ce}}{FBh{ce}}}{{FAj{ce}}}{An{AHb{}{{Ch{}}}}}{}}{{{FBd{ce}}{EOd{ce}}}{{FBd{ce}}}{An{AHb{}{{Ch{}}}}}{}}{{cc}{{IHj{ceg}}}{FCdFC`}{}{}}{{ccc}{{Jh{ceg}}}{FCdFC`}{}{}}`{{{EOn{ce}}}{{I`{{EOn{ge}}}}}{IN`An}{}IN`}{{{FAj{ce}}}{{I`{{FAj{ge}}}}}{IN`An}{}IN`}{{{IOn{ce}}}{{I`{{IOn{ge}}}}}{IN`Dl}{}IN`}{{{ENl{ce}}}{{I`{{ENl{ge}}}}}{IN`An}{}IN`}{{{FBb{ce}}}{{I`{{FBb{ge}}}}}{IN`An}{}IN`}{{{FBd{ce}}}{{I`{{FBd{ge}}}}}{IN`An}{}IN`}{{{J`{ceg}}}{{I`{{J`{ieg}}}}}IN`{}{}IN`}{{{FAf{ce}}}{{I`{{FAf{ge}}}}}{IN`An}{}IN`}{{{FBf{ce}}}{{I`{{FBf{ge}}}}}{IN`An}{}IN`}{{{Jd{ceg}}}{{I`{{Jd{ieg}}}}}{IN`An}{}{}IN`}{{{Jf{ceg}}}{{I`{{Jf{ieg}}}}}{IN`An}{}{}IN`}{{{EOd{ce}}}{{I`{{EOd{ge}}}}}{IN`An}{}IN`}{{{FBh{ce}}}{{I`{{FBh{ge}}}}}{IN`An}{}IN`}{{{IHj{ceg}}}{{I`{{IHj{ieg}}}}}{IN`An}{}{}IN`}{{{Jh{ceg}}}{{I`{{Jh{ieg}}}}}{IN`An}{}{}IN`}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000000000000000000{{{EOd{ce}}}{{I`{{EOd{ce}}}}}IO`{}}{{{FBh{ce}}}{{I`{{FBh{ce}}}}}IO`{}}{cJ`{}}0000000000000000000000{ce{}{}}000000000000000000000000000000000000000000000{{{EOn{ce}}{EOn{ce}}}{{EOn{ce}}}{AnBEb}{}}{{{FAj{ce}}{FAj{ce}}}{{FAj{ce}}}{AnBEb}{}}{{{FBd{ce}}{FBd{ce}}}{{FBd{ce}}}{AnBEb{AHb{}{{Ch{}}}}{AEn{}{{Ch{}}}}FCd}{}}{{cccc}{{Jj{ceg}}}IO`{}{}}{{cc}{{EOd{ce}}}{}{}}{{ccc}{{FBh{ce}}}{}{}}{{{Jj{ceg}}}{{FBh{cENj}}}An{}{}}{{{Jb{ce}}}c{An{AHb{}{{Ch{}}}}}{}}{{{FAj{ce}}}c{An{AMj{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}{{{FBf{ce}}}c{{AMj{}{{Ch{}}}}An}{}}`{{{EOn{ce}}}c{An{AEn{}{{Ch{}}}}}{}}{{{FAj{ce}}}c{An{AEn{}{{Ch{}}}}}{}}{{{FBd{ce}}}c{An{AHb{}{{Ch{}}}}}{}}``{{{IHj{ceg}}}{{IHj{cei}}}An{}{}{}}{{{Jh{ceg}}}{{Jh{cei}}}An{}{}{}}{{{EOd{ce}}c}{{EOd{ce}}}IO`{}}0{{{FBh{ce}}c}{{FBh{ce}}}IO`{}}10{{{IHj{ceg}}}{{IHj{cig}}}An{}{}{}}{{{Jh{ceg}}}{{Jh{cig}}}An{}{}{}}`````````{{{EOn{ce}}}{{FAh{c}}}An{}}{{{FAj{ce}}}{{FAh{c}}}An{}}{{{FBd{ce}}}{{FAh{c}}}{An{AHb{}{{Ch{}}}}}{}}{{{FBb{ce}}}{{ENl{ce}}}An{}}{{{FBh{ce}}}{{EOd{ce}}}An{}}{FAnFAl}{{{FAj{ce}}}c{An{AMj{}{{Ch{}}}}{AEn{}{{Ch{}}}}}{}}3210`````````654{{{ENl{ce}}}{{ENl{ce}}}An{}}{{{EOd{ce}}}{{EOd{ce}}}An{}}5432`````7{{}{{EOn{ce}}}FCd{}}{{}{{FAj{ce}}}FCd{}}{{}{{IOn{ce}}}FCd{}}{{}{{ENl{ce}}}FCd{}}0{{}{{FBb{ce}}}FCd{}}0{{}{{FBd{ce}}}FCd{}}{{}{{Jb{ce}}}FCd{}}{{}{{FAf{ce}}}FCd{}}0{{}{{FBf{ce}}}FCd{}}0{{}{{EOd{ce}}}FCd{}}0{{}{{FBh{ce}}}FCd{}}0{{{ENl{ce}}{ENl{ce}}i}{{EOd{ge}}}{}{}{}{{Cd{cc}{{Ch{g}}}}}}{{{FBb{ce}}{FBb{ce}}i}{{FBh{ge}}}{}{}{}{{Cd{cc}{{Ch{g}}}}}}{{{EOd{ce}}{EOd{ce}}i}{{EOd{ge}}}{}{}{}{{Cd{cc}{{Ch{g}}}}}}{{{FBh{ce}}{FBh{ce}}i}{{FBh{ge}}}{}{}{}{{Cd{cc}{{Ch{g}}}}}}`{{}c{}}{{FBjFBj}d}{{FBjFBjc}d{}}{{cc}cBEb}0````````````````````````````````````````````````````````````````````````````````````````{FBlFBl}{FBnFBn}{{}FC`}{FCbFCb}{{}FCd}````{{cg}i{}{}{{An{e}}}{}}00{ce{}{}}00000{cCj{}}00000111111{{c{Cl{e}}}g{}{}{}}00222`{Dbc{}}00000{Dbh}00{cc{}}00`000555{{}Db}00666666{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}0077799999999999{{{IMh{c}}c}{{JAf{c}}}FAd}{{{INj{c}}}{{I`{{ENl{cENj}}}}}FAd}{{{INl{c}}}{{I`{c}}}FAd}{{{INj{c}}}{{Lf{Db{I`{Db}}}}}FAd}{{{INl{c}}}{{Lf{Db{I`{Db}}}}}FAd}`{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000```{{{FAb{}{{AJl{c}}}}c}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}c}cFAd}1{{{FAb{}{{AJl{c}}}}c}{{EOd{cENj}}}FAd}11{{{FAb{}{{AJl{c}}}}}{{FAb{}{{AJl{c}}}}}FAd}{{{FAb{}{{AJl{c}}}}cCd}hFAd}{{{FAb{}{{AJl{c}}}}}{{ENl{cENj}}}FAd}{{{FAb{}{{AJl{c}}}}c}{{ENl{cENj}}}FAd}{{{FAb{}{{AJl{c}}}}c}{{Lf{{FAb{}{{AJl{c}}}}{FAb{}{{AJl{c}}}}}}}FAd}{{{FAb{}{{AJl{c}}}}{FAh{c}}}{{FAb{}{{AJl{c}}}}}FAd}3{{Fn{ENl{cENj}}}{{ENl{cENj}}}{}}{{Fn{EOd{cENj}}}{{EOd{cENj}}}{}}99{{cccc}{{FCf{c}}}FAd}{{{EOd{cENj}}{EOd{cENj}}}cFAd}{{{ENl{cENj}}{ENl{cENj}}{ENl{cENj}}}cFAd}{{cc}{{Lf{cc}}}FCh}{{{EOd{cENj}}}{{EOd{cENj}}}FAd}{{{EOd{cENj}}}{{EOd{cENj}}}FCh}`````{{cg}i{}{}{{An{e}}}{}}000{ce{}{}}0000000{cCj{}}000000011111111{{c{Cl{e}}}g{}{}{}}000{c{{JAh{c}}}{{BIn{}{{Of{{ENl{MfENj}}}}}}}}3333{Dbc{}}0000000{Dbh}000{{FCjMf}{{FCl{FCj}}}}{cc{}}00000007777{{}Db}00088888888{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}0009999;;;;;;;;;;;;;;;;{{Mfc}{{FCl{c}}}{{BIn{}{{Of{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}}}}{{ce}{{FCn{ec}}}{{Fn{Mf}}}{{BIn{}{{Of{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}}}}{{dc}{{JAh{c}}}{{BIn{}{{Of{{ENl{MfENj}}}}}}}}{{{ILl{c}}}{{I`{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}{{BIn{}{{Of{{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}}}}}}{{{FCl{c}}}{{I`{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}{{BIn{}{{Of{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}}}}{{{FCn{ce}}}{{I`{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}{{BIn{}{{Of{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}}}{{Fn{Mf}}}}{{{JAh{c}}}{{I`{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}{{BIn{}{{Of{{ENl{MfENj}}}}}}}}?{{{FCl{c}}}{{Lf{Db{I`{Db}}}}}{{BIn{}{{Of{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}}}}{{FCjc}{{FCn{FCjc}}}{{Fn{Mf}}}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000{ce{}{}}0000000{{{ILl{c}}}c{{BIn{}{{Of{{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}}}}}}```````````````````{{MfMf}{{ENl{MfENj}}}}`{{MfMf}{{FAf{MfENj}}}}{{MfMf}{{EOd{MfENj}}}}`````````````````````{{cg}i{}{}{{An{e}}}{}}00555555{cCj{}}00000{{IJd{ENl{MfENj}}{Ml{Mf}}}ENd}{{IJd{ENl{MfENj}}}ENd}{{JAj{ENl{MfENj}}{Ml{Mf}}}ENd}0999999{IJdDb}0{JAjDb}0{{c{Cl{e}}}g{}{}{}}00{ILbILb}{{ce}h{}{}}>>>{{IJd{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}ENd}{{IJd{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{JAj{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}0{Dbc{}}00000{Dbh}00{{IJdd}h}0{{JAjd}h}0{cc{}}00000{ce{}{}}00{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00???4444444444{{IJd{ENl{MfENj}}{Ml{Mf}}}ENd}{{IJd{ENl{MfENj}}}ENd}{{JAj{ENl{MfENj}}{Ml{Mf}}}ENd}0{{IIhDb}JAj}{ILb{{I`{IIf}}}}0{IJdDb}{JAjDb}{{IJd{ENl{MfENj}}{ENl{MfENj}}}ENd}{{IJd{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{JAj{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}0{{IJdDbDb}h}0{{JAjDbDb}h}0{ILb{{Lf{Db{I`{Db}}}}}}{ce{}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{IJdDb}JAj}``````{{cg}i{}{}{{An{e}}}{}}00055555555{cCj{}}000000066666666{{c{Cl{e}}}g{}{}{}}000{ILfILf}{{{ILd{c}}}{{ILd{c}}}Dl}{{{ILh{c}}}{{ILh{c}}}Dl}{IKlIKl}{{ce}h{}{}}000``<<<<{Dbc{}}0000000{Dbh}000{cc{}}0000000????{{}Db}000{ce{}{}}0000000{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000====3333333333333333{{{FAh{M`}}d}IKl}{ILf{{I`{{Fh{ENdENh}}}}}}{{{ILd{c}}}{{I`{{Fh{ch}}}}}{}}{{{ILh{c}}}{{I`{{Fh{{ENl{MfENj}}{ENl{MfENj}}}}}}}ENn}{IKl{{I`{{Fh{ENdENh}}}}}}{c{{JAl{e}}}{}{}}``9999{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000<<<<<<<<`````{{EO`{ENl{MfENj}}MfEOb{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{EOd{MfENj}}{EOf{Mf}}EOb{Ml{Mf}}}h}{{EO`{EOh{Mf}}{Ml{Mf}}}{{Lf{ENdENd}}}}{{EO`{ENl{MfENj}}{Ml{Mf}}}ENd}{{EO`{EOj{{ENl{MfENj}}}}{Ml{Mf}}}h}{{EOl{EOj{{ENl{MfENj}}}}}h}{{EO`{EOn{MfENj}}EOb{Ml{Mf}}}h}{{EO`{EOn{MfENj}}F`EOb{Ml{Mf}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{ENl{MfENj}}}h}5{{{Ff{}{{Fd{c}}}}}c{}}{EOlh}{EO`h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}{ENl{MfENj}}}h}{{EO`d}h}{{EO`{Fh{{Lf{{ENl{MfENj}}{Ml{Mf}}}}{ENl{MfENj}}}}}h}{{EO`Mf}{{Fj{EO`}}}}{{FCjMf}{{FCl{FCj}}}}{{EOlMf}h}?{{EOl{ENl{MfENj}}}h}0{EO`Db}{{EO`{Fh{{ENl{MfENj}}{ENl{MfENj}}}}{Ml{Mf}}}h}{{EO`{ENl{MfENj}}{ENl{MfENj}}{Ml{Mf}}}ENd}{{EOl{ENl{MfENj}}{ENl{MfENj}}}h}{{EOl{EOd{MfENj}}{EOf{Mf}}Fb{EOd{MfENj}}}h}{{EOl{EOd{MfENj}}{EOd{MfENj}}{EOd{MfENj}}}h}7{{EOl{EOd{MfENj}}}h}0{{EOl{EOd{MfENj}}{EOd{MfENj}}}h}9{{EO`DbDb}h}{{EOlDbDb}h}6:23{{EO`c}{{Fl{EO`c}}}{{Fn{Mf}}}}{{FCjc}{{FCn{FCjc}}}{{Fn{Mf}}}}={EO`{{FA`{EO`}}}}````````````````````````{{cg}i{}{}{{An{e}}}{}}0{{HGhMfDd}HGh}{{HGhc}HGh{{Oh{}{{Of{HIn}}}}}}{ce{}{}}000{cCj{}}0001111{{c{Cl{e}}}g{}{}{}}0{HGhHGh}{FDbFDb}{{ce}h{}{}}055{Dbc{}}000{Dbh}0`{{HGhHGh}d}{{FDbFDb}d}{{HGhDf}{{Il{hAAb}}}}{{FDbDf}{{Il{hAAb}}}}{cc{}}000<<{{}Db}0===={{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0>>{ce{}{}}00000{cd{}}{{CLhCLh}HGh}{{FD`CL`}FDb}{HGhFDb}``44{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}07777{D`{{Il{FDdFDf}}}}``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000{{FDdMf}FDd}{{}{{`{{BIn{}{{Of{FF`}}}}}}}}{{{FDj{}{{FDh{c}}}}e}hFDl{{Cd{c}{{Ch{c}}}}}}{{{FGl{c}}e}h{FDlFIj}{{Cd{c}{{Ch{c}}}}}}{{{FGh{c}}e}hFDl{{Cd{c}{{Ch{c}}}}}}{{{FGn{c}}e}h{FDlFIj}{{Cd{c}{{Ch{c}}}}}}{{{FGj{c}}e}hFDl{{Cd{c}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}e}hFDl{{Cd{cc}{{Ch{c}}}}}}{{{FGl{c}}{FGl{c}}e}h{FDlFIj}{{Cd{cc}{{Ch{c}}}}}}{{{FGh{c}}{FGh{c}}e}hFDl{{Cd{cc}{{Ch{c}}}}}}{{{FGn{c}}{FGn{c}}e}h{FDlFIj}{{Cd{cc}{{Ch{c}}}}}}{{{FGj{c}}{FGj{c}}e}hFDl{{Cd{cc}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}eg}hFDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}{{{FGl{c}}eg}h{FDlFIj}{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}{{{FGh{c}}eg}hFDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}{{{FGn{c}}eg}h{FDlFIj}{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}{{{FGj{c}}eg}hFDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}>{ce{}{}}00000000000000000000000000000000000{cCj{}}00000000000000000000000000000000000{FDn{{Ml{BBj}}}}{FDd{{Ml{BBj}}}}{{{FHj{ce}}}{{JAn{Ml}}}FDj{{En{Ml}}{HBj{}{{FHn{Ml}}}}}}{FDd{{I`{{JAn{{Ml{Mf}}}}}}}}{{{FHj{ce}}}{{JAn{Ml}}}FDj{{BFl{Ml}}{HBj{}{{FHn{Ml}}}}}}{FDd{{I`{{JAn{{Ml{ADj}}}}}}}}{FDd{{I`{{JAn{{Ml{BBj}}}}}}}}{FDd{{I`{{FHj{{FGh{ADj}}{Jn{ADj}}}}}}}}{FDd{{I`{{FHj{{FGh{BBj}}{Jn{BBj}}}}}}}}{FDd{{I`{{FHj{{FGj{ADj}}{Jn{ADj}}}}}}}}{FDd{{I`{{FHj{{FGj{BBj}}{Jn{BBj}}}}}}}}{{{JAn{e}}}{{JAn{{Ml{c}}}}}{}{{BFl{{Ml{c}}}}}}4321{FDd{{I`{{FHj{{FGl{ADj}}{Jn{ADj}}}}}}}}{FDd{{I`{{FHj{{FGl{Mf}}{Jn{Mf}}}}}}}}{FDd{{I`{{FHj{{FGl{BBj}}{Jn{BBj}}}}}}}}{FDd{{I`{{FHj{{FGn{ADj}}{Jn{ADj}}}}}}}}{FDd{{I`{{FHj{{FGn{Mf}}{Jn{Mf}}}}}}}}{FDd{{I`{{FHj{{FGn{BBj}}{Jn{BBj}}}}}}}}{{{JAn{e}}}{{Ml{c}}}{}{{BFl{{Ml{c}}}}}}{{{FHj{ce}}}eFDj{{HBj{}{{FHn{Ml}}}}}}{{{JAn{e}}}{{JAn{{Ml{c}}}}}{}{{En{{Ml{c}}}}}}876543{{{JAn{e}}}{{Ml{c}}}{}{{En{{Ml{c}}}}}}{{{JAn{c}}}{{Il{{JB`{Mle}}JBb}}}{{En{Ml}}}FDj}{{{JAn{c}}}{{Il{{JBd{Mle}}JBb}}}{{BFl{Ml}}}FDj}{{{JAn{c}}}{{Il{{JB`{Mle}}JBb}}}{{BFl{Ml}}}FDj}{FEjADj}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}}hFDl}{{{FGl{c}}{FGl{c}}}h{FDlFIj}}{{{FGh{c}}{FGh{c}}}hFDl}{{{FGn{c}}{FGn{c}}}h{FDlFIj}}{{{FGj{c}}{FGj{c}}}hFDl}{{FE`M`M`c}h{}}{{{FHj{ce}}M`M`c}hFDj{{HBj{}{{FHn{Ml}}}}FI`}}{{FDdM`M`{FGn{BBj}}}h}{{FDdMf}FDd}{ce{}{}}00000000000000000000000000000000000{{{FEd{}{{FEb{c}}}}}{{Lf{M`M`M`M`}}}FDj}{{{JAn{c}}}{{Lf{BBjM`M`}}}{}}{{{FHj{ce}}}{{Lf{M`M`M`M`}}}FDj{{HBj{}{{FHn{Ml}}}}HBj}}{FDd{{Lf{M`M`M`M`}}}}{{FDdCEj}FDd}`{JBf{{FHj{{FGn{BBj}}{Jn{BBj}}}}}}0{FEjBBj}{{c{Cl{e}}}g{}{}{}}00000000000000000{FF`d}0{{{FGf{c}}M`M`M`M`}h{}}3{FFlBBj}{{{FDj{}{{FDh{c}}}}}{{Ml{c}}}FDl}{{{FGl{c}}}{{Ml{c}}}{FDlFIj}}{{{FGh{c}}}{{Ml{c}}}FDl}{{{FGn{c}}}{{Ml{c}}}{FDlFIj}}{{{FGj{c}}}{{Ml{c}}}FDl}{{{FDj{}{{FDh{c}}}}}{{Lf{cccc}}}FDl}{{{FGl{c}}}{{Lf{cccc}}}{FDlFIj}}{{{FGh{c}}}{{Lf{cccc}}}FDl}{{{FGn{c}}}{{Lf{cccc}}}{FDlFIj}}{{{FGj{c}}}{{Lf{cccc}}}FDl}98765{{{JAn{c}}}{{JAn{c}}}Dl}{JBfJBf}{HL`HL`}{{{FHj{ce}}}{{FHj{ce}}}FDj{{HBj{}{{FHn{Ml}}}}Dl}}{FEjFEj}{FFlFFl}{{{FGl{c}}}{{FGl{c}}}Dl}{{{FGh{c}}}{{FGh{c}}}Dl}{{{FGn{c}}}{{FGn{c}}}Dl}{{{FGj{c}}}{{FGj{c}}}Dl}{FDdFDd}{FF`FF`}{FHbFHb}{FG`FG`}{{{FFn{c}}}{{FFn{c}}}ALj}{{{FGf{c}}}{{FGf{c}}}Dl}{{ce}h{}{}}000000000000000`{FFf{{Il{{Jn{JBf}}FDf}}}}{FDdFEj}`{{{FEh{}{{FEf{c}}}}}FEjFEl}{ce{}{}}00000000000000000{{{FHj{ce}}}{{FHj{gJn}}}FDj{{HBj{}{{FHn{Ml}}}}}{FDj{FIb{c}}}}{{FE`eM`M`}{{Il{hFDf}}}{}{{FEd{}{{FEb{c}}}}}}{{FE`FEnM`M`}d}{{{FHj{ce}}FEnM`M`}dFDj{{HBj{}{{FHn{Ml}}}}FI`}}{{FDdM`M`M`M`}FDd}0{FG`Al}{{}{{FHj{ce}}}FDjG`}{{}FDd}{JBfHL`}{Dbc{}}00000{{{FHj{ce}}}{}FDj{{HBj{}{{FHn{Ml}}}}}}11111111111{{{FGf{c}}}{}HBj}2222222{{{FHj{ce}}}{}FDj{{HBj{}{{FHn{Ml}}}}FI`}}33333333333{{{FGf{c}}}{}FI`}4{{{FEh{}{{FEf{c}}}}}{{Lf{M`M`}}}FEl}{{{FEd{}{{FEb{c}}}}}{{Lf{M`M`}}}FDj}{{{FHj{ce}}}{{Lf{M`M`}}}FDj{{HBj{}{{FHn{Ml}}}}HBj}}{{{FHj{ce}}}{{Lf{M`M`}}}FDj{{HBj{}{{FHn{Ml}}}}}}{FDd{{Lf{M`M`}}}}{Dbh}00000000000000000{{{FHj{ce}}}{{JBh{c}}}FDj{{HBj{}{{FHn{Ml}}}}}}{{{FHj{ce}}}{{JBj{c}}}FDj{{HBj{}{{FHn{Ml}}}}FI`}}{{{FHj{ce}}}{{JBl{c}}}FDj{{HBj{}{{FHn{Ml}}}}}}{{{FHj{ce}}}{{JBn{c}}}FDj{{HBj{}{{FHn{Ml}}}}FI`}}{{HL`HL`}d}{{{FHj{ce}}{FHj{ce}}}d{FdFDj}Fd}{{FEjFEj}d}{{FFlFFl}d}{{{FGl{c}}{FGl{c}}}dFd}{{{FGh{c}}{FGh{c}}}dFd}{{{FGn{c}}{FGn{c}}}dFd}{{{FGj{c}}{FGj{c}}}dFd}{{FDdFDd}d}{{FF`FF`}d}{{FHbFHb}d}{{FG`FG`}d}{{ce}d{}{}}00000000000000000000000000000000`{{{FHj{{FGh{BBj}}{Jn{BBj}}}}{Ml{{Lf{BBjBBjBBj}}}}{I`{BBj}}}{{FHj{{FGn{BBj}}{Jn{BBj}}}}}}{FF`{{Ml{El}}}}{{{JAn{c}}}{{Lf{DbDbDb}}}{}}{{FDd{Ml{Mf}}}FDd}{{{JAn{c}}Db}d{}}`{FDdFDd}0{{FDfDf}{{Il{hAAb}}}}0{{{JAn{c}}Df}{{Il{hAAb}}}Jj}{{HL`Df}{{Il{hAAb}}}}{{{FHj{ce}}Df}{{Il{hAAb}}}{JjFDj}Jj}{{FEjDf}{{Il{hAAb}}}}{{FFlDf}{{Il{hAAb}}}}{{{FGl{c}}Df}{{Il{hAAb}}}Jj}{{{FGh{c}}Df}{{Il{hAAb}}}Jj}{{{FGn{c}}Df}{{Il{hAAb}}}Jj}{{{FGj{c}}Df}{{Il{hAAb}}}Jj}{{FDdDf}{{Il{hAAb}}}}{{FF`Df}{{Il{hAAb}}}}{{FHbDf}{{Il{hAAb}}}}{{FG`Df}{{Il{hAAb}}}}{{{FFn{c}}Df}{{Il{hAAb}}}{JjALj}}{cc{}}{AAdFDf}1{JC`FDf}{JCbFDf}{JCdFDf}{JCfFDf}{JChFDf}{JBbFDf}{JCjFDf}{JClFDf}{JCnFDf}{JD`FDf}{JDbFDf}<<<{FDd{{FHj{{FGj{ADj}}{Jn{ADj}}}}}}={FDd{{FHj{{FGn{Mf}}{Jn{Mf}}}}}}{FDd{{FHj{{FGj{BBj}}{Jn{BBj}}}}}}{FDd{{FHj{{FGh{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGl{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGl{BBj}}{Jn{BBj}}}}}}{FDd{{FHj{{FGh{BBj}}{Jn{BBj}}}}}}{FDd{{FHj{{FGn{BBj}}{Jn{BBj}}}}}}{FDd{{FHj{{FGn{ADj}}{Jn{ADj}}}}}}{cc{}}0{FEjFFl}1{{{ADf{c}}}{{FGl{c}}}{}}2{{{ADf{c}}}{{FGh{c}}}{}}3{{{ADf{c}}}{{FGn{c}}}{}}{{{ADf{c}}}{{FGj{c}}}{}}5{{{FHj{{FGl{BBj}}{Jn{BBj}}}}}FDd}{{{FHj{{FGl{ADj}}{Jn{ADj}}}}}FDd}7{{{FHj{{FGh{ADj}}{Jn{ADj}}}}}FDd}{{{FHj{{FGj{Mf}}{Jn{Mf}}}}}FDd}{{{FHj{{FGl{Mf}}{Jn{Mf}}}}}FDd}{{{FHj{{FGj{BBj}}{Jn{BBj}}}}}FDd}{{{FHj{{FGh{Mf}}{Jn{Mf}}}}}FDd}{{{FHj{{FGn{BBj}}{Jn{BBj}}}}}FDd}{{{FHj{{FGh{BBj}}{Jn{BBj}}}}}FDd}{{{FHj{{FGn{Mf}}{Jn{Mf}}}}}FDd}{{{FHj{{FGn{ADj}}{Jn{ADj}}}}}FDd}{{{FHj{{FGj{ADj}}{Jn{ADj}}}}}FDd}{cc{}}{JDdFF`}1{FF`FHb}222222222222222222222{{cccc}{{FDj{}{{FDh{c}}}}}FDl}{{cccc}{{FGl{c}}}{FDlFIj}}{{cccc}{{FGh{c}}}FDl}{{cccc}{{FGn{c}}}{FDlFIj}}{{cccc}{{FGj{c}}}FDl}{c{{Il{FDdFDf}}}FEh}{c{{I`{FF`}}}{{En{JDf}}}}{{M`M`e}{{FHj{cJn}}}FDj{{Cd{M`M`}{{Ch{c}}}}}}{c{{I`{FF`}}}{{En{El}}}}{{M`M`}HL`}{{{FHj{{FGn{BBj}}{Jn{BBj}}}}M`M`HL`}JBf}{c{{Il{FF`FDf}}}{{En{FFb}}}}{{M`M`c}{{FHj{cJn}}}FDj}{{M`M`c}{{I`{{FHj{ec}}}}}{{HBj{}{{FHn{Ml}}}}}FDj}{DAhHL`}{{{Ml{c}}}{{FDj{}{{FDh{c}}}}}FDl}{{{Ml{c}}}{{FGl{c}}}{FDlFIj}}{{{Ml{c}}}{{FGh{c}}}FDl}{{{Ml{c}}}{{FGn{c}}}{FDlFIj}}{{{Ml{c}}}{{FGj{c}}}FDl}43210{ce{}{}}00000000000000000{{M`M`Jn}{{I`{{FHj{cJn}}}}}FDj}{{{JAn{e}}BBjM`M`}{{I`{c}}}{}{{BFl{{Ml{c}}}}}}{{{FEd{}{{FEb{c}}}}M`M`}cFDj}{{{FHj{ce}}M`M`}cFDj{{HBj{}{{FHn{Ml}}}}}}{{{FHj{ce}}M`M`}cFDj{{HBj{}{{FHn{Ml}}}}HBj}}{{FDdM`M`}{{FGn{BBj}}}}{{{FHj{ce}}M`M`}{{I`{c}}}FDj{{HBj{}{{FHn{Ml}}}}}}{{FE`M`M`}c{}}{{{FHj{ce}}M`M`}cFDj{{HBj{}{{FHn{Ml}}}}FI`}}03{{{FHj{ce}}M`M`}{{I`{c}}}FDj{{HBj{}{{FHn{Ml}}}}FI`}}{{{JAn{e}}BBjM`M`}{{I`{c}}}{}{{En{{Ml{c}}}}}}{FDdFDd}{{{Ml{BBj}}}{{Il{FF`FDf}}}}{{{JAn{c}}}d{}}{FEjd}0{{{FHj{ce}}g}h{AA`FDj}AA`GCb}{{FEjc}hGCb}{{FFlc}hGCb}{{{FGl{c}}e}hAA`GCb}{{{FGh{c}}e}hAA`GCb}{{{FGn{c}}e}hAA`GCb}{{{FGj{c}}e}hAA`GCb}{{FF`c}hGCb}{{{FEd{}{{FEb{c}}}}}M`FDj}{{{FHj{ce}}}M`FDj{{HBj{}{{FHn{Ml}}}}}}{FDdM`}{{FDdCEj}FDd}{{{FEh{}{{FEf{c}}}}}{{I`{{Jn{BBj}}}}}FEl}{c{{Il{{Lf{M`M`}}FDf}}}{{En{FFb}}}}{{{JAn{e}}}{{I`{{Ml{c}}}}}{}{{BFl{{Ml{c}}}}}}{{{JAn{e}}}{{I`{{Ml{c}}}}}{}{{En{{Ml{c}}}}}}`{{{FEd{}{{FEb{c}}}}M`M`}dFDj}{{{JAn{c}}BBjM`M`}d{}}{{{JAn{c}}BBjM`M`}Db{}}{{{JAn{c}}BBjM`M`}{{I`{Db}}}{}}{{{JAn{c}}{Lf{BBjM`M`}}}{}{{JDh{Db}}}}{{{FHj{ce}}{Lf{M`M`}}}cFDj{{HBj{}{{FHn{Ml}}}}}}{{{FGl{c}}Db}c{}}{{{FGh{c}}Db}c{}}{{{FGn{c}}Db}c{}}{{{FGj{c}}Db}c{}}{{{JAn{c}}DbDbDb}{{I`{Db}}}{}}{{{JAn{c}}{Lf{BBjM`M`}}}{}{{JDj{Db}}}}{{{FHj{ce}}{Lf{M`M`}}}cFDj{{HBj{}{{FHn{Ml}}}}FI`}}6543{{}Db}00000000000000000{{{FGf{c}}}{}HBj}{{{FGf{c}}}{}FI`}{ce{}{}}00000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000{JBf{{FHj{{FGn{BBj}}{Jn{BBj}}}}}}{FDd{{Jn{BBj}}}}{{c{Cl{e}}}g{}{}{}}00000000000000000666666666666666666666666666666666666{{{FHj{ce}}}{{JAn{e}}}FDj{{En{Ml}}{HBj{}{{FHn{Ml}}}}}}{FFdFFf}88{FDd{{FHj{{FGh{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGh{BBj}}{Jn{BBj}}}}}}{FDd{{FHj{{FGj{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGj{BBj}}{Jn{BBj}}}}}}{{{FHj{ce}}}eFDj{{HBj{}{{FHn{Ml}}}}}}{{{FEh{}{{FEf{c}}}}}{{Il{cFDf}}}FEl}{FDd{{FHj{{FGl{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGl{Mf}}{Jn{Mf}}}}}}{FDd{{FHj{{FGl{BBj}}{Jn{BBj}}}}}}{FDd{{FHj{{FGn{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGn{Mf}}{Jn{Mf}}}}}}{FDd{{FHj{{FGn{BBj}}{Jn{BBj}}}}}}{ce{}{}}00000000000000000{{{FHj{cJn}}}JnFDj}{{{FDj{}{{FDh{c}}}}}hFDl}{{{FGl{c}}}h{FDlFIj}}{{{FGh{c}}}hFDl}{{{FGn{c}}}h{FDlFIj}}{{{FGj{c}}}hFDl}{FDdh}`{{{JAn{c}}JDl}d{}}`{JBfM`}{{cFF`}{{Il{FDdFDf}}}{FFhFFj}}{{{Ml{BBj}}}{{Il{FDdFDf}}}}{{{Ml{BBj}}FF`}{{Il{FDdFDf}}}}{{{FDj{}{{FDh{c}}}}e}{{FDj{}{{FDh{c}}}}}FDl{{Cd{c}{{Ch{c}}}}}}{{{FGl{c}}e}{{FGl{c}}}{FDlFIj}{{Cd{c}{{Ch{c}}}}}}{{{FGh{c}}e}{{FGh{c}}}FDl{{Cd{c}{{Ch{c}}}}}}{{{FGn{c}}e}{{FGn{c}}}{FDlFIj}{{Cd{c}{{Ch{c}}}}}}{{{FGj{c}}e}{{FGj{c}}}FDl{{Cd{c}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}{FDj{}{{FDh{c}}}}e}{{FDj{}{{FDh{c}}}}}FDl{{Cd{cc}{{Ch{c}}}}}}{{{FGl{c}}{FGl{c}}e}{{FGl{c}}}{FDlFIj}{{Cd{cc}{{Ch{c}}}}}}{{{FGh{c}}{FGh{c}}e}{{FGh{c}}}FDl{{Cd{cc}{{Ch{c}}}}}}{{{FGn{c}}{FGn{c}}e}{{FGn{c}}}{FDlFIj}{{Cd{cc}{{Ch{c}}}}}}{{{FGj{c}}{FGj{c}}e}{{FGj{c}}}FDl{{Cd{cc}{{Ch{c}}}}}}{{{FDj{}{{FDh{c}}}}eg}{{FDj{}{{FDh{c}}}}}FDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}{{{FGl{c}}eg}{{FGl{c}}}{FDlFIj}{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}{{{FGh{c}}eg}{{FGh{c}}}FDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}{{{FGn{c}}eg}{{FGn{c}}}{FDlFIj}{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}{{{FGj{c}}eg}{{FGj{c}}}FDl{{Cd{c}{{Ch{c}}}}}{{Cd{c}{{Ch{c}}}}}}>`{{{JAn{c}}}{{I`{Db}}}{}}{{{Ib{BIn}}}FFf}{{{FHj{{FGn{BBj}}{Jn{BBj}}}}}JBf}{{M`M`}{{FHj{cJn}}}FDj}{{M`M`FEj}FDd}{{cM`M`M`M`}{{FGf{c}}}{}}{{M`M`}FDd}000000000{FFf{{I`{{Il{JBfFDf}}}}}}{{{FFn{c}}}{{I`{{Lf{M`M`}}}}}FEd}{HL`{{Lf{M`M`}}}}{{{FGf{c}}}{{Lf{M`M`}}}{}}{c{{Il{FDdFDf}}}{{En{FFb}}}}{{{FEh{}{{FEf{c}}}}}FFlFEl}{{HL`HL`}{{I`{Hf}}}}{{{FEd{}{{FEb{c}}}}}{{FFn{{FEd{}{{FEb{c}}}}}}}FDj}{{{FHj{ce}}}{{JDn{c}}}FDj{{HBj{}{{FHn{Ml}}}}}}{{{FHj{ce}}}{{JE`{c}}}FDj{{HBj{}{{FHn{Ml}}}}FI`}}{{FE`M`M`c}h{}}{{{FHj{ce}}M`M`c}hFDj{{HBj{}{{FHn{Ml}}}}FI`}}0{{FDdM`M`{FGn{BBj}}}h}{{{FEh{}{{FEf{c}}}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{FEh{}{{FEf{c}}}}{Ml{BBj}}e}{{Il{hFDf}}}FEl{{ABj{FG`}}}}{{FGbM`M`M`M`{Ml{BBj}}}{{Il{hFDf}}}}{{FGbM`M`M`M`{Ml{BBj}}c}{{Il{hFDf}}}{{ABj{FG`}}}}{FF`d}{FG`Al}{{FDdM`M`FIh}FDd}00{FDdFDd}00{{{FHj{ce}}}{{JEb{c}}}FDj{{HBj{}{{FHn{Ml}}}}}}{{{FHj{ce}}}{{JEd{c}}}FDj{{HBj{}{{FHn{Ml}}}}FI`}}{{{FHj{ce}}}JEfFDj{{HBj{}{{FHn{Ml}}}}}}`{{{FHj{ce}}g}{{Il{hFDf}}}{JEhFDj}{{HBj{}{{FHn{Ml}}}}}{{En{FFb}}}}{{FDdc}{{Il{hFDf}}}{{En{FFb}}}}{{c{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}{{En{FFb}}}}{{c{Ml{BBj}}M`M`FEjFF`}{{Il{hFDf}}}{{En{FFb}}}}{{{FHj{ce}}gFF`}{{Il{hFDf}}}{JEhFDj}{{HBj{}{{FHn{Ml}}}}}{{En{FFb}}}}{{FDdcFF`}{{Il{hFDf}}}{{En{FFb}}}}{{{FEh{}{{FEf{c}}}}}AlFEl}{{{FEh{}{{FEf{c}}}}FGd}{{Il{hFDf}}}FEl}{{{JAn{c}}BBjM`M`}h{}}{FDf{{I`{CFb}}}}{{{JAn{c}}}{{Lf{DbDbDb}}}{}}{{FE`M`M`M`M`}{{FGf{FE`}}}}{{{FGf{c}}M`M`M`M`}FGfFI`}{{FDdM`M`}FDd}0{FDd{{Jn{BBj}}}}{{{FGf{c}}}{{FHj{Jn}}}HBj}{{{FDj{}{{FDh{c}}}}}{{FGh{c}}}FDl}{{{FGl{c}}}{{FGh{c}}}{FDlFIj}}{{{FGh{c}}}{{FGh{c}}}FDl}{{{FGn{c}}}{{FGh{c}}}{FDlFIj}}{{{FGj{c}}}{{FGh{c}}}FDl}{FDd{{FHj{{FGh{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGh{Mf}}{Jn{Mf}}}}}}{FDd{{FHj{{FGh{BBj}}{Jn{BBj}}}}}}{{{FDj{}{{FDh{c}}}}}{{FGj{c}}}FDl}{{{FGl{c}}}{{FGj{c}}}{FDlFIj}}{{{FGh{c}}}{{FGj{c}}}FDl}{{{FGn{c}}}{{FGj{c}}}{FDlFIj}}{{{FGj{c}}}{{FGj{c}}}FDl}{FDd{{FHj{{FGj{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGj{Mf}}{Jn{Mf}}}}}}{FDd{{FHj{{FGj{BBj}}{Jn{BBj}}}}}}{FF`El}{ce{}{}}000000000000000{{{FDj{}{{FDh{c}}}}}{{FGl{c}}}FDl}{{{FGl{c}}}{{FGl{c}}}{FDlFIj}}{{{FGh{c}}}{{FGl{c}}}FDl}{{{FGn{c}}}{{FGl{c}}}{FDlFIj}}{{{FGj{c}}}{{FGl{c}}}FDl}{FDd{{FHj{{FGl{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGl{Mf}}{Jn{Mf}}}}}}{FDd{{FHj{{FGl{BBj}}{Jn{BBj}}}}}}{{{FDj{}{{FDh{c}}}}}{{FGn{c}}}FDl}{{{FGl{c}}}{{FGn{c}}}{FDlFIj}}{{{FGh{c}}}{{FGn{c}}}FDl}{{{FGn{c}}}{{FGn{c}}}{FDlFIj}}{{{FGj{c}}}{{FGn{c}}}FDl}{FDd{{FHj{{FGn{ADj}}{Jn{ADj}}}}}}{FDd{{FHj{{FGn{Mf}}{Jn{Mf}}}}}}{FDd{{FHj{{FGn{BBj}}{Jn{BBj}}}}}}{cABf{}}{cJl{}}{{{JAn{e}}}{{JAn{{Jn{c}}}}}Dl{{En{{Ml{c}}}}}}{JBfM`}{FG`Al}{{{FEh{}{{FEf{c}}}}}AlFEl}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000{{{JAn{c}}}{{Il{{FHj{ec}}{Lf{JBb{JAn{c}}}}}}}{{HBj{}{{FHn{Ml}}}}}FDj}{c{{Il{e{In{e}}}}}{}{}}00000000000000000{cJ`{}}00000000000000000{ce{}{}}00000000000000000000000000000000000{{{FEd{}{{FEb{c}}}}M`M`}cFDj}{{{FHj{ce}}M`M`}cFDj{{HBj{}{{FHn{Ml}}}}HBj}}{{FE`M`M`c}h{}}{{{FHj{ce}}M`M`c}hFDj{{HBj{}{{FHn{Ml}}}}FI`}}{{FDdMfCEj}FDd}{{{FEd{}{{FEb{c}}}}M`M`M`M`}{{FGf{{FEd{}{{FEb{c}}}}}}}FDj}{{{FGf{c}}M`M`M`M`}FGfHBj}{{{FEd{}{{FEb{c}}}}}M`FDj}{{{FHj{ce}}}M`FDj{{HBj{}{{FHn{Ml}}}}}}{FDdM`}{{eM`M`}{{JAn{{Ml{c}}}}}FDl{{FDj{}{{FDh{c}}}}}}{{c{Ml{BBj}}M`M`FEje}{{Il{hFDf}}}{FH`FFj}{{K`{FHb}}}}{{FHd{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}}{{{FHj{ce}}gi}{{Il{hFDf}}}{JEhFDj}{{HBj{}{{FHn{Ml}}}}}{FH`FFj}{{K`{FHb}}}}{{FDdce}{{Il{hFDf}}}{FH`FFj}{{K`{FHb}}}}{{{FHj{ce}}g}{{Il{hFDf}}}{JEhFDj}{{HBj{}{{FHn{Ml}}}}}FHd}{{FDdc}{{Il{hFDf}}}FHd}{FF`d}`````````{{cg}i{}{}{{An{e}}}{}}0000000{ce{}{}}000000000000000{cCj{}}0000000000000001111111111111111{{c{Cl{e}}}g{}{}{}}0000000{{{JDn{c}}}{{JDn{c}}}FDj}{{{JEb{c}}}{{JEb{c}}}FDj}{{{JBh{c}}}{{JBh{c}}}FDj}{{{JBl{c}}}{{JBl{c}}}FDj}{{ce}h{}{}}00077777777{FHfc{}}{Dbc{}}000000000000000{Dbh}0000000{{{JDn{c}}Df}{{Il{hAAb}}}FDj}{{{JE`{c}}Df}{{Il{hAAb}}}FDj}{{{JEb{c}}Df}{{Il{hAAb}}}FDj}{{{JEd{c}}Df}{{Il{hAAb}}}FDj}{{{JBh{c}}Df}{{Il{hAAb}}}FDj}{{{JBl{c}}Df}{{Il{hAAb}}}FDj}{{{JBj{c}}Df}{{Il{hAAb}}}FDj}{{{JBn{c}}Df}{{Il{hAAb}}}FDj}{cc{}}000000000000000{ce{}{}}0000000{{}Db}00000001111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}000000055555555555555555555555555555555{{{JDn{c}}}DbFDj}{{{JE`{c}}}DbFDj}{{{JEb{c}}}DbFDj}{{{JEd{c}}}DbFDj}{{{JBh{c}}}DbFDj}{{{JBl{c}}}DbFDj}{{{JBj{c}}}DbFDj}{{{JBn{c}}}DbFDj}{{{JDn{c}}}{{I`{c}}}FDj}{{{JE`{c}}}{{I`{c}}}FDj}{{{JEb{c}}}{{I`{{JDn{c}}}}}FDj}{{{JEd{c}}}{{I`{{JE`{c}}}}}FDj}{{{JBh{c}}}{{I`{{Lf{M`M`c}}}}}FDj}{{{JBl{c}}}{{I`{{Lf{M`{JBh{c}}}}}}}FDj}{{{JBj{c}}}{{I`{{Lf{M`M`c}}}}}FDj}{{{JBn{c}}}{{I`{{Lf{M`{JBj{c}}}}}}}FDj}7654{{{JDn{c}}}{{Lf{Db{I`{Db}}}}}FDj}{{{JE`{c}}}{{Lf{Db{I`{Db}}}}}FDj}{{{JEb{c}}}{{Lf{Db{I`{Db}}}}}FDj}{{{JEd{c}}}{{Lf{Db{I`{Db}}}}}FDj}{{{JBh{c}}}{{Lf{Db{I`{Db}}}}}FDj}{{{JBl{c}}}{{Lf{Db{I`{Db}}}}}FDj}{{{JBj{c}}}{{Lf{Db{I`{Db}}}}}FDj}{{{JBn{c}}}{{Lf{Db{I`{Db}}}}}FDj}{ce{}{}}000{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}00000003333333333333333`````````````````{{cg}i{}{}{{An{e}}}{}}04444{cCj{}}0005555{{c{Cl{e}}}g{}{}{}}0{{{JEj{c}}}FEj{FElFFj}}77{Dbc{}}000{{{JEj{c}}}{{Lf{M`M`}}}{FElFFj}}{Dbh}0{{{JEl{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}{{{JEl{c}}{Ml{BBj}}M`M`FEj{I`{{Ml{{ADf{BBj}}}}}}}{{Il{hFDf}}}FH`}{cc{}}000=={{{JEj{c}}}{{I`{{Ml{{ADf{BBj}}}}}}}{FElFFj}}{{}Db}0????{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0<<{ce{}{}}000{{{JEj{c}}}{{Il{FDf}}}{FElFFj}}11{c{{Il{{JEj{c}}FDf}}}{FElFFj}}{c{{JEl{c}}}FH`}1{{{JEj{c}}{Ml{BBj}}}{{Il{hFDf}}}{FElFFj}}{{{JEj{c}}M`M`M`M`{Ml{BBj}}e}{{Il{hFDf}}}{FElFFj}{{ABj{FG`}}}}{{{JEj{c}}d}h{FElFFj}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999{{{JEl{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}`{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<{{c{Cl{e}}}g{}{}{}}{{{JEn{c}}}FEjFEl}>{Dbc{}}0{{{JEn{c}}}{{Lf{M`M`}}}FEl}{Dbh}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:44{{{JEn{c}}}{{Il{FDf}}}FEl}5{c{{Il{{JEn{c}}FDf}}}FEl}{{{JEn{c}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{JEn{c}}}AlFEl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}};;```````{{cg}i{}{}{{An{e}}}{}}000<<<<<<<<{cCj{}}0000000========{{c{Cl{e}}}g{}{}{}}000{JF`JF`}{{ce}h{}{}}{{{JFb{c}}}FEjFEl}{JF`FEj}{ce{}{}}000{Dbc{}}0000000{{{JFb{c}}}{{Lf{M`M`}}}FEl}{Dbh}000{{{JFd{c}}{Ml{BBj}}M`M`JF`}{{Il{hFDf}}}FH`}{{JF`JF`}d}{{ce}d{}{}}00{{JF`Df}{{Il{hAAb}}}}{cc{}}00000008888{{}Db}00099999999{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000========{{{JFb{c}}}{{Il{FDf}}}FEl}>>>>{{cM`M`JF`}{{Il{{JFb{c}}FDf}}}FEl}{c{{JFd{c}}}FH`}{{{JFf{c}}{Ml{BBj}}}{{Il{DbAAd}}}FEl}{{cM`}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}:17{{c{Ml{CE`}}}{{Il{hAAd}}}{}}316495:{{cIBl}{{Il{hAAd}}}{}}={{cCEj}{{Il{hAAd}}}{}}?{{cMf}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}={{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{{JFb{c}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{JFb{c}}M`M`M`M`{Ml{BBj}}e}{{Il{hFDf}}}{FElFFj}{{ABj{FG`}}}}{{{JFb{c}}}AlFEl}{ce{}{}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00033333333```{{cg}i{}{}{{An{e}}}{}}00444444{cCj{}}00000555555{{c{Cl{e}}}g{}{}{}}00{{{JFh{c}}}FEjFEl}777{Dbc{}}00000{{{JFh{c}}}{{Lf{M`M`}}}FEl}{Dbh}00{{{JFj{c}}{Ml{BBj}}M`M`}{{Il{hFDf}}}FH`}{cc{}}00000<<<{{}Db}00======{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00:::{ce{}{}}00000{{{JFh{c}}}{{Il{FDf}}}FEl}111{c{{Il{{JFh{c}}FDf}}}FEl}{c{{JFj{c}}}FH`}{{{JFl{c}}{Ml{BBj}}}{{Il{DbAAd}}}FEl}{{cAl}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}1<{{c{Ml{CEj}}}{{Il{hAAd}}}{}}1{{cAl}{{Il{hAAd}}}{}}56:{{c{Ml{ADj}}}{{Il{hAAd}}}{}}598:=<>{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{{JFh{c}}M`M`M`M`{Ml{BBj}}e}{{Il{hFDf}}}{FElFFj}{{ABj{FG`}}}}{{{JFh{c}}}AlFEl}{{{JFl{c}}DLn}{{Il{AlAAd}}}{FElFFj}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{{{JFj{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}``````{{cg}i{}{}{{An{e}}}{}}00022222222{cCj{}}000000033333333{{c{Cl{e}}}g{}{}{}}000{JFnJFn}{{ce}h{}{}}{{{JG`{c}}}FEjFEl}7777{Dbc{}}0000000{{{JG`{c}}}{{Lf{M`M`}}}FEl}{Dbh}000{{{JGb{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}{{{JGb{c}}JBf}{{Il{hFDf}}}FH`}{{{JGb{c}}e}{{Il{hFDf}}}FH`{{Oh{}{{Of{JBf}}}}}}{{JFnDf}{{Il{hAAb}}}}{cc{}}0000000????{{}Db}000{ce{}{}}0000000{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}00044444444{{{JG`{c}}}FFfFEl}{{{JG`{c}}}{{Il{FDf}}}FEl}6666{c{{Il{{JG`{c}}FDf}}}FEl}{c{{JGb{c}}}FH`}{{cCEj}{{JGb{c}}}FH`}{{{JGd{c}}{Ml{BBj}}}{{Il{DbAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}07{{cIBj}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}>{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}:9={{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}?{{cBBj}{{Il{hAAd}}}{}}?{{cNl}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{{JG`{c}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{JGd{c}}{Jn{BBj}}}{{Il{DbAAd}}}{}}{{{JG`{c}}FGd}{{Il{hFDf}}}FEl}{{{JGb{c}}JFn}{{Il{hFDf}}}FH`}{ce{}{}}{c{{Il{e}}}{}{}}000{{{JGb{c}}e}{{Il{hFDf}}}FH`{{Oh{}{{Of{{Il{JBfFDf}}}}}}}}11111111{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00044444444{{cFGd}{{Il{{JG`{c}}FDf}}}FEl}````````{{cg}i{}{}{{An{e}}}{}}00000066666666666666{cCj{}}000000000000077777777777777`{{c{Cl{e}}}g{}{}{}}000000{FHhFHh}{JGfJGf}{{ce}h{}{}}0`{{{JGh{c}}}FEjFFh}<<<<<<<`{{}FHh}{Dbc{}}0000000000000{{{JGh{c}}}{{Lf{M`M`}}}FFh}{Dbh}000000`{{{JGj{c}}{Ml{{FGl{Mf}}}}DbDb}{{Il{hFDf}}}FH`}{{FHhFHh}d}{{ce}d{}{}}00`{{{JGh{c}}Df}{{Il{hAAb}}}{JjFEl}}{{{JGl{c}}Df}{{Il{hAAb}}}Jj}{{FHhDf}{{Il{hAAb}}}}{{JGfDf}{{Il{hAAb}}}}{cc{}}0000000000000{ce{}{}}000000`{{}Db}00000011111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000555555555555555{{{JGl{c}}}{}FEl}{{{JGh{c}}}{{Il{FDf}}}FFh}7777777{{{JGl{c}}}JGfFFh}{c{{JGj{c}}}FH`}{c{{Il{{JGh{c}}FDf}}}FFh}{c{{Il{{JGl{c}}FDf}}}FFh}1{{{JGn{c}}}I`FEl}``{{{JH`{c}}{Ml{BBj}}}{{Il{DbAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}7{{cM`}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}56{{cIBl}{{Il{hAAd}}}{}}8{{cBBj}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}?{{c{Ml{CEj}}}{{Il{hAAd}}}{}}76{{cCEj}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}>{{cADj}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{{JGh{c}}{Ml{BBj}}}{{Il{hFDf}}}FFh}{{{JGl{c}}}{{Il{{Jn{{FGl{Mf}}}}FDf}}}FFh}{{{JGl{c}}}{{Il{{Jn{{FGl{BBj}}}}FDf}}}FFh}{{{JGl{c}}}{{Il{{Jn{FHh}}FDf}}}FFh}{{{JGl{c}}g{Ml{e}}}{{Il{hFDf}}}FFhGl{GlNd{ABj{FHh}{{Ch{e}}}}}}{c{{Il{{Jn{{FGl{Mf}}}}AAd}}}{{En{FFb}}}}{{{JGh{c}}M`M`M`M`{Ml{BBj}}e}{{Il{hFDf}}}{FFhFFj}{{ABj{FG`}}}}{{{JH`{c}}{Jn{BBj}}}{{Il{DbAAd}}}{}}{{BBjBBjBBjBBj}FHh}{{{JGn{c}}}{{Lf{Db{I`{Db}}}}}FEl}{FHh{{FGl{Mf}}}}{FHh{{FGl{c}}}{FDlINn}}{{FHhMfMf}{{FGl{c}}}{FDlINn}}{ce{}{}}0{{{FGl{Mf}}}FHh}{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}00000044444444444444`{{cd}{{Il{{JGl{c}}FDf}}}FFh}```{{cg}i{}{}{{An{e}}}{}}00666666{cCj{}}00000{{{Ml{BBj}}M`M`FEj}{{Il{JHbFDf}}}}888888{{c{Cl{e}}}g{}{}{}}00{{{JHd{c}}}FEj{FElFFj}}:::{Dbc{}}00000{{{JHd{c}}}{{Lf{M`M`}}}{FElFFj}}{Dbh}00{{{JHf{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}{{{JHf{c}}{Ml{JHb}}}{{Il{hFDf}}}FH`}{cc{}}00000{ce{}{}}00{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00<<<444444{{{JHd{c}}}{{Il{FDf}}}{FElFFj}}555{c{{Il{{JHd{c}}FDf}}}{FElFFj}}{c{{JHf{c}}}FH`}{{{JHd{c}}{Ml{BBj}}}{{Il{hFDf}}}{FElFFj}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00;;;;;;{{cM`M`FEj}{{Il{JHbFDf}}}{{K`{{Aj{{Ml{BBj}}}}}}}}?```````{{cg}i{}{}{{An{e}}}{}}000========{cCj{}}0000000>>>>>>>>{{c{Cl{e}}}g{}{}{}}000{JHhJHh}{JHjJHj}{{ce}h{}{}}0{{{JHl{c}}}FEjFEl}{ce{}{}}000{{}JHj}`{Dbc{}}0000000{{{JHl{c}}}{{Lf{M`M`}}}FEl}{ADjJHj}{Dbh}000{{{JHn{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}{{{JHn{c}}e}{{Il{hFDf}}}FH`FEd}{{JHhJHh}d}{{JHjJHj}d}{{ce}d{}{}}00000{{JHhDf}{{Il{hAAb}}}}{{JHjDf}{{Il{hAAb}}}}{cc{}}0000000===={{{JHl{c}}}{{I`{{Jn{BBj}}}}}FEl}{{}Db}000????????{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000{ce{}{}}0000000{{{JHl{c}}}{{Il{FDf}}}FEl}1111{c{{Il{{JHl{c}}FDf}}}FEl}{c{{JHn{c}}}FH`}{{cBBj}{{JHn{c}}}FH`}{{{JHl{c}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{JHl{c}}ADjADj}{{Il{{Lf{ADjADj}}FDf}}}FEl}{{{JHn{c}}JHj}hFH`}77{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000::::::::`{{{JHn{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}``{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000====>>{{{JI`{c}}}FEj{FElFFj}}>>{Dbc{}}000{{{JI`{c}}}{{Lf{M`M`}}}{FElFFj}}{Dbh}0{{{JI`{c}}Df}{{Il{hAAb}}}Jj}{{{JIb{c}}Df}{{Il{hAAb}}}Jj}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}05555{{{JI`{c}}}{{Il{FDf}}}{FElFFj}}66{c{{Il{{JI`{c}}FDf}}}{FElFFj}}{c{{JIb{c}}}{}}{{{JI`{c}}}FFl{FElFFj}}{{{JI`{c}}{Ml{BBj}}e}{{Il{hFDf}}}{FElFFj}{{ABj{FG`}}}}{{{JI`{c}}}Al{FElFFj}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0>>>>{{c{I`{d}}}{{Il{{JI`{c}}FDf}}}{FElFFj}}{{{JIb{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}{FH`FFj}}`````````````````{{cg}i{}{}{{An{e}}}{}}00000{{{JId{c}}}{{JIf{c}}}FEl}{ce{}{}}00000000000{cCj{}}00000000000111111111111??????{JIhJIh}{JIjJIj}{{ce}h{}{}}0{{{JId{c}}}FEjFEl}555555{{}JIh}{{}JIj}{Dbc{}}00000000000{{{JId{c}}}{{Lf{M`M`}}}FEl}{Dbh}00000{{{JIl{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}{{JIhJIh}d}{{JIjJIj}d}{{ce}d{}{}}00000{{JIhDf}{{Il{hAAb}}}}{{JIjDf}{{Il{hAAb}}}}{cc{}}00000000000{ce{}{}}00000{{{JId{c}}}{{Il{{I`{Nl}}FDf}}}FEl}{{{JId{c}}}{{I`{{Jn{BBj}}}}}FEl}{{}Db}00000333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000777777777777{{{JIf{c}}}FFfFEl}{{{JId{c}}}{{Il{FDf}}}FEl}999999{{{JId{c}}}dFEl}{c{{Il{{JId{c}}FDf}}}FEl}{c{{JIl{c}}}FH`}{{cJIhJIj}{{JIl{c}}}FH`}{{{JIn{c}}{Ml{BBj}}}{{Il{DbAAd}}}FEl}{{cADj}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}312{{cCEj}{{Il{hAAd}}}{}}?>56789:;<={{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{{JId{c}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{JIn{c}}{Jn{BBj}}}{{Il{DbAAd}}}FEl}{{{JId{c}}}AlFEl}{{{JId{c}}FGd}{{Il{hFDf}}}FEl}{ce{}{}}0{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000333333333333{{cFGd}{{Il{{JId{c}}FDf}}}FEl}{{{JIl{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}```````````````````````{{cg}i{}{}{{An{e}}}{}}00000000066666666666666666666{cCj{}}0000000000000000000{JJ`{{I`{JJb}}}}{JJ`{{I`{JJd}}}}{JJ`{{I`{JJf}}}}{JJ`{{I`{JJh}}}};;;;;;;;;;;;;;;;;;;;{{c{Cl{e}}}g{}{}{}}000000000{JJjJJj}{JJlJJl}{JJdJJd}{JJfJJf}{JJhJJh}{JJbJJb}{JJnJJn}{{ce}h{}{}}000000{{{JK`{c}}}FEjFEl}{ce{}{}}000000000`{Dbc{}}0000000000000000000{{{JK`{c}}}{{Lf{M`M`}}}FEl}{Dbh}000000000{{{JKb{c}}eM`M`FEj}{{Il{hFDf}}}FH`{{K`{JKd}}}}```{{JJjJJj}d}{{JJlJJl}d}{{ce}d{}{}}00000{{JJjDf}{{Il{hAAb}}}}{{JJlDf}{{Il{hAAb}}}}{{JJdDf}{{Il{hAAb}}}}{{JJfDf}{{Il{hAAb}}}}{{JJhDf}{{Il{hAAb}}}}{{JJbDf}{{Il{hAAb}}}}{{JJnDf}{{Il{hAAb}}}}{cc{}}0{JJhJJ`}{JJfJJ`}{JJdJJ`}{JJbJJ`}444444444444444444{ce{}{}}000000000{JJ`M`}````{{}Db}00000000022222222222222222222{{{Ib{c}}}{{Ib{Cj}}}{}}000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000{{{If{c}}}{{If{Cj}}}{}}000000000{{c{Cl{e}}}g{}{}{}}00000000066666666666666666666{{{JK`{c}}}{{Lf{cJJ`}}}FFh}{{{JK`{c}}}{{Il{FDf}}}FEl}8888888888{JJl{{ADf{BBj}}}}8```{c{{Il{{JK`{c}}FDf}}}FFh}{c{{JKb{c}}}FH`}{{{JK`{c}}}FFlFEl}{{{JK`{c}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{JJlJJj}{{{JK`{c}}}JJlFEl}{JJ`JJl}{ce{}{}}000000{c{{Il{e}}}{}{}}00000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000`{cJ`{}}00000000033333333333333333333{JJ`M`}````{{{JKb{c}}}{{JKb{c}}}FH`}{{{JKb{c}}JJ`}{{JKb{c}}}FH`}{{{JKb{c}}JJl}{{JKb{c}}}FH`}{{JJ`FH`}{{Il{hAAd}}}}{{{JKb{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}``{{cg}i{}{}{{An{e}}}{}}0::::{cCj{}}000;;;;{{c{Cl{e}}}g{}{}{}}0{{{JKf{c}}}FEjFEl}=={Dbc{}}000{{{JKf{c}}}{{Lf{M`M`}}}FEl}{Dbh}0{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0::4444{{{JKf{c}}}{{Il{FDf}}}FEl}55{c{{Il{{JKf{c}}FDf}}}FEl}{c{{JKh{c}}}FH`}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0::::{{{JKh{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}``{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000===={{c{Cl{e}}}g{}{}{}}0{{{JKj{c}}}FEj{FElFFj}}??{Dbc{}}000{{{JKj{c}}}{{Lf{M`M`}}}{FElFFj}}{{{JKl{c}}}{{JKl{c}}}FH`}{Dbh}0{{{JKl{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0<<4444{{{JKj{c}}}{{Il{FDf}}}{FElFFj}}55{c{{Il{{JKj{c}}FDf}}}{FElFFj}}{c{{JKl{c}}}FH`}{{{JKj{c}}}FFl{FElFFj}}{{{JKj{c}}{Ml{BBj}}}{{Il{hFDf}}}{FElFFj}}{{{JKj{c}}}Al{FElFFj}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0====?```{{cg}i{}{}{{An{e}}}{}}00>>>>>>{cCj{}}00000??????{{c{Cl{e}}}g{}{}{}}00{{{JKn{c}}}FEj{FElFFj}}{ce{}{}}00{Dbc{}}00000{{{JKn{c}}}{{Lf{M`M`}}}{FElFFj}}{Dbh}00{{{JL`{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}{FH`FFj}}{cc{}}00000555{{{JKn{c}}}{{I`{{Jn{BBj}}}}}{FElFFj}}{{}Db}00777777{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00<<<::::::{{{JKn{c}}}{{Il{FDf}}}{FElFFj}};;;{c{{Il{{JKn{c}}FDf}}}{FElFFj}}{c{{JL`{c}}}{FH`FFj}}{{{JKn{c}}}FFl{FElFFj}}{{{JLb{c}}{Ml{BBj}}}{{Il{DbAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{cIBh}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{cADj}{{Il{hAAd}}}{}}{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{cNl}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{c{Ml{Mf}}}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{cBBj}{{Il{hAAd}}}{}}{{c{Ml{CE`}}}{{Il{hAAd}}}{}}{{cMf}{{Il{hAAd}}}{}}{{cCEj}{{Il{hAAd}}}{}}{{cIBl}{{Il{hAAd}}}{}}{{cM`}{{Il{hAAd}}}{}}{{c{Ml{IBl}}}{{Il{hAAd}}}{}}{{c{Ml{M`}}}{{Il{hAAd}}}{}}973{{cADj}{{Il{hAAd}}}{}}2?6375{{c{Ml{IBh}}}{{Il{hAAd}}}{}}{{c{Ml{ADj}}}{{Il{hAAd}}}{}}{{c{Ml{FIf}}}{{Il{hAAd}}}{}}{{c{Ml{CEj}}}{{Il{hAAd}}}{}}{{c{Ml{IBj}}}{{Il{hAAd}}}{}}{{cFIf}{{Il{hAAd}}}{}}{{c{Ml{BBj}}}{{Il{hAAd}}}{}}{{c{Ml{Al}}}{{Il{hAAd}}}{}}{{cAl}{{Il{hAAd}}}{}}:{{cIBh}{{Il{hAAd}}}{}}{{c{Ml{Nl}}}{{Il{hAAd}}}{}}{{cIBj}{{Il{hAAd}}}{}}{{cCE`}{{Il{hAAd}}}{}}{{{JKn{c}}{Ml{BBj}}}{{Il{hFDf}}}{FElFFj}}{{{JLb{c}}{Jn{BBj}}}{{Il{DbAAd}}}{}}{{{JKn{c}}FGd}{{Il{hFDf}}}{FElFFj}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{{{JL`{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}{FH`FFj}}``````{{cg}i{}{}{{An{e}}}{}}00222222{cCj{}}00000333333{{c{Cl{e}}}g{}{}{}}00{JLdJLd}{{ce}h{}{}}{{{JLf{c}}}FEjFEl}777{{}JLd}{Dbc{}}00000{{{JLf{c}}}{{Lf{M`M`}}}FEl}{Dbh}00{{{JLh{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}{{JLdDf}{{Il{hAAb}}}}{cc{}}00000>>>{{{JLf{c}}}dFEl}{{{JLf{c}}}{{I`{{Jn{BBj}}}}}FEl}{{}Db}00{ce{}{}}00000{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00444444{{{JLf{c}}}FFfFEl}{{{JLf{c}}}{{Il{FDf}}}FEl}666{{}JLd}{BBjJLd}{c{{Il{{JLf{c}}FDf}}}FEl}{c{{JLh{c}}}FH`}{{{JLf{c}}{Ml{BBj}}}{{Il{hFDf}}}FEl}{{{JLf{c}}{FGn{BBj}}}{{Il{hFDf}}}FEl}<{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00??????`{{{JLh{c}}{Ml{BBj}}M`M`FEj}{{Il{hFDf}}}FH`}``{{cg}i{}{}{{An{e}}}{}}0{ce{}{}}000{cCj{}}0001111??{JLjJLj}{{ce}h{}{}}33{{{JLl{c}}}{{Il{JLjFDf}}}FEl}{{}JLj}{Dbc{}}000{Dbh}0{{JLjDf}{{Il{hAAb}}}}`{cc{}}00099{JLjDb}`{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0??????`{c{{JLl{c}}}FEl}`{ce{}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0`3333````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000444444444444444444{cCj{}}00000000000000000555555555555555555777777777{JLnJLn}{JM`JM`}{JMbJMb}{JMdJMd}{{ce}h{}{}}000:::::::::{Dbc{}}00000000000000000{Dbh}00000000{{JLnJLn}d}{{JM`JM`}d}{{JMbJMb}d}{{JMdJMd}d}{{ce}d{}{}}00{{JMfDf}{{Il{hAAb}}}}0{{JLnDf}{{Il{hAAb}}}}{{JMhDf}{{Il{hAAb}}}}0{{JMjDf}{{Il{hAAb}}}}0{{JM`Df}{{Il{hAAb}}}}{{JMlDf}{{Il{hAAb}}}}0{{JMnDf}{{Il{hAAb}}}}0{{JMbDf}{{Il{hAAb}}}}{{JMdDf}{{Il{hAAb}}}}0{JMfJMd}{JMhJMd}{JMlJMd}{JMdJMf}{cc{}}0000000{FF`JMd}1{FFbJMd}222222222{{JMdJLn}JMf}{JMdJMh}{JMdJMl}{JM`JMj}{JMbJMn}{ce{}{}}00000000{{JLnc}hGCb}{{JM`c}hGCb}{{JMbc}hGCb}{{JMdc}hGCb}{{}Db}00000000555555555555555555{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000999999999999999999999999999{JMfJLn}{JMjJM`}{JMnJMb}{{JMdc}JMh{{K`{{Ib{CFb}}}}}}{{JMdc}JMl{{K`{{Ib{CFb}}}}}}{JMh{{I`{CFb}}}}{JMj{{I`{CFb}}}}{JMl{{I`{CFb}}}}{ce{}{}}000{cABf{}}00000{cJl{}}00000{c{{Il{e}}}{}{}}00000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000{cJ`{}}00000000555555555555555555`````````````````{{cg}i{}{}{{An{e}}}{}}00006666666666{cCj{}}000000000{{{JBd{ce}}M`M`}h{{BFl{Ml}}{En{Ml}}}FDj}8888888888{JEf{{Lf{BBjM`M`}}}}{{{JB`{ce}}}{{Lf{M`M`M`M`}}}{{En{Ml}}}FDj}{{{JBd{ce}}}{{Lf{M`M`M`M`}}}{{BFl{Ml}}{En{Ml}}}FDj}{{c{Cl{e}}}g{}{}{}}0000``{JEfJEf}{{{JB`{ce}}}{{JB`{ce}}}{Dl{En{Ml}}}{DlFDj}}{{{JBd{ce}}}{{JBd{ce}}}{Dl{BFl{Ml}}}{DlFDj}}{JBbJBb}{JDlJDl}{{ce}h{}{}}0000`{{BBjM`M`}JEf}{ce{}{}}0000{Dbc{}}000000000{{{JB`{ce}}}{{Lf{M`M`}}}{{En{Ml}}}FDj}{{{JBd{ce}}}{{Lf{M`M`}}}{{BFl{Ml}}{En{Ml}}}FDj}{Dbh}0000{{JEfJEf}d}{{JBbJBb}d}{{JDlJDl}d}{{ce}d{}{}}00000000{JEf{{Lf{DbDbDb}}}}{{JEfDb}d}{{{JB`{ce}}}{{JAn{c}}}{{En{Ml}}}FDj}{{{JBd{ce}}}{{JAn{c}}}{{BFl{Ml}}}FDj}{{JEfDf}{{Il{hAAb}}}}{{{JB`{ce}}Df}{{Il{hAAb}}}{Jj{En{Ml}}}{JjFDj}}{{{JBd{ce}}Df}{{Il{hAAb}}}{Jj{BFl{Ml}}}{JjFDj}}{{JBbDf}{{Il{hAAb}}}}0{{JDlDf}{{Il{hAAb}}}}{cc{}}000000000{ce{}{}}0000{{{JB`{ce}}BBjM`M`}I`{{BFl{Ml}}{En{Ml}}}FDj}{{{JBd{ce}}BBjM`M`}I`{{BFl{Ml}}}FDj}{{{JB`{ce}}M`M`}{}{{En{Ml}}}FDj}{{{JBd{ce}}M`M`}{}{{BFl{Ml}}{En{Ml}}}FDj}0{{{JB`{ce}}BBjM`M`}I`{{En{Ml}}}FDj}{{{JBd{ce}}BBjM`M`}I`{{En{Ml}}{BFl{Ml}}}FDj}{JEfd}{{JEfc}hGCb}{{JBbc}hGCb}{{JDlc}hGCb}``{{{JB`{ce}}}Ml{{BFl{Ml}}{En{Ml}}}FDj}{{{JBd{ce}}}Ml{{BFl{Ml}}}FDj}{{{JB`{ce}}}Ml{{En{Ml}}}FDj}{{{JBd{ce}}}Ml{{En{Ml}}{BFl{Ml}}}FDj}{{JEfBBjM`M`}d}{{{JB`{ce}}M`M`}d{{En{Ml}}}FDj}{{{JBd{ce}}M`M`}d{{BFl{Ml}}{En{Ml}}}FDj}{{JEfBBjM`M`}Db}{{JEfBBjM`M`}{{I`{Db}}}}{{JEfDbDbDb}{{I`{Db}}}}{{}Db}0000{ce{}{}}000000000{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}00004444444444{{{JB`{ce}}}{{JAn{c}}}{{En{Ml}}}FDj}{{{JBd{ce}}}{{JAn{c}}}{{BFl{Ml}}}FDj}66666{{JEfJDl}d}`{JEf{{I`{Db}}}}{{{JB`{ce}}}Db{{En{Ml}}}FDj}{{{JBd{ce}}}Db{{BFl{Ml}}}FDj}{{JDlJDl}{{I`{Hf}}}}{{{JBd{ce}}M`M`}h{{BFl{Ml}}{En{Ml}}}FDj}{{BBjM`M`}JEf}{{{JB`{ce}}}c{{En{Ml}}}FDj}{{{JBd{ce}}}c{{BFl{Ml}}}FDj}`{{JEfBBjM`M`}h}{{{JB`{ce}}M`M`}h{{En{Ml}}}FDj}{{{JBd{ce}}M`M`}h{{BFl{Ml}}}FDj}{JEf{{Lf{DbDbDb}}}}{ce{}{}}0000{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{{{JB`{ce}}}{{Il{{JBd{ce}}{Lf{JBb{JB`{ce}}}}}}}{{BFl{Ml}}{En{Ml}}}FDj}{cJ`{}}00006666666666```````````{{cg}i{}{}{{An{e}}}{}}07777{cCj{}}000{{cMf}{{FHj{Jn}}}FEd}9999{{gCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{c{Cl{e}}}g{}{}{}}0{JN`JN`}{FIhFIh}{{ce}h{}{}}0`>>{{gMf}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cM`M`M`M`}{{FGf{c}}}FEd}0{Dbc{}}000{{{FHj{c{Jn{BBj}}}}e}h{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{Dbh}0{{FIhFIh}d}{{g{Ml{Mf}}}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{c{{FHj{Jn}}}FEd}{{c{FHj{e}}}{{Il{hFDf}}}FEd{{FI`{}{{FHn{Ml}}}}}}{chFE`}210{{FIhDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{c{{FHj{FGhJn}}}FEd}{c{{FHj{FGjJn}}}FEd}{c{{FHj{eJn}}}FEd{FDj{FIb{FGh}}}}{c{{FHj{eJn}}}FEd{FDj{FIb{FGj}}}}{{{FHl{}{{BHf{c}}}}}d{}}{JN`d}{{gee}h{FDlFId}{{FDj{}{{FDh{c}}}}}{{FE`{}{{FEb{e}}}}}}{{gCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{{FHj{c{Jn{BBj}}}}e}{{FHj{{FGh{BBj}}{Jn{BBj}}}}}{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{{FHl{}{{BHf{c}}}}c}Db{}}{{JN`{FGh{BBj}}}Db}{{}Db}0{{eMfMf}{{I`{c}}}FDj{{FEd{}{{FEb{c}}}}}}0===={{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0{ce{}{}}00000{chFE`}{{{FHl{}{{BHf{c}}}}Db}{{I`{c}}}{}}{{JN`Db}I`}{{{FHl{}{{BHf{c}}}}c}h{}}{{JN`{FGh{BBj}}}h}{{ceFIfFIf}hFE`{{FEd{}{{FEb{}}}}}}{{{Lf{M`M`}}{Lf{M`M`}}M`M`}{{Lf{M`M`}}}}1{{cM`M`FIh}{{FHj{Jn}}}FEd}{c{{FHj{Jn}}}FEd}{{c{FHj{e}}}{{Il{hFDf}}}FEd{{FI`{}{{FHn{Ml}}}}}}91010??{{gM`M`}{{FHj{e{Jn{c}}}}}{FDlFIj}{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{ce}hFE`{{FEd{}{{FEb{}}}}}}<<{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0????{{gMfCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{gee}h{FDlFId}{{FDj{}{{FDh{c}}}}}{{FE`{}{{FEb{e}}}}}}```{{gCEj}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cCEj}hFE`}{{gMf}{{FHj{e{Jn{c}}}}}FDl{{FDj{}{{FDh{c}}}}}{{FEd{}{{FEb{e}}}}}}{{cMf}hFE`}{{{FHj{c{Jn{BBj}}}}e}h{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{c{{FHj{FGhJn}}}FEd}{c{{FHj{FGjJn}}}FEd}{c{{FHj{eJn}}}FEd{FDj{FIb{FGh}}}}{c{{FHj{eJn}}}FEd{FDj{FIb{FGj}}}}{{{FHl{}{{BHf{c}}}}}d{}}98{{{FHj{c{Jn{BBj}}}}e}{{FHj{{FGh{BBj}}{Jn{BBj}}}}}{{FDj{}{{FDh{BBj}}}}}{{FHl{}{{BHf{c}}}}ALj}}{{{FHl{}{{BHf{c}}}}c}Db{}}{chFE`}{{{FHl{}{{BHf{c}}}}Db}{{I`{c}}}{}}{{{FHl{}{{BHf{c}}}}c}h{}}```{{cg}i{}{}{{An{e}}}{}}00{ce{}{}}00000{cCj{}}00000111111{{c{Cl{e}}}g{}{}{}}00{{FGdM`M`}{{Il{hFDf}}}}{{FGdJNb}{{Il{hFDf}}}}{{{JNd{c}}}hFEl}{JNbJNb}{FGdFGd}{{ce}h{}{}}0888{{{JNd{c}}}{{Il{FDdFDf}}}{FFhFFj}}{{}JNb}{{}FGd}{Dbc{}}00000{Dbh}00{{JNbJNb}d}{{FGdFGd}d}{{ce}d{}{}}00000{{JNbDf}{{Il{hAAb}}}}{{FGdDf}{{Il{hAAb}}}}{{{JNd{c}}}{{I`{FF`}}}FEl}{{FGdAl}h}{{FGdDb}h}{cc{}}00000{ce{}{}}00{{JNbc}hGCb}{{FGdc}hGCb}{{}Db}00333333{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00777777{{{JNd{c}}}{{Il{{Lf{M`M`}}FDf}}}{FFhFFj}}{{{JNd{c}}}cFEl}999{{{JNd{c}}FGd}hFEl}```{c{{JNd{c}}}FEl}{{{JNd{c}}}hFEl}{{}FGd}{c{{Il{{JNd{{JNh{JNf}}}}AAd}}}{{En{FFb}}}}{{FGdAl}{{Il{hFDf}}}}{{FGdM`M`FEj}{{Il{hFDf}}}}{{FGdDb}{{Il{hFDf}}}}{{{JNd{c}}FF`}hFEl}{ce{}{}}0{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{cFF`}{{JNd{c}}}FEl}{{{JNd{c}}}{{Il{{JNd{c}}AAd}}}{FFhFFj}}`{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077{{c{Cl{e}}}g{}{}{}}{FEnFEn}{{ce}h{}{}}:{Dbc{}}0{Dbh}{{FEnFEn}d}{{ce}d{}{}}00{{FEnDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}{{FEnc}hGCb}`{{}Db}22{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}>5555{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88`````````{{cg}i{}{}{{An{e}}}{}}00999999{cCj{}}00000::::::{{c{Cl{e}}}g{}{}{}}00{{{JNj{c}}}{{JNj{c}}}Dl}{JNlJNl}{JNnJNn}{{ce}h{}{}}00`???{Dbc{}}00000{Dbh}00{{{JNj{c}}{JNj{c}}}dFd}{{JNlJNl}d}{{JNnJNn}d}{{ce}d{}{}}00{{{JNj{c}}Df}{{Il{hAAb}}}Jj}{{JNlDf}{{Il{hAAb}}}}{{JNnDf}{{Il{hAAb}}}}{cc{}}00000{ce{}{}}00``{{}Db}00111111{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00555555555{cd{}}0``666{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00999999````````````{{cg}i{}{}{{An{e}}}{}}00000{{JO`FJlJOb}{{Lf{AlJOd}}}};;;;;;;;;;;;{cCj{}}00000000000<<<<<<<<<<<<{JOfOb}{JOfFJ`}{JOhFJ`}``::::::`{JOhJOh}{JOjJOj}{JOlJOl}{{ce}h{}{}}00{{JOjJOj}Hf}`{{JOh{FO`{O`}}}FOb}{{ce}Hf{}{}}{ce{}{}}00000{JOfFOd}{JOf{{Lf{DbDb}}}}{{}JO`}{{}JOf}{{}JOh}{{}JOj}{Dbc{}}00000000000{JOfJOn}{JOhK`}{Dbh}00000`{{JOfJOf}d}{{JOhJOh}d}{{JOjJOj}d}{{JOlJOl}d}{{ce}d{}{}}00{{JOfDf}{{Il{hAAb}}}}{{JOhDf}{{Il{hAAb}}}}{{JOjDf}{{Il{hAAb}}}}{{JOlDf}{{Il{hAAb}}}}{{}{{FIn{FIl}}}}{cc{}}00000000000{ce{}{}}00000{{JO`Al}{{I`{JOd}}}}{{JOhDbDb}{{I`{CLh}}}}{{JOjc}hGCb}{{JOfce}hFNl{{ABj{}{{Ch{G`}}}}}}{{JOhCLh}{{I`{Gb}}}}{JOhGd}{{}Db}00000777777777777{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000;;;;;;;;;;;;;;;;;;{{JOfDb}{{I`{El}}}}{JOfDb}{{FIl{Aj{{Ml{BBj}}}}}h}{FJ`Ob}{JOhOb}{{}JO`}{{}JOf}{{}JOh}`{{JOjJOj}{{I`{Hf}}}}{{JOfGf}h}`{FIlFJl}{{JOhOb}h}{JOf{{I`{Jl}}}}{O`FJb}{DdFJd}{ce{}{}}00{FJfFJh}{JO`h}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000555555555555{{JOfObO`FOnGhc}hFNl}{FIlJOj}{JOhGj}{{JOfe}c{}{{Bb{FJ`}{{Ch{c}}}}}}{ElJOf}{{{FO`{O`}}}JOh}````{{cg}i{}{}{{An{e}}}{}}0<<<<{cCj{}}000====``{{c{Cl{e}}}g{}{}{}}0{JObJOb}{{ce}h{}{}}{ce{}{}}0`{Dbc{}}000{Dbh}0{{JObDf}{{Il{hAAb}}}}`{cc{}}00044{{}Db}05555{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0;;888888````8{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{FJdBBj}{{FJjFJlFJn}h}{{KbFJlFJn}h}{{{FKb{c}}FJn}hFJj}{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000000000000000000000{{FKh{FAh{Db}}FJb}h}`{Kdd}{Kf{{I`{Kh}}}}{{}Kj}{{KfKf}h}{{FJjFK`}d}{{KbFK`}d}{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{KlFJb}{KnKA`}{KAbMf}{FJd{{ADf{BBj}}}}{FJd{{Lf{BBjBBjBBjBBj}}}}{KAdEl}{KAfKAh}`{KfFKh}`{FJjd}{Kbd}{FJdBBj}{Kdd}{{KjKj}Kj}{{KjKj}h}10{KjM`}021`{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{FJjFJl}{{FKb{FJj}}}}{{FJ`FJl}{{FKb{FJ`}}}}{FJjFKd}{KbFKd}10`{{FJbKj}FJb}````{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000000000000000000000{KAjh}{FKhh}{FJdFJd}{KnKn}{KAlKAl}{FJbFJb}{KAnKAn}{KlKl}{KB`KB`}{FKhFKh}{KBbKBb}{KBdKBd}{KBfKBf}{FJ`FJ`}{KfKf}{KjKj}{KBhKBh}{KAbKAb}{FKfFKf}{KdKd}{KBjKBj}{KBlKBl}{KBnKBn}{FJnFJn}{KC`KC`}{FK`FK`}{FKjFKj}{KCbKCb}{KCdKCd}{KCfKCf}{KChKCh}{KCjKCj}{KhKh}{KAdKAd}{FJhFJh}{KClKCl}{KCnKCn}{KD`KD`}{KDbKDb}{KDdKDd}{KDfKDf}{KDhKDh}{KAjKAj}{{ce}h{}{}}0000000000000000000000000000000000000000{{FJdFJd}Hf}{{KjKj}Hf}{{KBhKBh}Hf}{{KAbKAb}Hf}{{FKfFKf}Hf}{{KdKd}Hf}{{KBjKBj}Hf}{{KBnKBn}Hf}{{KCbKCb}Hf}{{FJbFJd}FJb}````{{ce}Hf{}{}}00000000{{FJbFJb}d}{KjKj}{ce{}{}}000000000000000000000000000000000000000000000000000{{KDjcKDl}{{Lf{KDnKBf}}}{{K`{KDn}}}}{{KjKj}d}`{FJj{{I`{Jl}}}}{Kb{{I`{Jl}}}}{FJjFKf}{KbFKf}{{FJ`FJlFKf{I`{CEj}}KBl}{{I`{{Lf{FKf{I`{CEj}}}}}}}}{{{FKb{FJ`}}FKf{I`{CEj}}KBl}{{I`{{Lf{FKf{I`{CEj}}}}}}}}{KAf{{Ml{BBj}}}}`{FJlKE`}0{{}KB`}{{}KBb}{{}KBd}{{}KBf}{{}FKf}{{}Kd}{{}KBn}{{}FK`}{{}KAd}{{}KEb}{{}KDf}{{}KDh}{{}KAj}`{FKhFJb}{{FJjFKfFKf}h}{{KbFKfFKf}h}{FJjd}{Kbd}{Dbc{}}0000000000000000000000000000000000{{{FKb{c}}}{}{}}1111111111111111111111111111111111111111111111111110111111111111111111`{KBbMf}{{KjKj}Kj}{{FJ`FJlKEdFJdc}h{{Cd{CEjCEjM`M`FJd}}}}{{KbFJlKEdFJdFJdFJdc}h{{Cd{CEjCEjM`M`FJd}}}}{{{FKb{Kb}}KEdFJdFJdFJdc}h{{Cd{CEjCEjM`M`FJd}}}}{{{FKb{FJ`}}KEdFJdc}h{{Cd{CEjCEjM`M`FJd}}}}{Dbh}000000000000000000000000000000000000000000000000000{{}Kj}```{KfKAd}{{FJdFJd}d}{{KnKn}d}{{KAlKAl}d}{{FJbFJb}d}{{KAnKAn}d}{{KlKl}d}{{KB`KB`}d}{{FKhFKh}d}{{KBdKBd}d}{{KjKj}d}{{KBhKBh}d}{{KAbKAb}d}{{FKfFKf}d}{{KdKd}d}{{KBjKBj}d}{{KBlKBl}d}{{KBnKBn}d}{{FJnFJn}d}{{FKjFKj}d}{{KCbKCb}d}{{KCjKCj}d}{{KhKh}d}{{KAdKAd}d}{{FJhFJh}d}{{KDdKDd}d}{{KDhKDh}d}{{ce}d{}{}}00000000000000000000000000000000000000000000000000000000000000000000{{Kjc}h{{Oh{}{{Of{Kj}}}}}}{{FJbKA`}FJb}``{FJj{{I`{FK`}}}}{Kb{{I`{FK`}}}}`{{FJlDf}{{Il{hAAb}}}}{{KAfDf}{{Il{hAAb}}}}{{KEdDf}{{Il{hAAb}}}}{{FJdDf}{{Il{hAAb}}}}{{KnDf}{{Il{hAAb}}}}{{KAlDf}{{Il{hAAb}}}}{{FJbDf}{{Il{hAAb}}}}{{KAnDf}{{Il{hAAb}}}}{{KlDf}{{Il{hAAb}}}}{{KB`Df}{{Il{hAAb}}}}{{FKhDf}{{Il{hAAb}}}}{{KEfDf}{{Il{hAAb}}}}{{KBbDf}{{Il{hAAb}}}}{{KEhDf}{{Il{hAAb}}}}{{KEjDf}{{Il{hAAb}}}}{{KBdDf}{{Il{hAAb}}}}0{{KBfDf}{{Il{hAAb}}}}{{FJ`Df}{{Il{hAAb}}}}{{KfDf}{{Il{hAAb}}}}{{KjDf}{{Il{hAAb}}}}0000{{KBhDf}{{Il{hAAb}}}}{{KAbDf}{{Il{hAAb}}}}{{FKfDf}{{Il{hAAb}}}}{{KdDf}{{Il{hAAb}}}}{{KBjDf}{{Il{hAAb}}}}{{KBlDf}{{Il{hAAb}}}}{{KBnDf}{{Il{hAAb}}}}{{KbDf}{{Il{hAAb}}}}{{FJnDf}{{Il{hAAb}}}}{{FKdDf}{{Il{hAAb}}}}{{KC`Df}{{Il{hAAb}}}}{{FK`Df}{{Il{hAAb}}}}{{FKjDf}{{Il{hAAb}}}}{{KCbDf}{{Il{hAAb}}}}{{{FKb{c}}Df}{{Il{hAAb}}}Jj}{{KCdDf}{{Il{hAAb}}}}{{KCfDf}{{Il{hAAb}}}}{{KChDf}{{Il{hAAb}}}}{{KCjDf}{{Il{hAAb}}}}0{{KhDf}{{Il{hAAb}}}}0{{KAdDf}{{Il{hAAb}}}}{{KElDf}{{Il{hAAb}}}}{{FJhDf}{{Il{hAAb}}}}{{KEbDf}{{Il{hAAb}}}}{{KClDf}{{Il{hAAb}}}}{{KCnDf}{{Il{hAAb}}}}{{KD`Df}{{Il{hAAb}}}}{{KDbDf}{{Il{hAAb}}}}{{KDdDf}{{Il{hAAb}}}}{{KDfDf}{{Il{hAAb}}}}{{KDhDf}{{Il{hAAb}}}}```````{cc{}}000000{FJbKAn}1111111111111111111111{{{Id{FJ`}}}FKd}{FJ`FKd}033333333333333333333333{dKd}44444444444444444444444444444444444444444444444444440{M`{{I`{Kj}}}}{M`Kj}00{MfKB`}0{cKj{{Oh{}{{Of{Kj}}}}}}{El{{I`{Kj}}}}2{ce{}{}}0000000000000000000000000000000000000000000000000003{FJdBBj}{{KDfKDd}{{I`{{Jn{KCl}}}}}}{{FJlKEn}{{I`{{Id{KAf}}}}}}{{FJlFJb}{{Id{{Jn{KCb}}}}}}{{FJlKEnEl}{{I`{Db}}}}{{KEdFJlKBh}{{I`{KAj}}}}0{{FJlc}{{Jn{KEn}}}{{BIn{}{{Of{{ADf{BBj}}}}}}}}{{KEdFJlKBh}{{I`{{Ml{KAl}}}}}}{{FKhDb}FJb}```````{{FJdc}hGCb}{{Knc}hGCb}{{FJbc}hGCb}{{KAnc}hGCb}{{Klc}hGCb}{{Kjc}hGCb}{{KBhc}hGCb}{{KAbc}hGCb}{{FJhc}hGCb}{{KDdc}hGCb}`{{KEhFKfFKf}{{I`{{Lf{MfMf}}}}}}{{FJ`MfMf}{{I`{FKf}}}}{KAfKEn}``{{}Db}000000000000000000000000000000000000000000000000000{{KjKj}h}{{KDfKDd{Jn{KCl}}}h}`{{FJjFKfEl{I`{FKh}}}FKf}{{KbFKfEl{I`{FKh}}}FKf}{{FJjEl{I`{FKh}}}h}{{KjKj}Kj}{{KjKj}d}{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000000000000000000000000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000000000000000000000000000000{{c{Cl{e}}}g{}{}{}}0000000000000000000000000000000000000000000000000004444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444{Kj}5{FJl{{Lf{JlKE`}}}}6666666666666666666666666666666666666666666666666666{KfJl}{KBb{{I`{KBb}}}}{Kjd}0{{FJlKEn}d}`{Kj{{GCd{Kj}}}}{Kj{{GCf{Kj}}}}{{KfFJlMfMfKCj{I`{Mf}}}{{Ml{KCh}}}}{{KDbMfMfKCj{I`{Kh}}{I`{Mf}}}{{Jn{KCh}}}}``{{FJ`FJlFKf}{{I`{KBj}}}}{{KfKEbFJlMfMfKCj{I`{Mf}}}{{Ml{KCh}}}}{Kf{{I`{{Jn{KCh}}}}}}{FJ`KEj}{{KDbKEbMfMfKCj{I`{Kh}}{Jn{KCh}}{I`{Mf}}}h}````````{{FJ`FJlDb}{{I`{{Ml{KCh}}}}}}{{{FKb{FJ`}}Db}{{I`{{Ml{KCh}}}}}}{{FJ`FJlDb}{{I`{KDb}}}}{{{FKb{FJ`}}Db}{{I`{KDb}}}}````{FJlEl}{{FJbKF`}d}``{{FJbDb}FJb}{Kf{{I`{Db}}}}````{FJ`KBd}{KAf{{I`{Mf}}}}{FJ`{{I`{Mf}}}}{{}FJl}{{KE`KEn}{{I`{KAf}}}}{{}KEd}{KA`Kn}{{}FJb}{FJbKl}{FJbFKh}{ElKEf}{{MfMfMfMfMfMf}KBb}{FJ`KEj}{{MfMf}KBd}{{FJlKBd}FJ`}{{cKAdFKhFJh}Kf{{K`{Jl}}}}{{KEnADjMf{Lf{MfMf}}Kj}{{Lf{KBhCEjCEj}}}}{Mf{{Lf{CEjKAb}}}}{{DbDb}FKf}{{DbDbDb}KBj}{{DbCEj}KBn}{cKb{{K`{FKd}}}}{ElKEl}{{FJlElFKh{FAh{Db}}KFbdFJh}KCn}{{FJlElFKh{FAh{Db}}dKFbFJh}KD`}{{FJlElFKhFJh}KDb}{{}KAj}{KBdFJ`}{{KEbFJlElFKh{FAh{Db}}KFbdFJh}KCn}{{KEbFJlElFKh{FAh{Db}}dKFbFJh}KD`}{{KEbFJlElFKhFJh}KDb}{{DbDbKd}FKf}{cFJl{{Oh{}{{Of{KFd}}}}}}{{JlKE`}FJl}{KEfI`}{KEjI`}{KElI`}{KjKj}`{{FJdFJd}{{I`{Hf}}}}{{KjKj}{{I`{Hf}}}}{{KBhKBh}{{I`{Hf}}}}{{KAbKAb}{{I`{Hf}}}}{{FKfFKf}{{I`{Hf}}}}{{KdKd}{{I`{Hf}}}}{{KBjKBj}{{I`{Hf}}}}{{KBnKBn}{{I`{Hf}}}}{{KCbKCb}{{I`{Hf}}}}{{KCd{Lf{MfMf}}Mf}KCf}`{{KBbKB`}KBb}{{KBbMfMf}KBb}0{FJdBBj}{FJjd}{FJ`d}{{KjKj}h}{Kfh}00{KC`h}{FK`h}{{BBjBBjBBj}FJd}{{BBjBBjBBjBBj}FJd}{KB`KBb}{{cKB`}KBb{{K`{KDn}}}}``{KAfFKl}{{MfMf}KBb}{{KBdMf}KBd}{KAf{{Ml{{ADf{BBj}}}}}}{FJ`KBn}{FJjFKj}{KbFKj}{FJj{{I`{{Lf{FKfFKf}}}}}}{{KjKjd}h}{{Kf{I`{Kh}}}d}{{KfFKh}d}{{FJjd}h}{{Kbd}h}{{FJjFKf}h}{{KbFKf}h}{{KfKAd}d}{{KfDb}h}{{FJ`FJlKBd}h}{{{FKb{FJ`}}KBd}h}{{FJ`FJlKBdMfMf}h}{{{FKb{FJ`}}KBdMfMf}h}{{FJ`FJl{I`{Mf}}}h}:{{FJ`d}h}{{FJ`FJlcFJbFJh}h{{Oh{}{{Of{{Lf{ElFJb}}}}}}}}{{{FKb{FJ`}}cFJbFJh}h{{Oh{}{{Of{{Lf{ElFJb}}}}}}}}{{FJ`KBn}h}{{FJjFKj}h}{{KbFKj}h}{{FJ`FJlMfMf}h}{{{FKb{FJ`}}MfMf}h}{{FJjADj}h}{{KbADj}h}{{FJ`FJlElFJbFJh}h}{{KfcKAdFKh}d{{En{El}}}}{{{FKb{FJ`}}ElFJbFJh}h}{{FJ`FJlKCj}h}{{{FKb{FJ`}}KCj}h}{{KfFJl}KDb}{{FJjFJld}h}{{KbFJld}h}{{{FKb{c}}d}hFJj}{{KfKEbFJl}KDb}{Kf{{I`{KDb}}}}{{FJ`FJlFKfd}h}{{{FKb{FJ`}}FKfd}h}{{FJ`FJld}h}{{{FKb{FJ`}}d}h}{FJ`{{Lf{MfMf}}}}{KEj{{Lf{Db{I`{Db}}}}}}{{KB`KB`}KBb}`{FKh{{Jn{{Lf{{FAh{Db}}Kl}}}}}}`{{FKhDb}FKh}{{KfDb}Kf}```{FJjh}{Kbh}{{FJbKFf}FJb}``{{FJbKFh}FJb}``{{KjKj}Kj}{{KjKj}h}1{FJjADj}{KbADj}{KfEl}```{{KBbKBb}KBb}{{KBbKB`}KBb}{{KBbMfMf}KBb}0{KB`Mf}{ce{}{}}00000000000000000000000000000000000000001{cABf{}}00{cJl{}}00:`{{KAlKBb}KAl}{{KBbKDn}KDn}0{{MfMf}KBb}{{KDfAl}h}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000000000000000000000000000000{cJ`{}}00000000000000000000000000000000000000000000000000099999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999{KAf{{Ml{M`}}}}{{KjKj}Kj}{KAlKFj}{FJ`CEj}``{{FJbKFl}FJb}```{{FJje}c{}{{Bb{FJ`}{{Ch{c}}}}}}0{{{FKb{c}}g}eFJj{}{{Bb{{FKb{FJ`}}}{{Ch{e}}}}}}{{KEdFJlKBhFJdc}h{{Cd{CEjCEjFJd}}}}`{FJ`KCj}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000000{ce{}{}}000000000000000{cCj{}}0000000000000001111111111111111{{c{Cl{e}}}g{}{}{}}0000000{KEnKEn}{KE`KE`}{KF`KF`}{KFdKFd}{KFnKFn}{KA`KA`}{KFlKFl}{KFhKFh}{{ce}h{}{}}0000000{{KEnKEn}Hf}{{KFlKFl}Hf}{{ce}Hf{}{}}0>>>>>>>>{{}KEn}{{}KE`}{{}KFn}{{}KFl}{{}KFh}{Dbc{}}000000000000000{Dbh}00000006{{KEnKEn}d}{{KFnKFn}d}{{KA`KA`}d}{{KFlKFl}d}{{KFhKFh}d}{{ce}d{}{}}00000000000000{{KE`KEn}{{I`{KF`}}}}{{KE`KEn}{{I`{{Lf{KFdM`}}}}}}{KE`{{`{{BIn{}{{Of{KF`}}}}}}}}``{{KE`KA`}El}{{KEnDf}{{Il{hAAb}}}}0{{KE`Df}{{Il{hAAb}}}}{{KF`Df}{{Il{hAAb}}}}{{KFdDf}{{Il{hAAb}}}}{{KFnDf}{{Il{hAAb}}}}{{KA`Df}{{Il{hAAb}}}}{{KFlDf}{{Il{hAAb}}}}{{KFhDf}{{Il{hAAb}}}}{cc{}}000000000000000{ce{}{}}0000000{{KEnc}hGCb}{{KFnc}hGCb}{{KA`c}hGCb}{{KFlc}hGCb}{{KFhc}hGCb}``{{}Db}00000006666666666666666{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}0000000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}0000000::::::::::::::::::::::::{KE`d}``{KE`Db}{{KE`{Jn{BBj}}}h}{{KE`c}{{Il{hAAd}}}{{En{FFb}}}}{{KE`KFd}{{KG`{{ADf{KEn}}}}}}{{KE`c}h{{En{FFb}}}}{KE`h}{{KE`KEn}h}{{KE`KEn}{{I`{{Lf{{Id{En}}M`}}}}}}`{{}KE`}{{KEnKEn}{{I`{Hf}}}}{{KFlKFl}{{I`{Hf}}}}`{{KE`KF`}h}{{KE`KFn}{{I`{KEn}}}}6{{KE`c}h{{K`{Jl}}}}0000`````{ce{}{}}0000000{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}00000005555555555555555``{{KE`KEne}{{I`{c}}}{}{{Bb{{Ml{BBj}}M`}{{Ch{c}}}}}}``````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000{{FL`HC`M`}h}{{}KGb}{{}KGd}::::::::::::::::::::::::::::::{cCj{}}00000000000000000000000000000{FKlKGf}0{KGhEl}{FM`M`}{{KGbKGb}KGb}{{KGdKGd}KGd}{{KGbKGb}h}{{KGdKGd}h}3210{KGbM`}0{KGdBBj}05432{ce{}{}}00000000000000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000{FL`h}{FLbFL`}{KGjKGj}{KGlKGl}{KGnKGn}{KGbKGb}{KH`KH`}{KGhKGh}{KHbKHb}{FKnFKn}{KHdKHd}{FKlFKl}{FM`FM`}{{ce}h{}{}}0000000000`{FL`KGn}{{KHbKHb}Hf}{{FM`FM`}Hf}{{ce}Hf{}{}}0<{KGdKGd}{ce{}{}}00000000000000{{KGbKGb}d}{{KGdKGd}d}{{}FL`}{{}KGj}{{}KGl}{{}KGn}{{}KGb}{{}KGd}{{}KH`}{Dbc{}}000000000000{FKl}111111111111111011{{KGbKGb}KGb}{{KGdKGd}KGd}{FL`KH`}{Dbh}0000000000000087`{{KGnKGn}d}{{KH`KH`}d}{{KGhKGh}d}{{KHbKHb}d}{{FKnFKn}d}{{KHdKHd}d}{{FM`FM`}d}{{ce}d{}{}}00000000000000{{KGbc}h{{Oh{}{{Of{KGb}}}}}}{{KGdc}h{{Oh{}{{Of{KGd}}}}}}{FL`KGb}{{FL`Df}{{Il{hAAb}}}}{{FLbDf}{{Il{hAAb}}}}{{KGjDf}{{Il{hAAb}}}}{{KGlDf}{{Il{hAAb}}}}{{KGnDf}{{Il{hAAb}}}}{{KGbDf}{{Il{hAAb}}}}0000{{KGdDf}{{Il{hAAb}}}}000{{KH`Df}{{Il{hAAb}}}}{{KGhDf}{{Il{hAAb}}}}{{KHbDf}{{Il{hAAb}}}}{{FKnDf}{{Il{hAAb}}}}{{KHdDf}{{Il{hAAb}}}}{{FM`Df}{{Il{hAAb}}}}0{cc{}}00000000000000000000000000000{M`{{I`{KGb}}}}{BBj{{I`{KGd}}}}{M`KGb}0{BBjKGd}010{{{ADf{BBj}}}FM`}{{{Ml{BBj}}}FM`}{KGfFKl}{FM`{{I`{KHb}}}}{cKGb{{Oh{}{{Of{KGb}}}}}}{cKGd{{Oh{}{{Of{KGd}}}}}}{El{{I`{KGb}}}}{El{{I`{KGd}}}}{{{Ml{BBj}}M`}{{I`{FKl}}}}{ce{}{}}00000000000000{El{{Il{KH`}}}}{El{{Il{KGh}}}}{El{{Il{KHb}}}}{El{{Il{FKn}}}}{El{{Il{KHd}}}}`{FLb{{Ml{KGl}}}}{FLb{{Ml{KGj}}}}{FL`h}{{KGnc}hGCb}{{KH`c}hGCb}{{KGhc}hGCb}{{KHbc}hGCb}{{FKnc}hGCb}{{FM`c}hGCb}{{}Db}00000000000000{{KGbKGb}h}{{KGdKGd}h}{{KGbKGb}KGb}{{KGdKGd}KGd}{{KGbKGb}d}{{KGdKGd}d}{ce{}{}}00000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000{{c{Cl{e}}}g{}{}{}}00000000000000444444444444444444444444444444{KGb}{KGd}666666666666666{KGbd}{KGdd}{FL`d}{FLbd}32{FM`d}{cd{}}0{KGb{{GCd{KGb}}}}{KGd{{GCd{KGd}}}}{KGb{{GCf{KGb}}}}{KGd{{GCf{KGd}}}}{FL`{{I`{KGh}}}}{FL`Db}{FLbDb}{{}FL`}{{FKlKH`{I`{KHb}}{I`{KGh}}{Ml{FKn}}}FLd}{{FM`M`c}FKn{{ANd{Db}}}}{KGbKGb}{KGdKGd}{{{Ml{BBj}}}{{I`{FM`}}}}{{KHbKHb}{{I`{Hf}}}}{{FM`FM`}{{I`{Hf}}}}{{FL`El}h}{{KGbKGb}h}{{KGdKGd}h}{FL`h}`{FL`KHb}{{FLbFKlKGd}Jl}{{KGbKGbd}h}{{KGdKGdd}h}{{FL`KGn}h}{{FL`KH`}h}{{FL`KGb}h}{{FL`KGh}h}{{FKl{I`{{Lf{ADjADj}}}}}h}{{FKl{I`{Mf}}}h}=={{FL`KHb}h}{{FKl{Ml{KHd}}}h}{{FKl{Ml{FKn}}FL`}FLb}{{FKlFLdFL`}FLb}`{{KGbKGb}KGb}{{KGdKGd}KGd}{{KGbKGb}h}{{KGdKGd}h}32{KHbFM`}``{FM`{{ADf{BBj}}}}{FM`{{ADf{HC`}}}}{ce{}{}}0000000000{cABf{}}{cJl{}}76{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000{cJ`{}}00000000000000555555555555555555555555555555<;{FKlCEj}{KGld}`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000000`````888888888888888888888888888888888888888888{cCj{}}00000000000000000000000000000000000000000{KGfIBl}``````{{{KHf{c}}c}{{I`{{Lf{ADjc}}}}}{HOnFLh}}{{{KHh{c}}c}{{I`{{Lf{M`c}}}}}{HOnFLh}}{{{KHf{c}}e}{{I`{{Lf{ADjc}}}}}FLh{{Cd{c}{{Ch{Hf}}}}}}{{{KHh{c}}e}{{I`{{Lf{M`c}}}}}FLh{{Cd{c}{{Ch{Hf}}}}}}``>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>{{c{Cl{e}}}g{}{}{}}00000000000000000000{KGf{{I`{IBl}}}}````````````{KHjKHj}{KHlKHl}{{{KHf{c}}}{{KHf{c}}}Dl}{{{KHn{c}}}{{KHn{c}}}Dl}{{{KHh{c}}}{{KHh{c}}}Dl}{{{KI`{c}}}{{KI`{c}}}Dl}{KIbKIb}{FLlFLl}{KIdKId}{KIfKIf}{KIhKIh}{KIjKIj}{FLnFLn}{KIlKIl}{KInKIn}{KJ`KJ`}{KJbKJb}{KJdKJd}{KJfKJf}{KJhKJh}{KGfKGf}{{ce}h{}{}}00000000000000000000{FLfh}```{{FLlFLl}Hf}{KGf{{I`{{CHj{ADj}}}}}}```{{ce}Hf{}{}}{ce{}{}}00000000000000000000{{{KHn{c}}}DbFLh}{{{KI`{c}}}DbFLh}``{{FLfMfMfMfMfMfMf}h}```{{}{{KHf{c}}}{}}{{}{{KHn{c}}}FLh}{{}{{KHh{c}}}{}}{{}FLl}{{}KId}{{}KJf}{Dbc{}}00000000000000000000000000000000000000000{KGfIBl}{Dbh}00000000000000000000```{{KHjKHj}d}{{KIbKIb}d}{{FLlFLl}d}{{KIdKId}d}{{KIfKIf}d}{{KIhKIh}d}{{KIjKIj}d}{{FLnFLn}d}{{KIlKIl}d}{{KInKIn}d}{{KJbKJb}d}{{ce}d{}{}}00000000000000000000000000000```{{KHjDf}{{Il{hAAb}}}}0{{KHlDf}{{Il{hAAb}}}}{{{KHf{c}}Df}{{Il{hAAb}}}{FLhJjAn}}{{{KHh{c}}Df}{{Il{hAAb}}}{FLhJjAn}}{{KIbDf}{{Il{hAAb}}}}{{FLlDf}{{Il{hAAb}}}}{{KIdDf}{{Il{hAAb}}}}{{KIfDf}{{Il{hAAb}}}}{{KIhDf}{{Il{hAAb}}}}{{KIjDf}{{Il{hAAb}}}}{{FLnDf}{{Il{hAAb}}}}{{KIlDf}{{Il{hAAb}}}}{{KInDf}{{Il{hAAb}}}}{{KJ`Df}{{Il{hAAb}}}}{{KJbDf}{{Il{hAAb}}}}0{{KJdDf}{{Il{hAAb}}}}{{KGfDf}{{Il{hAAb}}}}{{{Ml{BBj}}}{{I`{M`}}}}`{cc{}}0000000{IBlKId}{MfKId}2222222222222222222222222222222222{KJf{{Il{KGfKJb}}}}{{{Ml{BBj}}M`}{{Il{KJdKJb}}}}{{{Ml{BBj}}M`}{{Il{KGfKJb}}}}{ce{}{}}00000000000000000000``````{{{KHf{c}}ADj}{{I`{c}}}FLh}{{{KHh{c}}M`}{{I`{c}}}FLh}{KIdIBl}{KGfKIj}```{{KGfFLl}{{I`{KIj}}}}{{KGfFLl}{{I`{ADj}}}}{{KGfFLl}{{I`{IBl}}}}{{KGfHC`}{{I`{FLl}}}}{{KGfEl}{{I`{FLl}}}}{{KGfFLl}{{I`{El}}}}{{KGfFLlADj}{{I`{KIn}}}}{{KGfFLl}{{I`{KJj}}}}{{KGfHC`HC`}{{I`{FLl}}}}766``````````{KGfd}{{FLlc}hGCb}```{KIjIBl}{KGfIBl}```````````{{}Db}00000000000000000000{ce{}{}}00000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000000444444444444444444444444444444444444444444{{{KHf{c}}}{}FLh}5{{{KHh{c}}}{}FLh}6666666666666666666666;;{{KGfFLl}d}{{{KHf{c}}}dFLh}{{{KHh{c}}}dFLh}>>>>>>``{KGf{{I`{Mf}}}}``````{{{KHf{c}}}{{I`{c}}}FLh}{{{KHf{c}}}ADjFLh}{{{KHh{c}}}M`FLh}`?{{FLfMfMf}h}`````````````0````````{KGfKJl}{{{Ml{BBj}}}{{KHf{c}}}FLh}{{{Ml{BBj}}}{{KHh{c}}}FLh}{{BBjBBjBBjBBj}FLn}{{{KHn{c}}}I`FLh}{{{KI`{c}}}I`FLh}{KGfADj}`````{{KGfFLlFLf}{{I`{KIj}}}}{{KGfFLlADjFLj}{{I`{h}}}}{{{Ml{BBj}}}{{I`{FLh}}}}{{{Ml{BBj}}}{{I`{KHl}}}}{{{Ml{BBj}}}{{I`{FLl}}}}{{{Ml{BBj}}}{{I`{KJ`}}}}{{{Ml{BBj}}M`}{{Il{KJdKJb}}}}{{{Ml{BBj}}M`}{{Il{KGfKJb}}}}{{FLlFLl}{{I`{Hf}}}}{KGf{{I`{KJn}}}}`````{KHjEl}{{FLfMfMfMfMf}h}{{{KHf{KK`}}FLl}{{I`{KK`}}}}{KGfKJd}`3```{{KGfFM`Mf}{{I`{h}}}}{{{KHf{c}}{FAh{ADj}}}{{I`{{KHf{c}}}}}FLh}{KGf{{I`{KIh}}}}{KGfKKb}{KGf{{I`{KKd}}}}0```{{KJdFM`}{{I`{{Ml{BBj}}}}}}{{KGfFM`}{{I`{{Ml{BBj}}}}}}`{KGfKJh}```{ce{}{}}00000000000000000000{cABf{}}0{cJl{}}0```{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000000{cJ`{}}00000000000000000000{KGf{{I`{IBl}}}}00666666666666666666666666666666666666666666<{KGfKKf}{KGfADj}`{KGf{{KHf{KKh}}}}{KGf{{Ml{KId}}}}4444``````````{KGfKKj}{KIjIBl}{KGfKFf}``7```````````{{cg}i{}{}{{An{e}}}{}}0>>>>{cCj{}}000????{{c{Cl{e}}}g{}{}{}}0{KKlKKl}{KKnKKn}{{ce}h{}{}}0{ce{}{}}0{{}KKl}{Dbc{}}000{Dbh}0{{KKlKKl}d}{{ce}d{}{}}00{{KKlDf}{{Il{hAAb}}}}{{KKnDf}{{Il{hAAb}}}}{cc{}}00088{{}Db}09999{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0======{{{Ml{BBj}}}{{I`{KKl}}}}{{{CHj{ADj}}{Ml{BBj}}}{{I`{KKn}}}}{{KKnFLl}{{I`{{KHh{KKl}}}}}}{ce{}{}}0{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333````````{{cg}i{}{}{{An{e}}}{}}00004444444444{cCj{}}000000000555555555599999`{{KL`FLl}{{I`{BBj}}}}{{{KLb{c}}FLl}{{I`{ADj}}}FLh}{{{KLd{c}}}{{KLd{c}}}{DlFLh}}{KLfKLf}{KL`KL`}{{{KLb{c}}}{{KLb{c}}}Dl}{KLhKLh}{{ce}h{}{}}0000====={Dbc{}}000000000{Dbh}0000{{KL`ADjBBj}{{I`{{KLd{h}}}}}}{{{KLb{c}}ADjADj}{{I`{{KLd{c}}}}}FLh}````{{{KLd{c}}Df}{{Il{hAAb}}}{JjFLh}}{{KLfDf}{{Il{hAAb}}}}{{KL`Df}{{Il{hAAb}}}}{{{KLb{c}}Df}{{Il{hAAb}}}{}}{{KLhDf}{{Il{hAAb}}}}{cc{}}000000000{ce{}{}}0000{{{KLd{c}}}dFLh}0000{{}Db}00002222222222{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000666666666666666{{KL`KLf}{{I`{IBl}}}}{{KL`ADj}ADj}``{KLfKLf}{{{Ml{BBj}}}{{I`{{KLd{c}}}}}FLh}{{{CHj{ADj}}KLj}{{I`{{KLb{c}}}}}FLh}{{{CHj{ADj}}{Ml{BBj}}}{{I`{KLh}}}}`<<<<<{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000??????????{{KLhFLl}{{I`{ADj}}}}{{{KLd{c}}}KLfFLh}````````{{cg}i{}{}{{An{e}}}{}}000{ce{}{}}0000000{cCj{}}000000011111111>>>>{KLlKLl}{KLnKLn}{KM`KM`}{{ce}h{}{}}005555{Dbc{}}0000000{Dbh}000{{KLlDf}{{Il{hAAb}}}}{{KLnDf}{{Il{hAAb}}}}{{KM`Df}{{Il{hAAb}}}}{cc{}}0000000`;;;;{{}Db}000<<<<<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000{ce{}{}}00000000{KLn}1111{KLnd}{KLnADj}{{KM`{Ml{KId}}}{{I`{h}}}}{KMbI`}{{{Ml{BBj}}}{{I`{KLl}}}}{{{Ml{BBj}}}{{I`{KM`}}}}``777{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000::::::::`{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<={KMdKMd}{{ce}h{}{}}>{Dbc{}}0{Dbh}{{KMdDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}{{KMdFLlADj}{{I`{KIn}}}}{{}Db}22{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}666{{KMf{Ml{BBj}}}{{I`{KMd}}}}7{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}::`{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<6{KMfKMf}{{ce}h{}{}}>{Dbc{}}0{Dbh}{{KMfDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555{{{Ml{BBj}}}{{I`{KMf}}}}6{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99``{{cg}i{}{}{{An{e}}}{}}0::::{cCj{}}000;;;;66{KMhKMh}{KMjKMj}{{ce}h{}{}}0>>{{}KMh}{Dbc{}}000{Dbh}0{{KMhDf}{{Il{hAAb}}}}{{KMjDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{KMjFLl}{{I`{ADj}}}}{{KMjBBj}{{I`{FLl}}}}{{KMjEl}{{I`{FLl}}}}{{KMjFLl}{{I`{El}}}}3{{}Db}05555{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0999999``{KMjKMh}{KMjADj}{{KMjFLlFLf}{{Il{KIjKIb}}}}{{{Ml{BBj}}}{{I`{KMj}}}}``=={c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0``{cJ`{}}0{ce{}{}}000`{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022:{KMlKMl}{{ce}h{}{}}4{{}KMl}{Dbc{}}0{Dbh}{{KMlDf}{{Il{hAAb}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}>>>{{KMl{Ml{KId}}FLlFLf}{{Il{KIjKIb}}}}{{{Ml{BBj}}}{{I`{KMl}}}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33`````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000004444444444444444444444444444{cCj{}}000000000000000000000000000555555555555555555555555555588888888888888{KMnKMn}{KN`KN`}{KNbKNb}{KNdKNd}{KNfKNf}{KNhKNh}{KNjKNj}{KNlKNl}{KNnKNn}{KO`KO`}{KObKOb}{KOdKOd}{KOfKOf}{{ce}h{}{}}000000000000{{KMnc}h{{Cd{M`}}}}{{KN`c}h{{Cd{M`}}}}{{KNbc}h{{Cd{M`}}}}{{KNdc}h{{Cd{M`}}}}{{KNjc}h{{Cd{M`}}}}{{KNlc}h{{Cd{M`}}}}{{KNnc}h{{Cd{M`}}}}{{KObc}h{{Cd{M`}}}}{ce{}{}}0000000000000{{}KOd}{Dbc{}}000000000000000000000000000{Dbh}0000000000000`{{KNfKNf}d}{{ce}d{}{}}00``{{KMnDf}{{Il{hAAb}}}}{{KN`Df}{{Il{hAAb}}}}{{KNbDf}{{Il{hAAb}}}}{{KNdDf}{{Il{hAAb}}}}{{KNfDf}{{Il{hAAb}}}}{{KNhDf}{{Il{hAAb}}}}{{KNjDf}{{Il{hAAb}}}}{{KNlDf}{{Il{hAAb}}}}{{KNnDf}{{Il{hAAb}}}}{{KO`Df}{{Il{hAAb}}}}{{KObDf}{{Il{hAAb}}}}{{KOdDf}{{Il{hAAb}}}}{{KOfDf}{{Il{hAAb}}}}`{cc{}}000000000000000000000000000{ce{}{}}0000000000000{{KOdADj}{{I`{KOb}}}}`{{KMnM`}{{I`{FLl}}}}{{KN`M`}{{I`{FLl}}}}{{KNbM`}{{I`{FLl}}}}{{KNdM`}{{I`{FLl}}}}{{KNhM`M`}{{I`{KNf}}}}{{KNjM`}{{I`{FLl}}}}{{KNlM`}{{I`{FLl}}}}{{KNnM`}{{I`{FLl}}}}{{KObM`}{{I`{FLl}}}}{{KObM`M`}{{I`{KNf}}}}``{{}Db}0000000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}0000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000{{{If{c}}}{{If{Cj}}}{}}0000000000000{{c{Cl{e}}}g{}{}{}}0000000000000{ce{}{}}0000000000000000000000000000{KOd}11111111111111{KOdd}{KObd}{KOdADj}{KOhI`}{{{Ml{BBj}}}{{I`{KMn}}}}{{{Ml{BBj}}}{{I`{KN`}}}}{{{Ml{BBj}}}{{I`{KNb}}}}{{{Ml{BBj}}}{{I`{KNd}}}}{{{Ml{BBj}}}{{I`{KNh}}}}{{{Ml{BBj}}}{{I`{KNj}}}}{{{Ml{BBj}}}{{I`{KNl}}}}{{{Ml{BBj}}}{{I`{KNn}}}}{{{Ml{BBj}}}{{I`{KOf}}}}``>>>>>>>>>>>>>{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000000000{cJ`{}}0000000000000{ce{}{}}000000000000000000000000000``{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022{{c{Cl{e}}}g{}{}{}}{KOjKOj}{{ce}h{}{}}5{{KOjFLl}d}{Dbc{}}0{Dbh}{{KOjDf}{{Il{hAAb}}}}{cc{}}0:{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};>>>{{FLjFLl}h}{{KOjFLlADjFLj}{{I`{h}}}}{{FLjFLn}h}{FLjh}{{KOl{Ml{BBj}}}{{I`{KOj}}}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33`{{cg}i{}{}{{An{e}}}{}}44{cCj{}}055{{c{Cl{e}}}g{}{}{}}{KOlKOl}{{ce}h{}{}}8{Dbc{}}0{Dbh}{{KOlDf}{{Il{hAAb}}}}{cc{}}0<{{KOlADjADj}{{I`{FLn}}}}{{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};{ce{}{}}00{KOl{{CHj{ADj}}}}{{{Ml{BBj}}}{{I`{KOl}}}}2{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55`````{{cg}i{}{}{{An{e}}}{}}00006666666666{cCj{}}0000000007777777777{{c{Cl{e}}}g{}{}{}}0000{KOnKOn}{L`L`}{LbLb}{LdLd}{{ce}h{}{}}000=====`{Dbc{}}000000000{Dbh}0000``{{LbADj}{{I`{L`}}}}{{KOnDf}{{Il{hAAb}}}}{{L`Df}{{Il{hAAb}}}}{{LbDf}{{Il{hAAb}}}}{{LdDf}{{Il{hAAb}}}}{cc{}}000000000{ce{}{}}00006{{}Db}00001111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}000055555555555{Lb}66666{Lbd}{LbADj}```{LfI`}{{{Ml{BBj}}}{{I`{KOn}}}}{{{Ml{BBj}}}{{I`{Ld}}}}``;;;;{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000>>>>>>>>>>``{{cg}i{}{}{{An{e}}}{}}0????{cCj{}}000`{ce{}{}}000<<{KKhKKh}{LhLh}{{ce}h{}{}}033`{Dbc{}}000{Dbh}0{{KKhKKh}d}{{KKhDf}{{Il{hAAb}}}}{{LhDf}{{Il{hAAb}}}}{cc{}}00099`{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>>>>>```{{{Ml{BBj}}}{{I`{KKh}}}}{{{Ml{BBj}}}{{I`{Lh}}}}`{ce{}{}}0{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333``````{{cg}i{}{}{{An{e}}}{}}04444{cCj{}}000555588{LjLj}{LlLl}{{ce}h{}{}}0{{LjLj}Hf}{{ce}Hf{}{}}::{{}Ll}{Dbc{}}000{Dbh}0{{LjLj}d}{{ce}d{}{}}00{{LjDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{LlFLl}{{I`{Lj}}}}{{LlFLl}ADj}{{LlADjADj{Ml{KId}}}{{I`{Mf}}}}{Lld}{{Ljc}hGCb}{{}Db}06666{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0::::::{{LlFLl{I`{ADj}}}d}{{{Ml{BBj}}}{{I`{Ll}}}}{{LjLj}{{I`{Hf}}}}=={c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000`{{cg}i{}{}{{An{e}}}{}}11{cCj{}}0229{LnLn}{{ce}h{}{}}4{Dbc{}}0{Dbh}{{LnDf}{{Il{hAAb}}}}{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}==={{LnFLlFLf}{{I`{KIj}}}}{{LA`{Ml{BBj}}}{{I`{Ln}}}}?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000000000000000000`1111111111111111111111111111111111111111{cCj{}}000000000000000000000000000000000000000`222222222222222222222222222222222222222288888888888888888888{LAbLAb}{LAdLAd}{LAfLAf}{LAhLAh}{LAjLAj}{LAlLAl}{LAnLAn}{LB`LB`}{LBbLBb}{LBdLBd}{LBfLBf}{LBhLBh}{LBjLBj}{LBlLBl}{LBnLBn}{LC`LC`}{LCbLCb}{LCdLCd}{LCfLCf}{LChLCh}{{ce}h{}{}}0000000000000000000`{ce{}{}}0000000000000000000{LAlLCj}{LBdLCj}{LChLCj}`{{}LAh}{Dbc{}}000000000000000000000000000000000000000{Dbh}0000000000000000000{{LBfADj}{{I`{LCb}}}}0{{LAbDf}{{Il{hAAb}}}}{{LAdDf}{{Il{hAAb}}}}{{LAfDf}{{Il{hAAb}}}}{{LAhDf}{{Il{hAAb}}}}{{LAjDf}{{Il{hAAb}}}}{{LAlDf}{{Il{hAAb}}}}{{LAnDf}{{Il{hAAb}}}}{{LB`Df}{{Il{hAAb}}}}{{LBbDf}{{Il{hAAb}}}}{{LBdDf}{{Il{hAAb}}}}{{LBfDf}{{Il{hAAb}}}}{{LBhDf}{{Il{hAAb}}}}{{LBjDf}{{Il{hAAb}}}}{{LBlDf}{{Il{hAAb}}}}{{LBnDf}{{Il{hAAb}}}}{{LC`Df}{{Il{hAAb}}}}{{LCbDf}{{Il{hAAb}}}}{{LCdDf}{{Il{hAAb}}}}{{LCfDf}{{Il{hAAb}}}}{{LChDf}{{Il{hAAb}}}}{cc{}}000000000000000000000000000000000000000{ce{}{}}0000000000000000000{{LAjADj}{{I`{LAh}}}}{{LAnFLl}{{I`{{Lf{LAhLAh}}}}}}{{LB`ADj}{{I`{LAn}}}}{{LBb{Lf{ADjADj}}}{{I`{{Lf{LAhLAh}}}}}}{{LBnADj}{{I`{LCd}}}}{{LC`ADj}{{I`{{Lf{ADjLCb}}}}}}{{LCdADjADj}{{I`{LCb}}}}{{}Db}0000000000000000000`8888888888888888888888888888888888888888{{{Ib{c}}}{{Ib{Cj}}}{}}0000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0000000000000000000{{{If{c}}}{{If{Cj}}}{}}0000000000000000000{{c{Cl{e}}}g{}{}{}}0000000000000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<{LAjd}{LB`d}{LBfd}{LBnd}{LC`d}{LAjADj}{LB`ADj}{LBfADj}{LBnADj}{LC`ADj}```````````{{{Ml{BBj}}ADj}{{I`{LCh}}}}``{ce{}{}}0000000000000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000000000000000{cJ`{}}00000000000000000003333333333333333333333333333333333333333```{{LAbADj{I`{{Lf{ADjADj}}}}}{{I`{CEj}}}}``````0``````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000``555555555555555555{cCj{}}00000000000000000`666666666666666666{{c{Cl{e}}}g{}{}{}}00000000{LClLCl}{LCnLCn}{LD`LD`}{LDbLDb}{LDdLDd}{LDfLDf}{LDhLDh}{LDjLDj}{LDlLDl}{{ce}h{}{}}00000000`{ce{}{}}00000000{LClLCj}{LDlLCj}````{Dbc{}}00000000000000000{Dbh}00000000{{LClDf}{{Il{hAAb}}}}{{LCnDf}{{Il{hAAb}}}}{{LD`Df}{{Il{hAAb}}}}{{LDbDf}{{Il{hAAb}}}}{{LDdDf}{{Il{hAAb}}}}{{LDfDf}{{Il{hAAb}}}}{{LDhDf}{{Il{hAAb}}}}{{LDjDf}{{Il{hAAb}}}}{{LDlDf}{{Il{hAAb}}}}{cc{}}00000000000000000>>>>>>>>>`{{}Db}00000000??????????????????{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000{ce{}{}}00000000000000000000000000{LDld}``{{{Ml{BBj}}ADj}{{I`{LDl}}}}```222222222{c{{Il{e}}}{}{}}00000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000{cJ`{}}00000000555555555555555555`````{{cg}i{}{}{{An{e}}}{}}66{cCj{}}0778{LDnLDn}{{ce}h{}{}}9{Dbc{}}0{Dbh}{{LDnDf}{{Il{hAAb}}}}{cc{}}0={{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00{{LDnLn{Ml{KId}}FLlFLf}{{I`{KIj}}}}{{{Ml{BBj}}}{{I`{LDn}}}}2{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}55````{{cg}i{}{}{{An{e}}}{}}06666{cCj{}}000777788{LE`LE`}{LEbLEb}{{ce}h{}{}}0::{Dbc{}}000{Dbh}0{{LE`LE`}d}{{ce}d{}{}}00{{LE`Df}{{Il{hAAb}}}}{{LEbDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0``{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555{{{Ml{BBj}}}{{I`{LEb}}}}66{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999``{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0`;;6{LEdLEd}{{ce}h{}{}}={Dbc{}}0`{Dbh}{{LEdDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555``{{{Ml{BBj}}}{{I`{LEd}}}}6{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99``{{cg}i{}{}{{An{e}}}{}}0{{LEfFLl}{{I`{ADj}}}}`;;;;{cCj{}}000`<<<<77{LEhLEh}{LEfLEf}{{ce}h{}{}}0??{Dbc{}}000{Dbh}0{{LEhDf}{{Il{hAAb}}}}{{LEfDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555``{{{Ml{BBj}}}{{I`{LEh}}}}{{ADj{CHj{ADj}}{Ml{BBj}}}{{I`{LEf}}}}{{LEfFLl}{{I`{IBl}}}}`88{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0;;;;`{{cg}i{}{}{{An{e}}}{}}{{LEjFLl{Ml{KId}}}{{I`{Mf}}}}=={cCj{}}0>>9{LEjLEj}{{ce}h{}{}}{ce{}{}}{Dbc{}}0{Dbh}{{LEjDf}{{Il{hAAb}}}}{cc{}}04{{}Db}55{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}999{{{Ml{BBj}}}{{I`{LEj}}}}>:{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}==`````````````{{cg}i{}{}{{An{e}}}{}}00000000>>>>>>>>>>>>>>>>>>{cCj{}}00000000000000000??????????????????666666666{LElLEl}{LEnLEn}{LF`LF`}{LFbLFb}{LFdLFd}{LFfLFf}{LFhLFh}{LFjLFj}{LFlLFl}{{ce}h{}{}}00000000{ce{}{}}00000000{{}LFd}{Dbc{}}00000000000000000{Dbh}00000000{{LElDf}{{Il{hAAb}}}}{{LEnDf}{{Il{hAAb}}}}{{LF`Df}{{Il{hAAb}}}}{{LFbDf}{{Il{hAAb}}}}{{LFfDf}{{Il{hAAb}}}}{{LFhDf}{{Il{hAAb}}}}{{LFjDf}{{Il{hAAb}}}}{{LFlDf}{{Il{hAAb}}}}`{cc{}}00000000000000000<<<<<<<<<{{LF`FLlFLl}{{I`{IBl}}}}{{LFfFLlFLl}{{I`{IBl}}}}{{LFhFLlFLl}{{I`{IBl}}}}{{LFjFLlFLl}{{I`{IBl}}}}```{{}Db}00000000{ce{}{}}00000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000{{{Id{c}}}{{Id{Cj}}}{}}00000000{{{If{c}}}{{If{Cj}}}{}}00000000{{c{Cl{e}}}g{}{}{}}00000000444444444444444444{LFb}5555555555{LFbd}{LElFLl}{LFbM`}{LFdI`}``{{{Ml{BBj}}}{{I`{LEl}}}}{{{Ml{BBj}}}{{I`{LFf}}}}{{BBj{Ml{BBj}}}{{I`{LFh}}}}{{{Ml{BBj}}}{{I`{LFj}}}}{{{Ml{BBj}}}{{I`{LFl}}}}7`>>>>>>>>>{c{{Il{e}}}{}{}}00000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000{cJ`{}}00000000{ce{}{}}00000000000000000````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000`111111111111111111111111{cCj{}}00000000000000000000000222222222222222222222222{{c{Cl{e}}}g{}{}{}}00000000000{LFnLFn}{LG`LG`}{LGbLGb}{LGdLGd}{LGfLGf}{LGhLGh}{LGjLGj}{LGlLGl}{LGnLGn}{LH`LH`}{LHbLHb}{LHdLHd}{{ce}h{}{}}00000000000{ce{}{}}00000000000{Dbc{}}00{LGb}111{LGh}222222222222222222{Dbh}00000000000{{LFnDf}{{Il{hAAb}}}}{{LG`Df}{{Il{hAAb}}}}{{LGbDf}{{Il{hAAb}}}}{{LGdDf}{{Il{hAAb}}}}{{LGfDf}{{Il{hAAb}}}}{{LGhDf}{{Il{hAAb}}}}{{LGjDf}{{Il{hAAb}}}}{{LGlDf}{{Il{hAAb}}}}{{LGnDf}{{Il{hAAb}}}}{{LH`Df}{{Il{hAAb}}}}{{LHdDf}{{Il{hAAb}}}}`{cc{}}00000000000000000000000{ce{}{}}00000000000{{LGfADj}{{I`{{Lf{ADjADj}}}}}}{{LFnFLlFLl}{{I`{IBl}}}}{{LGbADj}{{I`{IBl}}}}{{LGdFLlFLl}{{I`{IBl}}}}{{LGjFLlFLl}{{I`{IBl}}}}{{LGnFLlFLl}{{I`{IBl}}}}```{{}Db}00000000000777777777777777777777777{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000{{{If{c}}}{{If{Cj}}}{}}00000000000{{c{Cl{e}}}g{}{}{}}00000000000;;;;;;;;;;;;;;;;;;;;;;;;{LH`}<<<<<<<<<<<<<{LHbI`}`{{{Ml{BBj}}}{{I`{LG`}}}}{{{CHj{ADj}}{Ml{BBj}}}{{I`{LHd}}}}```????????????{c{{Il{e}}}{}{}}00000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000`{cJ`{}}00000000000{ce{}{}}00000000000000000000000````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022:{LA`LA`}{{ce}h{}{}}4{Dbc{}}0{Dbh}{{LA`Df}{{Il{hAAb}}}}{cc{}}08{{LA`FLl}{{I`{{FAh{Db}}}}}}{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}>>>{LA`d}{LA`ADj}{{{CHj{ADj}}LE`{Ml{BBj}}}{{I`{LA`}}}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33```````````````{LHfLHh}{{cg}i{}{}{{An{e}}}{}}00000000000000`555555555555555555555555555555{cCj{}}00000000000000000000000000000`2666666666666666666666666666666``:::::::::::::::{LHhLHh}{LHjLHj}{LHfLHf}{LHlLHl}{LHnLHn}{LI`LI`}{LIbLIb}{LIdLId}{LIfLIf}{LIhLIh}{LIjLIj}{LIlLIl}{LInLIn}{LJ`LJ`}{LJbLJb}{{ce}h{}{}}00000000000000{ce{}{}}00000000000000`{LHlADj}{LHfADj}{Dbc{}}00000000000000000000000000000`1{Dbh}00000000000000``{LIdd}{LHfLHh}{{LHhDf}{{Il{hAAb}}}}{{LHjDf}{{Il{hAAb}}}}{{LHfDf}{{Il{hAAb}}}}{{LHlDf}{{Il{hAAb}}}}{{LHnDf}{{Il{hAAb}}}}{{LI`Df}{{Il{hAAb}}}}{{LIbDf}{{Il{hAAb}}}}{{LIdDf}{{Il{hAAb}}}}{{LIfDf}{{Il{hAAb}}}}{{LIhDf}{{Il{hAAb}}}}{{LIjDf}{{Il{hAAb}}}}{{LIlDf}{{Il{hAAb}}}}{{LInDf}{{Il{hAAb}}}}{{LJ`Df}{{Il{hAAb}}}}{{LJbDf}{{Il{hAAb}}}}?????????{cc{}}00000000000000000000000000000{ce{}{}}00000000000000`{{LHjFLl}{{I`{LHh}}}}{{LI`FLl}{{I`{LHn}}}}{{LInFLl}{{I`{LIl}}}}``{{LHlADj}{{I`{LHh}}}}`{{}Db}00000000000000555555555555555555555555555555{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000{{c{Cl{e}}}g{}{}{}}00000000000000999999999999999999999999999999999999999999999``5`{LHfLHh}00`000{{{Ml{BBj}}}{{I`{LId}}}}{{{Ml{BBj}}}{{I`{LIf}}}}{{{Ml{BBj}}}{{I`{LIj}}}}{{{Ml{BBj}}}{{I`{LJb}}}}``{LHfIBl}55555500555555555`5555555555555???????????????```{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000{cJ`{}}00000000000000{ce{}{}}0000000000000000000000000000099999``````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022<{LJdLJd}{{ce}h{}{}}4{Dbc{}}0{Dbh}{{LJdDf}{{Il{hAAb}}}}{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}===`{{{Ml{BBj}}}{{I`{LJd}}}}>{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000111111111111111111111111111111{cCj{}}00000000000000000000000000000222222222222222222222222222222777777777777777`{LJfLJf}{LJhLJh}{LJjLJj}{LJlLJl}{LJnLJn}{LK`LK`}{LKbLKb}{LKdLKd}{LKfLKf}{LKhLKh}{LKjLKj}{LKlLKl}{LKnLKn}{LL`LL`}{LLbLLb}{{ce}h{}{}}00000000000000`{ce{}{}}00000000000000````{Dbc{}}00000000000000000000000000000`{Dbh}00000000000000```{{LJfDf}{{Il{hAAb}}}}{{LJhDf}{{Il{hAAb}}}}{{LJjDf}{{Il{hAAb}}}}{{LJlDf}{{Il{hAAb}}}}{{LJnDf}{{Il{hAAb}}}}{{LK`Df}{{Il{hAAb}}}}{{LKbDf}{{Il{hAAb}}}}{{LKdDf}{{Il{hAAb}}}}{{LKfDf}{{Il{hAAb}}}}{{LKhDf}{{Il{hAAb}}}}{{LKlDf}{{Il{hAAb}}}}{{LKnDf}{{Il{hAAb}}}}{{LLbDf}{{Il{hAAb}}}}{cc{}}00000000000000000000000000000{ce{}{}}00000000000000`{{}Db}00000000000000111111111111111111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000{{c{Cl{e}}}g{}{}{}}00000000000000555555555555555555555555555555{LKh}6{LKn}7777777777777777{LKdd}000````{{LJjM`}{{I`{KLh}}}}``{LKjI`}{LL`I`}{{{Ml{BBj}}}{{I`{LJf}}}}{{{Ml{BBj}}}{{I`{LJh}}}}{{{Ml{BBj}}}{{I`{LJn}}}}{{{CHj{ADj}}{Ml{BBj}}}{{I`{LLb}}}}`````???????????????{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000{cJ`{}}00000000000000{ce{}{}}00000000000000000000000000000`{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022{{c{Cl{e}}}g{}{}{}}{LLdLLd}{{ce}h{}{}}5{Dbc{}}0{Dbh}{{LLdDf}{{Il{hAAb}}}}{cc{}}09{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:==={{LLdFM`{Ml{KId}}}{{I`{Mf}}}}{{{Ml{BBj}}}{{I`{LLd}}}}?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``````````{{cg}i{}{}{{An{e}}}{}}00001111111111{cCj{}}0000000002222222222{{c{Cl{e}}}g{}{}{}}0000{LLfLLf}{LLhLLh}{KJlKJl}{LLjLLj}{LLlLLl}{{ce}h{}{}}000099999{LLjDb}{{}KJl}{{}LLl}{Dbc{}}000000000{Dbh}0000`{{LLfLLf}d}{{ce}d{}{}}00{{LLfDf}{{Il{hAAb}}}}{{LLhDf}{{Il{hAAb}}}}{{KJlDf}{{Il{hAAb}}}}{{LLlDf}{{Il{hAAb}}}}{cc{}}000000000{ce{}{}}0000{{KJlADj}{{I`{LLh}}}}{{}Db}00002222222222{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}00006666666666{KJl}777777{KJld}{LLhd}{LLhKHj}`{KJlADj}```{LLjI`}{{{Ml{BBj}}}{{I`{LLf}}}}{{{Ml{BBj}}}{{I`{LLl}}}}`>>>>>{LLh{{I`{Jl}}}}{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000{ce{}{}}000000000``````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000011111111111111111111111111111111111111{cCj{}}0000000000000000000000000000000000000`22222222222222222222222222222222222222???????????????????{LLnLLn}{LM`LM`}{LMbLMb}{LMdLMd}{LMfLMf}{LMhLMh}{LMjLMj}{{{LMl{c}}}{{LMl{c}}}{DlFMb}}{LMnLMn}{LN`LN`}{LNbLNb}{LNdLNd}{LNfLNf}{LNhLNh}{KK`KK`}{LCjLCj}{LNjLNj}{{ce}h{}{}}0000000000000000{ce{}{}}000000000000000000{{LCjFLl}d}{LLnLCj}{LMbLCj}`{Dbc{}}0000000000000000000000000000000000000{Dbh}000000000000000000```{{{LMl{c}}FM`}{{I`{c}}}FMb}{{LMh{Ml{KId}}}{{I`{M`}}}}{{LMhADjM`}{{I`{LNb}}}}`{{LLnDf}{{Il{hAAb}}}}{{LM`Df}{{Il{hAAb}}}}{{LMbDf}{{Il{hAAb}}}}{{LMdDf}{{Il{hAAb}}}}{{LMfDf}{{Il{hAAb}}}}{{LMhDf}{{Il{hAAb}}}}{{LMjDf}{{Il{hAAb}}}}{{{LMl{c}}Df}{{Il{hAAb}}}{JjFMb}}{{LMnDf}{{Il{hAAb}}}}{{LN`Df}{{Il{hAAb}}}}{{LNbDf}{{Il{hAAb}}}}{{LNdDf}{{Il{hAAb}}}}{{LNfDf}{{Il{hAAb}}}}{{LNhDf}{{Il{hAAb}}}}{{KK`Df}{{Il{hAAb}}}}{{LCjDf}{{Il{hAAb}}}}{{LNjDf}{{Il{hAAb}}}}{cc{}}0000000000000000000000000000000000000{ce{}{}}000000000000000000{{{LMl{c}}ADj}{{I`{c}}}FMb}{{LNfADj}{{I`{c}}}FMd}{{LCjFLl}{{I`{ADj}}}}{{LNjFLl}ADj}{LNhd}000{{{LMl{c}}FM`}{{I`{ADj}}}FMb}{{}Db}000000000000000000``77777777777777777777777777777777777777{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{{LMl{c}}}{}FMb}{LNf{{LNl{c}}}FMd}==================={{{LMl{c}}}dFMb}{LNfd}`{{{LMl{c}}}ADjFMb}{LNfADj}``````{LNhBBj}`{{{LNn{c}}}I`FMb}{{{LNl{c}}}I`FMd}{{FM`{Ml{BBj}}}{{I`{FMb}}}}{{{Ml{BBj}}ADj}{{I`{FMd}}}}{{{Ml{BBj}}}{{I`{LMf}}}}{{FM`{Ml{BBj}}}{{I`{LMn}}}}{{FM`{Ml{BBj}}}{{I`{LN`}}}}{{FM`{Ml{BBj}}}{{I`{LNb}}}}{{{Ml{BBj}}}{{I`{LNh}}}}{{{Ml{BBj}}}{{I`{KK`}}}}`{LNhd}```````{ce{}{}}0000000000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000{cJ`{}}000000000000000000333333333333333333333333333333333333334````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000044444444444444{cCj{}}000000000000055555555555555{{c{Cl{e}}}g{}{}{}}000000{LO`{{I`{IBl}}}}{KKjKKj}{KFfKFf}{KJnKJn}{KKbKKb}{KKdKKd}{KKfKKf}{LO`LO`}{{ce}h{}{}}000000{{KFfKFf}Hf}{{KJnKJn}Hf}{{ce}Hf{}{}}0{ce{}{}}000000{{KKfHC`}d}{{}KKj}{{}KFf}{{}KKb}{{}KKf}{Dbc{}}0000000000000{Dbh}000000{{KKjKKj}d}{{KFfKFf}d}{{KJnKJn}d}{{KKbKKb}d}{{KKdKKd}d}{{ce}d{}{}}00000000000000{{KKjDf}{{Il{hAAb}}}}{{KFfDf}{{Il{hAAb}}}}{{KJnDf}{{Il{hAAb}}}}{{KKbDf}{{Il{hAAb}}}}{{KKdDf}{{Il{hAAb}}}}{{KKfDf}{{Il{hAAb}}}}{{LO`Df}{{Il{hAAb}}}}{cc{}}{ADjKKj}1111111111111{ce{}{}}000000{{KKjc}hGCb}{{KFfc}hGCb}{{KJnc}hGCb}{{KKbc}hGCb}{{KKdc}hGCb}{{}Db}00000066666666666666{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000:::::::::::::::::::::{LO`d}00{{{Ml{BBj}}}{{I`{LO`}}}}{{KFfKFf}{{I`{Hf}}}}{{KJnKJn}{{I`{Hf}}}}{LO`{{I`{KJn}}}}{LO`KIh}{LO`KKb}{LO`KKd}0{KKjADj}{KFfADj}{ce{}{}}000000{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}000000{LO`IBl}0044444444444444{LO`KKf}?`{LO`KKj}{LO`KFf}33{LO`{{I`{IBl}}}}``````{{cg}i{}{}{{An{e}}}{}}09999{cCj{}}000::::{{c{Cl{e}}}g{}{}{}}0{LObLOb}{LOdLOd}{{ce}h{}{}}0>>{{}LOb}{Dbc{}}000{Dbh}0{{LObDf}{{Il{hAAb}}}}{{LOdDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{LOdEl}{{I`{FLl}}}}{{LOdFLl}{{I`{El}}}}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}07777777``{LOdLOb}{LObI`}{{{Ml{BBj}}}{{I`{LOd}}}}::{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0====`````{{cg}i{}{}{{An{e}}}{}}000>>>>>>>>{cCj{}}0000000{{LOfADj}{{I`{LOh}}}}{ce{}{}}0000000::::{LOhLOh}{LOjLOj}{LOfLOf}{{ce}h{}{}}004444{Dbc{}}0000000{Dbh}000{{LOhDf}{{Il{hAAb}}}}{{LOjDf}{{Il{hAAb}}}}{{LOfDf}{{Il{hAAb}}}}{cc{}}0000000::::{{LOhFLl}{{I`{KIn}}}}{{LOjM`}{{I`{LOh}}}}{{}Db}000========{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000{ce{}{}}00000000{LOj}1111{LOhd}{LOjd}{LOhADj}{LOjM`}{LOlI`}{{{CHj{ADj}}{Ml{BBj}}}{{I`{LOf}}}}```777{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000::::::::````{{cg}i{}{}{{An{e}}}{}}000;;;;;;;;{cCj{}}0000000<<<<<<<<===={KJjKJj}{LOnLOn}{M`M`}{MbMb}{{ce}h{}{}}000{ce{}{}}000{M`Db}`{Dbc{}}0000000`{Dbh}000`{{LOnFLl}{{I`{KJj}}}}{{KJjDf}{{Il{hAAb}}}}{{LOnDf}{{Il{hAAb}}}}{{MbDf}{{Il{hAAb}}}}{cc{}}00000008888{{LOnADj}{{I`{KJj}}}}{KJj{{GGj{FLl}}}}{{}Db}000;;;;;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000????????{LOn}{ce{}{}}0000{LOnd}{LOnADj}{M`I`}{{{Ml{BBj}}}{{I`{Mb}}}}`4444{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00077777777`````{{cg}i{}{}{{An{e}}}{}}00008888888888{cCj{}}0000000009999999999;;;;;{MdMd}{MfMf}{MhMh}{MjMj}{{ce}h{}{}}000>>>>>{{}Mf}{{}Mh}{Dbc{}}000000000{Dbh}0000{{MdDf}{{Il{hAAb}}}}{{MfDf}{{Il{hAAb}}}}{{MhDf}{{Il{hAAb}}}}{{MjDf}{{Il{hAAb}}}}{cc{}}000000000{ce{}{}}0000{{MfADj}{{I`{Md}}}}`{{}Db}00002222222222{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}000066666666666{Mf}77777{Mfd}{MfADj}`{MlI`}{{{Ml{BBj}}}{{I`{Mj}}}}`;;;;`{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000>>>>>>>>>>````{{cg}i{}{}{{An{e}}}{}}??{cCj{}}0`{ce{}{}}0;{MnMn}{{ce}h{}{}}2{{}Mn}{Dbc{}}0`{Dbh}{{MnDf}{{Il{hAAb}}}}{cc{}}07{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}<<<``{{{Ml{BBj}}}{{I`{Mn}}}}={c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``{{cg}i{}{}{{An{e}}}{}}01111{cCj{}}000222277{MA`MA`}{MAbMAb}{{ce}h{}{}}055`{Dbc{}}000{Dbh}0{{MA`Df}{{Il{hAAb}}}}{{MAbDf}{{Il{hAAb}}}}{cc{}}000::`{{MAbFLl}IBl}{{}Db}0<<<<{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0{ce{}{}}00000`{{{Ml{BBj}}}{{I`{MA`}}}}{{{Ml{BBj}}}{{I`{MAb}}}}22{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}05555```{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077`8{JOnJOn}{{ce}h{}{}}9{Dbc{}}0{Dbh}{{JOnJOn}d}{{JOnDf}{{Il{hAAb}}}}{cc{}}0>{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}000{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33{JOn{{I`{JOf}}}}``{{cg}i{}{}{{An{e}}}{}}55{cCj{}}0667{K`K`}{{ce}h{}{}}8{Dbc{}}0{Dbh}{{K`K`}d}{{K`Df}{{Il{hAAb}}}}{cc{}}0=`{{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00`0{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33{K`{{I`{JOh}}}}```````````{{{Nf{c}}}{{Jn{{MAd{c}}}}}{}}{{cg}i{}{}{{An{e}}}{}}00066666666{cCj{}}0000000{e{{Nf{c}}}{}{{Oh{}{{Of{{Nf{c}}}}}}}}88888888{{iObHDdg}{{HDh{ceg}}}{}{}CKd{{K`{{CJn{ceg}}}}}}::::`{O`O`}{{ce}h{}{}}`;;;;{{}HDf}{{}O`}{Dbc{}}0000000`{{{HDh{ceg}}Db}CKh{}{}CKd}{{{HDh{ceg}}geCKlCKn}CLn{}{}CKd}{HDfh}0{Dbh}000{{O`O`}d}{{ce}d{}{}}0033`{{{HDh{ceg}}CLf}{{I`{CKb}}}{}{}CKd}{{{Nf{c}}Df}{{Il{hAAb}}}{}}{{HDfDf}{{Il{hAAb}}}}{{O`Df}{{Il{hAAb}}}}`{cc{}}0000000{ce{}{}}000{{O`c}hGCb}{{}Db}00022222222{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}000{{{HDh{ceg}}}HDd{}{}CKd}{{c{Cl{e}}}g{}{}{}}000777777777777`{HDfh}0{{HDfc}hJj}{{{Nf{c}}g}{{Nf{e}}}{}{}{{ABj{c}{{Ch{e}}}}CJfNdDl}}{{}HDf}{{}{{Nf{c}}}{}}{{{HDh{ceg}}gCMf}h{}{}CKd}`{HDf{{Jn{Jl}}}}{{ei}{{Nf{g}}}{}{{Oj{}{{Ch{c}}}}CJf}{}{{Bb{c}{{Ch{g}}}}CJf}}`{{{HDh{ceg}}Obg}{{HDh{ceg}}}{}{}CKd}88{{ei}{{Nf{g}}}{}{{DAd{}{{Of{c}}}}CJf}{}{{ABj{c}{{Ch{g}}}}CJf}}{{{MAd{c}}}{{Nf{c}}}{}}::```{ce{}{}}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00033333333{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}g}{{Nf{g}}}{CKdFOl}{}{JjGl}}{{{HDh{ceg}}{Ml{CM`}}CKngCLb{Jn{c}}}{{Lf{MAf{Jn{CMd}}}}}{}{}CKd}{HDfh}0`{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}}{{CJn{gec}}}{CKdFOl}{}{JjGl}}11`{e{{Nf{c}}}{}{{CMf{c}}}}`{ElO`}`````````{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0;;{{c{Cl{e}}}g{}{}{}}<{Dbc{}}0{Dbh}{{{MAh{c}}Df}{{Il{hAAb}}}{}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8333{{{MAh{c}}g}{{MAh{e}}}{}{}{{ABj{c}{{Ch{e}}}}CJfNd}}{e{{Nf{c}}}{}{{ABj{{I`{Jl}}}{{Ch{c}}}}}}{g{{Nf{e}}}{DjGlNd}{}{{ABj{{I`{c}}}{{Ch{e}}}}}}10{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99{Jl{{Nf{c}}}{}}{c{{Nf{e}}}{GjNdGl}{}}10```````````{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0=={{c{Cl{e}}}g{}{}{}}{{Dbg}{{Nf{c}}}CJf{{Oj{}{{Ch{h}}}}CJf}{{Bb{{EDn{c}}}{{Ch{e}}}}CJf}}?{Dbc{}}0{Dbh}{{{MAd{c}}Df}{{Il{hAAb}}}{}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}9333{{{MAd{c}}g}{{MAd{e}}}{}{}{{ABj{c}{{Ch{e}}}}CJfNd}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77````?77>>77=7;;:{{{MAj{c}}Df}{{Il{hAAb}}}{}}9987886{{{Id{c}}}{{Id{Cj}}}{}}6?999{{{MAj{c}}g}{{MAj{e}}}{}{}{{ABj{c}{{Ch{e}}}}CJfNd}}55543::``````{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<{{c{Cl{e}}}g{}{}{}}={Dbc{}}0{Dbh}{{}{{Nf{c}}}{}}{{{MAl{c}}Df}{{Il{hAAb}}}{}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}9333{{{MAl{c}}g}{{MAl{e}}}{}{}{{ABj{c}{{Ch{e}}}}CJfNd}}{g{{Nf{e}}}{DjGlNd}{}{{ABj{{I`{c}}}{{Ch{e}}}}}}{{CMj{Jn{CMl}}}{{Nf{c}}}{}}{CMn{{Nf{c}}}{}}{{d{I`{CNb}}{I`{{Ib{Cj}}}}{Ib{Gj}}CMn}{{Nf{c}}}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}};;````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0000<<<<<<<<<<{cCj{}}000000000=========={{c{Cl{e}}}g{}{}{}}0000{CI`CI`}{MAnMAn}{MB`MB`}{MBbMBb}{MBdMBd}{{ce}h{}{}}0000{ce{}{}}0000{{}MAn}{{}MB`}{{}MBb}{{}MBd}{Dbc{}}000000000{Dbh}0000{{CI`CI`}d}{{MAnMAn}d}{{MB`MB`}d}{{MBbMBb}d}{{MBdMBd}d}{{ce}d{}{}}00000000000000`{{CI`Df}{{Il{hAAb}}}}{{MAnDf}{{Il{hAAb}}}}{{MB`Df}{{Il{hAAb}}}}{{MBbDf}{{Il{hAAb}}}}{{MBdDf}{{Il{hAAb}}}}{cc{}}000000000{ce{}{}}0000{{MAnc}hGCb}{{MB`c}hGCb}{{MBbc}hGCb}{{MBdc}hGCb}{{}Db}00005555555555{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}0000999999999999999{c{{Nf{{Il{hCI`}}}}}{{K`{{Aj{{Ml{BBj}}}}}}}}``:::::{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}0000==========````````````````````{{cg}i{}{}{{An{e}}}{}}000{{}EMf}{EMfd}{ce{}{}}0000000{cCj{}}0000000{EMd{{EMd{El}}}}{{EMfEMf}EMf}{{EMfEMf}h}10{EMfM`}02155555555===={{{EMd{c}}}{{EMd{c}}}Dl}{MBfMBf}{MBhMBh}{EMfEMf}{{ce}h{}{}}000{{{EMd{c}}{EMd{c}}}HfHOn}<{{ce}Hf{}{}}3<<<<{{EMfEMf}d}>?{Dbc{}}0000000{c{{Il{{EMd{e}}}}}AdAM`}<{Dbh}000{{}EMf}{{{EMd{c}}{EMd{c}}}dFd}{{MBfMBf}d}{{MBhMBh}d}7{{ce}d{}{}}00000000000{{EMfc}h{{Oh{}{{Of{EMf}}}}}}{{{EMd{c}}Df}{{Il{hAAb}}}Jj}{{MBfDf}{{Il{hAAb}}}}{{MBhDf}{{Il{hAAb}}}}{{EMfDf}{{Il{hAAb}}}}0000{cc{}}0000000{M`{{I`{EMf}}}}{M`EMf}00{cEMf{{Oh{}{{Of{EMf}}}}}}{El{{I`{EMf}}}}{ce{}{}}000{{{EMd{c}}e}hAA`GCb}{{}Db}000{{EMfEMf}h}{{EMfEMf}EMf}{{EMfEMf}d}55555555{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}00099999999{EMf}::::{EMfd}0{EMf{{GCd{EMf}}}}{EMf{{GCf{EMf}}}}2{EMfEMf}{{{EMd{c}}{EMd{c}}}{{I`{Hf}}}BEb}<{{{EMd{c}}e}IlABdAf}{{EMfEMfd}h}6=>={ce{}{}}000?{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00033333333{{EMfEMf}EMf}````````{{cg}i{}{}{{An{e}}}{}}55{cCj{}}066?6{Dbc{}}0{{{MBj{ceg}}geCKlCKfCKn}h{}{}CKd}{Dbh}{cc{}}0:{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}>>>{{{MBj{ceg}}CKfgCLh}d{}{}CKd}{{{MBj{ceg}}gObCLhCLj}CLl{}{}CKd}{{{MBj{ceg}}CKfCKnCL`g}CLn{}{}CKd}{{{CMh{ceg}}}{{MBj{ceg}}}{}{}CKd}{{{MBj{ceg}}CM`CKfCKngCLb{CMb{c}}}CMd{}{}CKd}{{{MBj{ceg}}CKfgCMf}h{}{}CKd}{{{MBj{ceg}}}CLh{}{}CKd}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0`````{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022=2{Dbc{}}0{Dbh}{cc{}}05{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}999{{{MBl{c}}}dGN`}{{{MBl{c}}}CLnGN`}{{LdcObHDf}{{MBl{c}}}GN`}{{{MBl{c}}LdeObHDf}hGN`{{BIn{}{{Of{{Ib{CMf}}}}}}}}{{{MBl{c}}}cGN`}{{{MBl{c}}CM`}hGN`}{{{MBl{c}}}hGN`}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}g}{{Nf{g}}}{CKdFOl}{}{JjGl}}{{{MBl{c}}LdObCKnCKlCLbHDf}{{Lf{{Jn{CM`}}{Jn{MAd}}}}}GN`}{{{GN`{}{{CNn{c}}{CIn{e}}{Kj{g}}}}}{{CJn{gec}}}{CKdFOl}{}{JjGl}}```{{cg}i{}{}{{An{e}}}{}}04444{cCj{}}0005555{{c{Cl{e}}}g{}{}{}}0{MBnMBn}{{ce}h{}{}}88``{Dbc{}}000{Dbh}0{{{MC`{c}}Df}{{Il{hAAb}}}{}}{{MBnDf}{{Il{hAAb}}}}{cc{}}000==``{{}Db}0>>>>{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0;;{ce{}{}}00000{{{MC`{c}}g}{{MC`{e}}}{}{}{{ABj{c}{{Ch{e}}}}CJfNd}}``````1{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}04444`````{{cg}i{}{}{{An{e}}}{}}05555{cCj{}}0006666{{c{Cl{e}}}g{}{}{}}0{MAfMAf}{{ce}h{}{}}99{{}HDd}{Dbc{}}000{Dbh}0{{HDdDf}{{Il{hAAb}}}}{{MAfDf}{{Il{hAAb}}}}{cc{}}000??{{}Db}0{ce{}{}}000{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0==333333:3{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}06666``````````````````````````{{cg}i{}{}{{An{e}}}{}}00777777{cCj{}}00000{GMj{{Ml{BBj}}}}999999`{{c{Cl{e}}}g{}{}{}}00{{LdDn}{{Nf{c}}}{}}{{LdGMd}{{Nf{c}}}{}}{{LdGMf}{{Nf{c}}}{}}{GMjGMj}{LdLd}{{ce}h{}{}}0{Ld{{Nf{c}}}{}}{{LdLd}Hf}{{ce}Hf{}{}}{ce{}{}}00{{GMj{CL`{M`}}}{{Il{GMjMCb}}}}{Dbc{}}000005{Dbh}00{{LdLd}d}{{ce}d{}{}}00{{Lde}{{Nf{c}}}{}{{Bb{Al}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{d}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{{I`{d}}}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{GMf}{{Ch{c}}}}}}{{Lde}{{Nf{c}}}{}{{Bb{Ob}{{Ch{c}}}}}}{{{MCd{c}}Df}{{Il{hAAb}}}{}}{{GMjDf}{{Il{hAAb}}}}{{LdDf}{{Il{hAAb}}}}{{}{{Mh{{Lf{LdDAj}}}}}}{cc{}}00000???{Ld{{Nf{c}}}{}}{{Ldc}hGCb}{{}Db}00{ce{}{}}00000{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00444444444{{{MCd{c}}g}{{MCd{e}}}{}{}{{ABj{c}{{Ch{e}}}}CJfNd}}{{Ldd}{{Nf{c}}}{}}0{{LdCLh}{{Nf{c}}}{}}{{{Jn{BBj}}{Ob{M`}}}GMj}{{LdLd}{{I`{Hf}}}}{{Ld{I`{GMh}}}{{Nf{c}}}{}}{{LdOb}{{Nf{c}}}{}}`{{Lde}{{Nf{c}}}{}{{Bb{GMj}{{Ch{c}}}}Gl}}?`{GMl{{Lf{Ld{Nf{c}}}}}{}}=={Ld{{Nf{c}}}{}}0{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{{}Ld}````{{cg}i{}{}{{An{e}}}{}}22{cCj{}}033`{{c{Cl{e}}}g{}{}{}}4{Dbc{}}0{Dbh}{{MCbDf}{{Il{hAAb}}}}0{cc{}}08{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8<<<`{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``````````{{CJjd}Af}{CJjj}{{CJjd}n}{CJjAd}{{CJjd}f}{CJjAh}{CJjl}{CJjA`}{CJjAl}5{{cg}i{}{}{{An{e}}}{}}{CJjBd}{CJjBn}{CJjBf}{CJjCb}{CJjBj}{CJjBl}{CJjBh}`{ce{}{}}0{cCj{}}011`{{c{Cl{e}}}g{}{}{}}`{CJjCJj}{{ce}h{}{}}4`{{JlMCf}CJj}{{JlMCfc}CJj{{Bb{MCf}{{Ch{MCh}}}}}}{{}CJj}{Dbc{}}0{CJjAh}{CJjAl}{CJjl}{CJjDd}0{CJjAd}{CJjA`}1{Dbh}{{CJjCJj}d}{CJjMCh}{{CJjDf}{{Il{hAAb}}}}078{cc{}}0{ce{}{}}{{CJjd}Af}<:{CJjBf}{{CJjd}Ad}{{CJjd}n}>{{CJjd}f}{CJjj}<3{CJjHl}{CJj{{I`{Hn}}}}{{}Db}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}===`{CJjMCf}``6{CJjDd}0{CJjAh}````11`````{ce{}{}}{cABf{}}{cJl{}}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}5577```{{cg}i{}{}{{An{e}}}{}}{{{CJb{}{{GAj{c}}}}c}BjG`}77{cCj{}}0`88<{BjBj}{{ce}h{}{}}:{Dbc{}}0{Dbh}{{BjBj}d}{{BjDf}{{Il{hAAb}}}}{cc{}}0?`{{}Db}{ce{}{}}0{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}444`4{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}77```{{{GDh{}{{GAj{c}}}}c}AhG`}{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0`````::6{AhAh}{{ce}h{}{}}<{{}Ah}{Dbc{}}06{Dbh}{{AhDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}:`{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555?```5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```{{{GE`{}{{GAj{c}}}}cd}AfG`}{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0``;;6{AfAf}{{ce}h{}{}}={Dbc{}}0{Dbh}{{AfDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}9`{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555`5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```{{cg}i{}{}{{An{e}}}{}}{{{GF`{}{{GAj{c}}}}c}BnG`}::{cCj{}}0``;;6{BnBn}{{ce}h{}{}}={{}Bn}{Dbc{}}0{Dbh}{{BnDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}`{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555``5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88{{Bnc}Bn{{K`{Ih}}}}{{Bnce}Bn{{K`{Dd}}}{{K`{FOn}}}}```{{cg}i{}{}{{An{e}}}{}}{{{GDd{}{{GAj{c}}}}c}Bh{G`Dl}}<<{cCj{}}0``==8{BhBh}{{ce}h{}{}}?{Dbc{}}0{Dbh}{{BhDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555```5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88````{{cg}i{}{}{{An{e}}}{}}09999{cCj{}}000``::::55{HlHl}{HnHn}{{ce}h{}{}}0`=={Dbc{}}000{Dbh}0{{HnHn}d}{{HlDf}{{Il{hAAb}}}}{{HnDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{{GKl{}{{GAj{c}}}}c}HlG`}{{{GKl{}{{GAj{c}}}}c}{{I`{Hn}}}G`}{{}Db}03333{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0777777577{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0::::````{{{GGf{}{{GAj{c}}}}c}j{G`Dl}}{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0``==6{jj}{{ce}h{}{}}?{Dbc{}}0{Dbh}{{jDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}`9{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555``5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```{{cg}i{}{}{{An{e}}}{}}{{{GGn{}{{GAj{c}}}}c}CbG`}::{cCj{}}0```;;6{CbCb}{{ce}h{}{}}={Dbc{}}0{Dbh}{{CbDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}5555{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88```{{{GHd{}{{GAj{c}}}}cd}nG`}{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0```;;6{nn}{{ce}h{}{}}={Dbc{}}0`{Dbh}{{nDf}{{Il{hAAb}}}}{cc{}}0{ce{}{}}9{{}Db}11{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}555`5{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}88````````{{cg}i{}{}{{An{e}}}{}}0{{{GFd{}{{GAj{c}}}}c}BlG`}::::{cCj{}}000;;;;66{BlBl}{MCjMCj}{{ce}h{}{}}0`>>{Dbc{}}000{Dbh}0{{MCjMf}{{Lf{MfMf}}}}`{{BlDf}{{Il{hAAb}}}}{{MCjDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555`55{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}08888`````{{{GGh{}{{GAj{c}}}}c}AdG`}0{{cg}i{}{}{{An{e}}}{}}0::::{cCj{}}000```;;;;66{AdAd}{MClMCl}{{ce}h{}{}}0`>>{Dbc{}}00066{Dbh}0{{AdDf}{{Il{hAAb}}}}{{MClDf}{{Il{hAAb}}}}{cc{}}000{ce{}{}}0{{{GGh{}{{GAj{c}}}}cd}AdG`}0{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0666666`66{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999````````````{{{GHn{}{{GAj{c}}}}c}A`G`}{{cg}i{}{}{{An{e}}}{}}00000;;;;;;;;;;;;{cCj{}}00000000000```<<<<<<<<<<<<`666666{A`A`}{MCnMCn}{MD`MD`}{MDbMDb}{MDdMDd}{MDfMDf}{{ce}h{}{}}00000```{ce{}{}}00000{Dbc{}}00000000000;{Dbh}00000{{A`Df}{{Il{hAAb}}}}{{MCnDf}{{Il{hAAb}}}}{{MD`Df}{{Il{hAAb}}}}{{MDbDf}{{Il{hAAb}}}}{{MDdDf}{{Il{hAAb}}}}{{MDfDf}{{Il{hAAb}}}}{cc{}}00000000000999999`{{{GHn{}{{GAj{c}}}}c}A`G`}{{}Db}00000;;;;;;;;;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000??????????????????``??????{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000{ce{}{}}00000000000``````````{{cg}i{}{}{{An{e}}}{}}{{{GIb{}{{GAj{c}}}}c}BfG`}22{cCj{}}0337{BfBf}{{ce}h{}{}}`5{{}Bf}{Dbc{}}0{Dbh}{{BfDf}{{Il{hAAb}}}}{cc{}}0:8{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}????{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0```{{{GIl{}{{GAj{c}}}}c}lG`}{{cg}i{}{}{{An{e}}}{}}22{cCj{}}0``337{ll}{{ce}h{}{}}5{Dbc{}}05{{{GIl{}{{GAj{c}}}}c}DdG`}{Dbh}{{lDf}{{Il{hAAb}}}}8{cc{}}0:9{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}???88?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0<```{{{GEj{}{{GAj{c}}}}c}AlG`}{{cg}i{}{}{{An{e}}}{}}22{cCj{}}0``337{AlAl}{{ce}h{}{}}5{Dbc{}}05{{{GEj{}{{GAj{c}}}}c}DdG`}{Dbh}{{AlDf}{{Il{hAAb}}}}8{cc{}}0:9`{{}Db};;{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}???88?{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0<`````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000011111111111111111111111111111111111111{cCj{}}0000000000000000000000000000000000000`222222222222222222222222222222222222226666666666666666666{MCfMCf}{MDhMDh}{MDjMDj}{MDlMDl}{MDnMDn}{{ce}h{}{}}00008888888888888888888{cME`{{GDh{}{{GAj{CJj}}}}}}{cMEb{{GGh{}{{GAj{CJj}}}}}}{{{DAl{CJj}{{Ch{Bf}}}}}MEd}`{{}CJh}{{}ME`}{{}MEf}{{}MEh}{{}MEj}{{}MDj}{{}MDl}{{}MEl}{{}MEn}{{}MF`}{{}MFb}{{}MFd}{{}MEd}{{}MEb}{{}MDn}{{}MFf}{{}MFh}{Dbc{}}0000000000000000000000000000000000000{Dbh}000000000000000000{{MCfMCf}d}{{MDhMDh}d}{{MCfDf}{{Il{hAAb}}}}{{MDhDf}{{Il{hAAb}}}}0{cc{}}00{cCJh{{ABj{CJj}{{Ch{Bj}}}}}}11{cMEh{{ABj{CJj}{{Ch{Bn}}}}}}2{BnMEh}33{MDlMDj}4444{cMFb{{ABj{CJj}{{Ch{Cb}}}}}}55{cMFd{{ABj{CJj}{{Ch{Bl}}}}}}666{DdMDn}777777777777777777777{ce{}{}}000000000000000000{{}Db}00000000000000000011111111111111111111111111111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000555555555555555555555555555555555555555555555555555555555{{JlMCf}MDh}````66666{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000{cJ`{}}000000000000000000;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{JlMCfc}MDh{{Bb{MCf}{{Ch{MCh}}}}}}``````````{{cg}i{}{}{{An{e}}}{}}000000=============={cCj{}}0000000000000```````>>>>>>>>>>>>>>9999999{MChMCh}{MFjMFj}{MFlMFl}{MFnMFn}{MG`MG`}{MGbMGb}{MGdMGd}{{ce}h{}{}}000000`{ce{}{}}000000``{Dbc{}}0000000000000{Dbh}000000{{MChMCh}d}{{MFjMFj}d}{{MFlMFl}d}{{MFnMFn}d}{{MG`MG`}d}{{MGbMGb}d}{{MGdMGd}d}{{MChDf}{{Il{hAAb}}}}{{MFjDf}{{Il{hAAb}}}}{{MFlDf}{{Il{hAAb}}}}{{MFnDf}{{Il{hAAb}}}}{{MG`Df}{{Il{hAAb}}}}{{MGbDf}{{Il{hAAb}}}}{{MGdDf}{{Il{hAAb}}}}{cc{}}0000000000000{ce{}{}}000000{MCfMCh}{{DdDdDd}MFn}{{DdDd}MG`}{{DdDdDd}MGb}{{DdDdDd}MGd}`{{}Db}00000066666666666666{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000:::::::::::::::::::::`{{DdDd}MFj}{{DdDd}MFl}````````````<<<<<<<{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}000000??????????????````````{{{GJd{}{{GAj{c}}}}cd}fG`}{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0```119{ff}{{ce}h{}{}}3{Dbc{}}0{Dbh}{{fDf}{{Il{hAAb}}}}``{cc{}}07``9{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}<<<<{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}??```````````````````{{cg}i{}{}{{An{e}}}{}}00000{ce{}{}}00000000000{cCj{}}00000000000111111111111666666{MGfcMGf}{{{MGh{c}}}{{MGh{e}}}MGfMGf}{{{HE`{c}}}{{HE`{e}}}MGfMGf}{{{MGj{c}}}{{MGj{e}}}MGfMGf}{{{MGl{c}}}{{MGl{e}}}MGfMGf}{{cccNl}MGn{{K`{MGn}}}}{{{MGh{c}}}{{MGh{c}}}Dl}{{{HE`{c}}}{{HE`{c}}}Dl}{{{MGj{c}}}{{MGj{c}}}Dl}{{{MGl{c}}}{{MGl{c}}}Dl}{MGnMGn}{HFbHFb}{{ce}h{}{}}00000{{{MGh{c}}{MGh{c}}}HfHOn}{{{HE`{c}}{HE`{c}}}HfHOn}{{{MGj{c}}{MGj{c}}}HfHOn}{{{MGl{c}}{MGl{c}}}HfHOn}{{ce}Hf{}{}}000{ce{}{}}00000{{}{{MGh{c}}}G`}{{}{{HE`{c}}}G`}{{}{{MGj{c}}}G`}{{}{{MGl{c}}}G`}{Dbc{}}00000000000{Dbh}00000{{{MGh{c}}{MGh{c}}}dFd}{{{HE`{c}}{HE`{c}}}dFd}{{{MGj{c}}{MGj{c}}}dFd}{{{MGl{c}}{MGl{c}}}dFd}{{MGnMGn}d}{{HFbHFb}d}{{ce}d{}{}}00000000000{{{MGh{c}}Df}{{Il{hAAb}}}Jj}{{{HE`{c}}Df}{{Il{hAAb}}}Jj}{{{MGj{c}}Df}{{Il{hAAb}}}Jj}{{{MGl{c}}Df}{{Il{hAAb}}}Jj}{{MGnDf}{{Il{hAAb}}}}{{HFbDf}{{Il{hAAb}}}}{cc{}}{{{ADf{c}}}{{MGh{e}}}MGfMGf}{{{Lf{cc}}}{{MGh{e}}}MGfMGf}{{{ADf{c}}}{{HE`{e}}}MGfMGf}3{{{Lf{cc}}}{{HE`{e}}}MGfMGf}4{{{Lf{cc}}}{{MGj{e}}}MGfMGf}{{{ADf{c}}}{{MGj{e}}}MGfMGf}6{{{ADf{c}}}{{MGl{e}}}MGfMGf}{{{Lf{cc}}}{{MGl{e}}}MGfMGf}8{{{MGj{c}}}MGnMGf}{{{MGl{c}}}MGnMGf}{{{MGh{c}}}HFbMGf};{{{HE`{c}}}HFbMGf}<<<<<<{NlMGf}{{eNl}{{HE`{g}}}MGf{{K`{{MGh{c}}}}}MGf}{{eNl}{{MGl{g}}}MGf{{K`{{MGj{c}}}}}MGf}{{eNl}{{MGh{g}}}MGf{{K`{{HE`{c}}}}}MGf}{{eNl}{{MGj{g}}}MGf{{K`{{MGl{c}}}}}MGf}{ce{}{}}00000{{{MGh{c}}e}hAA`GCb}{{{HE`{c}}e}hAA`GCb}{{{MGj{c}}e}hAA`GCb}{{{MGl{c}}e}hAA`GCb}``{{}Db}00000555555555555{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000999999999999999999{{cc}{{MGh{c}}}{}}{{cc}{{HE`{c}}}{}}{{cc}{{MGj{c}}}{}}{{cc}{{MGl{c}}}{}}{cMGn{{K`{MGn}}}}{cHFb{{K`{HFb}}}}{{{MGh{c}}{MGh{c}}}{{I`{Hf}}}BEb}{{{HE`{c}}{HE`{c}}}{{I`{Hf}}}BEb}{{{MGj{c}}{MGj{c}}}{{I`{Hf}}}BEb}{{{MGl{c}}{MGl{c}}}{{I`{Hf}}}BEb}{{{HE`{c}}Nl}{{MGh{e}}}MGfMGf}{{{MGl{c}}Nl}{{MGj{e}}}MGfMGf}{{MGnNl}{{MGj{c}}}MGf}{{HFbNl}{{MGh{c}}}MGf}{ce{}{}}00000{{{MGh{c}}Nl}{{HE`{e}}}MGfMGf}{{{MGj{c}}Nl}{{MGl{e}}}MGfMGf}{{MGnNl}{{MGl{c}}}MGf}{{HFbNl}{{HE`{c}}}MGf}{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000777777777777{Nld}``````````````````{{cg}i{}{}{{An{e}}}{}}00099999999{cCj{}}0000000::::::::{{c{Cl{e}}}g{}{}{}}000{MH`MH`}{{ce}h{}{}}===={Dbc{}}0000000{Dbh}000{{MHbDf}{{Il{hAAb}}}}0{{MH`Df}{{Il{hAAb}}}}0{{MHdDf}{{Il{hAAb}}}}0{{MHfDf}{{Il{hAAb}}}}0{cc{}}000{MHdMHf}1111{ce{}{}}000{{}Db}00011111111{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000????4444444444444{cABf{}}000{cJl{}}000{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00099999999``````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000::::::::::::::::::::::::::::::::::::{cCj{}}00000000000000000000000000000000000;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{c{Cl{e}}}g{}{}{}}00000000000000000{{{MHh{c}}}{{MHh{c}}}Dl}{MHjMHj}{MHlMHl}{MHnMHn}{HDlHDl}{MI`MI`}{MIbMIb}{MIdMId}{MIfMIf}{MIhMIh}{MIjMIj}{MIlMIl}{HFdHFd}{MInMIn}{MJ`MJ`}{HEjHEj}{MJbMJb}{MJdMJd}{{ce}h{}{}}00000000000000000{{MI`MI`}Hf}{{HEjHEj}Hf}{{ce}Hf{}{}}0{ce{}{}}00000000000000000{{}MIh}{Dbc{}}00000000000000000000000000000000000`{Dbh}00000000000000000{{}MI`}{{{MHh{c}}{MHh{c}}}dFd}{{MHjMHj}d}{{MHlMHl}d}{{MHnMHn}d}{{HDlHDl}d}{{MI`MI`}d}{{MIbMIb}d}{{MIdMId}d}{{MIfMIf}d}{{MIhMIh}d}{{MIjMIj}d}{{MIlMIl}d}{{HFdHFd}d}{{MInMIn}d}{{MJ`MJ`}d}{{HEjHEj}d}{{MJbMJb}d}{{MJdMJd}d}{{ce}d{}{}}00000000000000000000000000000000{{{MHh{c}}Df}{{Il{hAAb}}}Jj}{{MHjDf}{{Il{hAAb}}}}{{MHlDf}{{Il{hAAb}}}}{{MHnDf}{{Il{hAAb}}}}{{HDlDf}{{Il{hAAb}}}}{{MI`Df}{{Il{hAAb}}}}{{MIbDf}{{Il{hAAb}}}}{{MIdDf}{{Il{hAAb}}}}{{MIfDf}{{Il{hAAb}}}}{{MIhDf}{{Il{hAAb}}}}{{MIjDf}{{Il{hAAb}}}}{{MIlDf}{{Il{hAAb}}}}{{HFdDf}{{Il{hAAb}}}}{{MInDf}{{Il{hAAb}}}}{{MJ`Df}{{Il{hAAb}}}}{{HEjDf}{{Il{hAAb}}}}{{MJbDf}{{Il{hAAb}}}}{{MJdDf}{{Il{hAAb}}}}`{cc{}}000000000{HDjMIh}11111111111111111111111111{ce{}{}}00000000000000000{{MI`c}hGCb}{{MIdc}hGCb}{{MIfc}hGCb}{{MIjc}hGCb}{{MIlc}hGCb}{{MJ`c}hGCb}{{HEjc}hGCb}`{{}Db}00000000000000000888888888888888888888888888888888888{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000000{{{If{c}}}{{If{Cj}}}{}}00000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<{MJ`d}{MIfHEh}{MIhMJf}0```00{{{MHh{c}}}{{Il{{MHh{e}}{MHh{c}}}}}{}{}}{MInNl}{{MI`MI`}{{I`{Hf}}}}{{HEjHEj}{{I`{Hf}}}}```44`{{MJd{MGl{M`}}}{{Il{hMHb}}}}55{MIhHDj}```{MIf{{I`{El}}}}{ce{}{}}00000000000000000{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000{cJ`{}}00000000000000000333333333333333333333333333333333333`````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000004444444444444444{cCj{}}000000000000000{{{MJh{c}}}MJj{}}{{{MJh{c}}}CEj{}}{{{MJl{c}}}{{`{{BIn{}{{Of{HEb}}}}}}}{}}8888888888888888{{{MJn{c}}}{{Il{{MJh{c}}MHf}}}{}}{{c{Cl{e}}}g{}{}{}}0000000{{{HD`{c}}}{{HD`{c}}}{}}{MK`MK`}{{{MKb{c}}}{{MKb{c}}}Dl}{MKdMKd}{MKfMKf}{{ce}h{}{}}0000{{MKdMKd}Hf}{{ce}Hf{}{}}{ce{}{}}0000000{{{MJl{c}}}MK`{}}{{{MJh{c}}}{{HD`{c}}}{}}{{}{{MJn{c}}}G`}{{}MK`}{{}MKd}{Dbc{}}{{{MJh{c}}}{{MJl{c}}}{}}111111111111111{{{MJh{c}}}{{Il{MKhMKj}}}{}}{{{MJl{c}}}{{Il{MKhMKj}}}{}}{Dbh}0000000{{MK`MK`}d}{{{MKb{c}}{MKb{c}}}dFd}{{MKdMKd}d}{{MKfMKf}d}{{ce}d{}{}}00000000000{{{MJl{c}}}h{}}{{{MJl{c}}}d{}}{{{MJh{c}}Df}{{Il{hAAb}}}{}}{{{MJl{c}}Df}{{Il{hAAb}}}{}}{{{HD`{c}}Df}{{Il{hAAb}}}{}}{{MK`Df}{{Il{hAAb}}}}{{{MKb{c}}Df}{{Il{hAAb}}}{}}{{{MKb{c}}Df}{{Il{hAAb}}}Jj}{{MKdDf}{{Il{hAAb}}}}{{MKfDf}{{Il{hAAb}}}}{cc{}}000000000000000{ce{}{}}0000000{{{MKb{c}}e}hAA`GCb}{{MKdc}hGCb}{{}Db}00000003333333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}0000000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}0000000{{c{Cl{e}}}g{}{}{}}0000000777777777777777777777777{{{MJl{c}}}d{}}0{{{MJl{c}}MKd}h{}}{{}{{Il{{MJh{h}}MHf}}}}{{}{{MJn{h}}}}{{MKdMKd}{{I`{Hf}}}}{{{MJl{c}}}{{I`{HEb}}}{}}{{{MJh{c}}{I`{DAh}}e}MKl{}{{Cd{MHhMJl}}}}{c{{Il{MKnMKj}}}{}}0{{{MJl{c}}}{{I`{ML`}}}{}}{{{MJh{c}}e}{{Il{hMHf}}}{}{{Cd{{MHh{c}}{MJl{c}}}}}}{{{MJh{c}}e}{{Il{hMHf}}}{}{{Cd{MHhMJl}}}}{{{HD`{c}}c}{{Il{h{MKb{c}}}}}{}}{{{MJl{c}}MK`}h{}}{ce{}{}}0000{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000{c{{Il{e{In{e}}}}}{}{}}0000000{cJ`{}}00000005555555555555555{DAhMK`}{{{MJn{c}}d}{{MJn{c}}}{}}0{{}{{Il{{MJh{c}}MHf}}}{}}{{}{{MJn{c}}}{}}{{{MJn{c}}}{{MJn{c}}}{}}0`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000000{{}HDj}{HDjd}===================={cCj{}}0000000000000000000{ABfEl}{HEh{{HEh{El}}}}1{{HDjHDj}HDj}{{HDjHDj}h}10{HDjM`}021{ce{}{}}50000000000000000000{{c{Cl{e}}}g{}{}{}}000000000{ABfABf}{MLbMLb}{MLdMLd}{MLfMLf}{MLhMLh}{MLjMLj}{{{HEh{c}}}{{HEh{c}}}Dl}{MLlMLl}{HDjHDj}{MJfMJf}{{ce}h{}{}}000000000{{ABfABf}Hf}{{MLbMLb}Hf}{{MLdMLd}Hf}{{MLfMLf}Hf}{{MLhMLh}Hf}{{MLjMLj}Hf}{{{HEh{c}}{HEh{c}}}HfHOn}{{HDjHDj}Hf}{{ce}Hf{}{}}0000000;{ce{}{}}000000000{{HDjHDj}d}{HDjd}{{}ABf}{{}HDj}{{}MJf}{Dbc{}}{ABfEl}1111111111111111111{{HDjHDj}HDj}{Dbh}0000000005{{ABfJl}d}{{ABfEl}d}{{ABfABf}d}12{{MLbMLb}d}{{MLbMLd}d}{{MLbMLf}d}{{MLd{HEh{c}}}d{}}{{MLdMLd}d}{{MLdMLb}d}{{MLfMLb}d}{{MLfMLh}d}{{MLfMLf}d}{{MLhMLf}d}{{MLhMLh}d}{{MLjMLj}d}{{{HEh{c}}{HEh{c}}}dFd}{{{HEh{c}}MLj}d{}}{{{HEh{c}}El}d{{Fd{El}}}}0{{{HEh{c}}MLd}d{}}{{MLlMLl}d}{{HDjHDj}d}{{MJfMJf}d}{{ce}d{}{}}00000000000000000000000000000{{HDjc}h{{Oh{}{{Of{HDj}}}}}}{{ABfDf}{{Il{hAAb}}}}0{{MLbDf}{{Il{hAAb}}}}{{MLdDf}{{Il{hAAb}}}}{{MLfDf}{{Il{hAAb}}}}{{MLhDf}{{Il{hAAb}}}}{{MLjDf}{{Il{hAAb}}}}{{{HEh{c}}Df}{{Il{hAAb}}}Jj}{{MLlDf}{{Il{hAAb}}}}{{HDjDf}{{Il{hAAb}}}}0000{{MJfDf}{{Il{hAAb}}}}{ElABf}{{{Ib{El}}}ABf}{{{Aj{El}}}ABf}{JlABf}3{cc{}}1{{{Id{El}}}ABf}11{MLbMLd}{MLbMLf}3{MLhMLf}44{MLjHEh}5{MLdHEh}66{MLnHDj}77777777777{M`{{I`{HDj}}}}{M`HDj}00{cABf{{Oh{}{{Of{Jl}}}}}}{cABf{{Oh{}{{Of{HC`}}}}}}1{cABf{{Oh{}{{Of{El}}}}}}{cHDj{{Oh{}{{Of{HDj}}}}}}{El{{I`{HDj}}}}{M`MLf}0{ce{}{}}000000000{El{{Il{ABf}}}}{{ABfc}hGCb}{{MLbc}hGCb}{{MLdc}hGCb}{{MLfc}hGCb}{{MLhc}hGCb}{{MLjc}hGCb}{{{HEh{c}}e}hAA`GCb}{{MLlc}hGCb}{{HDjc}hGCb}{{}Db}000000000{{HDjHDj}h}{{HDjHDj}HDj}{{HDjHDj}d}>>>>>>>>>>>>>>>>>>>>{{{Ib{c}}}{{Ib{Cj}}}{}}000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000{{{If{c}}}{{If{Cj}}}{}}000000000{{c{Cl{e}}}g{}{}{}}000000000{ce{}{}}0000000000000000000{HDj}1111111111{HDjd}{ABfd}10{HDj{{GCd{HDj}}}}{HDj{{GCf{HDj}}}}{ABfDb}{cABf{{En{El}}}}{ElABf}{{Db{Ml{BBj}}}ABf}1{HDjHDj}{{ABfABf}{{I`{Hf}}}}{{MLbMLb}{{I`{Hf}}}}{{MLdMLd}{{I`{Hf}}}}{{MLfMLf}{{I`{Hf}}}}{{MLhMLh}{{I`{Hf}}}}{{MLjMLj}{{I`{Hf}}}}{{{HEh{c}}{HEh{c}}}{{I`{Hf}}}BEb}{{HDjHDj}{{I`{Hf}}}}{{HDjHDj}h}{{HDjHDjd}h}{HDjd}{{HDjHDj}HDj}310{ce{}{}}000000000{MLf{{I`{M`}}}}{MLh{{I`{M`}}}}{cABf{}}{ABfJl}{cJl{}}{MLj{{I`{El}}}}{HEh{{I`{El}}}};{c{{Il{e}}}{}{}}00000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000{cJ`{}}000000000::::::::::::::::::::;``{{cg}i{}{}{{An{e}}}{}}0;;;;{cCj{}}000{MM`ADj}===={{c{Cl{e}}}g{}{}{}}0{MM`MM`}{HEbHEb}{{ce}h{}{}}0{{MM`MM`}Hf}{{HEbHEb}Hf}{{ce}Hf{}{}}0{ce{}{}}0{Dbc{}}000{Dbh}0{{MM`MM`}d}{{HEbHEb}d}{{ce}d{}{}}00000{{MM`Df}{{Il{hAAb}}}}0{{HEbDf}{{Il{hAAb}}}}{cc{}}00088{{MM`c}hGCb}{{}Db}0::::{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0>>>>>>{MM`HEb}{HEb{{I`{Jl}}}}{HEbM`}0{{MM`MM`}{{I`{Hf}}}}{{HEbHEb}{{I`{Hf}}}}{HEb{{HE`{CEj}}}}{MM`M`}{HEb{{I`{M`}}}}{HEbNl}{MM`{{MGl{M`}}}}{HEb{{MGl{M`}}}}{ce{}{}}0{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}05555{HEb{{`{{BIn{}{{Of{MM`}}}}}}}}````````{MMbHEh}{MMb{{I`{El}}}}`````{{cg}i{}{}{{An{e}}}{}}99{cCj{}}0::{{c{Cl{e}}}g{}{}{}};{Dbc{}}0{Dbh}{cc{}}0>{{}Db}??{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}7{ce{}{}}00{{{MMf{}{{MMd{c}}}}{I`{DAh}}e}MKl{}{{Cd{{MHh{c}}{MJl{c}}}}}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}44``{{{MMh{}{{MMd{c}}}}e}{{Il{hMHf}}}{}{{Cd{{MHh{c}}{MJl{c}}}}}}`{M`MLf}{MMj{{I`{M`}}}}```{MMl{{I`{ML`}}}}{MMn{{Il{MKfMH`}}}}{{}h}{ML`h}{{MN`ML`}MN`}````````{{cg}i{}{}{{An{e}}}{}}=={cCj{}}0>>{{c{Cl{e}}}g{}{}{}}{MNbMNb}{{ce}h{}{}}{ce{}{}}{Dbc{}}0{Dbh}{{MNbMNb}d}{{ce}d{}{}}00{{MNbDf}{{Il{hAAb}}}}{cc{}}06{{}Db}77{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=:::{MNdd}{MNfM`}<{c{{Il{e}}}{}{}}{El{{Il{MNb}}}}11{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{MNhd}MNh}{{MNjce}MNj{{K`{Jl}}}{{K`{Jl}}}}{MNhMNh}```````````````````````````{{cg}i{}{}{{An{e}}}{}}04444{cCj{}}0005555{{c{Cl{e}}}g{}{}{}}0{MNlMNl}{MNnMNn}{{ce}h{}{}}099{{}MNl}{Dbc{}}000{Dbh}0{{MNlMNl}d}{{ce}d{}{}}00{{MNlDf}{{Il{hAAb}}}}{{MNnDf}{{Il{hAAb}}}}0{cc{}}0{MO`MNn}11{ce{}{}}0{{MNlc}hGCb}{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0666666{MObd}{MOdM`}{{{Ib{ABj}}}h}{MNn{{I`{CFb}}}}::{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0????{{MOfd}MOf}{{MOhc}MOh{{K`{MGn}}}}{{MOhM`}MOh}{{MOhce}MOh{{K`{Jl}}}{{K`{Jl}}}}{{MOhd}MOh}{MOfMOf}{{MOhCEj}MOh}4{{MOh{Jn{MNl}}}MOh}``````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000000000000000000000000000000{{}MKh}0{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000{cCj{}}0000000000000000000000000000000000000000000000000000000000000000000{MKhMKn}{MOjMOl}10``3333130333333333333333333333333333333333333333333333333333333333333333{MKnMKh}{MOlMOj}{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000{MOnMOn}{N`N`}{NbNb}{NdNd}{MKhMKh}{MOjMOj}{NfNf}{NhNh}{NjNj}{NlNl}{NnNn}{NA`NA`}{NAbNAb}{NAdNAd}{NAfNAf}{NAhNAh}{NAjNAj}{NAlNAl}{NAnNAn}{NB`NB`}{NBbNBb}{NBdNBd}{NBfNBf}{NBhNBh}{NBjNBj}{NBlNBl}{NBnNBn}{NC`NC`}{NCbNCb}{NCdNCd}{NCfNCf}{MOlMOl}{MKnMKn}{MKjMKj}{{ce}h{}{}}000000000000000000000000000000000{ce{}{}}000000000000000000000000000000000``{Dbc{}}0000000000000000000000000000000000000000000000000000000000000000000``{NCh{{Il{MKhMKj}}}}{MKh{{Il{MKhMKj}}}}{Dbh}000000000000000000000000000000000{{MOnMOn}d}{{N`N`}d}{{NbNb}d}{{NdNd}d}{{MKhMKh}d}{{MOjMOj}d}{{NfNf}d}{{NhNh}d}{{NjNj}d}{{NlNl}d}{{NnNn}d}{{NA`NA`}d}{{NAbNAb}d}{{NAdNAd}d}{{NAfNAf}d}{{NAhNAh}d}{{NAjNAj}d}{{NAlNAl}d}{{NAnNAn}d}{{NB`NB`}d}{{NBbNBb}d}{{NBdNBd}d}{{NBfNBf}d}{{NBhNBh}d}{{NBjNBj}d}{{NBlNBl}d}{{NBnNBn}d}{{NC`NC`}d}{{NCbNCb}d}{{NCdNCd}d}{{NCfNCf}d}{{MOlMOl}d}{{MKnMKn}d}{{ce}d{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{MOnDf}{{Il{hAAb}}}}{{N`Df}{{Il{hAAb}}}}{{NbDf}{{Il{hAAb}}}}{{NdDf}{{Il{hAAb}}}}{{MKhDf}{{Il{hAAb}}}}{{MOjDf}{{Il{hAAb}}}}{{NfDf}{{Il{hAAb}}}}{{NhDf}{{Il{hAAb}}}}{{NjDf}{{Il{hAAb}}}}{{NlDf}{{Il{hAAb}}}}{{NnDf}{{Il{hAAb}}}}{{NA`Df}{{Il{hAAb}}}}{{NAbDf}{{Il{hAAb}}}}{{NAdDf}{{Il{hAAb}}}}{{NAfDf}{{Il{hAAb}}}}{{NAhDf}{{Il{hAAb}}}}{{NAjDf}{{Il{hAAb}}}}{{NAlDf}{{Il{hAAb}}}}{{NAnDf}{{Il{hAAb}}}}{{NB`Df}{{Il{hAAb}}}}{{NBbDf}{{Il{hAAb}}}}{{NBdDf}{{Il{hAAb}}}}{{NBfDf}{{Il{hAAb}}}}{{NBhDf}{{Il{hAAb}}}}{{NBjDf}{{Il{hAAb}}}}{{NBlDf}{{Il{hAAb}}}}{{NBnDf}{{Il{hAAb}}}}{{NC`Df}{{Il{hAAb}}}}{{NCbDf}{{Il{hAAb}}}}{{NCdDf}{{Il{hAAb}}}}{{NCfDf}{{Il{hAAb}}}}{{MOlDf}{{Il{hAAb}}}}{{MKnDf}{{Il{hAAb}}}}{{MKjDf}{{Il{hAAb}}}}0{cc{}}000000000000000000000000000000{NAhMOl}{NA`MOl}{MOjMOl}{NBnMOl}{NBhMOl}{NdMOl}6{NAdMOl}{NlMOl}{N`MOl}{NB`MOl}{NAlMOl}{NC`MOl}{NBlMOl}{NhMOl}{NCfMOl}{NBdMOl}{NCdMOl}{NAbMKn}{NBjMKn}{NfMKn}{NjMKn}{MKhMKn}{cc{}}{NAfMKn}{NAjMKn}{NAnMKn}{NCbMKn}{NbMKn}{MOnMKn}{NBfMKn}{NBbMKn}{NnMKn}99999999999999999999999999999999999{ce{}{}}000000000000000000000000000000000``{MOjGC`}{{}MKh}{{MOnc}hGCb}{{N`c}hGCb}{{Nbc}hGCb}{{Ndc}hGCb}{{MKhc}hGCb}{{MOjc}hGCb}{{Nfc}hGCb}{{Nhc}hGCb}{{Njc}hGCb}{{Nlc}hGCb}{{Nnc}hGCb}{{NA`c}hGCb}{{NAbc}hGCb}{{NAdc}hGCb}{{NAfc}hGCb}{{NAhc}hGCb}{{NAjc}hGCb}{{NAlc}hGCb}{{NAnc}hGCb}{{NB`c}hGCb}{{NBbc}hGCb}{{NBdc}hGCb}{{NBfc}hGCb}{{NBhc}hGCb}{{NBjc}hGCb}{{NBlc}hGCb}{{NBnc}hGCb}{{NC`c}hGCb}{{NCbc}hGCb}{{NCdc}hGCb}{{NCfc}hGCb}{{MOlc}hGCb}{{MKnc}hGCb}```{{}Db}000000000000000000000000000000000{ce{}{}}0000000000000000000000000000000000000000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000000000000000000000{{{Id{c}}}{{Id{Cj}}}{}}00000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000000000000000000000{{c{Cl{e}}}g{}{}{}}000000000000000000000000000000000444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444`{{}MOn}{{{NCj{GC`}}}N`}{{}Nb}{{{NCj{GC`}}}Nd}{{}Nf}{{{NCj{GC`}}}Nh}{{}Nj}{{{NCj{GC`}}}Nl}{{}Nn}{{{NCj{GC`}}}NA`}{{}NAb}{{{NCj{GC`}}}NAd}{{{I`{{NCj{GC`}}}}CEj}NAf}{AlNAh}{{{I`{{NCj{GC`}}}}CEj}NAj}{{{CHj{M`}}}NAl}{{{NCj{GC`}}}NAn}{{{NCj{GC`}}}NB`}{CEjNBb}{M`NBd}{{{NCj{GC`}}}NBf}{{{NCj{GC`}}}NBh}{{}NBj}{M`NBl}{{{NCj{GC`}}}NBn}{{{NCj{GC`}}}NC`}{{}NCb}{{{CHj{NCl}}}NCd}{{{NCj{GC`}}}NCf}```{{}MKh}0`{NCn{{Il{MKnMKj}}}}{c{{Il{MKnMKj}}}{}}{ND`{{Il{MOlMKj}}}}{c{{Il{MOlMKj}}}{}}```{ce{}{}}000000000000000000000000000000000{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000000000000000000000{cJ`{}}000000000000000000000000000000000``:55555555555555555555555555555555555555555555555555555555555555555555``:```{NDb{{Il{MOjMKj}}}}{MOj{{Il{MOjMKj}}}}<`````````````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000000000000{{}NDd}{HEn{{Ml{El}}}}::::::::::::::::::::::::::::::::{cCj{}}0000000000000000000000000000000{HCh{{`{{BIn{}{{Of{HEb}}}}}}}}{{NDdNDd}NDd}{{NDdNDd}h}10{NDdM`}021`????????????????????????????????{{HFl{MJl{c}}}{{Il{HChMHd}}}{}}{{c{Cl{e}}}g{}{}{}}000000000000000{HEnHEn}{HEfHEf}{NDfNDf}{HFlHFl}{NDhNDh}{NDjNDj}{NDlNDl}{HEdHEd}{HFhHFh}{NDdNDd}{HFjHFj}{NDnNDn}{ML`ML`}{{ce}h{}{}}000000000000{{NDfNDf}Hf}{{ce}Hf{}{}}6{ce{}{}}000000000000000{{NDdNDd}d}`{HCh{{I`{HEb}}}}`{{}HEn}{{}HFl}{{}NDh}{{}HFh}{{}HFj}{{}NDn}{Dbc{}}0000000000000000000000000000000{{NDdNDd}NDd}{HCh{{Il{MKhMKj}}}}{{HChNDl}{{Il{hMHb}}}}{HCh{{Il{hMHb}}}}{Dbh}0{HChh}11111111111111{{}NDf}{{}NDd}{HChNDd}`{{HEnHEn}d}{{NE`NE`}d}{{NDfNDf}d}{{NDjNDj}d}{{NDlNDl}d}{{HEdHEd}d}{{HFhHFh}d}{{NDdNDd}d}{{HFjHFj}d}{{NDnNDn}d}{{ML`ML`}d}{{ce}d{}{}}00000000000000000000000000000000{{NDdc}h{{Oh{}{{Of{NDd}}}}}}{{HEnDf}{{Il{hAAb}}}}0{{NE`Df}{{Il{hAAb}}}}0{{HChDf}{{Il{hAAb}}}}{{NEbDf}{{Il{hAAb}}}}0{{HEfDf}{{Il{hAAb}}}}{{NDfDf}{{Il{hAAb}}}}{{HFlDf}{{Il{hAAb}}}}{{NDhDf}{{Il{hAAb}}}}{{NDjDf}{{Il{hAAb}}}}{{NDlDf}{{Il{hAAb}}}}{{HEdDf}{{Il{hAAb}}}}{{HFhDf}{{Il{hAAb}}}}{{NDdDf}{{Il{hAAb}}}}0000{{HFjDf}{{Il{hAAb}}}}{{NDnDf}{{Il{hAAb}}}}{{ML`Df}{{Il{hAAb}}}}{HChh}{NDlHEn}{cc{}}0000{AlNDf}111111{NEdHEd}222222222222222222222{M`{{I`{NDd}}}}{M`NDd}00{cNDd{{Oh{}{{Of{NDd}}}}}}{El{{I`{NDd}}}}{{{Jn{BBj}}M`M`}{{Il{HEfNEb}}}}{ce{}{}}000000000000000{El{{Il{HEn}}}}{HCh{{I`{HEd}}}}{NDh{{I`{HEd}}}}{HChd}{{HEnc}hGCb}{{NDfc}hGCb}{{NDjc}hGCb}{{NDlc}hGCb}{{NDdc}hGCb}{HChNDf}{{}Db}000000000000000{HCh{{Il{{HE`{CEj}}MH`}}}}{HCh{{MGl{M`}}}}`{{NDdNDd}h}{{NDdNDd}NDd}{{NDdNDd}d}{ce{}{}}0000000000000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}000000000000000{{{Id{c}}}{{Id{Cj}}}{}}000000000000000{{{If{c}}}{{If{Cj}}}{}}000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000044444444444444444444444444444444{NDd}5555555555555555{NDdd}{HChd}10{HCh{{I`{d}}}}10{NDd{{GCd{NDd}}}}{NDd{{GCf{NDd}}}}```{HEnEl}{{{MJl{c}}}{{Il{HChMHd}}}{}}{{}HFl}{NDdNDd}{HCh{{Il{{HE`{CEj}}MH`}}}}{HCh{{MGl{M`}}}}{NDh{{I`{MOl}}}}{{NDfNDf}{{I`{Hf}}}}`{HChh}`{HCh{{I`{HEb}}}}{c{{Il{MKnMKj}}}{}}{c{{Il{MOlMKj}}}{}}{{NDdNDd}h}{HCh{{Il{MKfMH`}}}}{{HChc}{{I`{{MGl{M`}}}}}{{K`{MGn}}}}6{{HCh{I`{HFh}}}h}7`{HCh{{I`{{MGl{M`}}}}}}`{HChNl}{{NDdNDdd}h}{{HChd}h}0{{HChNDj}{{Il{hMHb}}}}{{HChd}{{Il{hMHb}}}}{{HChHEn}h}{{HChc}{{Il{hMHb}}}{{K`{HFb}}}}44{{HChNDd}h}{{HCh{I`{HEd}}}h}6{{HChce}h{{K`{HFb}}}{{K`{MGn}}}}{{HChNDn}h}{{HCh{I`{c}}}h{{K`{MGn}}}}909{{HChc}h{{K`{HFb}}}}:1{{HCh{I`{MNb}}}h}{{HChEl}h}<<{{HCh{I`{HEf}}}h}{{HChHFj}h}4{{NDdNDd}NDd}{{NDdNDd}h}1{HCh{{I`{MNb}}}}{HChJl}`{ce{}{}}000000000000{cABf{}}00{cJl{}}005{HFld}`{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000000000000{cJ`{}}00000000000000066666666666666666666666666666666:`{HFlNDh}{HCh{{Il{MOjMKj}}}}``{{HFlML`}HFl}{{HFld}HFl}{{HFlc}HFl{{K`{MGn}}}}111{{HFlM`}HFl}{{HFlNDd}HFl}{{HFl{I`{HEd}}}HFl}3343{{HFlce}HFl{{K`{Jl}}}{{K`{Jl}}}}05{{HFl{I`{MOl}}}HFl}{{HFlc}HFl{{K`{HFb}}}}76{{HFl{I`{MNb}}}HFl}{{HFlc}HFl{{K`{Jl}}}}99{{HFl{I`{HEf}}}HFl}{{HFlHFj}HFl}{{HFlCEj}HFl}:{{HFl{Jn{MNl}}}HFl}``````{{}Jl}{ch{{K`{{Aj{El}}}}}}```````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}{NEfNEf}{{ce}h{}{}}4{Dbc{}}0{Dbh}{{NEfNEf}d}{{ce}d{}{}}00{{NEfDf}Dh}{cc{}}0:{{NEfc}hGCb}{{}Db}<<{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=???{{}{{Mh{NEf}}}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33{{}{{Nf{c}}}{}}`````````{{B`c}B`{{Bb{B`}}}}{{NEh{Jn{e}}}NEh{}{{K`{{Cn{c}}}}}}{{Cfe}c{}{{Bb{Cf}{{Ch{c}}}}}}00{{NEjNEjMf}NEj}{{NEld}NEl}{{NEhg}NEh{}{{K`{{Cn{c}}}}}{{BIn{}{{Of{e}}}}}}0{{NEhe}NEh{}{{K`{{Cn{c}}}}}}{{NEh{I`{e}}}NEh{}{{K`{{Cn{c}}}}}}0```````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}000000=============={cCj{}}0000000000000>>>>>>>>>>>>>>{{c{Cl{e}}}g{}{}{}}000000{NEnNEn}{NF`NF`}{NFbNFb}{{ce}h{}{}}00{ce{}{}}000000{{}NFd}{{}NEn}{{}NFf}{{}NFh}{{}NFj}{{}NF`}{{}NFb}{Dbc{}}0000000000000{Dbh}000000{{NEnNEn}d}{{ce}d{}{}}00{{NEnDf}Dh}{cc{}}00000{DdNFb}11111111>>>>>>>`{{}Db}000000??????????????{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000{ce{}{}}00000000000000000000`000{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}00000033333333333333``````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00004444444444{cCj{}}000000000555555555566666{NFlNFl}{NFnNFn}{{ce}h{}{}}088888{{}NG`}{{}NGb}{{}NFl}{{}NFn}{{}NGd}{Dbc{}}000000000{Dbh}0000{cc{}}000000000{ce{}{}}0000{{}Db}00001111111111{{{Ib{c}}}{{Ib{Cj}}}{}}0000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0000{{c{Cl{e}}}g{}{}{}}000055555555555555555{c{{Il{e}}}{}{}}00000000000000{c{{Il{e{In{e}}}}}{}{}}0000{cJ`{}}00008888888888````````````{{cg}i{}{}{{An{e}}}{}}0{{{NGf{}{{GAj{c}}}}c}CdG`}::::{cCj{}}000`````;;;;66{CdCd}{{ce}h{}{}}=={{}NGh}{Dbc{}}000{Dbh}0{{CdDf}Dh}{cc{}}{{{DAl{b}{{Ch{Cd}}}}}NGh}111{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0555555``5{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}08888``````````````````{{}b}`{{}NGj}{{cg}i{}{}{{An{e}}}{}}00000`;;;;;;;;;;;;{cCj{}}00000000000```<<<<<<<<<<<<`777777{NGjNGj}{{ce}h{}{}}`>>>>>>`{bMn}{bACl}{{{Id{NGl}}}b}887{Dbc{}}{NGnNGl}1{NH`NGl}{NHbNGl}3{NHdNGl}4{NHfACn}55555555`````{Dbh}00000{{NGjNGj}d}{{NGjDf}Dh}`{cc{}}00000000000{ce{}{}}00000```{{}Db}00000111111111111{{{Ib{c}}}{{Ib{Cj}}}{}}00000{{{Id{c}}}{{Id{Cj}}}{}}00000{{{If{c}}}{{If{Cj}}}{}}00000{{c{Cl{e}}}g{}{}{}}00000555555555555555555{{}d}{NGjd}``10``{{}b}0`````{{NGj{I`{d}}}h}`````{{bNGj}h}```{d{{Mh{b}}}}``{{{Id{NGl}}}b}444``<{c{{Il{e}}}{}{}}00000000000000000{c{{Il{e{In{e}}}}}{}{}}00000{cJ`{}}00000????????????````````````````````````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00{ce{}{}}00000{cCj{}}00000111111===111{{}NHh}{{}NHj}{{}NHl}{Dbc{}}00000{Dbh}00{cc{}}00000777`{{}Db}00888888{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00;;;;;;;;;`?????????>>>===;;;;;;``````````````````````````````````````````````````````````````````````````{MnBn}{cNFd{{ABj{b}{{Ch{Bj}}}}}}{cNFf{{ABj{b}{{Ch{Bn}}}}}}{cNFh{{ABj{b}{{Ch{Cb}}}}}}{cNFj{{ABj{b}{{Ch{Bl}}}}}}{cNF`{{ABj{b}{{Ch{Bf}}}}}}55````````````{{{NGf{}{{GAj{c}}}}c}CdG`}`````````````````````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}00000000000000000{{{NHn{c}}{Jn{e}}}{{NHn{c}}}{}{{K`{{Cn{c}}}}}}{{{NI`{c}}{Jn{e}}}{{NI`{c}}}{}{{K`{{Cn{c}}}}}}{ce{}{}}00000000000000000000000000000000000{cCj{}}00000000000000000000000000000000000`111111111111111111111111111111111111{{{F`{c}}}{{`{c}}}Dl}`{e{{Hb{c}}}{}{{K`{{Cn{c}}}}}}`{{NIbe}{{Gb{c}}}{}{{ABj{NIb}{{Ch{c}}}}}}??????????????????`{{{F`{c}}e}{{F`{c}}}Dl{{K`{{Cn{c}}}}}}`{{cdg}{{GDn{eik}}}{{K`{Jl}}}{}{{ABj{d}{{Ch{e}}}}}{GE`GAl}FOl}{CK`{{Jn{CKb}}}}{{{CIf{c}}}{{Jn{CKb}}}Dl}{{{HHj{ceg}}}{{Jn{CKb}}}{}{GF`ADhDl}CKd}{{{H`{c}}}{{Jn{CKb}}}{}}{{{Gh{ceg}}}{{Jn{CKb}}}{}{}{GjGl}}{{{HHd{ce}}}{{Jn{CKb}}}{}CKd}{{{Eh{c}}}{{Jn{CKb}}}Dl}{{{Ff{c}}}{{Jn{CKb}}}Dl}{{{Eb{c}}}{{Jn{CKb}}}Dl}{EfEf}{{{NId{c}}}{{NId{c}}}Dl}{{ce}h{}{}}0``{{}{{NHn{c}}}{}}`{{{GEd{c}}El{I`{c}}g}{{GEf{ceik}}}{GEhDl}{}{{ABj{c}{{Ch{e}}}}}{GEjGDd}FOl}{ce{}{}}00000000000000000`{i{{GEn{ceg}}}{}GF`CKd{{K`{{CJn{ceg}}}}}}{{CMf{I`{CLf}}CL`Cd}h}`{{Elceg}{{Fj{c}}}Dl{{K`{{Cn{c}}}}}{{K`{{Cn{c}}}}}}`{{e{I`{{Jn{{Ll{c}}}}}}}{{Eh{c}}}{}{{K`{{Cn{c}}}}}}{{CMfCj{I`{CLf}}}h}{{}{{Gd{c}}}{}}{{{F`{c}}On}{{F`{c}}}{}}{Dbc{}}00000000000000000000000000000000000`{c{{Gn{e}}}{{K`{{Aj{El}}}}}{}}{{CK`CKb}h}{{{CIf{c}}CKb}hDl}{{{HHj{ceg}}CKb}h{}{GF`ADhDl}CKd}{{{H`{c}}CKb}h{}}{{{Gh{ceg}}CKb}h{}{}{GjGl}}{{{HHd{ce}}CKb}h{}CKd}{{{Eh{c}}CKb}hDl}{{{Ff{c}}CKb}hDl}{{{Eb{c}}CKb}hDl}``{{e{Jn{{Aj{El}}}}}{{H`{c}}}{}{{K`{{Cn{c}}}}}}`{e{{Gh{cgi}}}{}{{K`{{Cn{c}}}}}{}{GjGl}}{{CK`CKbCKfCKh}h}{{{HHj{ceg}}CKbCKfCKh}h{}{GF`ADhDl}CKd}{{{H`{c}}CKbCKfCKh}h{}}{{{Gh{ceg}}CKbCKfCKh}h{}{}{GjGl}}{{{HHd{ce}}CKbCKfCKh}h{}CKd}{{{Ff{c}}CKbCKfCKh}hDl}{{{Eb{c}}CKbCKfCKh}hDl}{{CK`CKbceCKlCKfCKnCL`}hCKd{}}{{{CIf{c}}CKbCIhbCKlCKfCKnCL`}hDl}{{{HHj{ceg}}CKbgeCKlCKfCKnCL`}h{}{GF`ADhDl}CKd}{{{H`{c}}CKbCIhbCKlCKfCKnCL`}h{}}{{{Gh{ceg}}CKbCIhbCKlCKfCKnCL`}h{}{}{GjGl}}{{{HHd{ce}}CKbebCKlCKfCKnCL`}h{}CKd}{{{Eh{c}}CKbCIhbCKlCKfCKnCL`}hDl}{{{Ff{c}}CKbCIhbCKlCKfCKnCL`}hDl}{{{Eb{c}}CKbCIhbCKlCKfCKnCL`}hDl}{Dbh}00000000000000000`{{{Ml{c}}{I`{Db}}g}{{Ej{ce}}}{{En{El}}}{}{{ABj{Db}{{Ch{e}}}}}}{{cedi}{{HI`{g}}}{{K`{{Aj{El}}}}}{{K`{{Aj{El}}}}}Dl{{ABj{d}{{Ch{g}}}}}}{{{F`{c}}e}{{F`{c}}}Dl{{K`{{Cn{c}}}}}}{CMf{{Gl{c}}}{}}`{{{Jn{{Cn{c}}}}}{{Ff{c}}}{}}{{{NId{c}}Df}DhJj}{{CMfGn{I`{CLf}}}h}{{{F`{c}}d}{{F`{c}}}{}}{cc{}}00000000000000{GfEf}111111111111111111111{ce{}{}}00000000000000000`{{}{{Eb{c}}}{}}{{}{{F`{c}}}{}}{cGFf{{K`{CN`}}}}`{NIfEf}{CK`{{I`{CLf}}}}{{{HHj{ceg}}}{{I`{CLf}}}{}{GF`ADhDl}CKd}{{{H`{c}}}{{I`{CLf}}}{}}{{{Gh{ceg}}}{{I`{CLf}}}{}{}{GjGl}}`{e{{GFh{c}}}{}{{K`{c}}}}{{}Db}00000000000000000{c{{HI`{e}}}{{K`{{Aj{El}}}}}Dl};;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000000000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00000000000000000{{c{Cl{e}}}g{}{}{}}00000000000000000??????????????????????????????????????????????????????`{g{{HHj{ceCIh}}}{}{GF`ADh}{{K`{{CJn{ceCIh}}}}}}{{CK`CKbcOd}CLlCKd}{{{CIf{c}}CKbCIhOd}CLlDl}{{{HHj{ceg}}CKbgOd}CLl{}{GF`ADhDl}CKd}{{{H`{c}}CKbCIhOd}CLl{}}{{{Gh{ceg}}CKbCIhOd}CLl{}{}{GjGl}}{{{HHd{ce}}CKbeOd}CLl{}CKd}{{{Eh{c}}CKbCIhOd}CLlDl}{{{Ff{c}}CKbCIhOd}CLlDl}{{{Eb{c}}CKbCIhOd}CLlDl}{{cm}{{GFl{egick}}}AA`{}{}{}{{K`{{CJn{egi}}}}}{{ABj{c}{{Ch{k}}}}}}`{{}{{Gd{c}}}{}}`{i{{GFn{ceg}}}{}{}CKd{{K`{{CJn{ceg}}}}}}{{CK`CKbCKfCKnCL`c}CLnCKd}{{{HHj{ceg}}CKbCKfCKnCL`g}CLn{}{GF`ADhDl}CKd}{{{H`{c}}CKbCKfCKnCL`CIh}CLn{}}{{{Gh{ceg}}CKbCKfCKnCL`CIh}CLn{}{}{GjGl}}{{{HHd{ce}}CKbCKfCKnCL`e}CLn{}CKd}{{{Ff{c}}CKbCKfCKnCL`CIh}CLnDl}{{{Eb{c}}CKbCKfCKnCL`CIh}CLnDl}`{{NIh{DAl{NIj}{{Ch{c}}}}}{{Fl{c}}}Dl}{{NIh{DAl{NIj}{{Ch{c}}}}egkNIl}{{Fl{c}}}Dl{{ABj{NIj{Jn{Jl}}}{{Ch{c}}}}}{{ABj{NIj}{{Ch{c}}}}}Dj{{ABj{NIj{I`{i}}CMn}{{Ch{c}}}}}}`{{}{{Ed{c}}}{}}{{{F`{c}}c}{{F`{c}}}{}}0{{CK`CKbCM`CKfCKncCLb{CMb{e}}CL`}CMdCKd{}}{{{CIf{c}}CKbCM`CKfCKnCIhCLb{CMb{c}}CL`}CMdDl}{{{HHj{ceg}}CKbCM`CKfCKngCLb{CMb{c}}CL`}CMd{}{GF`ADhDl}CKd}{{{H`{c}}CKbCM`CKfCKnCIhCLb{CMb{c}}CL`}CMd{}}{{{Gh{ceg}}CKbCM`CKfCKnCIhCLb{CMb{c}}CL`}CMd{}{}{GjGl}}{{{HHd{ce}}CKbCM`CKfCKneCLb{CMb{c}}CL`}CMd{}CKd}{{{Eh{c}}CKbCM`CKfCKnCIhCLb{CMb{c}}CL`}CMdDl}{{{Ff{c}}CKbCM`CKfCKnCIhCLb{CMb{c}}CL`}CMdDl}{{{Eb{c}}CKbCM`CKfCKnCIhCLb{CMb{c}}CL`}CMdDl}999{{CK`CKbCKfcCMf}hCKd}{{{HHj{ceg}}CKbCKfgCMf}h{}{GF`ADhDl}CKd}{{{H`{c}}CKbCKfCIhCMf}h{}}{{{Gh{ceg}}CKbCKfCIhCMf}h{}{}{GjGl}}{{{HHd{ce}}CKbCKfeCMf}h{}CKd}{{{Eh{c}}CKbCKfCIhCMf}hDl}{{{Ff{c}}CKbCKfCIhCMf}hDl}{{{Eb{c}}CKbCKfCIhCMf}hDl}{{CK`CKbCKfc}{{I`{{CMh{egc}}}}}CKd{}{}}{{{CIf{c}}CKbCKfCIh}{{I`{{CMh{cbCIh}}}}}Dl}{{{HHj{ceg}}CKbCKfg}{{I`{{CMh{ceg}}}}}{}{GF`ADhDl}CKd}{{{H`{c}}CKbCKfCIh}{{I`{{NIn{cbCIh}}}}}{}}{{{Gh{ceg}}CKbCKfCIh}{{I`{{NIn{cbCIh}}}}}{}{}{GjGl}}{{{HHd{ce}}CKbCKfe}{{I`{{CMh{cbe}}}}}{}CKd}{{{Eh{c}}CKbCKfCIh}{{I`{{CMh{cbCIh}}}}}Dl}{{{Ff{c}}CKbCKfCIh}{{I`{{CMh{cbCIh}}}}}Dl}{{{Eb{c}}CKbCKfCIh}{{I`{{CMh{cbCIh}}}}}Dl}``{g{{HHd{ce}}}{}{}{{K`{{CJn{cbe}}}}}}`{{{GGj{Mf}}Mf}{{GGl{c}}}GGn}{{{NHn{c}}e}{{NHn{c}}}{}{{K`{{Cn{c}}}}}}{{{NI`{c}}e}{{NI`{c}}}{}{{K`{{Cn{c}}}}}}`{{ce{I`{e}}i}{{GH`{gkm}}}{{K`{Jl}}}{AnGHb}Dl{{Bb{e}{{Ch{g}}}}}GHdFOl}`{{eg{EEb{{Lf{gCL`}}}}}{{HHl{cCIhg}}}{}{{K`{{CJn{cbCIh}}}}}{AA`AnGlNdJj}}{i{{GHf{ceg}}}{}{}CKd{{ABj{Ob}{{Ch{{CJn{ceg}}}}}}}}`{{}{{NI`{c}}}{}}{e{{GHj{cbCIh}}}{}{{K`{{Cn{c}}}}}}{{CMfGA`{I`{CLf}}CL`CLj}h}{{ce}{{HI`{g}}}{{K`{{Aj{El}}}}}{{K`{{Aj{El}}}}}Dl}{{ce{I`{g}}d}{{HI`{g}}}{{K`{{Aj{El}}}}}{{K`{{Aj{El}}}}}Dl}``{{CK`CLf}h}{{{HHj{ceg}}CLf}h{}{GF`ADhDl}CKd}{{{H`{c}}CLf}h{}}{{{Gh{ceg}}CLf}h{}{}{GjGl}}`{CK`{{Ob{CN`}}}}{{{CIf{c}}}{{Ob{CN`}}}Dl}{{{HHj{ceg}}}{{Ob{CN`}}}{}{GF`ADhDl}CKd}{{{H`{c}}}{{Ob{CN`}}}{}}{{{Gh{ceg}}}{{Ob{CN`}}}{}{}{GjGl}}{{{HHd{ce}}}{{Ob{CN`}}}{}CKd}{{{Eh{c}}}{{Ob{CN`}}}Dl}{{{Ff{c}}}{{Ob{CN`}}}Dl}{{{Eb{c}}}{{Ob{CN`}}}Dl}8`{{{GGj{c}}cg}{{GHl{cei}}}{An{EDb{BBj}}BEb}Dl{{ABj{c}{{Ch{e}}}}}GHn}``{{cg}{{Hh{e}}}{{K`{{Aj{El}}}}}{}{{ABj{NJ`}{{Ch{e}}}}}}{{{F`{c}}e}{{F`{c}}}Dl{{K`{{Cn{c}}}}}}{CK`CNd}{{{CIf{c}}}CNdDl}{{{HHj{ceg}}}CNd{}{GF`ADhDl}CKd}{{{H`{c}}}CNd{}}{{{Gh{ceg}}}CNd{}{}{GjGl}}{{{HHd{ce}}}CNd{}CKd}{{{Eh{c}}}CNdDl}``{c{{GI`{e}}}{{K`{Df}}}GIb}`{CK`CNf}{{{CIf{c}}}CNfDl}{{{HHj{ceg}}}CNf{}{GF`ADhDl}CKd}{{{H`{c}}}CNf{}}{{{Gh{ceg}}}CNf{}{}{GjGl}}{{{HHd{ce}}}CNf{}CKd}{{{Eh{c}}}CNfDl}`{c{{NJb{bCIh}}}{{K`{{Aj{El}}}}}}`{{ce}{{HI`{g}}}{{K`{{Aj{El}}}}}{{K`{{Aj{El}}}}}Dl}{{CMfGAb{I`{CLf}}}h}{{{F`{c}}e}{{F`{c}}}Dl{{K`{{Aj{El}}}}}}{ce{}{}}0{{cdg}{{GJb{eik}}}{{K`{{I`{Jl}}}}}{}{{ABj{d}{{Ch{e}}}}}GJd{CKdFOl}}`{{egGJf}{{NJd{c}}}{}{{K`{{Cn{c}}}}}{{K`{{Aj{El}}}}}}{c{{Il{e}}}{}{}}00000000000000000000000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000000000{cJ`{}}00000000000000000555555555555555555555555555555555555`{{{GGj{c}}cg}{{GJj{cei}}}{An{EDb{BBj}}BEb}Dl{{ABj{c}{{Ch{e}}}}}GHn}{cGFf{{K`{CN`}}}}{{{F`{c}}}{{Cn{c}}}Dl}`{c{{Hd{e}}}{{K`{{Aj{El}}}}}{}}{bBn}````{{cg}i{}{}{{An{e}}}{}}{{{HHn{ce}}Gd}{{HHn{ce}}}{}CKd}{{{HHn{ce}}Gj}{{HHn{ce}}}{}CKd}{{{GF`{}{{GAj{c}}}}c}BnG`}>>{cCj{}}0{{eMf}{{HHn{cCIh}}}{}{{K`{{CJn{cbCIh}}}}}}``{ce{}{}}0{{c{Cl{e}}}g{}{}{}}{{{HHn{ce}}}{{HHn{ce}}}{}CKd}0{{{HHn{ce}}}{{Jn{CKb}}}{}CKd}3{Dbc{}}0{{{HHn{ce}}CKb}h{}CKd}{{{HHn{ce}}CKbebCKlCKfCKnCL`}h{}CKd}{Dbh}{cc{}}08{{{HHn{ce}}CN`}{{HHn{ce}}}{}CKd}`{{}Db}::{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}};<<<{{{HHn{ce}}CKbeOd}CLl{}CKd}{{{HHn{ce}}Mf}{{HHn{ce}}}{}CKd}0{{{HHn{ce}}CKbCKfCKnCL`e}CLn{}CKd}{{{HHn{ce}}CKbCM`CKfCKneCLb{CMb{c}}CL`}CMd{}CKd}{{{HHn{ce}}CKbCKfeCMf}h{}CKd}{{{HHn{ce}}CKbCKfe}{{I`{{CMh{cbe}}}}}{}CKd}{{{HHn{ce}}g}{{HHn{ce}}}{}CKd{{K`{FMl}}}}`{{{HHn{ce}}}{{Ob{CN`}}}{}CKd}{{{HHn{ce}}g}{{HHn{ce}}}{}CKdK`}`{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{HHn{ce}}CN`}{{HHn{ce}}}{}CKd}``````````{{{NJf{}{{GAj{c}}}}ddc}AbG`}{{cg}i{}{}{{An{e}}}{}}00333333{cCj{}}00000````444444{e{{Hb{c}}}{}{{K`{{Cn{c}}}}}}{{c{Cl{e}}}g{}{}{}}00{{{Hb{c}}}{{Jn{CKb}}}Dl}{AbAb}{{ce}h{}{}}999{{e{I`{c}}}{{Hb{c}}}{}{{K`{{Cn{c}}}}}}{{}Ab}{Dbc{}}00000{c{{Dn{e}}}{{K`{{Aj{El}}}}}{}}{{{Hb{c}}CKb}hDl}{{{NJf{}{{GAj{c}}}}c}AbG`}{{cCL`Abe}hCKd{{Bb{cAb}}}}{{{Hb{c}}CKbCIhbCKlCKfCKnCL`}hDl}{Dbh}0033{{{Hf{c}}}{{Hf{c}}}{}}{{{NJh{c`}}}{{NJh{c`}}}{}}10{{AbDf}Dh}{CLf{{Nf{c}}}{}}{{{NJh{ce}}ADj}{{NJh{ce}}}{}{}}{{{NJh{ce}}MB`}{{NJh{ce}}}{}{}}{cc{}}00000{ce{}{}}00{{{Hb{c}}e}{{Hb{c}}}{}{{K`{CN`}}}}{{{NJh{ce}}g}{{NJh{ce}}}{}{}{{K`{CN`}}}}{{{NJf{}{{GAj{c}}}}ddc}AbG`}{c{{Hf{e}}}{{K`{NIf}}}{}}`7{{{Hb{c}}CLf}{{Hb{c}}}{}}{{{Hb{c}}}{{I`{CLf}}}Dl}{{{NJh{ce}}CLf}{{NJh{ce}}}{}{}}{c{{Dj{e}}}{{K`{D`}}}{}}{{}Db}00999999{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00========={{{NJh{ce}}g}{{NJh{ce}}}{}{}{{K`{{Aj{El}}}}}}{{{Hf{c}}}{{Hf{c}}}{}}{{{NJh{c`}}}{{NJh{c`}}}{}}{{cOdCN`CN`FMle}CLl{}{{Bb{cOd}{{Ch{CLl}}}}}}{{{Hb{c}}CKbCIhOd}CLlDl}{{{Dn{c}}e}{{Dn{c}}}{}{{K`{NIf}}}}{{{NJh{c`}}e}{{NJh{c`}}}{}{{K`{NIf}}}}{{{NJh{ce}}ADj}{{NJh{ce}}}{}{}}`{c{{E`{e}}}{{K`{{Aj{El}}}}}{}}76{{CKfCKnd}CLn}{{{Hb{c}}CKbCKfCKnCL`CIh}CLnDl}`{{{`{D`c}}}{{Dj{c}}}{}}`{{}Ab}{{cNJj}{{NJh{eNJj}}}{{K`{{Aj{El}}}}}{}}``{{{`{D`c}}}{{NJh{c{`{D`c}}}}}{}}{{e{I`{c}}}{{Hb{c}}}{}{{K`{{Cn{c}}}}}}{{{Hb{c}}CKbCM`CKfCKnCIhCLb{CMb{c}}CL`}CMdDl}{{{Hb{c}}c}{{Hb{c}}}{}}{{{NJh{ce}}c}{{NJh{ce}}}{}{}}1{{{Hb{c}}{I`{c}}}{{Hb{c}}}{}}{{{NJh{ce}}{I`{c}}}{{NJh{ce}}}{}{}}{{{Dj{c}}c}{{Dj{c}}}{}}{{{NJh{c{`{D`c}}}}c}{{NJh{c{`{D`c}}}}}{}}{{{Dj{c}}{I`{c}}}{{Dj{c}}}{}}{{{NJh{c{`{D`c}}}}{I`{c}}}{{NJh{c{`{D`c}}}}}{}}{{{Hb{c}}CKbCKfCIhCMf}hDl}``{{{Hb{c}}CKbCKfCIh}{{I`{{CMh{cbCIh}}}}}Dl}{{{Hb{c}}e}{{Hb{c}}}{}{{K`{FMl}}}}{{{NJh{ce}}g}{{NJh{ce}}}{}{}{{K`{FMl}}}}{{{NJf{}{{GAj{c}}}}ddc}AbG`}{{{Hf{c}}d}{{Hf{c}}}{}}{{{Dj{c}}d}{{Dj{c}}}{}}{{{Hb{c}}d}{{Hb{c}}}{}}{{{NJh{c`}}d}{{NJh{c`}}}{}}{{{NJh{c{`{D`c}}}}d}{{NJh{c{`{D`c}}}}}{}}{{{NJf{}{{GAj{c}}}}}IhG`}{{{Hb{c}}CLf}hDl}`{{{Hb{c}}}{{Ob{CN`}}}Dl}{{{NJh{ce}}ADj}{{NJh{ce}}}{}{}}{c{{Dn{e}}}{{K`{{Aj{El}}}}}{}}{{{Hb{c}}}CNdDl}{{{Hb{c}}NHh}{{Hb{c}}}{}}{{{NJh{ce}}NHh}{{NJh{ce}}}{}{}}3{{{Hb{c}}}CNfDl}4`{ce{}{}}{{{NJh{ce}}g}{{NJh{ce}}}{}{}{{K`{{Aj{El}}}}}}{{{Dn{c}}e}{{Dn{c}}}{}{{K`{NIf}}}}{{{NJh{c`}}e}{{NJh{c`}}}{}{{K`{NIf}}}}{{{NJh{cNJj}}d}{{NJh{cNJj}}}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00777777{{{Hf{c}}d}{{Hf{c}}}{}}{{{NJh{c`}}d}{{NJh{c`}}}{}}{{{Hb{c}}e}{{Hb{c}}}{}{{K`{CN`}}}}{{{NJh{ce}}g}{{NJh{ce}}}{}{}{{K`{CN`}}}}``{{cg}i{}{}{{An{e}}}{}}<<{cCj{}}0=={{c{Cl{e}}}g{}{}{}}>{Dbc{}}0{Dbh}{cc{}}0{ce{}{}}{{}NIf}{{}Db}22{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}9555{c{{E`{e}}}{{K`{{Aj{El}}}}}{}}{{cNJj}{{E`{e}}}{{K`{{Aj{El}}}}}{}}{{{E`{c}}d}{{E`{c}}}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}};;`{{NIbe}{{Gb{c}}}{}{{ABj{NIb}{{Ch{c}}}}}}{{CEjM`NJl}NIb}{{NIbM`}NIb}{NIbNIb}0`````{NJnD`}`````{{{GE`{}{{GAj{c}}}}cd}AfG`}````0`````````````````````{{NK`d}NK`}{{cg}i{}{}{{An{e}}}{}}000{ce{}{}}0000000{cCj{}}000000011111111{{{NKb{c}}eee}{{CIf{c}}}Dl{{K`{{Aj{El}}}}}}{{NK`{DAl{NKd}{{Ch{c}}}}}{{NKb{c}}}{}}{{c{Cl{e}}}g{}{}{}}000{{{NKb{c}}e}{{NKb{c}}}{}{{K`{{Aj{El}}}}}}{NKdNKd}{{{NKb{c}}}{{NKb{c}}}Dl}{{ce}h{}{}}0{{{I`{c}}{I`{Dd}}CN`}{{Hb{c}}}{}}9999{{}NKf}{Dbc{}}{NKh{{Jn{HIn}}}}1111111{Dbh}000{{NKdDf}Dh}{{NKfDf}Dh}{cc{}}0000000{ce{}{}}000{NK`{{I`{Dd}}}}{NK`d}{{NK`CN`}NK`}{{{NKb{c}}CN`}{{NKb{c}}}{}}{{}Db}00055555555{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}0009999999999997{{ce{I`{Dd}}{I`{Dd}}}NK`{{K`{{Aj{El}}}}Dl}{{K`{{Aj{El}}}}Dl}}{{NK`e{I`{ADj}}}{{Hb{c}}}{}{{ABj{NKd}{{Ch{c}}}}}}{{{NKb{c}}e}{{NKb{c}}}{}{{K`{{Aj{El}}}}}}0<<{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}000????????{{NK`NKd}{{Nf{c}}}{}}=<`{{}{{NHn{c}}}{}}{Db{{NHn{c}}}{}}{{{Jn{{Cn{c}}}}}{{NHn{c}}}{}}``{e{{Jn{Jl}}}GEh{{Oh{}{{Of{c}}}}}}{{eiEl}{{`{{BIn{}{{Of{c}}}}}}}{}{{Oh{}{{Of{c}}}}}{{En{El}}}{{Oh{}{{Of{g}}}}}}````{{{GF`{}{{GAj{c}}}}c}BnG`}``{{cBnCL`}hCKd}`{{OdCN`CN`MfMfFMlGdGjc}CLl{{Bb{Od}{{Ch{CLl}}}}}}``{CLf{{Nf{{I`{CL`}}}}}}`{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}011{{c{Cl{e}}}g{}{}{}}{{{Fj{c}}}{{Jn{CKb}}}Dl}3{{Elceg}{{Fj{c}}}Dl{{K`{{Cn{c}}}}}{{K`{{Cn{c}}}}}}{Dbc{}}0{{{Fj{c}}CKb}hDl}{{{Fj{c}}CKbCKfCKh}hDl}{{{Fj{c}}CKbCIhbCKlCKfCKnCL`}hDl}{Dbh}{cc{}}0:{{{Fj{c}}}{{I`{CLf}}}Dl}{{{Fj{c}}CLf}{{Fj{c}}}Dl}{{}Db}=={{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=???{{{Fj{c}}CKbCIhOd}CLlDl}{{{Fj{c}}CKbCKfCKnCL`CIh}CLnDl}{{Elegc}{{Fj{c}}}Dl{{K`{{Cn{c}}}}}{{K`{{Cn{c}}}}}}{{{Fj{c}}{I`{c}}}{{Fj{c}}}Dl}{{{Fj{c}}CKbCM`CKfCKnCIhCLb{CMb{c}}CL`}CMdDl}{{{Fj{c}}CKbCKfCIhCMf}hDl}{{{Fj{c}}CKbCKfCIh}{{I`{{CMh{cbCIh}}}}}Dl}{{{Fj{c}}CLf}hDl}{{{Fj{c}}}{{Ob{CN`}}}Dl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0``{{cg}i{}{}{{An{e}}}{}}11{cCj{}}022{{c{Cl{e}}}g{}{}{}}3{{e{I`{{Jn{{Ll{c}}}}}}}{{Eh{c}}}{}{{K`{{Cn{c}}}}}}{Dbc{}}0{Dbh}{cc{}}07{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}8;;;>>>=<;;`{{{Gn{c}}e}{{Gn{c}}}{}{{K`{{Aj{El}}}}}}{{{Gn{c}}e}{{Gn{c}}}{}{{K`{{Cn{c}}}}}}{c{{Gn{e}}}{{K`{{Aj{El}}}}}{}}10111``{{}{{GFb{b}}}}00000````{{{H`{c}}CMn}{{H`{c}}}{}}???{ce{}{}}00000??????000000>>>{NIlNIl}{{ce}h{}{}}222`{{{H`{c}}g}{{H`{c}}}{}Dj{{ABj{{I`{e}}}{{Ch{c}}}}}}{{}NIl}{{}{{NKj{c}}}G`}{Dbc{}}00000{{e{Jn{{Aj{El}}}}}{{H`{c}}}{}{{K`{{Cn{c}}}}}}{{ei}{{H`{c}}}{}{{K`{{Cn{c}}}}}Dj{{ABj{{I`{g}}CMn}{{Ch{c}}}}}}{{{H`{c}}Al}{{H`{c}}}{}}`{Dbh}00`{{NIlNIl}d}{{ce}d{}{}}00{{NIlDf}Dh}5{{{H`{c}}d}{{H`{c}}}{}}{cc{}}00000???{{{H`{c}}}CE`{}}{{NIlc}hGCb}{{}Db}00{ce{}{}}00000{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00444444444{{e{Jn{{Aj{El}}}}}{{H`{c}}}{}{{K`{{Cn{c}}}}}}{{}NIl}{{}{{NKj{c}}}{}}{{{H`{c}}e}{{H`{c}}}{}{{ABj{CMn}{{Ch{c}}}}}}{{{NKj{c}}CMn{I`{g}}}{{I`{e}}}{}{}{{ABj{CMn}{{Ch{e}}}}}}{{{H`{c}}e}{{H`{c}}}{}{{ABj{Jl{Jn{BBj}}}{{Ch{c}}}}}}{{{NKj{c}}Jl{Jn{BBj}}{I`{g}}{I`{i}}}{{Lf{{I`{e}}CMd}}}{}{}{{ABj{Jl{Jn{BBj}}}{{Ch{e}}}}}{{ABj{Jl{Jn{BBj}}CMnNlNl}{{Ch{e}}}}}}{{{H`{c}}e}{{H`{c}}}{}{{ABj{NlNl}{{Ch{c}}}}}}{{{NKj{c}}{I`{g}}}{{I`{e}}}{}{}{{ABj{NlNl}{{Ch{e}}}}}}{{{H`{c}}e}{{H`{c}}}{}{{ABj{NlNl{Jn{Jl}}}{{Ch{c}}}}}}{{{NKj{c}}NlNl{Jn{Jl}}{I`{g}}c}{{I`{e}}}{}{}{{ABj{NlNl{Jn{Jl}}}{{Ch{e}}}}}}{{{H`{c}}e}{{H`{c}}}{}{{ABj{Jl{Jn{BBj}}CMnNlNl}{{Ch{c}}}}}}4{{{H`{c}}e}{{H`{c}}}{}{{ABj{}{{Ch{c}}}}}}{{{NKj{c}}{I`{ABj}}}{{I`{e}}}{}{}}6{{{NKj{c}}NlNl{I`{g}}{I`{i}}c}{{I`{e}}}{}{}{{ABj{NlNl}{{Ch{e}}}}}{{ABj{NlNl{Jn{Jl}}}{{Ch{e}}}}}}{{{H`{c}}CMn}{{H`{c}}}{}}`{ce{}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{eCLf{Jn{{Aj{El}}}}}{{H`{c}}}{}{{K`{{Cn{c}}}}}}```{{{Gh{ceg}}CMn}{{Gh{ceg}}}{}{}{GjGl}}{e{{Gh{cgi}}}{}{{K`{{Cn{c}}}}}{}{GjGl}}{{{Gh{ceg}}i}{{Gh{ceg}}}{}{}{GjGl}{{ABj{}{{Ch{g}}}}}}{{{Gh{ceg}}i}{{Gh{ceg}}}{}{}{GjGl}{{ABj{}{{Ch{{Lf{{Cn{e}}CNd}}}}}}}}{{{Gh{ceg}}Mf}{{Gh{ceg}}}{}{}{GjGl}}3{{{Gh{ceg}}CLbCL`}h{}{}{GjGl}}{{eCLf}{{Gh{cgi}}}{}{{K`{{Cn{c}}}}}{}{GjGl}}````````{{{GGf{}{{GAj{c}}}}c}j{G`Dl}}{{cg}i{}{}{{An{e}}}{}}0===={cCj{}}000``>>>>{{c{Cl{e}}}g{}{}{}}0??{{}NKl}{Dbc{}}000{{{Ej{ce}}CKb}h{{En{El}}}{}}{{CIhbCKfCKnMfFMl{I`{Mf}}GhO`{I`{c}}NKlCL`}h{{En{El}}}}{{{Ej{ce}}CKbCIhbCKlCKfCKnCL`}h{{En{El}}}{}}{Dbh}0{{{Ml{c}}{I`{Db}}g}{{Ej{ce}}}{{En{El}}}{}{{ABj{Db}{{Ch{e}}}}}}{{NKlDf}Dh}{{{Ej{ce}}O`}{{Ej{ce}}}{{En{El}}}{}}{cc{}}000{ce{}{}}0{{{Ej{ce}}Mf}{{Ej{ce}}}{{En{El}}}{}}`?{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0??444444{{CIhOdCN`MfFMlMfGh{I`{O`}}{I`{{Lf{El}}}}}CLl}{{{Ej{ce}}CKbCIhOd}CLl{{En{El}}}{}}`{{CKfCKn}CLn}{{{Ej{ce}}CKbCKfCKnCL`CIh}CLn{{En{El}}}{}}`<{{}NKl}{{{Ej{ce}}CKbCM`CKfCKnCIhCLb{CMb{e}}CL`}CMd{{En{El}}}{}}{{CKfCIhNKlMfFMlMfGh{I`{O`}}{Ml{c}}{I`{Db}}ABj}{{I`{{CMh{ebCIh}}}}}{{En{El}}}{}}{{{Ej{ce}}CKbCKfCIh}{{I`{{CMh{ebCIh}}}}}{{En{El}}}{}}{{{Ej{ce}}g}{{Ej{ce}}}{{En{El}}}{}{{K`{FMl}}}}`{{{Ej{ce}}}{{Ob{CN`}}}{{En{El}}}{}}{{{Ej{ce}}}CNd{{En{El}}}{}}{{{Ej{ce}}}CNf{{En{El}}}{}}`{{{Ej{ce}}Gh}{{Ej{ce}}}{{En{El}}}{}}{{{Ej{ce}}Mf}{{Ej{ce}}}{{En{El}}}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0{ce{}{}}000{{CM`CKfCKn{CMb{c}}ABj{I`{Db}}{Ml{e}}g}CMd{}{{En{El}}}{{Bb{}{{Ch{NKl}}}}}}{{{Ej{ce}}g}{{Ej{ce}}}{{En{El}}}{}{{K`{CN`}}}}`````{{cg}i{}{}{{An{e}}}{}}00{{{NKn{}{{GAj{c}}}}c}C`{G`Dl}}444444{cCj{}}00000````555555{{c{Cl{e}}}g{}{}{}}00{C`C`}{{ce}h{}{}}888{{}NL`}{Dbc{}}00000`{Dbh}00{{C`Df}Dh}{{NL`Df}Dh}{cc{}}00000>>>``{{}Db}00??????{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}00<<<{ce{}{}}00000000{{NL`{Ml{c}}{I`{Db}}{I`{Db}}g{I`{ABj}}}{{NLb{ce}}}{{En{El}}}{}{{Cd{Db}{{Ch{e}}}}}};{{{NLb{ce}}CLhMf}{{CMh{ebCIh}}}{{En{El}}}{}}{{{NLb{ce}}g}{{NLb{ce}}}{{En{El}}}{}{{K`{FMl}}}}```{{{NLb{ce}}g}{{NLb{ce}}}{{En{El}}}{}{{K`{Gh}}}}{{{NLb{ce}}g}{{NLb{ce}}}{{En{El}}}{}{{K`{FOn}}}}5{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00888888{{{NLb{ce}}Mf}{{NLb{ce}}}{{En{El}}}{}}`````````{{{GGf{}{{GAj{c}}}}c}j{G`Dl}}{{cg}i{}{}{{An{e}}}{}}00;;;;;;{cCj{}}00000``<<<<<<{{c{Cl{e}}}g{}{}{}}00{{{NLd{ce}}}h{}Fd}>>>{Dbc{}}00000`{{{Fb{ceg}}CKbCIhbCKlCKfCKnCL`}h{{En{El}}}{}{DlFd}}{Dbh}00{{{NLd{ce}}i}{{Fb{cge}}}{{En{El}}}{DlFd}{}{{ABj{e}{{Ch{g}}}}}}{{{Fb{ceg}}O`}{{Fb{ceg}}}{{En{El}}}{}{}}{cc{}}00000{ce{}{}}00{{{Fb{ceg}}Mf}{{Fb{ceg}}}{{En{El}}}{}{}}`<{{}Db}00{{{NLd{ce}}{NLf{ce}}}h{}Fd}333333{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00>>>666666666{{{Fb{ceg}}CKbCIhOd}CLl{{En{El}}}{}{DlFd}}{{{I`{c}}{Jn{{Lf{ce}}}}}{{NLf{ce}}}{}{}}``{{}{{NLd{ce}}}{}{}}{{{Fb{ceg}}CKbCKfCKnCL`CIh}CLn{{En{El}}}{}{DlFd}}={{{Fb{ceg}}CKbCM`CKfCKnCIhCLb{CMb{e}}CL`}CMd{{En{El}}}{}{DlFd}}`{{{Fb{ceg}}CKbCKfCIh}{{I`{{CMh{ebCIh}}}}}{{En{El}}}{}{DlFd}}{{{Fb{ceg}}i}{{Fb{ceg}}}{{En{El}}}{}{}{{K`{FMl}}}}``{{{Fb{ceg}}}{{Ob{CN`}}}{{En{El}}}{}{DlFd}}{{{Fb{ceg}}}CNd{{En{El}}}{}{DlFd}}{{{Fb{ceg}}}CNf{{En{El}}}{}{DlFd}}`{{{Fb{ceg}}Gh}{{Fb{ceg}}}{{En{El}}}{}{}}{{{Fb{ceg}}Mf}{{Fb{ceg}}}{{En{El}}}{}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00{ce{}{}}00000{{{Fb{ceg}}i}{{Fb{ceg}}}{{En{El}}}{}{}{{K`{CN`}}}}```{{cg}i{}{}{{An{e}}}{}}22{cCj{}}033{{c{Cl{e}}}g{}{}{}}4{Dbc{}}0{Dbh}{cc{}}07{{}Db}88{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}6:::{{{NLh{ceg}}CLhMf}{{CMh{gbCIh}}}{{En{El}}}{DlFd}{}}{{{NLh{ceg}}i}{{NLh{ceg}}}{{En{El}}}{DlFd}{}{{K`{FMl}}}}{{{NLh{ceg}}i}{{NLh{ceg}}}{{En{El}}}{DlFd}{}{{K`{Gh}}}}{{{NLh{ceg}}i}{{NLh{ceg}}}{{En{El}}}{DlFd}{}{{K`{FOn}}}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{{NLh{ceg}}Mf}{{NLh{ceg}}}{{En{El}}}{DlFd}{}}`{{{Jn{{Cn{c}}}}}{{Ff{c}}}{}}``{{CIhOd{Ml{{Cn{c}}}}FMlMfMf{Ml{CKb}}}CLl{}}`{{{Ff{c}}ADj}{{Ff{c}}}{}}{{{Ff{c}}Mf}{{Ff{c}}}{}}3{{{Ff{c}}FMl}{{Ff{c}}}{}}2{{{Ff{c}}CN`}{{Ff{c}}}{}}`{{}{{Eb{c}}}{}}``{{CIhOd{Ml{{Cn{c}}}}{Ml{NLj}}CN`CN`FMlFN`FN`MfMf{Ml{CKb}}}CLl{}}``{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0;;{{c{Cl{e}}}g{}{}{}}{NLjNLj}{{ce}h{}{}}{{NLjADj}NLj}{{{Eb{c}}FN`}{{Eb{c}}}{}}{{{Eb{c}}ADj}{{Eb{c}}}{}}{ce{}{}}{Dbc{}}0{Dbh}{{NLjDf}Dh}{{{Lf{ADjADj}}}NLj}{cc{}}{{{Lf{ADjADjADjADj}}}NLj}16{{{Eb{c}}CN`}{{Eb{c}}}{}}:{{}Db}{{{Eb{c}}}{{Eb{c}}}{}}99{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}==={{{Eb{c}}Mf}{{Eb{c}}}{}}{{}{{Eb{c}}}{}}{{}NLj}{{{Eb{c}}FMl}{{Eb{c}}}{}}{{{Eb{c}}e}{{Eb{c}}}{}{{K`{{Cn{c}}}}}}{{{Eb{c}}eg}{{Eb{c}}}{}{{K`{{Cn{c}}}}}{{ABj{NLj}{{Ch{NLj}}}}}}{{NLjADj}NLj}{{{Eb{c}}FN`}{{Eb{c}}}{}}{{{Eb{c}}ADj}{{Eb{c}}}{}}{ce{}{}}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33{{{Eb{c}}CN`}{{Eb{c}}}{}}7``````````{{cg}i{}{}{{An{e}}}{}}00055555555{cCj{}}000000066666666{{c{Cl{e}}}g{}{}{}}000{NLlNLl}{GfGf}{NIfNIf}{NLnNLn}{{ce}h{}{}}000<<<<{{EfGK`}Ef}`{{}NLl}{Dbc{}}0000000{Dbh}000{{Gf{I`{NLl}}}Gf}`{{NLlDf}Dh}{{GfDf}Dh}{{NIfDf}Dh}{{NLnDf}Dh}{cc{}}0{GfNIf}111111{cGf{{K`{{Id{El}}}}}}{ABlNIf}{cNIf{{K`{{Aj{{Ml{BBj}}}}}}{En{{Ml{BBj}}}}GlNd}}{{M`M`c}NIf{{K`{{Aj{{Ml{BBj}}}}}}{En{{Ml{BBj}}}}GlNd}}{ce{}{}}000{cNIf{{K`{{Aj{{Ml{BBj}}}}}}}}6{{NLlc}hGCb}{{Gfc}hGCb}{{NIfc}hGCb}{{NLnc}hGCb}{{EfCN`}Ef}{NIfEf}{GfEf}1{{}Db}00099999999{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}000{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000============{Ef{{I`{Df}}}}{{Gf{Id{El}}}Gf}{cGf{{K`{{Id{El}}}}}}{Gf{{I`{ABl}}}}{{Gfd}Gf}`{{GfADj}Gf}`0{{EfADj}Ef}`{{EfNF`}Ef}3{{NIfd}NIf}``{ce{}{}}000{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00033333333{{EfCN`}Ef}``````{{eCKfcGK`FMj{ADf{Mf}}}h{DlAA`}{{FMh{}{{FMf{c}}}}}}{{eOdcCN`CN`GK`{ADf{Mf}}}CLl{}{{FMh{}{{FMf{c}}}}}}`{c{{GKb{c}}}{}}``{{cGKdOb}ObFMh}````{{{HHj{ceg}}Gd}{{HHj{ceg}}}{}{GF`ADh}CKd}{{{HHj{ceg}}Gj}{{HHj{ceg}}}{}{GF`ADh}CKd}{{{GF`{}{{GAj{c}}}}c}BnG`}``{{{HHj{ceg}}}{{HHj{ceg}}}{}{GF`ADh}CKd}0{{{HHj{ceg}}CN`}{{HHj{ceg}}}{}{GF`ADh}CKd}`{{{HHj{ceg}}Ij}{{HHj{ceg}}}{}{GF`ADh}CKd}{g{{HHj{ceCIh}}}{}{GF`ADh}{{K`{{CJn{ceCIh}}}}}}{{{HHj{ceg}}Mf}{{HHj{ceg}}}{}{GF`ADh}CKd}0{{{HHj{ceg}}i}{{HHj{ceg}}}{}{GF`ADh}CKd{{K`{FMl}}}}`{{{HHj{ceg}}i}{{HHj{ceg}}}{}{GF`ADh}CKdK`}`5``{e{{GEn{cbCIh}}}{}{{K`{{Cn{c}}}}}}``{{{Gd{c}}e}{{Gd{c}}}{}{{K`{{Cn{c}}}}}}{{{Gd{c}}}{{Cn{c}}}{}}{{}{{Gd{c}}}{}}0{{{Gd{c}}e}{{Gd{c}}}{}{{K`{FMl}}}}{{{Gd{c}}ADj}{{Gd{c}}}{}}{{{Gd{c}}}{{Gd{c}}}{}}````````````````````````{{cg}i{}{}{{An{e}}}{}}000000{ce{}{}}0000000000000{cCj{}}0000000000000{{{Jn{{Ll{ce}}}}}{{HHh{ce}}}{}CKd}22222222222222{{{HHh{ce}}ADj}{{HHh{ce}}}{}CKd}{{c{Cl{e}}}g{}{}{}}000000{{{HHh{ce}}}{{Jn{CKb}}}{}CKd}``{NM`NM`}{NMbNMb}{NMdNMd}{NMfNMf}{{ce}h{}{}}000{{{HHh{ce}}NM`}{{HHh{ce}}}{}CKd};;;;;;;{{{HHh{ce}}CEj}{{HHh{ce}}}{}CKd}{Dbc{}}0000000000000{{{HHh{ce}}CKb}h{}CKd}{{{HHh{ce}}CKbebCKlCKfCKnCL`}h{}CKd}{Dbh}000000{{NM`Df}Dh}{{NMbDf}Dh}{{NMdDf}Dh}{{NMfDf}Dh}{cc{}}0{{{CJn{cbe}}}{{Ll{ce}}}{}CKd}111111111111{ce{}{}}000000{{{HHh{ce}}CN`}{{HHh{ce}}}{}CKd}{{{Ll{ce}}ADj}{{Ll{ce}}}{}CKd}{{}Db}00000033333333333333{{{Ib{c}}}{{Ib{Cj}}}{}}000000{{{Id{c}}}{{Id{Cj}}}{}}0000{{{If{c}}}{{If{Cj}}}{}}000000{{c{Cl{e}}}g{}{}{}}000000777777777777777777777{{{HHh{ce}}NMd}{{HHh{ce}}}{}CKd}{{{HHh{ce}}NMb}{{HHh{ce}}}{}CKd}{{{Hn{NMhe}}{Jn{{NMj{eg}}}}}{{Jn{{Ll{ci}}}}}{}{{NMl{}{{Kj{c}}}}}{{K`{{Aj{El}}}}}CKd}`{{{HHh{ce}}CKbeOd}CLl{}CKd}`{{{HHh{ce}}CEj}{{HHh{ce}}}{}CKd}{{{Jn{{Ll{ce}}}}}{{HHh{ce}}}{}CKd}{g{{Ll{ce}}}{}CKd{{K`{{CJn{cbe}}}}}}{{{HHh{ce}}CKbCM`CKfCKneCLb{CMb{c}}CL`}CMd{}CKd}{{{HHh{ce}}CKbCKfe}{{I`{{CMh{cbe}}}}}{}CKd}{{{HHh{ce}}g}{{HHh{ce}}}{}CKd{{K`{FMl}}}}{{{HHh{ce}}{I`{NMf}}}{{HHh{ce}}}{}CKd}{c{{CIj{ebg}}}{{K`{{Aj{El}}}}}{}CKd}{{{HHh{ce}}}{{Ob{CN`}}}{}CKd}{{{HHh{ce}}Mf}{{HHh{ce}}}{}CKd}{{{HHh{ce}}}CNd{}CKd}{{{HHh{ce}}g}{{HHh{ce}}}{}CKdK`}{{{HHh{ce}}}CNf{}CKd}{ce{}{}}000{c{{Il{e}}}{}{}}00000000000000000000{c{{Il{e{In{e}}}}}{}{}}000000{cJ`{}}00000033333333333333{{{HHh{ce}}CN`}{{HHh{ce}}}{}CKd}{{{Ll{ce}}ADj}{{Ll{ce}}}{}CKd}{{g{Jn{i}}}{{Ll{ce}}}{}CKd{{K`{{CJn{cbe}}}}}{{K`{{Ll{ce}}}}}}``{{{NMl{}{{Kj{c}}}}}c{}}``````{{cg}i{}{}{{An{e}}}{}}08888{cCj{}}0009999{{c{Cl{e}}}g{}{}{}}0{NMnNMn}{NMhNMh}{{ce}h{}{}}0{{NMnNMn}Hf}{{NMhNMh}Hf}{{ce}Hf{}{}}0{ce{}{}}0{Dbc{}}000{Dbh}0{{NMnNMn}d}{{NMhNMh}d}{{ce}d{}{}}00000{{NMnDf}Dh}{{NMhDf}Dh}0{cc{}}00088{{NMnc}hGCb}{{NMhc}hGCb}{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}0??????`{{NMhEMfEMd}d}`{{NMnNMn}{{I`{Hf}}}}{{NMhNMh}{{I`{Hf}}}}{ce{}{}}0{cABf{}}{cJl{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}05555```{{cg}i{}{}{{An{e}}}{}}66{cCj{}}077;{{{Fl{c}}Ef}{{Fl{c}}}Dl}8{{{Fl{c}}{I`{{Jn{{Ll{c}}}}}}}{{Fl{c}}}Dl}{Dbc{}}0{{{Fl{c}}NIl}{{Fl{c}}}Dl}{Dbh}{cc{}}0={{}Db}>>{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}0{{{Fl{c}}}{{GEn{cbCIh}}}Dl}1{{NIh{DAl{NIj}{{Ch{c}}}}}{{Fl{c}}}Dl}{{NIh{DAl{NIj}{{Ch{c}}}}egkNIl}{{Fl{c}}}Dl{{ABj{NIj{Jn{Jl}}}{{Ch{c}}}}}{{ABj{NIj}{{Ch{c}}}}}Dj{{ABj{NIj{I`{i}}CMn}{{Ch{c}}}}}}{bBn}{{{Fl{c}}e}{{Fl{c}}}Dl{{ABj{Lj}{{Ch{c}}}}}}0{{{Fl{c}}g}{{Fl{c}}}DlDj{{ABj{Lj{I`{e}}CMn}{{Ch{c}}}}}}{{{Fl{c}}e}{{Fl{c}}}Dl{{ABj{Lj{Jn{Jl}}}{{Ch{c}}}}}}2{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}::`{{{Ed{c}}d}{{Ed{c}}}{}}{{}{{Ed{c}}}{}}{{{Ed{c}}c}{{Ed{c}}}{}}2{{{Ed{c}}NHh}{{Ed{c}}}{}}``````````````````````````````````````````````{{GKfCKfCLh}d}`{{GKhGKjCKfCKnceCKlCL`Mf{I`{Mf}}ik}hCKdGKl{}{{BIn{}{{Of{{Lf{GKng}}}}}}}{{ABj{gcCKlCKfCKnCL`}}}}{{{GKl{}{{GAj{c}}}}c}HlG`}{{{GKl{}{{GAj{c}}}}c}{{I`{Hn}}}G`}`{{CKbcOdGKjCN`CN`Mfgi}CLl{}{}{{BIn{}{{Of{{Lf{GKne}}}}}}}{{ABj{eCKbcOd}{{Ch{CLl}}}}}}{{GKhGKjCKfCKnMf{I`{Mf}}}{{I`{CLn}}}}`2```{{GKhGKjCM`CKfCKn{CMb{c}}Mfg{I`{{Ib{ABj}}}}{I`{{Ib{ABj}}}}{I`{{Lf{Mf{Ib{ABj}}}}}}}CMd{}GKf{{BIn{}{{Of{{Lf{GKne}}}}}}}}``````````````````````````````````````{{cg}i{}{}{{An{e}}}{}}0{{{GF`{}{{GAj{c}}}}c}BnG`}{ce{}{}}000{cCj{}}000``1111{{c{Cl{e}}}g{}{}{}}0{NN`NN`}{{ce}h{}{}}44{{}NN`}{Dbc{}}000{{{NNb{ce}}ebCKlCKfCKn}h{}CKd}{Dbh}0{{NN`Df}Dh}{cc{}}000::`{{}Db}0;;;;{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}0<<>>>>>>{{{NNb{ce}}eObCLhCLj}CLl{}CKd}{{{HHd{ce}}d}{{HHd{ce}}}{}{}}{{{NNb{ce}}CKfCKnCL`e}CLn{}CKd}{g{{HHd{ce}}}{}{}{{K`{{CJn{cbe}}}}}}{{{NNb{ce}}CM`CKfCKneCLb{CMb{c}}}CMd{}CKd}{{{NNb{ce}}CKfeCMf}h{}CKd}2{{{HHd{ce}}g}{{HHd{ce}}}{}{}{{K`{{CJn{cbe}}}}}}{{{HHd{ce}}NN`}{{HHd{ce}}}{}{}}``{ce{}{}}{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}03333````{{{GGn{}{{GAj{c}}}}c}CbG`}```````{{{GHd{}{{GAj{c}}}}cd}nG`}````0`````````````{{cg}i{}{}{{An{e}}}{}}00{{{HHl{ceg}}Gd}{{HHl{ceg}}}{}CKd{AA`AnGlNdJj}}{{{HHl{ceg}}Gj}{{HHl{ceg}}}{}CKd{AA`AnGlNdJj}}{{{GF`{}{{GAj{c}}}}c}BnG`}999999{cCj{}}00000``::::::{{c{Cl{e}}}g{}{}{}}00{{{HHl{ceg}}}{{HHl{ceg}}}{}CKd{AA`AnGlNdJj}}0{{{HHl{ceg}}}{{Jn{CKb}}}{}CKd{AA`AnGlNdJj}}{{{NNd{c}}}{{NNd{c}}}{AA`AnGlNdJjDl}}{{ce}h{}{}}???{{{NId{c}}cg}{{HHl{eCIhc}}}{AA`AnGlNdJj}{}{{K`{{CJn{ebCIh}}}}}}{Dbc{}}00000{{{HHl{ceg}}CKb}h{}CKd{AA`AnGlNdJj}}0{{{HHl{ceg}}CKbCKfCKh}h{}CKd{AA`AnGlNdJj}}{{{HHl{ceg}}CKbebCKlCKfCKnCL`}h{}CKd{AA`AnGlNdJj}}{Dbh}00{{{NNd{c}}Df}Dh{AA`AnGlNdJjJj}}{cc{}}00000{ce{}{}}00{{{HHl{ceg}}CN`}{{HHl{ceg}}}{}CKd{AA`AnGlNdJj}}`{{{HHl{ceg}}d}{{HHl{ceg}}}{}CKd{AA`AnGlNdJj}}{{}Db}00333333{{{Ib{c}}}{{Ib{Cj}}}{}}00{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}00{{c{Cl{e}}}g{}{}{}}00777777777{{{HHl{ceg}}CKbeOd}CLl{}CKd{AA`AnGlNdJj}}{{{HHl{ceg}}Mf}{{HHl{ceg}}}{}CKd{AA`AnGlNdJj}}0{{{HHl{ceg}}CKbCKfCKnCL`e}CLn{}CKd{AA`AnGlNdJj}}{{{HHl{ceg}}CKbCM`CKfCKneCLb{CMb{c}}CL`}CMd{}CKd{AA`AnGlNdJj}}{{{HHl{ceg}}CKbCKfeCMf}h{}CKd{AA`AnGlNdJj}}{{{HHl{ceg}}CKbCKfe}{{I`{{CMh{cbe}}}}}{}CKd{AA`AnGlNdJj}}{{{HHl{ceg}}i}{{HHl{ceg}}}{}CKd{AA`AnGlNdJj}{{K`{FMl}}}}{{eg{EEb{{Lf{gCL`}}}}}{{HHl{cCIhg}}}{}{{K`{{CJn{cbCIh}}}}}{AA`AnGlNdJj}}{c{{Mh{{Lf{c{NNd{e}}}}}}}{AA`AnGlNdJj}{AA`AnGlNdJjGHb}}`{{{HHl{ceg}}}{{Ob{CN`}}}{}CKd{AA`AnGlNdJj}}{{{HHl{ceg}}}CNd{}CKd{AA`AnGlNdJj}}{{{HHl{ceg}}i}{{HHl{ceg}}}{}CKd{AA`AnGlNdJj}K`}3`{ce{}{}}{c{{Il{e}}}{}{}}00000000{c{{Il{e{In{e}}}}}{}{}}00{cJ`{}}00333333{{{HHl{ceg}}CN`}{{HHl{ceg}}}{}CKd{AA`AnGlNdJj}}`{{}{{NI`{c}}}{}}{Db{{NI`{c}}}{}}{{{Jn{{Cn{c}}}}}{{NI`{c}}}{}}````````````````````````{{NNfNIj}h}{{{NNh{c}}}{{NNh{c}}}G`}{{{NNj{c}}}{{NNj{c}}}G`}{{{NNn{NNl}}NIj}h}{{{NNn{NO`}}NIj}h}{{{NNn{c}}NIj}hG`}{{{NNn{c}}ADj}dG`}{{{NNn{NO`}}}NIj}{{{NNn{NNl}}}{{`{{BIn{}{{Of{NIj}}}}}}}}```{{{NNn{NO`}}}{{I`{c}}}{}}0{{cg}i{}{}{{An{e}}}{}}00000000000{ce{}{}}00000000000000000000000{cCj{}}00000000000000000000000````````````111111111111111111111111{{{NOb{c}}}{{NNn{c}}}G`}{{}{{NOb{c}}}G`}{{{Fn{ceg}}FN`}{{Fn{ceg}}}{}G`{}}{{{Fn{ceg}}ADj}{{Fn{ceg}}}{}G`{}}{{{Fn{ceg}}{ADf{ADj}}}{{Fn{ceg}}}{}G`{}}1{{c{Cl{e}}}g{}{}{}}00000000000{{{Fn{ceg}}}{{Jn{CKb}}}{}G`Dl}{{{NNn{c}}}hG`}{NIjNIj}{HjHj}{NOdNOd}{NOfNOf}{HJbHJb}{{ce}h{}{}}0000{{{NNh{c}}}{{NNh{c}}}G`}{{{NNj{c}}}{{NNj{c}}}G`}{{{NNn{c}}NIjd}hG`}{{{Fn{ceg}}Ef}{{Fn{ceg}}}{}G`{}}{{NIjNIj}Hf}{{ce}Hf{}{}}{ce{}{}}00000000000{{{NNn{c}}NIj}dG`}{{{Fn{ceg}}{I`{{Jn{{Ll{g}}}}}}}{{Fn{ceg}}}{}G`{}}{{{NNh{c}}e}{{NNh{c}}}G`{}}{{{NNj{c}}e}{{NNj{c}}}G`{}}{NIjNOh}{{{NNn{c}}NIj}{{I`{e}}}G`{}}0{{{NNn{c}}NIj}hG`}{{{NNn{c}}NIje}hG`{}}{{NNfNIj}h}{{{NNn{NO`}}}h}{{{NNn{NNl}}NIj}h}0{{{NNn{NO`}}NIj}h}{{}{{NOb{c}}}{G`G`}}{{}NO`}{{}NNl}{{}NIj}{{}{{NNn{c}}}{G`G`}}{{}Hj}{{}NOd}{{}NOf}{Dbc{}}00000000000000000000000{{{Fn{ceg}}CKb}h{}G`Dl}{{{Fn{ceg}}d}{{Fn{ceg}}}{}G`{}}{{{Fn{ceg}}CKbCKfCKh}h{}G`Dl}{{{Fn{ceg}}NIl}{{Fn{ceg}}}{}G`{}}{{{Fn{ceg}}CKbCIhbCKlCKfCKnCL`}h{}G`Dl}{Dbh}00000000000{{{NNn{c}}NIjd}hG`}{{{NNn{c}}ADj}{{I`{NIj}}}G`}{{NIjNIj}d}{{HJbHJb}d}{{ce}d{}{}}00`{{NO`Df}Dh}{{NNlDf}Dh}{{NIjDf}Dh}{{HJbDf}Dh}{HJb{{Nf{c}}}{}}`{{{Fn{ceg}}{I`{O`}}}{{Fn{ceg}}}{}G`{}}00{{{Fn{ceg}}Mf}{{Fn{ceg}}}{}G`{}}{cc{}}0000{NOhNIj}1111111111111111111{ce{}{}}00000000000{{{Fn{ceg}}}CE`{}G`{}}{{NIjc}hGCb}{{{Fn{ceg}}CN`}{{Fn{ceg}}}{}G`{}}{{{NNn{c}}}{{Fn{`ce}}}G`{}}{{{NOj{}{{GAj{c}}}}c}HjG`}`{{{NNh{c}}e}{{NNh{c}}}G`{{K`{Ef}}}}{{{NNj{c}}e}{{NNj{c}}}G`{{K`{Ef}}}}{{{NNn{c}}NIj}{{I`{Ef}}}G`}0{{{NNn{c}}NIjEf}{{I`{Ef}}}G`}{{{NNj{c}}}NIjG`}{{{Fn{ceg}}HJb}{{Fn{ceg}}}{}G`{}}`{{{NNj{c}}ADj}{{NNj{c}}}G`}{{{NNn{c}}NIj}{{I`{ADj}}}G`}0{{{NNn{c}}NIjADj}{{I`{ADj}}}G`}{{{Fn{ceg}}ADj}{{Fn{ceg}}}{}G`{}}{{}Db}00000000000{{{NOb{c}}e}{{NOb{c}}}G`{{ABj{{NNh{c}}}{{Ch{{NNh{c}}}}}}}}{{{NNn{c}}}{{NNj{c}}}G`}{ce{}{}}00000000000000000000000{{{Ib{c}}}{{Ib{Cj}}}{}}00000000000{{{Id{c}}}{{Id{Cj}}}{}}000000{{{If{c}}}{{If{Cj}}}{}}00000000000{{c{Cl{e}}}g{}{}{}}00000000000444444444444444444444444444444444444{{NNfNIj}d}{{{NNn{NO`}}NIj}d}{{{NNn{c}}NIj}dG`}{{{NNn{NNl}}NIj}d}11{{{NNn{c}}}{{`{{BIn{}{{Of{NIj}}}}}}}G`}`{{{Fn{ceg}}CKbCIhOd}CLl{}G`Dl}{{{Fn{ceg}}Gh}{{Fn{ceg}}}{}G`{}}?`{{{Fn{ceg}}{Jn{Jl}}}{{Fn{ceg}}}{}G`{}}{{{Fn{ceg}}ADj}{{Fn{ceg}}}{}G`{}}{{{Fn{ceg}}CKbCKfCKnCL`CIh}CLn{}G`Dl}{{{NNn{c}}}{{Fn{ecg}}}G`{}{}}{cHJb{{K`{{Aj{El}}}}}}{{{Fn{ceg}}i}{{Fn{ceg}}}{}G`{}{{ABj{NIj}{{Ch{g}}}}}}00{{{Fn{ceg}}k}{{Fn{ceg}}}{}G`{}Dj{{ABj{NIj{I`{i}}CMn}{{Ch{g}}}}}}{{{Fn{ceg}}i}{{Fn{ceg}}}{}G`{}{{ABj{NIj{Jn{Jl}}}{{Ch{g}}}}}}2{{{Fn{ceg}}CKbCM`CKfCKnCIhCLb{CMb{g}}CL`}CMd{}G`Dl}{{{Fn{ceg}}CKbCKfCIhCMf}h{}G`Dl}{{{Fn{ceg}}CKbCKfCIh}{{I`{{CMh{gbCIh}}}}}{}G`Dl}{{{Fn{ceg}}i}{{Fn{ceg}}}{}G`{}{{K`{FMl}}}}{{NIjNIj}{{I`{Hf}}}}{{{NNh{c}}ADj}{{NNh{c}}}G`}{{{NNj{c}}ADj}{{NNj{c}}}G`}{{{NNn{c}}NIj}{{I`{ADj}}}G`}{{{NNn{c}}NIjADj}{{I`{Db}}}G`}{{{NNh{c}}NIj}{{NNh{c}}}G`}{{{NNj{c}}NIj}{{NNj{c}}}G`}{{{NNn{c}}NIjNIj}dG`}{{{NNn{c}}NIj}hG`}{{{Fn{ceg}}d}{{Fn{ceg}}}{}G`{}}{{{NNh{c}}{NOl{NIje}}e}{{NNh{c}}}G`{}}{{{NNj{c}}{NOl{NIje}}e}{{NNj{c}}}G`{}}{{{NNh{c}}{NOn{NIje}}e}{{NNh{c}}}G`{}}{{{NNj{c}}{NOn{NIje}}e}{{NNj{c}}}G`{}}4{{{Fn{ceg}}}{{Ob{CN`}}}{}G`Dl}{{{Fn{ceg}}ADj}{{Fn{ceg}}}{}G`{}}{{{Fn{ceg}}}CNd{}G`Dl}{{{Fn{ceg}}i}{{Fn{ceg}}}{}G`{}{{K`{NHj}}}}{{{Fn{ceg}}}CNf{}G`Dl}{{{NNh{c}}e}{{NNh{c}}}G`{{K`{{Aj{El}}}}}}{{{NNj{c}}e}{{NNj{c}}}G`{{K`{{Aj{El}}}}}}{{{NNn{c}}NIj}{{I`{El}}}G`}`{{{NNn{c}}NIj}{{I`{{Aj{El}}}}}G`}{{{NNn{c}}NIje}{{I`{{Aj{El}}}}}G`{{K`{{Aj{El}}}}}}{ce{}{}}0000{c{{Il{e}}}{}{}}00000000000000000000000000000000000{c{{Il{e{In{e}}}}}{}{}}00000000000{cJ`{}}00000000000333333333333333333333333{{}HJb}{{bNHj}Hj}00``````{{{NNn{c}}}{{Fn{`ce}}}G`{}}{{{NOj{}{{GAj{c}}}}c}HjG`}{{{Fn{ceg}}CN`}{{Fn{ceg}}}{}G`{}}{{{NNh{c}}e}{{NNh{c}}}G`{{Bb{NIj}}}}{{{NNj{c}}e}{{NNj{c}}}G`{{Bb{NIj}}}}{{{NNn{c}}}{{Ob{ce}}}G`{}}{{{NNn{c}}}{{Od{ce}}}G`{}}`{{cg}i{}{}{{An{e}}}{}}{{{Fh{c}}e}{{Fh{c}}}{}{{K`{{Cn{c}}}}}}>>{cCj{}}0??{{c{Cl{e}}}g{}{}{}}{ce{}{}}{Dbc{}}0{Dbh}{cc{}}03{{}Db}44{{{Ib{c}}}{{Ib{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}7666```{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}99{{{Jn{{Cn{c}}}}}{{NHn{c}}}{}}{c{{Fh{e}}}{{K`{{Aj{El}}}}}{}}`?;;==;;{c{{Of{e}}}{{K`{{Aj{El}}}}}{}}=<{{{Of{c}}e}{{NI`{c}}}{}{{K`{{Cn{c}}}}}}<<{{{Of{c}}e}{{Of{c}}}{}{{K`{{Aj{El}}}}}}<;;>{{{Of{c}}e}{{Of{c}}}{}{{K`{{Cn{c}}}}}};??:9{{c{Cl{e}}}g{}{}{}}{ce{}{}}00{{cg}{{NI`{e}}}{{K`{{Aj{El}}}}}{}{{K`{{Cn{e}}}}}}{{{Jn{{Cn{c}}}}}{{NI`{c}}}{}}{{{Of{c}}{Aj{El}}}{{Of{c}}}{}}{{{Of{c}}de}{{NI`{c}}}{}{{ABj{d}{{Ch{c}}}}}}>>>=<44`````````````{{{GHn{}{{GAj{c}}}}c}A`G`}``````0{{cCKfCKnGLhe{GGj{e}}{Ml{e}}g}hCKd{{K`{Nl}}An}GHn}`1{{CKfCKnGLh}CLn}``{{CM`CKfCKn{CMb{c}}GLhe{GGj{e}}eABj{I`{c}}}CMdDl{An{K`{Nl}}GLj}}`````````````{{cg}i{}{}{{An{e}}}{}}09999{cCj{}}000::::;;{NJ`NJ`}{{ce}h{}{}}<<{{}{{Oh{M`}}}}{{}{{Oh{BBj}}}}{{}{{Oh{Oj}}}}{{}{{Oh{IBl}}}}{{}{{Oh{CEj}}}}{{}{{Oh{NCl}}}}{{}{{Oh{Al}}}}{{}{{Oh{IBh}}}}{{}{{Oh{ADj}}}}{{}{{Oh{Db}}}}{Dbc{}}000{Dbh}0{{NJ`Df}Dh}{cc{}}000{ce{}{}}0{{NJ`c}hGCb}{{}Db}02222{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0{{c{Cl{e}}}g{}{}{}}06666{{{Hh{c}}}{{Cn{c}}}{}}77{{{Oh{c}}e}{{Oh{c}}}{}{{K`{c}}}}`0`{{cg}{{Hh{e}}}{{K`{{Aj{El}}}}}{}{{ABj{NJ`}{{Ch{e}}}}}}01`9{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}0<<<<{{{Oh{c}}NJ`}h{AnAA`{AEn{}{{Ch{}}}}{AHb{}{{Ch{}}}}HOn}}5```{{cg}i{}{}{{An{e}}}{}}>>{cCj{}}0??9``{D`D`}{{ce}h{}{}}{ce{}{}}{NJnD`}{{}D`}{Dbc{}}0{Dbh}{cc{}}05{{}Db}66{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}::::{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}==`````{{{GIb{}{{GAj{c}}}}c}BfG`}`0{{{NNn{c}}}{{Ob{ce}}}G`{}}{{{NNn{c}}}{{Od{ce}}}G`{}}```````````{{cg}i{}{}{{An{e}}}{}}{ce{}{}}0{cCj{}}0{c{{NJb{bCIh}}}{{K`{{Aj{El}}}}}}22:00{OlOl}{{ce}h{}{}}4{Dbc{}}0{Dbh}{{OlOl}d}{{ce}d{}{}}00{{OlDf}Dh}{cc{}}0:{{Olc}hGCb}9{{}Db}<<{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}{{c{Cl{e}}}g{}{}{}}{ce{}{}}00??????0{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}33``````````{{{On{}{{GAj{c}}}}c}AjG`}{{cg}i{}{}{{An{e}}}{}}00055555555{cCj{}}0000000`````666666667777{{{HI`{c}}}{{Jn{CKb}}}Dl}{OA`OA`}{OAbOAb}{AjAj}{{ce}h{}{}}00;;;;`{OAbOAd}{{}OAb}{Dbc{}}0000000{{{HI`{c}}CKb}hDl}`;{{{HI`{c}}d}{{HI`{c}}}Dl}{{CIhbCKfCKnCKbOAfEl{I`{Mf}}I`dd{I`{{CJn{cbCIh}}}}{I`{{CJn{cbCIh}}}}dGh{I`{El}}{I`{El}}{I`{El}}MfGhCL`CKl}h{}}{{{HI`{c}}CKbCIhbCKlCKfCKnCL`}hDl}{{{HI`{c}}CKbCIhbCKfCKn{I`{OAf}}CKl}hDl}{Dbh}000{{cedi}{{HI`{g}}}{{K`{{Aj{El}}}}}{{K`{{Aj{El}}}}}Dl{{ABj{d}{{Ch{g}}}}}}`{{{On{}{{GAj{c}}}}c}AjG`}{{{HI`{c}}El}{{HI`{c}}}Dl}{{OA`Df}Dh}{{OAbDf}Dh}{{AjDf}Dh}{CLf{{Nf{c}}}{}}{OAbh}06{{dd}OAb}{{{HI`{c}}}{{HI`{c}}}Dl}{cc{}}0000000{ce{}{}}0009`::`{{{HI`{c}}CLf}{{HI`{c}}}Dl}{{}Db}000{c{{HI`{e}}}{{K`{{Aj{El}}}}}Dl}33333333{{{Ib{c}}}{{Ib{Cj}}}{}}000{{{Id{c}}}{{Id{Cj}}}{}}00{{{If{c}}}{{If{Cj}}}{}}000{{c{Cl{e}}}g{}{}{}}000777777777777{OAbd}0``{{{HI`{c}}El}{{HI`{c}}}Dl}``{{CIhOdCN`FMl{I`{Mf}}{I`{{CJn{cbCIh}}}}{I`{{CJn{cbCIh}}}}Gh{I`{El}}{I`{El}}MfGhO`CKb}CLl{}}{{{HI`{c}}CKbCIhOd}CLlDl}{{{HI`{c}}{CJn{cbCIh}}}{{HI`{c}}}Dl}{{{HI`{c}}e}{{HI`{c}}}Dl{{K`{Gh}}}}{{CKfCKnd}CLn}{{{HI`{c}}CKbCKfCKnCL`CIh}CLnDl}{{CLfDb}{{Nf{c}}}{}}{{OAbDb}h}0{CLf{{Nf{c}}}{}}{OAbh}0100{{ce}{{HI`{g}}}{{K`{{Aj{El}}}}}{{K`{{Aj{El}}}}}Dl}{{dd}OAb}{{{HI`{c}}c}{{HI`{c}}}Dl}{{{HI`{c}}CKbCM`CKfCKnCIhCLb{CMb{c}}CL`}CMdDl}{{{HI`{c}}e}{{HI`{c}}}Dl{{ABj{Jl}{{Ch{c}}}}}}02{{{HI`{c}}{I`{c}}}{{HI`{c}}}Dl}{{{HI`{c}}e}{{HI`{c}}}Dl{{ABj{d}{{Ch{c}}}}}}{{{HI`{c}}CKbCKfCIhCMf}hDl}{{{HI`{c}}CKbCKfCIh}{{I`{{CMh{cbCIh}}}}}Dl}{{{HI`{c}}e}{{HI`{c}}}Dl{{K`{FMl}}}}{{{HI`{c}}}{{HI`{c}}}Dl}``:{{ce{I`{g}}d}{{HI`{g}}}{{K`{{Aj{El}}}}}{{K`{{Aj{El}}}}}Dl}=<<`{{OAbEl}{{I`{Jl}}}}`{{{HI`{c}}e}{{HI`{c}}}Dl{{K`{FOn}}}}{{{HI`{c}}}{{Ob{CN`}}}Dl}{{{HI`{c}}}CNdDl}{{{HI`{c}}e}{{HI`{c}}}DlK`}{{{HI`{c}}{Lf{LdLd}}}{{HI`{c}}}Dl}{{{HI`{c}}}CNfDl}`{{ce}{{HI`{g}}}{{K`{{Aj{El}}}}}{{K`{{Aj{El}}}}}Dl}{ce{}{}}00{{{HI`{c}}{CJn{cbCIh}}}{{HI`{c}}}Dl}{c{{Il{e}}}{}{}}00000000000{c{{Il{e{In{e}}}}}{}{}}000{cJ`{}}00044444444{OAbh}0{{CM`CKf{I`{CKf}}CKnCLb{CMb{c}}OAfMfdd{I`{ABj}}{I`{ABj}}{I`{c}}{I`{ABj}}e{I`{ABj}}d{I`{ABj}}{I`{{Lf{LdLd}}}}GhCKf}CMdDl{{Bb{}{{Ch{OAb}}}}}}``{{{HI`{c}}e}{{HI`{c}}}Dl{{K`{CN`}}}}````{{cg}i{}{}{{An{e}}}{}}08888{cCj{}}0009999{{c{Cl{e}}}g{}{}{}}0{OAdOAd}{OAhOAh}{{ce}h{}{}}0=={{}OAd}{Dbc{}}000{Dbh}0{{OAdDf}Dh}{{OAhDf}Dh}{cc{}}000{ce{}{}}0{{}Db}01111{{{Ib{c}}}{{Ib{Cj}}}{}}0{{{Id{c}}}{{Id{Cj}}}{}}0{{{If{c}}}{{If{Cj}}}{}}0>>444444{{OAdOAf}{{I`{{Lf{DbDb}}}}}}{{OAdOAf}OAh}66{c{{Il{e}}}{}{}}00000{c{{Il{e{In{e}}}}}{}{}}0{cJ`{}}09999```{{cg}i{}{}{{An{e}}}{}}::{cCj{}}0{OAjh}<<{{c{Cl{e}}}g{}{}{}}={OAjJl}2{Dbc{}}0{Dbh}{cc{}}0{ce{}{}}{{}Db}{{OAjHC`}h}22{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}:555{{OAfOAd}OAj}{{OAjOAf}h}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}::`{{cg}i{}{}{{An{e}}}{}};;{cCj{}}0<<{{c{Cl{e}}}g{}{}{}}{OAfOAf}{{ce}h{}{}}?{Dbc{}}0{Dbh}{{OAfDf}Dh}{cc{}}0{ce{}{}}{{}Db}{{OAfDbHC`}h}{{OAfDbOAf}h}33{{{Ib{c}}}{{Ib{Cj}}}{}}{{{Id{c}}}{{Id{Cj}}}{}}{{{If{c}}}{{If{Cj}}}{}}=666{OAfd}{OAfDb}{ElOAf}{{OAfDb}Db}0{{OAfDb}h}{{OAfDbDb}h}{OAfOAf}{{OAfDbDb}OAf}>{OAfJl}{c{{Il{e}}}{}{}}00{c{{Il{e{In{e}}}}}{}{}}{cJ`{}}{ce{}{}}0{{OAfDb}OAf}```````{{egGJf}{{NJd{c}}}{}{{K`{{Cn{c}}}}}{{K`{{Aj{El}}}}}}`````````{{{GHn{}{{GAj{c}}}}c}A`G`}````0{{cCKfCKnGMbe{GGj{e}}g}hCKd{{K`{Nl}}An}GHn}`1{{CKfCKnGMb}CLn}``{{CM`CKfCKn{CMb{c}}GMbe{GGj{e}}eABj{I`{c}}}CMdDl{An{K`{Nl}}GLj}}`````{{{Hd{c}}}{{GEn{cbCIh}}}Dl}{{{Hd{c}}c}{{Hd{c}}}Dl}{c{{Hd{e}}}{{K`{{Aj{El}}}}}{}}{bBn}","c":[1667,1726,1730,1731,2483,3661,3664,3743,3744,3745,3746,3747,8617,8623,8634,14951,14952,14955,14966,14970,14978,14995,14997,15001,15027,15043,15044,15045,15046,15047,15048,15049,15101,15107,25480,25481,25484,25495,25499,25507,25524,25526,25530,25556,25572,25573,25574,25575,25576,25577,25578,25630,25636,37549,37550,37553,37564,37568,37576,37593,37595,37599,37625,37641,37642,37643,37644,37645,37646,37647,37699,37705,56348,64655,64695,64732,65020,65070,65289,65376,65378,65397,65406,65932,66063,66064,66065,66066,66067,66068,66069,66102,66104,66105,66118,66123,66124,66128,66177,66182,66183,66184,66233,66234,66235,66624,66999,67321,67327,67411,68433,74853,74854,75237,88299,89268,89740,89741,90979,90981],"p":[[5,"Theme",0],[1,"bool"],[5,"Appearance",86547],[1,"unit"],[5,"Appearance",84826],[5,"Appearance",85425],[5,"Appearance",84915],[5,"Appearance",85134],[5,"Appearance",94319],[5,"Scrollbar",85047],[5,"Appearance",84604],[5,"Appearance",84551],[5,"Appearance",97467],[5,"Appearance",85474],[10,"TransformMatrix",8535],[10,"Also",0],[10,"FnOnce",97919],[5,"Appearance",46400],[5,"Appearance",85382],[5,"Appearance",84697],[5,"Appearance",84507],[5,"Appearance",84961],[5,"Appearance",84649],[5,"Appearance",95139],[5,"Appearance",84872],[5,"Appearance",92786],[10,"Apply",0],[17,"Output"],[10,"Any",97920],[5,"BakedParameters",6364],[8,"Element",0],[5,"Appearance",97354],[1,"usize"],[5,"Color",42082],[5,"Formatter",97921],[8,"Result",97921],[8,"ImageButton",94319],[10,"Clone",97922],[8,"TextButton",94319],[8,"LinkButton",93420],[5,"Grid",93420],[5,"NavBarToggle",93420],[5,"Icon",93420],[5,"ContextMenu",93420],[5,"Dropdown",95035],[1,"str"],[10,"AsRef",97923],[5,"HeaderBar",93420],[5,"Dropdown",95262],[10,"PartialEq",97924],[5,"FlexRow",93420],[5,"Section",97144],[5,"ContextDrawer",94782],[5,"NavBar",96148],[5,"SegmentedButton",96549],[10,"Default",97925],[5,"Calendar",93420],[5,"ListColumn",93420],[5,"Named",95511],[5,"DndSource",93420],[10,"AsMimeTypes",18000],[10,"Send",97926],[5,"Dialog",93420],[5,"DndDestination",93420],[5,"Button",94319],[5,"Warning",93420],[8,"IconButton",94319],[5,"SpinButton",93420],[5,"Appearance",96549],[5,"Appearance",84742],[5,"Line",84742],[6,"Option",97927],[5,"Box",97928],[5,"Arc",97929],[5,"Rc",97930],[6,"Background",42082],[6,"Layer",883],[6,"Result",97931],[5,"OutOfBounds",8656],[5,"TypeId",97920],[17,"SubCommand"],[17,"Args"],[10,"CosmicFlags",151],[10,"ToString",97932],[10,"Debug",97921],[5,"String",97932],[5,"Vec",97933],[10,"Into",97923],[5,"Core",151],[6,"DbusActivationDetails",151],[17,"Executor"],[17,"Flags"],[17,"Message"],[10,"Application",151],[10,"Executor",47131],[10,"ApplicationExt",151],[8,"Command",303],[5,"Id",84178],[1,"tuple"],[6,"Message",420],[8,"Id",96148],[5,"Tree",95749],[8,"Model",96148],[1,"u32"],[5,"Settings",465],[8,"Result",11958],[1,"f32"],[5,"Subscription",47131],[5,"ThemeMode",883],[1,"slice"],[5,"Theme",883],[5,"Update",633],[10,"CosmicConfigEntry",633],[10,"Sync",97926],[5,"Command",83065],[6,"Message",316],[5,"Cosmic",316],[1,"f64"],[1,"never"],[5,"Font",83065],[5,"Size",42082],[5,"Limits",44422],[17,"Item"],[10,"IntoIterator",97934],[10,"Future",47279],[5,"CosmicTk",521],[6,"Density",521],[5,"Config",633],[6,"Error",633],[10,"Deserializer",97935],[10,"Serializer",97936],[5,"ConfigTransaction",633],[6,"Cow",97937],[1,"u64"],[10,"Copy",97926],[10,"Hash",97938],[5,"Error",97921],[5,"Error",48258],[6,"Error",97939],[6,"Error",97940],[5,"SpannedError",97940],[5,"Error",97941],[10,"ConfigGet",633],[10,"DeserializeOwned",97935],[10,"ConfigSet",633],[10,"Serialize",97936],[5,"SmolStr",88303],[5,"INotifyWatcher",97942],[10,"Fn",97919],[5,"PathBuf",97943],[5,"ThemeBuilder",883],[5,"Rgb",10548],[5,"Alpha",1662],[6,"OutputError",97944],[6,"CosmicPalette",883],[5,"CosmicPaletteInner",883],[5,"CornerRadii",883],[5,"Container",883],[5,"Component",883],[5,"Spacing",883],[5,"LIGHT_PALETTE",883],[5,"DARK_PALETTE",883],[1,"array"],[10,"LayeredTheme",883],[1,"u16"],[17,"Epsilon"],[10,"AbsDiffEq",97945],[5,"Hsl",1662],[5,"Hsluv",1662],[5,"Hsv",1662],[5,"LabHue",1662],[10,"Zero",10238],[17,"Mask"],[10,"AngleEq",6000],[10,"Sub",97946],[10,"RealAngle",6000],[10,"SignedAngle",6000],[5,"LuvHue",1662],[5,"RgbHue",1662],[5,"OklabHue",1662],[5,"Hwb",1662],[5,"Lab",1662],[5,"Lch",1662],[5,"Lchuv",1662],[5,"Luv",1662],[5,"Okhsl",1662],[5,"Okhsv",1662],[5,"Okhwb",1662],[5,"Oklab",1662],[5,"Oklch",1662],[5,"Xyz",1662],[5,"Yxy",1662],[10,"Add",97946],[10,"AddAssign",97946],[5,"Cam16Qsh",7998],[5,"Cam16Qch",7642],[5,"Cam16UcsJab",6364],[5,"Luma",9670],[5,"Cam16UcsJmh",6364],[5,"Cam16Jsh",7464],[5,"Cam16Jmh",7284],[5,"Cam16Jch",7106],[5,"Cam16Qmh",7820],[10,"Premultiply",6017],[10,"BlendFunction",6017],[10,"Real",10238],[10,"One",10238],[10,"MinMax",10238],[10,"Clamp",10238],[10,"Sqrt",10238],[10,"Abs",10238],[10,"Arithmetics",10238],[10,"PartialCmp",10238],[17,"Scalar"],[10,"StimulusColor",11085],[17,"Array"],[10,"ArrayCast",8176],[10,"Clamp",1662],[10,"Stimulus",11085],[10,"DivAssign",97946],[10,"WhitePoint",11092],[10,"ClampAssign",1662],[10,"ClampAssign",10238],[10,"Neg",97946],[10,"Darken",1662],[10,"DarkenAssign",1662],[5,"FromColorMutGuard",1662],[10,"FromColorMut",1662],[10,"Sized",97926],[10,"Desaturate",1662],[10,"DesaturateAssign",1662],[10,"Deserialize",97935],[10,"Powi",10238],[10,"Exp",10238],[10,"Trigonometry",10238],[10,"Hypot",10238],[10,"Mul",97946],[10,"Div",97946],[5,"Drain",97947],[5,"Iter",10318],[5,"Iter",5946],[10,"RangeBounds",97948],[5,"Iter",10042],[5,"Iter",10548],[5,"Iter",10410],[5,"Cam16UcsJmhIter",6364],[5,"Iter",11812],[5,"Iter",10364],[5,"Iter",9031],[5,"Iter",9576],[5,"Iter",7820],[5,"Cam16UcsJabIter",6364],[5,"Iter",9078],[5,"Iter",10456],[5,"Iter",9529],[5,"Iter",7464],[5,"Iter",7284],[5,"Iter",9623],[5,"Iter",7642],[5,"Iter",7106],[5,"Iter",9670],[5,"Iter",7998],[5,"Iter",10502],[5,"Iter",9125],[5,"Iter",11765],[5,"Iter",9482],[5,"LabHueIter",9172],[5,"LuvHueIter",9172],[5,"RgbHueIter",9172],[5,"OklabHueIter",9172],[10,"Extend",97934],[10,"LowerHex",97921],[10,"UpperHex",97921],[10,"FromScalarArray",10238],[5,"PreAlpha",6017],[5,"Cam16Hue",9172],[1,"u8"],[5,"Srgb",8757],[5,"Linear",8757],[10,"FromStimulus",11085],[5,"Cam16",6364],[5,"Packed",8176],[10,"ComponentOrder",8176],[10,"FromScalar",10238],[10,"Powf",10238],[10,"Signum",10238],[10,"WhitePointParameter",6364],[10,"FromColor",1662],[10,"WithAlpha",1662],[10,"RgbStandard",10548],[17,"WhitePoint"],[10,"LumaStandard",9670],[10,"IsValidDivisor",10238],[10,"IntoColorUnclamped",8656],[10,"Cbrt",10238],[10,"Recip",10238],[10,"PartialOrd",97924],[10,"HasBoolMask",6353],[5,"D65",11092],[5,"FromColorUnclampedMutGuard",8656],[10,"RgbSpace",10548],[17,"Space"],[10,"FromAngle",6000],[10,"FromIterator",97934],[10,"SliceIndex",97949],[10,"ColorDifference",1662],[10,"RelativeContrast",1662],[17,"Hue"],[10,"GetHue",1662],[10,"AsMut",97923],[10,"IntoColor",1662],[10,"IntoColorMut",1662],[10,"UnsignedAngle",6000],[10,"FromColorUnclampedMut",8656],[5,"Any",11092],[10,"IsWithinBounds",1662],[10,"Lighten",1662],[10,"LightenAssign",1662],[10,"SubAssign",97946],[10,"Mix",1662],[10,"MixAssign",1662],[10,"MulAssign",97946],[17,"Color"],[17,"WithAlpha"],[10,"RelativeEq",97950],[10,"Saturate",1662],[10,"SaturateAssign",1662],[10,"SaturatingAdd",10238],[10,"SaturatingSub",10238],[10,"SetHue",1662],[10,"ShiftHue",1662],[10,"ShiftHueAssign",1662],[10,"UlpsEq",97951],[10,"WithHue",1662],[10,"Iterator",97952],[10,"ExactSizeIterator",97953],[10,"DoubleEndedIterator",97954],[10,"FullRotation",6000],[10,"HalfRotation",6000],[10,"IntoAngle",6000],[5,"Equations",6017],[10,"Compose",6017],[10,"BlendWith",6017],[10,"Blend",6017],[6,"Equation",6017],[5,"Parameters",6017],[6,"Parameter",6017],[10,"BoolMask",6353],[10,"LazySelect",6353],[10,"Select",6353],[5,"Parameters",6364],[10,"Cam16FromUnclamped",6364],[10,"Cam16IntoUnclamped",6364],[5,"StaticWp",6364],[6,"Surround",6364],[6,"Discounting",6364],[10,"FromCam16Unclamped",6364],[10,"Ln",10238],[10,"IntoCam16Unclamped",6364],[17,"StaticWp"],[10,"ArraysAs",8176],[10,"ArraysAsMut",8176],[10,"ArraysFrom",8176],[10,"ArraysInto",8176],[10,"AsArrays",8176],[10,"AsArraysMut",8176],[10,"AsComponents",8176],[10,"AsComponentsMut",8176],[10,"AsUints",8176],[10,"AsUintsMut",8176],[5,"SliceCastError",8176],[5,"BoxedSliceCastError",8176],[5,"VecCastError",8176],[6,"VecCastErrorKind",8176],[10,"ComponentsAs",8176],[10,"ComponentsAsMut",8176],[10,"ComponentsFrom",8176],[10,"ComponentsInto",8176],[10,"FromArrays",8176],[10,"FromComponents",8176],[10,"UintCast",8176],[10,"FromUints",8176],[10,"IntoArrays",8176],[10,"IntoComponents",8176],[10,"IntoUints",8176],[10,"FnMut",97919],[17,"Error"],[10,"TryComponentsAs",8176],[10,"TryComponentsAsMut",8176],[10,"TryComponentsInto",8176],[10,"TryFromComponents",8176],[10,"UintsAs",8176],[10,"UintsAsMut",8176],[10,"UintsFrom",8176],[10,"UintsInto",8176],[10,"AdaptFrom",8535],[10,"AdaptInto",8535],[5,"ConeResponseMatrices",8535],[6,"Method",8535],[10,"DeltaE",8616],[10,"Ciede2000",8616],[10,"EuclideanDistance",8616],[10,"Wcag21RelativeContrast",8616],[10,"HyAb",8616],[10,"ImprovedDeltaE",8616],[10,"ImprovedCiede2000",8616],[10,"Analogous",8645],[10,"Complementary",8645],[10,"SplitComplementary",8645],[10,"Tetradic",8645],[10,"Triadic",8645],[10,"FromColorUnclamped",8656],[10,"IntoColorUnclampedMut",8656],[10,"TryFromColor",8656],[10,"TryIntoColor",8656],[5,"Gamma",8757],[10,"Number",8939],[5,"F2p2",8757],[10,"MulSub",10238],[10,"MulAdd",10238],[5,"GammaFn",8939],[5,"LinearFn",8986],[5,"Cam16HueIter",9172],[1,"u128"],[5,"La",9952],[5,"Al",9952],[10,"Round",10238],[10,"IntoScalarArray",10238],[1,"i32"],[10,"Powu",10238],[6,"FromHexError",10548],[5,"ParseIntError",97955],[10,"Error",97956],[5,"Abgr",10893],[5,"Argb",10893],[5,"Bgra",10893],[5,"Rgba",10893],[10,"IntoStimulus",11085],[5,"A",11092],[5,"B",11092],[5,"C",11092],[5,"D50",11092],[5,"D55",11092],[5,"D75",11092],[5,"E",11092],[5,"F2",11092],[5,"F7",11092],[5,"F11",11092],[5,"D50Degree10",11092],[5,"D55Degree10",11092],[5,"D65Degree10",11092],[5,"D75Degree10",11092],[5,"NonZero",97957],[5,"Executor",11869],[5,"Executor",11905],[6,"Error",83449],[5,"Settings",11958],[6,"Error",11958],[5,"ColorPicker",93420],[8,"Renderer",0],[8,"Element",11958],[6,"Error",41190],[17,"Theme"],[10,"Application",11958],[10,"StyleSheet",84507],[10,"Sandbox",11958],[10,"MaybeSend",47131],[6,"Application",85524],[6,"Theme",84392],[6,"Renderer",31368],[5,"Element",42082],[10,"Widget",42082],[5,"Tree",45950],[10,"Renderer",42082],[5,"Layout",42082],[5,"DndDestinationRectangles",43363],[10,"Overlay",42082],[5,"Style",44985],[6,"Cursor",44567],[5,"Rectangle",42082],[10,"Clipboard",42082],[5,"Quad",44985],[5,"Id",43756],[5,"Point",42082],[5,"Vector",42082],[5,"Node",44422],[6,"Interaction",44567],[6,"Event",42082],[5,"Shell",42082],[6,"Status",43502],[10,"Operation",45950],[5,"Element",44888],[5,"DndSurface",17571],[5,"DndDestinationRectangle",17571],[5,"DndAction",17571],[6,"Length",42082],[6,"DndSource",43363],[6,"State",46570],[5,"Tag",46570],[5,"ClipboardStoreData",18000],[10,"Damage",41500],[17,"Settings"],[17,"Renderer"],[17,"Surface"],[10,"Compositor",41500],[10,"Window",41983],[5,"Information",41983],[6,"Error",41500],[5,"Viewport",41500],[6,"SurfaceError",41983],[10,"Image",41933],[5,"Handle",43853],[10,"Text",41933],[10,"Svg",41933],[5,"Handle",45124],[5,"Packed",41941],[10,"AllowedMimeTypes",18000],[10,"IdEq",43756],[5,"Icon",46661],[6,"Error",47024],[6,"Primitive",41500],[10,"Stream",47279],[5,"Pin",97958],[5,"Duration",45696],[5,"Instant",45696],[1,"fn"],[10,"StreamExt",47279],[5,"All",53164],[10,"TryFutureExt",47279],[5,"AndThen",50483],[10,"TryFuture",47279],[10,"TryStreamExt",47279],[5,"AndThen",53164],[5,"Any",53164],[10,"FutureExt",47279],[10,"SinkExt",47279],[5,"Buffer",52597],[5,"BufferUnordered",53164],[5,"Buffered",53164],[5,"CatchUnwind",50483],[5,"CatchUnwind",53164],[5,"Chain",53164],[10,"AsyncReadExt",48258],[5,"Chain",48258],[10,"AsyncRead",48258],[5,"Chunks",53164],[5,"Close",52597],[10,"AsyncWriteExt",48258],[5,"Close",48258],[5,"Collect",53164],[5,"Concat",53164],[10,"AsyncBufRead",48258],[10,"AsyncBufReadExt",48258],[5,"Count",53164],[5,"Cycle",53164],[5,"Enumerate",53164],[5,"ErrInto",50483],[5,"ErrInto",53164],[5,"Fanout",52597],[10,"Sink",47279],[5,"Feed",52597],[5,"FillBuf",48258],[5,"Filter",53164],[5,"FilterMap",53164],[5,"FlatMap",53164],[5,"FlatMapUnordered",53164],[10,"Unpin",97926],[5,"Flatten",50483],[5,"Flatten",53164],[5,"FlattenSink",50483],[5,"FlattenStream",50483],[5,"FlattenUnorderedWithFlowController",97959],[5,"Flush",52597],[5,"Flush",48258],[5,"Fold",53164],[5,"ForEach",53164],[5,"ForEachConcurrent",53164],[5,"Forward",53164],[5,"Fuse",50483],[5,"Fuse",53164],[5,"Inspect",50483],[5,"Inspect",53164],[5,"InspectErr",50483],[5,"InspectErr",53164],[5,"InspectOk",50483],[5,"InspectOk",53164],[5,"IntoAsyncRead",53164],[5,"IntoFuture",50483],[5,"StreamFuture",53164],[5,"IntoSink",48258],[5,"IntoStream",50483],[5,"IntoStream",53164],[6,"Either",50483],[5,"Lines",48258],[5,"Map",50483],[5,"Map",53164],[5,"MapErr",50483],[5,"MapErr",53164],[5,"MapInto",50483],[5,"MapOk",50483],[5,"MapOk",53164],[5,"MapOkOrElse",50483],[5,"NeverError",50483],[5,"Next",53164],[5,"OkInto",50483],[5,"OrElse",50483],[17,"Ok"],[5,"OrElse",53164],[5,"Peekable",53164],[5,"Context",57540],[6,"Poll",57540],[10,"AsyncWrite",48258],[5,"IoSliceMut",48258],[10,"AsyncSeek",48258],[6,"SeekFrom",48258],[5,"IoSlice",48258],[5,"Read",48258],[5,"ReadExact",48258],[5,"ReadLine",48258],[5,"ReadToEnd",48258],[5,"ReadToString",48258],[5,"ReadUntil",48258],[5,"ReadVectored",48258],[5,"ReadyChunks",53164],[5,"Remote",50483],[5,"RemoteHandle",50483],[5,"Scan",53164],[10,"AsyncSeekExt",48258],[5,"Seek",48258],[5,"SelectNextSome",53164],[5,"Send",52597],[5,"SendAll",52597],[10,"TryStream",47279],[5,"Shared",50483],[5,"SinkErrInto",52597],[5,"SinkMapErr",52597],[5,"Skip",53164],[5,"SkipWhile",53164],[5,"SplitSink",53164],[5,"SplitStream",53164],[5,"ReadHalf",48258],[5,"WriteHalf",48258],[5,"Take",53164],[5,"Take",48258],[5,"TakeUntil",53164],[5,"TakeWhile",53164],[5,"Then",50483],[5,"Then",53164],[5,"TryAll",53164],[5,"TryAny",53164],[5,"TryBufferUnordered",53164],[5,"TryBuffered",53164],[5,"TryChunks",53164],[5,"TryCollect",53164],[5,"TryConcat",53164],[5,"TryFilter",53164],[5,"TryFilterMap",53164],[5,"TryFlatten",50483],[5,"TryFlatten",53164],[5,"TryFlattenStream",50483],[5,"TryFlattenUnordered",53164],[5,"TryFold",53164],[5,"TryForEach",53164],[5,"TryForEachConcurrent",53164],[5,"TryNext",53164],[5,"TryReadyChunks",53164],[5,"TrySkipWhile",53164],[5,"TryTakeWhile",53164],[5,"UnitError",50483],[5,"UnwrapOrElse",50483],[5,"Unzip",53164],[5,"With",52597],[10,"From",97923],[5,"WithFlatMap",52597],[5,"Write",48258],[5,"WriteAll",48258],[5,"WriteVectored",48258],[5,"Zip",53164],[5,"Sender",47487],[5,"Receiver",47487],[5,"UnboundedSender",47487],[5,"UnboundedReceiver",47487],[5,"Sender",47808],[5,"Receiver",47808],[5,"BlockingStream",47970],[5,"Enter",47970],[5,"EnterError",47970],[5,"Copy",48258],[5,"CopyBuf",48258],[5,"CopyBufAbortable",48258],[5,"AbortHandle",53164],[5,"Empty",48258],[5,"Repeat",48258],[5,"Sink",48258],[5,"Abortable",53164],[5,"Ready",50483],[10,"UnsafeFutureObj",57540],[10,"FusedFuture",50483],[5,"Join",50483],[5,"Join3",50483],[5,"Join4",50483],[5,"Join5",50483],[5,"JoinAll",50483],[5,"Lazy",50483],[6,"MaybeDone",50483],[5,"Pending",50483],[5,"PollFn",50483],[5,"PollImmediate",50483],[5,"Select",50483],[5,"SelectAll",50483],[5,"SelectOk",50483],[5,"TryJoin",50483],[5,"TryJoin3",50483],[5,"TryJoin4",50483],[5,"TryJoin5",50483],[5,"TryJoinAll",50483],[6,"TryMaybeDone",50483],[5,"TrySelect",50483],[5,"Drain",52597],[5,"Unfold",52597],[5,"Empty",53164],[10,"FusedStream",53164],[5,"Iter",53164],[5,"Once",53164],[5,"Pending",53164],[5,"PollFn",53164],[5,"PollImmediate",53164],[5,"Repeat",53164],[5,"RepeatWith",53164],[5,"Select",53164],[5,"SelectAll",53164],[5,"SelectWithStrategy",53164],[6,"PollNext",53164],[5,"TryUnfold",53164],[5,"Unfold",53164],[5,"Waker",57540],[10,"SpawnExt",57540],[5,"SpawnError",57540],[10,"LocalSpawnExt",57540],[10,"LocalSpawn",57540],[5,"LocalFutureObj",57540],[10,"Spawn",57540],[5,"FutureObj",57540],[10,"ArcWake",57540],[5,"WakerRef",57540],[6,"Key",83695],[5,"Modifiers",83695],[6,"Infallible",97923],[10,"Recipe",57990],[5,"Hasher",42082],[17,"Geometry"],[10,"Renderer",58038],[10,"AttributeStore",58579],[5,"EndpointId",58579],[10,"PositionStore",58579],[5,"ControlPointId",58579],[5,"UnknownUnit",61537],[5,"Point2D",61537],[10,"Position",58579],[10,"PathBuilder",64223],[6,"Winding",58579],[5,"Vector2D",61537],[5,"Angle",60286],[5,"LineSegment",60286],[5,"Polygon",58579],[10,"SvgPathBuilder",64223],[5,"Box2D",61537],[5,"BorderRadii",59761],[5,"ArcFlags",58579],[17,"PathType"],[10,"Build",64223],[6,"Event",58579],[5,"Flattened",59761],[5,"Transformed",59761],[10,"Transformation",63708],[5,"WithSvg",59761],[10,"Segment",60286],[10,"Scalar",60286],[5,"Size2D",61537],[5,"Range",97948],[5,"Box3D",61537],[5,"BoolVector2D",61537],[5,"BoolVector3D",61537],[10,"Trig",61537],[5,"Point3D",61537],[5,"Rect",61537],[5,"Size3D",61537],[5,"Vector3D",61537],[10,"ApproxEq",63499],[10,"Ceil",63588],[10,"Floor",63588],[10,"One",63588],[10,"Round",63588],[10,"Zero",63588],[5,"ArrayVec",61117],[10,"Float",97960],[10,"PathIterator",64223],[5,"Flattened",63734],[5,"Transformed",63734],[6,"Gradient",42082],[5,"Packed",64292],[6,"DynamicImage",64380],[6,"ImageError",64380],[17,"Subpixel"],[10,"Pixel",64380],[10,"Primitive",64380],[10,"EncodableLayout",64380],[10,"GenericImage",64380],[17,"Pixel"],[10,"GenericImageView",64380],[17,"Reader"],[10,"ImageDecoder",64380],[6,"ColorType",64380],[10,"Read",97961],[5,"Rect",69495],[6,"ImageFormat",64380],[5,"Path",97943],[10,"AnimationDecoder",64380],[5,"Frames",64380],[10,"BufRead",97961],[10,"Seek",97961],[6,"ExtendedColorType",64380],[5,"Pixels",64380],[5,"Progress",64380],[10,"ImageDecoderRect",64380],[5,"Limits",69353],[5,"SubImage",64380],[5,"Luma",64380],[5,"LumaA",64380],[5,"Rgb",64380],[5,"Rgba",64380],[10,"Write",97961],[6,"ImageOutputFormat",64380],[10,"ImageEncoder",64380],[10,"ConvertBuffer",65608],[5,"Rgbe8Pixel",66625],[5,"ImageBuffer",64380],[10,"ColorMap",69203],[17,"Target"],[10,"DerefMut",97962],[10,"FromColor",97963],[10,"Lerp",97964],[1,"i64"],[6,"FilterType",69203],[10,"Enlargeable",97964],[5,"FontSystem",69674],[5,"RwLock",97965],[5,"Buffer",70024],[5,"Attrs",70024],[5,"Color",70024],[6,"Shaping",46400],[6,"Shaping",70024],[10,"Edit",70024],[5,"FontSystem",70024],[6,"Action",70024],[5,"Change",70024],[5,"BorrowedWithFontSystem",70024],[6,"BufferRef",70024],[5,"Cursor",70024],[5,"AttrsList",70024],[6,"Selection",70024],[5,"Face",73177],[5,"Feature",73177],[5,"UnicodeBuffer",73177],[5,"GlyphBuffer",73177],[5,"ShapePlan",73177],[10,"OutlineBuilder",74089],[10,"FromData",74089],[10,"Painter",76690],[5,"GlyphId",74089],[5,"RgbaColor",74089],[5,"Tag",73177],[10,"RecordListItem",81100],[10,"LookupSubtable",81100],[17,"Handle"],[10,"Renderer",43853],[6,"FilterMethod",43853],[5,"Padding",42082],[6,"Axis",44530],[6,"Alignment",42082],[10,"Renderer",45124],[17,"Font"],[10,"Editor",45217],[17,"Highlight"],[17,"Iterator"],[10,"Highlighter",45217],[10,"Paragraph",45217],[5,"Text",42082],[6,"Difference",45217],[6,"Cursor",45367],[17,"Paragraph"],[17,"Editor"],[17,"Raw"],[10,"Renderer",45217],[5,"Pixels",42082],[5,"Format",45604],[6,"Hit",45217],[6,"Horizontal",43223],[6,"Action",45367],[6,"LineHeight",46400],[6,"Vertical",43223],[6,"Outcome",46109],[10,"Focusable",46109],[10,"Scrollable",46109],[10,"TextInput",46109],[5,"AbsoluteOffset",46302],[5,"RelativeOffset",46302],[5,"Count",46249],[17,"Style"],[10,"StyleSheet",46400],[5,"State",46400],[6,"MimeType",97966],[5,"DataWrapper",17571],[6,"DndEvent",17571],[6,"SourceEvent",17571],[6,"OfferEvent",17571],[5,"Rectangle",17571],[6,"Icon",17571],[5,"DndAction",97967],[6,"c_void",97968],[10,"Hasher",97938],[5,"Iter",97969],[5,"IterNames",97969],[10,"Sender",17571],[5,"SendError",97970],[10,"TryFrom",97923],[5,"Error",18000],[5,"ClipboardData",18000],[5,"ClipboardLoadData",18000],[10,"StyleSheet",84697],[5,"Button",31368],[10,"StyleSheet",84551],[5,"Canvas",31368],[10,"Program",32828],[5,"Checkbox",31368],[10,"StyleSheet",84604],[5,"Column",31368],[5,"State",33711],[5,"ComboBox",31368],[10,"Display",97921],[10,"StyleSheet",85474],[10,"Component",31368],[5,"Container",31368],[10,"StyleSheet",84649],[5,"Rule",31368],[10,"StyleSheet",84961],[5,"Space",31368],[5,"Image",31368],[5,"Column",33863],[5,"Lazy",31368],[5,"MouseArea",31368],[17,"State"],[17,"Event"],[5,"PickList",31368],[10,"StyleSheet",84826],[10,"StyleSheet",85047],[5,"RangeInclusive",97948],[5,"ProgressBar",31368],[10,"StyleSheet",84872],[5,"Radio",31368],[10,"Eq",97924],[10,"StyleSheet",84915],[5,"Responsive",31368],[5,"Row",31368],[5,"Scrollable",31368],[5,"Slider",31368],[10,"StyleSheet",85134],[5,"Svg",31368],[10,"StyleSheet",85382],[5,"Text",45950],[5,"Content",40680],[5,"PlainText",45604],[5,"TextEditor",31368],[10,"StyleSheet",85425],[5,"TextInput",31368],[5,"Themer",31368],[5,"Toggler",31368],[10,"StyleSheet",86547],[6,"Position",41075],[5,"Tooltip",31368],[5,"VerticalSlider",31368],[5,"State",32756],[6,"Event",32828],[6,"ContentFit",42082],[5,"Viewer",33765],[5,"State",33821],[10,"Draggable",34004],[6,"Action",34672],[6,"Node",34004],[10,"StyleSheet",84742],[5,"Pane",34004],[6,"Handle",34765],[5,"State",34765],[5,"State",40001],[6,"Direction",40001],[5,"State",40253],[10,"FromPrimitive",97971],[5,"State",40766],[5,"Value",40766],[5,"Icon",40766],[5,"State",41122],[6,"Level",46661],[6,"Mode",46661],[6,"UserAttention",46661],[5,"Screenshot",84178],[5,"Settings",46661],[6,"Error",19152],[10,"Program",83065],[5,"PaneGrid",31368],[6,"Mesh",41500],[5,"Icon",33658],[5,"State",34004],[5,"Content",34004],[6,"DragEvent",34004],[5,"ResizeEvent",34004],[5,"Viewport",40001],[5,"State",33919],[5,"Menu",33919],[6,"Direction",34004],[5,"TitleBar",34004],[6,"Axis",34004],[6,"Configuration",34004],[5,"Split",34004],[6,"Target",34004],[6,"Region",34004],[6,"Edge",34004],[6,"Ordering",97924],[6,"Contents",34004],[5,"BTreeMap",97972],[5,"Internal",34672],[5,"HashMap",97973],[5,"Icon",34765],[5,"Settings",34923],[6,"Compositor",34923],[6,"Surface",35043],[6,"Frame",35078],[5,"Cache",35078],[6,"Geometry",34923],[5,"Path",58038],[5,"Fill",58038],[5,"Text",58038],[5,"Stroke",58038],[5,"Properties",40001],[6,"Alignment",40001],[10,"Deref",97962],[5,"Cursor",40766],[6,"Side",40766],[1,"char"],[6,"State",41020],[5,"Settings",41190],[5,"Proxy",41190],[5,"Window",91272],[6,"UserEventWrapper",41381],[5,"Clipboard",41190],[10,"Application",41190],[5,"EventLoopProxy",87954],[5,"State",41381],[5,"Cache",84102],[5,"Debug",83065],[5,"UserInterface",83065],[5,"ModifiersState",88303],[6,"WindowEvent",87074],[5,"Runtime",47131],[5,"PhysicalPosition",86603],[5,"MonitorHandle",89375],[6,"Fullscreen",91272],[5,"Icon",91272],[6,"Key",88303],[6,"MouseButton",87074],[6,"Button",44567],[6,"CursorIcon",91272],[6,"Position",46661],[6,"Position",86603],[5,"Touch",87074],[6,"Event",45858],[6,"UserAttentionType",91272],[6,"WindowLevel",91272],[5,"WindowBuilder",91272],[5,"Transformation",41500],[5,"Renderer",41500],[10,"Backend",41500],[6,"Antialiasing",41500],[6,"Gradient",41500],[5,"Linear",64292],[5,"Border",42082],[5,"Degrees",42082],[5,"Radians",42082],[5,"Shadow",42082],[10,"Num",97974],[5,"Popover",93420],[5,"List",97975],[5,"MenuBar",95749],[5,"LayerContainer",93420],[5,"RectangleTrackingContainer",96401],[5,"AspectRatio",94258],[5,"TextInput",97467],[5,"Linear",43670],[6,"RedrawRequest",46661],[5,"Radius",43317],[5,"Null",43363],[6,"PlatformSpecific",43502],[6,"MacOS",43502],[5,"ColorStop",43670],[6,"Internal",43756],[5,"Id",96549],[5,"Bytes",43853],[6,"Data",43853],[6,"Named",44065],[5,"Click",44567],[6,"Event",44567],[6,"ScrollDelta",44567],[6,"Kind",44847],[5,"Group",44888],[5,"Null",44985],[6,"Data",45124],[6,"Edit",45367],[6,"Motion",45367],[6,"Direction",45367],[5,"Instant",97976],[5,"Delay",64380],[5,"TryFromFloatSecsError",97977],[5,"Finger",45858],[10,"BorrowMut",97978],[10,"Borrow",97978],[6,"OperationWrapper",46109],[5,"MapOperation",46109],[6,"OperationOutputWrapper",45950],[6,"Event",46661],[5,"PlatformSpecific",47070],[5,"SendError",47487],[5,"Executor",47235],[5,"TrySendError",47487],[5,"TryRecvError",47487],[5,"Cancellation",47808],[5,"Canceled",47808],[5,"ThreadPoolBuilder",47970],[5,"Replacements",97979],[5,"ThreadPool",47970],[5,"LocalSpawner",47970],[5,"LocalPool",47970],[5,"Recompositions",97980],[5,"Decompositions",97981],[5,"StreamSafe",97982],[5,"Window",48258],[5,"BufReader",48258],[5,"BufWriter",48258],[5,"LineWriter",48258],[6,"ErrorKind",48258],[5,"AllowStdIo",48258],[5,"Cursor",48258],[10,"Ord",97924],[5,"ReuniteError",48258],[5,"SeeKRelative",48258],[6,"SpawnError",97983],[5,"Error",97984],[6,"Error",97985],[5,"Errno",97986],[5,"IntoInnerError",97987],[5,"TryReserveError",97988],[5,"NulError",97989],[5,"Error",97990],[5,"PathPersistError",97991],[5,"PersistError",97991],[5,"Elapsed",97992],[5,"JoinError",97993],[5,"Error",97994],[5,"DecompressError",97995],[5,"CompressError",97995],[6,"DecodingError",97996],[6,"EncodingError",97997],[6,"Error",97985],[1,"i8"],[1,"i128"],[1,"i16"],[5,"Arguments",97921],[5,"Mutex",50057],[5,"OwnedMutexGuard",50057],[5,"MutexGuard",50057],[5,"MappedMutexGuard",50057],[5,"OwnedMutexLockFuture",50057],[5,"MutexLockFuture",50057],[5,"WeakShared",50483],[5,"OptionFuture",50483],[10,"UnwindSafe",97998],[5,"FuturesUnordered",53164],[5,"Aborted",53164],[5,"FuturesOrdered",53164],[5,"TryChunksError",53164],[5,"TryReadyChunksError",53164],[5,"ReuniteError",53164],[5,"Peek",53164],[5,"PeekMut",53164],[5,"NextIf",53164],[5,"NextIfEq",53164],[5,"AbortRegistration",53164],[10,"FnMut1",97999],[10,"FnOnce1",97999],[5,"Iter",57235],[5,"Iter",57427],[5,"IterMut",57235],[5,"IterMut",57427],[5,"IterPinMut",57235],[5,"IterPinRef",57235],[5,"IntoIter",57235],[5,"IntoIter",57427],[5,"RawWaker",57540],[5,"LocalWaker",98000],[6,"ControlFlow",98001],[5,"RawWakerVTable",57540],[5,"AtomicWaker",57540],[10,"Wake",98002],[10,"LocalWake",98002],[5,"ManuallyDrop",98003],[5,"Tracker",57990],[6,"LineCap",58038],[6,"LineJoin",58038],[5,"LineDash",58038],[6,"Style",58038],[5,"Builder",58442],[5,"Path",58579],[5,"Transform2D",61537],[6,"Rule",58393],[5,"Arc",58442],[5,"Elliptical",58531],[5,"PathCommands",58579],[5,"PathCommandsSlice",58579],[5,"PathSlice",58579],[5,"PathBuffer",58579],[5,"PathBufferSlice",58579],[5,"BuilderImpl",58579],[5,"BuilderWithAttributes",58579],[5,"PathCommandsBuilder",60083],[5,"NoAttributes",59761],[5,"Builder",63923],[5,"Iter",58579],[5,"IterWithAttributes",58579],[5,"IdIter",58579],[5,"IdPolygon",58579],[6,"LineCap",58579],[6,"LineJoin",58579],[6,"Side",58579],[6,"FillRule",58579],[5,"EventId",58579],[5,"Events",60083],[5,"AttributeSlice",58579],[5,"PolygonIdIter",64063],[5,"Iter",60083],[5,"Reversed",58579],[5,"Iter",63923],[5,"PolygonIter",64063],[5,"IdPolygonIter",64063],[5,"PathEvents",64063],[5,"CommandsPathSlice",60083],[5,"NoAttributes",63734],[5,"PointEvents",60083],[5,"LineEquation",60286],[5,"Triangle",60286],[5,"Arc",60286],[5,"CubicBezierSegment",60286],[5,"QuadraticBezierSegment",60286],[10,"Rem",97946],[10,"One",98004],[10,"FloatConst",97960],[10,"NumCast",97971],[5,"SvgArc",60286],[5,"Line",60286],[5,"Flattened",61067],[5,"Flattened",61496],[5,"Flattened",63598],[5,"FlattenedT",63598],[10,"Zero",98004],[10,"Real",98005],[5,"ArrayString",61117],[5,"IntoIter",61117],[5,"CapacityError",61117],[5,"Drain",61117],[5,"Utf8Error",98006],[10,"Signed",98007],[5,"Length",61537],[5,"Scale",61537],[5,"SideOffsets2D",61537],[5,"Translation2D",61537],[5,"Translation3D",61537],[5,"Transform3D",61537],[5,"Rotation3D",61537],[5,"RigidTransform3D",61537],[5,"Rotation2D",61537],[5,"HomogeneousVector",61537],[10,"Euclid",98008],[10,"Saturating",98009],[5,"FlatteningParameters",63598],[5,"FromPolyline",63734],[5,"BuilderWithAttributes",63923],[5,"IterBridge",98010],[5,"FlatSamples",64380],[5,"View",68936],[6,"Error",68936],[5,"ViewMut",68936],[5,"Frame",64380],[5,"EnumeratePixels",65608],[5,"EnumeratePixelsMut",65608],[5,"EnumerateRows",65608],[5,"EnumerateRowsMut",65608],[6,"DecoderError",98011],[6,"DecoderError",98012],[6,"DecoderError",98013],[6,"EncoderError",98014],[6,"DecoderError",98015],[6,"DecoderError",98016],[6,"DecoderError",98017],[6,"DecoderError",98018],[6,"DecoderError",98019],[6,"DecoderError",98020],[6,"IcoEntryImageFormat",98013],[5,"OsStr",98021],[10,"Index",98022],[10,"IndexMut",98022],[6,"NormalForm",68936],[5,"Pixels",65608],[5,"PixelsMut",65608],[5,"Rows",65608],[5,"RowsMut",65608],[5,"SampleLayout",68936],[10,"PixelWithColorType",64380],[5,"BmpDecoder",65945],[5,"BmpEncoder",65945],[5,"DdsDecoder",66024],[6,"DxtVariant",66063],[5,"DxtDecoder",66063],[5,"DxtEncoder",66063],[5,"DxtReader",66063],[5,"FarbfeldDecoder",66265],[5,"FarbfeldEncoder",66265],[5,"FarbfeldReader",66265],[6,"Repeat",66423],[5,"GifDecoder",66423],[5,"GifEncoder",66423],[5,"GifReader",66423],[5,"HdrMetadata",66625],[5,"HdrAdapter",66625],[5,"HdrEncoder",66625],[5,"HdrDecoder",66625],[5,"HdrImageDecoderIterator",66625],[5,"HdrReader",66625],[5,"IcoFrame",66957],[5,"IcoDecoder",66957],[5,"IcoEncoder",66957],[6,"PixelDensityUnit",67067],[5,"PixelDensity",67067],[5,"JpegDecoder",67067],[5,"JpegEncoder",67067],[5,"OpenExrDecoder",67235],[5,"OpenExrEncoder",67235],[5,"PngDecoder",67313],[5,"ApngDecoder",67313],[6,"CompressionType",67313],[6,"FilterType",67313],[5,"PngEncoder",67313],[5,"PngReader",67313],[5,"PnmHeader",67607],[5,"ArbitraryHeader",67607],[5,"BitmapHeader",67607],[5,"GraymapHeader",67607],[5,"PixmapHeader",67607],[6,"SampleEncoding",67607],[6,"PnmSubtype",67607],[6,"ArbitraryTuplType",67607],[5,"PnmDecoder",67607],[5,"PnmEncoder",67607],[6,"FlatSamples",98023],[5,"QoiDecoder",68031],[5,"QoiEncoder",68031],[5,"TgaDecoder",68103],[5,"TgaEncoder",68103],[5,"TiffDecoder",68180],[5,"TiffEncoder",68180],[5,"TiffReader",68180],[5,"WebPQuality",68340],[5,"WebPDecoder",68340],[5,"WebPEncoder",68340],[5,"Frame",68462],[5,"Vp8Decoder",68462],[6,"UnsupportedErrorKind",68544],[6,"ParameterErrorKind",68544],[6,"LimitErrorKind",68544],[6,"ImageFormatHint",68544],[5,"UnsupportedError",68544],[5,"EncodingError",68544],[5,"ParameterError",68544],[5,"DecodingError",68544],[5,"LimitError",68544],[5,"BiLevel",69203],[5,"LimitSupport",69353],[5,"Reader",69353],[5,"File",98024],[5,"BufReader",98025],[5,"Indexed",69541],[5,"SolidVertex2D",69541],[5,"GradientVertex2D",69541],[5,"Cache",69674],[5,"Key",69944],[5,"Entry",69944],[5,"Editor",69674],[5,"Paragraph",69674],[5,"Version",69674],[5,"Raw",69674],[5,"Weak",82981],[5,"Weak",83022],[5,"Editor",70024],[6,"Affinity",70024],[5,"BufferLine",70024],[6,"Align",70024],[5,"CacheKeyFlags",70024],[5,"AttrsOwned",70024],[6,"FamilyOwned",70024],[6,"Family",72567],[6,"SubpixelBin",70024],[6,"LineEnding",70024],[5,"Font",70024],[5,"FontRef",98026],[5,"SwashImage",70024],[6,"Command",70024],[5,"FontMatchAttrs",70024],[5,"Angle",70024],[5,"Transform",70024],[5,"Metrics",70024],[5,"Placement",70024],[5,"CacheKey",70024],[5,"LayoutCursor",70024],[6,"Motion",70024],[5,"Scroll",70024],[5,"ChangeItem",70024],[5,"FontMatchKey",70024],[5,"LayoutGlyph",70024],[5,"PhysicalGlyph",70024],[5,"LayoutLine",70024],[6,"Wrap",70024],[5,"ShapeGlyph",70024],[5,"ShapeWord",70024],[5,"ShapeSpan",70024],[5,"ShapeLine",70024],[5,"ShapeRunKey",70024],[5,"ShapeRunCache",70024],[6,"SwashContent",70024],[6,"Origin",98027],[5,"Bounds",98027],[5,"Vector",98027],[5,"Database",72567],[5,"ShapeBuffer",70024],[5,"SwashCache",70024],[5,"BidiParagraphs",70024],[5,"LayoutRun",70024],[5,"LayoutRunIter",70024],[5,"LineIter",70024],[5,"ID",72567],[5,"FaceInfo",72567],[5,"Level",98028],[6,"Source",72567],[6,"Width",81908],[6,"Style",72567],[6,"Verb",98029],[5,"Weight",72567],[5,"Query",72567],[6,"TinyVec",98030],[5,"BufferFlags",73177],[5,"SerializeFlags",73177],[5,"Face",74089],[5,"Language",73177],[5,"GlyphPosition",73177],[5,"GlyphInfo",73177],[6,"BufferClusterLevel",73177],[6,"Direction",73177],[5,"Script",73177],[5,"Variation",73177],[5,"LazyArray16",74089],[5,"LazyArray32",74089],[6,"Language",74089],[5,"Fixed",74089],[5,"LazyArrayIter16",74089],[5,"LazyArrayIter32",74089],[6,"CFFError",74089],[5,"NormalizedCoordinate",74089],[5,"Variation",74089],[5,"LineMetrics",74089],[5,"Rect",74089],[6,"RasterImageFormat",74089],[5,"RasterGlyphImage",74089],[5,"TableRecord",74089],[6,"FaceParsingError",74089],[5,"RawFace",74089],[5,"RawFaceTables",74089],[5,"FaceTables",74089],[5,"SvgDocument",82499],[5,"Names",80862],[6,"Permissions",81908],[5,"RangeRecord",81100],[6,"Style",81908],[5,"ScriptMetrics",81908],[5,"UnicodeRanges",81908],[5,"VariationAxis",76972],[6,"Weight",81908],[5,"Point",75456],[5,"Table",75456],[5,"StateTable",75540],[5,"ExtendedStateTable",75540],[5,"GenericStateEntry",75540],[5,"ValueOffset",75540],[5,"Lookup",75540],[5,"Stream",98031],[5,"AxisValueMap",75755],[5,"SegmentMaps",75755],[5,"Table",75755],[5,"SegmentMapsIter",75755],[5,"Table",75910],[5,"Table",75949],[5,"Matrix",75987],[5,"Table",75987],[5,"Table",76077],[5,"Subtable0",76117],[5,"Subtable10",76117],[5,"Subtable12",76117],[5,"Subtable13",76117],[6,"GlyphVariationResult",76117],[5,"Subtable14",76117],[5,"Subtable2",76117],[5,"Subtable4",76117],[5,"Subtable6",76117],[6,"Format",76117],[5,"Subtable",76117],[5,"Subtables",76117],[5,"Table",76117],[5,"SubtablesIter",76117],[5,"Table",76690],[5,"Table",76734],[5,"SettingName",76774],[5,"FeatureName",76774],[5,"FeatureNames",76774],[5,"Table",76774],[5,"FeatureNamesIter",76774],[5,"Table",76972],[6,"GlyphClass",77056],[5,"Table",77056],[5,"Table",77148],[6,"Table",79497],[5,"HintingDevice",77187],[5,"VariationDevice",77187],[6,"Device",77187],[5,"ValueRecord",77187],[5,"ValueRecordsArray",77187],[6,"SingleAdjustment",77187],[5,"PairSet",77187],[5,"PairSets",77187],[5,"ClassMatrix",77187],[6,"PairAdjustment",77187],[5,"CursiveAnchorSet",77187],[5,"CursiveAdjustment",77187],[5,"MarkToBaseAdjustment",77187],[5,"MarkToLigatureAdjustment",77187],[5,"LigatureArray",77187],[5,"MarkArray",77187],[5,"Anchor",77187],[5,"AnchorMatrix",77187],[5,"MarkToMarkAdjustment",77187],[6,"PositioningSubtable",77187],[6,"Coverage",81100],[6,"SingleSubstitution",78006],[5,"Sequence",78006],[5,"MultipleSubstitution",78006],[5,"AlternateSet",78006],[5,"AlternateSubstitution",78006],[5,"Ligature",78006],[5,"LigatureSubstitution",78006],[5,"ReverseChainSingleSubstitution",78006],[6,"SubstitutionSubtable",78006],[5,"Table",78374],[6,"IndexToLocationFormat",78413],[5,"Table",78413],[5,"Table",78497],[5,"Table",78539],[5,"Metrics",78539],[5,"Table",78622],[5,"KerningPair",78662],[6,"Format",78662],[5,"Subtable",78662],[5,"Subtables",78662],[5,"SubtablesIter",78662],[5,"Subtable0",78662],[5,"Subtable2",78662],[5,"Subtable3",78662],[5,"Table",78662],[5,"Subtable0",79024],[5,"EntryData",79024],[5,"Subtable1",79024],[5,"Subtable2",79024],[5,"AnchorPoints",79024],[5,"Subtable4",79024],[5,"Subtable6",79024],[6,"Format",79024],[5,"Subtable",79024],[5,"Subtables",79024],[5,"SubtablesIter",79024],[5,"Table",79024],[5,"Constants",79540],[5,"MathValue",79540],[5,"MathValues",79540],[5,"Kern",79540],[5,"KernInfo",79540],[5,"KernInfos",79540],[5,"GlyphInfo",79540],[5,"PartFlags",79540],[5,"GlyphPart",79540],[5,"GlyphAssembly",79540],[5,"GlyphVariant",79540],[5,"GlyphConstruction",79540],[5,"GlyphConstructions",79540],[5,"Variants",79540],[5,"Table",79540],[5,"Table",80189],[5,"Feature",80228],[5,"ContextualEntryData",80228],[5,"ContextualSubtable",80228],[5,"LigatureSubtable",80228],[5,"InsertionEntryData",80228],[5,"InsertionSubtable",80228],[6,"SubtableKind",80228],[5,"Coverage",80228],[5,"Subtable",80228],[5,"Subtables",80228],[5,"SubtablesIter",80228],[5,"Chain",80228],[5,"Chains",80228],[5,"ChainsIter",80228],[5,"Table",80228],[5,"Table",80823],[6,"PlatformId",80862],[5,"Name",80862],[5,"NamesIter",80862],[5,"Table",80862],[6,"ChainedContextLookup",81100],[5,"ChainedSequenceRule",81100],[6,"ContextLookup",81100],[5,"SequenceRule",81100],[5,"SequenceLookupRecord",81100],[5,"FeatureVariations",81100],[5,"LayoutTable",81100],[5,"RecordList",81100],[5,"Script",81100],[5,"LanguageSystem",81100],[5,"Feature",81100],[5,"Lookup",81100],[5,"LookupSubtables",81100],[5,"LookupFlags",81100],[6,"ClassDefinition",81100],[5,"LookupSubtablesIter",81100],[5,"RecordListIter",81100],[5,"Table",81908],[5,"Names",82257],[5,"Table",82257],[5,"Table",82341],[5,"Strike",82341],[5,"Strikes",82341],[5,"StrikesIter",82341],[5,"SvgDocumentsList",82499],[5,"SvgDocumentsListIter",82499],[5,"Table",82499],[5,"Track",82660],[5,"Tracks",82660],[5,"TrackData",82660],[5,"Table",82660],[5,"TracksIter",82660],[5,"Table",82857],[5,"VerticalOriginMetrics",82900],[5,"Table",82900],[6,"Action",83314],[6,"State",84102],[6,"Action",83264],[6,"Action",83362],[6,"DndAction",83398],[6,"Family",83449],[6,"Weight",83449],[6,"Stretch",83449],[6,"Style",83449],[6,"Event",83695],[6,"Location",83695],[5,"Nested",83934],[5,"State",83974],[5,"Information",84020],[6,"Action",84020],[6,"CropError",84345],[6,"Action",84178],[5,"Palette",85524],[5,"Extended",86242],[6,"FillMode",84961],[5,"Scroller",85047],[5,"Breakpoint",85134],[5,"Rail",85134],[6,"RailBackground",85134],[5,"Handle",85134],[6,"HandleShape",85134],[5,"Custom",85524],[6,"Menu",85524],[6,"PickList",85524],[6,"Text",85524],[6,"Button",85524],[6,"Scrollable",85524],[6,"Svg",85524],[6,"Checkbox",85524],[6,"Container",85524],[6,"Slider",85524],[6,"Radio",85524],[6,"Toggler",85524],[6,"PaneGrid",85524],[6,"ProgressBar",85524],[6,"Rule",85524],[6,"TextInput",85524],[6,"TextEditor",85524],[5,"Pair",86242],[5,"Background",86242],[5,"Primary",86242],[5,"Secondary",86242],[5,"Success",86242],[5,"Danger",86242],[10,"Pixel",86603],[5,"LogicalPosition",86603],[5,"LogicalSize",86603],[5,"PhysicalSize",86603],[6,"Size",86603],[5,"NotSupportedError",86914],[6,"ExternalError",86914],[5,"OsError",86914],[6,"EventLoopError",86914],[6,"Event",87074],[6,"PlatformSpecific",87074],[6,"MacOS",87074],[6,"StartCause",87074],[5,"DeviceId",87074],[6,"DeviceEvent",87074],[5,"RawKeyEvent",87074],[5,"KeyEvent",87074],[5,"Modifiers",87074],[6,"Ime",87074],[6,"TouchPhase",87074],[6,"Force",87074],[6,"ElementState",87074],[6,"MouseScrollDelta",87074],[5,"InnerSizeWriter",87074],[6,"ModifiersKeyState",88303],[5,"EventLoop",87954],[5,"BorrowedFd",98032],[5,"EventLoopWindowTarget",87954],[5,"EventLoopBuilder",87954],[6,"ControlFlow",87954],[5,"EventLoopClosed",87954],[6,"DeviceEvents",87954],[5,"AsyncRequestSerial",87954],[5,"DisplayHandle",89717],[6,"HandleError",89717],[6,"PumpStatus",89489],[6,"RawDisplayHandle",89717],[5,"ActivationToken",91272],[6,"NativeKeyCode",88303],[6,"NativeKey",88303],[6,"PhysicalKey",88303],[6,"KeyCode",88303],[6,"NamedKey",88303],[6,"KeyLocation",88303],[5,"ModifiersState",98033],[5,"VideoMode",89375],[10,"KeyEventExtModifierSupplement",89486],[17,"UserEvent"],[10,"EventLoopExtPumpEvents",89489],[10,"EventLoopExtRunOnDemand",89527],[10,"PhysicalKeyExtScancode",89530],[10,"EventLoopExtStartupNotify",89533],[10,"WindowExtStartupNotify",89533],[10,"WindowBuilderExtStartupNotify",89533],[6,"Theme",89541],[10,"EventLoopWindowTargetExtWayland",89541],[10,"MonitorHandleExtWayland",89541],[10,"EventLoopBuilderExtWayland",89541],[10,"WindowBuilderExtWayland",89541],[6,"XWindowType",89595],[6,"XNotSupported",89595],[5,"OpenError",98034],[10,"EventLoopWindowTargetExtX11",89595],[10,"MonitorHandleExtX11",89595],[10,"EventLoopBuilderExtX11",89595],[10,"WindowBuilderExtX11",89595],[5,"WindowHandle",89717],[6,"RawWindowHandle",89717],[5,"AndroidDisplayHandle",89717],[5,"AndroidNdkWindowHandle",89717],[5,"AppKitDisplayHandle",89717],[5,"AppKitWindowHandle",89717],[5,"HaikuDisplayHandle",89717],[5,"HaikuWindowHandle",89717],[5,"OhosDisplayHandle",89717],[5,"OhosNdkWindowHandle",89717],[5,"OrbitalDisplayHandle",89717],[5,"OrbitalWindowHandle",89717],[5,"UiKitDisplayHandle",89717],[5,"UiKitWindowHandle",89717],[5,"XlibDisplayHandle",89717],[5,"XlibWindowHandle",89717],[5,"XcbDisplayHandle",89717],[5,"XcbWindowHandle",89717],[5,"WaylandDisplayHandle",89717],[5,"WaylandWindowHandle",89717],[5,"DrmDisplayHandle",89717],[5,"DrmWindowHandle",89717],[5,"GbmDisplayHandle",89717],[5,"GbmWindowHandle",89717],[5,"WebDisplayHandle",89717],[5,"WebWindowHandle",89717],[5,"WebCanvasWindowHandle",89717],[5,"WebOffscreenCanvasWindowHandle",89717],[5,"WindowsDisplayHandle",89717],[5,"Win32WindowHandle",89717],[5,"WinRtWindowHandle",89717],[10,"HasDisplayHandle",89717],[5,"NonNull",98035],[1,"isize"],[10,"HasRawDisplayHandle",89717],[10,"HasRawWindowHandle",89717],[10,"HasWindowHandle",89717],[5,"WindowButtons",91272],[5,"WindowId",91272],[5,"WindowAttributes",91272],[6,"CursorGrabMode",91272],[6,"ResizeDirection",91272],[6,"ImePurpose",91272],[5,"CursorIconParseError",91272],[6,"BadIcon",91272],[6,"Fullscreen",98036],[6,"Message",92157],[10,"CollectionWidget",92207],[10,"ColorExt",92207],[10,"ElementExt",92207],[6,"Checkbox",92228],[6,"Svg",92228],[6,"Text",92228],[6,"Application",92228],[6,"Container",92228],[6,"ProgressBar",92228],[6,"Rule",92228],[6,"Scrollable",92548],[6,"TextInput",92548],[6,"Button",92548],[6,"Slider",92548],[6,"TextEditor",92548],[10,"StyleSheet",92786],[6,"MenuBarStyle",92786],[6,"ThemeType",92869],[8,"CosmicTheme",92869],[5,"COSMIC_DARK",92869],[5,"COSMIC_HC_DARK",92869],[5,"COSMIC_LIGHT",92869],[5,"COSMIC_HC_LIGHT",92869],[5,"TRANSPARENT_COMPONENT",92869],[6,"Button",93153],[6,"SegmentedButton",93153],[6,"TextInput",93153],[8,"Column",93420],[8,"Row",93420],[5,"NaiveDate",98037],[5,"RectangleTracker",93420],[5,"Handle",95511],[8,"SingleSelectModel",96549],[5,"Entity",96549],[5,"DragId",94882],[8,"Element",18274],[6,"Message",97258],[8,"Text",31368],[8,"Tooltip",93420],[10,"StyleSheet",94319],[5,"Builder",94319],[5,"Hyperlink",94526],[6,"Weekday",98038],[10,"StyleSheet",97354],[5,"ColorPickerModel",93420],[5,"ColorPickerBuilder",94592],[6,"ColorPickerUpdate",94592],[5,"State",94592],[5,"HSV_RAINBOW",94592],[5,"State",94882],[5,"State",95035],[10,"StyleSheet",95139],[5,"State",95139],[5,"Menu",95139],[5,"Model",95262],[5,"List",95262],[5,"Menu",95398],[5,"Assignment",95454],[6,"IconFallback",95511],[6,"Data",95511],[5,"CloseCondition",95749],[6,"ItemWidth",95749],[6,"ItemHeight",95749],[6,"PathHighlight",95749],[5,"KeyBind",96048],[6,"Item",95749],[10,"MenuAction",96045],[6,"Modifier",96048],[6,"Position",96289],[5,"Overlay",96289],[6,"RectangleUpdate",96401],[10,"Selectable",96549],[5,"BuilderEntity",96549],[5,"EntityMut",96549],[5,"MultiSelect",96549],[5,"Model",96549],[5,"SingleSelect",96549],[5,"ModelBuilder",96549],[5,"ItemAppearance",96549],[5,"ItemStatusAppearance",96549],[5,"KeyData",98039],[10,"StyleSheet",96549],[5,"SecondaryMap",98040],[5,"SparseSecondaryMap",98041],[10,"SegmentedVariant",96549],[8,"HorizontalSegmentedButton",96549],[8,"VerticalSegmentedButton",96549],[5,"Item",97182],[5,"Model",97258],[8,"Decimal",98042],[6,"Typography",97405],[10,"StyleSheet",97467],[5,"TextInputString",97467],[5,"State",97467],[5,"Cursor",97710],[5,"Value",97830],[6,"State",97710],[5,"Editor",97791],[15,"ActivateAction",300],[15,"Open",300],[6,"ConfigState",633],[6,"ConfigUpdate",633],[10,"ArrayExt",1662],[10,"NextArray",1662],[8,"Hsla",1662],[8,"Hsluva",1662],[8,"Hsva",1662],[8,"Hwba",1662],[8,"Laba",1662],[8,"Lcha",1662],[8,"Lchuva",1662],[8,"SrgbLumaa",1662],[8,"LinLumaa",1662],[8,"GammaLumaa",1662],[8,"Luva",1662],[8,"Okhsla",1662],[8,"Okhsva",1662],[8,"Okhwba",1662],[8,"Oklaba",1662],[8,"Oklcha",1662],[8,"Srgba",1662],[8,"LinSrgba",1662],[8,"GammaSrgba",1662],[8,"Xyza",1662],[8,"Yxya",1662],[8,"Srgb",1662],[8,"LinSrgb",1662],[8,"GammaSrgb",1662],[8,"SrgbLuma",1662],[8,"LinLuma",1662],[8,"GammaLuma",1662],[8,"Cam16a",6364],[8,"Cam16Jcha",6364],[8,"Cam16Jmha",6364],[8,"Cam16Jsha",6364],[8,"Cam16Qcha",6364],[8,"Cam16Qmha",6364],[8,"Cam16Qsha",6364],[8,"Cam16UcsJaba",6364],[8,"Cam16UcsJmha",6364],[10,"FromLinear",8757],[10,"IntoLinear",8757],[8,"Lumaa",9670],[8,"PackedLumaa",9670],[8,"PackedAluma",9670],[8,"Rgba",10548],[10,"Primaries",10548],[8,"PackedRgba",10548],[8,"PackedArgb",10548],[8,"PackedBgra",10548],[8,"PackedAbgr",10548],[15,"Solid",15326],[15,"Gradient",15326],[15,"Quad",12290],[15,"Image",12290],[15,"Text",12290],[15,"Svg",12290],[15,"Clip",12290],[15,"Paragraph",12290],[15,"Editor",12290],[15,"Translate",12290],[15,"Cache",12290],[15,"Group",12290],[15,"KeyPressed",12616],[15,"KeyReleased",12616],[15,"FingerPressed",12942],[15,"FingerMoved",12942],[15,"FingerLifted",12942],[15,"FingerLost",12942],[15,"Resized",19146],[15,"Opened",19146],[15,"Moved",19146],[15,"ByteCountNotDivisibleBy4",13008],[15,"DimensionsVsPixelCount",13008],[8,"Result",48258],[8,"PathEvent",58579],[8,"IdEvent",58579],[15,"Begin",14200],[15,"End",14200],[15,"Quadratic",14200],[15,"Cubic",14200],[15,"Line",14200],[8,"Rotation",60286],[8,"Size",60286],[8,"Transform",60286],[8,"Box2D",60286],[8,"Translation",60286],[8,"Point",60286],[8,"Vector",60286],[8,"Rotation2D",63505],[8,"SideOffsets2D",63505],[8,"Size3D",63505],[8,"Rotation3D",63505],[8,"Transform2D",63505],[8,"Transform3D",63505],[8,"Box3D",63505],[8,"Rect",63505],[8,"RigidTransform3D",63505],[8,"HomogeneousVector",63505],[8,"Point3D",63505],[8,"Vector3D",63505],[8,"Translation2D",63505],[8,"Translation3D",63505],[8,"Rotation",63884],[8,"Size",63884],[8,"Transform",63884],[8,"Box2D",63884],[8,"Angle",63884],[8,"Point",63884],[8,"Vector",63884],[8,"Translation",63884],[8,"ImageResult",64380],[15,"Unsupported",15203],[15,"Scroll",15645],[15,"Click",15645],[15,"DoubleClick",15645],[15,"TripleClick",15645],[15,"Drag",15645],[8,"StateEntry",75540],[15,"Format2",16733],[15,"Format1",16733],[15,"Format1",16738],[15,"Format2",16738],[15,"Format1",16778],[15,"Format2",16778],[15,"Format2",17058],[15,"Format3",17058],[15,"Format1",17058],[15,"Format1",17070],[15,"Format2",17070],[15,"Format2",17073],[15,"Format1",17073],[15,"Format3",17073],[15,"Format1",17081],[15,"Format2",17081],[15,"Rgba",17185],[15,"WheelScrolled",17235],[15,"CursorMoved",17235],[15,"Lines",17237],[15,"Pixels",17237],[15,"Scroll",17401],[15,"Buffer",17988],[15,"Data",17992],[15,"Enter",17992],[15,"Motion",17992],[15,"Split",96261],[15,"Picked",96265],[15,"Dropped",96265],[15,"Canceled",96265],[15,"Split",96269],[15,"Resizing",96283],[15,"Clicking",96283],[15,"Dragging",96283],[15,"Dynamic",18667],[15,"Arrow",18667],[15,"Both",18741],[15,"Rectangle",97251],[15,"Circle",97251],[15,"Gradient",97255],[15,"Selection",18888],[15,"LoadFont",27755],[15,"StartDnd",28504],[15,"RegisterDndDestination",28504],[15,"Updated",29940],[15,"StartDnd",41479],[15,"Motion",87907],[15,"Button",87907],[15,"MouseMotion",87907],[15,"MouseWheel",87907],[15,"DeviceEvent",87913],[15,"WindowEvent",87913],[15,"Calibrated",87917],[15,"ResumeTimeReached",87920],[15,"WaitCancelled",87920],[15,"AxisMotion",87924],[15,"MouseInput",87924],[15,"MouseWheel",87924],[15,"TouchpadMagnify",87924],[15,"TouchpadRotate",87924],[15,"KeyboardInput",87924],[15,"CursorMoved",87924],[15,"CursorEntered",87924],[15,"CursorLeft",87924],[15,"SmartMagnify",87924],[15,"TouchpadPressure",87924],[15,"ScaleFactorChanged",87924],[15,"ActivationTokenDone",87924],[15,"ByteCountNotDivisibleBy4",92149],[15,"DimensionsVsPixelCount",92149],[15,"Custom",93318],[15,"HeaderBar",92542],[15,"Custom",93323],[15,"Custom",92780],[15,"Custom",92783],[8,"CosmicColor",92869],[8,"CosmicComponent",92869],[15,"System",93151],[5,"LocalState",94830],[5,"DragOffer",94882],[6,"State",96401],[15,"Selection",97789]],"b":[[10,"impl-StyleSheet-for-Theme"],[11,"impl-StyleSheet-for-Theme"],[12,"impl-StyleSheet-for-Theme"],[13,"impl-StyleSheet-for-Theme"],[14,"impl-StyleSheet-for-Theme"],[15,"impl-StyleSheet-for-Theme"],[16,"impl-StyleSheet-for-Theme"],[17,"impl-StyleSheet-for-Theme"],[18,"impl-StyleSheet-for-Theme"],[19,"impl-StyleSheet-for-Theme"],[20,"impl-StyleSheet-for-Theme"],[24,"impl-StyleSheet-for-Theme"],[25,"impl-StyleSheet-for-Theme"],[26,"impl-StyleSheet-for-Theme"],[27,"impl-StyleSheet-for-Theme"],[28,"impl-StyleSheet-for-Theme"],[29,"impl-StyleSheet-for-Theme"],[30,"impl-StyleSheet-for-Theme"],[31,"impl-StyleSheet-for-Theme"],[32,"impl-StyleSheet-for-Theme"],[49,"impl-Default-for-Theme"],[50,"impl-StyleSheet-for-Theme"],[53,"impl-StyleSheet-for-Theme"],[54,"impl-StyleSheet-for-Theme"],[55,"impl-StyleSheet-for-Theme"],[56,"impl-StyleSheet-for-Theme"],[57,"impl-StyleSheet-for-Theme"],[58,"impl-StyleSheet-for-Theme"],[59,"impl-StyleSheet-for-Theme"],[67,"impl-StyleSheet-for-Theme"],[68,"impl-StyleSheet-for-Theme"],[69,"impl-StyleSheet-for-Theme"],[71,"impl-From%3CBuilder%3C\'a,+Message,+Image%3C\'a,+Handle,+Message%3E%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[72,"impl-From%3CBuilder%3C\'a,+Message,+Text%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[73,"impl-From%3CBuilder%3C\'a,+Message,+Hyperlink%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[74,"impl-From%3CGrid%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[75,"impl-From%3CNavBarToggle%3CMessage%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[76,"impl-From%3CIcon%3E-for-Element%3C\'static,+Message,+Theme,+Renderer%3E"],[77,"impl-From%3CContextMenu%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[78,"impl-From%3CDropdown%3C\'a,+S,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[79,"impl-From%3CHeaderBar%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[80,"impl-From%3CDropdown%3C\'a,+S,+Message,+Item%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[81,"impl-From%3CFlexRow%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[82,"impl-From%3CSection%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[83,"impl-From%3CContextDrawer%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[84,"impl-From%3CNavBar%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[85,"impl-From%3CSegmentedButton%3C\'a,+Variant,+SelectionMode,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[86,"impl-From%3CCalendar%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[87,"impl-From%3CListColumn%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[88,"impl-From%3CNamed%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[89,"impl-From%3CDndSource%3C\'a,+Message,+AppMessage,+D%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[90,"impl-From%3CDialog%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[91,"impl-From%3CDndDestination%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[92,"impl-From%3CButton%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[93,"impl-From%3CWarning%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[94,"impl-From%3CBuilder%3C\'a,+Message,+Icon%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[95,"impl-From%3CSpinButton%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[100,"impl-StyleSheet-for-Theme"],[101,"impl-StyleSheet-for-Theme"],[102,"impl-StyleSheet-for-Theme"],[103,"impl-StyleSheet-for-Theme"],[104,"impl-StyleSheet-for-Theme"],[105,"impl-StyleSheet-for-Theme"],[106,"impl-StyleSheet-for-Theme"],[107,"impl-StyleSheet-for-Theme"],[108,"impl-StyleSheet-for-Theme"],[109,"impl-StyleSheet-for-Theme"],[110,"impl-StyleSheet-for-Theme"],[128,"impl-StyleSheet-for-Theme"],[129,"impl-StyleSheet-for-Theme"],[133,"impl-StyleSheet-for-Theme"],[134,"impl-StyleSheet-for-Theme"],[147,"impl-StyleSheet-for-Theme"],[148,"impl-StyleSheet-for-Theme"],[396,"impl-Application-for-Cosmic%3CT%3E"],[397,"impl-Cosmic%3CApp%3E"],[735,"impl-Debug-for-Error"],[736,"impl-Display-for-Error"],[742,"impl-From%3CError%3E-for-Error"],[743,"impl-From%3CError%3CError%3E%3E-for-Error"],[744,"impl-From%3CError%3E-for-Error"],[745,"impl-From%3CSpannedError%3E-for-Error"],[746,"impl-From%3CError%3E-for-Error"],[1837,"impl-Add-for-Alpha%3CC,+T%3E"],[1838,"impl-Add%3CT%3E-for-Alpha%3CC,+T%3E"],[1839,"impl-Add-for-Hsl%3CS,+T%3E"],[1840,"impl-Add%3CT%3E-for-Hsl%3CS,+T%3E"],[1841,"impl-Add-for-Hsluv%3CWp,+T%3E"],[1842,"impl-Add%3CT%3E-for-Hsluv%3CWp,+T%3E"],[1843,"impl-Add%3CT%3E-for-Hsv%3CS,+T%3E"],[1844,"impl-Add-for-Hsv%3CS,+T%3E"],[1845,"impl-Add%3CT%3E-for-LabHue%3CT%3E"],[1846,"impl-Add-for-LabHue%3CT%3E"],[1847,"impl-Add%3CT%3E-for-LuvHue%3CT%3E"],[1848,"impl-Add-for-LuvHue%3CT%3E"],[1849,"impl-Add%3CT%3E-for-RgbHue%3CT%3E"],[1850,"impl-Add-for-RgbHue%3CT%3E"],[1851,"impl-Add-for-OklabHue%3CT%3E"],[1852,"impl-Add%3CT%3E-for-OklabHue%3CT%3E"],[1853,"impl-Add-for-Hwb%3CS,+T%3E"],[1854,"impl-Add%3CT%3E-for-Hwb%3CS,+T%3E"],[1855,"impl-Add%3CT%3E-for-Lab%3CWp,+T%3E"],[1856,"impl-Add-for-Lab%3CWp,+T%3E"],[1857,"impl-Add%3CT%3E-for-Lch%3CWp,+T%3E"],[1858,"impl-Add-for-Lch%3CWp,+T%3E"],[1859,"impl-Add-for-Lchuv%3CWp,+T%3E"],[1860,"impl-Add%3CT%3E-for-Lchuv%3CWp,+T%3E"],[1861,"impl-Add%3CT%3E-for-Luv%3CWp,+T%3E"],[1862,"impl-Add-for-Luv%3CWp,+T%3E"],[1863,"impl-Add-for-Okhsl%3CT%3E"],[1864,"impl-Add%3CT%3E-for-Okhsl%3CT%3E"],[1865,"impl-Add-for-Okhsv%3CT%3E"],[1866,"impl-Add%3CT%3E-for-Okhsv%3CT%3E"],[1867,"impl-Add%3CT%3E-for-Okhwb%3CT%3E"],[1868,"impl-Add-for-Okhwb%3CT%3E"],[1869,"impl-Add-for-Oklab%3CT%3E"],[1870,"impl-Add%3CT%3E-for-Oklab%3CT%3E"],[1871,"impl-Add%3CT%3E-for-Oklch%3CT%3E"],[1872,"impl-Add-for-Oklch%3CT%3E"],[1873,"impl-Add%3CT%3E-for-Xyz%3CWp,+T%3E"],[1874,"impl-Add-for-Xyz%3CWp,+T%3E"],[1875,"impl-Add-for-Yxy%3CWp,+T%3E"],[1876,"impl-Add%3CT%3E-for-Yxy%3CWp,+T%3E"],[1877,"impl-AddAssign%3CT%3E-for-Alpha%3CC,+T%3E"],[1878,"impl-AddAssign-for-Alpha%3CC,+T%3E"],[1879,"impl-AddAssign-for-Hsl%3CS,+T%3E"],[1880,"impl-AddAssign%3CT%3E-for-Hsl%3CS,+T%3E"],[1881,"impl-AddAssign-for-Hsluv%3CWp,+T%3E"],[1882,"impl-AddAssign%3CT%3E-for-Hsluv%3CWp,+T%3E"],[1883,"impl-AddAssign%3CT%3E-for-Hsv%3CS,+T%3E"],[1884,"impl-AddAssign-for-Hsv%3CS,+T%3E"],[1885,"impl-AddAssign-for-LabHue%3CT%3E"],[1886,"impl-AddAssign%3CT%3E-for-LabHue%3CT%3E"],[1887,"impl-AddAssign-for-LuvHue%3CT%3E"],[1888,"impl-AddAssign%3CT%3E-for-LuvHue%3CT%3E"],[1889,"impl-AddAssign-for-RgbHue%3CT%3E"],[1890,"impl-AddAssign%3CT%3E-for-RgbHue%3CT%3E"],[1891,"impl-AddAssign-for-OklabHue%3CT%3E"],[1892,"impl-AddAssign%3CT%3E-for-OklabHue%3CT%3E"],[1893,"impl-AddAssign%3CT%3E-for-Hwb%3CS,+T%3E"],[1894,"impl-AddAssign-for-Hwb%3CS,+T%3E"],[1895,"impl-AddAssign%3CT%3E-for-Lab%3CWp,+T%3E"],[1896,"impl-AddAssign-for-Lab%3CWp,+T%3E"],[1897,"impl-AddAssign%3CT%3E-for-Lch%3CWp,+T%3E"],[1898,"impl-AddAssign-for-Lch%3CWp,+T%3E"],[1899,"impl-AddAssign%3CT%3E-for-Lchuv%3CWp,+T%3E"],[1900,"impl-AddAssign-for-Lchuv%3CWp,+T%3E"],[1901,"impl-AddAssign-for-Luv%3CWp,+T%3E"],[1902,"impl-AddAssign%3CT%3E-for-Luv%3CWp,+T%3E"],[1903,"impl-AddAssign%3CT%3E-for-Okhsl%3CT%3E"],[1904,"impl-AddAssign-for-Okhsl%3CT%3E"],[1905,"impl-AddAssign-for-Okhsv%3CT%3E"],[1906,"impl-AddAssign%3CT%3E-for-Okhsv%3CT%3E"],[1907,"impl-AddAssign%3CT%3E-for-Okhwb%3CT%3E"],[1908,"impl-AddAssign-for-Okhwb%3CT%3E"],[1909,"impl-AddAssign-for-Oklab%3CT%3E"],[1910,"impl-AddAssign%3CT%3E-for-Oklab%3CT%3E"],[1911,"impl-AddAssign-for-Oklch%3CT%3E"],[1912,"impl-AddAssign%3CT%3E-for-Oklch%3CT%3E"],[1913,"impl-AddAssign%3CT%3E-for-Xyz%3CWp,+T%3E"],[1914,"impl-AddAssign-for-Xyz%3CWp,+T%3E"],[1915,"impl-AddAssign%3CT%3E-for-Yxy%3CWp,+T%3E"],[1916,"impl-AddAssign-for-Yxy%3CWp,+T%3E"],[2025,"impl-AsMut%3C%5BT;+N%5D%3E-for-Alpha%3CC,+T%3E"],[2026,"impl-AsMut%3C%5BT%5D%3E-for-Alpha%3CC,+T%3E"],[2027,"impl-AsMut%3C%5BT;+3%5D%3E-for-Hsl%3CS,+T%3E"],[2028,"impl-AsMut%3C%5BT%5D%3E-for-Hsl%3CS,+T%3E"],[2029,"impl-AsMut%3C%5BT;+3%5D%3E-for-Hsluv%3CWp,+T%3E"],[2030,"impl-AsMut%3C%5BT%5D%3E-for-Hsluv%3CWp,+T%3E"],[2031,"impl-AsMut%3C%5BT%5D%3E-for-Hsv%3CS,+T%3E"],[2032,"impl-AsMut%3C%5BT;+3%5D%3E-for-Hsv%3CS,+T%3E"],[2033,"impl-AsMut%3C%5BT;+3%5D%3E-for-Hwb%3CS,+T%3E"],[2034,"impl-AsMut%3C%5BT%5D%3E-for-Hwb%3CS,+T%3E"],[2035,"impl-AsMut%3C%5BT%5D%3E-for-Lab%3CWp,+T%3E"],[2036,"impl-AsMut%3C%5BT;+3%5D%3E-for-Lab%3CWp,+T%3E"],[2037,"impl-AsMut%3C%5BT%5D%3E-for-Lch%3CWp,+T%3E"],[2038,"impl-AsMut%3C%5BT;+3%5D%3E-for-Lch%3CWp,+T%3E"],[2039,"impl-AsMut%3C%5BT%5D%3E-for-Lchuv%3CWp,+T%3E"],[2040,"impl-AsMut%3C%5BT;+3%5D%3E-for-Lchuv%3CWp,+T%3E"],[2041,"impl-AsMut%3C%5BT;+3%5D%3E-for-Luv%3CWp,+T%3E"],[2042,"impl-AsMut%3C%5BT%5D%3E-for-Luv%3CWp,+T%3E"],[2043,"impl-AsMut%3C%5BT;+3%5D%3E-for-Okhsl%3CT%3E"],[2044,"impl-AsMut%3C%5BT%5D%3E-for-Okhsl%3CT%3E"],[2045,"impl-AsMut%3C%5BT;+3%5D%3E-for-Okhsv%3CT%3E"],[2046,"impl-AsMut%3C%5BT%5D%3E-for-Okhsv%3CT%3E"],[2047,"impl-AsMut%3C%5BT%5D%3E-for-Okhwb%3CT%3E"],[2048,"impl-AsMut%3C%5BT;+3%5D%3E-for-Okhwb%3CT%3E"],[2049,"impl-AsMut%3C%5BT;+3%5D%3E-for-Oklab%3CT%3E"],[2050,"impl-AsMut%3C%5BT%5D%3E-for-Oklab%3CT%3E"],[2051,"impl-AsMut%3C%5BT%5D%3E-for-Oklch%3CT%3E"],[2052,"impl-AsMut%3C%5BT;+3%5D%3E-for-Oklch%3CT%3E"],[2053,"impl-AsMut%3C%5BT%5D%3E-for-Xyz%3CWp,+T%3E"],[2054,"impl-AsMut%3C%5BT;+3%5D%3E-for-Xyz%3CWp,+T%3E"],[2055,"impl-AsMut%3C%5BT%5D%3E-for-Yxy%3CWp,+T%3E"],[2056,"impl-AsMut%3C%5BT;+3%5D%3E-for-Yxy%3CWp,+T%3E"],[2057,"impl-AsRef%3C%5BT%5D%3E-for-Alpha%3CC,+T%3E"],[2058,"impl-AsRef%3C%5BT;+N%5D%3E-for-Alpha%3CC,+T%3E"],[2059,"impl-AsRef%3C%5BT;+3%5D%3E-for-Hsl%3CS,+T%3E"],[2060,"impl-AsRef%3C%5BT%5D%3E-for-Hsl%3CS,+T%3E"],[2061,"impl-AsRef%3C%5BT;+3%5D%3E-for-Hsluv%3CWp,+T%3E"],[2062,"impl-AsRef%3C%5BT%5D%3E-for-Hsluv%3CWp,+T%3E"],[2063,"impl-AsRef%3C%5BT;+3%5D%3E-for-Hsv%3CS,+T%3E"],[2064,"impl-AsRef%3C%5BT%5D%3E-for-Hsv%3CS,+T%3E"],[2069,"impl-AsRef%3C%5BT%5D%3E-for-Hwb%3CS,+T%3E"],[2070,"impl-AsRef%3C%5BT;+3%5D%3E-for-Hwb%3CS,+T%3E"],[2071,"impl-AsRef%3C%5BT%5D%3E-for-Lab%3CWp,+T%3E"],[2072,"impl-AsRef%3C%5BT;+3%5D%3E-for-Lab%3CWp,+T%3E"],[2073,"impl-AsRef%3C%5BT;+3%5D%3E-for-Lch%3CWp,+T%3E"],[2074,"impl-AsRef%3C%5BT%5D%3E-for-Lch%3CWp,+T%3E"],[2075,"impl-AsRef%3C%5BT;+3%5D%3E-for-Lchuv%3CWp,+T%3E"],[2076,"impl-AsRef%3C%5BT%5D%3E-for-Lchuv%3CWp,+T%3E"],[2077,"impl-AsRef%3C%5BT;+3%5D%3E-for-Luv%3CWp,+T%3E"],[2078,"impl-AsRef%3C%5BT%5D%3E-for-Luv%3CWp,+T%3E"],[2079,"impl-AsRef%3C%5BT%5D%3E-for-Okhsl%3CT%3E"],[2080,"impl-AsRef%3C%5BT;+3%5D%3E-for-Okhsl%3CT%3E"],[2081,"impl-AsRef%3C%5BT;+3%5D%3E-for-Okhsv%3CT%3E"],[2082,"impl-AsRef%3C%5BT%5D%3E-for-Okhsv%3CT%3E"],[2083,"impl-AsRef%3C%5BT;+3%5D%3E-for-Okhwb%3CT%3E"],[2084,"impl-AsRef%3C%5BT%5D%3E-for-Okhwb%3CT%3E"],[2085,"impl-AsRef%3C%5BT%5D%3E-for-Oklab%3CT%3E"],[2086,"impl-AsRef%3C%5BT;+3%5D%3E-for-Oklab%3CT%3E"],[2087,"impl-AsRef%3C%5BT;+3%5D%3E-for-Oklch%3CT%3E"],[2088,"impl-AsRef%3C%5BT%5D%3E-for-Oklch%3CT%3E"],[2089,"impl-AsRef%3C%5BT%5D%3E-for-Xyz%3CWp,+T%3E"],[2090,"impl-AsRef%3C%5BT;+3%5D%3E-for-Xyz%3CWp,+T%3E"],[2091,"impl-AsRef%3C%5BT%5D%3E-for-Yxy%3CWp,+T%3E"],[2092,"impl-AsRef%3C%5BT;+3%5D%3E-for-Yxy%3CWp,+T%3E"],[2093,"impl-Alpha%3CLch%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2094,"impl-Alpha%3CCam16Qsh%3C%26mut+T%3E,+%26mut+A%3E"],[2095,"impl-Alpha%3CXyz%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2096,"impl-Alpha%3COklab%3C%26mut+T%3E,+%26mut+A%3E"],[2097,"impl-Alpha%3CLuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2098,"impl-Alpha%3CCam16Qch%3C%26mut+T%3E,+%26mut+A%3E"],[2099,"impl-Alpha%3CYxy%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2100,"impl-Alpha%3COklch%3C%26mut+T%3E,+%26mut+A%3E"],[2101,"impl-Alpha%3CCam16UcsJab%3C%26mut+T%3E,+%26mut+A%3E"],[2102,"impl-Alpha%3CLuma%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2103,"impl-Alpha%3CCam16UcsJmh%3C%26mut+T%3E,+%26mut+A%3E"],[2104,"impl-Alpha%3COkhwb%3C%26mut+T%3E,+%26mut+A%3E"],[2105,"impl-Alpha%3COkhsl%3C%26mut+T%3E,+%26mut+A%3E"],[2106,"impl-Alpha%3CHsl%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2107,"impl-Alpha%3COkhsv%3C%26mut+T%3E,+%26mut+A%3E"],[2108,"impl-Alpha%3CCam16Jsh%3C%26mut+T%3E,+%26mut+A%3E"],[2109,"impl-Alpha%3CLchuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2110,"impl-Alpha%3CCam16Jmh%3C%26mut+T%3E,+%26mut+A%3E"],[2111,"impl-Alpha%3CHsluv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2112,"impl-Alpha%3CCam16Jch%3C%26mut+T%3E,+%26mut+A%3E"],[2113,"impl-Alpha%3CRgb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2114,"impl-Alpha%3CLab%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2115,"impl-Alpha%3CCam16Qmh%3C%26mut+T%3E,+%26mut+A%3E"],[2116,"impl-Alpha%3CHwb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2117,"impl-Alpha%3CHsv%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2259,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2260,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2261,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2262,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2263,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2264,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2265,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2266,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2267,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2268,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2269,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2270,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2271,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2272,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2273,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2274,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2275,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2276,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2277,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2278,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2279,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2280,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2281,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2282,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2283,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2343,"impl-Alpha%3COklab%3C%26T%3E,+%26A%3E"],[2344,"impl-Alpha%3CCam16Jsh%3C%26mut+T%3E,+%26mut+A%3E"],[2345,"impl-Alpha%3CHsluv%3CWp,+%26T%3E,+%26A%3E"],[2346,"impl-Alpha%3COkhsl%3C%26mut+T%3E,+%26mut+A%3E"],[2347,"impl-Alpha%3CHsl%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2348,"impl-Alpha%3CHsl%3CS,+%26T%3E,+%26A%3E"],[2349,"impl-Alpha%3COkhsv%3C%26T%3E,+%26A%3E"],[2350,"impl-Alpha%3CYxy%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2351,"impl-Alpha%3CCam16UcsJmh%3C%26mut+T%3E,+%26mut+A%3E"],[2352,"impl-Alpha%3CYxy%3CWp,+%26T%3E,+%26A%3E"],[2353,"impl-Alpha%3COkhsv%3C%26mut+T%3E,+%26mut+A%3E"],[2354,"impl-Alpha%3CLch%3CWp,+%26T%3E,+%26A%3E"],[2355,"impl-Alpha%3CLch%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2356,"impl-Alpha%3CCam16UcsJmh%3C%26T%3E,+%26A%3E"],[2357,"impl-Alpha%3COkhwb%3C%26T%3E,+%26A%3E"],[2358,"impl-Alpha%3CCam16UcsJab%3C%26mut+T%3E,+%26mut+A%3E"],[2359,"impl-Alpha%3COkhwb%3C%26mut+T%3E,+%26mut+A%3E"],[2360,"impl-Alpha%3CLchuv%3CWp,+%26T%3E,+%26A%3E"],[2361,"impl-Alpha%3CLab%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2362,"impl-Alpha%3CXyz%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2363,"impl-Alpha%3CLab%3CWp,+%26T%3E,+%26A%3E"],[2364,"impl-Alpha%3CLchuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2365,"impl-Alpha%3CCam16UcsJab%3C%26T%3E,+%26A%3E"],[2366,"impl-Alpha%3COklab%3C%26mut+T%3E,+%26mut+A%3E"],[2367,"impl-Alpha%3CXyz%3CWp,+%26T%3E,+%26A%3E"],[2368,"impl-Alpha%3CCam16Jch%3C%26T%3E,+%26A%3E"],[2369,"impl-Alpha%3CHsluv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2370,"impl-Alpha%3CCam16Qsh%3C%26mut+T%3E,+%26mut+A%3E"],[2371,"impl-Alpha%3CCam16Qsh%3C%26T%3E,+%26A%3E"],[2372,"impl-Alpha%3CCam16Qmh%3C%26mut+T%3E,+%26mut+A%3E"],[2373,"impl-Alpha%3CCam16Jch%3C%26mut+T%3E,+%26mut+A%3E"],[2374,"impl-Alpha%3CLuma%3CS,+%26T%3E,+%26A%3E"],[2375,"impl-Alpha%3CCam16Qmh%3C%26T%3E,+%26A%3E"],[2376,"impl-Alpha%3CCam16Jmh%3C%26T%3E,+%26A%3E"],[2377,"impl-Alpha%3CHwb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2378,"impl-Alpha%3CHwb%3CS,+%26T%3E,+%26A%3E"],[2379,"impl-Alpha%3CRgb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2380,"impl-Alpha%3CCam16Jmh%3C%26mut+T%3E,+%26mut+A%3E"],[2381,"impl-Alpha%3CRgb%3CS,+%26T%3E,+%26A%3E"],[2382,"impl-Alpha%3CLuma%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2383,"impl-Alpha%3CLuv%3CWp,+%26T%3E,+%26A%3E"],[2384,"impl-Alpha%3COklch%3C%26T%3E,+%26A%3E"],[2385,"impl-Alpha%3CCam16Qch%3C%26mut+T%3E,+%26mut+A%3E"],[2386,"impl-Alpha%3CHsv%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2387,"impl-Alpha%3CLuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2388,"impl-Alpha%3CCam16Qch%3C%26T%3E,+%26A%3E"],[2389,"impl-Alpha%3COkhsl%3C%26T%3E,+%26A%3E"],[2390,"impl-Alpha%3CCam16Jsh%3C%26T%3E,+%26A%3E"],[2391,"impl-Alpha%3COklch%3C%26mut+T%3E,+%26mut+A%3E"],[2392,"impl-Alpha%3CHsv%3CS,+%26T%3E,+%26A%3E"],[2393,"impl-Hsl%3CS,+%26mut+T%3E"],[2394,"impl-Hsl%3CS,+%26T%3E"],[2395,"impl-Hsluv%3CWp,+%26mut+T%3E"],[2396,"impl-Hsluv%3CWp,+%26T%3E"],[2397,"impl-Hsv%3CS,+%26mut+T%3E"],[2398,"impl-Hsv%3CS,+%26T%3E"],[2399,"impl-LabHue%3C%26T%3E"],[2400,"impl-LabHue%3C%26mut+T%3E"],[2401,"impl-LuvHue%3C%26mut+T%3E"],[2402,"impl-LuvHue%3C%26T%3E"],[2403,"impl-RgbHue%3C%26mut+T%3E"],[2404,"impl-RgbHue%3C%26T%3E"],[2405,"impl-OklabHue%3C%26T%3E"],[2406,"impl-OklabHue%3C%26mut+T%3E"],[2407,"impl-Hwb%3CS,+%26T%3E"],[2408,"impl-Hwb%3CS,+%26mut+T%3E"],[2409,"impl-Lab%3CWp,+%26T%3E"],[2410,"impl-Lab%3CWp,+%26mut+T%3E"],[2411,"impl-Lch%3CWp,+%26T%3E"],[2412,"impl-Lch%3CWp,+%26mut+T%3E"],[2413,"impl-Lchuv%3CWp,+%26T%3E"],[2414,"impl-Lchuv%3CWp,+%26mut+T%3E"],[2415,"impl-Luv%3CWp,+%26mut+T%3E"],[2416,"impl-Luv%3CWp,+%26T%3E"],[2417,"impl-Okhsl%3C%26mut+T%3E"],[2418,"impl-Okhsl%3C%26T%3E"],[2419,"impl-Okhsv%3C%26T%3E"],[2420,"impl-Okhsv%3C%26mut+T%3E"],[2421,"impl-Okhwb%3C%26T%3E"],[2422,"impl-Okhwb%3C%26mut+T%3E"],[2423,"impl-Oklab%3C%26mut+T%3E"],[2424,"impl-Oklab%3C%26T%3E"],[2425,"impl-Oklch%3C%26T%3E"],[2426,"impl-Oklch%3C%26mut+T%3E"],[2427,"impl-Xyz%3CWp,+%26mut+T%3E"],[2428,"impl-Xyz%3CWp,+%26T%3E"],[2429,"impl-Yxy%3CWp,+%26mut+T%3E"],[2430,"impl-Yxy%3CWp,+%26T%3E"],[2455,"impl-Complementary-for-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[2456,"impl-Complementary-for-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[2457,"impl-Complementary-for-Alpha%3COklab%3CT%3E,+A%3E"],[2458,"impl-Complementary-for-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[2485,"impl-Alpha%3CLab%3CWp,+%26T%3E,+%26A%3E"],[2486,"impl-Alpha%3COklab%3C%26mut+T%3E,+%26mut+A%3E"],[2487,"impl-Alpha%3CLch%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2488,"impl-Alpha%3CYxy%3CWp,+%26T%3E,+%26A%3E"],[2489,"impl-Alpha%3CYxy%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2490,"impl-Alpha%3CLab%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2491,"impl-Alpha%3CCam16Qch%3C%26mut+T%3E,+%26mut+A%3E"],[2492,"impl-Alpha%3CLchuv%3CWp,+%26T%3E,+%26A%3E"],[2493,"impl-Alpha%3CLchuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2494,"impl-Alpha%3CLuma%3CS,+%26T%3E,+%26A%3E"],[2495,"impl-Alpha%3COklch%3C%26T%3E,+%26A%3E"],[2496,"impl-Alpha%3CLuma%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2497,"impl-Alpha%3CHwb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2498,"impl-Alpha%3CCam16Qmh%3C%26T%3E,+%26A%3E"],[2499,"impl-Alpha%3CCam16Qmh%3C%26mut+T%3E,+%26mut+A%3E"],[2500,"impl-Alpha%3CHwb%3CS,+%26T%3E,+%26A%3E"],[2501,"impl-Alpha%3CCam16Qsh%3C%26T%3E,+%26A%3E"],[2502,"impl-Alpha%3CLuv%3CWp,+%26T%3E,+%26A%3E"],[2503,"impl-Alpha%3COklch%3C%26mut+T%3E,+%26mut+A%3E"],[2504,"impl-Alpha%3CLuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2505,"impl-Alpha%3CCam16Qsh%3C%26mut+T%3E,+%26mut+A%3E"],[2506,"impl-Alpha%3CHsv%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2507,"impl-Alpha%3CLch%3CWp,+%26T%3E,+%26A%3E"],[2508,"impl-Alpha%3COkhsl%3C%26T%3E,+%26A%3E"],[2509,"impl-Alpha%3CHsv%3CS,+%26T%3E,+%26A%3E"],[2510,"impl-Alpha%3CCam16Jsh%3C%26mut+T%3E,+%26mut+A%3E"],[2511,"impl-Alpha%3COkhsl%3C%26mut+T%3E,+%26mut+A%3E"],[2512,"impl-Alpha%3CCam16UcsJab%3C%26T%3E,+%26A%3E"],[2513,"impl-Alpha%3COklab%3C%26T%3E,+%26A%3E"],[2514,"impl-Alpha%3CXyz%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2515,"impl-Alpha%3CCam16Qch%3C%26T%3E,+%26A%3E"],[2516,"impl-Alpha%3COkhwb%3C%26mut+T%3E,+%26mut+A%3E"],[2517,"impl-Alpha%3CHsluv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[2518,"impl-Alpha%3CCam16Jch%3C%26T%3E,+%26A%3E"],[2519,"impl-Alpha%3CCam16UcsJab%3C%26mut+T%3E,+%26mut+A%3E"],[2520,"impl-Alpha%3CHsluv%3CWp,+%26T%3E,+%26A%3E"],[2521,"impl-Alpha%3CRgb%3CS,+%26T%3E,+%26A%3E"],[2522,"impl-Alpha%3CXyz%3CWp,+%26T%3E,+%26A%3E"],[2523,"impl-Alpha%3CCam16Jch%3C%26mut+T%3E,+%26mut+A%3E"],[2524,"impl-Alpha%3CHsl%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2525,"impl-Alpha%3CCam16Jsh%3C%26T%3E,+%26A%3E"],[2526,"impl-Alpha%3COkhsv%3C%26T%3E,+%26A%3E"],[2527,"impl-Alpha%3COkhwb%3C%26T%3E,+%26A%3E"],[2528,"impl-Alpha%3CHsl%3CS,+%26T%3E,+%26A%3E"],[2529,"impl-Alpha%3CCam16UcsJmh%3C%26T%3E,+%26A%3E"],[2530,"impl-Alpha%3CCam16Jmh%3C%26mut+T%3E,+%26mut+A%3E"],[2531,"impl-Alpha%3CRgb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[2532,"impl-Alpha%3CCam16UcsJmh%3C%26mut+T%3E,+%26mut+A%3E"],[2533,"impl-Alpha%3COkhsv%3C%26mut+T%3E,+%26mut+A%3E"],[2534,"impl-Alpha%3CCam16Jmh%3C%26T%3E,+%26A%3E"],[2535,"impl-Hsl%3CS,+%26mut+T%3E"],[2536,"impl-Hsl%3CS,+%26T%3E"],[2537,"impl-Hsluv%3CWp,+%26T%3E"],[2538,"impl-Hsluv%3CWp,+%26mut+T%3E"],[2539,"impl-Hsv%3CS,+%26T%3E"],[2540,"impl-Hsv%3CS,+%26mut+T%3E"],[2541,"impl-LabHue%3C%26mut+T%3E"],[2542,"impl-LabHue%3C%26T%3E"],[2543,"impl-LuvHue%3C%26mut+T%3E"],[2544,"impl-LuvHue%3C%26T%3E"],[2545,"impl-RgbHue%3C%26mut+T%3E"],[2546,"impl-RgbHue%3C%26T%3E"],[2547,"impl-OklabHue%3C%26mut+T%3E"],[2548,"impl-OklabHue%3C%26T%3E"],[2549,"impl-Hwb%3CS,+%26mut+T%3E"],[2550,"impl-Hwb%3CS,+%26T%3E"],[2551,"impl-Lab%3CWp,+%26T%3E"],[2552,"impl-Lab%3CWp,+%26mut+T%3E"],[2553,"impl-Lch%3CWp,+%26T%3E"],[2554,"impl-Lch%3CWp,+%26mut+T%3E"],[2555,"impl-Lchuv%3CWp,+%26T%3E"],[2556,"impl-Lchuv%3CWp,+%26mut+T%3E"],[2557,"impl-Luv%3CWp,+%26mut+T%3E"],[2558,"impl-Luv%3CWp,+%26T%3E"],[2559,"impl-Okhsl%3C%26mut+T%3E"],[2560,"impl-Okhsl%3C%26T%3E"],[2561,"impl-Okhsv%3C%26mut+T%3E"],[2562,"impl-Okhsv%3C%26T%3E"],[2563,"impl-Okhwb%3C%26mut+T%3E"],[2564,"impl-Okhwb%3C%26T%3E"],[2565,"impl-Oklab%3C%26T%3E"],[2566,"impl-Oklab%3C%26mut+T%3E"],[2567,"impl-Oklch%3C%26mut+T%3E"],[2568,"impl-Oklch%3C%26T%3E"],[2569,"impl-Xyz%3CWp,+%26T%3E"],[2570,"impl-Xyz%3CWp,+%26mut+T%3E"],[2571,"impl-Yxy%3CWp,+%26mut+T%3E"],[2572,"impl-Yxy%3CWp,+%26T%3E"],[2740,"impl-Div-for-Alpha%3CC,+T%3E"],[2741,"impl-Div%3CT%3E-for-Alpha%3CC,+T%3E"],[2742,"impl-Div-for-Lab%3CWp,+T%3E"],[2743,"impl-Div%3CT%3E-for-Lab%3CWp,+T%3E"],[2744,"impl-Div-for-Luv%3CWp,+T%3E"],[2745,"impl-Div%3CT%3E-for-Luv%3CWp,+T%3E"],[2746,"impl-Div%3CT%3E-for-Oklab%3CT%3E"],[2747,"impl-Div-for-Oklab%3CT%3E"],[2748,"impl-Div%3CT%3E-for-Xyz%3CWp,+T%3E"],[2749,"impl-Div-for-Xyz%3CWp,+T%3E"],[2750,"impl-Div%3CT%3E-for-Yxy%3CWp,+T%3E"],[2751,"impl-Div-for-Yxy%3CWp,+T%3E"],[2752,"impl-DivAssign%3CT%3E-for-Alpha%3CC,+T%3E"],[2753,"impl-DivAssign-for-Alpha%3CC,+T%3E"],[2754,"impl-DivAssign-for-Lab%3CWp,+T%3E"],[2755,"impl-DivAssign%3CT%3E-for-Lab%3CWp,+T%3E"],[2756,"impl-DivAssign-for-Luv%3CWp,+T%3E"],[2757,"impl-DivAssign%3CT%3E-for-Luv%3CWp,+T%3E"],[2758,"impl-DivAssign%3CT%3E-for-Oklab%3CT%3E"],[2759,"impl-DivAssign-for-Oklab%3CT%3E"],[2760,"impl-DivAssign-for-Xyz%3CWp,+T%3E"],[2761,"impl-DivAssign%3CT%3E-for-Xyz%3CWp,+T%3E"],[2762,"impl-DivAssign%3CT%3E-for-Yxy%3CWp,+T%3E"],[2763,"impl-DivAssign-for-Yxy%3CWp,+T%3E"],[2766,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2767,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2768,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2769,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2770,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2771,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2772,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2773,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2774,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2775,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2776,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2777,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2778,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2779,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2780,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2781,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2782,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2783,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2784,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2785,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2786,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2787,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2788,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2789,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2790,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[2837,"impl-PartialEq%3CT%3E-for-LabHue%3CT%3E"],[2838,"impl-PartialEq-for-LabHue%3CT%3E"],[2839,"impl-PartialEq%3CT%3E-for-LuvHue%3CT%3E"],[2840,"impl-PartialEq-for-LuvHue%3CT%3E"],[2841,"impl-PartialEq%3CT%3E-for-RgbHue%3CT%3E"],[2842,"impl-PartialEq-for-RgbHue%3CT%3E"],[2843,"impl-PartialEq-for-OklabHue%3CT%3E"],[2844,"impl-PartialEq%3CT%3E-for-OklabHue%3CT%3E"],[2939,"impl-LowerHex-for-Alpha%3CC,+T%3E"],[2940,"impl-Debug-for-Alpha%3CC,+T%3E"],[2941,"impl-UpperHex-for-Alpha%3CC,+T%3E"],[2962,"impl-From%3C%5BAlpha%3CLuma%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLuma%3CS,+V%3E,+V%3E"],[2963,"impl-From%3C%5BAlpha%3CHsluv%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CHsluv%3CWp,+V%3E,+V%3E"],[2964,"impl-From%3CPreAlpha%3CC%3E%3E-for-Alpha%3CC,+%3CC+as+Premultiply%3E::Scalar%3E"],[2965,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[2966,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[2967,"impl-From%3C%5BAlpha%3CLab%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLab%3CWp,+V%3E,+V%3E"],[2968,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[2969,"impl-From%3CAlpha%3CRgb%3CS,+f64%3E,+f64%3E%3E-for-Alpha%3CRgb%3CS%3E,+f32%3E"],[2970,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[2971,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[2972,"impl-From%3Cu16%3E-for-Alpha%3CLuma%3CS,+u8%3E,+u8%3E"],[2973,"impl-From%3CAlpha%3CRgb%3CLinear%3CSrgb%3E,+T%3E,+T%3E%3E-for-Alpha%3CRgb%3CSrgb,+U%3E,+U%3E"],[2974,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[2975,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[2976,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[2977,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[2978,"impl-From%3C%5BAlpha%3CHwb%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CHwb%3CS,+V%3E,+V%3E"],[2979,"impl-From%3CAlpha%3CRgb%3CS,+f64%3E,+f64%3E%3E-for-Alpha%3CRgb%3CS,+u8%3E,+u8%3E"],[2980,"impl-From%3CAlpha%3CRgb%3CS%3E,+f32%3E%3E-for-Alpha%3CRgb%3CS,+f64%3E,+f64%3E"],[2981,"impl-From%3C%5BAlpha%3CLchuv%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLchuv%3CWp,+V%3E,+V%3E"],[2982,"impl-From%3C%5BAlpha%3COkhsv%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COkhsv%3CV%3E,+V%3E"],[2983,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[2984,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[2985,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[2986,"impl-From%3C%5BAlpha%3CCam16Jsh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Jsh%3CV%3E,+V%3E"],[2987,"impl-From%3C%5BAlpha%3COklch%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COklch%3CV%3E,+V%3E"],[2988,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[2989,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[2990,"impl-From%3C(T,+A)%3E-for-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[2991,"impl-From%3C%5BAlpha%3COkhsl%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COkhsl%3CV%3E,+V%3E"],[2992,"impl-From%3CAlpha%3CRgb%3CS,+u8%3E,+u8%3E%3E-for-Alpha%3CRgb%3CS,+f64%3E,+f64%3E"],[2993,"impl-From%3C%26%5BT;+N%5D%3E-for-%26Alpha%3CC,+T%3E"],[2994,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[2995,"impl-From%3Cu32%3E-for-Alpha%3CRgb%3CS,+u8%3E,+u8%3E"],[2996,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[2997,"impl-From%3CColor%3E-for-Alpha%3CRgb,+f32%3E"],[2998,"impl-From%3C%5BAlpha%3CCam16Jmh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Jmh%3CV%3E,+V%3E"],[2999,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[3000,"impl-From%3CAlpha%3CRgb%3CSrgb,+T%3E,+T%3E%3E-for-Alpha%3CRgb%3CLinear%3CSrgb%3E,+U%3E,+U%3E"],[3001,"impl-From%3CAlpha%3CRgb%3CS%3E,+f32%3E%3E-for-Alpha%3CRgb%3CS,+u8%3E,+u8%3E"],[3002,"impl-From%3C%5BAlpha%3CCam16%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16%3CV%3E,+V%3E"],[3003,"impl-From%3C%5BAlpha%3CHsl%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CHsl%3CS,+V%3E,+V%3E"],[3004,"impl-From%3CPacked%3CO,+P%3E%3E-for-Alpha%3CRgb%3CS,+T%3E,+T%3E"],[3005,"impl-From%3CAlpha%3CRgb%3CS,+u8%3E,+u8%3E%3E-for-Alpha%3CRgb%3CS%3E,+f32%3E"],[3006,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[3007,"impl-From%3CRgb%3CSrgb,+T%3E%3E-for-Alpha%3CRgb%3CLinear%3CSrgb%3E,+U%3E,+U%3E"],[3008,"impl-From%3C%5BAlpha%3CHsv%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CHsv%3CS,+V%3E,+V%3E"],[3009,"impl-From%3C%5BAlpha%3CCam16Jch%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Jch%3CV%3E,+V%3E"],[3010,"impl-From%3CPacked%3CO,+P%3E%3E-for-Alpha%3CLuma%3CS,+T%3E,+T%3E"],[3011,"impl-From%3CRgb%3CLinear%3CSrgb%3E,+T%3E%3E-for-Alpha%3CRgb%3CSrgb,+U%3E,+U%3E"],[3012,"impl-From%3C%5BAlpha%3CYxy%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CYxy%3CWp,+V%3E,+V%3E"],[3013,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[3014,"impl-From%3C%5BAlpha%3CCam16UcsJab%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16UcsJab%3CV%3E,+V%3E"],[3015,"impl-From%3C%5BAlpha%3CLch%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLch%3CWp,+V%3E,+V%3E"],[3016,"impl-From%3C%5BAlpha%3CCam16Qsh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Qsh%3CV%3E,+V%3E"],[3017,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[3018,"impl-From%3C%5BAlpha%3COklab%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COklab%3CV%3E,+V%3E"],[3019,"impl-From%3C%5BAlpha%3CCam16UcsJmh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16UcsJmh%3CV%3E,+V%3E"],[3020,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[3021,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[3022,"impl-From%3C%5BAlpha%3COkhwb%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3COkhwb%3CV%3E,+V%3E"],[3023,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3COklab%3CT%3E,+A%3E"],[3026,"impl-From%3CC%3E-for-Alpha%3CC,+T%3E"],[3027,"impl-From%3C(H,+T,+T,+A)%3E-for-Alpha%3COkhsv%3CT%3E,+A%3E"],[3028,"impl-From%3C(T,+T,+T,+A)%3E-for-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[3029,"impl-From%3C%5BAlpha%3CXyz%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CXyz%3CWp,+V%3E,+V%3E"],[3030,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-%26mut+Alpha%3CC,+T%3E"],[3031,"impl-From%3C%5BAlpha%3CLuv%3CWp,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CLuv%3CWp,+V%3E,+V%3E"],[3032,"impl-From%3CAlpha%3CCam16%3CT%3E,+A%3E%3E-for-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[3033,"impl-From%3C%5BAlpha%3CCam16Qch%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Qch%3CV%3E,+V%3E"],[3034,"impl-From%3C%5BT;+N%5D%3E-for-Alpha%3CC,+T%3E"],[3035,"impl-From%3C%5BAlpha%3CCam16Qmh%3CT%3E,+T%3E;+N%5D%3E-for-Alpha%3CCam16Qmh%3CV%3E,+V%3E"],[3036,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3COklch%3CT%3E,+A%3E"],[3037,"impl-From%3C%5BAlpha%3CRgb%3CS,+T%3E,+T%3E;+N%5D%3E-for-Alpha%3CRgb%3CS,+V%3E,+V%3E"],[3038,"impl-From%3C(T,+T,+H,+A)%3E-for-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[3039,"impl-From%3C%5BT;+3%5D%3E-for-Hsl%3CS,+T%3E"],[3040,"impl-From%3C%5BHsl%3CS,+T%3E;+N%5D%3E-for-Hsl%3CS,+V%3E"],[3042,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Hsl%3CS,+T%3E"],[3043,"impl-From%3C(H,+T,+T)%3E-for-Hsl%3CS,+T%3E"],[3044,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Hsl%3CS,+T%3E"],[3045,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Hsluv%3CWp,+T%3E"],[3047,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Hsluv%3CWp,+T%3E"],[3048,"impl-From%3C(H,+T,+T)%3E-for-Hsluv%3CWp,+T%3E"],[3049,"impl-From%3C%5BT;+3%5D%3E-for-Hsluv%3CWp,+T%3E"],[3050,"impl-From%3C%5BHsluv%3CWp,+T%3E;+N%5D%3E-for-Hsluv%3CWp,+V%3E"],[3051,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Hsv%3CS,+T%3E"],[3053,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Hsv%3CS,+T%3E"],[3054,"impl-From%3C%5BT;+3%5D%3E-for-Hsv%3CS,+T%3E"],[3055,"impl-From%3C%5BHsv%3CS,+T%3E;+N%5D%3E-for-Hsv%3CS,+V%3E"],[3056,"impl-From%3C(H,+T,+T)%3E-for-Hsv%3CS,+T%3E"],[3070,"impl-From%3C%5BT;+3%5D%3E-for-Hwb%3CS,+T%3E"],[3071,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Hwb%3CS,+T%3E"],[3072,"impl-From%3C%5BHwb%3CS,+T%3E;+N%5D%3E-for-Hwb%3CS,+V%3E"],[3073,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Hwb%3CS,+T%3E"],[3074,"impl-From%3C(H,+T,+T)%3E-for-Hwb%3CS,+T%3E"],[3075,"impl-From%3C(T,+T,+T)%3E-for-Lab%3CWp,+T%3E"],[3076,"impl-From%3C%5BT;+3%5D%3E-for-Lab%3CWp,+T%3E"],[3077,"impl-From%3CPreAlpha%3CLab%3CWp,+T%3E%3E%3E-for-Lab%3CWp,+T%3E"],[3079,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Lab%3CWp,+T%3E"],[3080,"impl-From%3C%5BLab%3CWp,+T%3E;+N%5D%3E-for-Lab%3CWp,+V%3E"],[3081,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Lab%3CWp,+T%3E"],[3082,"impl-From%3C%5BLch%3CWp,+T%3E;+N%5D%3E-for-Lch%3CWp,+V%3E"],[3084,"impl-From%3C%5BT;+3%5D%3E-for-Lch%3CWp,+T%3E"],[3085,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Lch%3CWp,+T%3E"],[3086,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Lch%3CWp,+T%3E"],[3087,"impl-From%3C(T,+T,+H)%3E-for-Lch%3CWp,+T%3E"],[3088,"impl-From%3C(T,+T,+H)%3E-for-Lchuv%3CWp,+T%3E"],[3089,"impl-From%3C%5BT;+3%5D%3E-for-Lchuv%3CWp,+T%3E"],[3091,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Lchuv%3CWp,+T%3E"],[3092,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Lchuv%3CWp,+T%3E"],[3093,"impl-From%3C%5BLchuv%3CWp,+T%3E;+N%5D%3E-for-Lchuv%3CWp,+V%3E"],[3095,"impl-From%3C%5BT;+3%5D%3E-for-Luv%3CWp,+T%3E"],[3096,"impl-From%3C(T,+T,+T)%3E-for-Luv%3CWp,+T%3E"],[3097,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Luv%3CWp,+T%3E"],[3098,"impl-From%3C%5BLuv%3CWp,+T%3E;+N%5D%3E-for-Luv%3CWp,+V%3E"],[3099,"impl-From%3CPreAlpha%3CLuv%3CWp,+T%3E%3E%3E-for-Luv%3CWp,+T%3E"],[3100,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Luv%3CWp,+T%3E"],[3101,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Okhsl%3CT%3E"],[3102,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Okhsl%3CT%3E"],[3104,"impl-From%3C%5BT;+3%5D%3E-for-Okhsl%3CT%3E"],[3105,"impl-From%3C%5BOkhsl%3CT%3E;+N%5D%3E-for-Okhsl%3CV%3E"],[3106,"impl-From%3C(H,+T,+T)%3E-for-Okhsv%3CT%3E"],[3107,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Okhsv%3CT%3E"],[3109,"impl-From%3C%5BT;+3%5D%3E-for-Okhsv%3CT%3E"],[3110,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Okhsv%3CT%3E"],[3111,"impl-From%3C%5BOkhsv%3CT%3E;+N%5D%3E-for-Okhsv%3CV%3E"],[3112,"impl-From%3C%5BOkhwb%3CT%3E;+N%5D%3E-for-Okhwb%3CV%3E"],[3113,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Okhwb%3CT%3E"],[3114,"impl-From%3C%5BT;+3%5D%3E-for-Okhwb%3CT%3E"],[3116,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Okhwb%3CT%3E"],[3117,"impl-From%3C(T,+T,+T)%3E-for-Oklab%3CT%3E"],[3118,"impl-From%3C%5BT;+3%5D%3E-for-Oklab%3CT%3E"],[3119,"impl-From%3C%5BOklab%3CT%3E;+N%5D%3E-for-Oklab%3CV%3E"],[3120,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Oklab%3CT%3E"],[3121,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Oklab%3CT%3E"],[3122,"impl-From%3CPreAlpha%3COklab%3CT%3E%3E%3E-for-Oklab%3CT%3E"],[3124,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Oklch%3CT%3E"],[3125,"impl-From%3C%5BT;+3%5D%3E-for-Oklch%3CT%3E"],[3126,"impl-From%3C(T,+T,+H)%3E-for-Oklch%3CT%3E"],[3127,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Oklch%3CT%3E"],[3129,"impl-From%3C%5BOklch%3CT%3E;+N%5D%3E-for-Oklch%3CV%3E"],[3130,"impl-From%3C%5BT;+3%5D%3E-for-Xyz%3CWp,+T%3E"],[3131,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Xyz%3CWp,+T%3E"],[3132,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Xyz%3CWp,+T%3E"],[3133,"impl-From%3CPreAlpha%3CXyz%3CWp,+T%3E%3E%3E-for-Xyz%3CWp,+T%3E"],[3134,"impl-From%3C%5BXyz%3CWp,+T%3E;+N%5D%3E-for-Xyz%3CWp,+V%3E"],[3135,"impl-From%3C(T,+T,+T)%3E-for-Xyz%3CWp,+T%3E"],[3137,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Yxy%3CWp,+T%3E"],[3138,"impl-From%3C%5BT;+3%5D%3E-for-Yxy%3CWp,+T%3E"],[3139,"impl-From%3CPreAlpha%3CYxy%3CWp,+T%3E%3E%3E-for-Yxy%3CWp,+T%3E"],[3141,"impl-From%3C%5BYxy%3CWp,+T%3E;+N%5D%3E-for-Yxy%3CWp,+V%3E"],[3142,"impl-From%3C(T,+T,+T)%3E-for-Yxy%3CWp,+T%3E"],[3143,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Yxy%3CWp,+T%3E"],[3165,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jch%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3166,"impl-FromCam16Unclamped%3CWpParam,+Cam16%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3167,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qmh%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3168,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qch%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3169,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qsh%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3170,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jsh%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3171,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jmh%3CT%3E%3E-for-Xyz%3C%3CWpParam+as+WhitePointParameter%3CT%3E%3E::StaticWp,+T%3E"],[3211,"impl-FromColorUnclamped%3CLuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3212,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3213,"impl-FromColorUnclamped%3CHsl%3CS1,+T%3E%3E-for-Hsl%3CS2,+T%3E"],[3214,"impl-FromColorUnclamped%3CHsv%3CS,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3215,"impl-FromColorUnclamped%3CXyz%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3216,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3217,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3218,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Hsl%3CS,+T%3E"],[3219,"impl-FromColorUnclamped%3CHwb%3CS,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3220,"impl-FromColorUnclamped%3CYxy%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3221,"impl-FromColorUnclamped%3CLch%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3222,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3223,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3224,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3225,"impl-FromColorUnclamped%3CLab%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3226,"impl-FromColorUnclamped%3CHsluv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3227,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Hsl%3CS,+T%3E"],[3228,"impl-FromColorUnclamped%3CLchuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsl%3CS,+T%3E"],[3229,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3230,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3231,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3232,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3233,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3234,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3235,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3236,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3237,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3238,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3239,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3240,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3241,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Hsluv%3CWp,+T%3E"],[3242,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3243,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Hsluv%3CWp,+T%3E"],[3244,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3245,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3246,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Hsluv%3CWp,+T%3E"],[3247,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3248,"impl-FromColorUnclamped%3CLchuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3249,"impl-FromColorUnclamped%3CYxy%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3250,"impl-FromColorUnclamped%3CHwb%3CS,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3251,"impl-FromColorUnclamped%3CHsl%3CS,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3252,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3253,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3254,"impl-FromColorUnclamped%3CXyz%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3255,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3256,"impl-FromColorUnclamped%3CHsluv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3257,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3258,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3259,"impl-FromColorUnclamped%3CLuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3260,"impl-FromColorUnclamped%3CLch%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3261,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Hsv%3CS,+T%3E"],[3262,"impl-FromColorUnclamped%3CHsv%3CS1,+T%3E%3E-for-Hsv%3CS2,+T%3E"],[3263,"impl-FromColorUnclamped%3CLab%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hsv%3CS,+T%3E"],[3264,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Hsv%3CS,+T%3E"],[3265,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3266,"impl-FromColorUnclamped%3CYxy%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3267,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3268,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3269,"impl-FromColorUnclamped%3CHsluv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3270,"impl-FromColorUnclamped%3CHwb%3CS1,+T%3E%3E-for-Hwb%3CS2,+T%3E"],[3271,"impl-FromColorUnclamped%3CLab%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3272,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3273,"impl-FromColorUnclamped%3CLuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3274,"impl-FromColorUnclamped%3CLch%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3275,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3276,"impl-FromColorUnclamped%3CXyz%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3277,"impl-FromColorUnclamped%3CLchuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3278,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Hwb%3CS,+T%3E"],[3279,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Hwb%3CS,+T%3E"],[3280,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3281,"impl-FromColorUnclamped%3CHsv%3CS,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3282,"impl-FromColorUnclamped%3CHsl%3CS,+T%3E%3E-for-Hwb%3CS,+T%3E"],[3283,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3284,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3285,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3286,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3287,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3288,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3289,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3290,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3291,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3292,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3293,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Lab%3CWp,+T%3E"],[3294,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Lab%3CWp,+T%3E"],[3295,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3296,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3297,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3298,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3299,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3300,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Lab%3CWp,+T%3E"],[3301,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3302,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3303,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Lch%3CWp,+T%3E"],[3304,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3305,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3306,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3307,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3308,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3309,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3310,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3311,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3312,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3313,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3314,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3315,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3316,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3317,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Lch%3CWp,+T%3E"],[3318,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Lch%3CWp,+T%3E"],[3319,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3320,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3321,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3322,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Lchuv%3CWp,+T%3E"],[3323,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3324,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3325,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3326,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3327,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3328,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3329,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3330,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3331,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3332,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3333,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3334,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3335,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Lchuv%3CWp,+T%3E"],[3336,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Lchuv%3CWp,+T%3E"],[3337,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3338,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3339,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3340,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3341,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3342,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3343,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3344,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3345,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3346,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3347,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3348,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Luv%3CWp,+T%3E"],[3349,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3350,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3351,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3352,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Luv%3CWp,+T%3E"],[3353,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3354,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Luv%3CWp,+T%3E"],[3355,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3356,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3357,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3358,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3359,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3360,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3361,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3362,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3363,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3364,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Okhsl%3CT%3E"],[3365,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Okhsl%3CT%3E"],[3366,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Okhsl%3CT%3E"],[3367,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3368,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Okhsl%3CT%3E"],[3369,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Okhsl%3CT%3E"],[3370,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Okhsl%3CT%3E"],[3371,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Okhsl%3CT%3E"],[3372,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Okhsl%3CT%3E"],[3373,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Okhsv%3CT%3E"],[3374,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3375,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3376,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3377,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3378,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3379,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Okhsv%3CT%3E"],[3380,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3381,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3382,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Okhsv%3CT%3E"],[3383,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3384,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Okhsv%3CT%3E"],[3385,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Okhsv%3CT%3E"],[3386,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Okhsv%3CT%3E"],[3387,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3388,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Okhsv%3CT%3E"],[3389,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3390,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Okhsv%3CT%3E"],[3391,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Okhwb%3CT%3E"],[3392,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Okhwb%3CT%3E"],[3393,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Okhwb%3CT%3E"],[3394,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3395,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3396,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3397,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Okhwb%3CT%3E"],[3398,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3399,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3400,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3401,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Okhwb%3CT%3E"],[3402,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3403,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3404,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3405,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3406,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Okhwb%3CT%3E"],[3407,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Okhwb%3CT%3E"],[3408,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Oklab%3CT%3E"],[3409,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3410,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3411,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3412,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Oklab%3CT%3E"],[3413,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Oklab%3CT%3E"],[3414,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3415,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Oklab%3CT%3E"],[3416,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3417,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3418,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Oklab%3CT%3E"],[3419,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Oklab%3CT%3E"],[3420,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Oklab%3CT%3E"],[3421,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Oklab%3CT%3E"],[3422,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Oklab%3CT%3E"],[3423,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Oklab%3CT%3E"],[3424,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Oklab%3CT%3E"],[3425,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Oklab%3CT%3E"],[3426,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Oklch%3CT%3E"],[3427,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Oklch%3CT%3E"],[3428,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3429,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Oklch%3CT%3E"],[3430,"impl-FromColorUnclamped%3CXyz%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3431,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Oklch%3CT%3E"],[3432,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3433,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3434,"impl-FromColorUnclamped%3CHsluv%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3435,"impl-FromColorUnclamped%3CLchuv%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3436,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Oklch%3CT%3E"],[3437,"impl-FromColorUnclamped%3CLch%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3438,"impl-FromColorUnclamped%3CLuv%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3439,"impl-FromColorUnclamped%3CLuma%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3440,"impl-FromColorUnclamped%3CYxy%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3441,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Oklch%3CT%3E"],[3442,"impl-FromColorUnclamped%3CLab%3CD65,+T%3E%3E-for-Oklch%3CT%3E"],[3443,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Oklch%3CT%3E"],[3444,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3445,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3446,"impl-FromColorUnclamped%3CLuma%3CS,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3447,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Xyz%3CWp,+T%3E"],[3448,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Xyz%3CD65,+T%3E"],[3449,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Xyz%3CWp,+T%3E"],[3450,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3451,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Xyz%3CWp,+T%3E"],[3452,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Xyz%3CWp,+T%3E"],[3453,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Xyz%3CWp,+T%3E"],[3454,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3455,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3456,"impl-FromColorUnclamped%3CRgb%3CS,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3457,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3458,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3459,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3460,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3461,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Xyz%3CWp,+T%3E"],[3462,"impl-FromColorUnclamped%3CLch%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3463,"impl-FromColorUnclamped%3CLuv%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3464,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3465,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3466,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3467,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Yxy%3CWp,+T%3E"],[3468,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3469,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3470,"impl-FromColorUnclamped%3CHsluv%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3471,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3472,"impl-FromColorUnclamped%3CXyz%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3473,"impl-FromColorUnclamped%3CLchuv%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3474,"impl-FromColorUnclamped%3CYxy%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3475,"impl-FromColorUnclamped%3CLuma%3CS,+T%3E%3E-for-Yxy%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E"],[3476,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3477,"impl-FromColorUnclamped%3CLab%3CWp,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3478,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Yxy%3CWp,+T%3E"],[3479,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Yxy%3CWp,+T%3E"],[3496,"impl-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[3497,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[3498,"impl-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[3499,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[3500,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[3501,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[3502,"impl-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[3503,"impl-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[3504,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[3505,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[3506,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[3507,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[3508,"impl-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[3509,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[3510,"impl-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[3511,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[3512,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[3513,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[3514,"impl-Alpha%3COklab%3CT%3E,+A%3E"],[3515,"impl-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[3516,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[3517,"impl-Alpha%3COklch%3CT%3E,+A%3E"],[3518,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[3519,"impl-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[3520,"impl-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[3540,"impl-Alpha%3CLuma%3CLinear%3CWp%3E,+T%3E,+A%3E"],[3541,"impl-Alpha%3CRgb%3CLinear%3CS%3E,+T%3E,+A%3E"],[3542,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[3543,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[3544,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[3545,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[3546,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[3547,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[3548,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[3549,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[3558,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[3559,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[3560,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[3561,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[3562,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[3563,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[3580,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[3581,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[3610,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[3611,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[3612,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[3613,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[3614,"impl-Alpha%3CCam16%3CT%3E,+A%3E"],[3615,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[3616,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[3617,"impl-Alpha%3CCam16Jsh%3CCt%3E,+Ca%3E"],[3618,"impl-Alpha%3CCam16Qmh%3CCt%3E,+Ca%3E"],[3619,"impl-Alpha%3CXyz%3CWp,+Ct%3E,+Ca%3E"],[3620,"impl-Alpha%3CHsv%3CS,+Ct%3E,+Ca%3E"],[3621,"impl-Alpha%3CLchuv%3CWp,+Ct%3E,+Ca%3E"],[3622,"impl-Alpha%3CHsl%3CS,+Ct%3E,+Ca%3E"],[3623,"impl-Alpha%3CRgb%3CS,+Ct%3E,+Ca%3E"],[3624,"impl-Alpha%3CCam16Jmh%3CCt%3E,+Ca%3E"],[3625,"impl-Alpha%3CHwb%3CS,+Ct%3E,+Ca%3E"],[3626,"impl-Alpha%3CYxy%3CWp,+Ct%3E,+Ca%3E"],[3627,"impl-Alpha%3CLab%3CWp,+Ct%3E,+Ca%3E"],[3628,"impl-Alpha%3COklch%3CCt%3E,+Ca%3E"],[3629,"impl-Alpha%3CHsluv%3CWp,+Ct%3E,+Ca%3E"],[3630,"impl-Alpha%3CCam16Qsh%3CCt%3E,+Ca%3E"],[3631,"impl-Alpha%3CCam16UcsJmh%3CCt%3E,+Ca%3E"],[3632,"impl-Alpha%3CCam16Qch%3CCt%3E,+Ca%3E"],[3633,"impl-Alpha%3COklab%3CCt%3E,+Ca%3E"],[3634,"impl-Alpha%3CLch%3CWp,+Ct%3E,+Ca%3E"],[3635,"impl-Alpha%3COkhwb%3CCt%3E,+Ca%3E"],[3636,"impl-Alpha%3CLuma%3CS,+Ct%3E,+Ca%3E"],[3637,"impl-Alpha%3CCam16Jch%3CCt%3E,+Ca%3E"],[3638,"impl-Alpha%3CLuv%3CWp,+Ct%3E,+Ca%3E"],[3639,"impl-Alpha%3COkhsv%3CCt%3E,+Ca%3E"],[3640,"impl-Alpha%3CCam16UcsJab%3CCt%3E,+Ca%3E"],[3641,"impl-Alpha%3COkhsl%3CCt%3E,+Ca%3E"],[3694,"impl-Alpha%3CCam16Qsh%3CCt%3E,+Ca%3E"],[3695,"impl-Alpha%3CLab%3CWp,+Ct%3E,+Ca%3E"],[3696,"impl-Alpha%3CHsl%3CS,+Ct%3E,+Ca%3E"],[3697,"impl-Alpha%3CHsv%3CS,+Ct%3E,+Ca%3E"],[3698,"impl-Alpha%3CRgb%3CS,+Ct%3E,+Ca%3E"],[3699,"impl-Alpha%3CCam16UcsJmh%3CCt%3E,+Ca%3E"],[3700,"impl-Alpha%3CCam16Jsh%3CCt%3E,+Ca%3E"],[3701,"impl-Alpha%3CHsluv%3CWp,+Ct%3E,+Ca%3E"],[3702,"impl-Alpha%3COkhsl%3CCt%3E,+Ca%3E"],[3703,"impl-Alpha%3CYxy%3CWp,+Ct%3E,+Ca%3E"],[3704,"impl-Alpha%3CLuv%3CWp,+Ct%3E,+Ca%3E"],[3705,"impl-Alpha%3CCam16Jmh%3CCt%3E,+Ca%3E"],[3706,"impl-Alpha%3COkhsv%3CCt%3E,+Ca%3E"],[3707,"impl-Alpha%3CCam16Qmh%3CCt%3E,+Ca%3E"],[3708,"impl-Alpha%3COklch%3CCt%3E,+Ca%3E"],[3709,"impl-Alpha%3CHwb%3CS,+Ct%3E,+Ca%3E"],[3710,"impl-Alpha%3CLch%3CWp,+Ct%3E,+Ca%3E"],[3711,"impl-Alpha%3CCam16UcsJab%3CCt%3E,+Ca%3E"],[3712,"impl-Alpha%3CCam16Jch%3CCt%3E,+Ca%3E"],[3713,"impl-Alpha%3CCam16Qch%3CCt%3E,+Ca%3E"],[3714,"impl-Alpha%3COklab%3CCt%3E,+Ca%3E"],[3715,"impl-Alpha%3CLchuv%3CWp,+Ct%3E,+Ca%3E"],[3716,"impl-Alpha%3CLuma%3CS,+Ct%3E,+Ca%3E"],[3717,"impl-Alpha%3CXyz%3CWp,+Ct%3E,+Ca%3E"],[3718,"impl-Alpha%3COkhwb%3CCt%3E,+Ca%3E"],[4001,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[4002,"impl-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[4003,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[4004,"impl-Alpha%3COklch%3CT%3E,+A%3E"],[4005,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[4006,"impl-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[4007,"impl-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[4008,"impl-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[4009,"impl-Alpha%3COklab%3CT%3E,+A%3E"],[4010,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[4011,"impl-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[4012,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[4013,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[4014,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[4015,"impl-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[4016,"impl-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[4017,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[4018,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[4019,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[4020,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[4021,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[4022,"impl-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[4023,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[4024,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[4025,"impl-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[4045,"impl-Alpha%3CRgb%3CLinear%3CS%3E,+T%3E,+A%3E"],[4046,"impl-Alpha%3CLuma%3CLinear%3CWp%3E,+T%3E,+A%3E"],[4047,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[4048,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[4049,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[4050,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[4051,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[4052,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[4053,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[4054,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[4065,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[4066,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[4067,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[4068,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[4069,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[4070,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[4075,"impl-IntoIterator-for-Alpha%3CCam16Qch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4076,"impl-IntoIterator-for-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4077,"impl-IntoIterator-for-%26mut+Alpha%3CLuv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4078,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4079,"impl-IntoIterator-for-%26mut+Alpha%3CLchuv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4080,"impl-IntoIterator-for-Alpha%3CHwb%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4081,"impl-IntoIterator-for-Alpha%3CLchuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4082,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4083,"impl-IntoIterator-for-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4084,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4085,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4086,"impl-IntoIterator-for-%26mut+Alpha%3CHwb%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4087,"impl-IntoIterator-for-Alpha%3CCam16Jsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4088,"impl-IntoIterator-for-%26mut+Alpha%3CLuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4089,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4090,"impl-IntoIterator-for-%26mut+Alpha%3CLch%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4091,"impl-IntoIterator-for-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4092,"impl-IntoIterator-for-%26mut+Alpha%3COkhsl%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4093,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4094,"impl-IntoIterator-for-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4095,"impl-IntoIterator-for-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4096,"impl-IntoIterator-for-%26mut+Alpha%3COkhwb%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4097,"impl-IntoIterator-for-%26Alpha%3COklch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4098,"impl-IntoIterator-for-Alpha%3CCam16Qmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4099,"impl-IntoIterator-for-%26Alpha%3COklab%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4100,"impl-IntoIterator-for-Alpha%3CLab%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4101,"impl-IntoIterator-for-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4102,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4103,"impl-IntoIterator-for-%26Alpha%3COkhwb%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4104,"impl-IntoIterator-for-Alpha%3CLch%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4105,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4106,"impl-IntoIterator-for-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4107,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4108,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4109,"impl-IntoIterator-for-Alpha%3CCam16Jsh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4110,"impl-IntoIterator-for-Alpha%3COkhsl%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4111,"impl-IntoIterator-for-%26mut+Alpha%3CRgb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4112,"impl-IntoIterator-for-Alpha%3CHsl%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4113,"impl-IntoIterator-for-Alpha%3CRgb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4114,"impl-IntoIterator-for-Alpha%3CLuv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4115,"impl-IntoIterator-for-%26Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4116,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4117,"impl-IntoIterator-for-%26mut+Alpha%3CLab%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4118,"impl-IntoIterator-for-Alpha%3COklab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4119,"impl-IntoIterator-for-Alpha%3CCam16UcsJmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4120,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4121,"impl-IntoIterator-for-%26mut+Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4122,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4123,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4124,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4125,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4126,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4127,"impl-IntoIterator-for-%26mut+Alpha%3COklab%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4128,"impl-IntoIterator-for-%26Alpha%3COklch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4129,"impl-IntoIterator-for-Alpha%3COklch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4130,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4131,"impl-IntoIterator-for-%26mut+Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4132,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4133,"impl-IntoIterator-for-Alpha%3CLuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4134,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4135,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4136,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4137,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4138,"impl-IntoIterator-for-%26mut+Alpha%3COklch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4139,"impl-IntoIterator-for-%26mut+Alpha%3CLuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4140,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJab%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4141,"impl-IntoIterator-for-%26mut+Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4142,"impl-IntoIterator-for-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4143,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4144,"impl-IntoIterator-for-Alpha%3CCam16UcsJmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4145,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4146,"impl-IntoIterator-for-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4147,"impl-IntoIterator-for-%26mut+Alpha%3COklch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4148,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4149,"impl-IntoIterator-for-%26mut+Alpha%3COkhsv%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4150,"impl-IntoIterator-for-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4151,"impl-IntoIterator-for-%26mut+Alpha%3CXyz%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4152,"impl-IntoIterator-for-%26mut+Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4153,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4154,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4155,"impl-IntoIterator-for-%26mut+Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4156,"impl-IntoIterator-for-%26mut+Alpha%3CYxy%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4157,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4158,"impl-IntoIterator-for-%26mut+Alpha%3CLchuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4159,"impl-IntoIterator-for-Alpha%3COkhwb%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4160,"impl-IntoIterator-for-%26Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4161,"impl-IntoIterator-for-%26mut+Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4162,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4163,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4164,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4165,"impl-IntoIterator-for-Alpha%3CLch%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4166,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4167,"impl-IntoIterator-for-%26Alpha%3COkhsv%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4168,"impl-IntoIterator-for-%26mut+Alpha%3CHsl%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4169,"impl-IntoIterator-for-%26Alpha%3COkhsv%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4170,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4171,"impl-IntoIterator-for-Alpha%3CCam16Jmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4172,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4173,"impl-IntoIterator-for-Alpha%3CHsv%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4174,"impl-IntoIterator-for-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4175,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4176,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4177,"impl-IntoIterator-for-%26mut+Alpha%3CHwb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4178,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4179,"impl-IntoIterator-for-Alpha%3CHsv%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4180,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4181,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4182,"impl-IntoIterator-for-%26mut+Alpha%3CLab%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4183,"impl-IntoIterator-for-%26mut+Alpha%3COkhsl%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4184,"impl-IntoIterator-for-Alpha%3CLchuv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4185,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4186,"impl-IntoIterator-for-Alpha%3CCam16Qmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4187,"impl-IntoIterator-for-Alpha%3CRgb%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4188,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4189,"impl-IntoIterator-for-%26Alpha%3COkhsl%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4190,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4191,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4192,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4193,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4194,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4195,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4196,"impl-IntoIterator-for-%26mut+Alpha%3CHsluv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4197,"impl-IntoIterator-for-Alpha%3COkhwb%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4198,"impl-IntoIterator-for-Alpha%3CHsl%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4199,"impl-IntoIterator-for-%26mut+Alpha%3COklab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4200,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4201,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4202,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4203,"impl-IntoIterator-for-Alpha%3COkhsl%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4204,"impl-IntoIterator-for-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4205,"impl-IntoIterator-for-%26mut+Alpha%3CYxy%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4206,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4207,"impl-IntoIterator-for-Alpha%3CCam16Qch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4208,"impl-IntoIterator-for-Alpha%3COkhwb%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4209,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4210,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4211,"impl-IntoIterator-for-%26Alpha%3CCam16Qsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4212,"impl-IntoIterator-for-Alpha%3CCam16UcsJmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4213,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4214,"impl-IntoIterator-for-%26mut+Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4215,"impl-IntoIterator-for-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4216,"impl-IntoIterator-for-%26mut+Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4217,"impl-IntoIterator-for-%26Alpha%3COkhsl%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4218,"impl-IntoIterator-for-%26mut+Alpha%3COkhwb%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4219,"impl-IntoIterator-for-%26mut+Alpha%3CRgb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4220,"impl-IntoIterator-for-Alpha%3CHwb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4221,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4222,"impl-IntoIterator-for-Alpha%3CCam16Jmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4223,"impl-IntoIterator-for-Alpha%3CCam16UcsJab%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4224,"impl-IntoIterator-for-Alpha%3COklch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4225,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4226,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4227,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4228,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4229,"impl-IntoIterator-for-%26Alpha%3COkhwb%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4230,"impl-IntoIterator-for-%26mut+Alpha%3CLuma%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4231,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4232,"impl-IntoIterator-for-Alpha%3CHwb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4233,"impl-IntoIterator-for-%26mut+Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4234,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4235,"impl-IntoIterator-for-Alpha%3CXyz%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4236,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4237,"impl-IntoIterator-for-Alpha%3CCam16Qch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4238,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4239,"impl-IntoIterator-for-%26Alpha%3COkhsl%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4240,"impl-IntoIterator-for-%26mut+Alpha%3COklab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4241,"impl-IntoIterator-for-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4242,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4243,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4244,"impl-IntoIterator-for-Alpha%3CCam16Qsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4245,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4246,"impl-IntoIterator-for-Alpha%3CRgb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4247,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4248,"impl-IntoIterator-for-%26Alpha%3COklab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4249,"impl-IntoIterator-for-Alpha%3CCam16UcsJab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4250,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4251,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4252,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4253,"impl-IntoIterator-for-%26mut+Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4254,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4255,"impl-IntoIterator-for-Alpha%3CCam16Qmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4256,"impl-IntoIterator-for-%26mut+Alpha%3COkhwb%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4257,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4258,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qsh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4259,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4260,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4261,"impl-IntoIterator-for-Alpha%3CYxy%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4262,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4263,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4264,"impl-IntoIterator-for-Alpha%3CXyz%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4265,"impl-IntoIterator-for-Alpha%3CHsl%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4266,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4267,"impl-IntoIterator-for-%26mut+Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4268,"impl-IntoIterator-for-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4269,"impl-IntoIterator-for-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4270,"impl-IntoIterator-for-%26Alpha%3CHsl%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4271,"impl-IntoIterator-for-%26mut+Alpha%3CYxy%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4272,"impl-IntoIterator-for-%26mut+Alpha%3COkhsl%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4273,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4274,"impl-IntoIterator-for-Alpha%3CCam16Qsh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4275,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4276,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4277,"impl-IntoIterator-for-%26Alpha%3COkhwb%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4278,"impl-IntoIterator-for-Alpha%3CXyz%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4279,"impl-IntoIterator-for-Alpha%3COkhsv%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4280,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4281,"impl-IntoIterator-for-%26mut+Alpha%3CHsluv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4282,"impl-IntoIterator-for-%26mut+Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4283,"impl-IntoIterator-for-Alpha%3COklab%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4284,"impl-IntoIterator-for-Alpha%3CLchuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4285,"impl-IntoIterator-for-%26Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4286,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4287,"impl-IntoIterator-for-%26Alpha%3COklch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4288,"impl-IntoIterator-for-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4289,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4290,"impl-IntoIterator-for-Alpha%3CYxy%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4291,"impl-IntoIterator-for-%26mut+Alpha%3CRgb%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4292,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4293,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4294,"impl-IntoIterator-for-%26mut+Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4295,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4296,"impl-IntoIterator-for-Alpha%3CCam16Jsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4297,"impl-IntoIterator-for-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4298,"impl-IntoIterator-for-%26mut+Alpha%3CLchuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4299,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4300,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4301,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4302,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4303,"impl-IntoIterator-for-%26mut+Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4304,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4305,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4306,"impl-IntoIterator-for-Alpha%3COklab%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4307,"impl-IntoIterator-for-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4308,"impl-IntoIterator-for-%26Alpha%3COklab%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4309,"impl-IntoIterator-for-%26mut+Alpha%3CHsl%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4310,"impl-IntoIterator-for-Alpha%3CCam16UcsJab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4311,"impl-IntoIterator-for-Alpha%3CHsv%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4312,"impl-IntoIterator-for-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4313,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4314,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4315,"impl-IntoIterator-for-%26mut+Alpha%3CHsl%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4316,"impl-IntoIterator-for-%26mut+Alpha%3CXyz%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4317,"impl-IntoIterator-for-%26Alpha%3COkhwb%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4318,"impl-IntoIterator-for-Alpha%3CCam16Jch%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4319,"impl-IntoIterator-for-%26mut+Alpha%3CHsv%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4320,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4321,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4322,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4323,"impl-IntoIterator-for-%26mut+Alpha%3CLch%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4324,"impl-IntoIterator-for-%26Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4325,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4326,"impl-IntoIterator-for-%26Alpha%3COkhsl%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4327,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4328,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4329,"impl-IntoIterator-for-%26mut+Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4330,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4331,"impl-IntoIterator-for-%26mut+Alpha%3CHwb%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4332,"impl-IntoIterator-for-%26Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4333,"impl-IntoIterator-for-Alpha%3CLab%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4334,"impl-IntoIterator-for-%26mut+Alpha%3CLch%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4335,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4336,"impl-IntoIterator-for-Alpha%3CHsluv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4337,"impl-IntoIterator-for-%26Alpha%3CLchuv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4338,"impl-IntoIterator-for-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4339,"impl-IntoIterator-for-%26mut+Alpha%3CCam16UcsJmh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4340,"impl-IntoIterator-for-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4341,"impl-IntoIterator-for-Alpha%3COklch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4342,"impl-IntoIterator-for-Alpha%3CCam16Jmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4343,"impl-IntoIterator-for-Alpha%3CCam16Qsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4344,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4345,"impl-IntoIterator-for-%26Alpha%3CCam16Jch%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4346,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jsh%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4347,"impl-IntoIterator-for-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4348,"impl-IntoIterator-for-Alpha%3CLuv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4349,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4350,"impl-IntoIterator-for-Alpha%3CCam16Jch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4351,"impl-IntoIterator-for-%26mut+Alpha%3CLab%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4352,"impl-IntoIterator-for-%26Alpha%3CHsluv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4353,"impl-IntoIterator-for-Alpha%3COkhsv%3C%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4354,"impl-IntoIterator-for-%26Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4355,"impl-IntoIterator-for-%26Alpha%3CRgb%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4356,"impl-IntoIterator-for-%26Alpha%3CXyz%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4357,"impl-IntoIterator-for-%26Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4358,"impl-IntoIterator-for-Alpha%3CLch%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4359,"impl-IntoIterator-for-%26mut+Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4360,"impl-IntoIterator-for-%26Alpha%3COklch%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4361,"impl-IntoIterator-for-Alpha%3CHsluv%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4362,"impl-IntoIterator-for-%26Alpha%3CCam16Jmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4363,"impl-IntoIterator-for-%26mut+Alpha%3COklch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4364,"impl-IntoIterator-for-%26Alpha%3COkhsv%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4365,"impl-IntoIterator-for-Alpha%3CYxy%3CWp,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4366,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4367,"impl-IntoIterator-for-%26Alpha%3CLuma%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4368,"impl-IntoIterator-for-%26mut+Alpha%3COkhsv%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4369,"impl-IntoIterator-for-%26mut+Alpha%3COkhsv%3CBox%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4370,"impl-IntoIterator-for-%26mut+Alpha%3CHsv%3CS,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4371,"impl-IntoIterator-for-Alpha%3CCam16Jch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4372,"impl-IntoIterator-for-Alpha%3COkhsl%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4373,"impl-IntoIterator-for-Alpha%3CLab%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4374,"impl-IntoIterator-for-Alpha%3CLuma%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4375,"impl-IntoIterator-for-Alpha%3CLuma%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4376,"impl-IntoIterator-for-Alpha%3COkhsv%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4377,"impl-IntoIterator-for-%26Alpha%3CYxy%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4378,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qsh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4379,"impl-IntoIterator-for-%26mut+Alpha%3CHsv%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4380,"impl-IntoIterator-for-%26Alpha%3CCam16Jsh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4381,"impl-IntoIterator-for-%26Alpha%3COkhsv%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4382,"impl-IntoIterator-for-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4383,"impl-IntoIterator-for-%26Alpha%3CLuv%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4384,"impl-IntoIterator-for-Alpha%3CHsluv%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4385,"impl-IntoIterator-for-%26mut+Alpha%3CLuma%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4386,"impl-IntoIterator-for-%26mut+Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4387,"impl-IntoIterator-for-%26mut+Alpha%3CXyz%3CWp,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4388,"impl-IntoIterator-for-%26Alpha%3CLab%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4389,"impl-IntoIterator-for-%26Alpha%3COklab%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4390,"impl-IntoIterator-for-Alpha%3CLuma%3CS,+%26%5BT%5D%3E,+%26%5BT%5D%3E"],[4391,"impl-IntoIterator-for-%26Alpha%3CCam16Qch%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4392,"impl-IntoIterator-for-%26Alpha%3CCam16Qmh%3C%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4393,"impl-IntoIterator-for-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4394,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Jmh%3C%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4395,"impl-IntoIterator-for-%26Alpha%3CLch%3CWp,+Box%3C%5BT%5D%3E%3E,+Box%3C%5BT%5D%3E%3E"],[4396,"impl-IntoIterator-for-%26mut+Alpha%3CHsluv%3CWp,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4397,"impl-IntoIterator-for-%26mut+Alpha%3CLuma%3CS,+%26mut+%5BT%5D%3E,+%26mut+%5BT%5D%3E"],[4398,"impl-IntoIterator-for-%26mut+Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CT%3E%3E"],[4399,"impl-IntoIterator-for-%26Alpha%3CHwb%3CS,+%5BT;+N%5D%3E,+%5BT;+N%5D%3E"],[4400,"impl-IntoIterator-for-Hsl%3CS,+%26%5BT%5D%3E"],[4401,"impl-IntoIterator-for-%26Hsl%3CS,+Box%3C%5BT%5D%3E%3E"],[4402,"impl-IntoIterator-for-Hsl%3CS,+Vec%3CT%3E%3E"],[4403,"impl-IntoIterator-for-%26mut+Hsl%3CS,+Vec%3CT%3E%3E"],[4404,"impl-IntoIterator-for-%26Hsl%3CS,+Vec%3CT%3E%3E"],[4405,"impl-IntoIterator-for-%26mut+Hsl%3CS,+%26mut+%5BT%5D%3E"],[4406,"impl-IntoIterator-for-%26Hsl%3CS,+%26mut+%5BT%5D%3E"],[4407,"impl-IntoIterator-for-Hsl%3CS,+%5BT;+N%5D%3E"],[4408,"impl-IntoIterator-for-%26mut+Hsl%3CS,+%5BT;+N%5D%3E"],[4409,"impl-IntoIterator-for-%26Hsl%3CS,+%5BT;+N%5D%3E"],[4410,"impl-IntoIterator-for-Hsl%3CS,+%26mut+%5BT%5D%3E"],[4411,"impl-IntoIterator-for-%26mut+Hsl%3CS,+Box%3C%5BT%5D%3E%3E"],[4412,"impl-IntoIterator-for-%26Hsl%3CS,+%26%5BT%5D%3E"],[4413,"impl-IntoIterator-for-%26mut+Hsluv%3CWp,+%5BT;+N%5D%3E"],[4414,"impl-IntoIterator-for-%26Hsluv%3CWp,+%5BT;+N%5D%3E"],[4415,"impl-IntoIterator-for-Hsluv%3CWp,+Vec%3CT%3E%3E"],[4416,"impl-IntoIterator-for-%26Hsluv%3CWp,+%26%5BT%5D%3E"],[4417,"impl-IntoIterator-for-%26Hsluv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4418,"impl-IntoIterator-for-%26mut+Hsluv%3CWp,+Vec%3CT%3E%3E"],[4419,"impl-IntoIterator-for-%26mut+Hsluv%3CWp,+%26mut+%5BT%5D%3E"],[4420,"impl-IntoIterator-for-%26Hsluv%3CWp,+%26mut+%5BT%5D%3E"],[4421,"impl-IntoIterator-for-Hsluv%3CWp,+%26%5BT%5D%3E"],[4422,"impl-IntoIterator-for-%26mut+Hsluv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4423,"impl-IntoIterator-for-Hsluv%3CWp,+%26mut+%5BT%5D%3E"],[4424,"impl-IntoIterator-for-%26Hsluv%3CWp,+Vec%3CT%3E%3E"],[4425,"impl-IntoIterator-for-Hsluv%3CWp,+%5BT;+N%5D%3E"],[4426,"impl-IntoIterator-for-%26mut+Hsv%3CS,+%26mut+%5BT%5D%3E"],[4427,"impl-IntoIterator-for-Hsv%3CS,+%5BT;+N%5D%3E"],[4428,"impl-IntoIterator-for-%26mut+Hsv%3CS,+Vec%3CT%3E%3E"],[4429,"impl-IntoIterator-for-%26mut+Hsv%3CS,+Box%3C%5BT%5D%3E%3E"],[4430,"impl-IntoIterator-for-Hsv%3CS,+%26%5BT%5D%3E"],[4431,"impl-IntoIterator-for-%26mut+Hsv%3CS,+%5BT;+N%5D%3E"],[4432,"impl-IntoIterator-for-%26Hsv%3CS,+Box%3C%5BT%5D%3E%3E"],[4433,"impl-IntoIterator-for-Hsv%3CS,+%26mut+%5BT%5D%3E"],[4434,"impl-IntoIterator-for-%26Hsv%3CS,+%26mut+%5BT%5D%3E"],[4435,"impl-IntoIterator-for-Hsv%3CS,+Vec%3CT%3E%3E"],[4436,"impl-IntoIterator-for-%26Hsv%3CS,+%26%5BT%5D%3E"],[4437,"impl-IntoIterator-for-%26Hsv%3CS,+%5BT;+N%5D%3E"],[4438,"impl-IntoIterator-for-%26Hsv%3CS,+Vec%3CT%3E%3E"],[4439,"impl-IntoIterator-for-%26mut+LabHue%3C%5BT;+N%5D%3E"],[4440,"impl-IntoIterator-for-%26mut+LabHue%3CBox%3C%5BT%5D%3E%3E"],[4441,"impl-IntoIterator-for-LabHue%3C%26%5BT%5D%3E"],[4442,"impl-IntoIterator-for-%26LabHue%3CVec%3CT%3E%3E"],[4443,"impl-IntoIterator-for-%26mut+LabHue%3C%26mut+%5BT%5D%3E"],[4444,"impl-IntoIterator-for-%26LabHue%3C%26%5BT%5D%3E"],[4445,"impl-IntoIterator-for-LabHue%3C%5BT;+N%5D%3E"],[4446,"impl-IntoIterator-for-LabHue%3CVec%3CT%3E%3E"],[4447,"impl-IntoIterator-for-%26LabHue%3C%5BT;+N%5D%3E"],[4448,"impl-IntoIterator-for-%26mut+LabHue%3CVec%3CT%3E%3E"],[4449,"impl-IntoIterator-for-LabHue%3C%26mut+%5BT%5D%3E"],[4450,"impl-IntoIterator-for-%26LabHue%3CBox%3C%5BT%5D%3E%3E"],[4451,"impl-IntoIterator-for-%26LabHue%3C%26mut+%5BT%5D%3E"],[4452,"impl-IntoIterator-for-%26mut+LuvHue%3CBox%3C%5BT%5D%3E%3E"],[4453,"impl-IntoIterator-for-%26mut+LuvHue%3C%5BT;+N%5D%3E"],[4454,"impl-IntoIterator-for-%26LuvHue%3C%5BT;+N%5D%3E"],[4455,"impl-IntoIterator-for-%26LuvHue%3CBox%3C%5BT%5D%3E%3E"],[4456,"impl-IntoIterator-for-LuvHue%3C%26%5BT%5D%3E"],[4457,"impl-IntoIterator-for-LuvHue%3C%5BT;+N%5D%3E"],[4458,"impl-IntoIterator-for-%26mut+LuvHue%3CVec%3CT%3E%3E"],[4459,"impl-IntoIterator-for-LuvHue%3C%26mut+%5BT%5D%3E"],[4460,"impl-IntoIterator-for-LuvHue%3CVec%3CT%3E%3E"],[4461,"impl-IntoIterator-for-%26LuvHue%3CVec%3CT%3E%3E"],[4462,"impl-IntoIterator-for-%26mut+LuvHue%3C%26mut+%5BT%5D%3E"],[4463,"impl-IntoIterator-for-%26LuvHue%3C%26%5BT%5D%3E"],[4464,"impl-IntoIterator-for-%26LuvHue%3C%26mut+%5BT%5D%3E"],[4465,"impl-IntoIterator-for-%26mut+RgbHue%3C%5BT;+N%5D%3E"],[4466,"impl-IntoIterator-for-%26mut+RgbHue%3C%26mut+%5BT%5D%3E"],[4467,"impl-IntoIterator-for-%26RgbHue%3CBox%3C%5BT%5D%3E%3E"],[4468,"impl-IntoIterator-for-RgbHue%3C%26%5BT%5D%3E"],[4469,"impl-IntoIterator-for-%26RgbHue%3C%26mut+%5BT%5D%3E"],[4470,"impl-IntoIterator-for-%26RgbHue%3C%5BT;+N%5D%3E"],[4471,"impl-IntoIterator-for-%26mut+RgbHue%3CVec%3CT%3E%3E"],[4472,"impl-IntoIterator-for-%26RgbHue%3C%26%5BT%5D%3E"],[4473,"impl-IntoIterator-for-RgbHue%3C%5BT;+N%5D%3E"],[4474,"impl-IntoIterator-for-RgbHue%3C%26mut+%5BT%5D%3E"],[4475,"impl-IntoIterator-for-%26RgbHue%3CVec%3CT%3E%3E"],[4476,"impl-IntoIterator-for-%26mut+RgbHue%3CBox%3C%5BT%5D%3E%3E"],[4477,"impl-IntoIterator-for-RgbHue%3CVec%3CT%3E%3E"],[4478,"impl-IntoIterator-for-%26mut+OklabHue%3CVec%3CT%3E%3E"],[4479,"impl-IntoIterator-for-OklabHue%3CVec%3CT%3E%3E"],[4480,"impl-IntoIterator-for-%26OklabHue%3C%26mut+%5BT%5D%3E"],[4481,"impl-IntoIterator-for-%26OklabHue%3C%5BT;+N%5D%3E"],[4482,"impl-IntoIterator-for-OklabHue%3C%26mut+%5BT%5D%3E"],[4483,"impl-IntoIterator-for-%26OklabHue%3C%26%5BT%5D%3E"],[4484,"impl-IntoIterator-for-%26mut+OklabHue%3C%26mut+%5BT%5D%3E"],[4485,"impl-IntoIterator-for-OklabHue%3C%26%5BT%5D%3E"],[4486,"impl-IntoIterator-for-%26mut+OklabHue%3CBox%3C%5BT%5D%3E%3E"],[4487,"impl-IntoIterator-for-OklabHue%3C%5BT;+N%5D%3E"],[4488,"impl-IntoIterator-for-%26mut+OklabHue%3C%5BT;+N%5D%3E"],[4489,"impl-IntoIterator-for-%26OklabHue%3CBox%3C%5BT%5D%3E%3E"],[4490,"impl-IntoIterator-for-%26OklabHue%3CVec%3CT%3E%3E"],[4491,"impl-IntoIterator-for-%26mut+Hwb%3CS,+Vec%3CT%3E%3E"],[4492,"impl-IntoIterator-for-%26Hwb%3CS,+%26mut+%5BT%5D%3E"],[4493,"impl-IntoIterator-for-%26Hwb%3CS,+%5BT;+N%5D%3E"],[4494,"impl-IntoIterator-for-%26mut+Hwb%3CS,+Box%3C%5BT%5D%3E%3E"],[4495,"impl-IntoIterator-for-Hwb%3CS,+%5BT;+N%5D%3E"],[4496,"impl-IntoIterator-for-%26mut+Hwb%3CS,+%26mut+%5BT%5D%3E"],[4497,"impl-IntoIterator-for-Hwb%3CS,+%26mut+%5BT%5D%3E"],[4498,"impl-IntoIterator-for-%26Hwb%3CS,+Box%3C%5BT%5D%3E%3E"],[4499,"impl-IntoIterator-for-Hwb%3CS,+%26%5BT%5D%3E"],[4500,"impl-IntoIterator-for-Hwb%3CS,+Vec%3CT%3E%3E"],[4501,"impl-IntoIterator-for-%26Hwb%3CS,+%26%5BT%5D%3E"],[4502,"impl-IntoIterator-for-%26Hwb%3CS,+Vec%3CT%3E%3E"],[4503,"impl-IntoIterator-for-%26mut+Hwb%3CS,+%5BT;+N%5D%3E"],[4504,"impl-IntoIterator-for-%26mut+Lab%3CWp,+Box%3C%5BT%5D%3E%3E"],[4505,"impl-IntoIterator-for-%26Lab%3CWp,+%26%5BT%5D%3E"],[4506,"impl-IntoIterator-for-%26Lab%3CWp,+Box%3C%5BT%5D%3E%3E"],[4507,"impl-IntoIterator-for-Lab%3CWp,+%26%5BT%5D%3E"],[4508,"impl-IntoIterator-for-%26Lab%3CWp,+%5BT;+N%5D%3E"],[4509,"impl-IntoIterator-for-%26mut+Lab%3CWp,+Vec%3CT%3E%3E"],[4510,"impl-IntoIterator-for-%26mut+Lab%3CWp,+%5BT;+N%5D%3E"],[4511,"impl-IntoIterator-for-Lab%3CWp,+%5BT;+N%5D%3E"],[4512,"impl-IntoIterator-for-Lab%3CWp,+%26mut+%5BT%5D%3E"],[4513,"impl-IntoIterator-for-%26Lab%3CWp,+%26mut+%5BT%5D%3E"],[4514,"impl-IntoIterator-for-Lab%3CWp,+Vec%3CT%3E%3E"],[4515,"impl-IntoIterator-for-%26mut+Lab%3CWp,+%26mut+%5BT%5D%3E"],[4516,"impl-IntoIterator-for-%26Lab%3CWp,+Vec%3CT%3E%3E"],[4517,"impl-IntoIterator-for-%26Lch%3CWp,+%5BT;+N%5D%3E"],[4518,"impl-IntoIterator-for-%26Lch%3CWp,+Vec%3CT%3E%3E"],[4519,"impl-IntoIterator-for-%26mut+Lch%3CWp,+Box%3C%5BT%5D%3E%3E"],[4520,"impl-IntoIterator-for-Lch%3CWp,+%26mut+%5BT%5D%3E"],[4521,"impl-IntoIterator-for-%26Lch%3CWp,+%26mut+%5BT%5D%3E"],[4522,"impl-IntoIterator-for-%26mut+Lch%3CWp,+%5BT;+N%5D%3E"],[4523,"impl-IntoIterator-for-%26mut+Lch%3CWp,+Vec%3CT%3E%3E"],[4524,"impl-IntoIterator-for-%26Lch%3CWp,+%26%5BT%5D%3E"],[4525,"impl-IntoIterator-for-Lch%3CWp,+%26%5BT%5D%3E"],[4526,"impl-IntoIterator-for-%26mut+Lch%3CWp,+%26mut+%5BT%5D%3E"],[4527,"impl-IntoIterator-for-Lch%3CWp,+%5BT;+N%5D%3E"],[4528,"impl-IntoIterator-for-Lch%3CWp,+Vec%3CT%3E%3E"],[4529,"impl-IntoIterator-for-%26Lch%3CWp,+Box%3C%5BT%5D%3E%3E"],[4530,"impl-IntoIterator-for-%26Lchuv%3CWp,+%26mut+%5BT%5D%3E"],[4531,"impl-IntoIterator-for-%26mut+Lchuv%3CWp,+Vec%3CT%3E%3E"],[4532,"impl-IntoIterator-for-%26Lchuv%3CWp,+%26%5BT%5D%3E"],[4533,"impl-IntoIterator-for-%26mut+Lchuv%3CWp,+%5BT;+N%5D%3E"],[4534,"impl-IntoIterator-for-Lchuv%3CWp,+Vec%3CT%3E%3E"],[4535,"impl-IntoIterator-for-Lchuv%3CWp,+%26mut+%5BT%5D%3E"],[4536,"impl-IntoIterator-for-%26mut+Lchuv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4537,"impl-IntoIterator-for-%26Lchuv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4538,"impl-IntoIterator-for-%26Lchuv%3CWp,+%5BT;+N%5D%3E"],[4539,"impl-IntoIterator-for-%26Lchuv%3CWp,+Vec%3CT%3E%3E"],[4540,"impl-IntoIterator-for-Lchuv%3CWp,+%26%5BT%5D%3E"],[4541,"impl-IntoIterator-for-Lchuv%3CWp,+%5BT;+N%5D%3E"],[4542,"impl-IntoIterator-for-%26mut+Lchuv%3CWp,+%26mut+%5BT%5D%3E"],[4543,"impl-IntoIterator-for-%26mut+Luv%3CWp,+%5BT;+N%5D%3E"],[4544,"impl-IntoIterator-for-%26Luv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4545,"impl-IntoIterator-for-%26mut+Luv%3CWp,+Vec%3CT%3E%3E"],[4546,"impl-IntoIterator-for-%26Luv%3CWp,+%26%5BT%5D%3E"],[4547,"impl-IntoIterator-for-%26Luv%3CWp,+%5BT;+N%5D%3E"],[4548,"impl-IntoIterator-for-%26Luv%3CWp,+%26mut+%5BT%5D%3E"],[4549,"impl-IntoIterator-for-Luv%3CWp,+Vec%3CT%3E%3E"],[4550,"impl-IntoIterator-for-%26mut+Luv%3CWp,+%26mut+%5BT%5D%3E"],[4551,"impl-IntoIterator-for-Luv%3CWp,+%5BT;+N%5D%3E"],[4552,"impl-IntoIterator-for-Luv%3CWp,+%26%5BT%5D%3E"],[4553,"impl-IntoIterator-for-%26mut+Luv%3CWp,+Box%3C%5BT%5D%3E%3E"],[4554,"impl-IntoIterator-for-Luv%3CWp,+%26mut+%5BT%5D%3E"],[4555,"impl-IntoIterator-for-%26Luv%3CWp,+Vec%3CT%3E%3E"],[4556,"impl-IntoIterator-for-%26mut+Okhsl%3C%26mut+%5BT%5D%3E"],[4557,"impl-IntoIterator-for-%26Okhsl%3CVec%3CT%3E%3E"],[4558,"impl-IntoIterator-for-%26Okhsl%3C%5BT;+N%5D%3E"],[4559,"impl-IntoIterator-for-Okhsl%3C%26%5BT%5D%3E"],[4560,"impl-IntoIterator-for-Okhsl%3C%26mut+%5BT%5D%3E"],[4561,"impl-IntoIterator-for-%26mut+Okhsl%3CBox%3C%5BT%5D%3E%3E"],[4562,"impl-IntoIterator-for-Okhsl%3CVec%3CT%3E%3E"],[4563,"impl-IntoIterator-for-%26Okhsl%3CBox%3C%5BT%5D%3E%3E"],[4564,"impl-IntoIterator-for-%26mut+Okhsl%3C%5BT;+N%5D%3E"],[4565,"impl-IntoIterator-for-%26Okhsl%3C%26%5BT%5D%3E"],[4566,"impl-IntoIterator-for-Okhsl%3C%5BT;+N%5D%3E"],[4567,"impl-IntoIterator-for-%26mut+Okhsl%3CVec%3CT%3E%3E"],[4568,"impl-IntoIterator-for-%26Okhsl%3C%26mut+%5BT%5D%3E"],[4569,"impl-IntoIterator-for-%26Okhsv%3C%5BT;+N%5D%3E"],[4570,"impl-IntoIterator-for-%26Okhsv%3C%26mut+%5BT%5D%3E"],[4571,"impl-IntoIterator-for-Okhsv%3C%26%5BT%5D%3E"],[4572,"impl-IntoIterator-for-%26Okhsv%3CBox%3C%5BT%5D%3E%3E"],[4573,"impl-IntoIterator-for-%26Okhsv%3CVec%3CT%3E%3E"],[4574,"impl-IntoIterator-for-%26mut+Okhsv%3CVec%3CT%3E%3E"],[4575,"impl-IntoIterator-for-%26mut+Okhsv%3C%26mut+%5BT%5D%3E"],[4576,"impl-IntoIterator-for-%26mut+Okhsv%3C%5BT;+N%5D%3E"],[4577,"impl-IntoIterator-for-Okhsv%3CVec%3CT%3E%3E"],[4578,"impl-IntoIterator-for-%26mut+Okhsv%3CBox%3C%5BT%5D%3E%3E"],[4579,"impl-IntoIterator-for-%26Okhsv%3C%26%5BT%5D%3E"],[4580,"impl-IntoIterator-for-Okhsv%3C%26mut+%5BT%5D%3E"],[4581,"impl-IntoIterator-for-Okhsv%3C%5BT;+N%5D%3E"],[4582,"impl-IntoIterator-for-%26mut+Okhwb%3CBox%3C%5BT%5D%3E%3E"],[4583,"impl-IntoIterator-for-%26Okhwb%3C%26%5BT%5D%3E"],[4584,"impl-IntoIterator-for-Okhwb%3C%26%5BT%5D%3E"],[4585,"impl-IntoIterator-for-Okhwb%3CVec%3CT%3E%3E"],[4586,"impl-IntoIterator-for-Okhwb%3C%26mut+%5BT%5D%3E"],[4587,"impl-IntoIterator-for-%26Okhwb%3CBox%3C%5BT%5D%3E%3E"],[4588,"impl-IntoIterator-for-%26mut+Okhwb%3C%5BT;+N%5D%3E"],[4589,"impl-IntoIterator-for-%26mut+Okhwb%3CVec%3CT%3E%3E"],[4590,"impl-IntoIterator-for-Okhwb%3C%5BT;+N%5D%3E"],[4591,"impl-IntoIterator-for-%26Okhwb%3C%26mut+%5BT%5D%3E"],[4592,"impl-IntoIterator-for-%26Okhwb%3C%5BT;+N%5D%3E"],[4593,"impl-IntoIterator-for-%26Okhwb%3CVec%3CT%3E%3E"],[4594,"impl-IntoIterator-for-%26mut+Okhwb%3C%26mut+%5BT%5D%3E"],[4595,"impl-IntoIterator-for-%26Oklab%3CBox%3C%5BT%5D%3E%3E"],[4596,"impl-IntoIterator-for-Oklab%3C%26%5BT%5D%3E"],[4597,"impl-IntoIterator-for-%26mut+Oklab%3C%5BT;+N%5D%3E"],[4598,"impl-IntoIterator-for-%26mut+Oklab%3C%26mut+%5BT%5D%3E"],[4599,"impl-IntoIterator-for-Oklab%3CVec%3CT%3E%3E"],[4600,"impl-IntoIterator-for-Oklab%3C%5BT;+N%5D%3E"],[4601,"impl-IntoIterator-for-%26Oklab%3CVec%3CT%3E%3E"],[4602,"impl-IntoIterator-for-%26Oklab%3C%26%5BT%5D%3E"],[4603,"impl-IntoIterator-for-%26Oklab%3C%26mut+%5BT%5D%3E"],[4604,"impl-IntoIterator-for-%26Oklab%3C%5BT;+N%5D%3E"],[4605,"impl-IntoIterator-for-%26mut+Oklab%3CBox%3C%5BT%5D%3E%3E"],[4606,"impl-IntoIterator-for-Oklab%3C%26mut+%5BT%5D%3E"],[4607,"impl-IntoIterator-for-%26mut+Oklab%3CVec%3CT%3E%3E"],[4608,"impl-IntoIterator-for-%26Oklch%3C%5BT;+N%5D%3E"],[4609,"impl-IntoIterator-for-%26Oklch%3CVec%3CT%3E%3E"],[4610,"impl-IntoIterator-for-Oklch%3C%26%5BT%5D%3E"],[4611,"impl-IntoIterator-for-%26mut+Oklch%3C%26mut+%5BT%5D%3E"],[4612,"impl-IntoIterator-for-%26Oklch%3C%26%5BT%5D%3E"],[4613,"impl-IntoIterator-for-%26mut+Oklch%3C%5BT;+N%5D%3E"],[4614,"impl-IntoIterator-for-%26Oklch%3C%26mut+%5BT%5D%3E"],[4615,"impl-IntoIterator-for-%26mut+Oklch%3CBox%3C%5BT%5D%3E%3E"],[4616,"impl-IntoIterator-for-Oklch%3C%5BT;+N%5D%3E"],[4617,"impl-IntoIterator-for-Oklch%3CVec%3CT%3E%3E"],[4618,"impl-IntoIterator-for-Oklch%3C%26mut+%5BT%5D%3E"],[4619,"impl-IntoIterator-for-%26Oklch%3CBox%3C%5BT%5D%3E%3E"],[4620,"impl-IntoIterator-for-%26mut+Oklch%3CVec%3CT%3E%3E"],[4621,"impl-IntoIterator-for-%26Xyz%3CWp,+%5BT;+N%5D%3E"],[4622,"impl-IntoIterator-for-Xyz%3CWp,+%26mut+%5BT%5D%3E"],[4623,"impl-IntoIterator-for-%26mut+Xyz%3CWp,+%26mut+%5BT%5D%3E"],[4624,"impl-IntoIterator-for-%26mut+Xyz%3CWp,+%5BT;+N%5D%3E"],[4625,"impl-IntoIterator-for-Xyz%3CWp,+%5BT;+N%5D%3E"],[4626,"impl-IntoIterator-for-Xyz%3CWp,+Vec%3CT%3E%3E"],[4627,"impl-IntoIterator-for-%26Xyz%3CWp,+Vec%3CT%3E%3E"],[4628,"impl-IntoIterator-for-%26mut+Xyz%3CWp,+Vec%3CT%3E%3E"],[4629,"impl-IntoIterator-for-%26mut+Xyz%3CWp,+Box%3C%5BT%5D%3E%3E"],[4630,"impl-IntoIterator-for-%26Xyz%3CWp,+%26mut+%5BT%5D%3E"],[4631,"impl-IntoIterator-for-%26Xyz%3CWp,+Box%3C%5BT%5D%3E%3E"],[4632,"impl-IntoIterator-for-Xyz%3CWp,+%26%5BT%5D%3E"],[4633,"impl-IntoIterator-for-%26Xyz%3CWp,+%26%5BT%5D%3E"],[4634,"impl-IntoIterator-for-%26Yxy%3CWp,+%26mut+%5BT%5D%3E"],[4635,"impl-IntoIterator-for-%26Yxy%3CWp,+Box%3C%5BT%5D%3E%3E"],[4636,"impl-IntoIterator-for-%26mut+Yxy%3CWp,+%26mut+%5BT%5D%3E"],[4637,"impl-IntoIterator-for-%26Yxy%3CWp,+Vec%3CT%3E%3E"],[4638,"impl-IntoIterator-for-Yxy%3CWp,+%26%5BT%5D%3E"],[4639,"impl-IntoIterator-for-Yxy%3CWp,+Vec%3CT%3E%3E"],[4640,"impl-IntoIterator-for-%26Yxy%3CWp,+%5BT;+N%5D%3E"],[4641,"impl-IntoIterator-for-%26Yxy%3CWp,+%26%5BT%5D%3E"],[4642,"impl-IntoIterator-for-%26mut+Yxy%3CWp,+Box%3C%5BT%5D%3E%3E"],[4643,"impl-IntoIterator-for-%26mut+Yxy%3CWp,+Vec%3CT%3E%3E"],[4644,"impl-IntoIterator-for-%26mut+Yxy%3CWp,+%5BT;+N%5D%3E"],[4645,"impl-IntoIterator-for-Yxy%3CWp,+%5BT;+N%5D%3E"],[4646,"impl-IntoIterator-for-Yxy%3CWp,+%26mut+%5BT%5D%3E"],[4647,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[4648,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[4693,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[4694,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[4695,"impl-Alpha%3CCam16%3CT%3E,+A%3E"],[4696,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[4697,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[4698,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[4699,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[4769,"impl-Blend-for-Alpha%3CC,+T%3E"],[4770,"impl-Lighten-for-Alpha%3CC,+%3CC+as+Lighten%3E::Scalar%3E"],[4948,"impl-Mul-for-Alpha%3CC,+T%3E"],[4949,"impl-Mul%3CT%3E-for-Alpha%3CC,+T%3E"],[4950,"impl-Mul%3CT%3E-for-Lab%3CWp,+T%3E"],[4951,"impl-Mul-for-Lab%3CWp,+T%3E"],[4952,"impl-Mul%3CT%3E-for-Luv%3CWp,+T%3E"],[4953,"impl-Mul-for-Luv%3CWp,+T%3E"],[4954,"impl-Mul-for-Oklab%3CT%3E"],[4955,"impl-Mul%3CT%3E-for-Oklab%3CT%3E"],[4956,"impl-Mul-for-Xyz%3CWp,+T%3E"],[4957,"impl-Mul%3CT%3E-for-Xyz%3CWp,+T%3E"],[4958,"impl-Mul%3CT%3E-for-Yxy%3CWp,+T%3E"],[4959,"impl-Mul-for-Yxy%3CWp,+T%3E"],[4960,"impl-MulAssign-for-Alpha%3CC,+T%3E"],[4961,"impl-MulAssign%3CT%3E-for-Alpha%3CC,+T%3E"],[4962,"impl-MulAssign-for-Lab%3CWp,+T%3E"],[4963,"impl-MulAssign%3CT%3E-for-Lab%3CWp,+T%3E"],[4964,"impl-MulAssign%3CT%3E-for-Luv%3CWp,+T%3E"],[4965,"impl-MulAssign-for-Luv%3CWp,+T%3E"],[4966,"impl-MulAssign%3CT%3E-for-Oklab%3CT%3E"],[4967,"impl-MulAssign-for-Oklab%3CT%3E"],[4968,"impl-MulAssign%3CT%3E-for-Xyz%3CWp,+T%3E"],[4969,"impl-MulAssign-for-Xyz%3CWp,+T%3E"],[4970,"impl-MulAssign-for-Yxy%3CWp,+T%3E"],[4971,"impl-MulAssign%3CT%3E-for-Yxy%3CWp,+T%3E"],[4975,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[4976,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[4977,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[4978,"impl-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[4979,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[4980,"impl-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[4981,"impl-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[4982,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[4983,"impl-Alpha%3COklab%3CT%3E,+A%3E"],[4984,"impl-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[4985,"impl-Alpha%3CLuma%3CS,+T%3E,+A%3E"],[4986,"impl-Alpha%3COklch%3CT%3E,+A%3E"],[4987,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[4988,"impl-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[4989,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[4990,"impl-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[4991,"impl-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[4992,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[4993,"impl-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[4994,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[4995,"impl-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[4996,"impl-Alpha%3CRgb%3CS,+T%3E,+A%3E"],[4997,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[4998,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[4999,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[5019,"impl-Alpha%3CLchuv%3CWp,+T%3E,+A%3E"],[5020,"impl-Alpha%3COklch%3CT%3E,+A%3E"],[5021,"impl-Alpha%3CHsv%3CS,+T%3E,+A%3E"],[5022,"impl-Alpha%3COkhwb%3CT%3E,+A%3E"],[5023,"impl-Alpha%3CCam16Jch%3CT%3E,+A%3E"],[5024,"impl-Alpha%3CCam16Qch%3CT%3E,+A%3E"],[5025,"impl-Alpha%3CHsluv%3CWp,+T%3E,+A%3E"],[5026,"impl-Alpha%3CCam16UcsJmh%3CT%3E,+A%3E"],[5027,"impl-Alpha%3CLch%3CWp,+T%3E,+A%3E"],[5028,"impl-Alpha%3CCam16Qsh%3CT%3E,+A%3E"],[5029,"impl-Alpha%3CCam16Jmh%3CT%3E,+A%3E"],[5030,"impl-Alpha%3CHsl%3CS,+T%3E,+A%3E"],[5031,"impl-Alpha%3CCam16Jsh%3CT%3E,+A%3E"],[5032,"impl-Alpha%3CCam16Qmh%3CT%3E,+A%3E"],[5033,"impl-Alpha%3CHwb%3CS,+T%3E,+A%3E"],[5034,"impl-Alpha%3COkhsl%3CT%3E,+A%3E"],[5035,"impl-Alpha%3COkhsv%3CT%3E,+A%3E"],[5046,"impl-Alpha%3CHsv%3CSrgb,+T%3E,+A%3E"],[5047,"impl-Alpha%3CHsl%3CSrgb,+T%3E,+A%3E"],[5048,"impl-Alpha%3CHwb%3CSrgb,+T%3E,+A%3E"],[5052,"impl-Alpha%3CHsv%3CSrgb,+T%3E,+A%3E"],[5053,"impl-Alpha%3CHsl%3CSrgb,+T%3E,+A%3E"],[5054,"impl-Alpha%3CHwb%3CSrgb,+T%3E,+A%3E"],[5085,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5086,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5087,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5088,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5089,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5090,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5091,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5092,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5093,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5094,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5095,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5096,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5097,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5098,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5099,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5100,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5101,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5102,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5103,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5104,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5105,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5106,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5107,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5108,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5109,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5135,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5136,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5137,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5138,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5139,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5140,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5141,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5142,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5143,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5144,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5145,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5146,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5147,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5148,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5149,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5150,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5151,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5152,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5153,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5154,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5155,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5156,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5157,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5158,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5159,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5259,"impl-SaturatingAdd-for-Alpha%3CC,+T%3E"],[5260,"impl-SaturatingAdd%3CT%3E-for-Alpha%3CC,+T%3E"],[5261,"impl-SaturatingAdd-for-Hsl%3CS,+T%3E"],[5262,"impl-SaturatingAdd%3CT%3E-for-Hsl%3CS,+T%3E"],[5263,"impl-SaturatingAdd-for-Hsluv%3CWp,+T%3E"],[5264,"impl-SaturatingAdd%3CT%3E-for-Hsluv%3CWp,+T%3E"],[5265,"impl-SaturatingAdd-for-Hsv%3CS,+T%3E"],[5266,"impl-SaturatingAdd%3CT%3E-for-Hsv%3CS,+T%3E"],[5267,"impl-SaturatingAdd%3CT%3E-for-LabHue%3CT%3E"],[5268,"impl-SaturatingAdd-for-LabHue%3CT%3E"],[5269,"impl-SaturatingAdd-for-LuvHue%3CT%3E"],[5270,"impl-SaturatingAdd%3CT%3E-for-LuvHue%3CT%3E"],[5271,"impl-SaturatingAdd-for-RgbHue%3CT%3E"],[5272,"impl-SaturatingAdd%3CT%3E-for-RgbHue%3CT%3E"],[5273,"impl-SaturatingAdd-for-OklabHue%3CT%3E"],[5274,"impl-SaturatingAdd%3CT%3E-for-OklabHue%3CT%3E"],[5275,"impl-SaturatingAdd%3CT%3E-for-Hwb%3CS,+T%3E"],[5276,"impl-SaturatingAdd-for-Hwb%3CS,+T%3E"],[5277,"impl-SaturatingAdd%3CT%3E-for-Lab%3CWp,+T%3E"],[5278,"impl-SaturatingAdd-for-Lab%3CWp,+T%3E"],[5279,"impl-SaturatingAdd-for-Lch%3CWp,+T%3E"],[5280,"impl-SaturatingAdd%3CT%3E-for-Lch%3CWp,+T%3E"],[5281,"impl-SaturatingAdd%3CT%3E-for-Lchuv%3CWp,+T%3E"],[5282,"impl-SaturatingAdd-for-Lchuv%3CWp,+T%3E"],[5283,"impl-SaturatingAdd%3CT%3E-for-Luv%3CWp,+T%3E"],[5284,"impl-SaturatingAdd-for-Luv%3CWp,+T%3E"],[5285,"impl-SaturatingAdd-for-Okhsl%3CT%3E"],[5286,"impl-SaturatingAdd%3CT%3E-for-Okhsl%3CT%3E"],[5287,"impl-SaturatingAdd%3CT%3E-for-Okhsv%3CT%3E"],[5288,"impl-SaturatingAdd-for-Okhsv%3CT%3E"],[5289,"impl-SaturatingAdd%3CT%3E-for-Okhwb%3CT%3E"],[5290,"impl-SaturatingAdd-for-Okhwb%3CT%3E"],[5291,"impl-SaturatingAdd-for-Oklab%3CT%3E"],[5292,"impl-SaturatingAdd%3CT%3E-for-Oklab%3CT%3E"],[5293,"impl-SaturatingAdd-for-Oklch%3CT%3E"],[5294,"impl-SaturatingAdd%3CT%3E-for-Oklch%3CT%3E"],[5295,"impl-SaturatingAdd%3CT%3E-for-Xyz%3CWp,+T%3E"],[5296,"impl-SaturatingAdd-for-Xyz%3CWp,+T%3E"],[5297,"impl-SaturatingAdd-for-Yxy%3CWp,+T%3E"],[5298,"impl-SaturatingAdd%3CT%3E-for-Yxy%3CWp,+T%3E"],[5299,"impl-SaturatingSub-for-Alpha%3CC,+T%3E"],[5300,"impl-SaturatingSub%3CT%3E-for-Alpha%3CC,+T%3E"],[5301,"impl-SaturatingSub-for-Hsl%3CS,+T%3E"],[5302,"impl-SaturatingSub%3CT%3E-for-Hsl%3CS,+T%3E"],[5303,"impl-SaturatingSub-for-Hsluv%3CWp,+T%3E"],[5304,"impl-SaturatingSub%3CT%3E-for-Hsluv%3CWp,+T%3E"],[5305,"impl-SaturatingSub%3CT%3E-for-Hsv%3CS,+T%3E"],[5306,"impl-SaturatingSub-for-Hsv%3CS,+T%3E"],[5307,"impl-SaturatingSub-for-LabHue%3CT%3E"],[5308,"impl-SaturatingSub%3CT%3E-for-LabHue%3CT%3E"],[5309,"impl-SaturatingSub-for-LuvHue%3CT%3E"],[5310,"impl-SaturatingSub%3CT%3E-for-LuvHue%3CT%3E"],[5311,"impl-SaturatingSub-for-RgbHue%3CT%3E"],[5312,"impl-SaturatingSub%3CT%3E-for-RgbHue%3CT%3E"],[5313,"impl-SaturatingSub-for-OklabHue%3CT%3E"],[5314,"impl-SaturatingSub%3CT%3E-for-OklabHue%3CT%3E"],[5315,"impl-SaturatingSub-for-Hwb%3CS,+T%3E"],[5316,"impl-SaturatingSub%3CT%3E-for-Hwb%3CS,+T%3E"],[5317,"impl-SaturatingSub-for-Lab%3CWp,+T%3E"],[5318,"impl-SaturatingSub%3CT%3E-for-Lab%3CWp,+T%3E"],[5319,"impl-SaturatingSub%3CT%3E-for-Lch%3CWp,+T%3E"],[5320,"impl-SaturatingSub-for-Lch%3CWp,+T%3E"],[5321,"impl-SaturatingSub-for-Lchuv%3CWp,+T%3E"],[5322,"impl-SaturatingSub%3CT%3E-for-Lchuv%3CWp,+T%3E"],[5323,"impl-SaturatingSub-for-Luv%3CWp,+T%3E"],[5324,"impl-SaturatingSub%3CT%3E-for-Luv%3CWp,+T%3E"],[5325,"impl-SaturatingSub-for-Okhsl%3CT%3E"],[5326,"impl-SaturatingSub%3CT%3E-for-Okhsl%3CT%3E"],[5327,"impl-SaturatingSub%3CT%3E-for-Okhsv%3CT%3E"],[5328,"impl-SaturatingSub-for-Okhsv%3CT%3E"],[5329,"impl-SaturatingSub-for-Okhwb%3CT%3E"],[5330,"impl-SaturatingSub%3CT%3E-for-Okhwb%3CT%3E"],[5331,"impl-SaturatingSub-for-Oklab%3CT%3E"],[5332,"impl-SaturatingSub%3CT%3E-for-Oklab%3CT%3E"],[5333,"impl-SaturatingSub-for-Oklch%3CT%3E"],[5334,"impl-SaturatingSub%3CT%3E-for-Oklch%3CT%3E"],[5335,"impl-SaturatingSub%3CT%3E-for-Xyz%3CWp,+T%3E"],[5336,"impl-SaturatingSub-for-Xyz%3CWp,+T%3E"],[5337,"impl-SaturatingSub-for-Yxy%3CWp,+T%3E"],[5338,"impl-SaturatingSub%3CT%3E-for-Yxy%3CWp,+T%3E"],[5367,"impl-Alpha%3CCam16Qmh%3C%26mut+T%3E,+%26mut+A%3E"],[5368,"impl-Alpha%3CCam16Qch%3C%26mut+T%3E,+%26mut+A%3E"],[5369,"impl-Alpha%3COklab%3C%26mut+T%3E,+%26mut+A%3E"],[5370,"impl-Alpha%3CCam16Qsh%3C%26mut+T%3E,+%26mut+A%3E"],[5371,"impl-Alpha%3CCam16Jch%3C%26mut+T%3E,+%26mut+A%3E"],[5372,"impl-Alpha%3COkhsv%3C%26mut+T%3E,+%26mut+A%3E"],[5373,"impl-Alpha%3CCam16Jmh%3C%26mut+T%3E,+%26mut+A%3E"],[5374,"impl-Alpha%3COkhwb%3C%26mut+T%3E,+%26mut+A%3E"],[5375,"impl-Alpha%3CHsl%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5376,"impl-Alpha%3CYxy%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5377,"impl-Alpha%3CLchuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5378,"impl-Alpha%3COkhsl%3C%26mut+T%3E,+%26mut+A%3E"],[5379,"impl-Alpha%3CLch%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5380,"impl-Alpha%3CXyz%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5381,"impl-Alpha%3COklch%3C%26mut+T%3E,+%26mut+A%3E"],[5382,"impl-Alpha%3CCam16UcsJab%3C%26mut+T%3E,+%26mut+A%3E"],[5383,"impl-Alpha%3CCam16Jsh%3C%26mut+T%3E,+%26mut+A%3E"],[5384,"impl-Alpha%3CHsluv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5385,"impl-Alpha%3CHwb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5386,"impl-Alpha%3CLab%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5387,"impl-Alpha%3CRgb%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5388,"impl-Alpha%3CLuv%3CWp,+%26mut+T%3E,+%26mut+A%3E"],[5389,"impl-Alpha%3CHsv%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5390,"impl-Alpha%3CCam16UcsJmh%3C%26mut+T%3E,+%26mut+A%3E"],[5391,"impl-Alpha%3CLuma%3CS,+%26mut+T%3E,+%26mut+A%3E"],[5476,"impl-Sub-for-Alpha%3CC,+T%3E"],[5477,"impl-Sub%3CT%3E-for-Alpha%3CC,+T%3E"],[5478,"impl-Sub%3CT%3E-for-Hsl%3CS,+T%3E"],[5479,"impl-Sub-for-Hsl%3CS,+T%3E"],[5480,"impl-Sub%3CT%3E-for-Hsluv%3CWp,+T%3E"],[5481,"impl-Sub-for-Hsluv%3CWp,+T%3E"],[5482,"impl-Sub-for-Hsv%3CS,+T%3E"],[5483,"impl-Sub%3CT%3E-for-Hsv%3CS,+T%3E"],[5484,"impl-Sub-for-LabHue%3CT%3E"],[5485,"impl-Sub%3CT%3E-for-LabHue%3CT%3E"],[5486,"impl-Sub-for-LuvHue%3CT%3E"],[5487,"impl-Sub%3CT%3E-for-LuvHue%3CT%3E"],[5488,"impl-Sub-for-RgbHue%3CT%3E"],[5489,"impl-Sub%3CT%3E-for-RgbHue%3CT%3E"],[5490,"impl-Sub%3CT%3E-for-OklabHue%3CT%3E"],[5491,"impl-Sub-for-OklabHue%3CT%3E"],[5492,"impl-Sub-for-Hwb%3CS,+T%3E"],[5493,"impl-Sub%3CT%3E-for-Hwb%3CS,+T%3E"],[5494,"impl-Sub%3CT%3E-for-Lab%3CWp,+T%3E"],[5495,"impl-Sub-for-Lab%3CWp,+T%3E"],[5496,"impl-Sub-for-Lch%3CWp,+T%3E"],[5497,"impl-Sub%3CT%3E-for-Lch%3CWp,+T%3E"],[5498,"impl-Sub-for-Lchuv%3CWp,+T%3E"],[5499,"impl-Sub%3CT%3E-for-Lchuv%3CWp,+T%3E"],[5500,"impl-Sub%3CT%3E-for-Luv%3CWp,+T%3E"],[5501,"impl-Sub-for-Luv%3CWp,+T%3E"],[5502,"impl-Sub-for-Okhsl%3CT%3E"],[5503,"impl-Sub%3CT%3E-for-Okhsl%3CT%3E"],[5504,"impl-Sub%3CT%3E-for-Okhsv%3CT%3E"],[5505,"impl-Sub-for-Okhsv%3CT%3E"],[5506,"impl-Sub%3CT%3E-for-Okhwb%3CT%3E"],[5507,"impl-Sub-for-Okhwb%3CT%3E"],[5508,"impl-Sub%3CT%3E-for-Oklab%3CT%3E"],[5509,"impl-Sub-for-Oklab%3CT%3E"],[5510,"impl-Sub%3CT%3E-for-Oklch%3CT%3E"],[5511,"impl-Sub-for-Oklch%3CT%3E"],[5512,"impl-Sub-for-Xyz%3CWp,+T%3E"],[5513,"impl-Sub%3CT%3E-for-Xyz%3CWp,+T%3E"],[5514,"impl-Sub%3CT%3E-for-Yxy%3CWp,+T%3E"],[5515,"impl-Sub-for-Yxy%3CWp,+T%3E"],[5516,"impl-SubAssign-for-Alpha%3CC,+T%3E"],[5517,"impl-SubAssign%3CT%3E-for-Alpha%3CC,+T%3E"],[5518,"impl-SubAssign-for-Hsl%3CS,+T%3E"],[5519,"impl-SubAssign%3CT%3E-for-Hsl%3CS,+T%3E"],[5520,"impl-SubAssign-for-Hsluv%3CWp,+T%3E"],[5521,"impl-SubAssign%3CT%3E-for-Hsluv%3CWp,+T%3E"],[5522,"impl-SubAssign%3CT%3E-for-Hsv%3CS,+T%3E"],[5523,"impl-SubAssign-for-Hsv%3CS,+T%3E"],[5524,"impl-SubAssign-for-LabHue%3CT%3E"],[5525,"impl-SubAssign%3CT%3E-for-LabHue%3CT%3E"],[5526,"impl-SubAssign%3CT%3E-for-LuvHue%3CT%3E"],[5527,"impl-SubAssign-for-LuvHue%3CT%3E"],[5528,"impl-SubAssign%3CT%3E-for-RgbHue%3CT%3E"],[5529,"impl-SubAssign-for-RgbHue%3CT%3E"],[5530,"impl-SubAssign-for-OklabHue%3CT%3E"],[5531,"impl-SubAssign%3CT%3E-for-OklabHue%3CT%3E"],[5532,"impl-SubAssign-for-Hwb%3CS,+T%3E"],[5533,"impl-SubAssign%3CT%3E-for-Hwb%3CS,+T%3E"],[5534,"impl-SubAssign-for-Lab%3CWp,+T%3E"],[5535,"impl-SubAssign%3CT%3E-for-Lab%3CWp,+T%3E"],[5536,"impl-SubAssign%3CT%3E-for-Lch%3CWp,+T%3E"],[5537,"impl-SubAssign-for-Lch%3CWp,+T%3E"],[5538,"impl-SubAssign-for-Lchuv%3CWp,+T%3E"],[5539,"impl-SubAssign%3CT%3E-for-Lchuv%3CWp,+T%3E"],[5540,"impl-SubAssign-for-Luv%3CWp,+T%3E"],[5541,"impl-SubAssign%3CT%3E-for-Luv%3CWp,+T%3E"],[5542,"impl-SubAssign%3CT%3E-for-Okhsl%3CT%3E"],[5543,"impl-SubAssign-for-Okhsl%3CT%3E"],[5544,"impl-SubAssign-for-Okhsv%3CT%3E"],[5545,"impl-SubAssign%3CT%3E-for-Okhsv%3CT%3E"],[5546,"impl-SubAssign%3CT%3E-for-Okhwb%3CT%3E"],[5547,"impl-SubAssign-for-Okhwb%3CT%3E"],[5548,"impl-SubAssign-for-Oklab%3CT%3E"],[5549,"impl-SubAssign%3CT%3E-for-Oklab%3CT%3E"],[5550,"impl-SubAssign%3CT%3E-for-Oklch%3CT%3E"],[5551,"impl-SubAssign-for-Oklch%3CT%3E"],[5552,"impl-SubAssign%3CT%3E-for-Xyz%3CWp,+T%3E"],[5553,"impl-SubAssign-for-Xyz%3CWp,+T%3E"],[5554,"impl-SubAssign%3CT%3E-for-Yxy%3CWp,+T%3E"],[5555,"impl-SubAssign-for-Yxy%3CWp,+T%3E"],[5556,"impl-Tetradic-for-Alpha%3COklab%3CT%3E,+A%3E"],[5557,"impl-Tetradic-for-Alpha%3CCam16UcsJab%3CT%3E,+A%3E"],[5558,"impl-Tetradic-for-Alpha%3CLab%3CWp,+T%3E,+A%3E"],[5559,"impl-Tetradic-for-Alpha%3CLuv%3CWp,+T%3E,+A%3E"],[5608,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Alpha%3CC,+T%3E"],[5610,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Alpha%3CC,+T%3E"],[5612,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Hsl%3CS,+T%3E"],[5613,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Hsl%3CS,+T%3E"],[5615,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Hsluv%3CWp,+T%3E"],[5616,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Hsluv%3CWp,+T%3E"],[5618,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Hsv%3CS,+T%3E"],[5619,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Hsv%3CS,+T%3E"],[5625,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Hwb%3CS,+T%3E"],[5626,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Hwb%3CS,+T%3E"],[5627,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Lab%3CWp,+T%3E"],[5628,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Lab%3CWp,+T%3E"],[5630,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Lch%3CWp,+T%3E"],[5631,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Lch%3CWp,+T%3E"],[5633,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Lchuv%3CWp,+T%3E"],[5634,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Lchuv%3CWp,+T%3E"],[5636,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Luv%3CWp,+T%3E"],[5637,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Luv%3CWp,+T%3E"],[5639,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Okhsl%3CT%3E"],[5640,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Okhsl%3CT%3E"],[5642,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Okhsv%3CT%3E"],[5643,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Okhsv%3CT%3E"],[5645,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Okhwb%3CT%3E"],[5646,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Okhwb%3CT%3E"],[5648,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Oklab%3CT%3E"],[5650,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Oklab%3CT%3E"],[5651,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Oklch%3CT%3E"],[5652,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Oklch%3CT%3E"],[5655,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Xyz%3CWp,+T%3E"],[5656,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Xyz%3CWp,+T%3E"],[5657,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Yxy%3CWp,+T%3E"],[5658,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Yxy%3CWp,+T%3E"],[5856,"impl-Alpha%3CLuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5857,"impl-Alpha%3CCam16Jsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5858,"impl-Alpha%3CRgb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5859,"impl-Alpha%3CHsl%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5860,"impl-Alpha%3CCam16Jmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5861,"impl-Alpha%3CLchuv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5862,"impl-Alpha%3COkhsv%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5863,"impl-Alpha%3CCam16UcsJab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5864,"impl-Alpha%3CHsluv%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5865,"impl-Alpha%3CCam16Qch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5866,"impl-Alpha%3COklch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5867,"impl-Alpha%3COkhsl%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5868,"impl-Alpha%3CCam16Qsh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5869,"impl-Alpha%3COklab%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5870,"impl-Alpha%3CCam16Qmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5871,"impl-Alpha%3CCam16UcsJmh%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5872,"impl-Alpha%3CLch%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5873,"impl-Alpha%3CHsv%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5874,"impl-Alpha%3CLuma%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5875,"impl-Alpha%3COkhwb%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5876,"impl-Alpha%3CXyz%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5877,"impl-Alpha%3CLab%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5878,"impl-Alpha%3CYxy%3CWp,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5879,"impl-Alpha%3CCam16Jch%3CVec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5880,"impl-Alpha%3CHwb%3CS,+Vec%3CT%3E%3E,+Vec%3CA%3E%3E"],[5912,"impl-Alpha%3CYxy%3CWp,+T%3E,+A%3E"],[5913,"impl-Alpha%3CXyz%3CWp,+T%3E,+A%3E"],[6050,"impl-Add%3Cf32%3E-for-PreAlpha%3CC%3E"],[6051,"impl-Add-for-PreAlpha%3CC%3E"],[6052,"impl-Add%3Cf64%3E-for-PreAlpha%3CC%3E"],[6053,"impl-AddAssign%3Cf64%3E-for-PreAlpha%3CC%3E"],[6054,"impl-AddAssign-for-PreAlpha%3CC%3E"],[6055,"impl-AddAssign%3Cf32%3E-for-PreAlpha%3CC%3E"],[6081,"impl-AsMut%3C%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-PreAlpha%3CC%3E"],[6082,"impl-AsMut%3C%5B%3CC+as+Premultiply%3E::Scalar%5D%3E-for-PreAlpha%3CC%3E"],[6083,"impl-AsRef%3C%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-PreAlpha%3CC%3E"],[6084,"impl-AsRef%3C%5B%3CC+as+Premultiply%3E::Scalar%5D%3E-for-PreAlpha%3CC%3E"],[6146,"impl-Div-for-PreAlpha%3CC%3E"],[6147,"impl-Div%3Cf64%3E-for-PreAlpha%3CC%3E"],[6148,"impl-Div%3Cf32%3E-for-PreAlpha%3CC%3E"],[6149,"impl-DivAssign%3Cf32%3E-for-PreAlpha%3CC%3E"],[6150,"impl-DivAssign-for-PreAlpha%3CC%3E"],[6151,"impl-DivAssign%3Cf64%3E-for-PreAlpha%3CC%3E"],[6190,"impl-From%3C%5BPreAlpha%3CXyz%3CWp,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CXyz%3CWp,+V%3E%3E"],[6191,"impl-From%3CAlpha%3CC,+%3CC+as+Premultiply%3E::Scalar%3E%3E-for-PreAlpha%3CC%3E"],[6192,"impl-From%3C%5BPreAlpha%3CLab%3CWp,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CLab%3CWp,+V%3E%3E"],[6193,"impl-From%3C%5BPreAlpha%3CRgb%3CS,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CRgb%3CS,+V%3E%3E"],[6195,"impl-From%3C%5BPreAlpha%3CYxy%3CWp,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CYxy%3CWp,+V%3E%3E"],[6196,"impl-From%3C%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-PreAlpha%3CC%3E"],[6197,"impl-From%3C%5BPreAlpha%3CLuv%3CWp,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CLuv%3CWp,+V%3E%3E"],[6198,"impl-From%3C%5BPreAlpha%3CLuma%3CS,+T%3E%3E;+N%5D%3E-for-PreAlpha%3CLuma%3CS,+V%3E%3E"],[6199,"impl-From%3CC%3E-for-PreAlpha%3CC%3E"],[6200,"impl-From%3C%5BPreAlpha%3COklab%3CT%3E%3E;+N%5D%3E-for-PreAlpha%3COklab%3CV%3E%3E"],[6201,"impl-From%3C%5BPreAlpha%3CCam16UcsJab%3CT%3E%3E;+N%5D%3E-for-PreAlpha%3CCam16UcsJab%3CV%3E%3E"],[6202,"impl-From%3C%26mut+%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-%26mut+PreAlpha%3CC%3E"],[6203,"impl-From%3C%26%5B%3CC+as+Premultiply%3E::Scalar;+N%5D%3E-for-%26PreAlpha%3CC%3E"],[6274,"impl-Mul%3Cf64%3E-for-PreAlpha%3CC%3E"],[6275,"impl-Mul-for-PreAlpha%3CC%3E"],[6276,"impl-Mul%3Cf32%3E-for-PreAlpha%3CC%3E"],[6277,"impl-MulAssign-for-PreAlpha%3CC%3E"],[6278,"impl-MulAssign%3Cf32%3E-for-PreAlpha%3CC%3E"],[6279,"impl-MulAssign%3Cf64%3E-for-PreAlpha%3CC%3E"],[6300,"impl-Sub%3Cf64%3E-for-PreAlpha%3CC%3E"],[6301,"impl-Sub%3Cf32%3E-for-PreAlpha%3CC%3E"],[6302,"impl-Sub-for-PreAlpha%3CC%3E"],[6303,"impl-SubAssign%3Cf32%3E-for-PreAlpha%3CC%3E"],[6304,"impl-SubAssign%3Cf64%3E-for-PreAlpha%3CC%3E"],[6305,"impl-SubAssign-for-PreAlpha%3CC%3E"],[6320,"impl-TryFrom%3C%26mut+%5B%3CC+as+Premultiply%3E::Scalar%5D%3E-for-%26mut+PreAlpha%3CC%3E"],[6321,"impl-TryFrom%3C%26%5B%3CC+as+Premultiply%3E::Scalar%5D%3E-for-%26PreAlpha%3CC%3E"],[6423,"impl-Add%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6424,"impl-Add-for-Cam16UcsJab%3CT%3E"],[6425,"impl-Add-for-Cam16UcsJmh%3CT%3E"],[6426,"impl-Add%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6427,"impl-AddAssign-for-Cam16UcsJab%3CT%3E"],[6428,"impl-AddAssign%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6429,"impl-AddAssign%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6430,"impl-AddAssign-for-Cam16UcsJmh%3CT%3E"],[6480,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16UcsJab%3CT%3E"],[6481,"impl-AsMut%3C%5BT%5D%3E-for-Cam16UcsJab%3CT%3E"],[6482,"impl-AsMut%3C%5BT%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6483,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6484,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16UcsJab%3CT%3E"],[6485,"impl-AsRef%3C%5BT%5D%3E-for-Cam16UcsJab%3CT%3E"],[6486,"impl-AsRef%3C%5BT%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6487,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6520,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Qch%3CT%3E%3E-for-Cam16%3CT%3E"],[6521,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Jmh%3CT%3E%3E-for-Cam16%3CT%3E"],[6522,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Jsh%3CT%3E%3E-for-Cam16%3CT%3E"],[6523,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Qsh%3CT%3E%3E-for-Cam16%3CT%3E"],[6524,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Jch%3CT%3E%3E-for-Cam16%3CT%3E"],[6525,"impl-Cam16FromUnclamped%3CWpParam,+Cam16Qmh%3CT%3E%3E-for-Cam16%3CT%3E"],[6526,"impl-Cam16FromUnclamped%3CWpParam,+Xyz%3C%3CWpParam+as+WhitePointParameter%3C%3CT+as+FromScalar%3E::Scalar%3E%3E::StaticWp,+T%3E%3E-for-Cam16%3CT%3E"],[6571,"impl-Cam16UcsJab%3C%26T%3E"],[6572,"impl-Cam16UcsJab%3C%26mut+T%3E"],[6573,"impl-Cam16UcsJmh%3C%26mut+T%3E"],[6574,"impl-Cam16UcsJmh%3C%26T%3E"],[6599,"impl-Cam16UcsJab%3C%26T%3E"],[6600,"impl-Cam16UcsJab%3C%26mut+T%3E"],[6601,"impl-Cam16UcsJmh%3C%26mut+T%3E"],[6602,"impl-Cam16UcsJmh%3C%26T%3E"],[6645,"impl-Div%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6646,"impl-Div-for-Cam16UcsJab%3CT%3E"],[6647,"impl-DivAssign%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6648,"impl-DivAssign-for-Cam16UcsJab%3CT%3E"],[6686,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16UcsJab%3CT%3E"],[6687,"impl-From%3C%5BT;+3%5D%3E-for-Cam16UcsJab%3CT%3E"],[6688,"impl-From%3C%5BCam16UcsJab%3CT%3E;+N%5D%3E-for-Cam16UcsJab%3CV%3E"],[6689,"impl-From%3CPreAlpha%3CCam16UcsJab%3CT%3E%3E%3E-for-Cam16UcsJab%3CT%3E"],[6690,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16UcsJab%3CT%3E"],[6691,"impl-From%3C(T,+T,+T)%3E-for-Cam16UcsJab%3CT%3E"],[6694,"impl-From%3C%5BT;+3%5D%3E-for-Cam16UcsJmh%3CT%3E"],[6695,"impl-From%3C%5BCam16UcsJmh%3CT%3E;+N%5D%3E-for-Cam16UcsJmh%3CV%3E"],[6696,"impl-From%3C(T,+T,+H)%3E-for-Cam16UcsJmh%3CT%3E"],[6698,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16UcsJmh%3CT%3E"],[6699,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16UcsJmh%3CT%3E"],[6712,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qch%3CT%3E%3E-for-Cam16%3CT%3E"],[6713,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qmh%3CT%3E%3E-for-Cam16%3CT%3E"],[6714,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jmh%3CT%3E%3E-for-Cam16%3CT%3E"],[6715,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jsh%3CT%3E%3E-for-Cam16%3CT%3E"],[6716,"impl-FromCam16Unclamped%3CWpParam,+Cam16Jch%3CT%3E%3E-for-Cam16%3CT%3E"],[6717,"impl-FromCam16Unclamped%3CWpParam,+Cam16Qsh%3CT%3E%3E-for-Cam16%3CT%3E"],[6722,"impl-FromColorUnclamped%3CCam16UcsJab%3CT%3E%3E-for-Cam16UcsJab%3CT%3E"],[6723,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16UcsJab%3CT%3E"],[6724,"impl-FromColorUnclamped%3CCam16UcsJmh%3CT%3E%3E-for-Cam16UcsJab%3CT%3E"],[6725,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16UcsJab%3CT%3E"],[6726,"impl-FromColorUnclamped%3CCam16Jmh%3CT%3E%3E-for-Cam16UcsJab%3CT%3E"],[6727,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6728,"impl-FromColorUnclamped%3CCam16UcsJab%3CT%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6729,"impl-FromColorUnclamped%3CCam16UcsJmh%3CT%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6730,"impl-FromColorUnclamped%3CCam16Jmh%3CT%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6731,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16UcsJmh%3CT%3E"],[6864,"impl-IntoIterator-for-%26mut+Cam16UcsJab%3C%26mut+%5BT%5D%3E"],[6865,"impl-IntoIterator-for-%26Cam16UcsJab%3C%26%5BT%5D%3E"],[6866,"impl-IntoIterator-for-%26mut+Cam16UcsJab%3C%5BT;+N%5D%3E"],[6867,"impl-IntoIterator-for-%26Cam16UcsJab%3CVec%3CT%3E%3E"],[6868,"impl-IntoIterator-for-Cam16UcsJab%3CVec%3CT%3E%3E"],[6869,"impl-IntoIterator-for-%26Cam16UcsJab%3C%5BT;+N%5D%3E"],[6870,"impl-IntoIterator-for-%26mut+Cam16UcsJab%3CBox%3C%5BT%5D%3E%3E"],[6871,"impl-IntoIterator-for-Cam16UcsJab%3C%5BT;+N%5D%3E"],[6872,"impl-IntoIterator-for-%26Cam16UcsJab%3CBox%3C%5BT%5D%3E%3E"],[6873,"impl-IntoIterator-for-Cam16UcsJab%3C%26mut+%5BT%5D%3E"],[6874,"impl-IntoIterator-for-%26mut+Cam16UcsJab%3CVec%3CT%3E%3E"],[6875,"impl-IntoIterator-for-%26Cam16UcsJab%3C%26mut+%5BT%5D%3E"],[6876,"impl-IntoIterator-for-Cam16UcsJab%3C%26%5BT%5D%3E"],[6878,"impl-IntoIterator-for-%26mut+Cam16UcsJmh%3CVec%3CT%3E%3E"],[6879,"impl-IntoIterator-for-%26Cam16UcsJmh%3C%26mut+%5BT%5D%3E"],[6880,"impl-IntoIterator-for-Cam16UcsJmh%3C%26%5BT%5D%3E"],[6881,"impl-IntoIterator-for-%26Cam16UcsJmh%3CVec%3CT%3E%3E"],[6882,"impl-IntoIterator-for-%26Cam16UcsJmh%3C%5BT;+N%5D%3E"],[6883,"impl-IntoIterator-for-Cam16UcsJmh%3C%26mut+%5BT%5D%3E"],[6884,"impl-IntoIterator-for-%26Cam16UcsJmh%3CBox%3C%5BT%5D%3E%3E"],[6885,"impl-IntoIterator-for-%26mut+Cam16UcsJmh%3CBox%3C%5BT%5D%3E%3E"],[6886,"impl-IntoIterator-for-Cam16UcsJmh%3C%5BT;+N%5D%3E"],[6887,"impl-IntoIterator-for-Cam16UcsJmh%3CVec%3CT%3E%3E"],[6888,"impl-IntoIterator-for-%26Cam16UcsJmh%3C%26%5BT%5D%3E"],[6889,"impl-IntoIterator-for-%26mut+Cam16UcsJmh%3C%5BT;+N%5D%3E"],[6890,"impl-IntoIterator-for-%26mut+Cam16UcsJmh%3C%26mut+%5BT%5D%3E"],[6942,"impl-Mul-for-Cam16UcsJab%3CT%3E"],[6943,"impl-Mul%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6944,"impl-MulAssign-for-Cam16UcsJab%3CT%3E"],[6945,"impl-MulAssign%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6971,"impl-SaturatingAdd%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6972,"impl-SaturatingAdd-for-Cam16UcsJab%3CT%3E"],[6973,"impl-SaturatingAdd%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6974,"impl-SaturatingAdd-for-Cam16UcsJmh%3CT%3E"],[6975,"impl-SaturatingSub%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6976,"impl-SaturatingSub-for-Cam16UcsJab%3CT%3E"],[6977,"impl-SaturatingSub-for-Cam16UcsJmh%3CT%3E"],[6978,"impl-SaturatingSub%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6994,"impl-Sub%3CT%3E-for-Cam16UcsJab%3CT%3E"],[6995,"impl-Sub-for-Cam16UcsJab%3CT%3E"],[6996,"impl-Sub-for-Cam16UcsJmh%3CT%3E"],[6997,"impl-Sub%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[6998,"impl-SubAssign-for-Cam16UcsJab%3CT%3E"],[6999,"impl-SubAssign%3CT%3E-for-Cam16UcsJab%3CT%3E"],[7000,"impl-SubAssign-for-Cam16UcsJmh%3CT%3E"],[7001,"impl-SubAssign%3CT%3E-for-Cam16UcsJmh%3CT%3E"],[7028,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16UcsJab%3CT%3E"],[7029,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16UcsJab%3CT%3E"],[7032,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16UcsJmh%3CT%3E"],[7033,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16UcsJmh%3CT%3E"],[7112,"impl-Add-for-Cam16Jch%3CT%3E"],[7113,"impl-Add%3CT%3E-for-Cam16Jch%3CT%3E"],[7114,"impl-AddAssign-for-Cam16Jch%3CT%3E"],[7115,"impl-AddAssign%3CT%3E-for-Cam16Jch%3CT%3E"],[7124,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Jch%3CT%3E"],[7125,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Jch%3CT%3E"],[7126,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Jch%3CT%3E"],[7127,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Jch%3CT%3E"],[7142,"impl-Cam16Jch%3C%26mut+T%3E"],[7143,"impl-Cam16Jch%3C%26T%3E"],[7146,"impl-Cam16Jch%3C%26T%3E"],[7147,"impl-Cam16Jch%3C%26mut+T%3E"],[7167,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Jch%3CT%3E"],[7168,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Jch%3CT%3E"],[7169,"impl-From%3C(T,+T,+H)%3E-for-Cam16Jch%3CT%3E"],[7170,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Jch%3CT%3E"],[7171,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Jch%3CT%3E"],[7172,"impl-From%3C%5BCam16Jch%3CT%3E;+N%5D%3E-for-Cam16Jch%3CV%3E"],[7178,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Jch%3CT%3E"],[7179,"impl-FromColorUnclamped%3CCam16Jch%3CT%3E%3E-for-Cam16Jch%3CT%3E"],[7180,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Jch%3CT%3E"],[7215,"impl-IntoIterator-for-%26mut+Cam16Jch%3CVec%3CT%3E%3E"],[7216,"impl-IntoIterator-for-%26Cam16Jch%3C%5BT;+N%5D%3E"],[7217,"impl-IntoIterator-for-%26mut+Cam16Jch%3C%26mut+%5BT%5D%3E"],[7218,"impl-IntoIterator-for-%26Cam16Jch%3C%26mut+%5BT%5D%3E"],[7219,"impl-IntoIterator-for-%26Cam16Jch%3CBox%3C%5BT%5D%3E%3E"],[7220,"impl-IntoIterator-for-Cam16Jch%3C%26mut+%5BT%5D%3E"],[7221,"impl-IntoIterator-for-%26mut+Cam16Jch%3C%5BT;+N%5D%3E"],[7222,"impl-IntoIterator-for-Cam16Jch%3CVec%3CT%3E%3E"],[7223,"impl-IntoIterator-for-Cam16Jch%3C%5BT;+N%5D%3E"],[7224,"impl-IntoIterator-for-%26Cam16Jch%3C%26%5BT%5D%3E"],[7225,"impl-IntoIterator-for-Cam16Jch%3C%26%5BT%5D%3E"],[7226,"impl-IntoIterator-for-%26mut+Cam16Jch%3CBox%3C%5BT%5D%3E%3E"],[7227,"impl-IntoIterator-for-%26Cam16Jch%3CVec%3CT%3E%3E"],[7246,"impl-SaturatingAdd%3CT%3E-for-Cam16Jch%3CT%3E"],[7247,"impl-SaturatingAdd-for-Cam16Jch%3CT%3E"],[7248,"impl-SaturatingSub-for-Cam16Jch%3CT%3E"],[7249,"impl-SaturatingSub%3CT%3E-for-Cam16Jch%3CT%3E"],[7256,"impl-Sub%3CT%3E-for-Cam16Jch%3CT%3E"],[7257,"impl-Sub-for-Cam16Jch%3CT%3E"],[7258,"impl-SubAssign-for-Cam16Jch%3CT%3E"],[7259,"impl-SubAssign%3CT%3E-for-Cam16Jch%3CT%3E"],[7264,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Jch%3CT%3E"],[7265,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Jch%3CT%3E"],[7290,"impl-Add%3CT%3E-for-Cam16Jmh%3CT%3E"],[7291,"impl-Add-for-Cam16Jmh%3CT%3E"],[7292,"impl-AddAssign%3CT%3E-for-Cam16Jmh%3CT%3E"],[7293,"impl-AddAssign-for-Cam16Jmh%3CT%3E"],[7302,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Jmh%3CT%3E"],[7303,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Jmh%3CT%3E"],[7304,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Jmh%3CT%3E"],[7305,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Jmh%3CT%3E"],[7319,"impl-Cam16Jmh%3C%26T%3E"],[7320,"impl-Cam16Jmh%3C%26mut+T%3E"],[7324,"impl-Cam16Jmh%3C%26T%3E"],[7325,"impl-Cam16Jmh%3C%26mut+T%3E"],[7345,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Jmh%3CT%3E"],[7346,"impl-From%3C%5BCam16Jmh%3CT%3E;+N%5D%3E-for-Cam16Jmh%3CV%3E"],[7347,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Jmh%3CT%3E"],[7348,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7349,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Jmh%3CT%3E"],[7350,"impl-From%3C(T,+T,+H)%3E-for-Cam16Jmh%3CT%3E"],[7356,"impl-FromColorUnclamped%3CCam16UcsJmh%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7357,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Jmh%3CT%3E"],[7358,"impl-FromColorUnclamped%3CCam16Jmh%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7359,"impl-FromColorUnclamped%3CCam16UcsJab%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7360,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Jmh%3CT%3E"],[7395,"impl-IntoIterator-for-%26Cam16Jmh%3C%26mut+%5BT%5D%3E"],[7396,"impl-IntoIterator-for-%26Cam16Jmh%3CBox%3C%5BT%5D%3E%3E"],[7397,"impl-IntoIterator-for-%26mut+Cam16Jmh%3CBox%3C%5BT%5D%3E%3E"],[7398,"impl-IntoIterator-for-%26mut+Cam16Jmh%3CVec%3CT%3E%3E"],[7399,"impl-IntoIterator-for-%26Cam16Jmh%3CVec%3CT%3E%3E"],[7400,"impl-IntoIterator-for-%26Cam16Jmh%3C%26%5BT%5D%3E"],[7401,"impl-IntoIterator-for-Cam16Jmh%3CVec%3CT%3E%3E"],[7402,"impl-IntoIterator-for-Cam16Jmh%3C%26mut+%5BT%5D%3E"],[7403,"impl-IntoIterator-for-%26Cam16Jmh%3C%5BT;+N%5D%3E"],[7404,"impl-IntoIterator-for-Cam16Jmh%3C%5BT;+N%5D%3E"],[7405,"impl-IntoIterator-for-Cam16Jmh%3C%26%5BT%5D%3E"],[7406,"impl-IntoIterator-for-%26mut+Cam16Jmh%3C%26mut+%5BT%5D%3E"],[7407,"impl-IntoIterator-for-%26mut+Cam16Jmh%3C%5BT;+N%5D%3E"],[7426,"impl-SaturatingAdd%3CT%3E-for-Cam16Jmh%3CT%3E"],[7427,"impl-SaturatingAdd-for-Cam16Jmh%3CT%3E"],[7428,"impl-SaturatingSub-for-Cam16Jmh%3CT%3E"],[7429,"impl-SaturatingSub%3CT%3E-for-Cam16Jmh%3CT%3E"],[7436,"impl-Sub%3CT%3E-for-Cam16Jmh%3CT%3E"],[7437,"impl-Sub-for-Cam16Jmh%3CT%3E"],[7438,"impl-SubAssign%3CT%3E-for-Cam16Jmh%3CT%3E"],[7439,"impl-SubAssign-for-Cam16Jmh%3CT%3E"],[7444,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Jmh%3CT%3E"],[7445,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Jmh%3CT%3E"],[7470,"impl-Add%3CT%3E-for-Cam16Jsh%3CT%3E"],[7471,"impl-Add-for-Cam16Jsh%3CT%3E"],[7472,"impl-AddAssign-for-Cam16Jsh%3CT%3E"],[7473,"impl-AddAssign%3CT%3E-for-Cam16Jsh%3CT%3E"],[7482,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Jsh%3CT%3E"],[7483,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Jsh%3CT%3E"],[7484,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Jsh%3CT%3E"],[7485,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Jsh%3CT%3E"],[7499,"impl-Cam16Jsh%3C%26T%3E"],[7500,"impl-Cam16Jsh%3C%26mut+T%3E"],[7503,"impl-Cam16Jsh%3C%26T%3E"],[7504,"impl-Cam16Jsh%3C%26mut+T%3E"],[7524,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Jsh%3CT%3E"],[7525,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Jsh%3CT%3E"],[7526,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Jsh%3CT%3E"],[7527,"impl-From%3C(T,+T,+H)%3E-for-Cam16Jsh%3CT%3E"],[7528,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Jsh%3CT%3E"],[7529,"impl-From%3C%5BCam16Jsh%3CT%3E;+N%5D%3E-for-Cam16Jsh%3CV%3E"],[7535,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Jsh%3CT%3E"],[7536,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Jsh%3CT%3E"],[7537,"impl-FromColorUnclamped%3CCam16Jsh%3CT%3E%3E-for-Cam16Jsh%3CT%3E"],[7572,"impl-IntoIterator-for-%26mut+Cam16Jsh%3CBox%3C%5BT%5D%3E%3E"],[7573,"impl-IntoIterator-for-%26Cam16Jsh%3C%5BT;+N%5D%3E"],[7574,"impl-IntoIterator-for-%26mut+Cam16Jsh%3C%5BT;+N%5D%3E"],[7575,"impl-IntoIterator-for-Cam16Jsh%3C%26%5BT%5D%3E"],[7576,"impl-IntoIterator-for-%26Cam16Jsh%3C%26%5BT%5D%3E"],[7577,"impl-IntoIterator-for-Cam16Jsh%3CVec%3CT%3E%3E"],[7578,"impl-IntoIterator-for-%26Cam16Jsh%3CBox%3C%5BT%5D%3E%3E"],[7579,"impl-IntoIterator-for-Cam16Jsh%3C%5BT;+N%5D%3E"],[7580,"impl-IntoIterator-for-Cam16Jsh%3C%26mut+%5BT%5D%3E"],[7581,"impl-IntoIterator-for-%26Cam16Jsh%3CVec%3CT%3E%3E"],[7582,"impl-IntoIterator-for-%26Cam16Jsh%3C%26mut+%5BT%5D%3E"],[7583,"impl-IntoIterator-for-%26mut+Cam16Jsh%3C%26mut+%5BT%5D%3E"],[7584,"impl-IntoIterator-for-%26mut+Cam16Jsh%3CVec%3CT%3E%3E"],[7603,"impl-SaturatingAdd%3CT%3E-for-Cam16Jsh%3CT%3E"],[7604,"impl-SaturatingAdd-for-Cam16Jsh%3CT%3E"],[7605,"impl-SaturatingSub-for-Cam16Jsh%3CT%3E"],[7606,"impl-SaturatingSub%3CT%3E-for-Cam16Jsh%3CT%3E"],[7614,"impl-Sub%3CT%3E-for-Cam16Jsh%3CT%3E"],[7615,"impl-Sub-for-Cam16Jsh%3CT%3E"],[7616,"impl-SubAssign-for-Cam16Jsh%3CT%3E"],[7617,"impl-SubAssign%3CT%3E-for-Cam16Jsh%3CT%3E"],[7622,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Jsh%3CT%3E"],[7624,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Jsh%3CT%3E"],[7648,"impl-Add%3CT%3E-for-Cam16Qch%3CT%3E"],[7649,"impl-Add-for-Cam16Qch%3CT%3E"],[7650,"impl-AddAssign-for-Cam16Qch%3CT%3E"],[7651,"impl-AddAssign%3CT%3E-for-Cam16Qch%3CT%3E"],[7660,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Qch%3CT%3E"],[7661,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Qch%3CT%3E"],[7662,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Qch%3CT%3E"],[7663,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Qch%3CT%3E"],[7679,"impl-Cam16Qch%3C%26mut+T%3E"],[7680,"impl-Cam16Qch%3C%26T%3E"],[7683,"impl-Cam16Qch%3C%26mut+T%3E"],[7684,"impl-Cam16Qch%3C%26T%3E"],[7704,"impl-From%3C(T,+T,+H)%3E-for-Cam16Qch%3CT%3E"],[7705,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Qch%3CT%3E"],[7707,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Qch%3CT%3E"],[7708,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Qch%3CT%3E"],[7709,"impl-From%3C%5BCam16Qch%3CT%3E;+N%5D%3E-for-Cam16Qch%3CV%3E"],[7710,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Qch%3CT%3E"],[7715,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Qch%3CT%3E"],[7716,"impl-FromColorUnclamped%3CCam16Qch%3CT%3E%3E-for-Cam16Qch%3CT%3E"],[7717,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Qch%3CT%3E"],[7752,"impl-IntoIterator-for-%26Cam16Qch%3CVec%3CT%3E%3E"],[7753,"impl-IntoIterator-for-%26Cam16Qch%3C%5BT;+N%5D%3E"],[7754,"impl-IntoIterator-for-%26Cam16Qch%3C%26mut+%5BT%5D%3E"],[7755,"impl-IntoIterator-for-%26Cam16Qch%3CBox%3C%5BT%5D%3E%3E"],[7756,"impl-IntoIterator-for-Cam16Qch%3CVec%3CT%3E%3E"],[7757,"impl-IntoIterator-for-%26mut+Cam16Qch%3C%5BT;+N%5D%3E"],[7758,"impl-IntoIterator-for-%26mut+Cam16Qch%3C%26mut+%5BT%5D%3E"],[7759,"impl-IntoIterator-for-%26Cam16Qch%3C%26%5BT%5D%3E"],[7760,"impl-IntoIterator-for-Cam16Qch%3C%26mut+%5BT%5D%3E"],[7761,"impl-IntoIterator-for-%26mut+Cam16Qch%3CBox%3C%5BT%5D%3E%3E"],[7762,"impl-IntoIterator-for-%26mut+Cam16Qch%3CVec%3CT%3E%3E"],[7763,"impl-IntoIterator-for-Cam16Qch%3C%5BT;+N%5D%3E"],[7764,"impl-IntoIterator-for-Cam16Qch%3C%26%5BT%5D%3E"],[7782,"impl-SaturatingAdd%3CT%3E-for-Cam16Qch%3CT%3E"],[7783,"impl-SaturatingAdd-for-Cam16Qch%3CT%3E"],[7784,"impl-SaturatingSub%3CT%3E-for-Cam16Qch%3CT%3E"],[7785,"impl-SaturatingSub-for-Cam16Qch%3CT%3E"],[7792,"impl-Sub%3CT%3E-for-Cam16Qch%3CT%3E"],[7793,"impl-Sub-for-Cam16Qch%3CT%3E"],[7794,"impl-SubAssign-for-Cam16Qch%3CT%3E"],[7795,"impl-SubAssign%3CT%3E-for-Cam16Qch%3CT%3E"],[7800,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Qch%3CT%3E"],[7801,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Qch%3CT%3E"],[7826,"impl-Add%3CT%3E-for-Cam16Qmh%3CT%3E"],[7827,"impl-Add-for-Cam16Qmh%3CT%3E"],[7828,"impl-AddAssign-for-Cam16Qmh%3CT%3E"],[7829,"impl-AddAssign%3CT%3E-for-Cam16Qmh%3CT%3E"],[7838,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Qmh%3CT%3E"],[7839,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Qmh%3CT%3E"],[7840,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Qmh%3CT%3E"],[7841,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Qmh%3CT%3E"],[7856,"impl-Cam16Qmh%3C%26mut+T%3E"],[7857,"impl-Cam16Qmh%3C%26T%3E"],[7861,"impl-Cam16Qmh%3C%26mut+T%3E"],[7862,"impl-Cam16Qmh%3C%26T%3E"],[7882,"impl-From%3C%5BCam16Qmh%3CT%3E;+N%5D%3E-for-Cam16Qmh%3CV%3E"],[7884,"impl-From%3C(T,+T,+H)%3E-for-Cam16Qmh%3CT%3E"],[7885,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Qmh%3CT%3E"],[7886,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Qmh%3CT%3E"],[7887,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Qmh%3CT%3E"],[7888,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Qmh%3CT%3E"],[7893,"impl-FromColorUnclamped%3CCam16Qmh%3CT%3E%3E-for-Cam16Qmh%3CT%3E"],[7894,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Qmh%3CT%3E"],[7895,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Qmh%3CT%3E"],[7930,"impl-IntoIterator-for-%26Cam16Qmh%3C%26%5BT%5D%3E"],[7931,"impl-IntoIterator-for-Cam16Qmh%3CVec%3CT%3E%3E"],[7932,"impl-IntoIterator-for-%26mut+Cam16Qmh%3C%26mut+%5BT%5D%3E"],[7933,"impl-IntoIterator-for-Cam16Qmh%3C%26%5BT%5D%3E"],[7934,"impl-IntoIterator-for-Cam16Qmh%3C%26mut+%5BT%5D%3E"],[7935,"impl-IntoIterator-for-%26Cam16Qmh%3C%5BT;+N%5D%3E"],[7936,"impl-IntoIterator-for-%26Cam16Qmh%3C%26mut+%5BT%5D%3E"],[7937,"impl-IntoIterator-for-%26mut+Cam16Qmh%3CBox%3C%5BT%5D%3E%3E"],[7938,"impl-IntoIterator-for-%26Cam16Qmh%3CBox%3C%5BT%5D%3E%3E"],[7939,"impl-IntoIterator-for-%26Cam16Qmh%3CVec%3CT%3E%3E"],[7940,"impl-IntoIterator-for-%26mut+Cam16Qmh%3CVec%3CT%3E%3E"],[7941,"impl-IntoIterator-for-Cam16Qmh%3C%5BT;+N%5D%3E"],[7942,"impl-IntoIterator-for-%26mut+Cam16Qmh%3C%5BT;+N%5D%3E"],[7960,"impl-SaturatingAdd-for-Cam16Qmh%3CT%3E"],[7961,"impl-SaturatingAdd%3CT%3E-for-Cam16Qmh%3CT%3E"],[7962,"impl-SaturatingSub%3CT%3E-for-Cam16Qmh%3CT%3E"],[7963,"impl-SaturatingSub-for-Cam16Qmh%3CT%3E"],[7970,"impl-Sub%3CT%3E-for-Cam16Qmh%3CT%3E"],[7971,"impl-Sub-for-Cam16Qmh%3CT%3E"],[7972,"impl-SubAssign-for-Cam16Qmh%3CT%3E"],[7973,"impl-SubAssign%3CT%3E-for-Cam16Qmh%3CT%3E"],[7979,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Qmh%3CT%3E"],[7980,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Qmh%3CT%3E"],[8004,"impl-Add%3CT%3E-for-Cam16Qsh%3CT%3E"],[8005,"impl-Add-for-Cam16Qsh%3CT%3E"],[8006,"impl-AddAssign-for-Cam16Qsh%3CT%3E"],[8007,"impl-AddAssign%3CT%3E-for-Cam16Qsh%3CT%3E"],[8016,"impl-AsMut%3C%5BT%5D%3E-for-Cam16Qsh%3CT%3E"],[8017,"impl-AsMut%3C%5BT;+3%5D%3E-for-Cam16Qsh%3CT%3E"],[8018,"impl-AsRef%3C%5BT;+3%5D%3E-for-Cam16Qsh%3CT%3E"],[8019,"impl-AsRef%3C%5BT%5D%3E-for-Cam16Qsh%3CT%3E"],[8034,"impl-Cam16Qsh%3C%26mut+T%3E"],[8035,"impl-Cam16Qsh%3C%26T%3E"],[8038,"impl-Cam16Qsh%3C%26T%3E"],[8039,"impl-Cam16Qsh%3C%26mut+T%3E"],[8059,"impl-From%3C(T,+T,+H)%3E-for-Cam16Qsh%3CT%3E"],[8061,"impl-From%3C%5BT;+3%5D%3E-for-Cam16Qsh%3CT%3E"],[8062,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Cam16Qsh%3CT%3E"],[8063,"impl-From%3CCam16%3CT%3E%3E-for-Cam16Qsh%3CT%3E"],[8064,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Cam16Qsh%3CT%3E"],[8065,"impl-From%3C%5BCam16Qsh%3CT%3E;+N%5D%3E-for-Cam16Qsh%3CV%3E"],[8070,"impl-FromColorUnclamped%3CCam16Qsh%3CT%3E%3E-for-Cam16Qsh%3CT%3E"],[8071,"impl-FromColorUnclamped%3CCam16%3CT%3E%3E-for-Cam16Qsh%3CT%3E"],[8072,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Cam16Qsh%3CT%3E"],[8107,"impl-IntoIterator-for-%26mut+Cam16Qsh%3CBox%3C%5BT%5D%3E%3E"],[8108,"impl-IntoIterator-for-%26Cam16Qsh%3CBox%3C%5BT%5D%3E%3E"],[8109,"impl-IntoIterator-for-Cam16Qsh%3C%26mut+%5BT%5D%3E"],[8110,"impl-IntoIterator-for-Cam16Qsh%3C%5BT;+N%5D%3E"],[8111,"impl-IntoIterator-for-Cam16Qsh%3C%26%5BT%5D%3E"],[8112,"impl-IntoIterator-for-%26Cam16Qsh%3C%26%5BT%5D%3E"],[8113,"impl-IntoIterator-for-%26mut+Cam16Qsh%3C%26mut+%5BT%5D%3E"],[8114,"impl-IntoIterator-for-%26mut+Cam16Qsh%3C%5BT;+N%5D%3E"],[8115,"impl-IntoIterator-for-%26Cam16Qsh%3C%5BT;+N%5D%3E"],[8116,"impl-IntoIterator-for-%26Cam16Qsh%3C%26mut+%5BT%5D%3E"],[8117,"impl-IntoIterator-for-%26mut+Cam16Qsh%3CVec%3CT%3E%3E"],[8118,"impl-IntoIterator-for-Cam16Qsh%3CVec%3CT%3E%3E"],[8119,"impl-IntoIterator-for-%26Cam16Qsh%3CVec%3CT%3E%3E"],[8137,"impl-SaturatingAdd-for-Cam16Qsh%3CT%3E"],[8138,"impl-SaturatingAdd%3CT%3E-for-Cam16Qsh%3CT%3E"],[8139,"impl-SaturatingSub-for-Cam16Qsh%3CT%3E"],[8140,"impl-SaturatingSub%3CT%3E-for-Cam16Qsh%3CT%3E"],[8148,"impl-Sub-for-Cam16Qsh%3CT%3E"],[8149,"impl-Sub%3CT%3E-for-Cam16Qsh%3CT%3E"],[8150,"impl-SubAssign-for-Cam16Qsh%3CT%3E"],[8151,"impl-SubAssign%3CT%3E-for-Cam16Qsh%3CT%3E"],[8156,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Cam16Qsh%3CT%3E"],[8158,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Cam16Qsh%3CT%3E"],[8254,"impl-AsMut%3CP%3E-for-Packed%3CO,+P%3E"],[8255,"impl-AsMut%3C%5BT;+N%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8256,"impl-AsMut%3C%5BT%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8257,"impl-AsRef%3CP%3E-for-Packed%3CO,+P%3E"],[8258,"impl-AsRef%3C%5BT%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8259,"impl-AsRef%3C%5BT;+N%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8333,"impl-Display-for-SliceCastError"],[8334,"impl-Debug-for-SliceCastError"],[8335,"impl-Display-for-BoxedSliceCastError%3CT%3E"],[8336,"impl-Debug-for-BoxedSliceCastError%3CT%3E"],[8337,"impl-Debug-for-VecCastError%3CT%3E"],[8338,"impl-Display-for-VecCastError%3CT%3E"],[8345,"impl-From%3C%26mut+P%3E-for-%26mut+Packed%3CO,+P%3E"],[8346,"impl-From%3CRgb%3CS,+T%3E%3E-for-Packed%3CO,+P%3E"],[8348,"impl-From%3C%26P%3E-for-%26Packed%3CO,+P%3E"],[8349,"impl-From%3CAlpha%3CRgb%3CS,+T%3E,+T%3E%3E-for-Packed%3CO,+P%3E"],[8350,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-%26mut+Packed%3CO,+%5BT;+N%5D%3E"],[8351,"impl-From%3CAlpha%3CLuma%3CS,+T%3E,+T%3E%3E-for-Packed%3CO,+P%3E"],[8352,"impl-From%3CP%3E-for-Packed%3CO,+P%3E"],[8353,"impl-From%3C%26%5BT;+N%5D%3E-for-%26Packed%3CO,+%5BT;+N%5D%3E"],[8354,"impl-From%3CLuma%3CS,+T%3E%3E-for-Packed%3CO,+P%3E"],[8355,"impl-From%3C%5BT;+N%5D%3E-for-Packed%3CO,+%5BT;+N%5D%3E"],[8494,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Packed%3CO,+%5BT;+N%5D%3E"],[8495,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Packed%3CO,+%5BT;+N%5D%3E"],[8699,"impl-Debug-for-OutOfBounds%3CT%3E"],[8700,"impl-Display-for-OutOfBounds%3CT%3E"],[8849,"impl-FromLinear%3Cf64,+u8%3E-for-Srgb"],[8850,"impl-FromLinear%3Cf32,+u8%3E-for-Srgb"],[8851,"impl-FromLinear%3CT,+T%3E-for-Srgb"],[8895,"impl-IntoLinear%3Cf64,+u8%3E-for-Srgb"],[8896,"impl-IntoLinear%3Cf32,+u8%3E-for-Srgb"],[8897,"impl-IntoLinear%3CT,+T%3E-for-Srgb"],[9190,"impl-Add%3CT%3E-for-Cam16Hue%3CT%3E"],[9191,"impl-Add-for-Cam16Hue%3CT%3E"],[9192,"impl-AddAssign-for-Cam16Hue%3CT%3E"],[9193,"impl-AddAssign%3CT%3E-for-Cam16Hue%3CT%3E"],[9240,"impl-Cam16Hue%3C%26T%3E"],[9241,"impl-Cam16Hue%3C%26mut+T%3E"],[9248,"impl-Cam16Hue%3C%26T%3E"],[9249,"impl-Cam16Hue%3C%26mut+T%3E"],[9279,"impl-PartialEq%3CT%3E-for-Cam16Hue%3CT%3E"],[9280,"impl-PartialEq-for-Cam16Hue%3CT%3E"],[9375,"impl-IntoIterator-for-Cam16Hue%3C%26mut+%5BT%5D%3E"],[9376,"impl-IntoIterator-for-%26mut+Cam16Hue%3C%5BT;+N%5D%3E"],[9377,"impl-IntoIterator-for-%26mut+Cam16Hue%3C%26mut+%5BT%5D%3E"],[9378,"impl-IntoIterator-for-Cam16Hue%3C%26%5BT%5D%3E"],[9379,"impl-IntoIterator-for-Cam16Hue%3CVec%3CT%3E%3E"],[9380,"impl-IntoIterator-for-%26mut+Cam16Hue%3CBox%3C%5BT%5D%3E%3E"],[9381,"impl-IntoIterator-for-%26mut+Cam16Hue%3CVec%3CT%3E%3E"],[9382,"impl-IntoIterator-for-%26Cam16Hue%3CBox%3C%5BT%5D%3E%3E"],[9383,"impl-IntoIterator-for-%26Cam16Hue%3C%26%5BT%5D%3E"],[9384,"impl-IntoIterator-for-%26Cam16Hue%3C%26mut+%5BT%5D%3E"],[9385,"impl-IntoIterator-for-%26Cam16Hue%3CVec%3CT%3E%3E"],[9386,"impl-IntoIterator-for-%26Cam16Hue%3C%5BT;+N%5D%3E"],[9387,"impl-IntoIterator-for-Cam16Hue%3C%5BT;+N%5D%3E"],[9421,"impl-SaturatingAdd%3CT%3E-for-Cam16Hue%3CT%3E"],[9422,"impl-SaturatingAdd-for-Cam16Hue%3CT%3E"],[9423,"impl-SaturatingSub%3CT%3E-for-Cam16Hue%3CT%3E"],[9424,"impl-SaturatingSub-for-Cam16Hue%3CT%3E"],[9432,"impl-Sub%3CT%3E-for-Cam16Hue%3CT%3E"],[9433,"impl-Sub-for-Cam16Hue%3CT%3E"],[9434,"impl-SubAssign%3CT%3E-for-Cam16Hue%3CT%3E"],[9435,"impl-SubAssign-for-Cam16Hue%3CT%3E"],[9689,"impl-Add-for-Luma%3CS,+T%3E"],[9690,"impl-Add%3CT%3E-for-Luma%3CS,+T%3E"],[9691,"impl-AddAssign%3CT%3E-for-Luma%3CS,+T%3E"],[9692,"impl-AddAssign-for-Luma%3CS,+T%3E"],[9705,"impl-AsMut%3C%5BT%5D%3E-for-Luma%3CS,+T%3E"],[9706,"impl-AsMut%3C%5BT;+1%5D%3E-for-Luma%3CS,+T%3E"],[9707,"impl-AsMut%3CT%3E-for-Luma%3CS,+T%3E"],[9708,"impl-AsRef%3C%5BT;+1%5D%3E-for-Luma%3CS,+T%3E"],[9709,"impl-AsRef%3CT%3E-for-Luma%3CS,+T%3E"],[9710,"impl-AsRef%3C%5BT%5D%3E-for-Luma%3CS,+T%3E"],[9729,"impl-Luma%3CS,+%26mut+T%3E"],[9730,"impl-Luma%3CS,+%26T%3E"],[9739,"impl-Luma%3CS,+%26mut+T%3E"],[9740,"impl-Luma%3CS,+%26T%3E"],[9754,"impl-Div%3CT%3E-for-Luma%3CS,+T%3E"],[9755,"impl-Div-for-Luma%3CS,+T%3E"],[9756,"impl-DivAssign%3CT%3E-for-Luma%3CS,+T%3E"],[9757,"impl-DivAssign-for-Luma%3CS,+T%3E"],[9768,"impl-Debug-for-Luma%3CS,+T%3E"],[9769,"impl-UpperHex-for-Luma%3CS,+T%3E"],[9770,"impl-LowerHex-for-Luma%3CS,+T%3E"],[9771,"impl-From%3C%26f32%3E-for-%26Luma%3CS%3E"],[9772,"impl-From%3C(T,)%3E-for-Luma%3CS,+T%3E"],[9773,"impl-From%3C%26f64%3E-for-%26Luma%3CS,+f64%3E"],[9774,"impl-From%3C%26mut+u32%3E-for-%26mut+Luma%3CS,+u32%3E"],[9775,"impl-From%3CT%3E-for-Luma%3CS,+T%3E"],[9776,"impl-From%3C%26mut+f32%3E-for-%26mut+Luma%3CS%3E"],[9778,"impl-From%3C%26u64%3E-for-%26Luma%3CS,+u64%3E"],[9779,"impl-From%3C%5BT;+1%5D%3E-for-Luma%3CS,+T%3E"],[9780,"impl-From%3C%26%5BT;+1%5D%3E-for-%26Luma%3CS,+T%3E"],[9781,"impl-From%3C%5BLuma%3CS,+T%3E;+N%5D%3E-for-Luma%3CS,+V%3E"],[9782,"impl-From%3CPacked%3CO,+P%3E%3E-for-Luma%3CS,+u8%3E"],[9783,"impl-From%3C%26mut+u8%3E-for-%26mut+Luma%3CS,+u8%3E"],[9784,"impl-From%3C%26mut+u64%3E-for-%26mut+Luma%3CS,+u64%3E"],[9785,"impl-From%3C%26u128%3E-for-%26Luma%3CS,+u128%3E"],[9786,"impl-From%3CPreAlpha%3CLuma%3CS,+T%3E%3E%3E-for-Luma%3CS,+T%3E"],[9787,"impl-From%3C%26mut+f64%3E-for-%26mut+Luma%3CS,+f64%3E"],[9788,"impl-From%3Cu16%3E-for-Luma%3CS,+u8%3E"],[9789,"impl-From%3C%26mut+%5BT;+1%5D%3E-for-%26mut+Luma%3CS,+T%3E"],[9790,"impl-From%3C%26mut+u16%3E-for-%26mut+Luma%3CS,+u16%3E"],[9792,"impl-From%3C%26mut+u128%3E-for-%26mut+Luma%3CS,+u128%3E"],[9793,"impl-From%3C%26u16%3E-for-%26Luma%3CS,+u16%3E"],[9794,"impl-From%3C%26u8%3E-for-%26Luma%3CS,+u8%3E"],[9795,"impl-From%3C%26u32%3E-for-%26Luma%3CS,+u32%3E"],[9801,"impl-FromColorUnclamped%3CHsv%3C_S,+T%3E%3E-for-Luma%3CS,+T%3E"],[9802,"impl-FromColorUnclamped%3CRgb%3C_S,+T%3E%3E-for-Luma%3CS,+T%3E"],[9803,"impl-FromColorUnclamped%3CLuv%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9804,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Luma%3CS,+T%3E"],[9805,"impl-FromColorUnclamped%3CXyz%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9806,"impl-FromColorUnclamped%3CHsl%3C_S,+T%3E%3E-for-Luma%3CS,+T%3E"],[9807,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9808,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9809,"impl-FromColorUnclamped%3CHsluv%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9810,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9811,"impl-FromColorUnclamped%3CLchuv%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9812,"impl-FromColorUnclamped%3CLab%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9813,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9814,"impl-FromColorUnclamped%3CLuma%3CS2,+T%3E%3E-for-Luma%3CS1,+T%3E"],[9815,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Luma%3CS,+T%3E"],[9816,"impl-FromColorUnclamped%3CLch%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9817,"impl-FromColorUnclamped%3CHwb%3C_S,+T%3E%3E-for-Luma%3CS,+T%3E"],[9818,"impl-FromColorUnclamped%3CYxy%3C%3CS+as+LumaStandard%3E::WhitePoint,+T%3E%3E-for-Luma%3CS,+T%3E"],[9856,"impl-IntoIterator-for-%26mut+Luma%3CS,+%5BT;+N%5D%3E"],[9857,"impl-IntoIterator-for-%26Luma%3CS,+Box%3C%5BT%5D%3E%3E"],[9858,"impl-IntoIterator-for-%26mut+Luma%3CS,+Box%3C%5BT%5D%3E%3E"],[9859,"impl-IntoIterator-for-%26Luma%3CS,+Vec%3CT%3E%3E"],[9860,"impl-IntoIterator-for-%26Luma%3CS,+%26%5BT%5D%3E"],[9861,"impl-IntoIterator-for-Luma%3CS,+%26mut+%5BT%5D%3E"],[9862,"impl-IntoIterator-for-%26mut+Luma%3CS,+Vec%3CT%3E%3E"],[9863,"impl-IntoIterator-for-Luma%3CS,+%5BT;+N%5D%3E"],[9864,"impl-IntoIterator-for-%26Luma%3CS,+%5BT;+N%5D%3E"],[9865,"impl-IntoIterator-for-Luma%3CS,+%26%5BT%5D%3E"],[9866,"impl-IntoIterator-for-Luma%3CS,+Vec%3CT%3E%3E"],[9867,"impl-IntoIterator-for-%26Luma%3CS,+%26mut+%5BT%5D%3E"],[9868,"impl-IntoIterator-for-%26mut+Luma%3CS,+%26mut+%5BT%5D%3E"],[9891,"impl-Mul-for-Luma%3CS,+T%3E"],[9892,"impl-Mul%3CT%3E-for-Luma%3CS,+T%3E"],[9893,"impl-MulAssign%3CT%3E-for-Luma%3CS,+T%3E"],[9894,"impl-MulAssign-for-Luma%3CS,+T%3E"],[9909,"impl-SaturatingAdd%3CT%3E-for-Luma%3CS,+T%3E"],[9910,"impl-SaturatingAdd-for-Luma%3CS,+T%3E"],[9911,"impl-SaturatingSub-for-Luma%3CS,+T%3E"],[9912,"impl-SaturatingSub%3CT%3E-for-Luma%3CS,+T%3E"],[9923,"impl-Sub%3CT%3E-for-Luma%3CS,+T%3E"],[9924,"impl-Sub-for-Luma%3CS,+T%3E"],[9925,"impl-SubAssign%3CT%3E-for-Luma%3CS,+T%3E"],[9926,"impl-SubAssign-for-Luma%3CS,+T%3E"],[9930,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Luma%3CS,+T%3E"],[9932,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Luma%3CS,+T%3E"],[10578,"impl-Add%3CT%3E-for-Rgb%3CS,+T%3E"],[10579,"impl-Add-for-Rgb%3CS,+T%3E"],[10580,"impl-AddAssign%3CT%3E-for-Rgb%3CS,+T%3E"],[10581,"impl-AddAssign-for-Rgb%3CS,+T%3E"],[10598,"impl-AsMut%3C%5BT%5D%3E-for-Rgb%3CS,+T%3E"],[10599,"impl-AsMut%3C%5BT;+3%5D%3E-for-Rgb%3CS,+T%3E"],[10600,"impl-AsRef%3C%5BT;+3%5D%3E-for-Rgb%3CS,+T%3E"],[10601,"impl-AsRef%3C%5BT%5D%3E-for-Rgb%3CS,+T%3E"],[10630,"impl-Rgb%3CS,+%26T%3E"],[10631,"impl-Rgb%3CS,+%26mut+T%3E"],[10643,"impl-Rgb%3CS,+%26mut+T%3E"],[10644,"impl-Rgb%3CS,+%26T%3E"],[10660,"impl-Div-for-Rgb%3CS,+T%3E"],[10661,"impl-Div%3CT%3E-for-Rgb%3CS,+T%3E"],[10662,"impl-DivAssign%3CT%3E-for-Rgb%3CS,+T%3E"],[10663,"impl-DivAssign-for-Rgb%3CS,+T%3E"],[10675,"impl-UpperHex-for-Rgb%3CS,+T%3E"],[10676,"impl-Debug-for-Rgb%3CS,+T%3E"],[10677,"impl-LowerHex-for-Rgb%3CS,+T%3E"],[10678,"impl-Display-for-FromHexError"],[10679,"impl-Debug-for-FromHexError"],[10680,"impl-From%3CPacked%3CO,+P%3E%3E-for-Rgb%3CS,+u8%3E"],[10681,"impl-From%3C%5BT;+3%5D%3E-for-Rgb%3CS,+T%3E"],[10682,"impl-From%3CRgb%3CS,+u8%3E%3E-for-Rgb%3CS%3E"],[10683,"impl-From%3C(T,+T,+T)%3E-for-Rgb%3CS,+T%3E"],[10684,"impl-From%3CRgb%3CS%3E%3E-for-Rgb%3CS,+u8%3E"],[10685,"impl-From%3CRgb%3CLinear%3CSrgb%3E,+T%3E%3E-for-Rgb%3CSrgb,+U%3E"],[10686,"impl-From%3C%5BRgb%3CS,+T%3E;+N%5D%3E-for-Rgb%3CS,+V%3E"],[10687,"impl-From%3CRgb%3CS,+u8%3E%3E-for-Rgb%3CS,+f64%3E"],[10688,"impl-From%3CRgb%3CS,+f64%3E%3E-for-Rgb%3CS,+u8%3E"],[10689,"impl-From%3Cu32%3E-for-Rgb%3CS,+u8%3E"],[10691,"impl-From%3CColor%3E-for-Rgb"],[10692,"impl-From%3CRgb%3CS%3E%3E-for-Rgb%3CS,+f64%3E"],[10693,"impl-From%3C%26%5BT;+3%5D%3E-for-%26Rgb%3CS,+T%3E"],[10694,"impl-From%3CPreAlpha%3CRgb%3CS,+T%3E%3E%3E-for-Rgb%3CS,+T%3E"],[10695,"impl-From%3CRgb%3CSrgb,+T%3E%3E-for-Rgb%3CLinear%3CSrgb%3E,+U%3E"],[10696,"impl-From%3CRgb%3CS,+f64%3E%3E-for-Rgb%3CS%3E"],[10697,"impl-From%3C%26mut+%5BT;+3%5D%3E-for-%26mut+Rgb%3CS,+T%3E"],[10700,"impl-From%3CParseIntError%3E-for-FromHexError"],[10701,"impl-From%3C%26str%3E-for-FromHexError"],[10707,"impl-FromColorUnclamped%3CHsv%3CS,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10708,"impl-FromColorUnclamped%3CYxy%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10709,"impl-FromColorUnclamped%3COkhsl%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10710,"impl-FromColorUnclamped%3CLch%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10711,"impl-FromColorUnclamped%3CXyz%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10712,"impl-FromColorUnclamped%3CHsl%3CS,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10713,"impl-FromColorUnclamped%3COklch%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10714,"impl-FromColorUnclamped%3COklab%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10715,"impl-FromColorUnclamped%3CLab%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10716,"impl-FromColorUnclamped%3CAlpha%3C_C,+_A%3E%3E-for-Rgb%3CS,+T%3E"],[10717,"impl-FromColorUnclamped%3COkhsv%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10718,"impl-FromColorUnclamped%3COkhwb%3CT%3E%3E-for-Rgb%3CS,+T%3E"],[10719,"impl-FromColorUnclamped%3CLuma%3CSt,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10720,"impl-FromColorUnclamped%3CLuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10721,"impl-FromColorUnclamped%3CRgb%3CS2,+T%3E%3E-for-Rgb%3CS1,+T%3E"],[10722,"impl-FromColorUnclamped%3CHsluv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10723,"impl-FromColorUnclamped%3CHwb%3CS,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10724,"impl-FromColorUnclamped%3CLchuv%3C%3C%3CS+as+RgbStandard%3E::Space+as+RgbSpace%3E::WhitePoint,+T%3E%3E-for-Rgb%3CS,+T%3E"],[10779,"impl-IntoIterator-for-%26mut+Rgb%3CS,+%5BT;+N%5D%3E"],[10780,"impl-IntoIterator-for-Rgb%3CS,+%26mut+%5BT%5D%3E"],[10781,"impl-IntoIterator-for-%26mut+Rgb%3CS,+%26mut+%5BT%5D%3E"],[10782,"impl-IntoIterator-for-Rgb%3CS,+%5BT;+N%5D%3E"],[10783,"impl-IntoIterator-for-%26mut+Rgb%3CS,+Vec%3CT%3E%3E"],[10784,"impl-IntoIterator-for-%26Rgb%3CS,+%5BT;+N%5D%3E"],[10785,"impl-IntoIterator-for-%26Rgb%3CS,+%26%5BT%5D%3E"],[10786,"impl-IntoIterator-for-%26mut+Rgb%3CS,+Box%3C%5BT%5D%3E%3E"],[10787,"impl-IntoIterator-for-Rgb%3CS,+%26%5BT%5D%3E"],[10788,"impl-IntoIterator-for-%26Rgb%3CS,+Box%3C%5BT%5D%3E%3E"],[10789,"impl-IntoIterator-for-%26Rgb%3CS,+%26mut+%5BT%5D%3E"],[10790,"impl-IntoIterator-for-Rgb%3CS,+Vec%3CT%3E%3E"],[10791,"impl-IntoIterator-for-%26Rgb%3CS,+Vec%3CT%3E%3E"],[10815,"impl-Mul-for-Rgb%3CS,+T%3E"],[10816,"impl-Mul%3CT%3E-for-Rgb%3CS,+T%3E"],[10817,"impl-MulAssign-for-Rgb%3CS,+T%3E"],[10818,"impl-MulAssign%3CT%3E-for-Rgb%3CS,+T%3E"],[10839,"impl-SaturatingAdd-for-Rgb%3CS,+T%3E"],[10840,"impl-SaturatingAdd%3CT%3E-for-Rgb%3CS,+T%3E"],[10841,"impl-SaturatingSub%3CT%3E-for-Rgb%3CS,+T%3E"],[10842,"impl-SaturatingSub-for-Rgb%3CS,+T%3E"],[10854,"impl-Sub-for-Rgb%3CS,+T%3E"],[10855,"impl-Sub%3CT%3E-for-Rgb%3CS,+T%3E"],[10856,"impl-SubAssign-for-Rgb%3CS,+T%3E"],[10857,"impl-SubAssign%3CT%3E-for-Rgb%3CS,+T%3E"],[10865,"impl-TryFrom%3C%26mut+%5BT%5D%3E-for-%26mut+Rgb%3CS,+T%3E"],[10866,"impl-TryFrom%3C%26%5BT%5D%3E-for-%26Rgb%3CS,+T%3E"],[12066,"impl-Debug-for-Error"],[12067,"impl-Display-for-Error"],[17654,"impl-Flags-for-DndAction"],[17655,"impl-DndAction"],[17752,"impl-Debug-for-DndAction"],[17753,"impl-Octal-for-DndAction"],[17754,"impl-LowerHex-for-DndAction"],[17755,"impl-UpperHex-for-DndAction"],[17756,"impl-Binary-for-DndAction"],[17783,"impl-Flags-for-DndAction"],[17784,"impl-DndAction"],[18063,"impl-Display-for-Error"],[18064,"impl-Debug-for-Error"],[19169,"impl-Display-for-Error"],[19170,"impl-Debug-for-Error"],[19171,"impl-From%3CError%3E-for-Error"],[19173,"impl-From%3CError%3E-for-Error"],[19174,"impl-From%3CImageError%3E-for-Error"],[31758,"impl-Renderer-for-Renderer"],[31759,"impl-Renderer-for-Renderer"],[31770,"impl-Renderer-for-Renderer"],[31771,"impl-Renderer-for-Renderer"],[31772,"impl-Renderer-for-Renderer"],[31787,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[31788,"impl-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[31950,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Button%3C\'a,+Message,+Theme,+Renderer%3E"],[31951,"impl-Button%3C\'a,+Message,+Theme,+Renderer%3E"],[31954,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Scrollable%3C\'a,+Message,+Theme,+Renderer%3E"],[31955,"impl-Scrollable%3C\'a,+Message,+Theme,+Renderer%3E"],[32234,"impl-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[32235,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[32411,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Checkbox%3C\'a,+Message,+Theme,+Renderer%3E"],[32412,"impl-Checkbox%3C\'a,+Message,+Theme,+Renderer%3E"],[32413,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-ComboBox%3C\'a,+T,+Message,+Theme,+Renderer%3E"],[32414,"impl-ComboBox%3C\'a,+T,+Message,+Theme,+Renderer%3E"],[32419,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Radio%3CMessage,+Theme,+Renderer%3E"],[32420,"impl-Radio%3CMessage,+Theme,+Renderer%3E"],[32425,"impl-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[32426,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message,+Theme,+Renderer%3E"],[32427,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Toggler%3C\'a,+Message,+Theme,+Renderer%3E"],[32428,"impl-Toggler%3C\'a,+Message,+Theme,+Renderer%3E"],[32429,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Tooltip%3C\'a,+Message,+Theme,+Renderer%3E"],[32430,"impl-Tooltip%3C\'a,+Message,+Theme,+Renderer%3E"],[32790,"impl-State"],[32791,"impl-Focusable-for-State"],[32807,"impl-State"],[32808,"impl-Focusable-for-State"],[32825,"impl-Focusable-for-State"],[32826,"impl-State"],[40193,"impl-State"],[40194,"impl-Scrollable-for-State"],[40201,"impl-Scrollable-for-State"],[40202,"impl-State"],[40859,"impl-Debug-for-Value"],[40860,"impl-Display-for-Value"],[40866,"impl-State%3CP%3E"],[40867,"impl-Focusable-for-State%3CP%3E"],[40941,"impl-State%3CP%3E"],[40942,"impl-Focusable-for-State%3CP%3E"],[40947,"impl-TextInput-for-State%3CP%3E"],[40948,"impl-State%3CP%3E"],[40950,"impl-TextInput-for-State%3CP%3E"],[40951,"impl-State%3CP%3E"],[40953,"impl-TextInput-for-State%3CP%3E"],[40954,"impl-State%3CP%3E"],[40965,"impl-TextInput-for-State%3CP%3E"],[40966,"impl-State%3CP%3E"],[41015,"impl-Focusable-for-State%3CP%3E"],[41016,"impl-State%3CP%3E"],[41259,"impl-Display-for-Error"],[41260,"impl-Debug-for-Error"],[41324,"impl-Clipboard-for-Clipboard%3CM%3E"],[41325,"impl-Clipboard%3CM%3E"],[41327,"impl-Clipboard%3CM%3E"],[41328,"impl-Clipboard-for-Clipboard%3CM%3E"],[41375,"impl-Clipboard%3CM%3E"],[41376,"impl-Clipboard-for-Clipboard%3CM%3E"],[41378,"impl-Clipboard-for-Clipboard%3CM%3E"],[41379,"impl-Clipboard%3CM%3E"],[41654,"impl-Renderer-for-Renderer%3CB%3E"],[41655,"impl-Renderer-for-Renderer%3CB%3E"],[41656,"impl-Renderer-for-Renderer%3CB%3E"],[41657,"impl-Renderer-for-Renderer%3CB%3E"],[41684,"impl-Display-for-Error"],[41685,"impl-Debug-for-Error"],[42033,"impl-Display-for-SurfaceError"],[42034,"impl-Debug-for-SurfaceError"],[42264,"impl-Borrow%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-%26Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42266,"impl-Borrow%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-%26mut+Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42267,"impl-Borrow%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42290,"impl-BorrowMut%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42291,"impl-BorrowMut%3Cdyn+Widget%3CMessage,+Theme,+Renderer%3E%3E-for-%26mut+Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42549,"impl-Debug-for-Point%3CT%3E"],[42550,"impl-Display-for-Point%3CT%3E"],[42558,"impl-From%3CPopover%3C\'a,+Message,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42559,"impl-From%3CPickList%3C\'a,+T,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42560,"impl-From%3CContainer%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42561,"impl-From%3CScrollable%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42562,"impl-From%3CViewer%3CHandle%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42563,"impl-From%3CButton%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42564,"impl-From%3CResponsive%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42565,"impl-From%3CList%3C\'a,+T,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42566,"impl-From%3CMouseArea%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42567,"impl-From%3CImage%3C\'a,+Handle%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42568,"impl-From%3CColumn%3C\'a,+Key,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42569,"impl-From%3CColumn%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42570,"impl-From%3CCheckbox%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42571,"impl-From%3CSvg%3C\'a,+Theme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42572,"impl-From%3CMenuBar%3C\'a,+Message,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42573,"impl-From%3CProgressBar%3CTheme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42574,"impl-From%3CTooltip%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42575,"impl-From%3CLazy%3C\'a,+Message,+Theme,+Renderer,+Dependency,+View%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42576,"impl-From%3CComboBox%3C\'a,+T,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42577,"impl-From%3CLayerContainer%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42578,"impl-From%3CPaneGrid%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42579,"impl-From%3CRadio%3CMessage,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42580,"impl-From%3CTextEditor%3C\'a,+Highlighter,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42581,"impl-From%3CSpace%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42582,"impl-From%3CCanvas%3CP,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42583,"impl-From%3C%26str%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42584,"impl-From%3CVerticalSlider%3C\'a,+T,+Message,+Theme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42585,"impl-From%3CRow%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42586,"impl-From%3CText%3C\'a,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42587,"impl-From%3CToggler%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42588,"impl-From%3CSlider%3C\'a,+T,+Message,+Theme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42589,"impl-From%3CThemer%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+AnyTheme,+Renderer%3E"],[42590,"impl-From%3CTextInput%3C\'a,+Message,+Theme,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42591,"impl-From%3CRule%3CTheme%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42592,"impl-From%3CRectangleTrackingContainer%3C\'a,+Message,+Renderer,+I%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42594,"impl-From%3CAspectRatio%3C\'a,+Message,+Renderer%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42595,"impl-From%3CTextInput%3C\'a,+Message%3E%3E-for-Element%3C\'a,+Message,+Theme,+Renderer%3E"],[42596,"impl-From%3CHorizontal%3E-for-Alignment"],[42598,"impl-From%3CVertical%3E-for-Alignment"],[42606,"impl-From%3Cu8%3E-for-Radians"],[42607,"impl-From%3CDegrees%3E-for-Radians"],[42609,"impl-From%3Cf32%3E-for-Radians"],[42610,"impl-From%3CLinear%3E-for-Background"],[42612,"impl-From%3CColor%3E-for-Background"],[42613,"impl-From%3CGradient%3E-for-Background"],[42614,"impl-From%3C%5Bf32;+4%5D%3E-for-Color"],[42615,"impl-From%3CRgb%3E-for-Color"],[42616,"impl-From%3C%5Bf32;+3%5D%3E-for-Color"],[42618,"impl-From%3CAlpha%3CRgb,+f32%3E%3E-for-Color"],[42621,"impl-From%3Cf32%3E-for-Length"],[42623,"impl-From%3Cu16%3E-for-Length"],[42624,"impl-From%3CPixels%3E-for-Length"],[42625,"impl-From%3C%5Bf32;+4%5D%3E-for-Padding"],[42627,"impl-From%3C%5Bu16;+2%5D%3E-for-Padding"],[42628,"impl-From%3Cu16%3E-for-Padding"],[42629,"impl-From%3Cf32%3E-for-Padding"],[42630,"impl-From%3C%5Bf32;+2%5D%3E-for-Padding"],[42631,"impl-From%3C%5Bu16;+4%5D%3E-for-Padding"],[42632,"impl-From%3Cu16%3E-for-Pixels"],[42633,"impl-From%3Cf32%3E-for-Pixels"],[42635,"impl-From%3C(T,+T)%3E-for-Point%3CT%3E"],[42636,"impl-From%3C%5BT;+2%5D%3E-for-Point%3CT%3E"],[42642,"impl-From%3CPadding%3E-for-Size"],[42643,"impl-From%3C%5Bu16;+2%5D%3E-for-Size"],[42644,"impl-From%3C%5Bf32;+2%5D%3E-for-Size"],[42645,"impl-From%3CVector%3E-for-Size"],[42648,"impl-From%3CSize%3E-for-Vector"],[42649,"impl-From%3C%5BT;+2%5D%3E-for-Vector%3CT%3E"],[43011,"impl-Sub%3CVector%3CT%3E%3E-for-Point%3CT%3E"],[43012,"impl-Sub-for-Point%3CT%3E"],[43337,"impl-From%3Cf32%3E-for-Radius"],[43338,"impl-From%3Cu8%3E-for-Radius"],[43339,"impl-From%3C%5Bf32;+4%5D%3E-for-Radius"],[43792,"impl-IdEq-for-Internal"],[43793,"impl-PartialEq-for-Internal"],[43802,"impl-From%3Cu64%3E-for-Id"],[43803,"impl-From%3CId%3E-for-Id"],[44964,"impl-Group%3C\'a,+Message,+Theme,+Renderer%3E"],[44965,"impl-Overlay%3CMessage,+Theme,+Renderer%3E-for-Group%3C\'a,+Message,+Theme,+Renderer%3E"],[45830,"impl-Sub%3CDuration%3E-for-Instant"],[45831,"impl-Sub-for-Instant"],[45838,"impl-Sum%3C%26Duration%3E-for-Duration"],[45839,"impl-Sum-for-Duration"],[46072,"impl-Text%3C\'a,+Theme,+Renderer%3E"],[46073,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Text%3C\'a,+Theme,+Renderer%3E"],[46482,"impl-From%3CPixels%3E-for-LineHeight"],[46483,"impl-From%3Cf32%3E-for-LineHeight"],[47040,"impl-Debug-for-Error"],[47041,"impl-Display-for-Error"],[47607,"impl-Debug-for-TryRecvError"],[47608,"impl-Display-for-TryRecvError"],[47609,"impl-Display-for-SendError"],[47610,"impl-Debug-for-SendError"],[47611,"impl-Debug-for-TrySendError%3CT%3E"],[47612,"impl-Display-for-TrySendError%3CT%3E"],[47721,"impl-Sink%3CT%3E-for-UnboundedSender%3CT%3E"],[47722,"impl-Sink%3CT%3E-for-%26UnboundedSender%3CT%3E"],[47724,"impl-Sink%3CT%3E-for-UnboundedSender%3CT%3E"],[47725,"impl-Sink%3CT%3E-for-%26UnboundedSender%3CT%3E"],[47728,"impl-Sink%3CT%3E-for-Sender%3CT%3E"],[47729,"impl-Sender%3CT%3E"],[47730,"impl-UnboundedSender%3CT%3E"],[47731,"impl-Sink%3CT%3E-for-UnboundedSender%3CT%3E"],[47732,"impl-Sink%3CT%3E-for-%26UnboundedSender%3CT%3E"],[47737,"impl-Sender%3CT%3E"],[47738,"impl-Sink%3CT%3E-for-Sender%3CT%3E"],[47739,"impl-Sink%3CT%3E-for-UnboundedSender%3CT%3E"],[47740,"impl-UnboundedSender%3CT%3E"],[47741,"impl-Sink%3CT%3E-for-%26UnboundedSender%3CT%3E"],[47874,"impl-Debug-for-Canceled"],[47875,"impl-Display-for-Canceled"],[48082,"impl-Display-for-EnterError"],[48083,"impl-Debug-for-EnterError"],[48179,"impl-Executor-for-ThreadPool"],[48180,"impl-ThreadPool"],[48730,"impl-AsyncBufRead-for-AllowStdIo%3CT%3E"],[48731,"impl-BufRead-for-AllowStdIo%3CT%3E"],[48882,"impl-Debug-for-Error"],[48883,"impl-Display-for-Error"],[48888,"impl-Debug-for-ReuniteError%3CT%3E"],[48889,"impl-Display-for-ReuniteError%3CT%3E"],[48890,"impl-Debug-for-ErrorKind"],[48891,"impl-Display-for-ErrorKind"],[48924,"impl-From%3CSpawnError%3E-for-Error"],[48925,"impl-From%3CError%3E-for-Error"],[48926,"impl-From%3CError%3E-for-Error"],[48927,"impl-From%3CErrno%3E-for-Error"],[48928,"impl-From%3CIntoInnerError%3CW%3E%3E-for-Error"],[48929,"impl-From%3CTryReserveError%3E-for-Error"],[48930,"impl-From%3CNulError%3E-for-Error"],[48931,"impl-From%3CErrorKind%3E-for-Error"],[48932,"impl-From%3CError%3E-for-Error"],[48933,"impl-From%3CPathPersistError%3E-for-Error"],[48934,"impl-From%3CPersistError%3CF%3E%3E-for-Error"],[48935,"impl-From%3CElapsed%3E-for-Error"],[48936,"impl-From%3CJoinError%3E-for-Error"],[48937,"impl-From%3CError%3E-for-Error"],[48938,"impl-From%3CDecompressError%3E-for-Error"],[48939,"impl-From%3CError%3CError%3E%3E-for-Error"],[48940,"impl-From%3CCompressError%3E-for-Error"],[48941,"impl-From%3CDecodingError%3E-for-Error"],[48942,"impl-From%3CEncodingError%3E-for-Error"],[48944,"impl-From%3CError%3E-for-Error"],[49544,"impl-AsyncWrite-for-Cursor%3C%26mut+Vec%3Cu8%3E%3E"],[49545,"impl-AsyncWrite-for-Cursor%3CVec%3Cu8%3E%3E"],[49546,"impl-AsyncWrite-for-Cursor%3CBox%3C%5Bu8%5D%3E%3E"],[49547,"impl-AsyncWrite-for-Cursor%3C%26mut+%5Bu8%5D%3E"],[49564,"impl-AsyncWrite-for-Cursor%3C%26mut+Vec%3Cu8%3E%3E"],[49565,"impl-AsyncWrite-for-Cursor%3CBox%3C%5Bu8%5D%3E%3E"],[49566,"impl-AsyncWrite-for-Cursor%3C%26mut+%5Bu8%5D%3E"],[49567,"impl-AsyncWrite-for-Cursor%3CVec%3Cu8%3E%3E"],[49602,"impl-AsyncWrite-for-Cursor%3CBox%3C%5Bu8%5D%3E%3E"],[49603,"impl-AsyncWrite-for-Cursor%3C%26mut+Vec%3Cu8%3E%3E"],[49604,"impl-AsyncWrite-for-Cursor%3C%26mut+%5Bu8%5D%3E"],[49605,"impl-AsyncWrite-for-Cursor%3CVec%3Cu8%3E%3E"],[49613,"impl-AsyncWrite-for-Cursor%3C%26mut+%5Bu8%5D%3E"],[49614,"impl-AsyncWrite-for-Cursor%3CVec%3Cu8%3E%3E"],[49615,"impl-AsyncWrite-for-Cursor%3CBox%3C%5Bu8%5D%3E%3E"],[49616,"impl-AsyncWrite-for-Cursor%3C%26mut+Vec%3Cu8%3E%3E"],[52046,"impl-FusedStream-for-Either%3CA,+B%3E"],[52047,"impl-FusedFuture-for-Either%3CA,+B%3E"],[52121,"impl-Sink%3CItem%3E-for-Either%3CA,+B%3E"],[52122,"impl-AsyncWrite-for-Either%3CA,+B%3E"],[52127,"impl-AsyncWrite-for-Either%3CA,+B%3E"],[52128,"impl-Sink%3CItem%3E-for-Either%3CA,+B%3E"],[54472,"impl-Debug-for-ReuniteError%3CT,+Item%3E"],[54473,"impl-Display-for-ReuniteError%3CT,+Item%3E"],[54539,"impl-Debug-for-TryChunksError%3CT,+E%3E"],[54540,"impl-Display-for-TryChunksError%3CT,+E%3E"],[54542,"impl-Debug-for-TryReadyChunksError%3CT,+E%3E"],[54543,"impl-Display-for-TryReadyChunksError%3CT,+E%3E"],[54568,"impl-Display-for-Aborted"],[54569,"impl-Debug-for-Aborted"],[55916,"impl-IntoIterator-for-%26mut+FuturesUnordered%3CFut%3E"],[55917,"impl-IntoIterator-for-FuturesUnordered%3CFut%3E"],[55918,"impl-IntoIterator-for-%26FuturesUnordered%3CFut%3E"],[55919,"impl-IntoIterator-for-SelectAll%3CSt%3E"],[55920,"impl-IntoIterator-for-%26mut+SelectAll%3CSt%3E"],[55921,"impl-IntoIterator-for-%26SelectAll%3CSt%3E"],[57633,"impl-Try-for-Poll%3CResult%3CT,+E%3E%3E"],[57634,"impl-Try-for-Poll%3COption%3CResult%3CT,+E%3E%3E%3E"],[57706,"impl-Debug-for-SpawnError"],[57707,"impl-Display-for-SpawnError"],[57718,"impl-From%3CFutureObj%3C\'a,+T%3E%3E-for-LocalFutureObj%3C\'a,+T%3E"],[57719,"impl-From%3CPin%3CBox%3CF%3E%3E%3E-for-LocalFutureObj%3C\'a,+()%3E"],[57720,"impl-From%3CBox%3Cdyn+Future%3COutput+=+()%3E%3E%3E-for-LocalFutureObj%3C\'a,+()%3E"],[57721,"impl-From%3CPin%3CBox%3Cdyn+Future%3COutput+=+()%3E%3E%3E%3E-for-LocalFutureObj%3C\'a,+()%3E"],[57722,"impl-From%3CBox%3CF%3E%3E-for-LocalFutureObj%3C\'a,+()%3E"],[57726,"impl-From%3CBox%3Cdyn+Future%3COutput+=+()%3E+%2B+Send%3E%3E-for-FutureObj%3C\'a,+()%3E"],[57727,"impl-From%3CPin%3CBox%3CF%3E%3E%3E-for-FutureObj%3C\'a,+()%3E"],[57728,"impl-From%3CPin%3CBox%3Cdyn+Future%3COutput+=+()%3E+%2B+Send%3E%3E%3E-for-FutureObj%3C\'a,+()%3E"],[57729,"impl-From%3CBox%3CF%3E%3E-for-FutureObj%3C\'a,+()%3E"],[57737,"impl-From%3CRc%3CW%3E%3E-for-RawWaker"],[57738,"impl-From%3CArc%3CW%3E%3E-for-RawWaker"],[57751,"impl-Try-for-Poll%3CResult%3CT,+E%3E%3E"],[57752,"impl-Try-for-Poll%3COption%3CResult%3CT,+E%3E%3E%3E"],[57754,"impl-FromResidual%3CResult%3CInfallible,+E%3E%3E-for-Poll%3CResult%3CT,+F%3E%3E"],[57755,"impl-FromResidual%3CResult%3CInfallible,+E%3E%3E-for-Poll%3COption%3CResult%3CT,+F%3E%3E%3E"],[57873,"impl-Poll%3COption%3CResult%3CT,+E%3E%3E%3E"],[57874,"impl-Poll%3CResult%3CT,+E%3E%3E"],[57875,"impl-Poll%3CResult%3CT,+E%3E%3E"],[57876,"impl-Poll%3COption%3CResult%3CT,+E%3E%3E%3E"],[58192,"impl-From%3CColor%3E-for-Fill"],[58194,"impl-From%3CLinear%3E-for-Fill"],[58195,"impl-From%3CGradient%3E-for-Fill"],[58201,"impl-From%3CGradient%3E-for-Style"],[58202,"impl-From%3CColor%3E-for-Style"],[58204,"impl-From%3C%26str%3E-for-Text"],[58205,"impl-From%3CString%3E-for-Text"],[58775,"impl-BuilderWithAttributes"],[58776,"impl-PathBuilder-for-BuilderWithAttributes"],[58828,"impl-BuilderWithAttributes"],[58829,"impl-Build-for-BuilderWithAttributes"],[58936,"impl-BuilderWithAttributes"],[58937,"impl-PathBuilder-for-BuilderWithAttributes"],[59018,"impl-PathBuilder-for-BuilderWithAttributes"],[59019,"impl-BuilderWithAttributes"],[59176,"impl-Index%3CControlPointId%3E-for-Path"],[59177,"impl-Index%3CEndpointId%3E-for-Path"],[59178,"impl-Index%3CEndpointId%3E-for-PathSlice%3C\'l%3E"],[59179,"impl-Index%3CControlPointId%3E-for-PathSlice%3C\'l%3E"],[59409,"impl-IntoIterator-for-%26PathSlice%3C\'l%3E"],[59410,"impl-IntoIterator-for-PathSlice%3C\'l%3E"],[59465,"impl-PathBuilder-for-BuilderWithAttributes"],[59466,"impl-BuilderWithAttributes"],[59486,"impl-PathBuilder-for-BuilderWithAttributes"],[59487,"impl-BuilderWithAttributes"],[59501,"impl-BuilderWithAttributes"],[59502,"impl-PathBuilder-for-BuilderWithAttributes"],[59504,"impl-BuilderWithAttributes"],[59505,"impl-PathBuilder-for-BuilderWithAttributes"],[59816,"impl-NoAttributes%3CB%3E"],[59817,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59831,"impl-Flattened%3CBuilder%3E"],[59832,"impl-Build-for-Flattened%3CBuilder%3E"],[59834,"impl-Build-for-WithSvg%3CBuilder%3E"],[59835,"impl-WithSvg%3CBuilder%3E"],[59836,"impl-NoAttributes%3CB%3E"],[59837,"impl-Build-for-NoAttributes%3CB%3E"],[59849,"impl-WithSvg%3CBuilder%3E"],[59850,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59861,"impl-WithSvg%3CBuilder%3E"],[59862,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59863,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59864,"impl-NoAttributes%3CB%3E"],[59886,"impl-NoAttributes%3CB%3E"],[59887,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59895,"impl-Display-for-BorderRadii"],[59896,"impl-Debug-for-BorderRadii"],[59973,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59974,"impl-WithSvg%3CBuilder%3E"],[59975,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59976,"impl-NoAttributes%3CB%3E"],[59978,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59979,"impl-WithSvg%3CBuilder%3E"],[59996,"impl-WithSvg%3CBuilder%3E"],[59997,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[59998,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[59999,"impl-NoAttributes%3CB%3E"],[60018,"impl-WithSvg%3CBuilder%3E"],[60019,"impl-SvgPathBuilder-for-WithSvg%3CBuilder%3E"],[60020,"impl-PathBuilder-for-NoAttributes%3CB%3E"],[60021,"impl-NoAttributes%3CB%3E"],[60185,"impl-Index%3CEndpointId%3E-for-CommandsPathSlice%3C\'l,+Endpoint,+ControlPoint%3E"],[60186,"impl-Index%3CControlPointId%3E-for-CommandsPathSlice%3C\'l,+Endpoint,+ControlPoint%3E"],[60336,"impl-Add%3C%26Angle%3CT%3E%3E-for-Angle%3CT%3E"],[60337,"impl-Add-for-Angle%3CT%3E"],[60340,"impl-Segment-for-Arc%3CS%3E"],[60341,"impl-Arc%3CS%3E"],[60342,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60343,"impl-CubicBezierSegment%3CS%3E"],[60344,"impl-LineSegment%3CS%3E"],[60345,"impl-Segment-for-LineSegment%3CS%3E"],[60346,"impl-QuadraticBezierSegment%3CS%3E"],[60347,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60353,"impl-Arc%3CS%3E"],[60354,"impl-Segment-for-Arc%3CS%3E"],[60355,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60356,"impl-CubicBezierSegment%3CS%3E"],[60403,"impl-Arc%3CS%3E"],[60404,"impl-Segment-for-Arc%3CS%3E"],[60405,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60406,"impl-CubicBezierSegment%3CS%3E"],[60407,"impl-Segment-for-LineSegment%3CS%3E"],[60408,"impl-LineSegment%3CS%3E"],[60409,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60410,"impl-QuadraticBezierSegment%3CS%3E"],[60521,"impl-CubicBezierSegment%3CS%3E"],[60522,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60524,"impl-QuadraticBezierSegment%3CS%3E"],[60525,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60530,"impl-Div%3CT%3E-for-Angle%3CT%3E"],[60531,"impl-Div-for-Angle%3CT%3E"],[60546,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60547,"impl-CubicBezierSegment%3CS%3E"],[60549,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60550,"impl-QuadraticBezierSegment%3CS%3E"],[60552,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60553,"impl-CubicBezierSegment%3CS%3E"],[60555,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60556,"impl-QuadraticBezierSegment%3CS%3E"],[60592,"impl-Arc%3CS%3E"],[60593,"impl-Segment-for-Arc%3CS%3E"],[60594,"impl-CubicBezierSegment%3CS%3E"],[60595,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60596,"impl-LineSegment%3CS%3E"],[60597,"impl-Segment-for-LineSegment%3CS%3E"],[60598,"impl-QuadraticBezierSegment%3CS%3E"],[60599,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60616,"impl-Arc%3CS%3E"],[60617,"impl-Segment-for-Arc%3CS%3E"],[60619,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60620,"impl-CubicBezierSegment%3CS%3E"],[60622,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60623,"impl-QuadraticBezierSegment%3CS%3E"],[60651,"impl-Segment-for-Arc%3CS%3E"],[60652,"impl-From%3CSvgArc%3CS%3E%3E-for-Arc%3CS%3E"],[60653,"impl-Arc%3CS%3E"],[60656,"impl-CubicBezierSegment%3CS%3E"],[60657,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60659,"impl-LineSegment%3CS%3E"],[60661,"impl-Segment-for-LineSegment%3CS%3E"],[60665,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60666,"impl-QuadraticBezierSegment%3CS%3E"],[60860,"impl-Segment-for-Arc%3CS%3E"],[60861,"impl-Arc%3CS%3E"],[60862,"impl-CubicBezierSegment%3CS%3E"],[60863,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60864,"impl-LineSegment%3CS%3E"],[60865,"impl-Segment-for-LineSegment%3CS%3E"],[60866,"impl-QuadraticBezierSegment%3CS%3E"],[60867,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60884,"impl-Arc%3CS%3E"],[60885,"impl-Segment-for-Arc%3CS%3E"],[60886,"impl-CubicBezierSegment%3CS%3E"],[60887,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60888,"impl-LineSegment%3CS%3E"],[60889,"impl-Segment-for-LineSegment%3CS%3E"],[60890,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60891,"impl-QuadraticBezierSegment%3CS%3E"],[60894,"impl-Segment-for-Arc%3CS%3E"],[60895,"impl-Arc%3CS%3E"],[60896,"impl-CubicBezierSegment%3CS%3E"],[60897,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60898,"impl-LineSegment%3CS%3E"],[60899,"impl-Segment-for-LineSegment%3CS%3E"],[60900,"impl-QuadraticBezierSegment%3CS%3E"],[60901,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[60909,"impl-Sum-for-Angle%3CT%3E"],[60910,"impl-Sum%3C%26Angle%3CT%3E%3E-for-Angle%3CT%3E"],[60915,"impl-Segment-for-Arc%3CS%3E"],[60916,"impl-Arc%3CS%3E"],[60917,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[60918,"impl-CubicBezierSegment%3CS%3E"],[60919,"impl-LineSegment%3CS%3E"],[60920,"impl-Segment-for-LineSegment%3CS%3E"],[60921,"impl-QuadraticBezierSegment%3CS%3E"],[60922,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[61033,"impl-Segment-for-Arc%3CS%3E"],[61034,"impl-Arc%3CS%3E"],[61035,"impl-CubicBezierSegment%3CS%3E"],[61036,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[61037,"impl-Segment-for-LineSegment%3CS%3E"],[61038,"impl-LineSegment%3CS%3E"],[61039,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[61040,"impl-QuadraticBezierSegment%3CS%3E"],[61051,"impl-Arc%3CS%3E"],[61052,"impl-Segment-for-Arc%3CS%3E"],[61053,"impl-CubicBezierSegment%3CS%3E"],[61054,"impl-Segment-for-CubicBezierSegment%3CS%3E"],[61055,"impl-Segment-for-LineSegment%3CS%3E"],[61056,"impl-LineSegment%3CS%3E"],[61057,"impl-QuadraticBezierSegment%3CS%3E"],[61058,"impl-Segment-for-QuadraticBezierSegment%3CS%3E"],[61228,"impl-PartialEq%3C%5BT%5D%3E-for-ArrayVec%3CT,+CAP%3E"],[61229,"impl-PartialEq-for-ArrayVec%3CT,+CAP%3E"],[61230,"impl-PartialEq%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61231,"impl-PartialEq-for-ArrayString%3CCAP%3E"],[61246,"impl-Debug-for-ArrayString%3CCAP%3E"],[61247,"impl-Display-for-ArrayString%3CCAP%3E"],[61248,"impl-Debug-for-CapacityError%3CT%3E"],[61249,"impl-Display-for-CapacityError%3CT%3E"],[61271,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61272,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61274,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61275,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61326,"impl-IntoIterator-for-%26mut+ArrayVec%3CT,+CAP%3E"],[61327,"impl-IntoIterator-for-ArrayVec%3CT,+CAP%3E"],[61328,"impl-IntoIterator-for-%26ArrayVec%3CT,+CAP%3E"],[61341,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61342,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61346,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61347,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61366,"impl-PartialOrd%3Cstr%3E-for-ArrayString%3CCAP%3E"],[61367,"impl-PartialOrd-for-ArrayString%3CCAP%3E"],[61411,"impl-TryFrom%3CArguments%3C\'a%3E%3E-for-ArrayString%3CCAP%3E"],[61412,"impl-TryFrom%3C%26str%3E-for-ArrayString%3CCAP%3E"],[61589,"impl-Add-for-Length%3CT,+U%3E"],[61590,"impl-Add%3C%26Length%3CT,+U%3E%3E-for-Length%3CT,+U%3E"],[61591,"impl-Add%3CVector2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[61592,"impl-Add%3CSize2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[61593,"impl-Add%3CVector3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[61594,"impl-Add%3CSize3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[61597,"impl-Add-for-Size2D%3CT,+U%3E"],[61598,"impl-Add%3C%26Size2D%3CT,+U%3E%3E-for-Size2D%3CT,+U%3E"],[61599,"impl-Add-for-Size3D%3CT,+U%3E"],[61600,"impl-Add%3C%26Size3D%3CT,+U%3E%3E-for-Size3D%3CT,+U%3E"],[61603,"impl-Add-for-Vector2D%3CT,+U%3E"],[61604,"impl-Add%3C%26Vector2D%3CT,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[61605,"impl-Add-for-Vector3D%3CT,+U%3E"],[61606,"impl-Add%3C%26Vector3D%3CT,+U%3E%3E-for-Vector3D%3CT,+U%3E"],[61608,"impl-AddAssign%3CSize2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[61609,"impl-AddAssign%3CVector2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[61610,"impl-AddAssign%3CSize3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[61611,"impl-AddAssign%3CVector3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[61647,"impl-Transform2D%3CT,+Src,+Dst%3E"],[61648,"impl-ApproxEq%3CT%3E-for-Transform2D%3CT,+Src,+Dst%3E"],[61649,"impl-ApproxEq%3CT%3E-for-Transform3D%3CT,+Src,+Dst%3E"],[61650,"impl-Transform3D%3CT,+Src,+Dst%3E"],[61853,"impl-Ceil-for-Point2D%3CT,+U%3E"],[61854,"impl-Point2D%3CT,+U%3E"],[61855,"impl-Point3D%3CT,+U%3E"],[61856,"impl-Ceil-for-Point3D%3CT,+U%3E"],[61857,"impl-Size2D%3CT,+U%3E"],[61858,"impl-Ceil-for-Size2D%3CT,+U%3E"],[61859,"impl-Ceil-for-Size3D%3CT,+U%3E"],[61860,"impl-Size3D%3CT,+U%3E"],[61861,"impl-Vector2D%3CT,+U%3E"],[61862,"impl-Ceil-for-Vector2D%3CT,+U%3E"],[61863,"impl-Vector3D%3CT,+U%3E"],[61864,"impl-Ceil-for-Vector3D%3CT,+U%3E"],[62041,"impl-Div%3CT%3E-for-Box2D%3CT,+U%3E"],[62042,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Box2D%3CT,+U2%3E"],[62043,"impl-Div%3CT%3E-for-Box3D%3CT,+U%3E"],[62044,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Box3D%3CT,+U2%3E"],[62045,"impl-Div%3CT%3E-for-Length%3CT,+U%3E"],[62046,"impl-Div%3CLength%3CT,+Src%3E%3E-for-Length%3CT,+Dst%3E"],[62047,"impl-Div%3CScale%3CT,+Src,+Dst%3E%3E-for-Length%3CT,+Dst%3E"],[62048,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Point2D%3CT,+U2%3E"],[62049,"impl-Div%3CT%3E-for-Point2D%3CT,+U%3E"],[62050,"impl-Div%3CT%3E-for-Point3D%3CT,+U%3E"],[62051,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Point3D%3CT,+U2%3E"],[62052,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Rect%3CT,+U2%3E"],[62053,"impl-Div%3CT%3E-for-Rect%3CT,+U%3E"],[62054,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-SideOffsets2D%3CT,+U2%3E"],[62055,"impl-Div%3CT%3E-for-SideOffsets2D%3CT,+U%3E"],[62056,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Size2D%3CT,+U2%3E"],[62057,"impl-Div%3CT%3E-for-Size2D%3CT,+U%3E"],[62058,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Size3D%3CT,+U2%3E"],[62059,"impl-Div%3CT%3E-for-Size3D%3CT,+U%3E"],[62060,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Vector2D%3CT,+U2%3E"],[62061,"impl-Div%3CT%3E-for-Vector2D%3CT,+U%3E"],[62062,"impl-Div%3CScale%3CT,+U1,+U2%3E%3E-for-Vector3D%3CT,+U2%3E"],[62063,"impl-Div%3CT%3E-for-Vector3D%3CT,+U%3E"],[62064,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Box2D%3CT,+U%3E"],[62065,"impl-DivAssign%3CT%3E-for-Box2D%3CT,+U%3E"],[62066,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Box3D%3CT,+U%3E"],[62067,"impl-DivAssign%3CT%3E-for-Box3D%3CT,+U%3E"],[62069,"impl-DivAssign%3CT%3E-for-Point2D%3CT,+U%3E"],[62070,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62071,"impl-DivAssign%3CT%3E-for-Point3D%3CT,+U%3E"],[62072,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62073,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Rect%3CT,+U%3E"],[62074,"impl-DivAssign%3CT%3E-for-Rect%3CT,+U%3E"],[62075,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-SideOffsets2D%3CT,+U%3E"],[62076,"impl-DivAssign%3CT%3E-for-SideOffsets2D%3CT,+U%3E"],[62077,"impl-DivAssign%3CT%3E-for-Size2D%3CT,+U%3E"],[62078,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Size2D%3CT,+U%3E"],[62079,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Size3D%3CT,+U%3E"],[62080,"impl-DivAssign%3CT%3E-for-Size3D%3CT,+U%3E"],[62081,"impl-DivAssign%3CT%3E-for-Vector2D%3CT,+U%3E"],[62082,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[62083,"impl-DivAssign%3CT%3E-for-Vector3D%3CT,+U%3E"],[62084,"impl-DivAssign%3CScale%3CT,+U,+U%3E%3E-for-Vector3D%3CT,+U%3E"],[62212,"impl-Point2D%3CT,+U%3E"],[62213,"impl-Floor-for-Point2D%3CT,+U%3E"],[62214,"impl-Point3D%3CT,+U%3E"],[62215,"impl-Floor-for-Point3D%3CT,+U%3E"],[62216,"impl-Floor-for-Size2D%3CT,+U%3E"],[62217,"impl-Size2D%3CT,+U%3E"],[62218,"impl-Size3D%3CT,+U%3E"],[62219,"impl-Floor-for-Size3D%3CT,+U%3E"],[62220,"impl-Floor-for-Vector2D%3CT,+U%3E"],[62221,"impl-Vector2D%3CT,+U%3E"],[62222,"impl-Vector3D%3CT,+U%3E"],[62223,"impl-Floor-for-Vector3D%3CT,+U%3E"],[62250,"impl-From%3CVector3D%3CT,+U%3E%3E-for-HomogeneousVector%3CT,+U%3E"],[62251,"impl-From%3CVector2D%3CT,+U%3E%3E-for-HomogeneousVector%3CT,+U%3E"],[62253,"impl-From%3CPoint2D%3CT,+U%3E%3E-for-HomogeneousVector%3CT,+U%3E"],[62254,"impl-From%3CPoint3D%3CT,+U%3E%3E-for-HomogeneousVector%3CT,+U%3E"],[62256,"impl-From%3C(T,+T)%3E-for-Point2D%3CT,+U%3E"],[62258,"impl-From%3C%5BT;+2%5D%3E-for-Point2D%3CT,+U%3E"],[62260,"impl-From%3C%5BT;+3%5D%3E-for-Point3D%3CT,+U%3E"],[62261,"impl-From%3C(T,+T,+T)%3E-for-Point3D%3CT,+U%3E"],[62265,"impl-From%3CRotation3D%3CT,+Src,+Dst%3E%3E-for-RigidTransform3D%3CT,+Src,+Dst%3E"],[62266,"impl-From%3CVector3D%3CT,+Dst%3E%3E-for-RigidTransform3D%3CT,+Src,+Dst%3E"],[62272,"impl-From%3C(T,+T)%3E-for-Size2D%3CT,+U%3E"],[62273,"impl-From%3CVector2D%3CT,+U%3E%3E-for-Size2D%3CT,+U%3E"],[62274,"impl-From%3C%5BT;+2%5D%3E-for-Size2D%3CT,+U%3E"],[62276,"impl-From%3C(T,+T,+T)%3E-for-Size3D%3CT,+U%3E"],[62277,"impl-From%3CVector3D%3CT,+U%3E%3E-for-Size3D%3CT,+U%3E"],[62278,"impl-From%3C%5BT;+3%5D%3E-for-Size3D%3CT,+U%3E"],[62284,"impl-From%3CSize2D%3CT,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[62285,"impl-From%3CTranslation2D%3CT,+Src,+Dst%3E%3E-for-Vector2D%3CT,+Src%3E"],[62286,"impl-From%3C(T,+T)%3E-for-Vector2D%3CT,+U%3E"],[62287,"impl-From%3C%5BT;+2%5D%3E-for-Vector2D%3CT,+U%3E"],[62289,"impl-From%3CTranslation3D%3CT,+Src,+Dst%3E%3E-for-Vector3D%3CT,+Src%3E"],[62290,"impl-From%3C(T,+T,+T)%3E-for-Vector3D%3CT,+U%3E"],[62291,"impl-From%3C%5BT;+3%5D%3E-for-Vector3D%3CT,+U%3E"],[62782,"impl-Mul%3CT%3E-for-Box2D%3CT,+U%3E"],[62783,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Box2D%3CT,+U1%3E"],[62784,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Box3D%3CT,+U1%3E"],[62785,"impl-Mul%3CT%3E-for-Box3D%3CT,+U%3E"],[62786,"impl-Mul%3CT%3E-for-Length%3CT,+U%3E"],[62787,"impl-Mul%3CScale%3CT,+Src,+Dst%3E%3E-for-Length%3CT,+Src%3E"],[62788,"impl-Mul%3CT%3E-for-Point2D%3CT,+U%3E"],[62789,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Point2D%3CT,+U1%3E"],[62790,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Point3D%3CT,+U1%3E"],[62791,"impl-Mul%3CT%3E-for-Point3D%3CT,+U%3E"],[62792,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Rect%3CT,+U1%3E"],[62793,"impl-Mul%3CT%3E-for-Rect%3CT,+U%3E"],[62795,"impl-Mul%3CT%3E-for-SideOffsets2D%3CT,+U%3E"],[62796,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-SideOffsets2D%3CT,+U1%3E"],[62797,"impl-Mul%3CT%3E-for-Size2D%3CT,+U%3E"],[62798,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Size2D%3CT,+U1%3E"],[62799,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Size3D%3CT,+U1%3E"],[62800,"impl-Mul%3CT%3E-for-Size3D%3CT,+U%3E"],[62801,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Vector2D%3CT,+U1%3E"],[62802,"impl-Mul%3CT%3E-for-Vector2D%3CT,+U%3E"],[62803,"impl-Mul%3CScale%3CT,+U1,+U2%3E%3E-for-Vector3D%3CT,+U1%3E"],[62804,"impl-Mul%3CT%3E-for-Vector3D%3CT,+U%3E"],[62805,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Box2D%3CT,+U%3E"],[62806,"impl-MulAssign%3CT%3E-for-Box2D%3CT,+U%3E"],[62807,"impl-MulAssign%3CT%3E-for-Box3D%3CT,+U%3E"],[62808,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Box3D%3CT,+U%3E"],[62810,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62811,"impl-MulAssign%3CT%3E-for-Point2D%3CT,+U%3E"],[62812,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62813,"impl-MulAssign%3CT%3E-for-Point3D%3CT,+U%3E"],[62814,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Rect%3CT,+U%3E"],[62815,"impl-MulAssign%3CT%3E-for-Rect%3CT,+U%3E"],[62816,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-SideOffsets2D%3CT,+U%3E"],[62817,"impl-MulAssign%3CT%3E-for-SideOffsets2D%3CT,+U%3E"],[62818,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Size2D%3CT,+U%3E"],[62819,"impl-MulAssign%3CT%3E-for-Size2D%3CT,+U%3E"],[62820,"impl-MulAssign%3CT%3E-for-Size3D%3CT,+U%3E"],[62821,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Size3D%3CT,+U%3E"],[62822,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[62823,"impl-MulAssign%3CT%3E-for-Vector2D%3CT,+U%3E"],[62824,"impl-MulAssign%3CScale%3CT,+U,+U%3E%3E-for-Vector3D%3CT,+U%3E"],[62825,"impl-MulAssign%3CT%3E-for-Vector3D%3CT,+U%3E"],[62920,"impl-Point2D%3CT,+U%3E"],[62921,"impl-Round-for-Point2D%3CT,+U%3E"],[62922,"impl-Point3D%3CT,+U%3E"],[62923,"impl-Round-for-Point3D%3CT,+U%3E"],[62925,"impl-Size2D%3CT,+U%3E"],[62926,"impl-Round-for-Size2D%3CT,+U%3E"],[62927,"impl-Size3D%3CT,+U%3E"],[62928,"impl-Round-for-Size3D%3CT,+U%3E"],[62929,"impl-Round-for-Vector2D%3CT,+U%3E"],[62930,"impl-Vector2D%3CT,+U%3E"],[62931,"impl-Round-for-Vector3D%3CT,+U%3E"],[62932,"impl-Vector3D%3CT,+U%3E"],[62973,"impl-Sub%3CVector2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62974,"impl-Sub-for-Point2D%3CT,+U%3E"],[62975,"impl-Sub%3CSize2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62976,"impl-Sub%3CVector3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62977,"impl-Sub-for-Point3D%3CT,+U%3E"],[62978,"impl-Sub%3CSize3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62988,"impl-SubAssign%3CSize2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62989,"impl-SubAssign%3CVector2D%3CT,+U%3E%3E-for-Point2D%3CT,+U%3E"],[62990,"impl-SubAssign%3CSize3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62991,"impl-SubAssign%3CVector3D%3CT,+U%3E%3E-for-Point3D%3CT,+U%3E"],[62999,"impl-Sum-for-Length%3CT,+U%3E"],[63000,"impl-Sum%3C%26Length%3CT,+U%3E%3E-for-Length%3CT,+U%3E"],[63001,"impl-Sum%3C%26Size2D%3CT,+U%3E%3E-for-Size2D%3CT,+U%3E"],[63002,"impl-Sum-for-Size2D%3CT,+U%3E"],[63003,"impl-Sum%3C%26Size3D%3CT,+U%3E%3E-for-Size3D%3CT,+U%3E"],[63004,"impl-Sum-for-Size3D%3CT,+U%3E"],[63005,"impl-Sum-for-Vector2D%3CT,+U%3E"],[63006,"impl-Sum%3C%26Vector2D%3CT,+U%3E%3E-for-Vector2D%3CT,+U%3E"],[63007,"impl-Sum%3C%26Vector3D%3CT,+U%3E%3E-for-Vector3D%3CT,+U%3E"],[63008,"impl-Sum-for-Vector3D%3CT,+U%3E"],[63191,"impl-Rotation2D%3CT,+Src,+Dst%3E"],[63192,"impl-Transformation%3CS%3E-for-Rotation2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63193,"impl-Transformation%3CS%3E-for-Scale%3CS,+UnknownUnit,+UnknownUnit%3E"],[63194,"impl-Scale%3CT,+Src,+Dst%3E"],[63195,"impl-Translation2D%3CT,+Src,+Dst%3E"],[63196,"impl-Transformation%3CS%3E-for-Translation2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63197,"impl-Transformation%3CS%3E-for-Transform2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63198,"impl-Transform2D%3CT,+Src,+Dst%3E"],[63214,"impl-Rotation2D%3CT,+Src,+Dst%3E"],[63215,"impl-Transformation%3CS%3E-for-Rotation2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63216,"impl-Transformation%3CS%3E-for-Scale%3CS,+UnknownUnit,+UnknownUnit%3E"],[63217,"impl-Scale%3CT,+Src,+Dst%3E"],[63219,"impl-Transform2D%3CT,+Src,+Dst%3E"],[63220,"impl-Transformation%3CS%3E-for-Transform2D%3CS,+UnknownUnit,+UnknownUnit%3E"],[63481,"impl-Point2D%3CT,+U%3E"],[63482,"impl-Zero-for-Point2D%3CT,+U%3E"],[63483,"impl-Zero-for-Point3D%3CT,+U%3E"],[63484,"impl-Point3D%3CT,+U%3E"],[63487,"impl-Zero-for-Size2D%3CT,+U%3E"],[63488,"impl-Size2D%3CT,+U%3E"],[63489,"impl-Size3D%3CT,+U%3E"],[63490,"impl-Zero-for-Size3D%3CT,+U%3E"],[63491,"impl-Zero-for-Vector2D%3CT,+U%3E"],[63492,"impl-Vector2D%3CT,+U%3E"],[63493,"impl-Zero-for-Vector3D%3CT,+U%3E"],[63494,"impl-Vector3D%3CT,+U%3E"],[63943,"impl-PathBuilder-for-Builder%3C\'l%3E"],[63944,"impl-Builder%3C\'l%3E"],[63945,"impl-BuilderWithAttributes%3C\'l%3E"],[63946,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[63953,"impl-Build-for-Builder%3C\'l%3E"],[63954,"impl-Builder%3C\'l%3E"],[63955,"impl-Build-for-BuilderWithAttributes%3C\'l%3E"],[63956,"impl-BuilderWithAttributes%3C\'l%3E"],[63965,"impl-Builder%3C\'l%3E"],[63966,"impl-PathBuilder-for-Builder%3C\'l%3E"],[63967,"impl-BuilderWithAttributes%3C\'l%3E"],[63968,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[63978,"impl-PathBuilder-for-Builder%3C\'l%3E"],[63979,"impl-Builder%3C\'l%3E"],[63980,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[63981,"impl-BuilderWithAttributes%3C\'l%3E"],[64022,"impl-PathBuilder-for-Builder%3C\'l%3E"],[64023,"impl-Builder%3C\'l%3E"],[64024,"impl-BuilderWithAttributes%3C\'l%3E"],[64025,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[64031,"impl-Builder%3C\'l%3E"],[64032,"impl-PathBuilder-for-Builder%3C\'l%3E"],[64033,"impl-BuilderWithAttributes%3C\'l%3E"],[64034,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[64035,"impl-Builder%3C\'l%3E"],[64036,"impl-PathBuilder-for-Builder%3C\'l%3E"],[64037,"impl-BuilderWithAttributes%3C\'l%3E"],[64038,"impl-PathBuilder-for-BuilderWithAttributes%3C\'l%3E"],[64849,"impl-GenericImageView-for-ImageBuffer%3CP,+Container%3E"],[64850,"impl-ImageBuffer%3CP,+Container%3E"],[64928,"impl-Debug-for-ImageError"],[64929,"impl-Display-for-ImageError"],[64945,"impl-From%3CError%3E-for-ImageError"],[64947,"impl-From%3CDecoderError%3E-for-ImageError"],[64948,"impl-From%3CDecoderError%3E-for-ImageError"],[64949,"impl-From%3CDecoderError%3E-for-ImageError"],[64950,"impl-From%3CEncoderError%3E-for-ImageError"],[64951,"impl-From%3CDecoderError%3E-for-ImageError"],[64952,"impl-From%3CError%3E-for-ImageError"],[64953,"impl-From%3CDecoderError%3E-for-ImageError"],[64954,"impl-From%3CDecoderError%3E-for-ImageError"],[64955,"impl-From%3CDecoderError%3E-for-ImageError"],[64956,"impl-From%3CDecoderError%3E-for-ImageError"],[64957,"impl-From%3CDecoderError%3E-for-ImageError"],[64961,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CLumaA%3Cu16%3E,+Vec%3Cu16%3E%3E"],[64963,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgba%3Cf32%3E,+Vec%3Cf32%3E%3E"],[64964,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CLumaA%3Cu8%3E,+Vec%3Cu8%3E%3E"],[64965,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CLuma%3Cu16%3E,+Vec%3Cu16%3E%3E"],[64966,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgb%3Cu16%3E,+Vec%3Cu16%3E%3E"],[64967,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgb%3Cu8%3E,+Vec%3Cu8%3E%3E"],[64968,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CLuma%3Cu8%3E,+Vec%3Cu8%3E%3E"],[64969,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgba%3Cu8%3E,+Vec%3Cu8%3E%3E"],[64970,"impl-From%3CDynamicImage%3E-for-ImageBuffer%3CRgba%3Cu16%3E,+Vec%3Cu16%3E%3E"],[64982,"impl-From%3CImageBuffer%3CRgb%3Cu8%3E,+Vec%3Cu8%3E%3E%3E-for-DynamicImage"],[64983,"impl-From%3CImageBuffer%3CRgb%3Cu16%3E,+Vec%3Cu16%3E%3E%3E-for-DynamicImage"],[64985,"impl-From%3CImageBuffer%3CLuma%3Cu16%3E,+Vec%3Cu16%3E%3E%3E-for-DynamicImage"],[64986,"impl-From%3CImageBuffer%3CLumaA%3Cf32%3E,+Vec%3Cf32%3E%3E%3E-for-DynamicImage"],[64987,"impl-From%3CImageBuffer%3CRgb%3Cf32%3E,+Vec%3Cf32%3E%3E%3E-for-DynamicImage"],[64988,"impl-From%3CImageBuffer%3CLumaA%3Cu8%3E,+Vec%3Cu8%3E%3E%3E-for-DynamicImage"],[64989,"impl-From%3CImageBuffer%3CLuma%3Cf32%3E,+Vec%3Cf32%3E%3E%3E-for-DynamicImage"],[64990,"impl-From%3CImageBuffer%3CRgba%3Cu8%3E,+Vec%3Cu8%3E%3E%3E-for-DynamicImage"],[64991,"impl-From%3CImageBuffer%3CLuma%3Cu8%3E,+Vec%3Cu8%3E%3E%3E-for-DynamicImage"],[64992,"impl-From%3CImageBuffer%3CRgba%3Cf32%3E,+Vec%3Cf32%3E%3E%3E-for-DynamicImage"],[64993,"impl-From%3CImageBuffer%3CRgba%3Cu16%3E,+Vec%3Cu16%3E%3E%3E-for-DynamicImage"],[64994,"impl-From%3CImageBuffer%3CLumaA%3Cu16%3E,+Vec%3Cu16%3E%3E%3E-for-DynamicImage"],[65066,"impl-ImageBuffer%3CP,+Container%3E"],[65067,"impl-GenericImageView-for-ImageBuffer%3CP,+Container%3E"],[65071,"impl-GenericImage-for-ImageBuffer%3CP,+Container%3E"],[65072,"impl-ImageBuffer%3CP,+Container%3E"],[65101,"impl-FlatSamples%3CBuffer%3E"],[65102,"impl-Index%3C(u8,+u32,+u32)%3E-for-FlatSamples%3CBuffer%3E"],[65372,"impl-ImageBuffer%3CP,+Container%3E"],[65373,"impl-GenericImage-for-ImageBuffer%3CP,+Container%3E"],[67792,"impl-From%3CPixmapHeader%3E-for-PnmHeader"],[67793,"impl-From%3CGraymapHeader%3E-for-PnmHeader"],[67794,"impl-From%3CBitmapHeader%3E-for-PnmHeader"],[67795,"impl-From%3CArbitraryHeader%3E-for-PnmHeader"],[68700,"impl-Debug-for-UnsupportedError"],[68701,"impl-Display-for-UnsupportedError"],[68703,"impl-Display-for-EncodingError"],[68704,"impl-Debug-for-EncodingError"],[68705,"impl-Debug-for-ParameterError"],[68706,"impl-Display-for-ParameterError"],[68708,"impl-Debug-for-DecodingError"],[68709,"impl-Display-for-DecodingError"],[68710,"impl-Debug-for-LimitError"],[68711,"impl-Display-for-LimitError"],[68713,"impl-Display-for-ImageFormatHint"],[68714,"impl-Debug-for-ImageFormatHint"],[68727,"impl-From%3CImageFormat%3E-for-ImageFormatHint"],[68729,"impl-From%3C%26Path%3E-for-ImageFormatHint"],[69050,"impl-Display-for-Error"],[69051,"impl-Debug-for-Error"],[70470,"impl-CacheKeyFlags"],[70471,"impl-Flags-for-CacheKeyFlags"],[70947,"impl-BorrowedWithFontSystem%3C\'font_system,+Editor%3C\'buffer%3E%3E"],[70948,"impl-BorrowedWithFontSystem%3C\'a,+Buffer%3E"],[71123,"impl-Display-for-Metrics"],[71124,"impl-Debug-for-Metrics"],[71128,"impl-Octal-for-CacheKeyFlags"],[71129,"impl-LowerHex-for-CacheKeyFlags"],[71130,"impl-Debug-for-CacheKeyFlags"],[71131,"impl-UpperHex-for-CacheKeyFlags"],[71132,"impl-Binary-for-CacheKeyFlags"],[71151,"impl-Debug-for-Wrap"],[71152,"impl-Display-for-Wrap"],[71153,"impl-Debug-for-Align"],[71154,"impl-Display-for-Align"],[71203,"impl-From%3CArc%3CBuffer%3E%3E-for-BufferRef%3C\'buffer%3E"],[71204,"impl-From%3C%26mut+Buffer%3E-for-BufferRef%3C\'buffer%3E"],[71205,"impl-From%3CBuffer%3E-for-BufferRef%3C\'buffer%3E"],[71284,"impl-Flags-for-CacheKeyFlags"],[71285,"impl-CacheKeyFlags"],[72959,"impl-Display-for-ID"],[72960,"impl-Debug-for-ID"],[73301,"impl-BufferFlags"],[73302,"impl-Flags-for-BufferFlags"],[73303,"impl-Flags-for-SerializeFlags"],[73304,"impl-SerializeFlags"],[73493,"impl-LowerHex-for-BufferFlags"],[73494,"impl-UpperHex-for-BufferFlags"],[73495,"impl-Debug-for-BufferFlags"],[73496,"impl-Binary-for-BufferFlags"],[73497,"impl-Octal-for-BufferFlags"],[73498,"impl-UpperHex-for-SerializeFlags"],[73499,"impl-Octal-for-SerializeFlags"],[73500,"impl-LowerHex-for-SerializeFlags"],[73501,"impl-Binary-for-SerializeFlags"],[73507,"impl-Debug-for-Tag"],[73508,"impl-Display-for-Tag"],[73541,"impl-BufferFlags"],[73542,"impl-Flags-for-BufferFlags"],[73543,"impl-SerializeFlags"],[73544,"impl-Flags-for-SerializeFlags"],[74787,"impl-Display-for-Language"],[74788,"impl-Debug-for-Language"],[74802,"impl-Display-for-FaceParsingError"],[74803,"impl-Debug-for-FaceParsingError"],[74816,"impl-From%3Ci16%3E-for-NormalizedCoordinate"],[74817,"impl-From%3Cf32%3E-for-NormalizedCoordinate"],[83741,"impl-Modifiers"],[83742,"impl-Flags-for-Modifiers"],[83811,"impl-Octal-for-Modifiers"],[83812,"impl-UpperHex-for-Modifiers"],[83813,"impl-Binary-for-Modifiers"],[83814,"impl-Debug-for-Modifiers"],[83815,"impl-LowerHex-for-Modifiers"],[83825,"impl-Flags-for-Modifiers"],[83826,"impl-Modifiers"],[84362,"impl-Debug-for-CropError"],[84363,"impl-Display-for-CropError"],[84397,"impl-StyleSheet-for-Theme"],[84398,"impl-StyleSheet-for-Theme"],[84399,"impl-StyleSheet-for-Theme"],[84400,"impl-StyleSheet-for-Theme"],[84401,"impl-StyleSheet-for-Theme"],[84402,"impl-StyleSheet-for-Theme"],[84403,"impl-StyleSheet-for-Theme"],[84404,"impl-StyleSheet-for-Theme"],[84405,"impl-StyleSheet-for-Theme"],[84408,"impl-StyleSheet-for-Theme"],[84409,"impl-StyleSheet-for-Theme"],[84410,"impl-StyleSheet-for-Theme"],[84411,"impl-StyleSheet-for-Theme"],[84412,"impl-StyleSheet-for-Theme"],[84413,"impl-StyleSheet-for-Theme"],[84414,"impl-StyleSheet-for-Theme"],[84434,"impl-StyleSheet-for-Theme"],[84435,"impl-StyleSheet-for-Theme"],[84436,"impl-StyleSheet-for-Theme"],[84437,"impl-StyleSheet-for-Theme"],[84438,"impl-StyleSheet-for-Theme"],[84439,"impl-StyleSheet-for-Theme"],[84440,"impl-StyleSheet-for-Theme"],[84445,"impl-Debug-for-Theme"],[84446,"impl-Display-for-Theme"],[84447,"impl-StyleSheet-for-Theme"],[84448,"impl-StyleSheet-for-Theme"],[84452,"impl-StyleSheet-for-Theme"],[84453,"impl-StyleSheet-for-Theme"],[84454,"impl-StyleSheet-for-Theme"],[84455,"impl-StyleSheet-for-Theme"],[84456,"impl-StyleSheet-for-Theme"],[84457,"impl-StyleSheet-for-Theme"],[84458,"impl-StyleSheet-for-Theme"],[84459,"impl-StyleSheet-for-Theme"],[84460,"impl-StyleSheet-for-Theme"],[84461,"impl-StyleSheet-for-Theme"],[84480,"impl-StyleSheet-for-Theme"],[84481,"impl-StyleSheet-for-Theme"],[84487,"impl-StyleSheet-for-Theme"],[84488,"impl-StyleSheet-for-Theme"],[84505,"impl-StyleSheet-for-Theme"],[84506,"impl-StyleSheet-for-Theme"],[85856,"impl-Debug-for-Custom"],[85857,"impl-Display-for-Custom"],[85864,"impl-From%3CT%3E-for-Container"],[85866,"impl-From%3CAppearance%3E-for-Container"],[86741,"impl-From%3C%5BX;+2%5D%3E-for-LogicalPosition%3CP%3E"],[86742,"impl-From%3C(X,+X)%3E-for-LogicalPosition%3CP%3E"],[86743,"impl-From%3C%5BX;+2%5D%3E-for-PhysicalPosition%3CP%3E"],[86745,"impl-From%3C(X,+X)%3E-for-PhysicalPosition%3CP%3E"],[86747,"impl-From%3C(X,+X)%3E-for-LogicalSize%3CP%3E"],[86748,"impl-From%3C%5BX;+2%5D%3E-for-LogicalSize%3CP%3E"],[86750,"impl-From%3C%5BX;+2%5D%3E-for-PhysicalSize%3CP%3E"],[86751,"impl-From%3C(X,+X)%3E-for-PhysicalSize%3CP%3E"],[86753,"impl-From%3CLogicalSize%3CP%3E%3E-for-Size"],[86754,"impl-From%3CPhysicalSize%3CP%3E%3E-for-Size"],[86755,"impl-From%3CLogicalPosition%3CP%3E%3E-for-Position"],[86757,"impl-From%3CPhysicalPosition%3CP%3E%3E-for-Position"],[86976,"impl-Debug-for-ExternalError"],[86977,"impl-Display-for-ExternalError"],[86978,"impl-Debug-for-NotSupportedError"],[86979,"impl-Display-for-NotSupportedError"],[86980,"impl-Debug-for-OsError"],[86981,"impl-Display-for-OsError"],[86982,"impl-Debug-for-EventLoopError"],[86983,"impl-Display-for-EventLoopError"],[88110,"impl-Display-for-EventLoopClosed%3CT%3E"],[88111,"impl-Debug-for-EventLoopClosed%3CT%3E"],[88297,"impl-EventLoopBuilderExtWayland-for-EventLoopBuilder%3CT%3E"],[88298,"impl-EventLoopBuilderExtX11-for-EventLoopBuilder%3CT%3E"],[88899,"impl-ModifiersState"],[88900,"impl-Flags-for-ModifiersState"],[89019,"impl-PartialEq%3CString%3E-for-SmolStr"],[89020,"impl-PartialEq%3C%26str%3E-for-SmolStr"],[89021,"impl-PartialEq-for-SmolStr"],[89022,"impl-PartialEq%3Cstr%3E-for-SmolStr"],[89023,"impl-PartialEq%3C%26String%3E-for-SmolStr"],[89024,"impl-PartialEq-for-NativeKeyCode"],[89025,"impl-PartialEq%3CNativeKey%3E-for-NativeKeyCode"],[89026,"impl-PartialEq%3CPhysicalKey%3E-for-NativeKeyCode"],[89027,"impl-PartialEq%3CKey%3CStr%3E%3E-for-NativeKey"],[89028,"impl-PartialEq-for-NativeKey"],[89029,"impl-PartialEq%3CNativeKeyCode%3E-for-NativeKey"],[89030,"impl-PartialEq%3CNativeKeyCode%3E-for-PhysicalKey"],[89031,"impl-PartialEq%3CKeyCode%3E-for-PhysicalKey"],[89032,"impl-PartialEq-for-PhysicalKey"],[89033,"impl-PartialEq%3CPhysicalKey%3E-for-KeyCode"],[89034,"impl-PartialEq-for-KeyCode"],[89036,"impl-PartialEq-for-Key%3CStr%3E"],[89037,"impl-PartialEq%3CNamedKey%3E-for-Key%3CStr%3E"],[89038,"impl-PartialEq%3C%26str%3E-for-Key%3CStr%3E"],[89039,"impl-PartialEq%3Cstr%3E-for-Key%3CStr%3E"],[89040,"impl-PartialEq%3CNativeKey%3E-for-Key%3CStr%3E"],[89075,"impl-Debug-for-SmolStr"],[89076,"impl-Display-for-SmolStr"],[89084,"impl-UpperHex-for-ModifiersState"],[89085,"impl-Octal-for-ModifiersState"],[89086,"impl-LowerHex-for-ModifiersState"],[89087,"impl-Binary-for-ModifiersState"],[89088,"impl-Debug-for-ModifiersState"],[89090,"impl-From%3C%26mut+str%3E-for-SmolStr"],[89091,"impl-From%3CBox%3Cstr%3E%3E-for-SmolStr"],[89092,"impl-From%3CCow%3C\'a,+str%3E%3E-for-SmolStr"],[89093,"impl-From%3C%26String%3E-for-SmolStr"],[89094,"impl-From%3C%26str%3E-for-SmolStr"],[89096,"impl-From%3CString%3E-for-SmolStr"],[89097,"impl-From%3CArc%3Cstr%3E%3E-for-SmolStr"],[89101,"impl-From%3CNativeKeyCode%3E-for-PhysicalKey"],[89103,"impl-From%3CKeyCode%3E-for-PhysicalKey"],[89106,"impl-From%3CNamedKey%3E-for-Key"],[89108,"impl-From%3CNativeKey%3E-for-Key"],[89124,"impl-Flags-for-ModifiersState"],[89125,"impl-ModifiersState"],[89127,"impl-FromIterator%3CString%3E-for-SmolStr"],[89128,"impl-FromIterator%3Cchar%3E-for-SmolStr"],[89129,"impl-FromIterator%3C%26String%3E-for-SmolStr"],[89130,"impl-FromIterator%3C%26str%3E-for-SmolStr"],[89418,"impl-Debug-for-VideoMode"],[89419,"impl-Display-for-VideoMode"],[89450,"impl-MonitorHandleExtX11-for-MonitorHandle"],[89451,"impl-MonitorHandleExtWayland-for-MonitorHandle"],[89656,"impl-Display-for-XNotSupported"],[89657,"impl-Debug-for-XNotSupported"],[90447,"impl-Debug-for-HandleError"],[90448,"impl-Display-for-HandleError"],[90480,"impl-From%3CXlibWindowHandle%3E-for-RawWindowHandle"],[90481,"impl-From%3COrbitalWindowHandle%3E-for-RawWindowHandle"],[90482,"impl-From%3CWindowHandle%3C\'_%3E%3E-for-RawWindowHandle"],[90483,"impl-From%3CWebCanvasWindowHandle%3E-for-RawWindowHandle"],[90484,"impl-From%3CGbmWindowHandle%3E-for-RawWindowHandle"],[90485,"impl-From%3CAppKitWindowHandle%3E-for-RawWindowHandle"],[90487,"impl-From%3CUiKitWindowHandle%3E-for-RawWindowHandle"],[90488,"impl-From%3COhosNdkWindowHandle%3E-for-RawWindowHandle"],[90489,"impl-From%3CAndroidNdkWindowHandle%3E-for-RawWindowHandle"],[90490,"impl-From%3CWaylandWindowHandle%3E-for-RawWindowHandle"],[90491,"impl-From%3CXcbWindowHandle%3E-for-RawWindowHandle"],[90492,"impl-From%3CWebOffscreenCanvasWindowHandle%3E-for-RawWindowHandle"],[90493,"impl-From%3CWebWindowHandle%3E-for-RawWindowHandle"],[90494,"impl-From%3CHaikuWindowHandle%3E-for-RawWindowHandle"],[90495,"impl-From%3CWinRtWindowHandle%3E-for-RawWindowHandle"],[90496,"impl-From%3CDrmWindowHandle%3E-for-RawWindowHandle"],[90497,"impl-From%3CWin32WindowHandle%3E-for-RawWindowHandle"],[90498,"impl-From%3CUiKitDisplayHandle%3E-for-RawDisplayHandle"],[90499,"impl-From%3CWebDisplayHandle%3E-for-RawDisplayHandle"],[90500,"impl-From%3CHaikuDisplayHandle%3E-for-RawDisplayHandle"],[90501,"impl-From%3COhosDisplayHandle%3E-for-RawDisplayHandle"],[90502,"impl-From%3CDisplayHandle%3C\'_%3E%3E-for-RawDisplayHandle"],[90504,"impl-From%3CXlibDisplayHandle%3E-for-RawDisplayHandle"],[90505,"impl-From%3CXcbDisplayHandle%3E-for-RawDisplayHandle"],[90506,"impl-From%3CWaylandDisplayHandle%3E-for-RawDisplayHandle"],[90507,"impl-From%3CWindowsDisplayHandle%3E-for-RawDisplayHandle"],[90508,"impl-From%3CAppKitDisplayHandle%3E-for-RawDisplayHandle"],[90509,"impl-From%3CAndroidDisplayHandle%3E-for-RawDisplayHandle"],[90510,"impl-From%3CGbmDisplayHandle%3E-for-RawDisplayHandle"],[90511,"impl-From%3CDrmDisplayHandle%3E-for-RawDisplayHandle"],[90512,"impl-From%3COrbitalDisplayHandle%3E-for-RawDisplayHandle"],[91440,"impl-WindowButtons"],[91441,"impl-Flags-for-WindowButtons"],[91651,"impl-Display-for-CursorIcon"],[91652,"impl-Debug-for-CursorIcon"],[91653,"impl-Display-for-CursorIconParseError"],[91654,"impl-Debug-for-CursorIconParseError"],[91656,"impl-Debug-for-BadIcon"],[91657,"impl-Display-for-BadIcon"],[91666,"impl-Octal-for-WindowButtons"],[91667,"impl-LowerHex-for-WindowButtons"],[91668,"impl-Binary-for-WindowButtons"],[91669,"impl-UpperHex-for-WindowButtons"],[91670,"impl-Debug-for-WindowButtons"],[91711,"impl-Flags-for-WindowButtons"],[91712,"impl-WindowButtons"],[92133,"impl-WindowBuilderExtX11-for-WindowBuilder"],[92134,"impl-WindowBuilderExtWayland-for-WindowBuilder"],[94406,"impl-Button%3C\'a,+Message%3E"],[94407,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-Button%3C\'a,+Message%3E"],[94456,"impl-Builder%3C\'a,+Message,+Hyperlink%3E"],[94457,"impl-Builder%3C\'a,+Message,+Icon%3E"],[94458,"impl-Builder%3C\'a,+Message,+Text%3E"],[94459,"impl-Builder%3C\'a,+Message,+Image%3C\'a,+Handle,+Message%3E%3E"],[94481,"impl-Builder%3C\'a,+Message,+Icon%3E"],[94482,"impl-Builder%3C\'a,+Message,+Image%3C\'a,+Handle,+Message%3E%3E"],[94499,"impl-Builder%3C\'a,+Message,+Text%3E"],[94500,"impl-Builder%3C\'a,+Message,+Hyperlink%3E"],[94803,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-ContextDrawer%3C\'a,+Message%3E"],[94804,"impl-ContextDrawer%3C\'a,+Message%3E"],[95474,"impl-From%3C(u16,+u16)%3E-for-Assignment"],[95476,"impl-From%3C(u16,+u16,+u16,+u16)%3E-for-Assignment"],[96095,"impl-Debug-for-KeyBind"],[96096,"impl-Display-for-KeyBind"],[96457,"impl-RectangleTrackingContainer%3C\'a,+Message,+Renderer,+I%3E"],[96458,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-RectangleTrackingContainer%3C\'a,+Message,+Renderer,+I%3E"],[96576,"impl-Selectable-for-Model%3CMultiSelect%3E"],[96577,"impl-Selectable-for-Model%3CSingleSelect%3E"],[96578,"impl-Model%3CSelectionMode%3E"],[96580,"impl-Model%3CSingleSelect%3E"],[96581,"impl-Model%3CMultiSelect%3E"],[96741,"impl-Model%3CSingleSelect%3E"],[96742,"impl-Selectable-for-Model%3CMultiSelect%3E"],[96743,"impl-Model%3CMultiSelect%3E"],[96744,"impl-Selectable-for-Model%3CSingleSelect%3E"],[96986,"impl-Selectable-for-Model%3CSingleSelect%3E"],[96987,"impl-Model%3CSelectionMode%3E"],[96988,"impl-Selectable-for-Model%3CMultiSelect%3E"],[97129,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Vertical,+SelectionMode,+Message%3E"],[97130,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Horizontal,+SelectionMode,+Message%3E"],[97132,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Horizontal,+SelectionMode,+Message%3E"],[97133,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Vertical,+SelectionMode,+Message%3E"],[97135,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Vertical,+SelectionMode,+Message%3E"],[97136,"impl-SegmentedVariant-for-SegmentedButton%3C\'a,+Horizontal,+SelectionMode,+Message%3E"],[97283,"impl-Default-for-Model%3Cu32%3E"],[97284,"impl-Default-for-Model%3Cu8%3E"],[97285,"impl-Default-for-Model%3CGenericDecimal%3Cu64,+u8%3E%3E"],[97286,"impl-Default-for-Model%3Ci16%3E"],[97287,"impl-Default-for-Model%3Ci32%3E"],[97288,"impl-Default-for-Model%3Cisize%3E"],[97289,"impl-Default-for-Model%3Cu64%3E"],[97290,"impl-Default-for-Model%3Ci8%3E"],[97291,"impl-Default-for-Model%3Cu16%3E"],[97292,"impl-Default-for-Model%3Cusize%3E"],[97542,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message%3E"],[97543,"impl-TextInput%3C\'a,+Message%3E"],[97556,"impl-Focusable-for-State"],[97557,"impl-State"],[97619,"impl-State"],[97620,"impl-Focusable-for-State"],[97633,"impl-State"],[97634,"impl-TextInput-for-State"],[97636,"impl-TextInput-for-State"],[97637,"impl-State"],[97639,"impl-State"],[97640,"impl-TextInput-for-State"],[97659,"impl-State"],[97660,"impl-TextInput-for-State"],[97664,"impl-TextInput%3C\'a,+Message%3E"],[97665,"impl-Widget%3CMessage,+Theme,+Renderer%3E-for-TextInput%3C\'a,+Message%3E"],[97704,"impl-Focusable-for-State"],[97705,"impl-State"]],"a":{"c":[6544],"colordifference":[8616],"errno":[49505],"getlasterror":[49505],"gray":[9675],"grey":[9675],"h":[6755],"hsb":[1684,9125],"j":[6922],"linear":[1703,1704,1705,1706,9673,9674,10553,10554],"m":[6584],"q":[6515],"s":[6979],"square":[8648],"wcag":[1726],"xyy":[1757,11813]}}],\ ["cosmic_config",{"doc":"Integrations for cosmic-config — the cosmic …","t":"PFKKGFGKGPPPPPPPPPPFPTPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHHEONNNNNNNNNNNNNNNNNNNNNNNNNNMNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNM","n":["AtomicWrites","Config","ConfigGet","ConfigSet","ConfigState","ConfigTransaction","ConfigUpdate","CosmicConfigEntry","Error","Failed","Failed","GetKey","Init","InvalidName","Io","NoConfigDirectory","Notify","Ron","RonSpanned","Update","Update","VERSION","Waiting","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","adapt_into_using","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_from","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","arrays_into","as_any","as_any","as_any","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","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","cam16_into_unclamped","clone","clone_into","commit","components_from","components_from","components_from","components_from","components_from","components_from","config","config_state_subscription","config_subscription","cosmic_config_derive","errors","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_angle","from_angle","from_angle","from_angle","from_angle","from_angle","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","from_stimulus","get","get","get_entry","into","into","into","into","into","into","into_angle","into_angle","into_angle","into_angle","into_angle","into_angle","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_cam16_unclamped","into_color","into_color","into_color","into_color","into_color","into_color","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_color_unclamped","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","into_stimulus","keys","libcosmic","new","new_state","set","set","set","system","to_owned","to_smolstr","to_string","transaction","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_components_into","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","try_into_color","type_id","type_id","type_id","type_id","type_id","type_id","uints_from","uints_from","uints_from","uints_from","uints_from","uints_from","uints_into","uints_into","uints_into","uints_into","uints_into","uints_into","update_keys","watch","with_custom_path","write_entry"],"q":[[0,"cosmic_config"],[226,"palette::chromatic_adaptation"],[227,"core::any"],[228,"palette::cam16::parameters"],[229,"core::result"],[230,"alloc::borrow"],[231,"iced_futures::subscription"],[232,"core::marker"],[233,"core::marker"],[234,"core::cmp"],[235,"core::clone"],[236,"core::fmt"],[237,"core::fmt"],[238,"notify::error"],[239,"std::io::error"],[240,"ron::error"],[241,"serde::de"],[242,"alloc::vec"],[243,"alloc::boxed"],[244,"alloc::sync"],[245,"alloc::rc"],[246,"serde::ser"],[247,"smol_str"],[248,"alloc::string"],[249,"palette::convert::try_from_into_color"],[250,"core::any"],[251,"notify"],[252,"core::ops::function"],[253,"std::path"]],"d":["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Apply all pending changes from ConfigTransaction","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","","","","Get a configuration value","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the config for the libcosmic toolkit","Get config for the given application name and config …","Get state for the given application name and config …","Set a configuration value","","","Get a system config for the given name and config version","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the keys that were updated","","Get config for the given application name and config …",""],"i":[7,0,0,0,0,0,0,0,0,46,47,7,46,7,7,7,7,7,7,0,47,20,46,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,4,4,6,46,47,6,12,7,4,12,0,0,0,12,7,7,4,46,47,6,12,7,7,7,7,7,7,4,46,47,6,12,7,4,46,47,6,12,7,4,28,4,20,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,12,4,4,4,35,6,4,4,4,7,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,46,47,6,12,7,4,20,4,4,20],"f":"```````````````````````{{cg}i{}{}{{b{e}}}{}}00000{ce{}{}}00000000000{cd{}}00000000000111111111111{{c{f{e}}}g{}{}{}}00000{hh}{{ce}j{}{}}{l{{A`{jn}}}}555555`{{c{Ad{Ab}}Af}{{Aj{{Ah{e}}}}}{AlAnB`Bb}{AnB`BdBfBh}}0``{{nBj}Bl}0{{hBj}Bl}{cc{}}000{Bnn}{C`n}{Cbn}3{Cdn}{{{Cf{Cb}}}n}5555555>>>>>>{{ChAb}{{A`{cn}}}Cj}{{hAb}{{A`{cn}}}Cj}{h{{A`{Bh{Cn{{Cl{n}}Bh}}}}}}{ce{}{}}00000000000{{{D`{c}}}{{D`{d}}}{}}00000{{{Db{c}}}{{Db{d}}}{}}00000{{{Dd{c}}}{{Dd{d}}}{}}00000{{c{f{e}}}g{}{}{}}00000444444444444444444`{{}{{A`{hn}}}}{{AbAf}{{A`{hn}}}}0{{DfAbc}{{A`{jn}}}Dh}{{lAbc}{{A`{jn}}}Dh}{{hAbc}{{A`{jn}}}Dh}39{cDj{}}{cDl{}}{hl}{c{{A`{e}}}{}{}}00000000000000000{c{{A`{e{Dn{e}}}}}{}{}}00000{cE`{}}00000????????????{{Bhh{Eb{c}}}{{Cn{{Cl{n}}{Cl{Ab}}}}}{{Ed{Ab}}}}{{hc}{{A`{Efn}}}{{Eh{h{Eb{Dl}}}}AnB`}}{{AbAfEj}{{A`{hn}}}}{{Bhh}{{A`{jn}}}}","c":[],"p":[[10,"TransformMatrix",226],[10,"Any",227],[5,"BakedParameters",228],[5,"Config",0],[1,"unit"],[5,"ConfigTransaction",0],[6,"Error",0],[6,"Result",229],[1,"str"],[6,"Cow",230],[1,"u64"],[5,"Update",0],[5,"Subscription",231],[10,"Copy",232],[10,"Send",232],[10,"Sync",232],[10,"Hash",233],[10,"PartialEq",234],[10,"Clone",235],[10,"CosmicConfigEntry",0],[5,"Formatter",236],[8,"Result",236],[5,"SpannedError",237],[5,"Error",238],[5,"Error",239],[6,"Error",237],[6,"Error",240],[10,"ConfigGet",0],[10,"DeserializeOwned",241],[5,"Vec",242],[1,"tuple"],[5,"Box",243],[5,"Arc",244],[5,"Rc",245],[10,"ConfigSet",0],[10,"Serialize",246],[5,"SmolStr",247],[5,"String",248],[5,"OutOfBounds",249],[5,"TypeId",227],[1,"slice"],[10,"AsRef",250],[8,"RecommendedWatcher",251],[10,"Fn",252],[5,"PathBuf",253],[6,"ConfigState",0],[6,"ConfigUpdate",0]],"b":[[85,"impl-Debug-for-Error"],[86,"impl-Display-for-Error"],[92,"impl-From%3CSpannedError%3E-for-Error"],[93,"impl-From%3CError%3E-for-Error"],[94,"impl-From%3CError%3E-for-Error"],[96,"impl-From%3CError%3E-for-Error"],[97,"impl-From%3CError%3CError%3E%3E-for-Error"]]}],\ ["cosmic_config_derive",{"doc":"","t":"Y","n":["CosmicConfigEntry"],"q":[[0,"cosmic_config_derive"]],"d":[""],"i":[0],"f":"`","c":[],"p":[],"b":[]}],\ ["cosmic_text",{"doc":"COSMIC Text","t":"GPGPGFPFFFTTPPPFPFFPFGPFFPFFPPFPGPPPPPFPPPPPTTKFPPPPPPPTGGPPFFFFPPPTPPPPTFPFFFFPPPPPPGFPTPFPPGPPTPPPPPPPPPPPPPPPPPFFPPPPPPTPPFPGPPPPFFFFFFFGPGGGPFGFTPFPPPPPPPFPPPGTPNMNNNONNNNMNNNNNNNNONOMNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMNONOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNOMNMNNNNONNNNNNNNNNNNNNNNNNONMNMNNNONNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNONNNOONNOMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNNOOOOOOOONNNNOOOONNOONNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOENNNNNMNNNNNNMNMNNNNNNNNNNNNNNMNNNMNNNNNNNMNNNNNNNNNNNONONNOOOMNNOONOONNNMNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONOOONNNNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOO","n":["Action","Advanced","Affinity","After","Align","Angle","Arc","Attrs","AttrsList","AttrsOwned","BLACK","BOLD","Backspace","Basic","Before","BidiParagraphs","Borrowed","BorrowedWithFontSystem","Buffer","BufferEnd","BufferLine","BufferRef","BufferStart","CacheKey","CacheKeyFlags","Center","Change","ChangeItem","Click","Close","Color","Color","Command","Condensed","Cr","CrLf","Cursive","Cursive","Cursor","CurveTo","Delete","DoubleClick","Down","Drag","EXTRA_BOLD","EXTRA_LIGHT","Edit","Editor","End","End","Enter","Escape","Expanded","ExtraCondensed","ExtraExpanded","FAKE_ITALIC","Family","FamilyOwned","Fantasy","Fantasy","Font","FontMatchAttrs","FontMatchKey","FontSystem","Glyph","GotoLine","Home","IDENTITY","Indent","Insert","Italic","Justified","LIGHT","LayoutCursor","LayoutCursor","LayoutGlyph","LayoutLine","LayoutRun","LayoutRunIter","Left","Left","LeftWord","Lf","LfCr","Line","LineEnding","LineIter","LineTo","MEDIUM","Mask","Metrics","Monospace","Monospace","Motion","Motion","MoveTo","NORMAL","Name","Name","Next","NextWord","None","None","None","Normal","Normal","Normal","Oblique","One","Owned","PageDown","PageUp","ParagraphEnd","ParagraphStart","PhysicalGlyph","Placement","Previous","PreviousWord","QuadTo","Right","Right","RightWord","SEMIBOLD","SansSerif","SansSerif","Scroll","Scroll","Selection","SemiCondensed","SemiExpanded","Serif","Serif","ShapeBuffer","ShapeGlyph","ShapeLine","ShapeRunCache","ShapeRunKey","ShapeSpan","ShapeWord","Shaping","SoftHome","Stretch","Style","SubpixelBin","SubpixelMask","SwashCache","SwashContent","SwashImage","THIN","Three","Transform","TripleClick","Two","UltraCondensed","UltraExpanded","Unindent","Up","Vertical","Weight","Word","Word","WordOrGlyph","Wrap","ZERO","Zero","a","action","action","action","add_span","affinity","after","align","all","append","apply_change","apply_change","as_attrs","as_family","as_float","as_rgba","as_rgba_tuple","as_str","as_swash","ascent","attrs_list","attrs_spans","auto_indent","auto_indent","b","before","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","blank","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_with","borrow_with","borrow_with","buffer_ref","buffer_ref","buffer_ref_mut","buffer_ref_mut","cache_key","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","cache_key_flags","clear","clear_spans","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color_opt","color_opt","color_opt","color_opt","compatible","complement","compute","contains","content","copy_selection","copy_selection","cursor","cursor","cursor_motion","cursor_motion","data","data","db","db_mut","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default_attrs","defaults","delete_range","delete_range","delete_selection","delete_selection","deref","deref_mut","descent","determinant","difference","draw","draw","draw","draw","empty","end","end","end","ending","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","extend","family","family","family_owned","finish_change","finish_change","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","font_id","font_id","font_id","font_monospace_em_width","font_size","font_size","font_size_bits","fontdb","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_after","from_before","from_bits","from_bits_retain","from_bits_retain","from_bits_truncate","from_degrees","from_gradians","from_iter","from_name","from_radians","from_turns","g","get","get_font","get_font_matches","get_font_supported_codepoints_in_word","get_image","get_image_uncached","get_monospace_ids_for_scripts","get_outline_commands","get_span","glyph","glyph_id","glyph_id","glyph_id","glyphs","glyphs","glyphs","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","height","highlight","hit","id","image_cache","index","insert","insert","insert","insert_at","insert_at","insert_string","insert_string","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_locale_and_db","into_text","invert","is_all","is_empty","is_monospace","items","iter","iter_names","layout","layout","layout","layout","layout_cursor","layout_in_buffer","layout_opt","layout_runs","layout_to_buffer","left","level","level","line","line","line","line_height","line_i","line_layout","line_layout","line_shape","line_shape","line_top","line_w","line_y","lines","locale","matches","max_ascent","max_descent","metadata","metadata","metadata","metadata","metadata","metadata","metrics","monospace_em_width","monospace_width","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new_empty","new_in_buffer","new_in_buffer","new_in_buffer","new_with_affinity","new_with_fonts","new_with_locale_and_db","next","next","next","not","outline_command_cache","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","physical","placement","pre_rotate","pre_scale","pre_translate","r","redraw","redraw","redraw","remove","reset","reset_layout","reset_shaping","reverse","reverse","rgb","rgba","rotation","rotation_about","rtl","rtl","rustybuzz","rustybuzz","scale","scale","scripts","scroll","selection","selection","selection_bounds","selection_bounds","set","set_align","set_attrs_list","set_auto_indent","set_auto_indent","set_cursor","set_cursor","set_ending","set_metadata","set_metrics","set_metrics","set_metrics_and_size","set_metrics_and_size","set_monospace_width","set_redraw","set_redraw","set_redraw","set_rich_text","set_rich_text","set_scroll","set_selection","set_selection","set_size","set_size","set_tab_width","set_tab_width","set_text","set_text","set_text","set_wrap","set_wrap","shape","shape_as_needed","shape_as_needed","shape_as_needed","shape_in_buffer","shape_opt","shape_until_cursor","shape_until_cursor","shape_until_scroll","shape_until_scroll","size","size_hint","skew","source","spans","spans","split_off","split_off","start","start","start","start_change","start_change","stretch","stretch","stretch","style","style","style","sub","sub_assign","symmetric_difference","tab_width","tab_width","text","text","text","text","then","then_rotate","then_scale","then_translate","to_degrees","to_number","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_radians","to_string","to_string","to_string","toggle","top","transform","transform_point","transform_vector","translation","trim","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into","try_into","try_into","try_into","try_into","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unicode_codepoints","union","verb","visible_lines","w","w","weight","weight","weight","width","with_buffer","with_buffer","with_buffer_mut","with_buffer_mut","with_buffer_mut","with_pixels","words","wrap","x","x","x","x_advance","x_advance","x_bin","x_offset","x_offset","xx","xy","y","y","y","y_advance","y_advance","y_bin","y_offset","y_offset","yx","yy","lines","x","x","x","x","y","y","y","y"],"q":[[0,"cosmic_text"],[1231,"cosmic_text::Action"],[1240,"core::ops::range"],[1241,"core::option"],[1242,"swash::font"],[1243,"core::cmp"],[1244,"zeno::geometry"],[1245,"zeno::geometry"],[1246,"alloc::string"],[1247,"fontdb"],[1248,"core::ops::function"],[1249,"core::iter::traits::collect"],[1250,"core::fmt"],[1251,"core::fmt"],[1252,"core::fmt"],[1253,"alloc::vec"],[1254,"fontdb"],[1255,"core::hash"],[1256,"bitflags::iter"],[1257,"bitflags::iter"],[1258,"fontdb"],[1259,"core::convert"],[1260,"zeno::command"],[1261,"core::ops::function"]],"d":["An action to perform on an Editor","Advanced text shaping and font fallback.","Whether to associate cursors placed at a boundary between …","","Align or justify","Represents an angle in degrees or radians.","","Text attributes","List of text attributes to apply to a line","An owned version of Attrs","Black weight (900), the thickest value.","Bold weight (700).","Delete text behind cursor","Basic shaping with no font fallback.","","An iterator over the paragraphs in the input text. It is …","","A value borrowed together with an FontSystem","A buffer of text that is shaped and laid out","Move cursor to the end of the document","A line (or paragraph) of text that is shaped and laid out","","Move cursor to the start of the document","Key for building a glyph cache","Flags that change rendering","","A set of change items grouped into one logical change","A unique change to an editor","Mouse click at specified position","Closes a subpath, connecting the final point to the …","Text color","32-bit RGBA bitmap.","Path command.","","Use \\\\r for line ending (many legacy systems)","Use \\\\r\\\\n for line ending (Windows-style)","Glyphs in cursive fonts generally use a more informal …","","Current cursor location","A cubic bezier curve from the previous point to the final …","Delete text in front of cursor","Mouse double click at specified position","Move cursor down","Mouse drag to specified position","Extra-bold weight (800).","Extra light weight (200).","A trait to allow easy replacements of Editor, like …","A wrapper of [Buffer] for easy editing","Move cursor to end of line","","Create new line","Escape, clears selection","","","","Skew by 14 degrees to synthesize italic","A font family.","An owned version of Family","Fantasy fonts are primarily decorative or expressive fonts …","","A font","Font-specific part of Attrs to be used for matching","","Access to the system fonts.","Wraps at a glyph level","Move cursor to specific line","Move cursor to start of line","Identity matrix.","","Insert character at cursor","A form that is generally cursive in nature.","","Light weight (300).","The position of a cursor within a [Buffer].","Apply specific LayoutCursor","A laid out glyph","A line of laid out glyphs","A line of visible text for rendering","An iterator of visible text lines, see LayoutRun","Move cursor left","","Move cursor to next word boundary to the left","Use \\\\n for line ending (POSIX-style)","Use \\\\n\\\\r for line ending (some legacy systems)","Select by lines","Line ending","Iterator over lines terminated by LineEnding","A straight line from the previous point to the specified …","Medium weight (500, higher than normal).","8-bit alpha mask.","Metrics of text","The sole criterion of a monospace font is that all glyphs …","","A motion to perform on a Cursor","Move the cursor with some motion","Begins a new subpath at the specified point.","Normal (400).","The name of a font family of choice.","","Move cursor to next character (Self::Right in LTR, …","Move cursor to next word boundary","No selection","No wrapping","No line ending","A face that is neither italic not obliqued.","Normal selection","","A typically-sloped version of the regular face.","","","Move cursor down one page","Move cursor up one page","Move cursor to end of paragraph","Move cursor to start of paragraph","","Describes the offset and dimensions of a rendered mask.","Move cursor to previous character (Self::Left in LTR, …","Move cursor to previous word boundary","A quadratic curve from the previous point to the final …","Move cursor right","","Move cursor to next word boundary to the right","Semibold weight (600).","Glyphs in sans-serif fonts, as the term is used in CSS, …","","Scroll position in [Buffer]","Scroll specified number of lines","Selection mode","","","Serif fonts represent the formal text style for a script.","","A set of buffers containing allocations for shaped text.","A shaped glyph","A shaped line (or paragraph)","A helper structure for caching shape runs.","Key for caching shape runs.","A shaped span (for bidirectional processing)","A shaped word (for word wrapping)","The shaping strategy of some text.","Move cursor to start of line, skipping whitespace","A face width.","Allows italic or oblique faces to be selected.","Binning of subpixel position for cache optimization","32-bit RGBA subpixel mask.","Cache for rasterizing with the swash scaler","Content of a scaled glyph image.","Scaled glyph image.","Thin weight (100), the thinnest value.","","Two dimensional transformation matrix.","Mouse triple click at specified position","","","","","Move cursor up","Move cursor up or down by a number of pixels","Specifies the weight of glyphs in the font, their degree …","Select by words","Wraps at the word level","Wraps at the word level, or fallback to glyph level if a …","Wrapping mode","Angle of zero degrees.","","Get the alpha component","Perform an Action on the editor","","Perform an Action on the editor","Add an attribute span, removes any previous matching parts …","Whether to associate the cursor with the run before it or …","","Get the Text alignment","Get a flags value with all known bits set.","Append line at end of this line","Apply a change","","","","","Get an array over all of the components, in [r, g, b, a] …","Get a tuple over all of the attributes, in (r, g, b, a) …","Get the line ending as a str","","","Get attributes list","","Get the current automatic indentation setting","","Get the blue component","","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.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Mutably borrows self together with an FontSystem for more …","Mutably borrows self together with an FontSystem for more …","Mutably borrows the buffer together with an FontSystem for …","Get the internal BufferRef","","Get the internal BufferRef","","Cache key, see CacheKey","Set CacheKeyFlags","","","CacheKeyFlags","","Resets the image to a default state.","Clear the current attribute spans","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set Color","","","Optional color override","","Check if this set of attributes can be shaped with another","The bitwise negation (!) of the bits in a flags value, …","Given an origin, offset and bounding box, computes the …","Whether all set bits in a source flags value are also set …","Content of the image.","Copy selection","","Get the current cursor","","Apply a Motion to a Cursor","Apply a Motion to a Cursor","","Raw image data.","Get the database.","Get a mutable reference to the database.","","","","","","","","","","","","","","","","","","Get the default Attrs","Delete text starting at start Cursor and ending at end …","","Delete selection, adjusting cursor and returning true if …","","","","","Returns the determinant of the transform.","The intersection of a source flags value with the …","Draw the buffer","Draw the editor","Draw the buffer","","Get a flags value with all bits unset.","Cursor indicating end of change","End index of cluster in original line","","Get line ending","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","Set Family","","","Get completed change","","CacheKeyFlags","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Font ID","Font id of the glyph","","","Font size in pixels","Font size of the glyph","f32 bits of font size","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 exactly.","Convert from a bits value, unsetting any unknown bits.","Creates a new angle from degrees.","Creates a new angle from gradians.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Creates a new angle from radians.","Creates a new angle from turns.","Get the green component","Get cache item, updating age if found","Get a font by its ID.","","","Create a swash Image from a cache key, caching results","Create a swash Image from a cache key, without caching …","","","Get the attribute span for an index","Index of [LayoutGlyph] in [LayoutLine::glyphs]","Glyph ID","Font id of the glyph","","The array of layout glyphs to draw","Glyphs in line","","","","","","","","","","","","","","","","Height in pixels.","Return the pixel span Some((x_left, x_width)) of the …","Convert x, y position to Cursor (hit detection)","","","First-byte-index of glyph at cursor (will insert behind …","The bitwise or (|) of the bits in two flags values.","Insert cache item with current age","Insert if true, delete if false","Insert text at specified cursor with specified attrs_list","","Insert a string at the current cursor or replacing the …","Insert a string at the current cursor or replacing the …","The bitwise and (&) of the bits in two flags values.","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).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Consume this FontSystem and return the locale and database.","Consume this line, returning only its text contents as a …","Returns the inverse of the transform, if any.","Whether all known bits in this flags value are set.","Whether all bits in this flags value are unset.","","Change items grouped into one change","Yield a set of contained flags values.","Yield a set of contained named flags values.","Layout line, will cache results","","Index of [LayoutLine] in [BufferLine::layout]","Index of [LayoutLine] in [BufferLine::layout]. This will …","Convert a Cursor to a LayoutCursor","Layout a line using a pre-existing shape buffer, will …","Get line layout cache","Get the visible layout runs for rendering and other tasks","","Horizontal offset with respect to the origin specified …","Unicode BiDi embedding level, character is left-to-right …","","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]","Index of [BufferLine] in [Buffer::lines]. This will be …","Line height in pixels","The index of the original text line","Lay out the provided line index and return the result","Lay out the provided line index and return the result","Shape the provided line index and return the result","Shape the provided line index and return the result","Y offset to top of line","Width of line","Y offset to baseline of line","BufferLines (or paragraphs) of text in the buffer","Get the locale.","Check if font matches","Maximum ascent of the glyphs in line","Maximum descent of the glyphs in line","Set metadata","Get line metadata. This will be None if …","","","Metadata from Attrs","","Get the current Metrics","","Get the current monospace_width","Create a new FontSystem, that allows access to any …","","Create a new swash cache","","Create a new set of attributes with sane defaults","","Create a new attributes list with a set of default Attrs","Create an iterator to split the input text into paragraphs …","Creates a new transform.","","","Create a new Buffer with the provided FontSystem and …","Create a new line with the given text and attributes list …","","","Create a new cursor","Create a new LayoutCursor","Create a new cursor","Create a new Editor with the provided [Buffer]","Create an iterator of lines in a string slice","","","Panics","Creates a new empty scaled image.","Create an empty Buffer with the provided Metrics. This is …","Shape a word into a set of glyphs, using a scratch buffer.","Shape a span into a set of words, using a scratch buffer.","Shape a line into a set of spans, using a scratch buffer. …","Create a new cursor, specifying the affinity","Create a new FontSystem with a pre-specified set of fonts.","Create a new FontSystem with a pre-specified locale and …","","","","The bitwise negation (!) of the bits in a flags value, …","","","","","","","","","","","","","","Offset and size of the image.","Returns a new transform that represents a rotation …","Returns a new transform that represents a scale followed …","Returns a new transform that represents a translation …","Get the red component","Get the Buffer redraw flag","Get the Buffer redraw flag","True if a redraw is needed","The intersection of a source flags value with the …","Reset shaping, layout, and metadata caches","Reset only layout cache","Reset shaping and layout caches","","","Create new color with red, green, and blue components","Create new color with red, green, blue, and alpha …","Creates a rotation transform.","Creates a rotation transform around a point.","True if the original paragraph direction is RTL","","","","Creates a scale transform.","","","Get the current scroll location","Get the current selection position","","Get the bounds of the current selection","Get the bounds of the current selection","Call insert when value is true or remove when value is …","Set the text alignment","Set attributes list","Enable or disable automatic indentation","","Set the current cursor","","Set line ending","Set line metadata. This is stored until the next line reset","Set the current Metrics","Set the current Metrics","Set the current Metrics and buffer dimensions at the same …","Set the current Metrics and buffer dimensions at the same …","Set monospace width monospace glyphs should be resized to …","Set the Buffer redraw flag","Set the Buffer redraw flag","Set redraw needed flag","Set text of buffer, using an iterator of styled spans …","Set text of buffer, using an iterator of styled spans …","Set the current scroll location","Set the current selection position","","Set the current buffer dimensions","Set the current buffer dimensions","Set the current tab width. A tab_width of 0 is not …","","Set text of buffer, using provided attributes for each …","Set text and attributes list","Set text of buffer, using provided attributes for each …","Set the current Wrap","Set the current Wrap","Shape line, will cache results","Shape lines until scroll, after adjusting scroll if the …","","Shape lines until scroll, after adjusting scroll if the …","Shape a line using a pre-existing shape buffer, will cache …","Get line shaping cache","Shape lines until cursor, also scrolling to include cursor …","Shape lines until cursor, also scrolling to include cursor …","Shape lines until scroll","Shape lines until scroll","Get the current buffer dimensions (width, height)","","Creates a skew transform.","Source of the image.","Get the current attribute spans","","Split attributes list at an offset","Split off new line at index","Cursor indicating start of change","Start index of cluster in original line","","Start collecting change","","Set Stretch","","","Set Style","","","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 …","Get the current tab width","","Get current text","The original text line","Text to be inserted or deleted","","Returns a new transform that represents the application of …","Returns a new transform that represents this transform …","Returns a new transform that represents this transform …","Returns a new transform that represents this transform …","Returns the angle in degrees.","Returns a numeric representation of a width.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the angle in radians.","","","","The bitwise exclusive-or (^) of the bits in two flags …","Vertical offset with respect to the origin specified when …","Returns the result of a transformation matrix applied to …","Returns the result of applying this transform to a point.","Returns the result of applying this transform to a vector.","Creates a translation transform.","Remove anything in the cache with an age older than …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","Returns the associated verb for the command.","Get the number of lines that can be viewed in the buffer","Width of hitbox","Width of the line","Set Weight","","","Width in pixels.","Get the internal Buffer","Get the internal Buffer","Get the internal Buffer, mutably","Get the internal Buffer, mutably","Get the internal Buffer, mutably","Enumerate pixels in an Image, use with_image for better …","","Get the current Wrap","","X offset of hitbox","Integer component of X offset in line","","","Binning of fractional X offset","X offset in line","","","","","Y offset of hitbox","Integer component of Y offset in line","","","Binning of fractional Y offset","Y offset in line","","","","","","","","","","","",""],"i":[0,55,0,13,0,0,33,0,0,0,35,35,5,55,13,0,33,0,0,46,0,0,46,0,0,16,0,0,5,37,0,63,0,62,27,27,22,21,0,37,5,5,46,5,35,35,0,0,46,16,5,5,62,62,62,18,0,0,22,21,0,0,0,0,54,46,46,40,5,5,36,16,35,0,46,0,0,0,0,46,16,46,27,27,49,0,0,37,35,63,0,22,21,0,5,37,35,22,21,46,46,49,54,27,36,49,62,36,23,33,46,46,46,46,0,0,46,46,37,46,16,46,35,22,21,0,5,0,62,62,22,21,0,0,0,0,0,0,0,0,46,0,0,0,63,0,0,0,35,23,0,5,23,62,62,5,46,46,0,49,54,54,0,39,23,1,3,7,8,9,44,13,15,18,15,3,7,20,21,23,1,1,27,29,56,15,60,3,7,1,13,18,18,18,18,18,18,18,18,57,22,35,36,4,29,74,1,21,37,12,38,20,39,9,82,40,83,84,41,42,32,15,18,43,23,44,13,45,46,47,7,5,33,48,19,49,50,8,51,52,53,54,16,27,86,55,73,56,57,58,59,60,61,62,63,34,22,35,36,4,29,74,1,21,37,12,38,20,39,9,82,40,83,84,41,42,32,15,18,43,23,44,13,45,46,47,7,5,33,48,19,49,50,8,51,52,53,54,16,27,86,55,73,56,57,58,59,60,61,62,63,34,3,3,32,3,7,3,7,52,12,12,20,51,56,34,9,22,35,36,1,21,37,12,38,20,39,9,40,41,42,32,15,18,43,23,44,13,45,46,47,5,48,19,49,50,51,52,53,54,16,27,55,56,57,58,59,60,61,62,63,34,22,35,36,1,21,37,12,38,20,39,9,40,41,42,32,15,18,43,23,44,13,45,46,47,5,48,19,49,50,51,52,53,54,16,27,55,56,57,58,59,60,61,62,63,34,35,1,18,43,23,44,13,45,47,50,62,12,12,20,51,56,12,18,42,18,34,3,7,3,7,32,8,29,34,4,4,35,36,39,40,41,42,44,13,47,19,27,73,61,62,63,34,60,9,3,7,3,7,8,8,56,40,18,32,7,8,8,18,48,51,56,15,22,35,36,1,21,37,12,38,20,39,9,41,18,43,23,44,13,45,46,47,5,49,50,54,16,27,55,60,62,63,18,12,12,20,3,7,43,22,35,36,4,29,74,1,21,37,12,38,20,39,9,82,40,83,84,41,41,42,32,15,18,18,18,18,18,43,23,44,13,45,46,47,7,5,33,48,19,49,50,8,51,52,53,54,54,16,16,27,86,55,73,56,57,58,59,60,61,62,63,43,51,56,56,41,51,43,0,22,35,36,4,29,74,1,21,37,12,38,38,20,39,9,82,40,83,84,41,42,32,15,18,43,23,44,13,45,46,47,7,5,33,33,33,33,48,19,49,50,8,51,52,53,54,16,27,86,55,73,56,57,58,59,60,61,62,63,34,13,13,18,18,18,18,39,39,18,18,39,39,1,61,4,4,4,74,74,4,74,9,45,43,51,56,83,53,57,22,35,36,1,21,12,38,20,18,43,23,55,60,62,42,83,32,29,74,44,18,61,48,3,7,3,3,18,18,22,35,36,4,29,74,1,21,37,12,38,20,39,9,82,40,83,84,41,42,32,15,18,43,23,44,13,45,46,47,7,5,33,48,19,49,50,8,51,52,53,54,16,27,86,55,73,56,57,58,59,60,61,62,63,34,82,84,18,86,4,15,40,18,18,4,19,18,18,15,59,45,47,32,15,15,32,59,42,51,58,44,45,47,41,83,32,8,32,8,83,83,83,32,4,12,53,53,12,15,12,20,51,56,32,29,32,4,29,74,21,12,20,9,82,40,84,41,32,15,43,23,44,45,47,7,86,57,58,59,34,32,57,58,59,44,4,4,82,84,86,18,74,35,1,18,43,23,44,13,45,47,50,62,51,34,40,40,40,1,3,3,32,18,15,15,15,48,19,1,1,40,40,83,59,0,29,40,41,29,32,3,7,3,3,18,15,15,3,7,3,7,15,15,32,8,32,8,32,3,3,32,32,8,32,3,7,32,8,3,7,32,15,8,32,8,15,3,7,8,15,15,32,8,32,8,32,84,40,34,9,59,9,15,48,51,56,3,7,12,12,20,12,12,20,18,18,18,3,7,15,83,48,60,40,40,40,40,39,62,22,35,36,1,21,37,12,38,20,39,9,40,41,42,32,15,18,43,23,44,13,45,46,47,5,48,19,49,50,51,52,53,54,16,27,55,56,57,58,59,60,61,62,63,34,39,41,54,16,18,42,37,40,40,40,61,22,35,36,4,29,74,1,21,37,12,38,20,39,9,82,40,83,84,41,42,32,15,18,43,23,44,13,45,46,47,7,5,33,48,19,49,50,8,51,52,53,54,16,27,86,55,73,56,57,58,59,60,61,62,63,34,22,35,36,4,29,74,1,21,37,12,38,20,39,9,82,40,83,84,41,42,32,15,18,43,23,44,13,45,46,47,7,5,33,48,19,49,50,8,51,52,53,54,16,27,86,55,73,56,57,58,59,60,61,62,63,34,22,35,36,4,29,74,1,21,37,12,38,20,39,9,82,40,83,84,41,42,32,15,18,43,23,44,13,45,46,47,7,5,33,48,19,49,50,8,51,52,53,54,16,27,86,55,73,56,57,58,59,60,61,62,63,34,29,18,37,32,51,53,12,12,20,42,3,3,3,3,8,74,58,32,40,51,52,56,57,43,51,56,40,40,40,51,52,56,57,43,51,56,40,40,105,106,107,108,109,106,107,108,109],"f":"`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{bd}{{fhj}l}{{nhj}l}{{{A`{c}}j}lf}{{Ab{Af{Ad}}Ah}l}`{AjAl}{An{{Bb{B`}}}}{{}Bd}{{AnAn}l}{{fBf}Al}{{nBf}Al}{BhAh}{BjBl}{BnC`}{b{{Cb{d}}}}{b{{Cd{dddd}}}}{CfCh}{CjCl}`{AnAb}`{fAl}{nAl}{bd}{AjAl}{{BdBd}Bd}{{BdBd}l}10{BdCn}021`{ce{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{{fh}{{A`{f}}}}0{{D`h}{{A`{D`}}}}{fDb}{nDb}10`{{AhBd}Ah}````{Ddl}{Abl}{BlBl}{DfDf}{DhDh}{bb}{BjBj}{DjDj}{AhAh}{DlDl}{BhBh}{DnDn}{AbAb}{E`E`}{EbEb}{EdEd}{D`D`}{AnAn}{BdBd}{EfEf}{BnBn}{EhEh}{AjAj}{EjEj}{ElEl}{EnEn}{jj}{F`F`}{BfBf}{FbFb}{FdFd}{FfFf}{FhFh}{FjFj}{FlFl}{B`B`}{CfCf}{FnFn}{G`G`}{GbGb}{GdGd}{GfGf}{GhGh}{GjGj}{GlGl}{GnGn}{DdDd}{{ce}l{}{}}00000000000000000000000000000000000000000000{{DfDf}H`}{{bb}H`}{{BdBd}H`}{{EfEf}H`}{{BnBn}H`}{{EhEh}H`}{{AjAj}H`}{{EjEj}H`}{{EnEn}H`}{{FdFd}H`}{{GlGl}H`}{{Ahb}Ah}````{{AhAh}Al}{BdBd}{{HbcHd}{{Cd{HfEd}}}{{Hh{Hf}}}}{{BdBd}Al}`{f{{Bb{Hj}}}}{n{{Bb{Hj}}}}{fEh}{nEh}{{D`hEh{Bb{Hl}}El}{{Bb{{Cd{Eh{Bb{Hl}}}}}}}}{{{A`{D`}}Eh{Bb{Hl}}El}{{Bb{{Cd{Eh{Bb{Hl}}}}}}}}{Cj{{Hn{d}}}}`{hI`}0{{}Df}{{}Dh}{{}Dn}{{}E`}{{}Eb}{{}Ed}{{}Eh}{{}Aj}{{}En}{{}Bf}{{}Cf}{{}Ib}{{}Gj}{{}Gl}{{}Gn}{{}Dd}`{AbAh}{{fEhEh}l}{{nEhEh}l}{fAl}{nAl}{{{A`{c}}}e{}{}}0`{E`C`}{{BdBd}Bd}{{D`hIdbc}l{{If{HlHlCnCnb}}}}{{nhIdbbbc}l{{If{HlHlCnCnb}}}}{{{A`{D`}}Idbc}l{{If{HlHlCnCnb}}}}{{{A`{n}}Idbbbc}l{{If{HlHlCnCnb}}}}{{}Bd}```{AnCf}{{BlBl}Al}{{DfDf}Al}{{DhDh}Al}{{bb}Al}{{BjBj}Al}{{DjDj}Al}{{AhAh}Al}{{DlDl}Al}{{BhBh}Al}{{DnDn}Al}{{AbAb}Al}{{EbEb}Al}{{BdBd}Al}{{EfEf}Al}{{BnBn}Al}{{EhEh}Al}{{AjAj}Al}{{EjEj}Al}{{ElEl}Al}{{EnEn}Al}{{jj}Al}{{FbFb}Al}{{FdFd}Al}{{FlFl}Al}{{B`B`}Al}{{CfCf}Al}{{FnFn}Al}{{GhGh}Al}{{GlGl}Al}{{GnGn}Al}{{Bdc}l{{Ij{}{{Ih{Bd}}}}}}{{AhBl}Ah}``{f{{Bb{Bf}}}}{n{{Bb{Bf}}}}`{{BlIl}{{J`{lIn}}}}{{DfIl}{{J`{lIn}}}}{{DhIl}{{J`{lIn}}}}{{hIl}Jb}{{CjIl}Jb}{{IdIl}Jb}{{bIl}Jb}{{BjIl}Jb}{{DjIl}{{J`{lIn}}}}{{AhIl}Jb}{{DlIl}Jb}{{BhIl}Jb}{{DnIl}{{J`{lIn}}}}{{AbIl}Jb}{{JdIl}Jb}{{E`Il}{{J`{lIn}}}}{{JfIl}Jb}{{JhIl}Jb}{{EbIl}Jb}0{{EdIl}{{J`{lIn}}}}{{D`Il}Jb}{{AnIl}Jb}{{BdIl}Jb}0000{{EfIl}Jb}{{BnIl}Jb}{{EhIl}Jb}{{AjIl}Jb}{{EjIl}Jb}{{ElIl}Jb}{{EnIl}Jb}{{nIl}Jb}{{jIl}Jb}{{DbIl}Jb}{{F`Il}Jb}{{BfIl}Jb}{{FbIl}Jb}{{FdIl}Jb}{{{A`{c}}Il}JbJj}{{FfIl}Jb}{{FhIl}Jb}{{FjIl}Jb}{{FlIl}Jb}0{{B`Il}Jb}0{{CfIl}Jb}{{JlIl}Jb}{{FnIl}Jb}{{IbIl}Jb}{{G`Il}Jb}{{GbIl}Jb}{{GdIl}Jb}{{GfIl}Jb}{{GhIl}Jb}{{GjIl}Jb}{{GlIl}{{J`{lIn}}}}{{GnIl}{{J`{lIn}}}}````````{cc{}}0000000000{AhDl}1111111111111111111111{{{Jn{D`}}}Db}{D`Db}033333333333333333333333{AlAj}0{Cn{{Bb{Bd}}}}{CnBd}00{C`Dn}0{cBd{{Ij{}{{Ih{Bd}}}}}}{Ch{{Bb{Bd}}}}22{bd}{{GjGh}{{Bb{{K`{G`}}}}}}{{hKb}{{Bb{{Jn{Cj}}}}}}{{hAh}{{Jn{{K`{Fd}}}}}}{{hKbCh}{{Bb{Ad}}}}{{IdhEf}{{Bb{Dd}}}}0{{hc}{{K`{Kb}}}{{Kd{}{{Ih{{Cb{d}}}}}}}}{{IdhEf}{{Bb{{Hn{Dj}}}}}}{{AbAd}Ah}```````{{Blc}lKf}{{Dfc}lKf}{{Dhc}lKf}{{bc}lKf}{{Bjc}lKf}{{Ahc}lKf}{{Dlc}lKf}{{Bhc}lKf}{{Bdc}lKf}{{Efc}lKf}{{Bnc}lKf}{{Fnc}lKf}{{Ghc}lKf}{{Glc}lKf}`{{JfEhEh}{{Bb{{Cd{C`C`}}}}}}{{D`C`C`}{{Bb{Eh}}}}{CjKb}``{{BdBd}l}{{GjGh{K`{G`}}}l}`{{fEhCh{Bb{Ab}}}Eh}{{nEhCh{Bb{Ab}}}Eh}{{fCh{Bb{Ab}}}l}0{{BdBd}Bd}{{BdBd}Al}{ce{}{}}000000000000000000000000000000000000000000000000000000000{Bdc{}}1{h{{Cd{HjI`}}}}{AnHj}{E`{{Bb{E`}}}}{BdAl}0{{hKb}Al}`{Bd{{Kh{Bd}}}}{Bd{{Kj{Bd}}}}{{AnhC`C`Fl{Bb{C`}}}{{Hn{Fj}}}}{{GfC`C`Fl{Bb{B`}}{Bb{C`}}}{{K`{Fj}}}}``{{D`hEh}{{Bb{Ej}}}}{{AnIbhC`C`Fl{Bb{C`}}}{{Hn{Fj}}}}{An{{Bb{{K`{Fj}}}}}}{D`Jh}{{GfIbC`C`Fl{Bb{B`}}{K`{Fj}}{Bb{C`}}}l}````````{{D`hAd}{{Bb{{Hn{Fj}}}}}}{{{A`{D`}}Ad}{{Bb{{Hn{Fj}}}}}}{{D`hAd}{{Bb{Gf}}}}{{{A`{D`}}Ad}{{Bb{Gf}}}}````{hCh}{{AhKl}Al}``{{AhAd}Ah}{An{{Bb{Ad}}}}````{D`Eb}{Cj{{Bb{C`}}}}{D`{{Bb{C`}}}}{{}h}{{I`Kb}{{Bb{Cj}}}}{{}Id}{BlBj}{{}Ah}{AhBh}{AhAb}{ChJd}{{C`C`C`C`C`C`}E`}{D`Jh}{{C`C`}Eb}{{hEb}D`}{{cCfAbFn}An{{Hh{Hj}}}}{{KbKnC`{Cd{C`C`}}Bd}{{Cd{EfHlHl}}}}{C`{{Cd{HlBn}}}}{{AdAd}Eh}{{AdAdAd}Ej}{{AdHl}En}{cn{{Hh{Db}}}}{ChJl}{{hChAb{Af{Ad}}L`AlFn}Gb}{{hChAb{Af{Ad}}AlL`Fn}Gd}{{hChAbFn}Gf}{{}Dd}{EbD`}{{IbhChAb{Af{Ad}}L`AlFn}Gb}{{IbhChAb{Af{Ad}}AlL`Fn}Gd}{{IbhChAbFn}Gf}{{AdAdAj}Eh}{ch{{Ij{}{{Ih{Lb}}}}}}{{HjI`}h}{Jd{{Bb{c}}}{}}{Jh{{Bb{c}}}{}}{Jl{{Bb{c}}}{}}{BdBd}`{{DfDf}{{Bb{H`}}}}{{bb}{{Bb{H`}}}}{{BdBd}{{Bb{H`}}}}{{EfEf}{{Bb{H`}}}}{{BnBn}{{Bb{H`}}}}{{EhEh}{{Bb{H`}}}}{{AjAj}{{Bb{H`}}}}{{EjEj}{{Bb{H`}}}}{{EnEn}{{Bb{H`}}}}{{FdFd}{{Bb{H`}}}}{{GlGl}{{Bb{H`}}}}{{Ff{Cd{C`C`}}C`}Fh}`{{E`Dn}E`}{{E`C`C`}E`}0{bd}{fAl}0{D`Al}{{BdBd}l}{Anl}00{F`l}{Bfl}{{ddd}b}{{dddd}b}{DnE`}{{cDn}E`{{Hh{Hf}}}}```{CjLd}{{C`C`}E`}{{EbC`}Eb}{Cj{{Hn{{Cb{d}}}}}}{D`En}{fFb}{nFb}{f{{Bb{{Cd{EhEh}}}}}}0{{BdBdAl}l}{{An{Bb{B`}}}Al}{{AnAb}Al}{{fAl}l}{{nAl}l}{{fEh}l}{{nEh}l}{{AnCf}Al}{{AnAd}l}{{D`hEb}l}{{{A`{D`}}Eb}l}{{D`hEbC`C`}l}{{{A`{D`}}EbC`C`}l}{{D`h{Bb{C`}}}l}::{{D`Al}l}{{D`hcAhFn}l{{Ij{}{{Ih{{Cd{ChAh}}}}}}}}{{{A`{D`}}cAhFn}l{{Ij{}{{Ih{{Cd{ChAh}}}}}}}}{{D`En}l}{{fFb}l}{{nFb}l}{{D`hC`C`}l}{{{A`{D`}}C`C`}l}{{fKn}l}{{nKn}l}{{D`hChAhFn}l}{{AncCfAb}Al{{Lf{Ch}}}}{{{A`{D`}}ChAhFn}l}{{D`hFl}l}{{{A`{D`}}Fl}l}{{Anh}Gf}{{fhAl}l}{{nhAl}l}{{{A`{c}}Al}lf}{{AnIbh}Gf}{An{{Bb{Gf}}}}{{D`hEhAl}l}{{{A`{D`}}EhAl}l}{{D`hAl}l}{{{A`{D`}}Al}l}{D`{{Cd{C`C`}}}}{Jh{{Cd{Ad{Bb{Ad}}}}}}{{DnDn}E`}`{Ab{{K`{{Cd{{Af{Ad}}Bh}}}}}}`{{AbAd}Ab}{{AnAd}An}```{fl}{nl}{{AhGl}Ah}``{{AhDh}Ah}``{{BdBd}Bd}{{BdBd}l}1{fKn}{nKn}{AnCh}```{{E`E`}E`}{{E`Dn}E`}{{E`C`C`}E`}0{DnC`}{GlKn}{ce{}{}}000000000000000000000000000000000000000000002{cHj{}}00:`{{DjE`}Dj}{{E`Hf}Hf}0{{C`C`}E`}{{GjLh}l}{c{{J`{e}}}{}{}}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000{cLj{}}0000000000000000000000000000000000000000000000000000000{Cj{{Hn{Cn}}}}{{BdBd}Bd}{DjLl}{D`Hl}``{{AhDf}Ah}```{{fe}c{}{{M`{D`}{{Ln{c}}}}}}000{{{A`{c}}g}ef{}{{M`{{A`{D`}}}{{Ln{e}}}}}}{{IdhEfbc}l{{If{HlHlb}}}}`{D`Fl}`````````````````````````````","c":[],"p":[[5,"Color",0],[1,"u8"],[10,"Edit",0],[5,"FontSystem",0],[6,"Action",0],[1,"unit"],[5,"Editor",0],[5,"BorrowedWithFontSystem",0],[5,"AttrsList",0],[1,"usize"],[5,"Range",1240],[5,"Attrs",0],[6,"Affinity",0],[1,"bool"],[5,"BufferLine",0],[6,"Align",0],[6,"Option",1241],[5,"CacheKeyFlags",0],[5,"Change",0],[5,"AttrsOwned",0],[6,"FamilyOwned",0],[6,"Family",0],[6,"SubpixelBin",0],[1,"f32"],[1,"array"],[1,"tuple"],[6,"LineEnding",0],[1,"str"],[5,"Font",0],[5,"FontRef",1242],[1,"u32"],[5,"Buffer",0],[6,"BufferRef",0],[5,"SwashImage",0],[5,"Weight",0],[6,"Style",0],[6,"Command",0],[5,"FontMatchAttrs",0],[5,"Angle",0],[5,"Transform",0],[5,"Metrics",0],[5,"Placement",0],[5,"CacheKey",0],[5,"Cursor",0],[5,"LayoutCursor",0],[6,"Motion",0],[5,"Scroll",0],[5,"ChangeItem",0],[6,"Selection",0],[5,"FontMatchKey",0],[5,"LayoutGlyph",0],[5,"PhysicalGlyph",0],[5,"LayoutLine",0],[6,"Wrap",0],[6,"Shaping",0],[5,"ShapeGlyph",0],[5,"ShapeWord",0],[5,"ShapeSpan",0],[5,"ShapeLine",0],[5,"ShapeRunKey",0],[5,"ShapeRunCache",0],[6,"Stretch",0],[6,"SwashContent",0],[6,"Ordering",1243],[6,"Origin",1244],[5,"Bounds",1244],[5,"Vector",1244],[10,"Into",1245],[5,"String",1246],[1,"i32"],[1,"slice"],[5,"Database",1247],[5,"ShapeBuffer",0],[5,"SwashCache",0],[10,"FnMut",1248],[17,"Item"],[10,"IntoIterator",1249],[5,"Formatter",1250],[5,"Error",1250],[6,"Result",1251],[8,"Result",1250],[5,"BidiParagraphs",0],[5,"LayoutRun",0],[5,"LayoutRunIter",0],[10,"Debug",1250],[5,"LineIter",0],[5,"Arc",1252],[5,"Vec",1253],[5,"ID",1247],[10,"Iterator",1254],[10,"Hasher",1255],[5,"Iter",1256],[5,"IterNames",1256],[5,"FaceInfo",1247],[1,"u16"],[5,"Level",1257],[6,"Source",1247],[5,"Face",1258],[10,"AsRef",1245],[1,"u64"],[5,"TypeId",1259],[6,"Verb",1260],[17,"Output"],[10,"FnOnce",1248],[15,"Scroll",1231],[15,"Click",1231],[15,"DoubleClick",1231],[15,"TripleClick",1231],[15,"Drag",1231]],"b":[[195,"impl-CacheKeyFlags"],[196,"impl-Flags-for-CacheKeyFlags"],[477,"impl-BorrowedWithFontSystem%3C\'a,+Buffer%3E"],[478,"impl-BorrowedWithFontSystem%3C\'font_system,+Editor%3C\'buffer%3E%3E"],[539,"impl-Debug-for-Metrics"],[540,"impl-Display-for-Metrics"],[544,"impl-Octal-for-CacheKeyFlags"],[545,"impl-Binary-for-CacheKeyFlags"],[546,"impl-UpperHex-for-CacheKeyFlags"],[547,"impl-LowerHex-for-CacheKeyFlags"],[548,"impl-Debug-for-CacheKeyFlags"],[567,"impl-Display-for-Wrap"],[568,"impl-Debug-for-Wrap"],[569,"impl-Display-for-Align"],[570,"impl-Debug-for-Align"],[625,"impl-From%3CArc%3CBuffer%3E%3E-for-BufferRef%3C\'buffer%3E"],[626,"impl-From%3CBuffer%3E-for-BufferRef%3C\'buffer%3E"],[627,"impl-From%3C%26mut+Buffer%3E-for-BufferRef%3C\'buffer%3E"],[654,"impl-Flags-for-CacheKeyFlags"],[655,"impl-CacheKeyFlags"]]}],\ @@ -139,7 +139,7 @@ var searchIndex = new Map(JSON.parse('[\ ["num_iter",{"doc":"External iterators for generic mathematics","t":"FFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["Range","RangeFrom","RangeInclusive","RangeStep","RangeStepFrom","RangeStepInclusive","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","end_bound","end_bound","end_bound","from","from","from","from","from","from","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","next","next","next","next","next","next","next_back","next_back","range","range_from","range_inclusive","range_step","range_step_from","range_step_inclusive","size_hint","size_hint","size_hint","size_hint","start_bound","start_bound","start_bound","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_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id"],"q":[[0,"num_iter"],[96,"core::clone"],[97,"core::ops::range"],[98,"core::option"],[99,"num_traits::ops::checked"],[100,"core::cmp"],[101,"core::cmp"],[102,"num_traits::cast"],[103,"core::ops::arith"],[104,"num_traits::identities"],[105,"num_traits::identities"],[106,"core::any"]],"d":["An iterator over the range [start, stop)","An iterator over the infinite range starting at start","An iterator over the range [start, stop]","An iterator over the range [start, stop) by step. It …","An iterator over the infinite range starting at start by …","An iterator over the range [start, stop] by step. It …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns an iterator over the given range [start, stop) …","Return an iterator over the infinite range starting at …","Return an iterator over the range [start, stop]","Return an iterator over the range [start, stop) by step. …","Return an iterator over the infinite range starting at …","Return an iterator over the range [start, stop] by step. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,1,3,4,5,6,7,1,3,4,5,6,7,1,3,4,5,6,7,1,3,4,5,6,7,1,3,6,1,3,4,5,6,7,1,3,4,5,6,7,1,3,4,5,6,7,1,3,4,5,6,7,1,3,0,0,0,0,0,0,1,3,6,7,1,3,6,1,3,4,5,6,7,1,3,4,5,6,7,1,3,4,5,6,7,1,3,4,5,6,7],"f":"``````{ce{}{}}00000000000{{{b{c}}}{{b{c}}}d}{{{f{c}}}{{f{c}}}d}{{{h{c}}}{{h{c}}}d}{{{j{c}}}{{j{c}}}d}{{{l{c}}}{{l{c}}}d}{{{n{c}}}{{n{c}}}d}{{ce}A`{}{}}00000{{{b{c}}}{{Ab{c}}}{}}{{{f{c}}}{{Ab{c}}}{}}{{{l{c}}}{{Ab{c}}}{}}{cc{}}00000;;;;;;;;;;;;{{{b{c}}}{{Ad{c}}}{}}{{{f{c}}}{{Ad{c}}}{}}{{{h{c}}}{{Ad{c}}}{AfAhd}}{{{j{c}}}{{Ad{c}}}{AfAhdAj}}{{{l{c}}}{{Ad{c}}}{}}{{{n{c}}}{{Ad{c}}}{}}{{{b{c}}}{{Ad{c}}}{AldAn}}5{{cc}{{b{c}}}{{Bb{}{{B`{}}}}AhdBd}}{c{{l{c}}}{{Bb{}{{B`{}}}}dBd}}{{cc}{{f{c}}}{{Bb{}{{B`{}}}}AhdBd}}{{ccc}{{h{c}}}{AfAhdBf}}{{cc}{{n{c}}}{{Bb{}{{B`{}}}}d}}{{ccc}{{j{c}}}{AfAhdBf}}{{{b{c}}}{{Bj{Bh{Ad{Bh}}}}}{}}{{{f{c}}}{{Bj{Bh{Ad{Bh}}}}}{}}{{{l{c}}}{{Bj{Bh{Ad{Bh}}}}}{}}{{{n{c}}}{{Bj{Bh{Ad{Bh}}}}}{}}{{{b{c}}}{{Ab{c}}}{}}{{{f{c}}}{{Ab{c}}}{}}{{{l{c}}}{{Ab{c}}}{}}{ce{}{}}00000{c{{Bl{e}}}{}{}}00000000000{cBn{}}00000","c":[],"p":[[5,"Range",0],[10,"Clone",96],[5,"RangeInclusive",0],[5,"RangeStep",0],[5,"RangeStepInclusive",0],[5,"RangeFrom",0],[5,"RangeStepFrom",0],[1,"unit"],[6,"Bound",97],[6,"Option",98],[10,"CheckedAdd",99],[10,"PartialOrd",100],[10,"PartialEq",100],[10,"Integer",101],[10,"ToPrimitive",102],[17,"Output"],[10,"Add",103],[10,"One",104],[10,"Zero",104],[1,"usize"],[1,"tuple"],[6,"Result",105],[5,"TypeId",106]],"b":[]}],\ ["num_rational",{"doc":"Rational numbers","t":"ITFFIIITNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["BigRational","ONE","ParseRatioError","Ratio","Rational","Rational32","Rational64","ZERO","abs","abs_sub","add","add","add","add","add","add","add","add","add_assign","add_assign","add_assign","add_assign","approximate_float","approximate_float_unsigned","borrow","borrow","borrow_mut","borrow_mut","ceil","checked_add","checked_div","checked_mul","checked_sub","clone","clone","clone_into","clone_into","cmp","default","denom","description","div","div","div","div","div","div","div","div","div_assign","div_assign","div_assign","div_assign","eq","eq","floor","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fract","from","from","from","from","from_f32","from_f32","from_f32","from_f32","from_f32","from_f32","from_f32","from_f32","from_f32","from_f32","from_f32","from_f32","from_f32","from_f64","from_f64","from_f64","from_f64","from_f64","from_f64","from_f64","from_f64","from_f64","from_f64","from_f64","from_f64","from_f64","from_float","from_i128","from_i128","from_i128","from_i128","from_i128","from_i128","from_i128","from_i128","from_i128","from_i128","from_i128","from_i128","from_i128","from_i64","from_i64","from_i64","from_i64","from_i64","from_i64","from_i64","from_i64","from_i64","from_i64","from_i64","from_i64","from_i64","from_integer","from_str","from_str_radix","from_u128","from_u128","from_u128","from_u128","from_u128","from_u128","from_u128","from_u128","from_u128","from_u128","from_u128","from_u128","from_u128","from_u64","from_u64","from_u64","from_u64","from_u64","from_u64","from_u64","from_u64","from_u64","from_u64","from_u64","from_u64","from_u64","hash","into","into","into_raw","inv","inv","is_integer","is_negative","is_one","is_positive","is_zero","mul","mul","mul","mul","mul","mul","mul","mul","mul_assign","mul_assign","mul_assign","mul_assign","neg","neg","new","new_raw","numer","one","partial_cmp","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","pow","product","product","recip","reduced","rem","rem","rem","rem","rem","rem","rem","rem","rem_assign","rem_assign","rem_assign","rem_assign","round","set_one","set_zero","signum","sub","sub","sub","sub","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sub_assign","sum","sum","to_f64","to_i128","to_i64","to_integer","to_owned","to_owned","to_string","to_string","to_u128","to_u64","trunc","try_from","try_from","try_into","try_into","type_id","type_id","zero"],"q":[[0,"num_rational"],[292,"core::clone"],[293,"num_integer"],[294,"num_traits::sign"],[295,"num_traits"],[296,"core::option"],[297,"num_traits::float"],[298,"num_traits::cast"],[299,"num_traits::bounds"],[300,"num_traits::sign"],[301,"num_traits::ops::checked"],[302,"core::fmt"],[303,"core::fmt"],[304,"core::result"],[305,"core::str::traits"],[306,"core::hash"],[307,"core::hash"],[308,"num_traits::pow"],[309,"num_bigint::biguint"],[310,"core::iter::traits::iterator"],[311,"num_traits::cast"],[312,"core::any"]],"d":["Alias for arbitrary precision rationals.","A constant Ratio 1/1.","","Represents the ratio between two numbers.","Alias for a Ratio of machine-sized integers.","Alias for a Ratio of 32-bit-sized integers.","Alias for a Ratio of 64-bit-sized integers.","A constant Ratio 0/1.","","","","","","","","","","","","","","","","","","","","","Rounds towards plus infinity.","","","","","","","","","","Returns zero","Gets an immutable reference to the denominator.","","","","","","","","","","","","","","","","Rounds towards minus infinity.","","","","","","","","","","","Returns the fractional part of a number, with division …","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts a float into a rational number.","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Ratio representing the integer t.","Parses numer/denom or just numer.","Parses numer/denom where the numbers are in base radix.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Deconstructs a Ratio into its numerator and denominator.","","","Returns true if the rational number is an integer …","","","","","","","","","","","","","","","","","","","Creates a new Ratio.","Creates a Ratio without checking for denom == 0 or …","Gets an immutable reference to the numerator.","","","","","","","","Raises the Ratio to the power of an exponent.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the reciprocal.","Returns a reduced copy of self.","","","","","","","","","","","","","Rounds to the nearest integer. Rounds half-way cases away …","","","","","","","","","","","","","","","","","","","","","Converts to an integer, rounding towards zero.","","","","","","","Rounds towards zero.","","","","","","",""],"i":[0,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,15,1,15,1,1,1,1,1,1,15,1,15,1,1,1,15,1,1,1,1,1,1,1,1,1,1,1,1,1,15,1,1,1,1,1,1,1,1,1,15,15,1,1,1,1,15,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,15,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,15,1,15,1,1,1,1,15,1,15,1,15,1],"f":"````````{{{b{c}}}{{b{c}}}{dfh}}{{{b{c}}{b{c}}}{{b{c}}}{dfh}}{{{b{c}}{b{c}}}{{b{c}}}{df}}{{{b{c}}c}{{b{c}}}{df}}010110{{{b{c}}{b{c}}}j{dfl}}{{{b{c}}c}j{dfl}}01{c{{n{{b{e}}}}}{A`Ab}{fhAdAbd}}{c{{n{{b{e}}}}}{A`Ab}{fAfAdAbd}}{ce{}{}}000{{{b{c}}}{{b{c}}}{df}}{{{b{c}}{b{c}}}{{n{{b{c}}}}}{dfAhAj}}{{{b{c}}{b{c}}}{{n{{b{c}}}}}{dfAh}}0{{{b{c}}{b{c}}}{{n{{b{c}}}}}{dfAhAl}}{{{b{c}}}{{b{c}}}d}{AnAn}{{ce}j{}{}}0{{{b{c}}{b{c}}}B`{df}}{{}{{b{c}}}{df}}{{{b{c}}}c{}}{AnBb}{{{b{c}}{b{c}}}{{b{c}}}{df}}{{{b{c}}c}{{b{c}}}{df}}110100{{{b{c}}{b{c}}}j{dfl}}{{{b{c}}c}j{dfl}}01{{{b{c}}{b{c}}}Bd{df}}{{AnAn}Bd}{{{b{c}}}{{b{c}}}{df}}{{{b{c}}Bf}Bh{Bjdf}}{{{b{c}}Bf}Bh{Bldf}}{{{b{c}}Bf}Bh{Bndf}}{{{b{c}}Bf}Bh{C`df}}{{{b{c}}Bf}Bh{Cbdf}}{{{b{c}}Bf}BhCd}{{{b{c}}Bf}Bh{Cfdf}}{{{b{c}}Bf}Bh{Chdf}}{{AnBf}Bh}09{c{{b{c}}}{df}}{cc{}}{{{Cj{cc}}}{{b{c}}}{df}}1{Cl{{n{{b{Cn}}}}}}{Cl{{n{{b{D`}}}}}}{Cl{{n{{b{Db}}}}}}{Cl{{n{{b{Dd}}}}}}{Cl{{n{{b{Df}}}}}}{Cl{{n{{b{Dh}}}}}}{Cl{{n{{b{Dj}}}}}}{Cl{{n{{b{Dl}}}}}}{Cl{{n{{b{Dn}}}}}}{Cl{{n{{b{E`}}}}}}{Cl{{n{{b{Eb}}}}}}{Cl{{n{{b{Ed}}}}}}{Cl{{n{{b{Ef}}}}}}{Eh{{n{{b{Dj}}}}}}{Eh{{n{{b{Eb}}}}}}{Eh{{n{{b{Ed}}}}}}{Eh{{n{{b{Cn}}}}}}{Eh{{n{{b{Dn}}}}}}{Eh{{n{{b{Dd}}}}}}{Eh{{n{{b{Ef}}}}}}{Eh{{n{{b{D`}}}}}}{Eh{{n{{b{Dl}}}}}}{Eh{{n{{b{E`}}}}}}{Eh{{n{{b{Dh}}}}}}{Eh{{n{{b{Df}}}}}}{Eh{{n{{b{Db}}}}}}{c{{n{Ej}}}A`}{Dj{{n{{b{Eb}}}}}}{Dj{{n{{b{Dl}}}}}}{Dj{{n{{b{Db}}}}}}{Dj{{n{{b{E`}}}}}}{Dj{{n{{b{Ef}}}}}}{Dj{{n{{b{Dn}}}}}}{Dj{{n{{b{Dd}}}}}}{Dj{{n{{b{Df}}}}}}{Dj{{n{{b{Dh}}}}}}{Dj{{n{{b{Cn}}}}}}{Dj{{n{{b{Dj}}}}}}{Dj{{n{{b{D`}}}}}}{Dj{{n{{b{Ed}}}}}}{E`{{n{{b{Dd}}}}}}{E`{{n{{b{Eb}}}}}}{E`{{n{{b{Ed}}}}}}{E`{{n{{b{Dl}}}}}}{E`{{n{{b{Cn}}}}}}{E`{{n{{b{D`}}}}}}{E`{{n{{b{E`}}}}}}{E`{{n{{b{Dh}}}}}}{E`{{n{{b{Dj}}}}}}{E`{{n{{b{Df}}}}}}{E`{{n{{b{Db}}}}}}{E`{{n{{b{Dn}}}}}}{E`{{n{{b{Ef}}}}}}{c{{b{c}}}{df}}{Bb{{El{{b{c}}An}}}{Endf}}{{BbEd}{{El{{b{c}}An}}}{df}}{Dh{{n{{b{D`}}}}}}{Dh{{n{{b{Dd}}}}}}{Dh{{n{{b{Db}}}}}}{Dh{{n{{b{Df}}}}}}{Dh{{n{{b{Cn}}}}}}{Dh{{n{{b{Eb}}}}}}{Dh{{n{{b{Dh}}}}}}{Dh{{n{{b{Dl}}}}}}{Dh{{n{{b{E`}}}}}}{Dh{{n{{b{Ef}}}}}}{Dh{{n{{b{Dj}}}}}}{Dh{{n{{b{Dn}}}}}}{Dh{{n{{b{Ed}}}}}}{Dn{{n{{b{E`}}}}}}{Dn{{n{{b{Dn}}}}}}{Dn{{n{{b{Dd}}}}}}{Dn{{n{{b{Ef}}}}}}{Dn{{n{{b{Dj}}}}}}{Dn{{n{{b{Ed}}}}}}{Dn{{n{{b{D`}}}}}}{Dn{{n{{b{Db}}}}}}{Dn{{n{{b{Dl}}}}}}{Dn{{n{{b{Dh}}}}}}{Dn{{n{{b{Eb}}}}}}{Dn{{n{{b{Df}}}}}}{Dn{{n{{b{Cn}}}}}}{{{b{c}}e}j{dfF`}Fb}{ce{}{}}0{{{b{c}}}{{Cj{cc}}}{}}{{{b{c}}}{{b{c}}}{df}}0{{{b{c}}}Bd{df}}{{{b{c}}}Bd{dfh}}101{{{b{c}}{b{c}}}{{b{c}}}{df}}00{{{b{c}}c}{{b{c}}}{df}}0100{{{b{c}}c}j{dfl}}0{{{b{c}}{b{c}}}j{dfl}}0{{{b{c}}}{{b{c}}}{df{Ff{}{{Fd{}}}}}}0{{cc}{{b{c}}}{df}}{{cc}{{b{c}}}{}}{{{b{c}}}c{}}{{}{{b{c}}}{df}}{{{b{c}}{b{c}}}{{n{B`}}}{df}}{{{b{c}}E`}{{b{c}}}{df}}{{{b{c}}Dj}{{b{c}}}{df{Fh{Dh}{{Fd{}}}}}}{{{b{c}}Db}{{b{c}}}{df}}{{{b{c}}Db}{{b{c}}}{df{Fh{Db}{{Fd{}}}}}}{{{b{c}}Fj}{{b{c}}}{df{Fh{Fj}{{Fd{}}}}}}{{{b{c}}Cn}{{b{c}}}{df}}{{{b{c}}Ef}{{b{c}}}{df{Fh{Db}{{Fd{}}}}}}{{{b{c}}Df}{{b{c}}}{df}}{{{b{c}}Dh}{{b{c}}}{df}}{{{b{c}}Dd}{{b{c}}}{df}}{{{b{c}}Dn}{{b{c}}}{df{Fh{Dn}{{Fd{}}}}}}5{{{b{c}}Dh}{{b{c}}}{df{Fh{Dh}{{Fd{}}}}}}3{{{b{c}}Eb}{{b{c}}}{df}}{{{b{c}}Dl}{{b{c}}}{df}}9{{{b{c}}Dn}{{b{c}}}{df}}{{{b{c}}Dj}{{b{c}}}{df}}{{{b{c}}E`}{{b{c}}}{df{Fh{Dn}{{Fd{}}}}}}{{{b{c}}Eb}{{b{c}}}{df{Fh{Eb}{{Fd{}}}}}}{{{b{c}}Dd}{{b{c}}}{df{Fh{D`}{{Fd{}}}}}}0=;{{{b{c}}Fj}{{b{c}}}{df}}0964{{{b{c}}Ef}{{b{c}}}{df}}9{{{b{c}}Df}{{b{c}}}{df{Fh{Fj}{{Fd{}}}}}}{{{b{c}}D`}{{b{c}}}{df{Fh{D`}{{Fd{}}}}}}{{{b{c}}Ed}{{b{c}}}{df}}9{{{b{c}}Ed}{{b{c}}}{df{Fh{Ed}{{Fd{}}}}}}?{{{b{c}}D`}{{b{c}}}{df}}{{{b{c}}Dl}{{b{c}}}{df{Fh{Eb}{{Fd{}}}}}}>5{{{b{c}}Dj}{{b{c}}}{df{Fh{Dh}{{Fd{}}}}}}{{{b{c}}Ef}{{b{c}}}{df{Fh{Db}{{Fd{}}}}}};{{{b{c}}Cn}{{b{c}}}{df{Fh{Ed}{{Fd{}}}}}}{{{b{c}}Db}{{b{c}}}{df{Fh{Db}{{Fd{}}}}}}>:46{{{b{c}}Db}{{b{c}}}{df}}86{{{b{c}}E`}{{b{c}}}{df}}3:{e{{b{c}}}{fd}{{Fn{}{{Fl{{b{c}}}}}}}}0{{{b{c}}}{{b{c}}}{df}}0{{{b{c}}c}{{b{c}}}{df}}{{{b{c}}{b{c}}}{{b{c}}}{df}}000111{{{b{c}}{b{c}}}j{dfl}}0{{{b{c}}c}j{dfl}}04{{{b{c}}}j{df}}0{{{b{c}}}{{b{c}}}{dfh}}44454555232377{{{b{c}}}{{n{Eh}}}{dfG`Gb}}{{{b{c}}}{{n{Dj}}}{dfG`Gb}}{{{b{c}}}{{n{E`}}}{dfG`Gb}}{{{b{c}}}c{df}}{ce{}{}}0{cGd{}}0{{{b{c}}}{{n{Dh}}}{dfG`Gb}}{{{b{c}}}{{n{Dn}}}{dfG`Gb}}>{c{{El{e}}}{}{}}000{cGf{}}0{{}{{b{c}}}{df}}","c":[4],"p":[[5,"Ratio",0],[10,"Clone",292],[10,"Integer",293],[10,"Signed",294],[1,"unit"],[10,"NumAssign",295],[6,"Option",296],[10,"FloatCore",297],[10,"NumCast",298],[10,"Bounded",299],[10,"Unsigned",294],[10,"CheckedMul",300],[10,"CheckedAdd",300],[10,"CheckedSub",300],[5,"ParseRatioError",0],[6,"Ordering",301],[1,"str"],[1,"bool"],[5,"Formatter",302],[8,"Result",302],[10,"UpperHex",302],[10,"Display",302],[10,"Octal",302],[10,"UpperExp",302],[10,"Binary",302],[10,"Debug",302],[10,"LowerHex",302],[10,"LowerExp",302],[1,"tuple"],[1,"f32"],[1,"i32"],[1,"u16"],[1,"u8"],[1,"i16"],[5,"BigInt",303],[1,"u128"],[1,"i128"],[1,"isize"],[1,"u64"],[1,"i64"],[1,"usize"],[1,"u32"],[1,"i8"],[1,"f64"],[8,"BigRational",0],[6,"Result",304],[10,"FromStr",305],[10,"Hash",306],[10,"Hasher",306],[17,"Output"],[10,"Neg",307],[10,"Pow",308],[5,"BigUint",309],[17,"Item"],[10,"Iterator",310],[10,"ToPrimitive",298],[10,"ToBigInt",303],[5,"String",311],[5,"TypeId",312]],"b":[[10,"impl-Add-for-Ratio%3CT%3E"],[11,"impl-Add%3C%26T%3E-for-%26Ratio%3CT%3E"],[12,"impl-Add%3CT%3E-for-%26Ratio%3CT%3E"],[13,"impl-Add%3C%26Ratio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[14,"impl-Add%3C%26T%3E-for-Ratio%3CT%3E"],[15,"impl-Add%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[16,"impl-Add%3CRatio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[17,"impl-Add%3CT%3E-for-Ratio%3CT%3E"],[18,"impl-AddAssign-for-Ratio%3CT%3E"],[19,"impl-AddAssign%3CT%3E-for-Ratio%3CT%3E"],[20,"impl-AddAssign%3C%26T%3E-for-Ratio%3CT%3E"],[21,"impl-AddAssign%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[41,"impl-Div-for-Ratio%3CT%3E"],[42,"impl-Div%3C%26T%3E-for-Ratio%3CT%3E"],[43,"impl-Div%3CRatio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[44,"impl-Div%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[45,"impl-Div%3CT%3E-for-Ratio%3CT%3E"],[46,"impl-Div%3C%26Ratio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[47,"impl-Div%3CT%3E-for-%26Ratio%3CT%3E"],[48,"impl-Div%3C%26T%3E-for-%26Ratio%3CT%3E"],[49,"impl-DivAssign-for-Ratio%3CT%3E"],[50,"impl-DivAssign%3CT%3E-for-Ratio%3CT%3E"],[51,"impl-DivAssign%3C%26T%3E-for-Ratio%3CT%3E"],[52,"impl-DivAssign%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[56,"impl-UpperHex-for-Ratio%3CT%3E"],[57,"impl-Display-for-Ratio%3CT%3E"],[58,"impl-Octal-for-Ratio%3CT%3E"],[59,"impl-UpperExp-for-Ratio%3CT%3E"],[60,"impl-Binary-for-Ratio%3CT%3E"],[61,"impl-Debug-for-Ratio%3CT%3E"],[62,"impl-LowerHex-for-Ratio%3CT%3E"],[63,"impl-LowerExp-for-Ratio%3CT%3E"],[64,"impl-Debug-for-ParseRatioError"],[65,"impl-Display-for-ParseRatioError"],[67,"impl-From%3CT%3E-for-Ratio%3CT%3E"],[69,"impl-From%3C(T,+T)%3E-for-Ratio%3CT%3E"],[71,"impl-FromPrimitive-for-Ratio%3Ci32%3E"],[72,"impl-FromPrimitive-for-Ratio%3Cu16%3E"],[73,"impl-FromPrimitive-for-Ratio%3Cu8%3E"],[74,"impl-FromPrimitive-for-Ratio%3Ci16%3E"],[75,"impl-FromPrimitive-for-Ratio%3CBigInt%3E"],[76,"impl-FromPrimitive-for-Ratio%3Cu128%3E"],[77,"impl-FromPrimitive-for-Ratio%3Ci128%3E"],[78,"impl-FromPrimitive-for-Ratio%3Cisize%3E"],[79,"impl-FromPrimitive-for-Ratio%3Cu64%3E"],[80,"impl-FromPrimitive-for-Ratio%3Ci64%3E"],[81,"impl-FromPrimitive-for-Ratio%3Cusize%3E"],[82,"impl-FromPrimitive-for-Ratio%3Cu32%3E"],[83,"impl-FromPrimitive-for-Ratio%3Ci8%3E"],[84,"impl-FromPrimitive-for-Ratio%3Ci128%3E"],[85,"impl-FromPrimitive-for-Ratio%3Cusize%3E"],[86,"impl-FromPrimitive-for-Ratio%3Cu32%3E"],[87,"impl-FromPrimitive-for-Ratio%3Ci32%3E"],[88,"impl-FromPrimitive-for-Ratio%3Cu64%3E"],[89,"impl-FromPrimitive-for-Ratio%3Ci16%3E"],[90,"impl-FromPrimitive-for-Ratio%3Ci8%3E"],[91,"impl-FromPrimitive-for-Ratio%3Cu16%3E"],[92,"impl-FromPrimitive-for-Ratio%3Cisize%3E"],[93,"impl-FromPrimitive-for-Ratio%3Ci64%3E"],[94,"impl-FromPrimitive-for-Ratio%3Cu128%3E"],[95,"impl-FromPrimitive-for-Ratio%3CBigInt%3E"],[96,"impl-FromPrimitive-for-Ratio%3Cu8%3E"],[98,"impl-FromPrimitive-for-Ratio%3Cusize%3E"],[99,"impl-FromPrimitive-for-Ratio%3Cisize%3E"],[100,"impl-FromPrimitive-for-Ratio%3Cu8%3E"],[101,"impl-FromPrimitive-for-Ratio%3Ci64%3E"],[102,"impl-FromPrimitive-for-Ratio%3Ci8%3E"],[103,"impl-FromPrimitive-for-Ratio%3Cu64%3E"],[104,"impl-FromPrimitive-for-Ratio%3Ci16%3E"],[105,"impl-FromPrimitive-for-Ratio%3CBigInt%3E"],[106,"impl-FromPrimitive-for-Ratio%3Cu128%3E"],[107,"impl-FromPrimitive-for-Ratio%3Ci32%3E"],[108,"impl-FromPrimitive-for-Ratio%3Ci128%3E"],[109,"impl-FromPrimitive-for-Ratio%3Cu16%3E"],[110,"impl-FromPrimitive-for-Ratio%3Cu32%3E"],[111,"impl-FromPrimitive-for-Ratio%3Ci16%3E"],[112,"impl-FromPrimitive-for-Ratio%3Cusize%3E"],[113,"impl-FromPrimitive-for-Ratio%3Cu32%3E"],[114,"impl-FromPrimitive-for-Ratio%3Cisize%3E"],[115,"impl-FromPrimitive-for-Ratio%3Ci32%3E"],[116,"impl-FromPrimitive-for-Ratio%3Cu16%3E"],[117,"impl-FromPrimitive-for-Ratio%3Ci64%3E"],[118,"impl-FromPrimitive-for-Ratio%3Cu128%3E"],[119,"impl-FromPrimitive-for-Ratio%3Ci128%3E"],[120,"impl-FromPrimitive-for-Ratio%3CBigInt%3E"],[121,"impl-FromPrimitive-for-Ratio%3Cu8%3E"],[122,"impl-FromPrimitive-for-Ratio%3Cu64%3E"],[123,"impl-FromPrimitive-for-Ratio%3Ci8%3E"],[127,"impl-FromPrimitive-for-Ratio%3Cu16%3E"],[128,"impl-FromPrimitive-for-Ratio%3Ci16%3E"],[129,"impl-FromPrimitive-for-Ratio%3Cu8%3E"],[130,"impl-FromPrimitive-for-Ratio%3CBigInt%3E"],[131,"impl-FromPrimitive-for-Ratio%3Ci32%3E"],[132,"impl-FromPrimitive-for-Ratio%3Cusize%3E"],[133,"impl-FromPrimitive-for-Ratio%3Cu128%3E"],[134,"impl-FromPrimitive-for-Ratio%3Cisize%3E"],[135,"impl-FromPrimitive-for-Ratio%3Ci64%3E"],[136,"impl-FromPrimitive-for-Ratio%3Ci8%3E"],[137,"impl-FromPrimitive-for-Ratio%3Ci128%3E"],[138,"impl-FromPrimitive-for-Ratio%3Cu64%3E"],[139,"impl-FromPrimitive-for-Ratio%3Cu32%3E"],[140,"impl-FromPrimitive-for-Ratio%3Ci64%3E"],[141,"impl-FromPrimitive-for-Ratio%3Cu64%3E"],[142,"impl-FromPrimitive-for-Ratio%3Ci16%3E"],[143,"impl-FromPrimitive-for-Ratio%3Ci8%3E"],[144,"impl-FromPrimitive-for-Ratio%3Ci128%3E"],[145,"impl-FromPrimitive-for-Ratio%3Cu32%3E"],[146,"impl-FromPrimitive-for-Ratio%3Cu16%3E"],[147,"impl-FromPrimitive-for-Ratio%3Cu8%3E"],[148,"impl-FromPrimitive-for-Ratio%3Cisize%3E"],[149,"impl-FromPrimitive-for-Ratio%3Cu128%3E"],[150,"impl-FromPrimitive-for-Ratio%3Cusize%3E"],[151,"impl-FromPrimitive-for-Ratio%3CBigInt%3E"],[152,"impl-FromPrimitive-for-Ratio%3Ci32%3E"],[157,"impl-Inv-for-%26Ratio%3CT%3E"],[158,"impl-Inv-for-Ratio%3CT%3E"],[164,"impl-Mul%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[165,"impl-Mul-for-Ratio%3CT%3E"],[166,"impl-Mul%3CRatio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[167,"impl-Mul%3C%26T%3E-for-%26Ratio%3CT%3E"],[168,"impl-Mul%3C%26T%3E-for-Ratio%3CT%3E"],[169,"impl-Mul%3C%26Ratio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[170,"impl-Mul%3CT%3E-for-%26Ratio%3CT%3E"],[171,"impl-Mul%3CT%3E-for-Ratio%3CT%3E"],[172,"impl-MulAssign%3C%26T%3E-for-Ratio%3CT%3E"],[173,"impl-MulAssign%3CT%3E-for-Ratio%3CT%3E"],[174,"impl-MulAssign%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[175,"impl-MulAssign-for-Ratio%3CT%3E"],[176,"impl-Neg-for-%26Ratio%3CT%3E"],[177,"impl-Neg-for-Ratio%3CT%3E"],[183,"impl-Pow%3Ci64%3E-for-%26Ratio%3CT%3E"],[184,"impl-Pow%3C%26i128%3E-for-Ratio%3CT%3E"],[185,"impl-Pow%3C%26u8%3E-for-%26Ratio%3CT%3E"],[186,"impl-Pow%3C%26u8%3E-for-Ratio%3CT%3E"],[187,"impl-Pow%3C%26BigUint%3E-for-Ratio%3CT%3E"],[188,"impl-Ratio%3CT%3E"],[189,"impl-Pow%3C%26i8%3E-for-Ratio%3CT%3E"],[190,"impl-Pow%3CBigInt%3E-for-%26Ratio%3CT%3E"],[191,"impl-Pow%3C%26u128%3E-for-%26Ratio%3CT%3E"],[192,"impl-Pow%3C%26i16%3E-for-%26Ratio%3CT%3E"],[193,"impl-Pow%3C%26u64%3E-for-Ratio%3CT%3E"],[194,"impl-Pow%3Ci32%3E-for-%26Ratio%3CT%3E"],[195,"impl-Pow%3C%26u128%3E-for-Ratio%3CT%3E"],[196,"impl-Pow%3Cu128%3E-for-%26Ratio%3CT%3E"],[197,"impl-Pow%3Cusize%3E-for-%26Ratio%3CT%3E"],[198,"impl-Pow%3Cisize%3E-for-%26Ratio%3CT%3E"],[199,"impl-Pow%3CBigUint%3E-for-Ratio%3CT%3E"],[200,"impl-Pow%3C%26u64%3E-for-%26Ratio%3CT%3E"],[201,"impl-Pow%3Ci128%3E-for-%26Ratio%3CT%3E"],[202,"impl-Pow%3C%26i64%3E-for-Ratio%3CT%3E"],[203,"impl-Pow%3C%26usize%3E-for-Ratio%3CT%3E"],[204,"impl-Pow%3Ci16%3E-for-Ratio%3CT%3E"],[205,"impl-Pow%3C%26i16%3E-for-Ratio%3CT%3E"],[206,"impl-Pow%3C%26i32%3E-for-%26Ratio%3CT%3E"],[207,"impl-Pow%3C%26BigInt%3E-for-%26Ratio%3CT%3E"],[208,"impl-Pow%3C%26BigUint%3E-for-%26Ratio%3CT%3E"],[209,"impl-Pow%3CBigUint%3E-for-%26Ratio%3CT%3E"],[210,"impl-Pow%3Cu64%3E-for-Ratio%3CT%3E"],[211,"impl-Pow%3C%26isize%3E-for-%26Ratio%3CT%3E"],[212,"impl-Pow%3C%26i128%3E-for-%26Ratio%3CT%3E"],[213,"impl-Pow%3C%26i8%3E-for-%26Ratio%3CT%3E"],[214,"impl-Pow%3Cu128%3E-for-Ratio%3CT%3E"],[215,"impl-Pow%3C%26BigInt%3E-for-Ratio%3CT%3E"],[216,"impl-Pow%3Cu16%3E-for-Ratio%3CT%3E"],[217,"impl-Pow%3Cu32%3E-for-%26Ratio%3CT%3E"],[218,"impl-Pow%3Cu64%3E-for-%26Ratio%3CT%3E"],[219,"impl-Pow%3C%26u32%3E-for-Ratio%3CT%3E"],[220,"impl-Pow%3Ci16%3E-for-%26Ratio%3CT%3E"],[221,"impl-Pow%3C%26u16%3E-for-%26Ratio%3CT%3E"],[222,"impl-Pow%3Cisize%3E-for-Ratio%3CT%3E"],[223,"impl-Pow%3C%26usize%3E-for-%26Ratio%3CT%3E"],[224,"impl-Pow%3CBigInt%3E-for-Ratio%3CT%3E"],[225,"impl-Pow%3Ci128%3E-for-Ratio%3CT%3E"],[226,"impl-Pow%3Ci8%3E-for-Ratio%3CT%3E"],[227,"impl-Pow%3Cusize%3E-for-Ratio%3CT%3E"],[228,"impl-Pow%3Ci32%3E-for-Ratio%3CT%3E"],[229,"impl-Pow%3Cu8%3E-for-Ratio%3CT%3E"],[230,"impl-Pow%3Ci64%3E-for-Ratio%3CT%3E"],[231,"impl-Pow%3Ci8%3E-for-%26Ratio%3CT%3E"],[232,"impl-Pow%3C%26isize%3E-for-Ratio%3CT%3E"],[233,"impl-Pow%3Cu32%3E-for-Ratio%3CT%3E"],[234,"impl-Pow%3Cu8%3E-for-%26Ratio%3CT%3E"],[235,"impl-Pow%3C%26u32%3E-for-%26Ratio%3CT%3E"],[236,"impl-Pow%3Cu16%3E-for-%26Ratio%3CT%3E"],[237,"impl-Pow%3C%26i64%3E-for-%26Ratio%3CT%3E"],[238,"impl-Pow%3C%26i32%3E-for-Ratio%3CT%3E"],[239,"impl-Pow%3C%26u16%3E-for-Ratio%3CT%3E"],[240,"impl-Product%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[241,"impl-Product-for-Ratio%3CT%3E"],[244,"impl-Rem%3C%26T%3E-for-%26Ratio%3CT%3E"],[245,"impl-Rem%3C%26Ratio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[246,"impl-Rem%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[247,"impl-Rem%3CRatio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[248,"impl-Rem-for-Ratio%3CT%3E"],[249,"impl-Rem%3CT%3E-for-%26Ratio%3CT%3E"],[250,"impl-Rem%3C%26T%3E-for-Ratio%3CT%3E"],[251,"impl-Rem%3CT%3E-for-Ratio%3CT%3E"],[252,"impl-RemAssign%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[253,"impl-RemAssign-for-Ratio%3CT%3E"],[254,"impl-RemAssign%3CT%3E-for-Ratio%3CT%3E"],[255,"impl-RemAssign%3C%26T%3E-for-Ratio%3CT%3E"],[260,"impl-Sub%3C%26Ratio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[261,"impl-Sub-for-Ratio%3CT%3E"],[262,"impl-Sub%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[263,"impl-Sub%3C%26T%3E-for-%26Ratio%3CT%3E"],[264,"impl-Sub%3CRatio%3CT%3E%3E-for-%26Ratio%3CT%3E"],[265,"impl-Sub%3C%26T%3E-for-Ratio%3CT%3E"],[266,"impl-Sub%3CT%3E-for-Ratio%3CT%3E"],[267,"impl-Sub%3CT%3E-for-%26Ratio%3CT%3E"],[268,"impl-SubAssign%3C%26T%3E-for-Ratio%3CT%3E"],[269,"impl-SubAssign%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[270,"impl-SubAssign%3CT%3E-for-Ratio%3CT%3E"],[271,"impl-SubAssign-for-Ratio%3CT%3E"],[272,"impl-Sum%3C%26Ratio%3CT%3E%3E-for-Ratio%3CT%3E"],[273,"impl-Sum-for-Ratio%3CT%3E"]]}],\ ["num_traits",{"doc":"Numeric traits for generic mathematics","t":"EEEEEEEEEEEEEPEEEGEEREPEEKKKKEKKEFEEKEEEEEEEEEEEEEEEEENNNNCCEEHHHCNNNNNMCCNNOECCECCENNNNNNNEKKKMMMMKKKKMHMNNNNNMNNNNNMNNNNNNNMNNNNNMNNMMMMMMMMMMKKKMMNMNMMMNKMNMMMMMMMMMMNNNMMNMMMNMMMMNMNMMMMMMNMNMNMNMNMNNNMMMMMMNMMMNMMMMMMMMMMMMMNMNMNMNMMMMMMMNMNMMNKKTKTKNMHMNNHMKMMMMNMMNMMMMMMMNMMMCCCCCCCCRRKKKMMNMMNKKKKKKKKMMMMMMMMKKMNMMNMKRMKKRMMKKKMMMKKKKMMMMMKKKKKKMMMMMMRKHHMKMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMKKHMHMMMHM","n":["AsPrimitive","Bounded","CheckedAdd","CheckedDiv","CheckedEuclid","CheckedMul","CheckedNeg","CheckedRem","CheckedShl","CheckedShr","CheckedSub","ConstOne","ConstZero","Empty","Euclid","Float","FloatConst","FloatErrorKind","FromBytes","FromPrimitive","FromStrRadixErr","Inv","Invalid","MulAdd","MulAddAssign","Num","NumAssign","NumAssignOps","NumAssignRef","NumCast","NumOps","NumRef","One","ParseFloatError","Pow","PrimInt","RefNum","Saturating","SaturatingAdd","SaturatingMul","SaturatingSub","Signed","ToBytes","ToPrimitive","Unsigned","WrappingAdd","WrappingMul","WrappingNeg","WrappingShl","WrappingShr","WrappingSub","Zero","abs","abs_sub","borrow","borrow","borrow_mut","borrow_mut","bounds","cast","cast","checked_pow","clamp","clamp_max","clamp_min","float","fmt","fmt","fmt","from","from","from_str_radix","identities","int","into","into","kind","one","ops","pow","pow","real","sign","signum","to_string","try_from","try_from","try_into","try_into","type_id","type_id","zero","Bounded","LowerBounded","UpperBounded","max_value","max_value","min_value","min_value","AsPrimitive","FromPrimitive","NumCast","ToPrimitive","as_","cast","from","from_f32","from_f64","from_i128","from_i16","from_i32","from_i64","from_i8","from_isize","from_u128","from_u16","from_u32","from_u64","from_u8","from_usize","to_f32","to_f64","to_i128","to_i16","to_i32","to_i64","to_i8","to_isize","to_u128","to_u16","to_u32","to_u64","to_u8","to_usize","E","FRAC_1_PI","FRAC_1_SQRT_2","FRAC_2_PI","FRAC_2_SQRT_PI","FRAC_PI_2","FRAC_PI_3","FRAC_PI_4","FRAC_PI_6","FRAC_PI_8","Float","FloatConst","FloatCore","LN_10","LN_2","LOG10_2","LOG10_E","LOG2_10","LOG2_E","PI","SQRT_2","TAU","TotalOrder","abs","abs","abs_sub","acos","acosh","asin","asinh","atan","atan2","atanh","cbrt","ceil","ceil","clamp","clamp","classify","classify","copysign","cos","cosh","epsilon","epsilon","exp","exp2","exp_m1","floor","floor","fract","fract","hypot","infinity","infinity","integer_decode","integer_decode","is_finite","is_finite","is_infinite","is_infinite","is_nan","is_nan","is_normal","is_normal","is_sign_negative","is_sign_negative","is_sign_positive","is_sign_positive","is_subnormal","is_subnormal","ln","ln_1p","log","log10","log2","max","max","max_value","max_value","min","min","min_positive_value","min_positive_value","min_value","min_value","mul_add","nan","nan","neg_infinity","neg_infinity","neg_zero","neg_zero","powf","powi","powi","recip","recip","round","round","signum","signum","sin","sin_cos","sinh","sqrt","tan","tanh","to_degrees","to_degrees","to_radians","to_radians","total_cmp","trunc","trunc","ConstOne","ConstZero","ONE","One","ZERO","Zero","is_one","is_zero","one","one","set_one","set_zero","zero","zero","PrimInt","count_ones","count_zeros","from_be","from_le","leading_ones","leading_zeros","pow","reverse_bits","rotate_left","rotate_right","signed_shl","signed_shr","swap_bytes","to_be","to_le","trailing_ones","trailing_zeros","unsigned_shl","unsigned_shr","bytes","checked","euclid","inv","mul_add","overflowing","saturating","wrapping","Bytes","Bytes","FromBytes","NumBytes","ToBytes","from_be_bytes","from_le_bytes","from_ne_bytes","to_be_bytes","to_le_bytes","to_ne_bytes","CheckedAdd","CheckedDiv","CheckedMul","CheckedNeg","CheckedRem","CheckedShl","CheckedShr","CheckedSub","checked_add","checked_div","checked_mul","checked_neg","checked_rem","checked_shl","checked_shr","checked_sub","CheckedEuclid","Euclid","checked_div_euclid","checked_div_rem_euclid","checked_rem_euclid","div_euclid","div_rem_euclid","rem_euclid","Inv","Output","inv","MulAdd","MulAddAssign","Output","mul_add","mul_add_assign","OverflowingAdd","OverflowingMul","OverflowingSub","overflowing_add","overflowing_mul","overflowing_sub","Saturating","SaturatingAdd","SaturatingMul","SaturatingSub","saturating_add","saturating_add","saturating_mul","saturating_sub","saturating_sub","WrappingAdd","WrappingMul","WrappingNeg","WrappingShl","WrappingShr","WrappingSub","wrapping_add","wrapping_mul","wrapping_neg","wrapping_shl","wrapping_shr","wrapping_sub","Output","Pow","checked_pow","pow","pow","Real","abs","abs_sub","acos","acosh","asin","asinh","atan","atan2","atanh","cbrt","ceil","cos","cosh","epsilon","exp","exp2","exp_m1","floor","fract","hypot","is_sign_negative","is_sign_positive","ln","ln_1p","log","log10","log2","max","max_value","min","min_positive_value","min_value","mul_add","powf","powi","recip","round","signum","sin","sin_cos","sinh","sqrt","tan","tanh","to_degrees","to_radians","trunc","Signed","Unsigned","abs","abs","abs_sub","abs_sub","is_negative","is_positive","signum","signum"],"q":[[0,"num_traits"],[92,"num_traits::bounds"],[99,"num_traits::cast"],[134,"num_traits::float"],[249,"num_traits::identities"],[263,"num_traits::int"],[283,"num_traits::ops"],[291,"num_traits::ops::bytes"],[302,"num_traits::ops::checked"],[318,"num_traits::ops::euclid"],[326,"num_traits::ops::inv"],[329,"num_traits::ops::mul_add"],[334,"num_traits::ops::overflowing"],[340,"num_traits::ops::saturating"],[349,"num_traits::ops::wrapping"],[361,"num_traits::pow"],[366,"num_traits::real"],[414,"num_traits::sign"],[424,"core::cmp"],[425,"core::fmt"],[426,"core::fmt"],[427,"alloc::string"],[428,"core::any"],[429,"core::marker"],[430,"core::option"],[431,"core::num"],[432,"core::cmp"],[433,"core::ops::arith"]],"d":["","","","","","","","","","","","","","","","","","","","","","","","","","The base trait for numeric types, covering 0 and 1 values, …","The trait for Num types which also implement assignment …","Generic trait for types implementing numeric assignment …","The trait for NumAssign types which also implement …","","Generic trait for types implementing basic numeric …","The trait for Num types which also implement numeric …","","","","","The trait for Num references which implement numeric …","","","","","","","","","","","","","","","","","","","","","","","","","","A value bounded by a minimum and a maximum","A value bounded by a maximum value","A value bounded by a minimum value","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a string and radix (typically 2..=36).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Numbers which have upper and lower bounds","Numbers which have lower bounds","Numbers which have upper bounds","Returns the largest finite number this type can represent","Returns the largest finite number this type can represent","Returns the smallest finite number this type can represent","Returns the smallest finite number this type can represent","A generic interface for casting between machine scalars …","A generic trait for converting a number to a value.","An interface for casting between machine scalars.","A generic trait for converting a value to a number.","Convert a value to another, using the as operator.","Cast from one machine scalar to another.","Creates a number from another value that can be converted …","Converts a f32 to return an optional value of this type. …","Converts a f64 to return an optional value of this type. …","Converts an i128 to return an optional value of this type. …","Converts an i16 to return an optional value of this type. …","Converts an i32 to return an optional value of this type. …","Converts an i64 to return an optional value of this type. …","Converts an i8 to return an optional value of this type. …","Converts an isize to return an optional value of this …","Converts an u128 to return an optional value of this type. …","Converts an u16 to return an optional value of this type. …","Converts an u32 to return an optional value of this type. …","Converts an u64 to return an optional value of this type. …","Converts an u8 to return an optional value of this type. …","Converts a usize to return an optional value of this type. …","Converts the value of self to an f32. Overflows may map to …","Converts the value of self to an f64. Overflows may map to …","Converts the value of self to an i128. If the value cannot …","Converts the value of self to an i16. If the value cannot …","Converts the value of self to an i32. If the value cannot …","Converts the value of self to an i64. If the value cannot …","Converts the value of self to an i8. If the value cannot be","Converts the value of self to an isize. If the value …","Converts the value of self to a u128. If the value cannot …","Converts the value of self to a u16. If the value cannot be","Converts the value of self to a u32. If the value cannot be","Converts the value of self to a u64. If the value cannot be","Converts the value of self to a u8. If the value cannot be …","Converts the value of self to a usize. If the value cannot …","Return Euler’s number.","Return 1.0 / π.","Return 1.0 / sqrt(2.0).","Return 2.0 / π.","Return 2.0 / sqrt(π).","Return π / 2.0.","Return π / 3.0.","Return π / 4.0.","Return π / 6.0.","Return π / 8.0.","Generic trait for floating point numbers","","Generic trait for floating point numbers that works with …","Return ln(10.0).","Return ln(2.0).","Return log10(2.0).","Return log10(e).","Return log2(10.0).","Return log2(e).","Return Archimedes’ constant π.","Return sqrt(2.0).","Return the full circle constant τ.","Trait for floating point numbers that provide an …","Computes the absolute value of self. Returns Float::nan() …","Computes the absolute value of self. Returns …","The positive difference of two numbers.","Computes the arccosine of a number. Return value is in …","Inverse hyperbolic cosine function.","Computes the arcsine of a number. Return value is in …","Inverse hyperbolic sine function.","Computes the arctangent of a number. Return value is in …","Computes the four quadrant arctangent of self (y) and other…","Inverse hyperbolic tangent function.","Take the cubic root of a number.","Returns the smallest integer greater than or equal to a …","Returns the smallest integer greater than or equal to a …","A value bounded by a minimum and a maximum","Clamps a value between a min and max.","Returns the floating point category of the number. If only …","Returns the floating point category of the number. If only …","Returns a number composed of the magnitude of self and the …","Computes the cosine of a number (in radians).","Hyperbolic cosine function.","Returns epsilon, a small positive value.","Returns epsilon, a small positive value.","Returns e^(self), (the exponential function).","Returns 2^(self).","Returns e^(self) - 1 in a way that is accurate even if the …","Returns the largest integer less than or equal to a number.","Returns the largest integer less than or equal to a number.","Returns the fractional part of a number.","Returns the fractional part of a number.","Calculate the length of the hypotenuse of a right-angle …","Returns positive infinity.","Returns the infinite value.","Returns the mantissa, base 2 exponent, and sign as …","Returns the mantissa, base 2 exponent, and sign as …","Returns true if this number is neither infinite nor NaN.","Returns true if the number is neither infinite or NaN.","Returns true if this value is positive infinity or …","Returns true if the number is infinite.","Returns true if this value is NaN and false otherwise.","Returns true if the number is NaN.","Returns true if the number is neither zero, infinite, …","Returns true if the number is neither zero, infinite, …","Returns true if self is negative, including -0.0, …","Returns true if self is negative, including -0.0 and …","Returns true if self is positive, including +0.0, …","Returns true if self is positive, including +0.0 and …","Returns true if the number is subnormal.","Returns true if the number is subnormal.","Returns the natural logarithm of the number.","Returns ln(1+n) (natural logarithm) more accurately than if","Returns the logarithm of the number with respect to an …","Returns the base 10 logarithm of the number.","Returns the base 2 logarithm of the number.","Returns the maximum of the two numbers.","Returns the maximum of the two numbers.","Returns the largest finite value that this type can …","Returns the largest finite value that this type can …","Returns the minimum of the two numbers.","Returns the minimum of the two numbers.","Returns the smallest positive, normalized value that this …","Returns the smallest positive, normalized value that this …","Returns the smallest finite value that this type can …","Returns the smallest finite value that this type can …","Fused multiply-add. Computes (self * a) + b with only one …","Returns NaN.","Returns the NaN value.","Returns negative infinity.","Returns the negative infinite value.","Returns -0.0.","Returns -0.0.","Raise a number to a floating point power.","Raise a number to an integer power.","Raise a number to an integer power.","Take the reciprocal (inverse) of a number, 1/x.","Returns the reciprocal (multiplicative inverse) of the …","Returns the nearest integer to a number. Round half-way …","Returns the nearest integer to a number. Round half-way …","Returns a number that represents the sign of self.","Returns a number that represents the sign of self.","Computes the sine of a number (in radians).","Simultaneously computes the sine and cosine of the number, …","Hyperbolic sine function.","Take the square root of a number.","Computes the tangent of a number (in radians).","Hyperbolic tangent function.","Converts to degrees, assuming the number is in radians.","Converts radians to degrees.","Converts to radians, assuming the number is in degrees.","Converts degrees to radians.","Return the ordering between self and other.","Return the integer part of a number.","Return the integer part of a number.","Defines an associated constant representing the …","Defines an associated constant representing the additive …","The multiplicative identity element of Self, 1.","Defines a multiplicative identity element for Self.","The additive identity element of Self, 0.","Defines an additive identity element for Self.","Returns true if self is equal to the multiplicative …","Returns true if self is equal to the additive identity.","Returns the multiplicative identity, 1.","Returns the multiplicative identity element of Self, 1.","Sets self to the multiplicative identity element of Self, 1…","Sets self to the additive identity element of Self, 0.","Returns the additive identity, 0.","Returns the additive identity element of Self, 0.","Generic trait for primitive integers.","Returns the number of ones in the binary representation of …","Returns the number of zeros in the binary representation …","Convert an integer from big endian to the target’s …","Convert an integer from little endian to the target’s …","Returns the number of leading ones in the binary …","Returns the number of leading zeros in the binary …","Raises self to the power of exp, using exponentiation by …","Reverses the order of bits in the integer.","Shifts the bits to the left by a specified amount, n, …","Shifts the bits to the right by a specified amount, n, …","Shifts the bits to the left by a specified amount, n, …","Shifts the bits to the right by a specified amount, n, …","Reverses the byte order of the integer.","Convert self to big endian from the target’s endianness.","Convert self to little endian from the target’s …","Returns the number of trailing ones in the binary …","Returns the number of trailing zeros in the binary …","Shifts the bits to the left by a specified amount, n, …","Shifts the bits to the right by a specified amount, n, …","","","","","","","","","","","","","","Create a number from its representation as a byte array in …","Create a number from its representation as a byte array in …","Create a number from its memory representation as a byte …","Return the memory representation of this number as a byte …","Return the memory representation of this number as a byte …","Return the memory representation of this number as a byte …","Performs addition that returns None instead of wrapping …","Performs division that returns None instead of panicking …","Performs multiplication that returns None instead of …","Performs negation that returns None if the result can’t …","Performs an integral remainder that returns None instead …","Performs a left shift that returns None on shifts larger …","Performs a right shift that returns None on shifts larger …","Performs subtraction that returns None instead of wrapping …","Adds two numbers, checking for overflow. If overflow …","Divides two numbers, checking for underflow, overflow and …","Multiplies two numbers, checking for underflow or …","Negates a number, returning None for results that can’t …","Finds the remainder of dividing two numbers, checking for …","Checked shift left. Computes self << rhs, returning None …","Checked shift right. Computes self >> rhs, returning None …","Subtracts two numbers, checking for underflow. If …","","","Performs euclid division that returns None instead of …","Returns both the quotient and remainder from checked …","Finds the euclid remainder of dividing two numbers, …","Calculates Euclidean division, the matching method for …","Returns both the quotient and remainder from Euclidean …","Calculates the least nonnegative remainder of self (mod v).","Unary operator for retrieving the multiplicative inverse, …","The result after applying the operator.","Returns the multiplicative inverse of self.","Fused multiply-add. Computes (self * a) + b with only one …","The fused multiply-add assignment operation …","The resulting type after applying the fused multiply-add.","Performs the fused multiply-add operation (self * a) + b","Performs the fused multiply-add assignment operation …","Performs addition with a flag for overflow.","Performs multiplication with a flag for overflow.","Performs substraction with a flag for overflow.","Returns a tuple of the sum along with a boolean indicating …","Returns a tuple of the product along with a boolean …","Returns a tuple of the difference along with a boolean …","Saturating math operations. Deprecated, use SaturatingAdd, …","Performs addition that saturates at the numeric bounds …","Performs multiplication that saturates at the numeric …","Performs subtraction that saturates at the numeric bounds …","Saturating addition operator. Returns a+b, saturating at …","Saturating addition. Computes self + other, saturating at …","Saturating multiplication. Computes self * other, …","Saturating subtraction operator. Returns a-b, saturating …","Saturating subtraction. Computes self - other, saturating …","Performs addition that wraps around on overflow.","Performs multiplication that wraps around on overflow.","Performs a negation that does not panic.","Performs a left shift that does not panic.","Performs a right shift that does not panic.","Performs subtraction that wraps around on overflow.","Wrapping (modular) addition. Computes self + other, …","Wrapping (modular) multiplication. Computes self * other, …","Wrapping (modular) negation. Computes -self, wrapping …","Panic-free bitwise shift-left; yields self << mask(rhs), …","Panic-free bitwise shift-right; yields self >> mask(rhs), …","Wrapping (modular) subtraction. Computes self - other, …","The result after applying the operator.","Binary operator for raising a value to a power.","Raises a value to the power of exp, returning None if an …","Raises a value to the power of exp, using exponentiation …","Returns self to the power rhs.","A trait for real number types that do not necessarily have …","Computes the absolute value of self. Returns Float::nan() …","The positive difference of two numbers.","Computes the arccosine of a number. Return value is in …","Inverse hyperbolic cosine function.","Computes the arcsine of a number. Return value is in …","Inverse hyperbolic sine function.","Computes the arctangent of a number. Return value is in …","Computes the four quadrant arctangent of self (y) and other…","Inverse hyperbolic tangent function.","Take the cubic root of a number.","Returns the smallest integer greater than or equal to a …","Computes the cosine of a number (in radians).","Hyperbolic cosine function.","Returns epsilon, a small positive value.","Returns e^(self), (the exponential function).","Returns 2^(self).","Returns e^(self) - 1 in a way that is accurate even if the …","Returns the largest integer less than or equal to a number.","Returns the fractional part of a number.","Calculate the length of the hypotenuse of a right-angle …","Returns true if self is negative, including -0.0, …","Returns true if self is positive, including +0.0, …","Returns the natural logarithm of the number.","Returns ln(1+n) (natural logarithm) more accurately than if","Returns the logarithm of the number with respect to an …","Returns the base 10 logarithm of the number.","Returns the base 2 logarithm of the number.","Returns the maximum of the two numbers.","Returns the largest finite value that this type can …","Returns the minimum of the two numbers.","Returns the smallest positive, normalized value that this …","Returns the smallest finite value that this type can …","Fused multiply-add. Computes (self * a) + b with only one …","Raise a number to a real number power.","Raise a number to an integer power.","Take the reciprocal (inverse) of a number, 1/x.","Returns the nearest integer to a number. Round half-way …","Returns a number that represents the sign of self.","Computes the sine of a number (in radians).","Simultaneously computes the sine and cosine of the number, …","Hyperbolic sine function.","Take the square root of a number.","Computes the tangent of a number (in radians).","Hyperbolic tangent function.","Converts radians to degrees.","Converts degrees to radians.","Return the integer part of a number.","Useful functions for signed numbers (i.e. numbers that can …","A trait for values which cannot be negative","Computes the absolute value.","Computes the absolute value.","The positive difference of two numbers.","The positive difference of two numbers.","Returns true if the number is negative and false if the …","Returns true if the number is positive and false if the …","Returns the sign of the number.","Returns the sign of the number."],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,9,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,2,5,0,0,0,0,0,0,0,0,2,5,5,2,5,9,0,0,2,5,5,0,0,0,0,0,0,0,5,2,5,2,5,2,5,0,0,0,0,13,14,13,15,0,0,0,0,16,0,19,22,22,22,22,22,22,22,22,22,22,22,22,22,22,20,20,20,20,20,20,20,20,20,20,20,20,20,20,35,35,35,35,35,35,35,35,35,35,0,0,0,35,35,35,35,35,35,35,35,35,0,36,37,36,36,36,36,36,36,36,36,36,36,37,37,36,37,36,36,36,36,37,36,36,36,36,36,37,36,37,36,37,36,37,36,36,37,36,37,36,37,36,37,36,37,36,37,37,36,36,36,36,36,36,36,37,37,36,36,37,37,36,37,36,36,37,36,37,36,37,36,36,36,37,36,37,36,37,36,37,36,36,36,36,36,36,37,36,37,36,41,36,37,0,0,84,0,85,0,43,44,0,43,43,44,0,44,0,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,0,0,0,0,0,0,0,0,51,48,0,0,0,48,48,48,51,51,51,0,0,0,0,0,0,0,0,52,53,54,55,56,57,58,59,0,0,60,60,60,61,61,61,0,63,63,0,0,64,64,65,0,0,0,66,67,68,0,0,0,0,69,70,71,69,72,0,0,0,0,0,0,73,74,75,76,77,78,81,0,0,0,81,0,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,0,0,0,83,0,83,83,83,0,83],"f":"``````````````````````````````````````````````````````{ce{}{}}000````{{ccc}cb}{{cc}cb}0`{{df}h}{{jf}h}0{cc{}}0{{ln}{{Ad{{Ab{}{{A`{c}}}}c}}}{}}``66````````{cAf{}}{c{{Ad{e}}}{}{}}000{cAh{}}0````{{}Aj}{{}Al}1{{}An}````{B`cBb}{c{{Bd{e}}}BfBf}{c{{Bd{Bf}}}Bh}{Bj{{Bd{Bl}}}}{Bn{{Bd{Bl}}}}{C`{{Bd{Bl}}}}{Cb{{Bd{Bl}}}}{Cd{{Bd{Bl}}}}{Cf{{Bd{Bl}}}}{Ch{{Bd{Bl}}}}{Cj{{Bd{Bl}}}}{Cl{{Bd{Bl}}}}{Cn{{Bd{Bl}}}}{n{{Bd{Bl}}}}{D`{{Bd{Bl}}}}{Db{{Bd{Bl}}}}{Dd{{Bd{Bl}}}}{Bh{{Bd{Bj}}}}{Bh{{Bd{Bn}}}}{Bh{{Bd{C`}}}}{Bh{{Bd{Cb}}}}{Bh{{Bd{Cd}}}}{Bh{{Bd{Cf}}}}{Bh{{Bd{Ch}}}}{Bh{{Bd{Cj}}}}{Bh{{Bd{Cl}}}}{Bh{{Bd{Cn}}}}{Bh{{Bd{n}}}}{Bh{{Bd{D`}}}}{Bh{{Bd{Db}}}}{Bh{{Bd{Dd}}}}{{}Df}000000000```000000000`{DhDh}{DjDj}{{DhDh}Dh}2222202221{{DjDjDj}Dj}{{DhDhDh}Dh}{DjDl}{DhDl}466{{}Dj}{{}Dh}8888787610{Dj{{Dn{D`CbCh}}}}{Dh{{Dn{D`CbCh}}}}{DhE`}{DjE`}101010101001<<:<<:{{DjDj}Dj}65;065659656565;{{DhCd}Dh}{{DjCd}Dj}?>?>?>?{Dh{{Dn{DhDh}}}}{DhDh}000{DjDj}101{{EbEb}Ed}21``````{EfE`}{EhE`}{{}cEf}{{}Ef}{EfEj}{EhEj}{{}cEh}{{}Eh}`{Eln}0{ElEl}011{{Eln}El}100001112200`````````````{c{{F`{}{{En{c}}}}}{FbFd}}00{{{Ff{}{{En{c}}}}}cFb}00````````{{FhFh}{{Bd{Fh}}}}{{FjFj}{{Bd{Fj}}}}{{FlFl}{{Bd{Fl}}}}{Fn{{Bd{Fn}}}}{{G`G`}{{Bd{G`}}}}{{Gbn}{{Bd{Gb}}}}{{Gdn}{{Bd{Gd}}}}{{GfGf}{{Bd{Gf}}}}``{{GhGh}{{Bd{Gh}}}}{{GhGh}{{Bd{{Dn{GhGh}}}}}}1{{GjGj}Gj}{{GjGj}{{Dn{GjGj}}}}1``{{{Gn{}{{Gl{c}}}}}c{}}```{{{H`{}{{Gl{c}}}}eg}c{}{}{}}{{Hbce}Ej{}{}}```{{HdHd}{{Dn{HdE`}}}}{{HfHf}{{Dn{HfE`}}}}{{HhHh}{{Dn{HhE`}}}}````{{HjHj}Hj}{{HlHl}Hl}{{HnHn}Hn}2{{I`I`}I`}``````{{IbIb}Ib}{{IdId}Id}{IfIf}{{Ihn}Ih}{{Ijn}Ij}{{IlIl}Il}``{{cDd}{{Bd{c}}}{InEfFl}}{{cDd}c{InEf{J`{}{{Gl{}}}}}}{{{Jb{}{{Gl{c}}}}e}c{}{}}`{JdJd}{{JdJd}Jd}11111011111{{}Jd}222221{JdE`}03323321211{{JdJdJd}Jd}3{{JdCd}Jd}5555{Jd{{Dn{JdJd}}}}6666666``{ccJf}{JfJf}{{cc}cJf}{{JfJf}Jf}{JfE`}043","c":[],"p":[[10,"PartialOrd",424],[6,"FloatErrorKind",0],[5,"Formatter",425],[8,"Result",425],[5,"ParseFloatError",0],[1,"str"],[1,"u32"],[17,"FromStrRadixErr"],[10,"Num",0],[6,"Result",426],[5,"String",427],[5,"TypeId",428],[10,"Bounded",92],[10,"UpperBounded",92],[10,"LowerBounded",92],[10,"AsPrimitive",99],[10,"Copy",429],[6,"Option",430],[10,"NumCast",99],[10,"ToPrimitive",99],[1,"f32"],[10,"FromPrimitive",99],[1,"f64"],[1,"i128"],[1,"i16"],[1,"i32"],[1,"i64"],[1,"i8"],[1,"isize"],[1,"u128"],[1,"u16"],[1,"u64"],[1,"u8"],[1,"usize"],[10,"FloatConst",134],[10,"Float",134],[10,"FloatCore",134],[6,"FpCategory",431],[1,"tuple"],[1,"bool"],[10,"TotalOrder",134],[6,"Ordering",424],[10,"One",249],[10,"Zero",249],[1,"unit"],[10,"PrimInt",263],[17,"Bytes"],[10,"FromBytes",291],[10,"NumBytes",291],[10,"Sized",429],[10,"ToBytes",291],[10,"CheckedAdd",302],[10,"CheckedDiv",302],[10,"CheckedMul",302],[10,"CheckedNeg",302],[10,"CheckedRem",302],[10,"CheckedShl",302],[10,"CheckedShr",302],[10,"CheckedSub",302],[10,"CheckedEuclid",318],[10,"Euclid",318],[17,"Output"],[10,"Inv",326],[10,"MulAdd",329],[10,"MulAddAssign",329],[10,"OverflowingAdd",334],[10,"OverflowingMul",334],[10,"OverflowingSub",334],[10,"Saturating",340],[10,"SaturatingAdd",340],[10,"SaturatingMul",340],[10,"SaturatingSub",340],[10,"WrappingAdd",349],[10,"WrappingMul",349],[10,"WrappingNeg",349],[10,"WrappingShl",349],[10,"WrappingShr",349],[10,"WrappingSub",349],[10,"Clone",432],[10,"Mul",433],[10,"Pow",361],[10,"Real",366],[10,"Signed",414],[10,"ConstOne",249],[10,"ConstZero",249]],"b":[[67,"impl-Debug-for-ParseFloatError"],[68,"impl-Display-for-ParseFloatError"]]}],\ -["once_cell",{"doc":"Overview","t":"CCCFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["race","sync","unsync","OnceBool","OnceBox","OnceNonZeroUsize","OnceRef","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","default","default","default","default","drop","fmt","fmt","fmt","fmt","from","from","from","from","get","get","get","get","get_or_init","get_or_init","get_or_init","get_or_init","get_or_try_init","get_or_try_init","get_or_try_init","get_or_try_init","into","into","into","into","new","new","new","new","set","set","set","set","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","Lazy","OnceCell","borrow","borrow","borrow_mut","borrow_mut","clone","clone_from","clone_into","default","default","deref","deref_mut","eq","fmt","fmt","force","force_mut","from","from","from","from","get","get","get_mut","get_mut","get_or_init","get_or_try_init","get_unchecked","into","into","into_inner","into_value","new","new","set","take","to_owned","try_from","try_from","try_insert","try_into","try_into","type_id","type_id","wait","with_value","Lazy","OnceCell","borrow","borrow","borrow_mut","borrow_mut","clone","clone_from","clone_into","default","default","deref","deref_mut","eq","fmt","fmt","force","force_mut","from","from","from","from","get","get","get_mut","get_mut","get_or_init","get_or_try_init","into","into","into_inner","into_value","new","new","set","take","to_owned","try_from","try_from","try_insert","try_into","try_into","type_id","type_id","with_value"],"q":[[0,"once_cell"],[3,"once_cell::race"],[64,"once_cell::sync"],[111,"once_cell::unsync"],[156,"core::fmt"],[157,"core::fmt"],[158,"core::num::nonzero"],[159,"core::ops::function"],[160,"alloc::boxed"],[161,"core::result"],[162,"core::any"],[163,"core::clone"],[164,"core::default"],[165,"core::cmp"],[166,"core::fmt"]],"d":["Thread-safe, non-blocking, “first one wins” flavor of …","Thread-safe, blocking version of OnceCell.","Single-threaded version of OnceCell.","A thread-safe cell which can be written to only once.","A thread-safe cell which can be written to only once.","A thread-safe cell which can be written to only once.","A thread-safe cell which can be written to only once.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Gets a reference to the underlying value.","Gets a reference to the underlying value.","Gets the underlying value.","Gets the underlying value.","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Creates a new empty cell.","Creates a new empty cell.","Creates a new empty cell.","Creates a new empty cell.","Sets the contents of this cell to value.","Sets the contents of this cell to value.","Sets the contents of this cell to value.","Sets the contents of this cell to value.","","","","","","","","","","","","","A value which is initialized on the first access.","A thread-safe cell which can be written to only once.","","","","","","","","","Creates a new lazy value using Default as the initializing …","","","","","","Forces the evaluation of this lazy value and returns a …","Forces the evaluation of this lazy value and returns a …","","","Returns the argument unchanged.","Returns the argument unchanged.","Gets the reference to the underlying value.","Gets the reference to the result of this lazy value if it …","Gets the mutable reference to the underlying value.","Gets the reference to the result of this lazy value if it …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Get the reference to the underlying value, without …","Calls U::from(self).","Calls U::from(self).","Consumes the OnceCell, returning the wrapped value. Returns","Consumes this Lazy returning the stored value.","Creates a new empty cell.","Creates a new lazy value with the given initializing …","Sets the contents of this cell to value.","Takes the value out of this OnceCell, moving it back to an …","","","","Like set, but also returns a reference to the final cell …","","","","","Gets the reference to the underlying value, blocking the …","Creates a new initialized cell.","A value which is initialized on the first access.","A cell which can be written to only once. It is not thread …","","","","","","","","","Creates a new lazy value using Default as the initializing …","","","","","","Forces the evaluation of this lazy value and returns a …","Forces the evaluation of this lazy value and returns a …","","","Returns the argument unchanged.","Returns the argument unchanged.","Gets a reference to the underlying value.","Gets the reference to the result of this lazy value if it …","Gets a mutable reference to the underlying value.","Gets the mutable reference to the result of this lazy …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Calls U::from(self).","Calls U::from(self).","Consumes the OnceCell, returning the wrapped value.","Consumes this Lazy returning the stored value.","Creates a new empty cell.","Creates a new lazy value with the given initializing …","Sets the contents of this cell to value.","Takes the value out of this OnceCell, moving it back to an …","","","","Like set, but also returns a reference to the final cell …","","","","","Creates a new initialized cell."],"i":[0,0,0,0,0,0,0,1,2,3,4,1,2,3,4,1,2,3,4,2,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,0,0,16,18,16,18,16,16,16,16,18,18,18,16,16,18,18,18,16,16,16,18,16,18,16,18,16,16,16,16,18,16,18,16,18,16,16,16,16,18,16,16,18,16,18,16,16,0,0,24,25,24,25,24,24,24,24,25,25,25,24,24,25,25,25,24,24,24,25,24,25,24,25,24,24,24,25,24,25,24,25,24,24,24,24,25,24,24,25,24,25,24],"f":"```````{ce{}{}}0000000{{}{{b{c}}}{}}{{}{{d{c}}}{}}{{}f}{{}h}{{{d{c}}}j{}}{{{b{c}}l}n{}}{{{d{c}}l}n{}}{{fl}n}{{hl}n}{cc{}}000{{{b{c}}}{{A`{c}}}{}}{{{d{c}}}{{A`{c}}}{}}{f{{A`{Ab}}}}{h{{A`{Ad}}}}{{{b{c}}e}c{}{{Ah{}{{Af{c}}}}}}{{{d{c}}e}c{}{{Ah{}{{Af{{Aj{c}}}}}}}}{{fc}Ab{{Ah{}{{Af{Ab}}}}}}{{hc}Ad{{Ah{}{{Af{Ad}}}}}}{{{b{c}}g}{{Al{ce}}}{}{}{{Ah{}{{Af{{Al{ce}}}}}}}}{{{d{c}}g}{{Al{ce}}}{}{}{{Ah{}{{Af{{Al{{Aj{c}}e}}}}}}}}{{fe}{{Al{Abc}}}{}{{Ah{}{{Af{{Al{Abc}}}}}}}}{{he}{{Al{Adc}}}{}{{Ah{}{{Af{{Al{Adc}}}}}}}}{ce{}{}}000{{}{{b{c}}}{}}{{}{{d{c}}}{}}{{}f}{{}h}{{{b{c}}c}{{Al{jj}}}{}}{{{d{c}}{Aj{c}}}{{Al{j{Aj{c}}}}}{}}{{fAb}{{Al{jj}}}}{{hAd}{{Al{jj}}}}{c{{Al{e}}}{}{}}0000000{cAn{}}000``::::{{{B`{c}}}{{B`{c}}}Bb}{{{B`{c}}{B`{c}}}jBb}{{ce}j{}{}}{{}{{B`{c}}}{}}{{}{{Bd{c}}}Bf}{{{Bd{ce}}}c{}{{Ah{}{{Af{c}}}}}}0{{{B`{c}}{B`{c}}}AdBh}{{{B`{c}}l}nBj}{{{Bd{ce}}l}nBj{}}33{c{{B`{c}}}{}}{Blc{}}{cc{}}0{{{B`{c}}}{{A`{c}}}{}}{{{Bd{ce}}}{{A`{c}}}{}{{Ah{}{{Af{c}}}}}}10{{{B`{c}}e}c{}{{Ah{}{{Af{c}}}}}}{{{B`{c}}g}{{Al{ce}}}{}{}{{Ah{}{{Af{{Al{ce}}}}}}}}{{{B`{c}}}c{}}{ce{}{}}05{{{Bd{ce}}}{{Al{ce}}}{}{}}?{c{{Bd{ec}}}{}{}}{{{B`{c}}c}{{Al{jc}}}{}}83{c{{Al{e}}}{}{}}0{{{B`{c}}c}{{Al{c{Bn{cc}}}}}{}}11{cAn{}}07>``6666{{{C`{c}}}{{C`{c}}}Bb}{{{C`{c}}{C`{c}}}jBb}{{ce}j{}{}}{{}{{C`{c}}}{}}{{}{{Cb{c}}}Bf}{{{Cb{ce}}}c{}{{Ah{}{{Af{c}}}}}}0{{{C`{c}}{C`{c}}}AdBh}{{{C`{c}}l}nBj}{{{Cb{ce}}l}nBj{}}33{Blc{}}{c{{C`{c}}}{}}{cc{}}0{{{C`{c}}}{{A`{c}}}{}}{{{Cb{ce}}}{{A`{c}}}{}{{Ah{}{{Af{c}}}}}}10{{{C`{c}}e}c{}{{Ah{}{{Af{c}}}}}}{{{C`{c}}g}{{Al{ce}}}{}{}{{Ah{}{{Af{{Al{ce}}}}}}}}{ce{}{}}04{{{Cb{ce}}}{{Al{ce}}}{}{}}>{c{{Cb{ec}}}{}{}}{{{C`{c}}c}{{Al{jc}}}{}}73{c{{Al{e}}}{}{}}0{{{C`{c}}c}{{Al{c{Bn{cc}}}}}{}}11{cAn{}}0<","c":[],"p":[[5,"OnceRef",3],[5,"OnceBox",3],[5,"OnceNonZeroUsize",3],[5,"OnceBool",3],[1,"unit"],[5,"Formatter",156],[8,"Result",156],[6,"Option",157],[8,"NonZeroUsize",158],[1,"bool"],[17,"Output"],[10,"FnOnce",159],[5,"Box",160],[6,"Result",161],[5,"TypeId",162],[5,"OnceCell",64],[10,"Clone",163],[5,"Lazy",64],[10,"Default",164],[10,"PartialEq",165],[10,"Debug",156],[1,"never"],[1,"tuple"],[5,"OnceCell",111],[5,"Lazy",111]],"b":[]}],\ +["once_cell",{"doc":"Overview","t":"CCCFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["race","sync","unsync","OnceBool","OnceBox","OnceNonZeroUsize","OnceRef","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","default","default","default","default","drop","fmt","fmt","fmt","fmt","from","from","from","from","get","get","get","get","get_or_init","get_or_init","get_or_init","get_or_init","get_or_try_init","get_or_try_init","get_or_try_init","get_or_try_init","into","into","into","into","new","new","new","new","set","set","set","set","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","Lazy","OnceCell","borrow","borrow","borrow_mut","borrow_mut","clone","clone_from","clone_into","default","default","deref","deref_mut","eq","fmt","fmt","force","force_mut","from","from","from","from","get","get","get_mut","get_mut","get_or_init","get_or_try_init","get_unchecked","into","into","into_inner","into_value","new","new","set","take","to_owned","try_from","try_from","try_insert","try_into","try_into","type_id","type_id","wait","with_value","Lazy","OnceCell","borrow","borrow","borrow_mut","borrow_mut","clone","clone_from","clone_into","default","default","deref","deref_mut","eq","fmt","fmt","force","force_mut","from","from","from","from","get","get","get_mut","get_mut","get_or_init","get_or_try_init","into","into","into_inner","into_value","new","new","set","take","to_owned","try_from","try_from","try_insert","try_into","try_into","type_id","type_id","with_value"],"q":[[0,"once_cell"],[3,"once_cell::race"],[64,"once_cell::sync"],[111,"once_cell::unsync"],[156,"core::fmt"],[157,"core::fmt"],[158,"core::num::nonzero"],[159,"core::ops::function"],[160,"alloc::boxed"],[161,"core::result"],[162,"core::any"],[163,"core::clone"],[164,"core::default"],[165,"core::cmp"],[166,"core::fmt"]],"d":["Thread-safe, non-blocking, “first one wins” flavor of …","Thread-safe, blocking version of OnceCell.","Single-threaded version of OnceCell.","A thread-safe cell which can be written to only once.","A thread-safe cell which can be written to only once.","A thread-safe cell which can be written to only once.","A thread-safe cell which can be written to only once.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Gets a reference to the underlying value.","Gets a reference to the underlying value.","Gets the underlying value.","Gets the underlying value.","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Creates a new empty cell.","Creates a new empty cell.","Creates a new empty cell.","Creates a new empty cell.","Sets the contents of this cell to value.","Sets the contents of this cell to value.","Sets the contents of this cell to value.","Sets the contents of this cell to value.","","","","","","","","","","","","","A value which is initialized on the first access.","A thread-safe cell which can be written to only once.","","","","","","","","","Creates a new lazy value using Default as the initializing …","","","","","","Forces the evaluation of this lazy value and returns a …","Forces the evaluation of this lazy value and returns a …","","Returns the argument unchanged.","","Returns the argument unchanged.","Gets the reference to the underlying value.","Gets the reference to the result of this lazy value if it …","Gets the mutable reference to the underlying value.","Gets the reference to the result of this lazy value if it …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Get the reference to the underlying value, without …","Calls U::from(self).","Calls U::from(self).","Consumes the OnceCell, returning the wrapped value. Returns","Consumes this Lazy returning the stored value.","Creates a new empty cell.","Creates a new lazy value with the given initializing …","Sets the contents of this cell to value.","Takes the value out of this OnceCell, moving it back to an …","","","","Like set, but also returns a reference to the final cell …","","","","","Gets the reference to the underlying value, blocking the …","Creates a new initialized cell.","A value which is initialized on the first access.","A cell which can be written to only once. It is not thread …","","","","","","","","","Creates a new lazy value using Default as the initializing …","","","","","","Forces the evaluation of this lazy value and returns a …","Forces the evaluation of this lazy value and returns a …","","","Returns the argument unchanged.","Returns the argument unchanged.","Gets a reference to the underlying value.","Gets the reference to the result of this lazy value if it …","Gets a mutable reference to the underlying value.","Gets the mutable reference to the result of this lazy …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Calls U::from(self).","Calls U::from(self).","Consumes the OnceCell, returning the wrapped value.","Consumes this Lazy returning the stored value.","Creates a new empty cell.","Creates a new lazy value with the given initializing …","Sets the contents of this cell to value.","Takes the value out of this OnceCell, moving it back to an …","","","","Like set, but also returns a reference to the final cell …","","","","","Creates a new initialized cell."],"i":[0,0,0,0,0,0,0,1,2,3,4,1,2,3,4,1,2,3,4,2,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,0,0,16,18,16,18,16,16,16,16,18,18,18,16,16,18,18,18,16,16,16,18,16,18,16,18,16,16,16,16,18,16,18,16,18,16,16,16,16,18,16,16,18,16,18,16,16,0,0,24,25,24,25,24,24,24,24,25,25,25,24,24,25,25,25,24,24,24,25,24,25,24,25,24,24,24,25,24,25,24,25,24,24,24,24,25,24,24,25,24,25,24],"f":"```````{ce{}{}}0000000{{}{{b{c}}}{}}{{}{{d{c}}}{}}{{}f}{{}h}{{{d{c}}}j{}}{{{b{c}}l}n{}}{{{d{c}}l}n{}}{{fl}n}{{hl}n}{cc{}}000{{{b{c}}}{{A`{c}}}{}}{{{d{c}}}{{A`{c}}}{}}{f{{A`{Ab}}}}{h{{A`{Ad}}}}{{{b{c}}e}c{}{{Ah{}{{Af{c}}}}}}{{{d{c}}e}c{}{{Ah{}{{Af{{Aj{c}}}}}}}}{{fc}Ab{{Ah{}{{Af{Ab}}}}}}{{hc}Ad{{Ah{}{{Af{Ad}}}}}}{{{b{c}}g}{{Al{ce}}}{}{}{{Ah{}{{Af{{Al{ce}}}}}}}}{{{d{c}}g}{{Al{ce}}}{}{}{{Ah{}{{Af{{Al{{Aj{c}}e}}}}}}}}{{fe}{{Al{Abc}}}{}{{Ah{}{{Af{{Al{Abc}}}}}}}}{{he}{{Al{Adc}}}{}{{Ah{}{{Af{{Al{Adc}}}}}}}}{ce{}{}}000{{}{{b{c}}}{}}{{}{{d{c}}}{}}{{}f}{{}h}{{{b{c}}c}{{Al{jj}}}{}}{{{d{c}}{Aj{c}}}{{Al{j{Aj{c}}}}}{}}{{fAb}{{Al{jj}}}}{{hAd}{{Al{jj}}}}{c{{Al{e}}}{}{}}0000000{cAn{}}000``::::{{{B`{c}}}{{B`{c}}}Bb}{{{B`{c}}{B`{c}}}jBb}{{ce}j{}{}}{{}{{B`{c}}}{}}{{}{{Bd{c}}}Bf}{{{Bd{ce}}}c{}{{Ah{}{{Af{c}}}}}}0{{{B`{c}}{B`{c}}}AdBh}{{{B`{c}}l}nBj}{{{Bd{ce}}l}nBj{}}33{Blc{}}{cc{}}{c{{B`{c}}}{}}1{{{B`{c}}}{{A`{c}}}{}}{{{Bd{ce}}}{{A`{c}}}{}{{Ah{}{{Af{c}}}}}}10{{{B`{c}}e}c{}{{Ah{}{{Af{c}}}}}}{{{B`{c}}g}{{Al{ce}}}{}{}{{Ah{}{{Af{{Al{ce}}}}}}}}{{{B`{c}}}c{}}{ce{}{}}05{{{Bd{ce}}}{{Al{ce}}}{}{}}?{c{{Bd{ec}}}{}{}}{{{B`{c}}c}{{Al{jc}}}{}}83{c{{Al{e}}}{}{}}0{{{B`{c}}c}{{Al{c{Bn{cc}}}}}{}}11{cAn{}}07<``6666{{{C`{c}}}{{C`{c}}}Bb}{{{C`{c}}{C`{c}}}jBb}{{ce}j{}{}}{{}{{C`{c}}}{}}{{}{{Cb{c}}}Bf}{{{Cb{ce}}}c{}{{Ah{}{{Af{c}}}}}}0{{{C`{c}}{C`{c}}}AdBh}{{{C`{c}}l}nBj}{{{Cb{ce}}l}nBj{}}33{c{{C`{c}}}{}}{Blc{}}{cc{}}0{{{C`{c}}}{{A`{c}}}{}}{{{Cb{ce}}}{{A`{c}}}{}{{Ah{}{{Af{c}}}}}}10{{{C`{c}}e}c{}{{Ah{}{{Af{c}}}}}}{{{C`{c}}g}{{Al{ce}}}{}{}{{Ah{}{{Af{{Al{ce}}}}}}}}{ce{}{}}04{{{Cb{ce}}}{{Al{ce}}}{}{}}>{c{{Cb{ec}}}{}{}}{{{C`{c}}c}{{Al{jc}}}{}}73{c{{Al{e}}}{}{}}0{{{C`{c}}c}{{Al{c{Bn{cc}}}}}{}}11{cAn{}}0=","c":[],"p":[[5,"OnceRef",3],[5,"OnceBox",3],[5,"OnceNonZeroUsize",3],[5,"OnceBool",3],[1,"unit"],[5,"Formatter",156],[8,"Result",156],[6,"Option",157],[8,"NonZeroUsize",158],[1,"bool"],[17,"Output"],[10,"FnOnce",159],[5,"Box",160],[6,"Result",161],[5,"TypeId",162],[5,"OnceCell",64],[10,"Clone",163],[5,"Lazy",64],[10,"Default",164],[10,"PartialEq",165],[10,"Debug",156],[1,"never"],[1,"tuple"],[5,"OnceCell",111],[5,"Lazy",111]],"b":[]}],\ ["option_ext",{"doc":"","t":"KMMM","n":["OptionExt","contains","map_or2","map_or_else2"],"q":[[0,"option_ext"],[4,"core::cmp"],[5,"core::ops::function"]],"d":["Extension trait providing additional methods for Option.","Returns true if the option is a Some value containing the …","Returns the result from applying the function to the …","Returns the result from applying the function to the …"],"i":[0,1,1,1],"f":"`{{be}d{}{{f{c}}}}{{bge}e{}{}{{j{c}{{h{e}}}}}}{{bgi}e{}{}{{j{c}{{h{e}}}}}{{j{}{{h{e}}}}}}","c":[],"p":[[10,"OptionExt",0],[1,"bool"],[10,"PartialEq",4],[17,"Output"],[10,"FnOnce",5]],"b":[]}],\ ["ordered_multimap",{"doc":"This crate provides a type ListOrderedMultimap which is a …","t":"ECPFGFFFFFFFFGFFPFPIPFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["ListOrderedMultimap","list_ordered_multimap","Borrowed","DummyHasher","Entry","EntryValues","EntryValuesDrain","EntryValuesMut","IntoIter","Iter","IterMut","KeyValues","KeyValuesMut","KeyWrapper","Keys","ListOrderedMultimap","Occupied","OccupiedEntry","Owned","RandomState","Vacant","VacantEntry","Values","ValuesMut","and_modify","append","append","back","back_mut","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","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","contains_key","default","drop","entry","entry_len","eq","eq","equivalent","equivalent","equivalent","equivalent","extend","extend","finish","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_iter","front","front_mut","get","get","get_all","get_all_mut","get_mut","get_mut","hash","hasher","insert","insert","insert","insert_all","insert_all","insert_entry","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_key","into_mut","into_owned","is_borrowed","is_empty","is_owned","iter","iter","iter","iter","iter","iter","iter","iter","iter_mut","iter_mut","key","key","keys","keys_capacity","keys_len","len","new","next","next","next","next","next","next","next","next","next","next","next","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","or_insert","or_insert_entry","or_insert_with","or_insert_with_entry","pack_to","pack_to_fit","pairs","pairs_mut","pop_back","pop_front","remove","remove","remove_all","remove_all","remove_entry","remove_entry","remove_entry_all","remove_entry_all","reserve_keys","reserve_values","retain","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","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_into","try_into","try_into","try_into","try_into","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","values","values_capacity","values_len","values_mut","with_capacity","with_capacity_and_hasher","with_hasher","write"],"q":[[0,"ordered_multimap"],[2,"ordered_multimap::list_ordered_multimap"],[320,"core::cmp"],[321,"core::hash"],[322,"core::hash"],[323,"core::option"],[324,"core::clone"],[325,"core::marker"],[326,"core::borrow"],[327,"core::cmp"],[328,"core::marker"],[329,"core::fmt"],[330,"core::hash"],[331,"core::any"]],"d":["","Provides types related to the usage of ListOrderedMultimap.","An immutable reference to a key. This implies that the key …","Dummy hasher that is not meant to be used. It is simply a …","A view into a single entry in the multimap, which may …","An iterator that yields immutable references to all values …","An iterator that moves all values of a given key out of a …","An iterator that yields mutable references to all values …","An iterator that owns and yields all key-value pairs in a …","An iterator that yields immutable references to all …","An iterator that yields mutable references to all …","An iterator that yields immutable references to all keys …","An iterator that yields mutable references to all keys and …","A wrapper around a key that is either borrowed or owned.","An iterator that yields immutable references to all keys …","A multimap that associates with each key a list of values.","An occupied entry associated with one or more values.","A view into an occupied entry in the multimap.","An owned key. This will occur when a key is no longer …","A random state to use for the hashmap in the multimap.","A vacant entry with no associated values.","A view into a vacant entry in the multimap.","An iterator that yields immutable references to all values …","An iterator that yields mutable references to all values …","Calls the given function with a mutable reference to the …","Examples","Appends a value to the list of values associated with the …","Returns an immutable reference to the first key-value pair …","Returns an immutable reference to the first key-value pair …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Removes all keys and values from the multimap.","","","","","","","","","","","","","","","","","Returns whether the given key is in the multimap.","","","Returns whether the given key is in the multimap.","Returns the number of values associated with a key.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns an immutable reference to the first key-value pair …","Returns an immutable reference to the first key-value pair …","Examples","Returns an immutable reference to the first value, by …","Returns an iterator that yields immutable references to …","Returns an iterator that yields mutable references to all …","Examples","Returns a mutable reference to the first value, by …","","Returns a reference to the multimap’s BuildHasher.","Examples","Examples","Inserts the key-value pair into the multimap and returns …","Examples","Inserts the key-value pair into the multimap and returns …","Examples","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Examples","Examples","If the key wrapped is owned, it is returned. Otherwise, …","Returns whether the wrapped key is borrowed.","Returns whether the multimap is empty.","Returns whether the wrapped key is owned.","Examples","Creates an iterator that yields immutable references to …","Creates an iterator that yields immutable references to …","Creates an iterator that yields immutable references to …","Creates an iterator that yields immutable references to …","Creates an iterator that yields mutable references to all …","Creates an iterator that yields immutable references to …","Returns an iterator that yields immutable references to …","Examples","Returns an iterator that yields mutable references to all …","Examples","Examples","Returns an iterator that yields immutable references to …","Returns the number of keys the multimap can hold without …","Returns the number of keys in the multimap.","Examples","Creates a new multimap with no initial capacity.","","","","","","","","","","","","","","","","","","","","","","","If the entry is vacant, the given value will be inserted …","If the entry is vacant, the given value will be inserted …","If the entry is vacant, the value returned from the given …","If the entry is vacant, the value returned from the given …","Reorganizes the multimap to ensure maximum spatial …","Reorganizes the multimap to ensure maximum spatial …","Returns an iterator that yields immutable references to …","Returns an iterator that yields immutable references to …","Removes the last key-value pair to have been inserted.","Removes the first key-value pair to have been inserted.","Examples","Removes all values associated with the given key from the …","Examples","Removes all values associated with the given key from the …","Examples","Removes all values associated with the given key from the …","Examples","Removes all values associated with the given key from the …","Reserves additional capacity such that more keys can be …","Reserves additional capacity such that more values can be …","Keeps all key-value pairs that satisfy the given predicate …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator that yields immutable references to …","Returns the number of values the multimap can hold without …","Returns the total number of values in the multimap across …","Returns an iterator that yields mutable references to all …","Creates a new multimap with the specified capacities.","Creates a new multimap with the specified capacities and …","Creates a new multimap with no capacity which will use the …",""],"i":[0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,18,0,1,0,0,0,1,6,8,8,8,1,6,33,12,23,34,35,13,36,14,37,15,16,38,8,18,19,1,6,33,12,23,34,35,13,36,14,37,15,16,38,8,18,19,8,12,13,14,15,16,8,18,19,12,13,14,15,16,8,18,19,8,8,23,8,8,8,18,8,8,18,18,8,8,19,1,6,33,12,23,34,35,13,36,14,37,15,16,38,8,18,19,1,6,33,12,23,34,35,13,36,14,37,15,16,38,8,18,19,8,8,8,6,8,8,8,6,8,18,8,6,33,8,6,8,33,1,6,33,12,23,34,35,13,36,14,37,15,16,38,8,18,19,12,23,34,35,13,36,14,37,15,16,38,8,8,8,33,6,18,18,8,18,6,23,34,35,36,37,38,8,6,8,6,33,8,8,8,6,8,12,23,34,35,13,36,14,37,15,16,38,12,23,34,35,13,36,14,37,15,16,38,1,1,1,1,8,8,8,8,8,8,6,8,6,8,6,8,6,8,8,8,8,12,23,34,35,13,36,14,37,15,16,38,12,13,14,15,16,8,18,19,1,6,33,12,23,34,35,13,36,14,37,15,16,38,8,18,19,1,6,33,12,23,34,35,13,36,14,37,15,16,38,8,18,19,1,6,33,12,23,34,35,13,36,14,37,15,16,38,8,18,19,8,8,8,8,8,8,8,19],"f":"````````````````````````{{{b{ceg}}i}{{b{ceg}}}{df}{}h{{j{e}}}}{{{l{ce}}e}n{}{}}{{{A`{ceg}}ce}Ab{df}{}h}{{{A`{ceg}}}{{Af{{Ad{ce}}}}}{}{}{}}0{ce{}{}}000000000000000000000000000000000{{{A`{ceg}}}n{}{}{}}{{{Ah{ce}}}{{Ah{ce}}}{}{}}{{{Aj{ce}}}{{Aj{ce}}}{}{}}{{{Al{ceg}}}{{Al{ceg}}}{}{}{}}{{{An{c}}}{{An{c}}}{}}{{{B`{ce}}}{{B`{ce}}}{}{}}{{{A`{ceg}}}{{A`{ceg}}}BbBbBb}{{{Bd{c}}}{{Bd{c}}}Bb}{BfBf}{{ce}n{}{}}0000000{{{A`{egi}}c}Ab{Bhdf}{{Bj{c}}df}{}h}{{}{{A`{ceBl}}}{}{}}{{{Bn{ce}}}n{}{}}{{{A`{ceg}}c}{{b{ceg}}}{df}{}h}{{{A`{egi}}c}C`{Bhdf}{{Bj{c}}df}{}h}{{{A`{ceg}}{A`{ceg}}}AbCbCb{}}{{{Bd{c}}{Bd{c}}}AbCb}{{ce}Ab{}{}}000{{{A`{ceg}}i}n{df}{}h{{Cf{}{{Cd{{Ad{ce}}}}}}}}{{{A`{ceg}}i}n{Chdf}Chh{{Cf{}{{Cd{{Ad{ce}}}}}}}}{BfCj}{{{b{ceg}}Cl}CnD`D`h}{{{l{ce}}Cl}CnD`D`}{{{Db{ceg}}Cl}CnD`{}{}}{{{Ah{ce}}Cl}Cn{}D`}{{{Bn{ce}}Cl}CnD`D`}{{{Dd{ce}}Cl}Cn{}D`}{{{Df{ce}}Cl}CnD`D`}{{{Aj{ce}}Cl}CnD`D`}{{{Dh{ce}}Cl}CnD`D`}{{{Al{ceg}}Cl}Cn{D`df}D`h}{{{Dj{ceg}}Cl}Cn{D`df}D`h}{{{An{c}}Cl}CnD`}{{{B`{ce}}Cl}CnD`D`}{{{Dl{ce}}Cl}CnD`D`}{{{A`{ceg}}Cl}CnD`D`{}}{{{Bd{c}}Cl}CnD`}{{BfCl}Cn}{cc{}}0000000000000000{g{{A`{cei}}}{df}{}{{Cf{}{{Cd{{Ad{ce}}}}}}}{hDn}}{{{A`{ceg}}}{{Af{{Ad{ce}}}}}{}{}{}}0{{{l{ce}}}e{}{}}{{{A`{egi}}c}{{Af{g}}}{Bhdf}{{Bj{c}}df}{}h}{{{A`{egi}}c}{{Ah{eg}}}{Bhdf}{{Bj{c}}df}{}h}{{{A`{egi}}c}{{Dd{eg}}}{Bhdf}{{Bj{c}}df}{}h}32{{{Bd{c}}e}nfE`}{{{A`{ceg}}}g{}{}{}}{{{l{ce}}e}e{}{}}{{{Db{ceg}}e}e{df}{}h}{{{A`{ceg}}ce}{{Af{e}}}{df}{}h}{{{l{ce}}e}{{Bn{ce}}}{}{}}{{{A`{ceg}}ce}{{Bn{ce}}}{df}{}h}{{{Db{ceg}}e}{{l{ce}}}{df}{}h}{ce{}{}}000000000000000000000000000{{{A`{ceg}}}i{}{}{}{}}0{{{A`{ceg}}}iBb{}{}{}}{{{Db{ceg}}}c{df}{}h}?{{{Bd{c}}}cBb}{{{Bd{c}}}Ab{}}{{{A`{ceg}}}Ab{}{}{}}1{{{l{ce}}}{{Ah{ce}}}{}{}}{{{Bn{ce}}}{{Ah{ce}}}{}{}}{{{Dd{ce}}}{{Ah{ce}}}{}{}}{{{Df{ce}}}{{Aj{ce}}}{}{}}{{{Dh{ce}}}{{Aj{ce}}}{}{}}{{{Dj{ceg}}}{{Al{ceg}}}{}{}{}}{{{Dl{ce}}}{{B`{ce}}}{}{}}{{{A`{ceg}}}{{Aj{ce}}}{}{}{}}{{{l{ce}}}{{Dd{ce}}}{}{}}{{{A`{ceg}}}{{Dh{ce}}}{}{}{}}{{{l{ce}}}c{}{}}>{{{A`{ceg}}}{{An{c}}}{}{}{}}{{{A`{ceg}}}C`{}{}{}}0{{{l{ce}}}C`{}{}}{{}{{A`{ceBl}}}{}{}}{{{Ah{ce}}}{{Af{g}}}{}{}{}}{{{Bn{ce}}}{{Af{g}}}{}{}{}}{{{Dd{ce}}}{{Af{g}}}{}{}{}}{{{Df{ce}}}{{Af{g}}}Bb{}{}}{{{Aj{ce}}}{{Af{g}}}{}{}{}}{{{Dh{ce}}}{{Af{g}}}{}{}{}}{{{Al{ceg}}}{{Af{i}}}{df}{}h{}}{{{Dj{ceg}}}{{Af{i}}}{df}{}h{}}{{{An{c}}}{{Af{e}}}{}{}}{{{B`{ce}}}{{Af{g}}}{}{}{}}{{{Dl{ce}}}{{Af{g}}}{}{}{}}:9876543210{{{b{ceg}}e}e{df}{}h}{{{b{ceg}}e}{{l{ce}}}{df}{}h}{{{b{ceg}}i}e{df}{}h{{j{}{{Eb{e}}}}}}{{{b{ceg}}i}{{l{ce}}}{df}{}h{{j{}{{Eb{e}}}}}}{{{A`{ceg}}C`C`}n{df}{}{Dnh}}{{{A`{ceg}}}n{df}{}{Dnh}}{{{A`{ceg}}}{{Al{ceg}}}{}{}{}}{{{A`{ceg}}}{{Dj{ceg}}}{}{}{}}{{{A`{ceg}}}{{Af{{Ad{{Bd{c}}e}}}}}{df}{}h}0{{{l{ce}}}e{}{}}{{{A`{egi}}c}{{Af{g}}}{Bhdf}{{Bj{c}}df}{}h}{{{l{ce}}}{{Bn{ce}}}{}{}}{{{A`{egi}}c}{{Bn{eg}}}{Bhdf}{{Bj{c}}df}{}h}{{{l{ce}}}{{Ad{ce}}}{}{}}{{{A`{egi}}c}{{Af{{Ad{eg}}}}}{Bhdf}{{Bj{c}}df}{}h}{{{l{ce}}}{{Ad{c{Bn{ce}}}}}{}{}}{{{A`{egi}}c}{{Af{{Ad{e{Bn{eg}}}}}}}{Bhdf}{{Bj{c}}df}{}h}{{{A`{ceg}}C`}n{df}{}h}{{{A`{ceg}}C`}n{}{}{}}{{{A`{ceg}}i}n{df}{}h{{Ed{ce}{{Eb{Ab}}}}}}{{{Ah{ce}}}{{Ad{C`{Af{C`}}}}}{}{}}{{{Bn{ce}}}{{Ad{C`{Af{C`}}}}}{}{}}{{{Dd{ce}}}{{Ad{C`{Af{C`}}}}}{}{}}{{{Df{ce}}}{{Ad{C`{Af{C`}}}}}Bb{}}{{{Aj{ce}}}{{Ad{C`{Af{C`}}}}}{}{}}{{{Dh{ce}}}{{Ad{C`{Af{C`}}}}}{}{}}{{{Al{ceg}}}{{Ad{C`{Af{C`}}}}}{df}{}h}{{{Dj{ceg}}}{{Ad{C`{Af{C`}}}}}{df}{}h}{{{An{c}}}{{Ad{C`{Af{C`}}}}}{}}{{{B`{ce}}}{{Ad{C`{Af{C`}}}}}{}{}}{{{Dl{ce}}}{{Ad{C`{Af{C`}}}}}{}{}}{ce{}{}}0000000{c{{Ef{e}}}{}{}}000000000000000000000000000000000{cEh{}}0000000000000000{{{A`{ceg}}}{{B`{ce}}}{}{}{}}{{{A`{ceg}}}C`{}{}{}}0{{{A`{ceg}}}{{Dl{ce}}}{}{}{}}{{C`C`}{{A`{ceBl}}}{}{}}{{C`C`c}{{A`{egc}}}h{}{}}{c{{A`{egc}}}h{}{}}{{Bf{El{Ej}}}n}","c":[],"p":[[6,"Entry",2],[10,"Eq",320],[10,"Hash",321],[10,"BuildHasher",321],[10,"FnOnce",322],[5,"OccupiedEntry",2],[1,"unit"],[5,"ListOrderedMultimap",2],[1,"bool"],[1,"tuple"],[6,"Option",323],[5,"EntryValues",2],[5,"Iter",2],[5,"KeyValues",2],[5,"Keys",2],[5,"Values",2],[10,"Clone",324],[6,"KeyWrapper",2],[5,"DummyHasher",2],[10,"Sized",325],[10,"Borrow",326],[8,"RandomState",2],[5,"EntryValuesDrain",2],[1,"usize"],[10,"PartialEq",320],[17,"Item"],[10,"IntoIterator",327],[10,"Copy",325],[1,"u64"],[5,"Formatter",328],[8,"Result",328],[10,"Debug",328],[5,"VacantEntry",2],[5,"EntryValuesMut",2],[5,"IntoIter",2],[5,"IterMut",2],[5,"KeyValuesMut",2],[5,"ValuesMut",2],[10,"Default",329],[10,"Hasher",321],[17,"Output"],[10,"FnMut",322],[6,"Result",330],[5,"TypeId",331],[1,"u8"],[1,"slice"]],"b":[[91,"impl-Extend%3C(Key,+Value)%3E-for-ListOrderedMultimap%3CKey,+Value,+State%3E"],[92,"impl-Extend%3C(%26Key,+%26Value)%3E-for-ListOrderedMultimap%3CKey,+Value,+State%3E"],[173,"impl-IntoIterator-for-%26ListOrderedMultimap%3CKey,+Value,+State%3E"],[174,"impl-IntoIterator-for-%26mut+ListOrderedMultimap%3CKey,+Value,+State%3E"],[175,"impl-IntoIterator-for-ListOrderedMultimap%3CKey,+Value,+State%3E"]]}],\ ["ouroboros",{"doc":"A crate for creating safe self-referencing structs.","t":"X","n":["self_referencing"],"q":[[0,"ouroboros"]],"d":["This macro is used to turn a regular struct into a …"],"i":[0],"f":"`","c":[],"p":[],"b":[]}],\ diff --git a/src-files.js b/src-files.js index 3960f60d840..d3a95e716ef 100644 --- a/src-files.js +++ b/src-files.js @@ -27,7 +27,7 @@ var srcIndex = new Map(JSON.parse('[\ ["color_quant",["",[],["lib.rs","math.rs"]]],\ ["const_random",["",[],["lib.rs"]]],\ ["const_random_macro",["",[],["lib.rs","span.rs"]]],\ -["cosmic",["",[["app",[],["command.rs","core.rs","cosmic.rs","mod.rs","settings.rs"]],["command",[],["mod.rs"]],["config",[],["mod.rs","toolkit.rs"]],["executor",[],["mod.rs","multi.rs","single.rs"]],["theme",[["style",[],["button.rs","dropdown.rs","iced.rs","menu_bar.rs","mod.rs","segmented_button.rs","text_input.rs"]]],["mod.rs"]],["widget",[["button",[],["icon.rs","image.rs","link.rs","mod.rs","style.rs","text.rs","widget.rs"]],["card",[],["mod.rs","style.rs"]],["color_picker",[],["mod.rs"]],["context_drawer",[],["mod.rs","overlay.rs","widget.rs"]],["dropdown",[["menu",[],["appearance.rs","mod.rs"]],["multi",[],["menu.rs","mod.rs","model.rs","widget.rs"]]],["mod.rs","widget.rs"]],["flex_row",[],["layout.rs","mod.rs","widget.rs"]],["grid",[],["layout.rs","mod.rs","widget.rs"]],["icon",[],["handle.rs","mod.rs","named.rs"]],["list",[],["column.rs","mod.rs"]],["menu",[],["action.rs","flex.rs","key_bind.rs","menu_bar.rs","menu_inner.rs","menu_tree.rs"]],["rectangle_tracker",[],["mod.rs","subscription.rs"]],["segmented_button",[["model",[],["builder.rs","entity.rs","mod.rs","selection.rs"]]],["horizontal.rs","mod.rs","style.rs","vertical.rs","widget.rs"]],["settings",[],["item.rs","mod.rs","section.rs"]],["spin_button",[],["mod.rs","model.rs"]],["text_input",[],["cursor.rs","editor.rs","input.rs","mod.rs","style.rs","value.rs"]]],["aspect_ratio.rs","calendar.rs","common.rs","context_menu.rs","dialog.rs","dnd_destination.rs","dnd_source.rs","header_bar.rs","layer_container.rs","menu.rs","mod.rs","nav_bar.rs","nav_bar_toggle.rs","popover.rs","scrollable.rs","segmented_control.rs","tab_bar.rs","text.rs","toggler.rs","warning.rs"]]],["ext.rs","font.rs","icon_theme.rs","keyboard_nav.rs","lib.rs"]]],\ +["cosmic",["",[["app",[],["command.rs","core.rs","cosmic.rs","mod.rs","settings.rs"]],["command",[],["mod.rs"]],["config",[],["mod.rs"]],["executor",[],["mod.rs","multi.rs","single.rs"]],["theme",[["style",[],["button.rs","dropdown.rs","iced.rs","menu_bar.rs","mod.rs","segmented_button.rs","text_input.rs"]]],["mod.rs"]],["widget",[["button",[],["icon.rs","image.rs","link.rs","mod.rs","style.rs","text.rs","widget.rs"]],["card",[],["mod.rs","style.rs"]],["color_picker",[],["mod.rs"]],["context_drawer",[],["mod.rs","overlay.rs","widget.rs"]],["dropdown",[["menu",[],["appearance.rs","mod.rs"]],["multi",[],["menu.rs","mod.rs","model.rs","widget.rs"]]],["mod.rs","widget.rs"]],["flex_row",[],["layout.rs","mod.rs","widget.rs"]],["grid",[],["layout.rs","mod.rs","widget.rs"]],["icon",[],["handle.rs","mod.rs","named.rs"]],["list",[],["column.rs","mod.rs"]],["menu",[],["action.rs","flex.rs","key_bind.rs","menu_bar.rs","menu_inner.rs","menu_tree.rs"]],["rectangle_tracker",[],["mod.rs","subscription.rs"]],["segmented_button",[["model",[],["builder.rs","entity.rs","mod.rs","selection.rs"]]],["horizontal.rs","mod.rs","style.rs","vertical.rs","widget.rs"]],["settings",[],["item.rs","mod.rs","section.rs"]],["spin_button",[],["mod.rs","model.rs"]],["text_input",[],["cursor.rs","editor.rs","input.rs","mod.rs","style.rs","value.rs"]]],["aspect_ratio.rs","calendar.rs","common.rs","context_menu.rs","dialog.rs","dnd_destination.rs","dnd_source.rs","header_bar.rs","layer_container.rs","menu.rs","mod.rs","nav_bar.rs","nav_bar_toggle.rs","popover.rs","scrollable.rs","segmented_control.rs","tab_bar.rs","text.rs","toggler.rs","warning.rs"]]],["ext.rs","font.rs","icon_theme.rs","keyboard_nav.rs","lib.rs"]]],\ ["cosmic_config",["",[],["lib.rs","subscription.rs"]]],\ ["cosmic_config_derive",["",[],["lib.rs"]]],\ ["cosmic_text",["",[["edit",[],["editor.rs","mod.rs"]],["font",[["fallback",[],["mod.rs","unix.rs"]]],["mod.rs","system.rs"]]],["attrs.rs","bidi_para.rs","buffer.rs","buffer_line.rs","cursor.rs","glyph_cache.rs","layout.rs","lib.rs","line_ending.rs","math.rs","shape.rs","shape_plan_cache.rs","shape_run_cache.rs","swash.rs"]]],\ diff --git a/src/cosmic/app/core.rs.html b/src/cosmic/app/core.rs.html index 7a431bd1ec1..e2ee011cce5 100644 --- a/src/cosmic/app/core.rs.html +++ b/src/cosmic/app/core.rs.html @@ -312,19 +312,6 @@

Files

310 311 312 -313 -314 -315 -316 -317 -318 -319 -320 -321 -322 -323 -324 -325

// Copyright 2023 System76 <info@system76.com>
 // SPDX-License-Identifier: MPL-2.0
 
@@ -400,9 +387,6 @@ 

Files

/// Configured theme mode pub(super) system_theme_mode: ThemeMode, - /// Libcosmic toolkit configuration. - pub(super) toolkit_config: CosmicTk, - pub(super) portal_is_dark: Option<bool>, pub(super) portal_accent: Option<Srgba>, @@ -450,16 +434,6 @@

Files

}) }) .unwrap_or_default(), - toolkit_config: CosmicTk::config() - .map(|c| { - CosmicTk::get_entry(&c).unwrap_or_else(|(errors, mode)| { - for why in errors { - tracing::error!(?why, "CosmicTk config entry error"); - } - mode - }) - }) - .unwrap_or_default(), window: Window { context_title: String::new(), header_title: String::new(), diff --git a/src/cosmic/app/cosmic.rs.html b/src/cosmic/app/cosmic.rs.html index 354e7a2977d..8aad662c281 100644 --- a/src/cosmic/app/cosmic.rs.html +++ b/src/cosmic/app/cosmic.rs.html @@ -854,7 +854,7 @@

Files

self.app.subscription().map(super::Message::App), self.app .core() - .watch_config::<crate::config::CosmicTk>(crate::config::toolkit::ID) + .watch_config::<crate::config::CosmicTk>(crate::config::ID) .map(|update| { for why in update.errors { tracing::error!(?why, "cosmic toolkit config update error"); @@ -1284,7 +1284,7 @@

Files

crate::icon_theme::set_default(config.icon_theme.clone()); } - self.app.core_mut().toolkit_config = config; + crate::config::COSMIC_TK.with(|tk| *tk.borrow_mut() = config); } Message::Focus(f) => { diff --git a/src/cosmic/app/mod.rs.html b/src/cosmic/app/mod.rs.html index 7315cdf4f69..2c6cfda75a0 100644 --- a/src/cosmic/app/mod.rs.html +++ b/src/cosmic/app/mod.rs.html @@ -911,7 +911,7 @@

Files

if let Some(icon_theme) = settings.default_icon_theme { crate::icon_theme::set_default(icon_theme); } else { - crate::icon_theme::set_default(core.toolkit_config.icon_theme.clone()); + crate::icon_theme::set_default(crate::config::icon_theme()); } THEME.with(move |t| { @@ -1541,11 +1541,11 @@

Files

header = header.start(toggle); } - if core.window.show_maximize && core.toolkit_config.show_maximize { + if core.window.show_maximize && crate::config::show_maximize() { header = header.on_maximize(Message::Cosmic(cosmic::Message::Maximize)); } - if core.window.show_minimize && core.toolkit_config.show_minimize { + if core.window.show_minimize && crate::config::show_minimize() { header = header.on_minimize(Message::Cosmic(cosmic::Message::Minimize)); } diff --git a/src/cosmic/config/mod.rs.html b/src/cosmic/config/mod.rs.html index d8fb38e9002..da151dcf80e 100644 --- a/src/cosmic/config/mod.rs.html +++ b/src/cosmic/config/mod.rs.html @@ -8,12 +8,204 @@

Files

6 7 8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 +84 +85 +86 +87 +88 +89 +90 +91 +92 +93 +94 +95 +96 +97 +98 +99 +100 +101 +102 +103 +104
// Copyright 2024 System76 <info@system76.com>
 // SPDX-License-Identifier: MPL-2.0
 
 //! Configurations available to libcosmic applications.
 
-pub mod toolkit;
-#[doc(inline)]
-pub use toolkit::CosmicTk;
+use cosmic_config::cosmic_config_derive::CosmicConfigEntry;
+use cosmic_config::{Config, CosmicConfigEntry};
+use serde::{Deserialize, Serialize};
+use std::cell::RefCell;
+use std::rc::Rc;
+
+/// ID for the `CosmicTk` config.
+pub const ID: &str = "com.system76.CosmicTk";
+
+thread_local! {
+    pub static COSMIC_TK: RefCell<CosmicTk> = RefCell::new(CosmicTk::config()
+    .map(|c| {
+        CosmicTk::get_entry(&c).unwrap_or_else(|(errors, mode)| {
+            for why in errors {
+                tracing::error!(?why, "CosmicTk config entry error");
+            }
+            mode
+        })
+    })
+    .unwrap_or_default())
+}
+
+/// Apply the theme to other toolkits.
+pub fn apply_theme_global() -> bool {
+    COSMIC_TK.with(|tk| tk.borrow().apply_theme_global)
+}
+
+/// Show minimize button in window header.
+pub fn show_minimize() -> bool {
+    COSMIC_TK.with(|tk| tk.borrow().show_minimize)
+}
+
+/// Show maximize button in window header.
+pub fn show_maximize() -> bool {
+    COSMIC_TK.with(|tk| tk.borrow().show_maximize)
+}
+
+/// Preferred icon theme.
+pub fn icon_theme() -> String {
+    COSMIC_TK.with(|tk| tk.borrow().icon_theme.clone())
+}
+
+/// Density of CSD/SSD header bars.
+pub fn header_size() -> Density {
+    COSMIC_TK.with(|tk| tk.borrow().header_size)
+}
+
+/// Interface density.
+pub fn interface_density() -> Density {
+    COSMIC_TK.with(|tk| tk.borrow().interface_density)
+}
+
+#[derive(Clone, CosmicConfigEntry, Debug, Eq, PartialEq)]
+#[version = 1]
+pub struct CosmicTk {
+    /// Apply the theme to other toolkits.
+    pub apply_theme_global: bool,
+
+    /// Show minimize button in window header.
+    pub show_minimize: bool,
+
+    /// Show maximize button in window header.
+    pub show_maximize: bool,
+
+    /// Preferred icon theme.
+    pub icon_theme: String,
+
+    /// Density of CSD/SSD header bars.
+    pub header_size: Density,
+
+    /// Interface density.
+    pub interface_density: Density,
+}
+
+#[derive(Copy, Clone, Debug, Default, Eq, PartialEq, Serialize, Deserialize)]
+pub enum Density {
+    Compact,
+    #[default]
+    Standard,
+}
+
+impl Default for CosmicTk {
+    fn default() -> Self {
+        Self {
+            apply_theme_global: false,
+            show_minimize: true,
+            show_maximize: true,
+            icon_theme: String::from("Cosmic"),
+            header_size: Density::Standard,
+            interface_density: Density::Standard,
+        }
+    }
+}
+
+impl CosmicTk {
+    pub fn config() -> Result<Config, cosmic_config::Error> {
+        Config::new(ID, Self::VERSION)
+    }
+}
 
\ No newline at end of file diff --git a/src/cosmic/config/toolkit.rs.html b/src/cosmic/config/toolkit.rs.html deleted file mode 100644 index 461a6453084..00000000000 --- a/src/cosmic/config/toolkit.rs.html +++ /dev/null @@ -1,89 +0,0 @@ -toolkit.rs - source -
1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-21
-22
-23
-24
-25
-26
-27
-28
-29
-30
-31
-32
-33
-34
-35
-36
-37
-38
-39
-40
-41
-42
-43
-
// Copyright 2024 System76 <info@system76.com>
-// SPDX-License-Identifier: MPL-2.0
-
-//! Configurations for the libcosmic toolkit.
-
-use cosmic_config::cosmic_config_derive::CosmicConfigEntry;
-use cosmic_config::{Config, CosmicConfigEntry};
-
-/// ID for the `CosmicTk` config.
-pub const ID: &str = "com.system76.CosmicTk";
-
-#[derive(Clone, CosmicConfigEntry, Debug, Eq, PartialEq)]
-#[version = 1]
-pub struct CosmicTk {
-    /// Show minimize button in window header.
-    pub show_minimize: bool,
-
-    /// Show maximize button in window header.
-    pub show_maximize: bool,
-
-    /// Preferred icon theme.
-    pub icon_theme: String,
-
-    /// Apply the theme to other toolkits.
-    pub apply_theme_global: bool,
-}
-
-impl Default for CosmicTk {
-    fn default() -> Self {
-        Self {
-            show_minimize: true,
-            show_maximize: true,
-            icon_theme: String::from("Cosmic"),
-            apply_theme_global: false,
-        }
-    }
-}
-
-impl CosmicTk {
-    pub fn config() -> Result<Config, cosmic_config::Error> {
-        Config::new(ID, Self::VERSION)
-    }
-}
-
\ No newline at end of file diff --git a/src/cosmic/widget/header_bar.rs.html b/src/cosmic/widget/header_bar.rs.html index b40a3306ba4..ba3b6c834ac 100644 --- a/src/cosmic/widget/header_bar.rs.html +++ b/src/cosmic/widget/header_bar.rs.html @@ -392,13 +392,23 @@

Files

390 391 392 +393 +394 +395 +396 +397 +398 +399 +400 +401
// Copyright 2022 System76 <info@system76.com>
 // SPDX-License-Identifier: MPL-2.0
 
-use crate::{ext::CollectionWidget, widget, Element};
+use crate::config::Density;
+use crate::{ext::CollectionWidget, widget, Element};
 use apply::Apply;
 use derive_setters::Setters;
-use iced::Length;
+use iced::{Length, Padding};
 use iced_core::{widget::tree, Widget};
 use std::borrow::Cow;
 
@@ -414,6 +424,7 @@ 

Files

start: Vec::new(), center: Vec::new(), end: Vec::new(), + density: None, focused: false, } } @@ -444,9 +455,6 @@

Files

#[setters(strip_option)] on_right_click: Option<Message>, - /// Focused state of the window - focused: bool, - /// Elements packed at the start of the headerbar. #[setters(skip)] start: Vec<Element<'a, Message>>, @@ -458,6 +466,13 @@

Files

/// Elements packed at the end of the headerbar. #[setters(skip)] end: Vec<Element<'a, Message>>, + + /// Controls the density of the headerbar. + #[setters(strip_option)] + density: Option<Density>, + + /// Focused state of the window + focused: bool, } impl<'a, Message: Clone + 'static> HeaderBar<'a, Message> { @@ -493,7 +508,7 @@

Files

#[must_use] pub fn build(self) -> HeaderBarWidget<'a, Message> { HeaderBarWidget { - header_bar_inner: self.into_element(), + header_bar_inner: self.view(), } } } @@ -647,7 +662,7 @@

Files

impl<'a, Message: Clone + 'static> HeaderBar<'a, Message> { /// Converts the headerbar builder into an Iced element. - pub fn into_element(mut self) -> Element<'a, Message> { + pub fn view(mut self) -> Element<'a, Message> { // Take ownership of the regions to be packed. let start = std::mem::take(&mut self.start); let center = std::mem::take(&mut self.center); @@ -657,6 +672,11 @@

Files

end.push(widget::horizontal_space(Length::Fixed(12.0)).into()); end.push(self.window_controls()); + let (height, padding) = match self.density.unwrap_or_else(|| crate::config::header_size()) { + crate::config::Density::Compact => (36.0, 2.0), + crate::config::Density::Standard => (48.0, 8.0), + }; + // Creates the headerbar widget. let mut widget = widget::row::with_capacity(4) // If elements exist in the start region, append them here. @@ -689,9 +709,9 @@

Files

.width(Length::Shrink), ) .align_items(iced::Alignment::Center) - .height(Length::Fixed(50.0)) - .padding(8) - .spacing(8) + .height(Length::Fixed(height)) + .padding(padding) + .spacing(padding) .apply(widget::container) .style(crate::theme::Container::HeaderBar { focused: self.focused, @@ -720,9 +740,7 @@

Files

let mut title = Cow::default(); std::mem::swap(&mut title, &mut self.title); - widget::text(title) - .size(16) - .font(crate::font::FONT_SEMIBOLD) + widget::text::heading(title) .apply(widget::container) .center_x() .center_y() diff --git a/src/cosmic/widget/nav_bar_toggle.rs.html b/src/cosmic/widget/nav_bar_toggle.rs.html index b5d77b73281..0ba741b09fa 100644 --- a/src/cosmic/widget/nav_bar_toggle.rs.html +++ b/src/cosmic/widget/nav_bar_toggle.rs.html @@ -50,10 +50,6 @@

Files

48 49 50 -51 -52 -53 -54
// Copyright 2022 System76 <info@system76.com>
 // SPDX-License-Identifier: MPL-2.0
 
@@ -98,13 +94,9 @@ 

Files

}; widget::button::icon(icon) - .padding([8, 16, 8, 16]) .on_press_maybe(nav_bar_toggle.on_toggle) .selected(nav_bar_toggle.selected) .style(nav_bar_toggle.style) - .apply(widget::container) - .center_y() - .height(Length::Fill) .into() } } diff --git a/trait.impl/core/clone/trait.Clone.js b/trait.impl/core/clone/trait.Clone.js index 0d7b8b42fcc..b7483ac75c7 100644 --- a/trait.impl/core/clone/trait.Clone.js +++ b/trait.impl/core/clone/trait.Clone.js @@ -13,7 +13,7 @@ "chrono":[["impl Clone for Month"],["impl Clone for Weekday"],["impl Clone for Colons"],["impl Clone for Fixed"],["impl Clone for Numeric"],["impl Clone for OffsetPrecision"],["impl Clone for Pad"],["impl Clone for ParseErrorKind"],["impl Clone for SecondsFormat"],["impl Clone for RoundingError"],["impl Clone for InternalFixed"],["impl Clone for InternalNumeric"],["impl Clone for OffsetFormat"],["impl Clone for ParseError"],["impl Clone for Parsed"],["impl Clone for IsoWeek"],["impl Clone for NaiveDate"],["impl Clone for NaiveDateDaysIterator"],["impl Clone for NaiveDateTime"],["impl Clone for NaiveDateWeeksIterator"],["impl Clone for NaiveTime"],["impl Clone for FixedOffset"],["impl Clone for Local"],["impl Clone for Utc"],["impl Clone for Days"],["impl Clone for Months"],["impl Clone for OutOfRange"],["impl Clone for TimeDelta"],["impl<'a> Clone for Item<'a>"],["impl<'a> Clone for StrftimeItems<'a>"],["impl<T: Clone> Clone for LocalResult<T>"],["impl<Tz: Clone + TimeZone> Clone for Date<Tz>
where\n Tz::Offset: Clone,
"],["impl<Tz: Clone + TimeZone> Clone for DateTime<Tz>
where\n Tz::Offset: Clone,
"]], "clipboard_wayland":[["impl Clone for DndSender"]], "clipboard_x11":[["impl Clone for Atoms"]], -"cosmic":[["impl Clone for Message"],["impl Clone for Message"],["impl Clone for Checkbox"],["impl Clone for Svg"],["impl Clone for Text"],["impl Clone for Scrollable"],["impl Clone for TextInput"],["impl Clone for ThemeType"],["impl Clone for ColorPickerUpdate"],["impl Clone for Data"],["impl Clone for IconFallback"],["impl Clone for ItemHeight"],["impl Clone for ItemWidth"],["impl Clone for PathHighlight"],["impl Clone for Modifier"],["impl Clone for Position"],["impl Clone for Message"],["impl Clone for Typography"],["impl Clone for State"],["impl Clone for Core"],["impl Clone for CosmicTk"],["impl Clone for Theme"],["impl Clone for Appearance"],["impl Clone for Appearance"],["impl Clone for DragId"],["impl Clone for Appearance"],["impl Clone for Assignment"],["impl Clone for Handle"],["impl Clone for Named"],["impl Clone for KeyBind"],["impl Clone for CloseCondition"],["impl Clone for Appearance"],["impl Clone for Entity"],["impl Clone for Id"],["impl Clone for ItemAppearance"],["impl Clone for ItemStatusAppearance"],["impl Clone for Icon"],["impl Clone for Appearance"],["impl Clone for Cursor"],["impl Clone for Appearance"],["impl Clone for State"],["impl Clone for TextInputString"],["impl Clone for Value"],["impl<'a, Message: Clone> Clone for ColorPickerBuilder<'a, Message>"],["impl<Action: Clone, Args: Clone> Clone for DbusActivationDetails<Action, Args>"],["impl<I> Clone for RectangleUpdate<I>
where\n I: 'static + Hash + Copy + Send + Sync + Debug + Clone,
"],["impl<I: Clone> Clone for RectangleTracker<I>"],["impl<M: Clone> Clone for Message<M>"]], +"cosmic":[["impl Clone for Message"],["impl Clone for Density"],["impl Clone for Message"],["impl Clone for Checkbox"],["impl Clone for Svg"],["impl Clone for Text"],["impl Clone for Scrollable"],["impl Clone for TextInput"],["impl Clone for ThemeType"],["impl Clone for ColorPickerUpdate"],["impl Clone for Data"],["impl Clone for IconFallback"],["impl Clone for ItemHeight"],["impl Clone for ItemWidth"],["impl Clone for PathHighlight"],["impl Clone for Modifier"],["impl Clone for Position"],["impl Clone for Message"],["impl Clone for Typography"],["impl Clone for State"],["impl Clone for Core"],["impl Clone for CosmicTk"],["impl Clone for Theme"],["impl Clone for Appearance"],["impl Clone for Appearance"],["impl Clone for DragId"],["impl Clone for Appearance"],["impl Clone for Assignment"],["impl Clone for Handle"],["impl Clone for Named"],["impl Clone for KeyBind"],["impl Clone for CloseCondition"],["impl Clone for Appearance"],["impl Clone for Entity"],["impl Clone for Id"],["impl Clone for ItemAppearance"],["impl Clone for ItemStatusAppearance"],["impl Clone for Icon"],["impl Clone for Appearance"],["impl Clone for Cursor"],["impl Clone for Appearance"],["impl Clone for State"],["impl Clone for TextInputString"],["impl Clone for Value"],["impl<'a, Message: Clone> Clone for ColorPickerBuilder<'a, Message>"],["impl<Action: Clone, Args: Clone> Clone for DbusActivationDetails<Action, Args>"],["impl<I> Clone for RectangleUpdate<I>
where\n I: 'static + Hash + Copy + Send + Sync + Debug + Clone,
"],["impl<I: Clone> Clone for RectangleTracker<I>"],["impl<M: Clone> Clone for Message<M>"]], "cosmic_config":[["impl Clone for Config"]], "cosmic_text":[["impl Clone for Action"],["impl Clone for Affinity"],["impl Clone for Align"],["impl Clone for FamilyOwned"],["impl Clone for LineEnding"],["impl Clone for Motion"],["impl Clone for Selection"],["impl Clone for Shaping"],["impl Clone for SubpixelBin"],["impl Clone for Wrap"],["impl Clone for AttrsList"],["impl Clone for AttrsOwned"],["impl Clone for Buffer"],["impl Clone for BufferLine"],["impl Clone for CacheKey"],["impl Clone for CacheKeyFlags"],["impl Clone for Change"],["impl Clone for ChangeItem"],["impl Clone for Color"],["impl Clone for Cursor"],["impl Clone for FontMatchAttrs"],["impl Clone for FontMatchKey"],["impl Clone for LayoutCursor"],["impl Clone for LayoutGlyph"],["impl Clone for LayoutLine"],["impl Clone for Metrics"],["impl Clone for PhysicalGlyph"],["impl Clone for Scroll"],["impl Clone for ShapeGlyph"],["impl Clone for ShapeLine"],["impl Clone for ShapeRunCache"],["impl Clone for ShapeRunKey"],["impl Clone for ShapeSpan"],["impl Clone for ShapeWord"],["impl<'a> Clone for Attrs<'a>"]], "cosmic_theme":[["impl Clone for CosmicPalette"],["impl Clone for Layer"],["impl Clone for Component"],["impl Clone for Container"],["impl Clone for CornerRadii"],["impl Clone for CosmicPaletteInner"],["impl Clone for Spacing"],["impl Clone for Theme"],["impl Clone for ThemeBuilder"],["impl Clone for ThemeMode"]], diff --git a/trait.impl/core/cmp/trait.Eq.js b/trait.impl/core/cmp/trait.Eq.js index 4a417ac582d..e0c080442ce 100644 --- a/trait.impl/core/cmp/trait.Eq.js +++ b/trait.impl/core/cmp/trait.Eq.js @@ -8,7 +8,7 @@ "byteorder":[["impl Eq for BigEndian"],["impl Eq for LittleEndian"]], "calloop":[["impl Eq for PostAction"],["impl Eq for RegistrationToken"],["impl Eq for Token"]], "chrono":[["impl Eq for Month"],["impl Eq for Weekday"],["impl Eq for Colons"],["impl Eq for Fixed"],["impl Eq for Numeric"],["impl Eq for OffsetPrecision"],["impl Eq for Pad"],["impl Eq for ParseErrorKind"],["impl Eq for SecondsFormat"],["impl Eq for RoundingError"],["impl Eq for InternalFixed"],["impl Eq for InternalNumeric"],["impl Eq for OffsetFormat"],["impl Eq for ParseError"],["impl Eq for Parsed"],["impl Eq for IsoWeek"],["impl Eq for NaiveDate"],["impl Eq for NaiveDateDaysIterator"],["impl Eq for NaiveDateTime"],["impl Eq for NaiveDateWeeksIterator"],["impl Eq for NaiveTime"],["impl Eq for FixedOffset"],["impl Eq for Utc"],["impl Eq for Days"],["impl Eq for Months"],["impl Eq for OutOfRange"],["impl Eq for TimeDelta"],["impl<'a> Eq for Item<'a>"],["impl<T: Eq> Eq for LocalResult<T>"],["impl<Tz: TimeZone> Eq for Date<Tz>"],["impl<Tz: TimeZone> Eq for DateTime<Tz>"]], -"cosmic":[["impl Eq for Message"],["impl Eq for Checkbox"],["impl Eq for Modifier"],["impl Eq for Typography"],["impl Eq for CosmicTk"],["impl Eq for DragId"],["impl Eq for KeyBind"],["impl Eq for Entity"]], +"cosmic":[["impl Eq for Density"],["impl Eq for Message"],["impl Eq for Checkbox"],["impl Eq for Modifier"],["impl Eq for Typography"],["impl Eq for CosmicTk"],["impl Eq for DragId"],["impl Eq for KeyBind"],["impl Eq for Entity"]], "cosmic_text":[["impl Eq for Action"],["impl Eq for Affinity"],["impl Eq for Align"],["impl Eq for FamilyOwned"],["impl Eq for LineEnding"],["impl Eq for Motion"],["impl Eq for Selection"],["impl Eq for Shaping"],["impl Eq for SubpixelBin"],["impl Eq for Wrap"],["impl Eq for AttrsList"],["impl Eq for AttrsOwned"],["impl Eq for CacheKey"],["impl Eq for CacheKeyFlags"],["impl Eq for Color"],["impl Eq for Cursor"],["impl Eq for FontMatchAttrs"],["impl Eq for FontMatchKey"],["impl Eq for LayoutCursor"],["impl Eq for Scroll"],["impl Eq for ShapeRunKey"],["impl<'a> Eq for Attrs<'a>"]], "cosmic_theme":[["impl Eq for Layer"],["impl Eq for Spacing"],["impl Eq for ThemeMode"]], "crossbeam_channel":[["impl Eq for RecvTimeoutError"],["impl Eq for TryRecvError"],["impl Eq for ReadyTimeoutError"],["impl Eq for RecvError"],["impl Eq for SelectTimeoutError"],["impl Eq for TryReadyError"],["impl Eq for TrySelectError"],["impl<T: Eq> Eq for SendTimeoutError<T>"],["impl<T: Eq> Eq for TrySendError<T>"],["impl<T: Eq> Eq for SendError<T>"]], diff --git a/trait.impl/core/cmp/trait.PartialEq.js b/trait.impl/core/cmp/trait.PartialEq.js index 32d7f32266e..030c3928c49 100644 --- a/trait.impl/core/cmp/trait.PartialEq.js +++ b/trait.impl/core/cmp/trait.PartialEq.js @@ -9,7 +9,7 @@ "byteorder":[["impl PartialEq for BigEndian"],["impl PartialEq for LittleEndian"]], "calloop":[["impl PartialEq for PostAction"],["impl PartialEq for RegistrationToken"],["impl PartialEq for Token"]], "chrono":[["impl PartialEq for Month"],["impl PartialEq for Weekday"],["impl PartialEq for Colons"],["impl PartialEq for Fixed"],["impl PartialEq for Numeric"],["impl PartialEq for OffsetPrecision"],["impl PartialEq for Pad"],["impl PartialEq for ParseErrorKind"],["impl PartialEq for SecondsFormat"],["impl PartialEq for RoundingError"],["impl PartialEq for InternalFixed"],["impl PartialEq for InternalNumeric"],["impl PartialEq for OffsetFormat"],["impl PartialEq for ParseError"],["impl PartialEq for Parsed"],["impl PartialEq for IsoWeek"],["impl PartialEq for NaiveDate"],["impl PartialEq for NaiveDateDaysIterator"],["impl PartialEq for NaiveDateTime"],["impl PartialEq for NaiveDateWeeksIterator"],["impl PartialEq for NaiveTime"],["impl PartialEq for FixedOffset"],["impl PartialEq for Utc"],["impl PartialEq for Days"],["impl PartialEq for Months"],["impl PartialEq for OutOfRange"],["impl PartialEq for TimeDelta"],["impl<'a> PartialEq for Item<'a>"],["impl<T: PartialEq> PartialEq for LocalResult<T>"],["impl<Tz: TimeZone, Tz2: TimeZone> PartialEq<Date<Tz2>> for Date<Tz>"],["impl<Tz: TimeZone, Tz2: TimeZone> PartialEq<DateTime<Tz2>> for DateTime<Tz>"]], -"cosmic":[["impl PartialEq for Message"],["impl PartialEq for Checkbox"],["impl PartialEq for ThemeType"],["impl PartialEq for Modifier"],["impl PartialEq for Typography"],["impl PartialEq for CosmicTk"],["impl PartialEq for Theme"],["impl PartialEq for DragId"],["impl PartialEq for KeyBind"],["impl PartialEq for Entity"],["impl PartialEq for Id"]], +"cosmic":[["impl PartialEq for Density"],["impl PartialEq for Message"],["impl PartialEq for Checkbox"],["impl PartialEq for ThemeType"],["impl PartialEq for Modifier"],["impl PartialEq for Typography"],["impl PartialEq for CosmicTk"],["impl PartialEq for Theme"],["impl PartialEq for DragId"],["impl PartialEq for KeyBind"],["impl PartialEq for Entity"],["impl PartialEq for Id"]], "cosmic_text":[["impl PartialEq for Action"],["impl PartialEq for Affinity"],["impl PartialEq for Align"],["impl PartialEq for FamilyOwned"],["impl PartialEq for LineEnding"],["impl PartialEq for Motion"],["impl PartialEq for Selection"],["impl PartialEq for Shaping"],["impl PartialEq for SubpixelBin"],["impl PartialEq for Wrap"],["impl PartialEq for AttrsList"],["impl PartialEq for AttrsOwned"],["impl PartialEq for CacheKey"],["impl PartialEq for CacheKeyFlags"],["impl PartialEq for Color"],["impl PartialEq for Cursor"],["impl PartialEq for FontMatchAttrs"],["impl PartialEq for FontMatchKey"],["impl PartialEq for LayoutCursor"],["impl PartialEq for Metrics"],["impl PartialEq for Scroll"],["impl PartialEq for ShapeRunKey"],["impl<'a> PartialEq for Attrs<'a>"]], "cosmic_theme":[["impl PartialEq for CosmicPalette"],["impl PartialEq for Layer"],["impl PartialEq for Component"],["impl PartialEq for Container"],["impl PartialEq for CornerRadii"],["impl PartialEq for CosmicPaletteInner"],["impl PartialEq for Spacing"],["impl PartialEq for Theme"],["impl PartialEq for ThemeBuilder"],["impl PartialEq for ThemeMode"]], "crossbeam_channel":[["impl PartialEq for RecvTimeoutError"],["impl PartialEq for TryRecvError"],["impl PartialEq for ReadyTimeoutError"],["impl PartialEq for RecvError"],["impl PartialEq for SelectTimeoutError"],["impl PartialEq for TryReadyError"],["impl PartialEq for TrySelectError"],["impl<T: PartialEq> PartialEq for SendTimeoutError<T>"],["impl<T: PartialEq> PartialEq for TrySendError<T>"],["impl<T: PartialEq> PartialEq for SendError<T>"]], diff --git a/trait.impl/core/default/trait.Default.js b/trait.impl/core/default/trait.Default.js index 9c18c6701bf..c68bc05a805 100644 --- a/trait.impl/core/default/trait.Default.js +++ b/trait.impl/core/default/trait.Default.js @@ -10,7 +10,7 @@ "byteorder":[["impl Default for BigEndian"],["impl Default for LittleEndian"]], "calloop":[["impl<T: Default> Default for TransientSource<T>"]], "chrono":[["impl Default for Parsed"],["impl Default for NaiveDate"],["impl Default for NaiveDateTime"],["impl Default for NaiveTime"],["impl Default for DateTime<FixedOffset>"],["impl Default for DateTime<Local>"],["impl Default for DateTime<Utc>"],["impl Default for TimeDelta"]], -"cosmic":[["impl Default for Application"],["impl Default for Checkbox"],["impl Default for Container"],["impl Default for ProgressBar"],["impl Default for Rule"],["impl Default for Svg"],["impl Default for Text"],["impl Default for Button"],["impl Default for Scrollable"],["impl Default for Slider"],["impl Default for TextEditor"],["impl Default for TextInput"],["impl Default for MenuBarStyle"],["impl Default for ThemeType"],["impl Default for Button"],["impl Default for SegmentedButton"],["impl Default for TextInput"],["impl Default for IconFallback"],["impl Default for Position"],["impl Default for Settings"],["impl Default for Core"],["impl Default for CosmicTk"],["impl Default for Theme"],["impl Default for Appearance"],["impl Default for State"],["impl Default for DragId"],["impl Default for State"],["impl Default for State"],["impl Default for Appearance"],["impl Default for Entity"],["impl Default for ItemAppearance"],["impl Default for ItemStatusAppearance"],["impl Default for MultiSelect"],["impl Default for SingleSelect"],["impl Default for Model<i16>"],["impl Default for Model<i32>"],["impl Default for Model<i8>"],["impl Default for Model<isize>"],["impl Default for Model<u16>"],["impl Default for Model<u32>"],["impl Default for Model<u64>"],["impl Default for Model<u8>"],["impl Default for Model<usize>"],["impl Default for Model<Decimal>"],["impl Default for Appearance"],["impl Default for Cursor"],["impl Default for State"],["impl<'a, Message: 'static> Default for ListColumn<'a, Message>"],["impl<App: Default> Default for Cosmic<App>"],["impl<SelectionMode: Default + Default> Default for Model<SelectionMode>"],["impl<SelectionMode: Default + Default> Default for ModelBuilder<SelectionMode>"],["impl<T: Default> Default for State<T>"]], +"cosmic":[["impl Default for Density"],["impl Default for Application"],["impl Default for Checkbox"],["impl Default for Container"],["impl Default for ProgressBar"],["impl Default for Rule"],["impl Default for Svg"],["impl Default for Text"],["impl Default for Button"],["impl Default for Scrollable"],["impl Default for Slider"],["impl Default for TextEditor"],["impl Default for TextInput"],["impl Default for MenuBarStyle"],["impl Default for ThemeType"],["impl Default for Button"],["impl Default for SegmentedButton"],["impl Default for TextInput"],["impl Default for IconFallback"],["impl Default for Position"],["impl Default for Settings"],["impl Default for Core"],["impl Default for CosmicTk"],["impl Default for Theme"],["impl Default for Appearance"],["impl Default for State"],["impl Default for DragId"],["impl Default for State"],["impl Default for State"],["impl Default for Appearance"],["impl Default for Entity"],["impl Default for ItemAppearance"],["impl Default for ItemStatusAppearance"],["impl Default for MultiSelect"],["impl Default for SingleSelect"],["impl Default for Model<i16>"],["impl Default for Model<i32>"],["impl Default for Model<i8>"],["impl Default for Model<isize>"],["impl Default for Model<u16>"],["impl Default for Model<u32>"],["impl Default for Model<u64>"],["impl Default for Model<u8>"],["impl Default for Model<usize>"],["impl Default for Model<Decimal>"],["impl Default for Appearance"],["impl Default for Cursor"],["impl Default for State"],["impl<'a, Message: 'static> Default for ListColumn<'a, Message>"],["impl<App: Default> Default for Cosmic<App>"],["impl<SelectionMode: Default + Default> Default for Model<SelectionMode>"],["impl<SelectionMode: Default + Default> Default for ModelBuilder<SelectionMode>"],["impl<T: Default> Default for State<T>"]], "cosmic_text":[["impl Default for Affinity"],["impl Default for LineEnding"],["impl Default for Change"],["impl Default for Cursor"],["impl Default for Metrics"],["impl Default for Scroll"],["impl Default for ShapeBuffer"],["impl Default for ShapeRunCache"]], "cosmic_theme":[["impl Default for CosmicPalette"],["impl Default for Layer"],["impl Default for Component"],["impl Default for Container"],["impl Default for CornerRadii"],["impl Default for CosmicPaletteInner"],["impl Default for Spacing"],["impl Default for Theme"],["impl Default for ThemeBuilder"],["impl Default for ThemeMode"]], "crc32fast":[["impl Default for Hasher"]], diff --git a/trait.impl/core/fmt/trait.Debug.js b/trait.impl/core/fmt/trait.Debug.js index 43b17240e13..46a00bc39b0 100644 --- a/trait.impl/core/fmt/trait.Debug.js +++ b/trait.impl/core/fmt/trait.Debug.js @@ -15,7 +15,7 @@ "calloop_wayland_source":[["impl<D: Debug> Debug for WaylandSource<D>"]], "chrono":[["impl Debug for Month"],["impl Debug for Weekday"],["impl Debug for Colons"],["impl Debug for Fixed"],["impl Debug for Numeric"],["impl Debug for OffsetPrecision"],["impl Debug for Pad"],["impl Debug for ParseErrorKind"],["impl Debug for SecondsFormat"],["impl Debug for RoundingError"],["impl Debug for InternalFixed"],["impl Debug for InternalNumeric"],["impl Debug for OffsetFormat"],["impl Debug for ParseError"],["impl Debug for Parsed"],["impl Debug for IsoWeek"],["impl Debug for NaiveDate"],["impl Debug for NaiveDateDaysIterator"],["impl Debug for NaiveDateTime"],["impl Debug for NaiveDateWeeksIterator"],["impl Debug for NaiveTime"],["impl Debug for NaiveWeek"],["impl Debug for FixedOffset"],["impl Debug for Local"],["impl Debug for Utc"],["impl Debug for Days"],["impl Debug for Months"],["impl Debug for OutOfRange"],["impl Debug for TimeDelta"],["impl<'a> Debug for Item<'a>"],["impl<'a> Debug for StrftimeItems<'a>"],["impl<I: Debug> Debug for DelayedFormat<I>"],["impl<T: Debug> Debug for LocalResult<T>"],["impl<Tz: TimeZone> Debug for Date<Tz>"],["impl<Tz: TimeZone> Debug for DateTime<Tz>"]], "clipboard_x11":[["impl Debug for Error"],["impl Debug for Atoms"]], -"cosmic":[["impl Debug for Message"],["impl Debug for Message"],["impl Debug for Checkbox"],["impl Debug for ThemeType"],["impl Debug for ColorPickerUpdate"],["impl Debug for Data"],["impl Debug for IconFallback"],["impl Debug for ItemHeight"],["impl Debug for ItemWidth"],["impl Debug for PathHighlight"],["impl Debug for Modifier"],["impl Debug for Position"],["impl Debug for Message"],["impl Debug for Typography"],["impl Debug for State"],["impl Debug for CosmicTk"],["impl Debug for Theme"],["impl Debug for Appearance"],["impl Debug for Appearance"],["impl Debug for State"],["impl Debug for DragId"],["impl Debug for Appearance"],["impl Debug for State"],["impl Debug for State"],["impl Debug for Assignment"],["impl Debug for Handle"],["impl Debug for Named"],["impl Debug for KeyBind"],["impl Debug for CloseCondition"],["impl Debug for Entity"],["impl Debug for Id"],["impl Debug for MultiSelect"],["impl Debug for SingleSelect"],["impl Debug for Cursor"],["impl Debug for Appearance"],["impl Debug for State"],["impl Debug for TextInputString"],["impl Debug for Value"],["impl<Action: Debug, Args: Debug> Debug for DbusActivationDetails<Action, Args>"],["impl<I> Debug for RectangleUpdate<I>
where\n I: 'static + Hash + Copy + Send + Sync + Debug + Debug,
"],["impl<I: Debug> Debug for RectangleTracker<I>"],["impl<M: Debug> Debug for Message<M>"]], +"cosmic":[["impl Debug for Message"],["impl Debug for Density"],["impl Debug for Message"],["impl Debug for Checkbox"],["impl Debug for ThemeType"],["impl Debug for ColorPickerUpdate"],["impl Debug for Data"],["impl Debug for IconFallback"],["impl Debug for ItemHeight"],["impl Debug for ItemWidth"],["impl Debug for PathHighlight"],["impl Debug for Modifier"],["impl Debug for Position"],["impl Debug for Message"],["impl Debug for Typography"],["impl Debug for State"],["impl Debug for CosmicTk"],["impl Debug for Theme"],["impl Debug for Appearance"],["impl Debug for Appearance"],["impl Debug for State"],["impl Debug for DragId"],["impl Debug for Appearance"],["impl Debug for State"],["impl Debug for State"],["impl Debug for Assignment"],["impl Debug for Handle"],["impl Debug for Named"],["impl Debug for KeyBind"],["impl Debug for CloseCondition"],["impl Debug for Entity"],["impl Debug for Id"],["impl Debug for MultiSelect"],["impl Debug for SingleSelect"],["impl Debug for Cursor"],["impl Debug for Appearance"],["impl Debug for State"],["impl Debug for TextInputString"],["impl Debug for Value"],["impl<Action: Debug, Args: Debug> Debug for DbusActivationDetails<Action, Args>"],["impl<I> Debug for RectangleUpdate<I>
where\n I: 'static + Hash + Copy + Send + Sync + Debug + Debug,
"],["impl<I: Debug> Debug for RectangleTracker<I>"],["impl<M: Debug> Debug for Message<M>"]], "cosmic_config":[["impl Debug for Error"],["impl Debug for Config"]], "cosmic_text":[["impl Debug for Action"],["impl Debug for Affinity"],["impl Debug for Align"],["impl Debug for FamilyOwned"],["impl Debug for LineEnding"],["impl Debug for Motion"],["impl Debug for Selection"],["impl Debug for Shaping"],["impl Debug for SubpixelBin"],["impl Debug for Wrap"],["impl Debug for AttrsList"],["impl Debug for AttrsOwned"],["impl Debug for Buffer"],["impl Debug for BufferLine"],["impl Debug for CacheKey"],["impl Debug for CacheKeyFlags"],["impl Debug for Change"],["impl Debug for ChangeItem"],["impl Debug for Color"],["impl Debug for Cursor"],["impl Debug for Font"],["impl Debug for FontMatchAttrs"],["impl Debug for FontMatchKey"],["impl Debug for FontSystem"],["impl Debug for LayoutCursor"],["impl Debug for LayoutGlyph"],["impl Debug for LayoutLine"],["impl Debug for Metrics"],["impl Debug for PhysicalGlyph"],["impl Debug for Scroll"],["impl Debug for ShapeBuffer"],["impl Debug for ShapeGlyph"],["impl Debug for ShapeLine"],["impl Debug for ShapeRunCache"],["impl Debug for ShapeRunKey"],["impl Debug for ShapeSpan"],["impl Debug for ShapeWord"],["impl Debug for SwashCache"],["impl<'a> Debug for Attrs<'a>"],["impl<'a> Debug for LayoutRun<'a>"],["impl<'a> Debug for LineIter<'a>"],["impl<'a, T: Debug> Debug for BorrowedWithFontSystem<'a, T>"],["impl<'b> Debug for LayoutRunIter<'b>"],["impl<'buffer> Debug for BufferRef<'buffer>"],["impl<'buffer> Debug for Editor<'buffer>"],["impl<'text> Debug for BidiParagraphs<'text>"]], "cosmic_theme":[["impl Debug for CosmicPalette"],["impl Debug for Layer"],["impl Debug for Component"],["impl Debug for Container"],["impl Debug for CornerRadii"],["impl Debug for CosmicPaletteInner"],["impl Debug for Spacing"],["impl Debug for Theme"],["impl Debug for ThemeBuilder"],["impl Debug for ThemeMode"]], diff --git a/trait.impl/core/marker/trait.Copy.js b/trait.impl/core/marker/trait.Copy.js index 82f6e5e18f5..55f092d82bd 100644 --- a/trait.impl/core/marker/trait.Copy.js +++ b/trait.impl/core/marker/trait.Copy.js @@ -10,7 +10,7 @@ "byteorder":[["impl Copy for BigEndian"],["impl Copy for LittleEndian"]], "calloop":[["impl Copy for Mode"],["impl Copy for PostAction"],["impl Copy for Interest"],["impl Copy for Readiness"],["impl Copy for RegistrationToken"],["impl Copy for Token"]], "chrono":[["impl Copy for Month"],["impl Copy for Weekday"],["impl Copy for Colons"],["impl Copy for OffsetPrecision"],["impl Copy for Pad"],["impl Copy for ParseErrorKind"],["impl Copy for SecondsFormat"],["impl Copy for RoundingError"],["impl Copy for OffsetFormat"],["impl Copy for ParseError"],["impl Copy for IsoWeek"],["impl Copy for NaiveDate"],["impl Copy for NaiveDateDaysIterator"],["impl Copy for NaiveDateTime"],["impl Copy for NaiveDateWeeksIterator"],["impl Copy for NaiveTime"],["impl Copy for FixedOffset"],["impl Copy for Local"],["impl Copy for Utc"],["impl Copy for Days"],["impl Copy for Months"],["impl Copy for OutOfRange"],["impl Copy for TimeDelta"],["impl<T: Copy> Copy for LocalResult<T>"],["impl<Tz: TimeZone> Copy for Date<Tz>
where\n <Tz as TimeZone>::Offset: Copy,
"],["impl<Tz: TimeZone> Copy for DateTime<Tz>
where\n <Tz as TimeZone>::Offset: Copy,\n NaiveDateTime: Copy,
"]], -"cosmic":[["impl Copy for Message"],["impl Copy for Checkbox"],["impl Copy for Text"],["impl Copy for Scrollable"],["impl Copy for TextInput"],["impl Copy for ItemHeight"],["impl Copy for ItemWidth"],["impl Copy for PathHighlight"],["impl Copy for Modifier"],["impl Copy for Position"],["impl Copy for Message"],["impl Copy for Typography"],["impl Copy for State"],["impl Copy for Appearance"],["impl Copy for Appearance"],["impl Copy for DragId"],["impl Copy for Appearance"],["impl Copy for Assignment"],["impl Copy for CloseCondition"],["impl Copy for Appearance"],["impl Copy for Entity"],["impl Copy for ItemAppearance"],["impl Copy for ItemStatusAppearance"],["impl Copy for Appearance"],["impl Copy for Cursor"],["impl Copy for Appearance"]], +"cosmic":[["impl Copy for Density"],["impl Copy for Message"],["impl Copy for Checkbox"],["impl Copy for Text"],["impl Copy for Scrollable"],["impl Copy for TextInput"],["impl Copy for ItemHeight"],["impl Copy for ItemWidth"],["impl Copy for PathHighlight"],["impl Copy for Modifier"],["impl Copy for Position"],["impl Copy for Message"],["impl Copy for Typography"],["impl Copy for State"],["impl Copy for Appearance"],["impl Copy for Appearance"],["impl Copy for DragId"],["impl Copy for Appearance"],["impl Copy for Assignment"],["impl Copy for CloseCondition"],["impl Copy for Appearance"],["impl Copy for Entity"],["impl Copy for ItemAppearance"],["impl Copy for ItemStatusAppearance"],["impl Copy for Appearance"],["impl Copy for Cursor"],["impl Copy for Appearance"]], "cosmic_text":[["impl Copy for Action"],["impl Copy for Affinity"],["impl Copy for Align"],["impl Copy for LineEnding"],["impl Copy for Motion"],["impl Copy for Selection"],["impl Copy for Shaping"],["impl Copy for SubpixelBin"],["impl Copy for Wrap"],["impl Copy for CacheKey"],["impl Copy for CacheKeyFlags"],["impl Copy for Color"],["impl Copy for Cursor"],["impl Copy for FontMatchKey"],["impl Copy for LayoutCursor"],["impl Copy for Metrics"],["impl Copy for Scroll"],["impl<'a> Copy for Attrs<'a>"]], "cosmic_theme":[["impl Copy for Layer"],["impl Copy for CornerRadii"],["impl Copy for Spacing"],["impl Copy for ThemeMode"]], "crossbeam_channel":[["impl Copy for RecvTimeoutError"],["impl Copy for TryRecvError"],["impl Copy for ReadyTimeoutError"],["impl Copy for RecvError"],["impl Copy for SelectTimeoutError"],["impl Copy for TryReadyError"],["impl Copy for TrySelectError"],["impl<T: Copy> Copy for SendTimeoutError<T>"],["impl<T: Copy> Copy for TrySendError<T>"],["impl<T: Copy> Copy for SendError<T>"]], diff --git a/trait.impl/core/marker/trait.Freeze.js b/trait.impl/core/marker/trait.Freeze.js index 0856316f5a6..4ad43b995c0 100644 --- a/trait.impl/core/marker/trait.Freeze.js +++ b/trait.impl/core/marker/trait.Freeze.js @@ -19,7 +19,7 @@ "clipboard_wayland":[["impl Freeze for Clipboard",1,["clipboard_wayland::Clipboard"]],["impl Freeze for DndSender",1,["clipboard_wayland::DndSender"]],["impl Freeze for RectangleWrapper",1,["clipboard_wayland::RectangleWrapper"]]], "clipboard_x11":[["impl !Freeze for Clipboard",1,["clipboard_x11::Clipboard"]],["impl !Freeze for Context",1,["clipboard_x11::Context"]],["impl Freeze for Error",1,["clipboard_x11::error::Error"]],["impl Freeze for Atoms",1,["clipboard_x11::Atoms"]],["impl Freeze for Worker",1,["clipboard_x11::Worker"]]], "color_quant":[["impl Freeze for NeuQuant",1,["color_quant::NeuQuant"]]], -"cosmic":[["impl !Freeze for Executor",1,["cosmic::executor::multi::Executor"]],["impl !Freeze for Executor",1,["cosmic::executor::single::Executor"]],["impl !Freeze for State",1,["cosmic::widget::color_picker::State"]],["impl Freeze for Message",1,["cosmic::app::cosmic::Message"]],["impl Freeze for Message",1,["cosmic::keyboard_nav::Message"]],["impl Freeze for Application",1,["cosmic::theme::style::iced::Application"]],["impl Freeze for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl Freeze for Container",1,["cosmic::theme::style::iced::Container"]],["impl Freeze for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl Freeze for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl Freeze for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl Freeze for Text",1,["cosmic::theme::style::iced::Text"]],["impl Freeze for Button",1,["cosmic::theme::style::iced::Button"]],["impl Freeze for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl Freeze for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl Freeze for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl Freeze for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl Freeze for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl Freeze for ThemeType",1,["cosmic::theme::ThemeType"]],["impl Freeze for Button",1,["cosmic::theme::style::button::Button"]],["impl Freeze for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl Freeze for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl Freeze for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl Freeze for Data",1,["cosmic::widget::icon::handle::Data"]],["impl Freeze for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl Freeze for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl Freeze for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl Freeze for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl Freeze for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl Freeze for Position",1,["cosmic::widget::popover::Position"]],["impl Freeze for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl Freeze for Typography",1,["cosmic::widget::text::Typography"]],["impl Freeze for State",1,["cosmic::widget::text_input::cursor::State"]],["impl Freeze for Settings",1,["cosmic::app::settings::Settings"]],["impl Freeze for Core",1,["cosmic::app::core::Core"]],["impl Freeze for CosmicTk",1,["cosmic::config::toolkit::CosmicTk"]],["impl Freeze for Theme",1,["cosmic::theme::Theme"]],["impl Freeze for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl Freeze for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl Freeze for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl Freeze for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl Freeze for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl Freeze for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl Freeze for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl Freeze for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl Freeze for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl Freeze for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl Freeze for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl Freeze for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl Freeze for State",1,["cosmic::widget::dropdown::menu::State"]],["impl Freeze for State",1,["cosmic::widget::dropdown::widget::State"]],["impl Freeze for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl Freeze for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl Freeze for Named",1,["cosmic::widget::icon::named::Named"]],["impl Freeze for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl Freeze for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl Freeze for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl Freeze for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl Freeze for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl Freeze for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl Freeze for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl Freeze for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl Freeze for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl Freeze for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl Freeze for Icon",1,["cosmic::widget::icon::Icon"]],["impl Freeze for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl Freeze for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl Freeze for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl Freeze for State",1,["cosmic::widget::text_input::input::State"]],["impl Freeze for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl Freeze for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> Freeze for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> Freeze for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> Freeze for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> Freeze for Button<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> Freeze for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> Freeze for ContextDrawer<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> Freeze for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> Freeze for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> Freeze for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> Freeze for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> Freeze for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> Freeze for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> Freeze for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> Freeze for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> Freeze for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> Freeze for HeaderBar<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> Freeze for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> Freeze for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> Freeze for Warning<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message> Freeze for TextInput<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message, AppMessage, D> Freeze for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer> !Freeze for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer> Freeze for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> Freeze for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer> Freeze for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer, I> Freeze for RectangleTrackingContainer<'a, Message, Renderer, I>
where\n I: Freeze,
",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> Freeze for LayerContainer<'a, Message, Theme, Renderer>
where\n <Theme as StyleSheet>::Style: Freeze,
",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> Freeze for Builder<'a, Message, Variant>
where\n Message: Freeze,\n Variant: Freeze,
",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> Freeze for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> Freeze for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> Freeze for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> Freeze for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> Freeze for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> Freeze for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> Freeze for MenuItem<A, L>
where\n A: Freeze,\n L: Freeze,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> Freeze for DbusActivationDetails<Action, Args>
where\n Action: Freeze,\n Args: Freeze,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> Freeze for Cosmic<App>
where\n App: Freeze,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> Freeze for RectangleUpdate<I>
where\n I: Freeze,
",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> Freeze for State<I>",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> Freeze for RectangleTracker<I>",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> Freeze for Message<M>
where\n M: Freeze,
",1,["cosmic::app::message::Message"]],["impl<Message> Freeze for NavBarToggle<Message>
where\n Message: Freeze,
",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> Freeze for List<S, Item>
where\n S: Freeze,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> Freeze for Model<S, Item>
where\n Item: Freeze,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> Freeze for BuilderEntity<SelectionMode>
where\n SelectionMode: Freeze,
",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> Freeze for Model<SelectionMode>
where\n SelectionMode: Freeze,
",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> Freeze for ModelBuilder<SelectionMode>
where\n SelectionMode: Freeze,
",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> Freeze for DragOffer<T>
where\n T: Freeze,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> Freeze for State<T>
where\n T: Freeze,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> Freeze for Model<T>
where\n T: Freeze,
",1,["cosmic::widget::spin_button::model::Model"]]], +"cosmic":[["impl !Freeze for Executor",1,["cosmic::executor::multi::Executor"]],["impl !Freeze for Executor",1,["cosmic::executor::single::Executor"]],["impl !Freeze for State",1,["cosmic::widget::color_picker::State"]],["impl Freeze for Message",1,["cosmic::app::cosmic::Message"]],["impl Freeze for Density",1,["cosmic::config::Density"]],["impl Freeze for Message",1,["cosmic::keyboard_nav::Message"]],["impl Freeze for Application",1,["cosmic::theme::style::iced::Application"]],["impl Freeze for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl Freeze for Container",1,["cosmic::theme::style::iced::Container"]],["impl Freeze for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl Freeze for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl Freeze for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl Freeze for Text",1,["cosmic::theme::style::iced::Text"]],["impl Freeze for Button",1,["cosmic::theme::style::iced::Button"]],["impl Freeze for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl Freeze for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl Freeze for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl Freeze for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl Freeze for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl Freeze for ThemeType",1,["cosmic::theme::ThemeType"]],["impl Freeze for Button",1,["cosmic::theme::style::button::Button"]],["impl Freeze for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl Freeze for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl Freeze for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl Freeze for Data",1,["cosmic::widget::icon::handle::Data"]],["impl Freeze for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl Freeze for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl Freeze for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl Freeze for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl Freeze for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl Freeze for Position",1,["cosmic::widget::popover::Position"]],["impl Freeze for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl Freeze for Typography",1,["cosmic::widget::text::Typography"]],["impl Freeze for State",1,["cosmic::widget::text_input::cursor::State"]],["impl Freeze for Settings",1,["cosmic::app::settings::Settings"]],["impl Freeze for Core",1,["cosmic::app::core::Core"]],["impl Freeze for CosmicTk",1,["cosmic::config::CosmicTk"]],["impl Freeze for Theme",1,["cosmic::theme::Theme"]],["impl Freeze for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl Freeze for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl Freeze for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl Freeze for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl Freeze for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl Freeze for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl Freeze for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl Freeze for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl Freeze for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl Freeze for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl Freeze for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl Freeze for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl Freeze for State",1,["cosmic::widget::dropdown::menu::State"]],["impl Freeze for State",1,["cosmic::widget::dropdown::widget::State"]],["impl Freeze for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl Freeze for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl Freeze for Named",1,["cosmic::widget::icon::named::Named"]],["impl Freeze for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl Freeze for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl Freeze for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl Freeze for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl Freeze for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl Freeze for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl Freeze for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl Freeze for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl Freeze for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl Freeze for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl Freeze for Icon",1,["cosmic::widget::icon::Icon"]],["impl Freeze for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl Freeze for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl Freeze for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl Freeze for State",1,["cosmic::widget::text_input::input::State"]],["impl Freeze for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl Freeze for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> Freeze for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> Freeze for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> Freeze for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> Freeze for Button<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> Freeze for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> Freeze for ContextDrawer<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> Freeze for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> Freeze for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> Freeze for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> Freeze for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> Freeze for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> Freeze for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> Freeze for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> Freeze for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> Freeze for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> Freeze for HeaderBar<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> Freeze for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> Freeze for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> Freeze for Warning<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message> Freeze for TextInput<'a, Message>
where\n Message: Freeze,
",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message, AppMessage, D> Freeze for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer> !Freeze for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer> Freeze for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> Freeze for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer> Freeze for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer, I> Freeze for RectangleTrackingContainer<'a, Message, Renderer, I>
where\n I: Freeze,
",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> Freeze for LayerContainer<'a, Message, Theme, Renderer>
where\n <Theme as StyleSheet>::Style: Freeze,
",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> Freeze for Builder<'a, Message, Variant>
where\n Message: Freeze,\n Variant: Freeze,
",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> Freeze for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> Freeze for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> Freeze for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> Freeze for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> Freeze for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> Freeze for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> Freeze for MenuItem<A, L>
where\n A: Freeze,\n L: Freeze,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> Freeze for DbusActivationDetails<Action, Args>
where\n Action: Freeze,\n Args: Freeze,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> Freeze for Cosmic<App>
where\n App: Freeze,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> Freeze for RectangleUpdate<I>
where\n I: Freeze,
",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> Freeze for State<I>",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> Freeze for RectangleTracker<I>",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> Freeze for Message<M>
where\n M: Freeze,
",1,["cosmic::app::message::Message"]],["impl<Message> Freeze for NavBarToggle<Message>
where\n Message: Freeze,
",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> Freeze for List<S, Item>
where\n S: Freeze,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> Freeze for Model<S, Item>
where\n Item: Freeze,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> Freeze for BuilderEntity<SelectionMode>
where\n SelectionMode: Freeze,
",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> Freeze for Model<SelectionMode>
where\n SelectionMode: Freeze,
",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> Freeze for ModelBuilder<SelectionMode>
where\n SelectionMode: Freeze,
",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> Freeze for DragOffer<T>
where\n T: Freeze,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> Freeze for State<T>
where\n T: Freeze,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> Freeze for Model<T>
where\n T: Freeze,
",1,["cosmic::widget::spin_button::model::Model"]]], "cosmic_config":[["impl Freeze for Error",1,["cosmic_config::Error"]],["impl Freeze for Config",1,["cosmic_config::Config"]],["impl<'a> !Freeze for ConfigTransaction<'a>",1,["cosmic_config::ConfigTransaction"]],["impl<T> Freeze for ConfigState<T>
where\n T: Freeze,
",1,["cosmic_config::subscription::ConfigState"]],["impl<T> Freeze for ConfigUpdate<T>
where\n T: Freeze,
",1,["cosmic_config::subscription::ConfigUpdate"]],["impl<T> Freeze for Update<T>
where\n T: Freeze,
",1,["cosmic_config::Update"]]], "cosmic_text":[["impl Freeze for Action",1,["cosmic_text::edit::Action"]],["impl Freeze for Affinity",1,["cosmic_text::cursor::Affinity"]],["impl Freeze for Align",1,["cosmic_text::layout::Align"]],["impl Freeze for FamilyOwned",1,["cosmic_text::attrs::FamilyOwned"]],["impl Freeze for LineEnding",1,["cosmic_text::line_ending::LineEnding"]],["impl Freeze for Motion",1,["cosmic_text::cursor::Motion"]],["impl Freeze for Selection",1,["cosmic_text::edit::Selection"]],["impl Freeze for Shaping",1,["cosmic_text::shape::Shaping"]],["impl Freeze for SubpixelBin",1,["cosmic_text::glyph_cache::SubpixelBin"]],["impl Freeze for Wrap",1,["cosmic_text::layout::Wrap"]],["impl Freeze for AttrsList",1,["cosmic_text::attrs::AttrsList"]],["impl Freeze for AttrsOwned",1,["cosmic_text::attrs::AttrsOwned"]],["impl Freeze for Buffer",1,["cosmic_text::buffer::Buffer"]],["impl Freeze for BufferLine",1,["cosmic_text::buffer_line::BufferLine"]],["impl Freeze for CacheKey",1,["cosmic_text::glyph_cache::CacheKey"]],["impl Freeze for CacheKeyFlags",1,["cosmic_text::glyph_cache::CacheKeyFlags"]],["impl Freeze for Change",1,["cosmic_text::edit::Change"]],["impl Freeze for ChangeItem",1,["cosmic_text::edit::ChangeItem"]],["impl Freeze for Color",1,["cosmic_text::attrs::Color"]],["impl Freeze for Cursor",1,["cosmic_text::cursor::Cursor"]],["impl Freeze for Font",1,["cosmic_text::font::Font"]],["impl Freeze for FontMatchAttrs",1,["cosmic_text::attrs::FontMatchAttrs"]],["impl Freeze for FontMatchKey",1,["cosmic_text::font::system::FontMatchKey"]],["impl Freeze for FontSystem",1,["cosmic_text::font::system::FontSystem"]],["impl Freeze for LayoutCursor",1,["cosmic_text::cursor::LayoutCursor"]],["impl Freeze for LayoutGlyph",1,["cosmic_text::layout::LayoutGlyph"]],["impl Freeze for LayoutLine",1,["cosmic_text::layout::LayoutLine"]],["impl Freeze for Metrics",1,["cosmic_text::buffer::Metrics"]],["impl Freeze for PhysicalGlyph",1,["cosmic_text::layout::PhysicalGlyph"]],["impl Freeze for Scroll",1,["cosmic_text::cursor::Scroll"]],["impl Freeze for ShapeBuffer",1,["cosmic_text::shape::ShapeBuffer"]],["impl Freeze for ShapeGlyph",1,["cosmic_text::shape::ShapeGlyph"]],["impl Freeze for ShapeLine",1,["cosmic_text::shape::ShapeLine"]],["impl Freeze for ShapeRunCache",1,["cosmic_text::shape_run_cache::ShapeRunCache"]],["impl Freeze for ShapeRunKey",1,["cosmic_text::shape_run_cache::ShapeRunKey"]],["impl Freeze for ShapeSpan",1,["cosmic_text::shape::ShapeSpan"]],["impl Freeze for ShapeWord",1,["cosmic_text::shape::ShapeWord"]],["impl Freeze for SwashCache",1,["cosmic_text::swash::SwashCache"]],["impl<'a> Freeze for Attrs<'a>",1,["cosmic_text::attrs::Attrs"]],["impl<'a> Freeze for LayoutRun<'a>",1,["cosmic_text::buffer::LayoutRun"]],["impl<'a> Freeze for LineIter<'a>",1,["cosmic_text::line_ending::LineIter"]],["impl<'a, T> Freeze for BorrowedWithFontSystem<'a, T>",1,["cosmic_text::font::system::BorrowedWithFontSystem"]],["impl<'b> Freeze for LayoutRunIter<'b>",1,["cosmic_text::buffer::LayoutRunIter"]],["impl<'buffer> Freeze for BufferRef<'buffer>",1,["cosmic_text::edit::BufferRef"]],["impl<'buffer> Freeze for Editor<'buffer>",1,["cosmic_text::edit::editor::Editor"]],["impl<'text> Freeze for BidiParagraphs<'text>",1,["cosmic_text::bidi_para::BidiParagraphs"]]], "cosmic_theme":[["impl Freeze for CosmicPalette",1,["cosmic_theme::model::cosmic_palette::CosmicPalette"]],["impl Freeze for Layer",1,["cosmic_theme::model::theme::Layer"]],["impl Freeze for Component",1,["cosmic_theme::model::derivation::Component"]],["impl Freeze for Container",1,["cosmic_theme::model::derivation::Container"]],["impl Freeze for CornerRadii",1,["cosmic_theme::model::corner::CornerRadii"]],["impl Freeze for CosmicPaletteInner",1,["cosmic_theme::model::cosmic_palette::CosmicPaletteInner"]],["impl Freeze for DARK_PALETTE",1,["cosmic_theme::model::cosmic_palette::DARK_PALETTE"]],["impl Freeze for LIGHT_PALETTE",1,["cosmic_theme::model::cosmic_palette::LIGHT_PALETTE"]],["impl Freeze for Spacing",1,["cosmic_theme::model::spacing::Spacing"]],["impl Freeze for Theme",1,["cosmic_theme::model::theme::Theme"]],["impl Freeze for ThemeBuilder",1,["cosmic_theme::model::theme::ThemeBuilder"]],["impl Freeze for ThemeMode",1,["cosmic_theme::model::mode::ThemeMode"]]], diff --git a/trait.impl/core/marker/trait.Send.js b/trait.impl/core/marker/trait.Send.js index 6f53becf5bb..25286520aa8 100644 --- a/trait.impl/core/marker/trait.Send.js +++ b/trait.impl/core/marker/trait.Send.js @@ -19,7 +19,7 @@ "clipboard_wayland":[["impl Send for Clipboard",1,["clipboard_wayland::Clipboard"]],["impl Send for DndSender",1,["clipboard_wayland::DndSender"]],["impl Send for RectangleWrapper",1,["clipboard_wayland::RectangleWrapper"]]], "clipboard_x11":[["impl Send for Error",1,["clipboard_x11::error::Error"]],["impl Send for Atoms",1,["clipboard_x11::Atoms"]],["impl Send for Clipboard",1,["clipboard_x11::Clipboard"]],["impl Send for Context",1,["clipboard_x11::Context"]],["impl Send for Worker",1,["clipboard_x11::Worker"]]], "color_quant":[["impl Send for NeuQuant",1,["color_quant::NeuQuant"]]], -"cosmic":[["impl !Send for Application",1,["cosmic::theme::style::iced::Application"]],["impl !Send for Container",1,["cosmic::theme::style::iced::Container"]],["impl !Send for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl !Send for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl !Send for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl !Send for Button",1,["cosmic::theme::style::iced::Button"]],["impl !Send for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl !Send for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl !Send for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl !Send for Button",1,["cosmic::theme::style::button::Button"]],["impl !Send for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl !Send for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl !Send for State",1,["cosmic::widget::dropdown::menu::State"]],["impl !Send for State",1,["cosmic::widget::dropdown::widget::State"]],["impl !Send for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl !Send for Icon",1,["cosmic::widget::icon::Icon"]],["impl Send for Message",1,["cosmic::app::cosmic::Message"]],["impl Send for Message",1,["cosmic::keyboard_nav::Message"]],["impl Send for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl Send for Text",1,["cosmic::theme::style::iced::Text"]],["impl Send for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl Send for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl Send for ThemeType",1,["cosmic::theme::ThemeType"]],["impl Send for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl Send for Data",1,["cosmic::widget::icon::handle::Data"]],["impl Send for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl Send for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl Send for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl Send for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl Send for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl Send for Position",1,["cosmic::widget::popover::Position"]],["impl Send for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl Send for Typography",1,["cosmic::widget::text::Typography"]],["impl Send for State",1,["cosmic::widget::text_input::cursor::State"]],["impl Send for Settings",1,["cosmic::app::settings::Settings"]],["impl Send for Core",1,["cosmic::app::core::Core"]],["impl Send for CosmicTk",1,["cosmic::config::toolkit::CosmicTk"]],["impl Send for Executor",1,["cosmic::executor::multi::Executor"]],["impl Send for Executor",1,["cosmic::executor::single::Executor"]],["impl Send for Theme",1,["cosmic::theme::Theme"]],["impl Send for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl Send for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl Send for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl Send for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl Send for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl Send for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl Send for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl Send for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl Send for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl Send for State",1,["cosmic::widget::color_picker::State"]],["impl Send for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl Send for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl Send for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl Send for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl Send for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl Send for Named",1,["cosmic::widget::icon::named::Named"]],["impl Send for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl Send for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl Send for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl Send for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl Send for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl Send for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl Send for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl Send for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl Send for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl Send for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl Send for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl Send for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl Send for State",1,["cosmic::widget::text_input::input::State"]],["impl Send for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl Send for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> Send for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> !Send for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> !Send for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> !Send for Button<'a, Message>",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> !Send for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> !Send for ContextDrawer<'a, Message>",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> !Send for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> !Send for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> !Send for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> !Send for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> !Send for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> !Send for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> !Send for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> !Send for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> !Send for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> !Send for HeaderBar<'a, Message>",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> !Send for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> !Send for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> !Send for TextInput<'a, Message>",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message> Send for Warning<'a, Message>
where\n Message: Send,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message, AppMessage, D> !Send for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer = Renderer> !Send for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer = Renderer> !Send for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> !Send for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> !Send for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> !Send for RectangleTrackingContainer<'a, Message, Renderer, I>",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> !Send for LayerContainer<'a, Message, Theme, Renderer>",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> !Send for Builder<'a, Message, Variant>",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> !Send for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> !Send for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> !Send for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> !Send for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> !Send for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> !Send for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> Send for MenuItem<A, L>
where\n A: Send,\n L: Send,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> Send for DbusActivationDetails<Action, Args>
where\n Action: Send,\n Args: Send,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> Send for Cosmic<App>
where\n App: Send,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> Send for RectangleUpdate<I>",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> Send for State<I>
where\n I: Send,
",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> Send for RectangleTracker<I>
where\n I: Send,
",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> Send for Message<M>
where\n M: Send,
",1,["cosmic::app::message::Message"]],["impl<Message> !Send for NavBarToggle<Message>",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> Send for List<S, Item>
where\n Item: Send,\n S: Send,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> Send for Model<S, Item>
where\n Item: Send,\n S: Send,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> !Send for BuilderEntity<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> !Send for Model<SelectionMode>",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> !Send for ModelBuilder<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> Send for DragOffer<T>
where\n T: Send,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> Send for State<T>
where\n T: Send,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> Send for Model<T>
where\n T: Send,
",1,["cosmic::widget::spin_button::model::Model"]]], +"cosmic":[["impl !Send for Application",1,["cosmic::theme::style::iced::Application"]],["impl !Send for Container",1,["cosmic::theme::style::iced::Container"]],["impl !Send for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl !Send for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl !Send for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl !Send for Button",1,["cosmic::theme::style::iced::Button"]],["impl !Send for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl !Send for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl !Send for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl !Send for Button",1,["cosmic::theme::style::button::Button"]],["impl !Send for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl !Send for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl !Send for State",1,["cosmic::widget::dropdown::menu::State"]],["impl !Send for State",1,["cosmic::widget::dropdown::widget::State"]],["impl !Send for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl !Send for Icon",1,["cosmic::widget::icon::Icon"]],["impl Send for Message",1,["cosmic::app::cosmic::Message"]],["impl Send for Density",1,["cosmic::config::Density"]],["impl Send for Message",1,["cosmic::keyboard_nav::Message"]],["impl Send for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl Send for Text",1,["cosmic::theme::style::iced::Text"]],["impl Send for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl Send for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl Send for ThemeType",1,["cosmic::theme::ThemeType"]],["impl Send for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl Send for Data",1,["cosmic::widget::icon::handle::Data"]],["impl Send for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl Send for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl Send for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl Send for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl Send for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl Send for Position",1,["cosmic::widget::popover::Position"]],["impl Send for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl Send for Typography",1,["cosmic::widget::text::Typography"]],["impl Send for State",1,["cosmic::widget::text_input::cursor::State"]],["impl Send for Settings",1,["cosmic::app::settings::Settings"]],["impl Send for Core",1,["cosmic::app::core::Core"]],["impl Send for CosmicTk",1,["cosmic::config::CosmicTk"]],["impl Send for Executor",1,["cosmic::executor::multi::Executor"]],["impl Send for Executor",1,["cosmic::executor::single::Executor"]],["impl Send for Theme",1,["cosmic::theme::Theme"]],["impl Send for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl Send for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl Send for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl Send for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl Send for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl Send for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl Send for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl Send for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl Send for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl Send for State",1,["cosmic::widget::color_picker::State"]],["impl Send for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl Send for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl Send for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl Send for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl Send for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl Send for Named",1,["cosmic::widget::icon::named::Named"]],["impl Send for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl Send for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl Send for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl Send for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl Send for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl Send for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl Send for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl Send for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl Send for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl Send for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl Send for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl Send for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl Send for State",1,["cosmic::widget::text_input::input::State"]],["impl Send for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl Send for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> Send for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> !Send for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> !Send for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> !Send for Button<'a, Message>",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> !Send for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> !Send for ContextDrawer<'a, Message>",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> !Send for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> !Send for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> !Send for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> !Send for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> !Send for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> !Send for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> !Send for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> !Send for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> !Send for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> !Send for HeaderBar<'a, Message>",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> !Send for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> !Send for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> !Send for TextInput<'a, Message>",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message> Send for Warning<'a, Message>
where\n Message: Send,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message, AppMessage, D> !Send for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer = Renderer> !Send for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer = Renderer> !Send for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> !Send for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> !Send for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> !Send for RectangleTrackingContainer<'a, Message, Renderer, I>",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> !Send for LayerContainer<'a, Message, Theme, Renderer>",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> !Send for Builder<'a, Message, Variant>",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> !Send for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> !Send for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> !Send for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> !Send for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> !Send for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> !Send for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> Send for MenuItem<A, L>
where\n A: Send,\n L: Send,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> Send for DbusActivationDetails<Action, Args>
where\n Action: Send,\n Args: Send,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> Send for Cosmic<App>
where\n App: Send,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> Send for RectangleUpdate<I>",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> Send for State<I>
where\n I: Send,
",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> Send for RectangleTracker<I>
where\n I: Send,
",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> Send for Message<M>
where\n M: Send,
",1,["cosmic::app::message::Message"]],["impl<Message> !Send for NavBarToggle<Message>",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> Send for List<S, Item>
where\n Item: Send,\n S: Send,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> Send for Model<S, Item>
where\n Item: Send,\n S: Send,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> !Send for BuilderEntity<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> !Send for Model<SelectionMode>",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> !Send for ModelBuilder<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> Send for DragOffer<T>
where\n T: Send,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> Send for State<T>
where\n T: Send,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> Send for Model<T>
where\n T: Send,
",1,["cosmic::widget::spin_button::model::Model"]]], "cosmic_config":[["impl Send for Error",1,["cosmic_config::Error"]],["impl Send for Config",1,["cosmic_config::Config"]],["impl<'a> Send for ConfigTransaction<'a>",1,["cosmic_config::ConfigTransaction"]],["impl<T> Send for ConfigState<T>
where\n T: Send,
",1,["cosmic_config::subscription::ConfigState"]],["impl<T> Send for ConfigUpdate<T>
where\n T: Send,
",1,["cosmic_config::subscription::ConfigUpdate"]],["impl<T> Send for Update<T>
where\n T: Send,
",1,["cosmic_config::Update"]]], "cosmic_text":[["impl Send for Action",1,["cosmic_text::edit::Action"]],["impl Send for Affinity",1,["cosmic_text::cursor::Affinity"]],["impl Send for Align",1,["cosmic_text::layout::Align"]],["impl Send for FamilyOwned",1,["cosmic_text::attrs::FamilyOwned"]],["impl Send for LineEnding",1,["cosmic_text::line_ending::LineEnding"]],["impl Send for Motion",1,["cosmic_text::cursor::Motion"]],["impl Send for Selection",1,["cosmic_text::edit::Selection"]],["impl Send for Shaping",1,["cosmic_text::shape::Shaping"]],["impl Send for SubpixelBin",1,["cosmic_text::glyph_cache::SubpixelBin"]],["impl Send for Wrap",1,["cosmic_text::layout::Wrap"]],["impl Send for AttrsList",1,["cosmic_text::attrs::AttrsList"]],["impl Send for AttrsOwned",1,["cosmic_text::attrs::AttrsOwned"]],["impl Send for Buffer",1,["cosmic_text::buffer::Buffer"]],["impl Send for BufferLine",1,["cosmic_text::buffer_line::BufferLine"]],["impl Send for CacheKey",1,["cosmic_text::glyph_cache::CacheKey"]],["impl Send for CacheKeyFlags",1,["cosmic_text::glyph_cache::CacheKeyFlags"]],["impl Send for Change",1,["cosmic_text::edit::Change"]],["impl Send for ChangeItem",1,["cosmic_text::edit::ChangeItem"]],["impl Send for Color",1,["cosmic_text::attrs::Color"]],["impl Send for Cursor",1,["cosmic_text::cursor::Cursor"]],["impl Send for Font",1,["cosmic_text::font::Font"]],["impl Send for FontMatchAttrs",1,["cosmic_text::attrs::FontMatchAttrs"]],["impl Send for FontMatchKey",1,["cosmic_text::font::system::FontMatchKey"]],["impl Send for FontSystem",1,["cosmic_text::font::system::FontSystem"]],["impl Send for LayoutCursor",1,["cosmic_text::cursor::LayoutCursor"]],["impl Send for LayoutGlyph",1,["cosmic_text::layout::LayoutGlyph"]],["impl Send for LayoutLine",1,["cosmic_text::layout::LayoutLine"]],["impl Send for Metrics",1,["cosmic_text::buffer::Metrics"]],["impl Send for PhysicalGlyph",1,["cosmic_text::layout::PhysicalGlyph"]],["impl Send for Scroll",1,["cosmic_text::cursor::Scroll"]],["impl Send for ShapeBuffer",1,["cosmic_text::shape::ShapeBuffer"]],["impl Send for ShapeGlyph",1,["cosmic_text::shape::ShapeGlyph"]],["impl Send for ShapeLine",1,["cosmic_text::shape::ShapeLine"]],["impl Send for ShapeRunCache",1,["cosmic_text::shape_run_cache::ShapeRunCache"]],["impl Send for ShapeRunKey",1,["cosmic_text::shape_run_cache::ShapeRunKey"]],["impl Send for ShapeSpan",1,["cosmic_text::shape::ShapeSpan"]],["impl Send for ShapeWord",1,["cosmic_text::shape::ShapeWord"]],["impl Send for SwashCache",1,["cosmic_text::swash::SwashCache"]],["impl<'a> Send for Attrs<'a>",1,["cosmic_text::attrs::Attrs"]],["impl<'a> Send for LayoutRun<'a>",1,["cosmic_text::buffer::LayoutRun"]],["impl<'a> Send for LineIter<'a>",1,["cosmic_text::line_ending::LineIter"]],["impl<'a, T> Send for BorrowedWithFontSystem<'a, T>
where\n T: Send,
",1,["cosmic_text::font::system::BorrowedWithFontSystem"]],["impl<'b> Send for LayoutRunIter<'b>",1,["cosmic_text::buffer::LayoutRunIter"]],["impl<'buffer> Send for BufferRef<'buffer>",1,["cosmic_text::edit::BufferRef"]],["impl<'buffer> Send for Editor<'buffer>",1,["cosmic_text::edit::editor::Editor"]],["impl<'text> Send for BidiParagraphs<'text>",1,["cosmic_text::bidi_para::BidiParagraphs"]]], "cosmic_theme":[["impl Send for CosmicPalette",1,["cosmic_theme::model::cosmic_palette::CosmicPalette"]],["impl Send for Layer",1,["cosmic_theme::model::theme::Layer"]],["impl Send for Component",1,["cosmic_theme::model::derivation::Component"]],["impl Send for Container",1,["cosmic_theme::model::derivation::Container"]],["impl Send for CornerRadii",1,["cosmic_theme::model::corner::CornerRadii"]],["impl Send for CosmicPaletteInner",1,["cosmic_theme::model::cosmic_palette::CosmicPaletteInner"]],["impl Send for DARK_PALETTE",1,["cosmic_theme::model::cosmic_palette::DARK_PALETTE"]],["impl Send for LIGHT_PALETTE",1,["cosmic_theme::model::cosmic_palette::LIGHT_PALETTE"]],["impl Send for Spacing",1,["cosmic_theme::model::spacing::Spacing"]],["impl Send for Theme",1,["cosmic_theme::model::theme::Theme"]],["impl Send for ThemeBuilder",1,["cosmic_theme::model::theme::ThemeBuilder"]],["impl Send for ThemeMode",1,["cosmic_theme::model::mode::ThemeMode"]]], diff --git a/trait.impl/core/marker/trait.StructuralPartialEq.js b/trait.impl/core/marker/trait.StructuralPartialEq.js index 9c5d4b1d351..3da7527830a 100644 --- a/trait.impl/core/marker/trait.StructuralPartialEq.js +++ b/trait.impl/core/marker/trait.StructuralPartialEq.js @@ -7,7 +7,7 @@ "byteorder":[["impl StructuralPartialEq for BigEndian"],["impl StructuralPartialEq for LittleEndian"]], "calloop":[["impl StructuralPartialEq for PostAction"],["impl StructuralPartialEq for RegistrationToken"],["impl StructuralPartialEq for Token"]], "chrono":[["impl StructuralPartialEq for Month"],["impl StructuralPartialEq for Weekday"],["impl StructuralPartialEq for Colons"],["impl StructuralPartialEq for Fixed"],["impl StructuralPartialEq for Numeric"],["impl StructuralPartialEq for OffsetPrecision"],["impl StructuralPartialEq for Pad"],["impl StructuralPartialEq for ParseErrorKind"],["impl StructuralPartialEq for SecondsFormat"],["impl StructuralPartialEq for RoundingError"],["impl StructuralPartialEq for InternalFixed"],["impl StructuralPartialEq for InternalNumeric"],["impl StructuralPartialEq for OffsetFormat"],["impl StructuralPartialEq for ParseError"],["impl StructuralPartialEq for Parsed"],["impl StructuralPartialEq for IsoWeek"],["impl StructuralPartialEq for NaiveDate"],["impl StructuralPartialEq for NaiveDateDaysIterator"],["impl StructuralPartialEq for NaiveDateTime"],["impl StructuralPartialEq for NaiveDateWeeksIterator"],["impl StructuralPartialEq for NaiveTime"],["impl StructuralPartialEq for FixedOffset"],["impl StructuralPartialEq for Utc"],["impl StructuralPartialEq for Days"],["impl StructuralPartialEq for Months"],["impl StructuralPartialEq for OutOfRange"],["impl StructuralPartialEq for TimeDelta"],["impl<'a> StructuralPartialEq for Item<'a>"],["impl<T> StructuralPartialEq for LocalResult<T>"]], -"cosmic":[["impl StructuralPartialEq for Message"],["impl StructuralPartialEq for Checkbox"],["impl StructuralPartialEq for ThemeType"],["impl StructuralPartialEq for Modifier"],["impl StructuralPartialEq for Typography"],["impl StructuralPartialEq for CosmicTk"],["impl StructuralPartialEq for Theme"],["impl StructuralPartialEq for DragId"],["impl StructuralPartialEq for KeyBind"],["impl StructuralPartialEq for Entity"],["impl StructuralPartialEq for Id"]], +"cosmic":[["impl StructuralPartialEq for Density"],["impl StructuralPartialEq for Message"],["impl StructuralPartialEq for Checkbox"],["impl StructuralPartialEq for ThemeType"],["impl StructuralPartialEq for Modifier"],["impl StructuralPartialEq for Typography"],["impl StructuralPartialEq for CosmicTk"],["impl StructuralPartialEq for Theme"],["impl StructuralPartialEq for DragId"],["impl StructuralPartialEq for KeyBind"],["impl StructuralPartialEq for Entity"],["impl StructuralPartialEq for Id"]], "cosmic_text":[["impl StructuralPartialEq for Action"],["impl StructuralPartialEq for Affinity"],["impl StructuralPartialEq for Align"],["impl StructuralPartialEq for FamilyOwned"],["impl StructuralPartialEq for LineEnding"],["impl StructuralPartialEq for Motion"],["impl StructuralPartialEq for Selection"],["impl StructuralPartialEq for Shaping"],["impl StructuralPartialEq for SubpixelBin"],["impl StructuralPartialEq for Wrap"],["impl StructuralPartialEq for AttrsList"],["impl StructuralPartialEq for AttrsOwned"],["impl StructuralPartialEq for CacheKey"],["impl StructuralPartialEq for CacheKeyFlags"],["impl StructuralPartialEq for Color"],["impl StructuralPartialEq for Cursor"],["impl StructuralPartialEq for FontMatchAttrs"],["impl StructuralPartialEq for FontMatchKey"],["impl StructuralPartialEq for LayoutCursor"],["impl StructuralPartialEq for Metrics"],["impl StructuralPartialEq for Scroll"],["impl StructuralPartialEq for ShapeRunKey"],["impl<'a> StructuralPartialEq for Attrs<'a>"]], "cosmic_theme":[["impl StructuralPartialEq for CosmicPalette"],["impl StructuralPartialEq for Layer"],["impl StructuralPartialEq for Component"],["impl StructuralPartialEq for Container"],["impl StructuralPartialEq for CornerRadii"],["impl StructuralPartialEq for CosmicPaletteInner"],["impl StructuralPartialEq for Spacing"],["impl StructuralPartialEq for Theme"],["impl StructuralPartialEq for ThemeBuilder"],["impl StructuralPartialEq for ThemeMode"]], "crossbeam_channel":[["impl StructuralPartialEq for RecvTimeoutError"],["impl StructuralPartialEq for TryRecvError"],["impl StructuralPartialEq for ReadyTimeoutError"],["impl StructuralPartialEq for RecvError"],["impl StructuralPartialEq for SelectTimeoutError"],["impl StructuralPartialEq for TryReadyError"],["impl StructuralPartialEq for TrySelectError"],["impl<T> StructuralPartialEq for SendTimeoutError<T>"],["impl<T> StructuralPartialEq for TrySendError<T>"],["impl<T> StructuralPartialEq for SendError<T>"]], diff --git a/trait.impl/core/marker/trait.Sync.js b/trait.impl/core/marker/trait.Sync.js index f60be64c192..174dbe47d88 100644 --- a/trait.impl/core/marker/trait.Sync.js +++ b/trait.impl/core/marker/trait.Sync.js @@ -19,7 +19,7 @@ "clipboard_wayland":[["impl Sync for Clipboard",1,["clipboard_wayland::Clipboard"]],["impl Sync for DndSender",1,["clipboard_wayland::DndSender"]],["impl Sync for RectangleWrapper",1,["clipboard_wayland::RectangleWrapper"]]], "clipboard_x11":[["impl Sync for Error",1,["clipboard_x11::error::Error"]],["impl Sync for Atoms",1,["clipboard_x11::Atoms"]],["impl Sync for Clipboard",1,["clipboard_x11::Clipboard"]],["impl Sync for Context",1,["clipboard_x11::Context"]],["impl Sync for Worker",1,["clipboard_x11::Worker"]]], "color_quant":[["impl Sync for NeuQuant",1,["color_quant::NeuQuant"]]], -"cosmic":[["impl !Sync for Application",1,["cosmic::theme::style::iced::Application"]],["impl !Sync for Container",1,["cosmic::theme::style::iced::Container"]],["impl !Sync for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl !Sync for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl !Sync for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl !Sync for Button",1,["cosmic::theme::style::iced::Button"]],["impl !Sync for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl !Sync for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl !Sync for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl !Sync for Button",1,["cosmic::theme::style::button::Button"]],["impl !Sync for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl !Sync for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl !Sync for State",1,["cosmic::widget::color_picker::State"]],["impl !Sync for State",1,["cosmic::widget::dropdown::menu::State"]],["impl !Sync for State",1,["cosmic::widget::dropdown::widget::State"]],["impl !Sync for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl !Sync for Icon",1,["cosmic::widget::icon::Icon"]],["impl Sync for Message",1,["cosmic::app::cosmic::Message"]],["impl Sync for Message",1,["cosmic::keyboard_nav::Message"]],["impl Sync for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl Sync for Text",1,["cosmic::theme::style::iced::Text"]],["impl Sync for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl Sync for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl Sync for ThemeType",1,["cosmic::theme::ThemeType"]],["impl Sync for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl Sync for Data",1,["cosmic::widget::icon::handle::Data"]],["impl Sync for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl Sync for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl Sync for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl Sync for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl Sync for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl Sync for Position",1,["cosmic::widget::popover::Position"]],["impl Sync for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl Sync for Typography",1,["cosmic::widget::text::Typography"]],["impl Sync for State",1,["cosmic::widget::text_input::cursor::State"]],["impl Sync for Settings",1,["cosmic::app::settings::Settings"]],["impl Sync for Core",1,["cosmic::app::core::Core"]],["impl Sync for CosmicTk",1,["cosmic::config::toolkit::CosmicTk"]],["impl Sync for Executor",1,["cosmic::executor::multi::Executor"]],["impl Sync for Executor",1,["cosmic::executor::single::Executor"]],["impl Sync for Theme",1,["cosmic::theme::Theme"]],["impl Sync for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl Sync for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl Sync for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl Sync for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl Sync for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl Sync for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl Sync for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl Sync for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl Sync for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl Sync for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl Sync for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl Sync for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl Sync for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl Sync for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl Sync for Named",1,["cosmic::widget::icon::named::Named"]],["impl Sync for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl Sync for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl Sync for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl Sync for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl Sync for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl Sync for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl Sync for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl Sync for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl Sync for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl Sync for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl Sync for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl Sync for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl Sync for State",1,["cosmic::widget::text_input::input::State"]],["impl Sync for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl Sync for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> Sync for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> !Sync for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> !Sync for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> !Sync for Button<'a, Message>",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> !Sync for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> !Sync for ContextDrawer<'a, Message>",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> !Sync for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> !Sync for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> !Sync for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> !Sync for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> !Sync for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> !Sync for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> !Sync for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> !Sync for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> !Sync for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> !Sync for HeaderBar<'a, Message>",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> !Sync for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> !Sync for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> !Sync for TextInput<'a, Message>",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message> Sync for Warning<'a, Message>
where\n Message: Sync,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message, AppMessage, D> !Sync for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer = Renderer> !Sync for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer = Renderer> !Sync for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> !Sync for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> !Sync for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> !Sync for RectangleTrackingContainer<'a, Message, Renderer, I>",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> !Sync for LayerContainer<'a, Message, Theme, Renderer>",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> !Sync for Builder<'a, Message, Variant>",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> !Sync for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> !Sync for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> !Sync for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> !Sync for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> !Sync for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> !Sync for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> Sync for MenuItem<A, L>
where\n A: Sync,\n L: Sync,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> Sync for DbusActivationDetails<Action, Args>
where\n Action: Sync,\n Args: Sync,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> Sync for Cosmic<App>
where\n App: Sync,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> Sync for RectangleUpdate<I>",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> Sync for State<I>
where\n I: Sync + Send,
",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> Sync for RectangleTracker<I>
where\n I: Send,
",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> Sync for Message<M>
where\n M: Sync,
",1,["cosmic::app::message::Message"]],["impl<Message> !Sync for NavBarToggle<Message>",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> Sync for List<S, Item>
where\n Item: Sync,\n S: Sync,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> Sync for Model<S, Item>
where\n Item: Sync,\n S: Sync,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> !Sync for BuilderEntity<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> !Sync for Model<SelectionMode>",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> !Sync for ModelBuilder<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> Sync for DragOffer<T>
where\n T: Sync,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> Sync for State<T>
where\n T: Sync,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> Sync for Model<T>
where\n T: Sync,
",1,["cosmic::widget::spin_button::model::Model"]]], +"cosmic":[["impl !Sync for Application",1,["cosmic::theme::style::iced::Application"]],["impl !Sync for Container",1,["cosmic::theme::style::iced::Container"]],["impl !Sync for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl !Sync for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl !Sync for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl !Sync for Button",1,["cosmic::theme::style::iced::Button"]],["impl !Sync for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl !Sync for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl !Sync for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl !Sync for Button",1,["cosmic::theme::style::button::Button"]],["impl !Sync for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl !Sync for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl !Sync for State",1,["cosmic::widget::color_picker::State"]],["impl !Sync for State",1,["cosmic::widget::dropdown::menu::State"]],["impl !Sync for State",1,["cosmic::widget::dropdown::widget::State"]],["impl !Sync for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl !Sync for Icon",1,["cosmic::widget::icon::Icon"]],["impl Sync for Message",1,["cosmic::app::cosmic::Message"]],["impl Sync for Density",1,["cosmic::config::Density"]],["impl Sync for Message",1,["cosmic::keyboard_nav::Message"]],["impl Sync for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl Sync for Text",1,["cosmic::theme::style::iced::Text"]],["impl Sync for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl Sync for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl Sync for ThemeType",1,["cosmic::theme::ThemeType"]],["impl Sync for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl Sync for Data",1,["cosmic::widget::icon::handle::Data"]],["impl Sync for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl Sync for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl Sync for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl Sync for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl Sync for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl Sync for Position",1,["cosmic::widget::popover::Position"]],["impl Sync for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl Sync for Typography",1,["cosmic::widget::text::Typography"]],["impl Sync for State",1,["cosmic::widget::text_input::cursor::State"]],["impl Sync for Settings",1,["cosmic::app::settings::Settings"]],["impl Sync for Core",1,["cosmic::app::core::Core"]],["impl Sync for CosmicTk",1,["cosmic::config::CosmicTk"]],["impl Sync for Executor",1,["cosmic::executor::multi::Executor"]],["impl Sync for Executor",1,["cosmic::executor::single::Executor"]],["impl Sync for Theme",1,["cosmic::theme::Theme"]],["impl Sync for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl Sync for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl Sync for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl Sync for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl Sync for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl Sync for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl Sync for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl Sync for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl Sync for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl Sync for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl Sync for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl Sync for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl Sync for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl Sync for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl Sync for Named",1,["cosmic::widget::icon::named::Named"]],["impl Sync for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl Sync for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl Sync for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl Sync for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl Sync for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl Sync for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl Sync for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl Sync for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl Sync for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl Sync for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl Sync for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl Sync for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl Sync for State",1,["cosmic::widget::text_input::input::State"]],["impl Sync for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl Sync for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> Sync for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> !Sync for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> !Sync for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> !Sync for Button<'a, Message>",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> !Sync for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> !Sync for ContextDrawer<'a, Message>",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> !Sync for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> !Sync for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> !Sync for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> !Sync for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> !Sync for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> !Sync for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> !Sync for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> !Sync for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> !Sync for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> !Sync for HeaderBar<'a, Message>",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> !Sync for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> !Sync for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> !Sync for TextInput<'a, Message>",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message> Sync for Warning<'a, Message>
where\n Message: Sync,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message, AppMessage, D> !Sync for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer = Renderer> !Sync for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer = Renderer> !Sync for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> !Sync for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> !Sync for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> !Sync for RectangleTrackingContainer<'a, Message, Renderer, I>",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> !Sync for LayerContainer<'a, Message, Theme, Renderer>",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> !Sync for Builder<'a, Message, Variant>",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> !Sync for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> !Sync for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> !Sync for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> !Sync for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> !Sync for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> !Sync for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> Sync for MenuItem<A, L>
where\n A: Sync,\n L: Sync,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> Sync for DbusActivationDetails<Action, Args>
where\n Action: Sync,\n Args: Sync,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> Sync for Cosmic<App>
where\n App: Sync,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> Sync for RectangleUpdate<I>",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> Sync for State<I>
where\n I: Sync + Send,
",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> Sync for RectangleTracker<I>
where\n I: Send,
",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> Sync for Message<M>
where\n M: Sync,
",1,["cosmic::app::message::Message"]],["impl<Message> !Sync for NavBarToggle<Message>",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> Sync for List<S, Item>
where\n Item: Sync,\n S: Sync,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> Sync for Model<S, Item>
where\n Item: Sync,\n S: Sync,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> !Sync for BuilderEntity<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> !Sync for Model<SelectionMode>",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> !Sync for ModelBuilder<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> Sync for DragOffer<T>
where\n T: Sync,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> Sync for State<T>
where\n T: Sync,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> Sync for Model<T>
where\n T: Sync,
",1,["cosmic::widget::spin_button::model::Model"]]], "cosmic_config":[["impl Sync for Error",1,["cosmic_config::Error"]],["impl Sync for Config",1,["cosmic_config::Config"]],["impl<'a> Sync for ConfigTransaction<'a>",1,["cosmic_config::ConfigTransaction"]],["impl<T> Sync for ConfigState<T>
where\n T: Sync,
",1,["cosmic_config::subscription::ConfigState"]],["impl<T> Sync for ConfigUpdate<T>
where\n T: Sync,
",1,["cosmic_config::subscription::ConfigUpdate"]],["impl<T> Sync for Update<T>
where\n T: Sync,
",1,["cosmic_config::Update"]]], "cosmic_text":[["impl Sync for Action",1,["cosmic_text::edit::Action"]],["impl Sync for Affinity",1,["cosmic_text::cursor::Affinity"]],["impl Sync for Align",1,["cosmic_text::layout::Align"]],["impl Sync for FamilyOwned",1,["cosmic_text::attrs::FamilyOwned"]],["impl Sync for LineEnding",1,["cosmic_text::line_ending::LineEnding"]],["impl Sync for Motion",1,["cosmic_text::cursor::Motion"]],["impl Sync for Selection",1,["cosmic_text::edit::Selection"]],["impl Sync for Shaping",1,["cosmic_text::shape::Shaping"]],["impl Sync for SubpixelBin",1,["cosmic_text::glyph_cache::SubpixelBin"]],["impl Sync for Wrap",1,["cosmic_text::layout::Wrap"]],["impl Sync for AttrsList",1,["cosmic_text::attrs::AttrsList"]],["impl Sync for AttrsOwned",1,["cosmic_text::attrs::AttrsOwned"]],["impl Sync for Buffer",1,["cosmic_text::buffer::Buffer"]],["impl Sync for BufferLine",1,["cosmic_text::buffer_line::BufferLine"]],["impl Sync for CacheKey",1,["cosmic_text::glyph_cache::CacheKey"]],["impl Sync for CacheKeyFlags",1,["cosmic_text::glyph_cache::CacheKeyFlags"]],["impl Sync for Change",1,["cosmic_text::edit::Change"]],["impl Sync for ChangeItem",1,["cosmic_text::edit::ChangeItem"]],["impl Sync for Color",1,["cosmic_text::attrs::Color"]],["impl Sync for Cursor",1,["cosmic_text::cursor::Cursor"]],["impl Sync for Font",1,["cosmic_text::font::Font"]],["impl Sync for FontMatchAttrs",1,["cosmic_text::attrs::FontMatchAttrs"]],["impl Sync for FontMatchKey",1,["cosmic_text::font::system::FontMatchKey"]],["impl Sync for FontSystem",1,["cosmic_text::font::system::FontSystem"]],["impl Sync for LayoutCursor",1,["cosmic_text::cursor::LayoutCursor"]],["impl Sync for LayoutGlyph",1,["cosmic_text::layout::LayoutGlyph"]],["impl Sync for LayoutLine",1,["cosmic_text::layout::LayoutLine"]],["impl Sync for Metrics",1,["cosmic_text::buffer::Metrics"]],["impl Sync for PhysicalGlyph",1,["cosmic_text::layout::PhysicalGlyph"]],["impl Sync for Scroll",1,["cosmic_text::cursor::Scroll"]],["impl Sync for ShapeBuffer",1,["cosmic_text::shape::ShapeBuffer"]],["impl Sync for ShapeGlyph",1,["cosmic_text::shape::ShapeGlyph"]],["impl Sync for ShapeLine",1,["cosmic_text::shape::ShapeLine"]],["impl Sync for ShapeRunCache",1,["cosmic_text::shape_run_cache::ShapeRunCache"]],["impl Sync for ShapeRunKey",1,["cosmic_text::shape_run_cache::ShapeRunKey"]],["impl Sync for ShapeSpan",1,["cosmic_text::shape::ShapeSpan"]],["impl Sync for ShapeWord",1,["cosmic_text::shape::ShapeWord"]],["impl Sync for SwashCache",1,["cosmic_text::swash::SwashCache"]],["impl<'a> Sync for Attrs<'a>",1,["cosmic_text::attrs::Attrs"]],["impl<'a> Sync for LayoutRun<'a>",1,["cosmic_text::buffer::LayoutRun"]],["impl<'a> Sync for LineIter<'a>",1,["cosmic_text::line_ending::LineIter"]],["impl<'a, T> Sync for BorrowedWithFontSystem<'a, T>
where\n T: Sync,
",1,["cosmic_text::font::system::BorrowedWithFontSystem"]],["impl<'b> Sync for LayoutRunIter<'b>",1,["cosmic_text::buffer::LayoutRunIter"]],["impl<'buffer> Sync for BufferRef<'buffer>",1,["cosmic_text::edit::BufferRef"]],["impl<'buffer> Sync for Editor<'buffer>",1,["cosmic_text::edit::editor::Editor"]],["impl<'text> Sync for BidiParagraphs<'text>",1,["cosmic_text::bidi_para::BidiParagraphs"]]], "cosmic_theme":[["impl Sync for CosmicPalette",1,["cosmic_theme::model::cosmic_palette::CosmicPalette"]],["impl Sync for Layer",1,["cosmic_theme::model::theme::Layer"]],["impl Sync for Component",1,["cosmic_theme::model::derivation::Component"]],["impl Sync for Container",1,["cosmic_theme::model::derivation::Container"]],["impl Sync for CornerRadii",1,["cosmic_theme::model::corner::CornerRadii"]],["impl Sync for CosmicPaletteInner",1,["cosmic_theme::model::cosmic_palette::CosmicPaletteInner"]],["impl Sync for DARK_PALETTE",1,["cosmic_theme::model::cosmic_palette::DARK_PALETTE"]],["impl Sync for LIGHT_PALETTE",1,["cosmic_theme::model::cosmic_palette::LIGHT_PALETTE"]],["impl Sync for Spacing",1,["cosmic_theme::model::spacing::Spacing"]],["impl Sync for Theme",1,["cosmic_theme::model::theme::Theme"]],["impl Sync for ThemeBuilder",1,["cosmic_theme::model::theme::ThemeBuilder"]],["impl Sync for ThemeMode",1,["cosmic_theme::model::mode::ThemeMode"]]], diff --git a/trait.impl/core/marker/trait.Unpin.js b/trait.impl/core/marker/trait.Unpin.js index e959d58b8b6..8ac8eaf9eb5 100644 --- a/trait.impl/core/marker/trait.Unpin.js +++ b/trait.impl/core/marker/trait.Unpin.js @@ -19,7 +19,7 @@ "clipboard_wayland":[["impl Unpin for Clipboard",1,["clipboard_wayland::Clipboard"]],["impl Unpin for DndSender",1,["clipboard_wayland::DndSender"]],["impl Unpin for RectangleWrapper",1,["clipboard_wayland::RectangleWrapper"]]], "clipboard_x11":[["impl Unpin for Error",1,["clipboard_x11::error::Error"]],["impl Unpin for Atoms",1,["clipboard_x11::Atoms"]],["impl Unpin for Clipboard",1,["clipboard_x11::Clipboard"]],["impl Unpin for Context",1,["clipboard_x11::Context"]],["impl Unpin for Worker",1,["clipboard_x11::Worker"]]], "color_quant":[["impl Unpin for NeuQuant",1,["color_quant::NeuQuant"]]], -"cosmic":[["impl Unpin for Message",1,["cosmic::app::cosmic::Message"]],["impl Unpin for Message",1,["cosmic::keyboard_nav::Message"]],["impl Unpin for Application",1,["cosmic::theme::style::iced::Application"]],["impl Unpin for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl Unpin for Container",1,["cosmic::theme::style::iced::Container"]],["impl Unpin for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl Unpin for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl Unpin for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl Unpin for Text",1,["cosmic::theme::style::iced::Text"]],["impl Unpin for Button",1,["cosmic::theme::style::iced::Button"]],["impl Unpin for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl Unpin for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl Unpin for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl Unpin for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl Unpin for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl Unpin for ThemeType",1,["cosmic::theme::ThemeType"]],["impl Unpin for Button",1,["cosmic::theme::style::button::Button"]],["impl Unpin for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl Unpin for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl Unpin for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl Unpin for Data",1,["cosmic::widget::icon::handle::Data"]],["impl Unpin for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl Unpin for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl Unpin for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl Unpin for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl Unpin for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl Unpin for Position",1,["cosmic::widget::popover::Position"]],["impl Unpin for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl Unpin for Typography",1,["cosmic::widget::text::Typography"]],["impl Unpin for State",1,["cosmic::widget::text_input::cursor::State"]],["impl Unpin for Settings",1,["cosmic::app::settings::Settings"]],["impl Unpin for Core",1,["cosmic::app::core::Core"]],["impl Unpin for CosmicTk",1,["cosmic::config::toolkit::CosmicTk"]],["impl Unpin for Executor",1,["cosmic::executor::multi::Executor"]],["impl Unpin for Executor",1,["cosmic::executor::single::Executor"]],["impl Unpin for Theme",1,["cosmic::theme::Theme"]],["impl Unpin for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl Unpin for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl Unpin for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl Unpin for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl Unpin for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl Unpin for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl Unpin for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl Unpin for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl Unpin for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl Unpin for State",1,["cosmic::widget::color_picker::State"]],["impl Unpin for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl Unpin for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl Unpin for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl Unpin for State",1,["cosmic::widget::dropdown::menu::State"]],["impl Unpin for State",1,["cosmic::widget::dropdown::widget::State"]],["impl Unpin for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl Unpin for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl Unpin for Named",1,["cosmic::widget::icon::named::Named"]],["impl Unpin for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl Unpin for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl Unpin for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl Unpin for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl Unpin for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl Unpin for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl Unpin for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl Unpin for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl Unpin for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl Unpin for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl Unpin for Icon",1,["cosmic::widget::icon::Icon"]],["impl Unpin for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl Unpin for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl Unpin for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl Unpin for State",1,["cosmic::widget::text_input::input::State"]],["impl Unpin for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl Unpin for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> Unpin for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> Unpin for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> Unpin for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> Unpin for Button<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> Unpin for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> Unpin for ContextDrawer<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> Unpin for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> Unpin for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> Unpin for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> Unpin for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> Unpin for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> Unpin for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> Unpin for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> Unpin for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> Unpin for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> Unpin for HeaderBar<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> Unpin for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> Unpin for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> Unpin for Warning<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message> Unpin for TextInput<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message, AppMessage, D> Unpin for DndSource<'a, Message, AppMessage, D>
where\n AppMessage: Unpin,
",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer> Unpin for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> Unpin for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer> Unpin for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> Unpin for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> Unpin for RectangleTrackingContainer<'a, Message, Renderer, I>
where\n I: Unpin,
",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> Unpin for LayerContainer<'a, Message, Theme, Renderer>
where\n <Theme as StyleSheet>::Style: Unpin,
",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> Unpin for Builder<'a, Message, Variant>
where\n Message: Unpin,\n Variant: Unpin,
",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> Unpin for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> Unpin for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> Unpin for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> Unpin for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> Unpin for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> Unpin for SegmentedButton<'a, Variant, SelectionMode, Message>
where\n Variant: Unpin,
",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> Unpin for MenuItem<A, L>
where\n A: Unpin,\n L: Unpin,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> Unpin for DbusActivationDetails<Action, Args>
where\n Action: Unpin,\n Args: Unpin,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> Unpin for Cosmic<App>
where\n App: Unpin,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> Unpin for RectangleUpdate<I>
where\n I: Unpin,
",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> Unpin for State<I>
where\n I: Unpin,
",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> Unpin for RectangleTracker<I>",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> Unpin for Message<M>
where\n M: Unpin,
",1,["cosmic::app::message::Message"]],["impl<Message> Unpin for NavBarToggle<Message>
where\n Message: Unpin,
",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> Unpin for List<S, Item>
where\n Item: Unpin,\n S: Unpin,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> Unpin for Model<S, Item>
where\n Item: Unpin,\n S: Unpin,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> Unpin for BuilderEntity<SelectionMode>
where\n SelectionMode: Unpin,
",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> Unpin for Model<SelectionMode>
where\n SelectionMode: Unpin,
",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> Unpin for ModelBuilder<SelectionMode>
where\n SelectionMode: Unpin,
",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> Unpin for DragOffer<T>
where\n T: Unpin,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> Unpin for State<T>
where\n T: Unpin,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> Unpin for Model<T>
where\n T: Unpin,
",1,["cosmic::widget::spin_button::model::Model"]]], +"cosmic":[["impl Unpin for Message",1,["cosmic::app::cosmic::Message"]],["impl Unpin for Density",1,["cosmic::config::Density"]],["impl Unpin for Message",1,["cosmic::keyboard_nav::Message"]],["impl Unpin for Application",1,["cosmic::theme::style::iced::Application"]],["impl Unpin for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl Unpin for Container",1,["cosmic::theme::style::iced::Container"]],["impl Unpin for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl Unpin for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl Unpin for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl Unpin for Text",1,["cosmic::theme::style::iced::Text"]],["impl Unpin for Button",1,["cosmic::theme::style::iced::Button"]],["impl Unpin for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl Unpin for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl Unpin for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl Unpin for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl Unpin for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl Unpin for ThemeType",1,["cosmic::theme::ThemeType"]],["impl Unpin for Button",1,["cosmic::theme::style::button::Button"]],["impl Unpin for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl Unpin for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl Unpin for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl Unpin for Data",1,["cosmic::widget::icon::handle::Data"]],["impl Unpin for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl Unpin for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl Unpin for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl Unpin for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl Unpin for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl Unpin for Position",1,["cosmic::widget::popover::Position"]],["impl Unpin for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl Unpin for Typography",1,["cosmic::widget::text::Typography"]],["impl Unpin for State",1,["cosmic::widget::text_input::cursor::State"]],["impl Unpin for Settings",1,["cosmic::app::settings::Settings"]],["impl Unpin for Core",1,["cosmic::app::core::Core"]],["impl Unpin for CosmicTk",1,["cosmic::config::CosmicTk"]],["impl Unpin for Executor",1,["cosmic::executor::multi::Executor"]],["impl Unpin for Executor",1,["cosmic::executor::single::Executor"]],["impl Unpin for Theme",1,["cosmic::theme::Theme"]],["impl Unpin for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl Unpin for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl Unpin for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl Unpin for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl Unpin for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl Unpin for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl Unpin for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl Unpin for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl Unpin for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl Unpin for State",1,["cosmic::widget::color_picker::State"]],["impl Unpin for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl Unpin for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl Unpin for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl Unpin for State",1,["cosmic::widget::dropdown::menu::State"]],["impl Unpin for State",1,["cosmic::widget::dropdown::widget::State"]],["impl Unpin for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl Unpin for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl Unpin for Named",1,["cosmic::widget::icon::named::Named"]],["impl Unpin for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl Unpin for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl Unpin for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl Unpin for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl Unpin for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl Unpin for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl Unpin for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl Unpin for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl Unpin for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl Unpin for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl Unpin for Icon",1,["cosmic::widget::icon::Icon"]],["impl Unpin for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl Unpin for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl Unpin for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl Unpin for State",1,["cosmic::widget::text_input::input::State"]],["impl Unpin for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl Unpin for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> Unpin for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> Unpin for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> Unpin for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> Unpin for Button<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> Unpin for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> Unpin for ContextDrawer<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> Unpin for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> Unpin for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> Unpin for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> Unpin for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> Unpin for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> Unpin for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> Unpin for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> Unpin for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> Unpin for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> Unpin for HeaderBar<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> Unpin for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> Unpin for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> Unpin for Warning<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message> Unpin for TextInput<'a, Message>
where\n Message: Unpin,
",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message, AppMessage, D> Unpin for DndSource<'a, Message, AppMessage, D>
where\n AppMessage: Unpin,
",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer> Unpin for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> Unpin for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer> Unpin for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> Unpin for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> Unpin for RectangleTrackingContainer<'a, Message, Renderer, I>
where\n I: Unpin,
",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> Unpin for LayerContainer<'a, Message, Theme, Renderer>
where\n <Theme as StyleSheet>::Style: Unpin,
",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> Unpin for Builder<'a, Message, Variant>
where\n Message: Unpin,\n Variant: Unpin,
",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> Unpin for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> Unpin for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> Unpin for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> Unpin for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> Unpin for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> Unpin for SegmentedButton<'a, Variant, SelectionMode, Message>
where\n Variant: Unpin,
",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> Unpin for MenuItem<A, L>
where\n A: Unpin,\n L: Unpin,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> Unpin for DbusActivationDetails<Action, Args>
where\n Action: Unpin,\n Args: Unpin,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> Unpin for Cosmic<App>
where\n App: Unpin,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> Unpin for RectangleUpdate<I>
where\n I: Unpin,
",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> Unpin for State<I>
where\n I: Unpin,
",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> Unpin for RectangleTracker<I>",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> Unpin for Message<M>
where\n M: Unpin,
",1,["cosmic::app::message::Message"]],["impl<Message> Unpin for NavBarToggle<Message>
where\n Message: Unpin,
",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> Unpin for List<S, Item>
where\n Item: Unpin,\n S: Unpin,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> Unpin for Model<S, Item>
where\n Item: Unpin,\n S: Unpin,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> Unpin for BuilderEntity<SelectionMode>
where\n SelectionMode: Unpin,
",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> Unpin for Model<SelectionMode>
where\n SelectionMode: Unpin,
",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> Unpin for ModelBuilder<SelectionMode>
where\n SelectionMode: Unpin,
",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> Unpin for DragOffer<T>
where\n T: Unpin,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> Unpin for State<T>
where\n T: Unpin,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> Unpin for Model<T>
where\n T: Unpin,
",1,["cosmic::widget::spin_button::model::Model"]]], "cosmic_config":[["impl Unpin for Error",1,["cosmic_config::Error"]],["impl Unpin for Config",1,["cosmic_config::Config"]],["impl<'a> Unpin for ConfigTransaction<'a>",1,["cosmic_config::ConfigTransaction"]],["impl<T> Unpin for ConfigState<T>
where\n T: Unpin,
",1,["cosmic_config::subscription::ConfigState"]],["impl<T> Unpin for ConfigUpdate<T>
where\n T: Unpin,
",1,["cosmic_config::subscription::ConfigUpdate"]],["impl<T> Unpin for Update<T>
where\n T: Unpin,
",1,["cosmic_config::Update"]]], "cosmic_text":[["impl Unpin for Action",1,["cosmic_text::edit::Action"]],["impl Unpin for Affinity",1,["cosmic_text::cursor::Affinity"]],["impl Unpin for Align",1,["cosmic_text::layout::Align"]],["impl Unpin for FamilyOwned",1,["cosmic_text::attrs::FamilyOwned"]],["impl Unpin for LineEnding",1,["cosmic_text::line_ending::LineEnding"]],["impl Unpin for Motion",1,["cosmic_text::cursor::Motion"]],["impl Unpin for Selection",1,["cosmic_text::edit::Selection"]],["impl Unpin for Shaping",1,["cosmic_text::shape::Shaping"]],["impl Unpin for SubpixelBin",1,["cosmic_text::glyph_cache::SubpixelBin"]],["impl Unpin for Wrap",1,["cosmic_text::layout::Wrap"]],["impl Unpin for AttrsList",1,["cosmic_text::attrs::AttrsList"]],["impl Unpin for AttrsOwned",1,["cosmic_text::attrs::AttrsOwned"]],["impl Unpin for Buffer",1,["cosmic_text::buffer::Buffer"]],["impl Unpin for BufferLine",1,["cosmic_text::buffer_line::BufferLine"]],["impl Unpin for CacheKey",1,["cosmic_text::glyph_cache::CacheKey"]],["impl Unpin for CacheKeyFlags",1,["cosmic_text::glyph_cache::CacheKeyFlags"]],["impl Unpin for Change",1,["cosmic_text::edit::Change"]],["impl Unpin for ChangeItem",1,["cosmic_text::edit::ChangeItem"]],["impl Unpin for Color",1,["cosmic_text::attrs::Color"]],["impl Unpin for Cursor",1,["cosmic_text::cursor::Cursor"]],["impl Unpin for Font",1,["cosmic_text::font::Font"]],["impl Unpin for FontMatchAttrs",1,["cosmic_text::attrs::FontMatchAttrs"]],["impl Unpin for FontMatchKey",1,["cosmic_text::font::system::FontMatchKey"]],["impl Unpin for FontSystem",1,["cosmic_text::font::system::FontSystem"]],["impl Unpin for LayoutCursor",1,["cosmic_text::cursor::LayoutCursor"]],["impl Unpin for LayoutGlyph",1,["cosmic_text::layout::LayoutGlyph"]],["impl Unpin for LayoutLine",1,["cosmic_text::layout::LayoutLine"]],["impl Unpin for Metrics",1,["cosmic_text::buffer::Metrics"]],["impl Unpin for PhysicalGlyph",1,["cosmic_text::layout::PhysicalGlyph"]],["impl Unpin for Scroll",1,["cosmic_text::cursor::Scroll"]],["impl Unpin for ShapeBuffer",1,["cosmic_text::shape::ShapeBuffer"]],["impl Unpin for ShapeGlyph",1,["cosmic_text::shape::ShapeGlyph"]],["impl Unpin for ShapeLine",1,["cosmic_text::shape::ShapeLine"]],["impl Unpin for ShapeRunCache",1,["cosmic_text::shape_run_cache::ShapeRunCache"]],["impl Unpin for ShapeRunKey",1,["cosmic_text::shape_run_cache::ShapeRunKey"]],["impl Unpin for ShapeSpan",1,["cosmic_text::shape::ShapeSpan"]],["impl Unpin for ShapeWord",1,["cosmic_text::shape::ShapeWord"]],["impl Unpin for SwashCache",1,["cosmic_text::swash::SwashCache"]],["impl<'a> Unpin for Attrs<'a>",1,["cosmic_text::attrs::Attrs"]],["impl<'a> Unpin for LayoutRun<'a>",1,["cosmic_text::buffer::LayoutRun"]],["impl<'a> Unpin for LineIter<'a>",1,["cosmic_text::line_ending::LineIter"]],["impl<'a, T> Unpin for BorrowedWithFontSystem<'a, T>",1,["cosmic_text::font::system::BorrowedWithFontSystem"]],["impl<'b> Unpin for LayoutRunIter<'b>",1,["cosmic_text::buffer::LayoutRunIter"]],["impl<'buffer> Unpin for BufferRef<'buffer>",1,["cosmic_text::edit::BufferRef"]],["impl<'buffer> Unpin for Editor<'buffer>",1,["cosmic_text::edit::editor::Editor"]],["impl<'text> Unpin for BidiParagraphs<'text>",1,["cosmic_text::bidi_para::BidiParagraphs"]]], "cosmic_theme":[["impl Unpin for CosmicPalette",1,["cosmic_theme::model::cosmic_palette::CosmicPalette"]],["impl Unpin for Layer",1,["cosmic_theme::model::theme::Layer"]],["impl Unpin for Component",1,["cosmic_theme::model::derivation::Component"]],["impl Unpin for Container",1,["cosmic_theme::model::derivation::Container"]],["impl Unpin for CornerRadii",1,["cosmic_theme::model::corner::CornerRadii"]],["impl Unpin for CosmicPaletteInner",1,["cosmic_theme::model::cosmic_palette::CosmicPaletteInner"]],["impl Unpin for DARK_PALETTE",1,["cosmic_theme::model::cosmic_palette::DARK_PALETTE"]],["impl Unpin for LIGHT_PALETTE",1,["cosmic_theme::model::cosmic_palette::LIGHT_PALETTE"]],["impl Unpin for Spacing",1,["cosmic_theme::model::spacing::Spacing"]],["impl Unpin for Theme",1,["cosmic_theme::model::theme::Theme"]],["impl Unpin for ThemeBuilder",1,["cosmic_theme::model::theme::ThemeBuilder"]],["impl Unpin for ThemeMode",1,["cosmic_theme::model::mode::ThemeMode"]]], diff --git a/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js b/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js index 5f40dd1fe49..bad5cbda0cb 100644 --- a/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js +++ b/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js @@ -19,7 +19,7 @@ "clipboard_wayland":[["impl !RefUnwindSafe for DndSender",1,["clipboard_wayland::DndSender"]],["impl RefUnwindSafe for Clipboard",1,["clipboard_wayland::Clipboard"]],["impl RefUnwindSafe for RectangleWrapper",1,["clipboard_wayland::RectangleWrapper"]]], "clipboard_x11":[["impl !RefUnwindSafe for Error",1,["clipboard_x11::error::Error"]],["impl RefUnwindSafe for Atoms",1,["clipboard_x11::Atoms"]],["impl RefUnwindSafe for Clipboard",1,["clipboard_x11::Clipboard"]],["impl RefUnwindSafe for Context",1,["clipboard_x11::Context"]],["impl RefUnwindSafe for Worker",1,["clipboard_x11::Worker"]]], "color_quant":[["impl RefUnwindSafe for NeuQuant",1,["color_quant::NeuQuant"]]], -"cosmic":[["impl !RefUnwindSafe for Application",1,["cosmic::theme::style::iced::Application"]],["impl !RefUnwindSafe for Container",1,["cosmic::theme::style::iced::Container"]],["impl !RefUnwindSafe for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl !RefUnwindSafe for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl !RefUnwindSafe for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl !RefUnwindSafe for Button",1,["cosmic::theme::style::iced::Button"]],["impl !RefUnwindSafe for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl !RefUnwindSafe for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl !RefUnwindSafe for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl !RefUnwindSafe for Button",1,["cosmic::theme::style::button::Button"]],["impl !RefUnwindSafe for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl !RefUnwindSafe for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl !RefUnwindSafe for Data",1,["cosmic::widget::icon::handle::Data"]],["impl !RefUnwindSafe for State",1,["cosmic::widget::color_picker::State"]],["impl !RefUnwindSafe for State",1,["cosmic::widget::dropdown::menu::State"]],["impl !RefUnwindSafe for State",1,["cosmic::widget::dropdown::widget::State"]],["impl !RefUnwindSafe for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl !RefUnwindSafe for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl !RefUnwindSafe for Icon",1,["cosmic::widget::icon::Icon"]],["impl RefUnwindSafe for Message",1,["cosmic::app::cosmic::Message"]],["impl RefUnwindSafe for Message",1,["cosmic::keyboard_nav::Message"]],["impl RefUnwindSafe for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl RefUnwindSafe for Text",1,["cosmic::theme::style::iced::Text"]],["impl RefUnwindSafe for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl RefUnwindSafe for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl RefUnwindSafe for ThemeType",1,["cosmic::theme::ThemeType"]],["impl RefUnwindSafe for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl RefUnwindSafe for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl RefUnwindSafe for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl RefUnwindSafe for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl RefUnwindSafe for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl RefUnwindSafe for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl RefUnwindSafe for Position",1,["cosmic::widget::popover::Position"]],["impl RefUnwindSafe for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl RefUnwindSafe for Typography",1,["cosmic::widget::text::Typography"]],["impl RefUnwindSafe for State",1,["cosmic::widget::text_input::cursor::State"]],["impl RefUnwindSafe for Settings",1,["cosmic::app::settings::Settings"]],["impl RefUnwindSafe for Core",1,["cosmic::app::core::Core"]],["impl RefUnwindSafe for CosmicTk",1,["cosmic::config::toolkit::CosmicTk"]],["impl RefUnwindSafe for Executor",1,["cosmic::executor::multi::Executor"]],["impl RefUnwindSafe for Executor",1,["cosmic::executor::single::Executor"]],["impl RefUnwindSafe for Theme",1,["cosmic::theme::Theme"]],["impl RefUnwindSafe for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl RefUnwindSafe for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl RefUnwindSafe for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl RefUnwindSafe for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl RefUnwindSafe for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl RefUnwindSafe for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl RefUnwindSafe for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl RefUnwindSafe for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl RefUnwindSafe for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl RefUnwindSafe for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl RefUnwindSafe for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl RefUnwindSafe for Named",1,["cosmic::widget::icon::named::Named"]],["impl RefUnwindSafe for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl RefUnwindSafe for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl RefUnwindSafe for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl RefUnwindSafe for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl RefUnwindSafe for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl RefUnwindSafe for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl RefUnwindSafe for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl RefUnwindSafe for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl RefUnwindSafe for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl RefUnwindSafe for State",1,["cosmic::widget::text_input::input::State"]],["impl RefUnwindSafe for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl RefUnwindSafe for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> RefUnwindSafe for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> !RefUnwindSafe for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> !RefUnwindSafe for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> !RefUnwindSafe for Button<'a, Message>",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> !RefUnwindSafe for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> !RefUnwindSafe for ContextDrawer<'a, Message>",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> !RefUnwindSafe for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> !RefUnwindSafe for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> !RefUnwindSafe for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> !RefUnwindSafe for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> !RefUnwindSafe for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> !RefUnwindSafe for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> !RefUnwindSafe for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> !RefUnwindSafe for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> !RefUnwindSafe for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> !RefUnwindSafe for HeaderBar<'a, Message>",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> !RefUnwindSafe for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> !RefUnwindSafe for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> !RefUnwindSafe for TextInput<'a, Message>",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message> RefUnwindSafe for Warning<'a, Message>
where\n Message: RefUnwindSafe,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message, AppMessage, D> !RefUnwindSafe for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer = Renderer> !RefUnwindSafe for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer = Renderer> !RefUnwindSafe for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> !RefUnwindSafe for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> !RefUnwindSafe for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> !RefUnwindSafe for RectangleTrackingContainer<'a, Message, Renderer, I>",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> !RefUnwindSafe for LayerContainer<'a, Message, Theme, Renderer>",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> !RefUnwindSafe for Builder<'a, Message, Variant>",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> !RefUnwindSafe for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> !RefUnwindSafe for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> !RefUnwindSafe for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> !RefUnwindSafe for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> !RefUnwindSafe for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> !RefUnwindSafe for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> RefUnwindSafe for MenuItem<A, L>
where\n A: RefUnwindSafe,\n L: RefUnwindSafe,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> RefUnwindSafe for DbusActivationDetails<Action, Args>
where\n Action: RefUnwindSafe,\n Args: RefUnwindSafe,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> RefUnwindSafe for Cosmic<App>
where\n App: RefUnwindSafe,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> !RefUnwindSafe for RectangleUpdate<I>",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> !RefUnwindSafe for State<I>",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> !RefUnwindSafe for RectangleTracker<I>",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> RefUnwindSafe for Message<M>
where\n M: RefUnwindSafe,
",1,["cosmic::app::message::Message"]],["impl<Message> !RefUnwindSafe for NavBarToggle<Message>",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> RefUnwindSafe for List<S, Item>
where\n Item: RefUnwindSafe,\n S: RefUnwindSafe,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> RefUnwindSafe for Model<S, Item>
where\n Item: RefUnwindSafe,\n S: RefUnwindSafe,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> !RefUnwindSafe for BuilderEntity<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> !RefUnwindSafe for Model<SelectionMode>",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> !RefUnwindSafe for ModelBuilder<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> RefUnwindSafe for DragOffer<T>
where\n T: RefUnwindSafe,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> RefUnwindSafe for State<T>
where\n T: RefUnwindSafe,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> RefUnwindSafe for Model<T>
where\n T: RefUnwindSafe,
",1,["cosmic::widget::spin_button::model::Model"]]], +"cosmic":[["impl !RefUnwindSafe for Application",1,["cosmic::theme::style::iced::Application"]],["impl !RefUnwindSafe for Container",1,["cosmic::theme::style::iced::Container"]],["impl !RefUnwindSafe for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl !RefUnwindSafe for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl !RefUnwindSafe for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl !RefUnwindSafe for Button",1,["cosmic::theme::style::iced::Button"]],["impl !RefUnwindSafe for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl !RefUnwindSafe for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl !RefUnwindSafe for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl !RefUnwindSafe for Button",1,["cosmic::theme::style::button::Button"]],["impl !RefUnwindSafe for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl !RefUnwindSafe for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl !RefUnwindSafe for Data",1,["cosmic::widget::icon::handle::Data"]],["impl !RefUnwindSafe for State",1,["cosmic::widget::color_picker::State"]],["impl !RefUnwindSafe for State",1,["cosmic::widget::dropdown::menu::State"]],["impl !RefUnwindSafe for State",1,["cosmic::widget::dropdown::widget::State"]],["impl !RefUnwindSafe for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl !RefUnwindSafe for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl !RefUnwindSafe for Icon",1,["cosmic::widget::icon::Icon"]],["impl RefUnwindSafe for Message",1,["cosmic::app::cosmic::Message"]],["impl RefUnwindSafe for Density",1,["cosmic::config::Density"]],["impl RefUnwindSafe for Message",1,["cosmic::keyboard_nav::Message"]],["impl RefUnwindSafe for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl RefUnwindSafe for Text",1,["cosmic::theme::style::iced::Text"]],["impl RefUnwindSafe for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl RefUnwindSafe for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl RefUnwindSafe for ThemeType",1,["cosmic::theme::ThemeType"]],["impl RefUnwindSafe for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl RefUnwindSafe for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl RefUnwindSafe for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl RefUnwindSafe for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl RefUnwindSafe for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl RefUnwindSafe for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl RefUnwindSafe for Position",1,["cosmic::widget::popover::Position"]],["impl RefUnwindSafe for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl RefUnwindSafe for Typography",1,["cosmic::widget::text::Typography"]],["impl RefUnwindSafe for State",1,["cosmic::widget::text_input::cursor::State"]],["impl RefUnwindSafe for Settings",1,["cosmic::app::settings::Settings"]],["impl RefUnwindSafe for Core",1,["cosmic::app::core::Core"]],["impl RefUnwindSafe for CosmicTk",1,["cosmic::config::CosmicTk"]],["impl RefUnwindSafe for Executor",1,["cosmic::executor::multi::Executor"]],["impl RefUnwindSafe for Executor",1,["cosmic::executor::single::Executor"]],["impl RefUnwindSafe for Theme",1,["cosmic::theme::Theme"]],["impl RefUnwindSafe for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl RefUnwindSafe for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl RefUnwindSafe for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl RefUnwindSafe for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl RefUnwindSafe for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl RefUnwindSafe for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl RefUnwindSafe for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl RefUnwindSafe for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl RefUnwindSafe for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl RefUnwindSafe for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl RefUnwindSafe for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl RefUnwindSafe for Named",1,["cosmic::widget::icon::named::Named"]],["impl RefUnwindSafe for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl RefUnwindSafe for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl RefUnwindSafe for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl RefUnwindSafe for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl RefUnwindSafe for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl RefUnwindSafe for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl RefUnwindSafe for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl RefUnwindSafe for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl RefUnwindSafe for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl RefUnwindSafe for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl RefUnwindSafe for State",1,["cosmic::widget::text_input::input::State"]],["impl RefUnwindSafe for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl RefUnwindSafe for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> RefUnwindSafe for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> !RefUnwindSafe for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> !RefUnwindSafe for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> !RefUnwindSafe for Button<'a, Message>",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> !RefUnwindSafe for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> !RefUnwindSafe for ContextDrawer<'a, Message>",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> !RefUnwindSafe for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> !RefUnwindSafe for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> !RefUnwindSafe for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> !RefUnwindSafe for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> !RefUnwindSafe for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> !RefUnwindSafe for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> !RefUnwindSafe for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> !RefUnwindSafe for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> !RefUnwindSafe for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> !RefUnwindSafe for HeaderBar<'a, Message>",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> !RefUnwindSafe for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> !RefUnwindSafe for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> !RefUnwindSafe for TextInput<'a, Message>",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message> RefUnwindSafe for Warning<'a, Message>
where\n Message: RefUnwindSafe,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message, AppMessage, D> !RefUnwindSafe for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer = Renderer> !RefUnwindSafe for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer = Renderer> !RefUnwindSafe for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> !RefUnwindSafe for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> !RefUnwindSafe for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> !RefUnwindSafe for RectangleTrackingContainer<'a, Message, Renderer, I>",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> !RefUnwindSafe for LayerContainer<'a, Message, Theme, Renderer>",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> !RefUnwindSafe for Builder<'a, Message, Variant>",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> !RefUnwindSafe for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> !RefUnwindSafe for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> !RefUnwindSafe for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> !RefUnwindSafe for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> !RefUnwindSafe for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> !RefUnwindSafe for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> RefUnwindSafe for MenuItem<A, L>
where\n A: RefUnwindSafe,\n L: RefUnwindSafe,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> RefUnwindSafe for DbusActivationDetails<Action, Args>
where\n Action: RefUnwindSafe,\n Args: RefUnwindSafe,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> RefUnwindSafe for Cosmic<App>
where\n App: RefUnwindSafe,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> !RefUnwindSafe for RectangleUpdate<I>",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> !RefUnwindSafe for State<I>",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> !RefUnwindSafe for RectangleTracker<I>",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> RefUnwindSafe for Message<M>
where\n M: RefUnwindSafe,
",1,["cosmic::app::message::Message"]],["impl<Message> !RefUnwindSafe for NavBarToggle<Message>",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> RefUnwindSafe for List<S, Item>
where\n Item: RefUnwindSafe,\n S: RefUnwindSafe,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> RefUnwindSafe for Model<S, Item>
where\n Item: RefUnwindSafe,\n S: RefUnwindSafe,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> !RefUnwindSafe for BuilderEntity<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> !RefUnwindSafe for Model<SelectionMode>",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> !RefUnwindSafe for ModelBuilder<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> RefUnwindSafe for DragOffer<T>
where\n T: RefUnwindSafe,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> RefUnwindSafe for State<T>
where\n T: RefUnwindSafe,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> RefUnwindSafe for Model<T>
where\n T: RefUnwindSafe,
",1,["cosmic::widget::spin_button::model::Model"]]], "cosmic_config":[["impl !RefUnwindSafe for Error",1,["cosmic_config::Error"]],["impl RefUnwindSafe for Config",1,["cosmic_config::Config"]],["impl<'a> RefUnwindSafe for ConfigTransaction<'a>",1,["cosmic_config::ConfigTransaction"]],["impl<T> !RefUnwindSafe for ConfigState<T>",1,["cosmic_config::subscription::ConfigState"]],["impl<T> !RefUnwindSafe for ConfigUpdate<T>",1,["cosmic_config::subscription::ConfigUpdate"]],["impl<T> !RefUnwindSafe for Update<T>",1,["cosmic_config::Update"]]], "cosmic_text":[["impl !RefUnwindSafe for Font",1,["cosmic_text::font::Font"]],["impl !RefUnwindSafe for FontSystem",1,["cosmic_text::font::system::FontSystem"]],["impl RefUnwindSafe for Action",1,["cosmic_text::edit::Action"]],["impl RefUnwindSafe for Affinity",1,["cosmic_text::cursor::Affinity"]],["impl RefUnwindSafe for Align",1,["cosmic_text::layout::Align"]],["impl RefUnwindSafe for FamilyOwned",1,["cosmic_text::attrs::FamilyOwned"]],["impl RefUnwindSafe for LineEnding",1,["cosmic_text::line_ending::LineEnding"]],["impl RefUnwindSafe for Motion",1,["cosmic_text::cursor::Motion"]],["impl RefUnwindSafe for Selection",1,["cosmic_text::edit::Selection"]],["impl RefUnwindSafe for Shaping",1,["cosmic_text::shape::Shaping"]],["impl RefUnwindSafe for SubpixelBin",1,["cosmic_text::glyph_cache::SubpixelBin"]],["impl RefUnwindSafe for Wrap",1,["cosmic_text::layout::Wrap"]],["impl RefUnwindSafe for AttrsList",1,["cosmic_text::attrs::AttrsList"]],["impl RefUnwindSafe for AttrsOwned",1,["cosmic_text::attrs::AttrsOwned"]],["impl RefUnwindSafe for Buffer",1,["cosmic_text::buffer::Buffer"]],["impl RefUnwindSafe for BufferLine",1,["cosmic_text::buffer_line::BufferLine"]],["impl RefUnwindSafe for CacheKey",1,["cosmic_text::glyph_cache::CacheKey"]],["impl RefUnwindSafe for CacheKeyFlags",1,["cosmic_text::glyph_cache::CacheKeyFlags"]],["impl RefUnwindSafe for Change",1,["cosmic_text::edit::Change"]],["impl RefUnwindSafe for ChangeItem",1,["cosmic_text::edit::ChangeItem"]],["impl RefUnwindSafe for Color",1,["cosmic_text::attrs::Color"]],["impl RefUnwindSafe for Cursor",1,["cosmic_text::cursor::Cursor"]],["impl RefUnwindSafe for FontMatchAttrs",1,["cosmic_text::attrs::FontMatchAttrs"]],["impl RefUnwindSafe for FontMatchKey",1,["cosmic_text::font::system::FontMatchKey"]],["impl RefUnwindSafe for LayoutCursor",1,["cosmic_text::cursor::LayoutCursor"]],["impl RefUnwindSafe for LayoutGlyph",1,["cosmic_text::layout::LayoutGlyph"]],["impl RefUnwindSafe for LayoutLine",1,["cosmic_text::layout::LayoutLine"]],["impl RefUnwindSafe for Metrics",1,["cosmic_text::buffer::Metrics"]],["impl RefUnwindSafe for PhysicalGlyph",1,["cosmic_text::layout::PhysicalGlyph"]],["impl RefUnwindSafe for Scroll",1,["cosmic_text::cursor::Scroll"]],["impl RefUnwindSafe for ShapeBuffer",1,["cosmic_text::shape::ShapeBuffer"]],["impl RefUnwindSafe for ShapeGlyph",1,["cosmic_text::shape::ShapeGlyph"]],["impl RefUnwindSafe for ShapeLine",1,["cosmic_text::shape::ShapeLine"]],["impl RefUnwindSafe for ShapeRunCache",1,["cosmic_text::shape_run_cache::ShapeRunCache"]],["impl RefUnwindSafe for ShapeRunKey",1,["cosmic_text::shape_run_cache::ShapeRunKey"]],["impl RefUnwindSafe for ShapeSpan",1,["cosmic_text::shape::ShapeSpan"]],["impl RefUnwindSafe for ShapeWord",1,["cosmic_text::shape::ShapeWord"]],["impl RefUnwindSafe for SwashCache",1,["cosmic_text::swash::SwashCache"]],["impl<'a> RefUnwindSafe for Attrs<'a>",1,["cosmic_text::attrs::Attrs"]],["impl<'a> RefUnwindSafe for LayoutRun<'a>",1,["cosmic_text::buffer::LayoutRun"]],["impl<'a> RefUnwindSafe for LineIter<'a>",1,["cosmic_text::line_ending::LineIter"]],["impl<'a, T> !RefUnwindSafe for BorrowedWithFontSystem<'a, T>",1,["cosmic_text::font::system::BorrowedWithFontSystem"]],["impl<'b> RefUnwindSafe for LayoutRunIter<'b>",1,["cosmic_text::buffer::LayoutRunIter"]],["impl<'buffer> RefUnwindSafe for BufferRef<'buffer>",1,["cosmic_text::edit::BufferRef"]],["impl<'buffer> RefUnwindSafe for Editor<'buffer>",1,["cosmic_text::edit::editor::Editor"]],["impl<'text> RefUnwindSafe for BidiParagraphs<'text>",1,["cosmic_text::bidi_para::BidiParagraphs"]]], "cosmic_theme":[["impl RefUnwindSafe for CosmicPalette",1,["cosmic_theme::model::cosmic_palette::CosmicPalette"]],["impl RefUnwindSafe for Layer",1,["cosmic_theme::model::theme::Layer"]],["impl RefUnwindSafe for Component",1,["cosmic_theme::model::derivation::Component"]],["impl RefUnwindSafe for Container",1,["cosmic_theme::model::derivation::Container"]],["impl RefUnwindSafe for CornerRadii",1,["cosmic_theme::model::corner::CornerRadii"]],["impl RefUnwindSafe for CosmicPaletteInner",1,["cosmic_theme::model::cosmic_palette::CosmicPaletteInner"]],["impl RefUnwindSafe for DARK_PALETTE",1,["cosmic_theme::model::cosmic_palette::DARK_PALETTE"]],["impl RefUnwindSafe for LIGHT_PALETTE",1,["cosmic_theme::model::cosmic_palette::LIGHT_PALETTE"]],["impl RefUnwindSafe for Spacing",1,["cosmic_theme::model::spacing::Spacing"]],["impl RefUnwindSafe for Theme",1,["cosmic_theme::model::theme::Theme"]],["impl RefUnwindSafe for ThemeBuilder",1,["cosmic_theme::model::theme::ThemeBuilder"]],["impl RefUnwindSafe for ThemeMode",1,["cosmic_theme::model::mode::ThemeMode"]]], diff --git a/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js b/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js index 803acc8243d..c3038646b4e 100644 --- a/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js +++ b/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js @@ -19,7 +19,7 @@ "clipboard_wayland":[["impl !UnwindSafe for DndSender",1,["clipboard_wayland::DndSender"]],["impl UnwindSafe for Clipboard",1,["clipboard_wayland::Clipboard"]],["impl UnwindSafe for RectangleWrapper",1,["clipboard_wayland::RectangleWrapper"]]], "clipboard_x11":[["impl !UnwindSafe for Error",1,["clipboard_x11::error::Error"]],["impl UnwindSafe for Atoms",1,["clipboard_x11::Atoms"]],["impl UnwindSafe for Clipboard",1,["clipboard_x11::Clipboard"]],["impl UnwindSafe for Context",1,["clipboard_x11::Context"]],["impl UnwindSafe for Worker",1,["clipboard_x11::Worker"]]], "color_quant":[["impl UnwindSafe for NeuQuant",1,["color_quant::NeuQuant"]]], -"cosmic":[["impl !UnwindSafe for Application",1,["cosmic::theme::style::iced::Application"]],["impl !UnwindSafe for Container",1,["cosmic::theme::style::iced::Container"]],["impl !UnwindSafe for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl !UnwindSafe for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl !UnwindSafe for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl !UnwindSafe for Button",1,["cosmic::theme::style::iced::Button"]],["impl !UnwindSafe for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl !UnwindSafe for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl !UnwindSafe for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl !UnwindSafe for Button",1,["cosmic::theme::style::button::Button"]],["impl !UnwindSafe for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl !UnwindSafe for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl !UnwindSafe for Data",1,["cosmic::widget::icon::handle::Data"]],["impl !UnwindSafe for State",1,["cosmic::widget::color_picker::State"]],["impl !UnwindSafe for State",1,["cosmic::widget::dropdown::menu::State"]],["impl !UnwindSafe for State",1,["cosmic::widget::dropdown::widget::State"]],["impl !UnwindSafe for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl !UnwindSafe for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl !UnwindSafe for Icon",1,["cosmic::widget::icon::Icon"]],["impl UnwindSafe for Message",1,["cosmic::app::cosmic::Message"]],["impl UnwindSafe for Message",1,["cosmic::keyboard_nav::Message"]],["impl UnwindSafe for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl UnwindSafe for Text",1,["cosmic::theme::style::iced::Text"]],["impl UnwindSafe for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl UnwindSafe for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl UnwindSafe for ThemeType",1,["cosmic::theme::ThemeType"]],["impl UnwindSafe for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl UnwindSafe for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl UnwindSafe for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl UnwindSafe for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl UnwindSafe for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl UnwindSafe for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl UnwindSafe for Position",1,["cosmic::widget::popover::Position"]],["impl UnwindSafe for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl UnwindSafe for Typography",1,["cosmic::widget::text::Typography"]],["impl UnwindSafe for State",1,["cosmic::widget::text_input::cursor::State"]],["impl UnwindSafe for Settings",1,["cosmic::app::settings::Settings"]],["impl UnwindSafe for Core",1,["cosmic::app::core::Core"]],["impl UnwindSafe for CosmicTk",1,["cosmic::config::toolkit::CosmicTk"]],["impl UnwindSafe for Executor",1,["cosmic::executor::multi::Executor"]],["impl UnwindSafe for Executor",1,["cosmic::executor::single::Executor"]],["impl UnwindSafe for Theme",1,["cosmic::theme::Theme"]],["impl UnwindSafe for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl UnwindSafe for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl UnwindSafe for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl UnwindSafe for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl UnwindSafe for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl UnwindSafe for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl UnwindSafe for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl UnwindSafe for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl UnwindSafe for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl UnwindSafe for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl UnwindSafe for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl UnwindSafe for Named",1,["cosmic::widget::icon::named::Named"]],["impl UnwindSafe for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl UnwindSafe for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl UnwindSafe for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl UnwindSafe for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl UnwindSafe for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl UnwindSafe for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl UnwindSafe for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl UnwindSafe for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl UnwindSafe for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl UnwindSafe for State",1,["cosmic::widget::text_input::input::State"]],["impl UnwindSafe for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl UnwindSafe for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> !UnwindSafe for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> !UnwindSafe for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> !UnwindSafe for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> !UnwindSafe for Button<'a, Message>",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> !UnwindSafe for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> !UnwindSafe for ContextDrawer<'a, Message>",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> !UnwindSafe for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> !UnwindSafe for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> !UnwindSafe for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> !UnwindSafe for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> !UnwindSafe for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> !UnwindSafe for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> !UnwindSafe for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> !UnwindSafe for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> !UnwindSafe for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> !UnwindSafe for HeaderBar<'a, Message>",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> !UnwindSafe for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> !UnwindSafe for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> !UnwindSafe for TextInput<'a, Message>",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message> UnwindSafe for Warning<'a, Message>
where\n Message: UnwindSafe,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message, AppMessage, D> !UnwindSafe for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer = Renderer> !UnwindSafe for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer = Renderer> !UnwindSafe for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> !UnwindSafe for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> !UnwindSafe for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> !UnwindSafe for RectangleTrackingContainer<'a, Message, Renderer, I>",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> !UnwindSafe for LayerContainer<'a, Message, Theme, Renderer>",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> !UnwindSafe for Builder<'a, Message, Variant>",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> !UnwindSafe for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> !UnwindSafe for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> !UnwindSafe for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> !UnwindSafe for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> !UnwindSafe for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> !UnwindSafe for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> UnwindSafe for MenuItem<A, L>
where\n A: UnwindSafe,\n L: UnwindSafe,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> UnwindSafe for DbusActivationDetails<Action, Args>
where\n Action: UnwindSafe,\n Args: UnwindSafe,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> UnwindSafe for Cosmic<App>
where\n App: UnwindSafe,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> !UnwindSafe for RectangleUpdate<I>",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> !UnwindSafe for State<I>",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> !UnwindSafe for RectangleTracker<I>",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> UnwindSafe for Message<M>
where\n M: UnwindSafe,
",1,["cosmic::app::message::Message"]],["impl<Message> !UnwindSafe for NavBarToggle<Message>",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> UnwindSafe for List<S, Item>
where\n Item: UnwindSafe,\n S: UnwindSafe,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> UnwindSafe for Model<S, Item>
where\n Item: UnwindSafe,\n S: UnwindSafe,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> !UnwindSafe for BuilderEntity<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> !UnwindSafe for Model<SelectionMode>",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> !UnwindSafe for ModelBuilder<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> UnwindSafe for DragOffer<T>
where\n T: UnwindSafe,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> UnwindSafe for State<T>
where\n T: UnwindSafe,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> UnwindSafe for Model<T>
where\n T: UnwindSafe,
",1,["cosmic::widget::spin_button::model::Model"]]], +"cosmic":[["impl !UnwindSafe for Application",1,["cosmic::theme::style::iced::Application"]],["impl !UnwindSafe for Container",1,["cosmic::theme::style::iced::Container"]],["impl !UnwindSafe for ProgressBar",1,["cosmic::theme::style::iced::ProgressBar"]],["impl !UnwindSafe for Rule",1,["cosmic::theme::style::iced::Rule"]],["impl !UnwindSafe for Svg",1,["cosmic::theme::style::iced::Svg"]],["impl !UnwindSafe for Button",1,["cosmic::theme::style::iced::Button"]],["impl !UnwindSafe for Slider",1,["cosmic::theme::style::iced::Slider"]],["impl !UnwindSafe for TextEditor",1,["cosmic::theme::style::iced::TextEditor"]],["impl !UnwindSafe for MenuBarStyle",1,["cosmic::theme::style::menu_bar::MenuBarStyle"]],["impl !UnwindSafe for Button",1,["cosmic::theme::style::button::Button"]],["impl !UnwindSafe for SegmentedButton",1,["cosmic::theme::style::segmented_button::SegmentedButton"]],["impl !UnwindSafe for TextInput",1,["cosmic::theme::style::text_input::TextInput"]],["impl !UnwindSafe for Data",1,["cosmic::widget::icon::handle::Data"]],["impl !UnwindSafe for State",1,["cosmic::widget::color_picker::State"]],["impl !UnwindSafe for State",1,["cosmic::widget::dropdown::menu::State"]],["impl !UnwindSafe for State",1,["cosmic::widget::dropdown::widget::State"]],["impl !UnwindSafe for Handle",1,["cosmic::widget::icon::handle::Handle"]],["impl !UnwindSafe for ColorPickerModel",1,["cosmic::widget::color_picker::ColorPickerModel"]],["impl !UnwindSafe for Icon",1,["cosmic::widget::icon::Icon"]],["impl UnwindSafe for Message",1,["cosmic::app::cosmic::Message"]],["impl UnwindSafe for Density",1,["cosmic::config::Density"]],["impl UnwindSafe for Message",1,["cosmic::keyboard_nav::Message"]],["impl UnwindSafe for Checkbox",1,["cosmic::theme::style::iced::Checkbox"]],["impl UnwindSafe for Text",1,["cosmic::theme::style::iced::Text"]],["impl UnwindSafe for Scrollable",1,["cosmic::theme::style::iced::Scrollable"]],["impl UnwindSafe for TextInput",1,["cosmic::theme::style::iced::TextInput"]],["impl UnwindSafe for ThemeType",1,["cosmic::theme::ThemeType"]],["impl UnwindSafe for ColorPickerUpdate",1,["cosmic::widget::color_picker::ColorPickerUpdate"]],["impl UnwindSafe for IconFallback",1,["cosmic::widget::icon::named::IconFallback"]],["impl UnwindSafe for ItemHeight",1,["cosmic::widget::menu::menu_inner::ItemHeight"]],["impl UnwindSafe for ItemWidth",1,["cosmic::widget::menu::menu_inner::ItemWidth"]],["impl UnwindSafe for PathHighlight",1,["cosmic::widget::menu::menu_inner::PathHighlight"]],["impl UnwindSafe for Modifier",1,["cosmic::widget::menu::key_bind::Modifier"]],["impl UnwindSafe for Position",1,["cosmic::widget::popover::Position"]],["impl UnwindSafe for Message",1,["cosmic::widget::spin_button::model::Message"]],["impl UnwindSafe for Typography",1,["cosmic::widget::text::Typography"]],["impl UnwindSafe for State",1,["cosmic::widget::text_input::cursor::State"]],["impl UnwindSafe for Settings",1,["cosmic::app::settings::Settings"]],["impl UnwindSafe for Core",1,["cosmic::app::core::Core"]],["impl UnwindSafe for CosmicTk",1,["cosmic::config::CosmicTk"]],["impl UnwindSafe for Executor",1,["cosmic::executor::multi::Executor"]],["impl UnwindSafe for Executor",1,["cosmic::executor::single::Executor"]],["impl UnwindSafe for Theme",1,["cosmic::theme::Theme"]],["impl UnwindSafe for Appearance",1,["cosmic::theme::style::menu_bar::Appearance"]],["impl UnwindSafe for COSMIC_DARK",1,["cosmic::theme::COSMIC_DARK"]],["impl UnwindSafe for COSMIC_HC_DARK",1,["cosmic::theme::COSMIC_HC_DARK"]],["impl UnwindSafe for COSMIC_HC_LIGHT",1,["cosmic::theme::COSMIC_HC_LIGHT"]],["impl UnwindSafe for COSMIC_LIGHT",1,["cosmic::theme::COSMIC_LIGHT"]],["impl UnwindSafe for TRANSPARENT_COMPONENT",1,["cosmic::theme::TRANSPARENT_COMPONENT"]],["impl UnwindSafe for Hyperlink",1,["cosmic::widget::button::link::Hyperlink"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::button::style::Appearance"]],["impl UnwindSafe for HSV_RAINBOW",1,["cosmic::widget::color_picker::HSV_RAINBOW"]],["impl UnwindSafe for LocalState",1,["cosmic::widget::context_menu::LocalState"]],["impl UnwindSafe for DragId",1,["cosmic::widget::dnd_destination::DragId"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::dropdown::menu::appearance::Appearance"]],["impl UnwindSafe for Assignment",1,["cosmic::widget::grid::widget::Assignment"]],["impl UnwindSafe for Named",1,["cosmic::widget::icon::named::Named"]],["impl UnwindSafe for KeyBind",1,["cosmic::widget::menu::key_bind::KeyBind"]],["impl UnwindSafe for CloseCondition",1,["cosmic::widget::menu::menu_inner::CloseCondition"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::segmented_button::style::Appearance"]],["impl UnwindSafe for Entity",1,["cosmic::widget::segmented_button::model::Entity"]],["impl UnwindSafe for Id",1,["cosmic::widget::segmented_button::widget::Id"]],["impl UnwindSafe for ItemAppearance",1,["cosmic::widget::segmented_button::style::ItemAppearance"]],["impl UnwindSafe for ItemStatusAppearance",1,["cosmic::widget::segmented_button::style::ItemStatusAppearance"]],["impl UnwindSafe for MultiSelect",1,["cosmic::widget::segmented_button::model::selection::MultiSelect"]],["impl UnwindSafe for SingleSelect",1,["cosmic::widget::segmented_button::model::selection::SingleSelect"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::card::style::Appearance"]],["impl UnwindSafe for Cursor",1,["cosmic::widget::text_input::cursor::Cursor"]],["impl UnwindSafe for Appearance",1,["cosmic::widget::text_input::style::Appearance"]],["impl UnwindSafe for State",1,["cosmic::widget::text_input::input::State"]],["impl UnwindSafe for TextInputString",1,["cosmic::widget::text_input::input::TextInputString"]],["impl UnwindSafe for Value",1,["cosmic::widget::text_input::value::Value"]],["impl<'a> !UnwindSafe for Editor<'a>",1,["cosmic::widget::text_input::editor::Editor"]],["impl<'a, 'b, Message, Renderer> !UnwindSafe for Overlay<'a, 'b, Message, Renderer>",1,["cosmic::widget::popover::Overlay"]],["impl<'a, M> !UnwindSafe for Calendar<'a, M>",1,["cosmic::widget::calendar::Calendar"]],["impl<'a, Message> !UnwindSafe for Button<'a, Message>",1,["cosmic::widget::button::widget::Button"]],["impl<'a, Message> !UnwindSafe for ColorPickerBuilder<'a, Message>",1,["cosmic::widget::color_picker::ColorPickerBuilder"]],["impl<'a, Message> !UnwindSafe for ContextDrawer<'a, Message>",1,["cosmic::widget::context_drawer::widget::ContextDrawer"]],["impl<'a, Message> !UnwindSafe for NavBar<'a, Message>",1,["cosmic::widget::nav_bar::NavBar"]],["impl<'a, Message> !UnwindSafe for Item<'a, Message>",1,["cosmic::widget::settings::item::Item"]],["impl<'a, Message> !UnwindSafe for Section<'a, Message>",1,["cosmic::widget::settings::section::Section"]],["impl<'a, Message> !UnwindSafe for ColorPicker<'a, Message>",1,["cosmic::widget::color_picker::ColorPicker"]],["impl<'a, Message> !UnwindSafe for ContextMenu<'a, Message>",1,["cosmic::widget::context_menu::ContextMenu"]],["impl<'a, Message> !UnwindSafe for Dialog<'a, Message>",1,["cosmic::widget::dialog::Dialog"]],["impl<'a, Message> !UnwindSafe for DndDestination<'a, Message>",1,["cosmic::widget::dnd_destination::DndDestination"]],["impl<'a, Message> !UnwindSafe for FlexRow<'a, Message>",1,["cosmic::widget::flex_row::widget::FlexRow"]],["impl<'a, Message> !UnwindSafe for Grid<'a, Message>",1,["cosmic::widget::grid::widget::Grid"]],["impl<'a, Message> !UnwindSafe for HeaderBar<'a, Message>",1,["cosmic::widget::header_bar::HeaderBar"]],["impl<'a, Message> !UnwindSafe for ListColumn<'a, Message>",1,["cosmic::widget::list::column::ListColumn"]],["impl<'a, Message> !UnwindSafe for SpinButton<'a, Message>",1,["cosmic::widget::spin_button::SpinButton"]],["impl<'a, Message> !UnwindSafe for TextInput<'a, Message>",1,["cosmic::widget::text_input::input::TextInput"]],["impl<'a, Message> UnwindSafe for Warning<'a, Message>
where\n Message: UnwindSafe,
",1,["cosmic::widget::warning::Warning"]],["impl<'a, Message, AppMessage, D> !UnwindSafe for DndSource<'a, Message, AppMessage, D>",1,["cosmic::widget::dnd_source::DndSource"]],["impl<'a, Message, Renderer = Renderer> !UnwindSafe for MenuBar<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_bar::MenuBar"]],["impl<'a, Message, Renderer = Renderer> !UnwindSafe for MenuTree<'a, Message, Renderer>",1,["cosmic::widget::menu::menu_tree::MenuTree"]],["impl<'a, Message, Renderer> !UnwindSafe for AspectRatio<'a, Message, Renderer>",1,["cosmic::widget::aspect_ratio::AspectRatio"]],["impl<'a, Message, Renderer> !UnwindSafe for Popover<'a, Message, Renderer>",1,["cosmic::widget::popover::Popover"]],["impl<'a, Message, Renderer, I> !UnwindSafe for RectangleTrackingContainer<'a, Message, Renderer, I>",1,["cosmic::widget::rectangle_tracker::RectangleTrackingContainer"]],["impl<'a, Message, Theme, Renderer> !UnwindSafe for LayerContainer<'a, Message, Theme, Renderer>",1,["cosmic::widget::layer_container::LayerContainer"]],["impl<'a, Message, Variant> !UnwindSafe for Builder<'a, Message, Variant>",1,["cosmic::widget::button::Builder"]],["impl<'a, S, Item, Message> !UnwindSafe for Menu<'a, S, Item, Message>",1,["cosmic::widget::dropdown::multi::menu::Menu"]],["impl<'a, S, Message> !UnwindSafe for Menu<'a, S, Message>",1,["cosmic::widget::dropdown::menu::Menu"]],["impl<'a, S, Message> !UnwindSafe for Dropdown<'a, S, Message>",1,["cosmic::widget::dropdown::widget::Dropdown"]],["impl<'a, S, Message, Item> !UnwindSafe for Dropdown<'a, S, Message, Item>",1,["cosmic::widget::dropdown::multi::widget::Dropdown"]],["impl<'a, SelectionMode> !UnwindSafe for EntityMut<'a, SelectionMode>",1,["cosmic::widget::segmented_button::model::entity::EntityMut"]],["impl<'a, Variant, SelectionMode, Message> !UnwindSafe for SegmentedButton<'a, Variant, SelectionMode, Message>",1,["cosmic::widget::segmented_button::widget::SegmentedButton"]],["impl<A, L> UnwindSafe for MenuItem<A, L>
where\n A: UnwindSafe,\n L: UnwindSafe,
",1,["cosmic::widget::menu::menu_tree::MenuItem"]],["impl<Action, Args> UnwindSafe for DbusActivationDetails<Action, Args>
where\n Action: UnwindSafe,\n Args: UnwindSafe,
",1,["cosmic::app::DbusActivationDetails"]],["impl<App> UnwindSafe for Cosmic<App>
where\n App: UnwindSafe,
",1,["cosmic::app::cosmic::Cosmic"]],["impl<I> !UnwindSafe for RectangleUpdate<I>",1,["cosmic::widget::rectangle_tracker::subscription::RectangleUpdate"]],["impl<I> !UnwindSafe for State<I>",1,["cosmic::widget::rectangle_tracker::subscription::State"]],["impl<I> !UnwindSafe for RectangleTracker<I>",1,["cosmic::widget::rectangle_tracker::RectangleTracker"]],["impl<M> UnwindSafe for Message<M>
where\n M: UnwindSafe,
",1,["cosmic::app::message::Message"]],["impl<Message> !UnwindSafe for NavBarToggle<Message>",1,["cosmic::widget::nav_bar_toggle::NavBarToggle"]],["impl<S, Item> UnwindSafe for List<S, Item>
where\n Item: UnwindSafe,\n S: UnwindSafe,
",1,["cosmic::widget::dropdown::multi::model::List"]],["impl<S, Item> UnwindSafe for Model<S, Item>
where\n Item: UnwindSafe,\n S: UnwindSafe,
",1,["cosmic::widget::dropdown::multi::model::Model"]],["impl<SelectionMode> !UnwindSafe for BuilderEntity<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::BuilderEntity"]],["impl<SelectionMode> !UnwindSafe for Model<SelectionMode>",1,["cosmic::widget::segmented_button::model::Model"]],["impl<SelectionMode> !UnwindSafe for ModelBuilder<SelectionMode>",1,["cosmic::widget::segmented_button::model::builder::ModelBuilder"]],["impl<T> UnwindSafe for DragOffer<T>
where\n T: UnwindSafe,
",1,["cosmic::widget::dnd_destination::DragOffer"]],["impl<T> UnwindSafe for State<T>
where\n T: UnwindSafe,
",1,["cosmic::widget::dnd_destination::State"]],["impl<T> UnwindSafe for Model<T>
where\n T: UnwindSafe,
",1,["cosmic::widget::spin_button::model::Model"]]], "cosmic_config":[["impl !UnwindSafe for Error",1,["cosmic_config::Error"]],["impl UnwindSafe for Config",1,["cosmic_config::Config"]],["impl<'a> UnwindSafe for ConfigTransaction<'a>",1,["cosmic_config::ConfigTransaction"]],["impl<T> !UnwindSafe for ConfigState<T>",1,["cosmic_config::subscription::ConfigState"]],["impl<T> !UnwindSafe for ConfigUpdate<T>",1,["cosmic_config::subscription::ConfigUpdate"]],["impl<T> !UnwindSafe for Update<T>",1,["cosmic_config::Update"]]], "cosmic_text":[["impl !UnwindSafe for Font",1,["cosmic_text::font::Font"]],["impl !UnwindSafe for FontSystem",1,["cosmic_text::font::system::FontSystem"]],["impl UnwindSafe for Action",1,["cosmic_text::edit::Action"]],["impl UnwindSafe for Affinity",1,["cosmic_text::cursor::Affinity"]],["impl UnwindSafe for Align",1,["cosmic_text::layout::Align"]],["impl UnwindSafe for FamilyOwned",1,["cosmic_text::attrs::FamilyOwned"]],["impl UnwindSafe for LineEnding",1,["cosmic_text::line_ending::LineEnding"]],["impl UnwindSafe for Motion",1,["cosmic_text::cursor::Motion"]],["impl UnwindSafe for Selection",1,["cosmic_text::edit::Selection"]],["impl UnwindSafe for Shaping",1,["cosmic_text::shape::Shaping"]],["impl UnwindSafe for SubpixelBin",1,["cosmic_text::glyph_cache::SubpixelBin"]],["impl UnwindSafe for Wrap",1,["cosmic_text::layout::Wrap"]],["impl UnwindSafe for AttrsList",1,["cosmic_text::attrs::AttrsList"]],["impl UnwindSafe for AttrsOwned",1,["cosmic_text::attrs::AttrsOwned"]],["impl UnwindSafe for Buffer",1,["cosmic_text::buffer::Buffer"]],["impl UnwindSafe for BufferLine",1,["cosmic_text::buffer_line::BufferLine"]],["impl UnwindSafe for CacheKey",1,["cosmic_text::glyph_cache::CacheKey"]],["impl UnwindSafe for CacheKeyFlags",1,["cosmic_text::glyph_cache::CacheKeyFlags"]],["impl UnwindSafe for Change",1,["cosmic_text::edit::Change"]],["impl UnwindSafe for ChangeItem",1,["cosmic_text::edit::ChangeItem"]],["impl UnwindSafe for Color",1,["cosmic_text::attrs::Color"]],["impl UnwindSafe for Cursor",1,["cosmic_text::cursor::Cursor"]],["impl UnwindSafe for FontMatchAttrs",1,["cosmic_text::attrs::FontMatchAttrs"]],["impl UnwindSafe for FontMatchKey",1,["cosmic_text::font::system::FontMatchKey"]],["impl UnwindSafe for LayoutCursor",1,["cosmic_text::cursor::LayoutCursor"]],["impl UnwindSafe for LayoutGlyph",1,["cosmic_text::layout::LayoutGlyph"]],["impl UnwindSafe for LayoutLine",1,["cosmic_text::layout::LayoutLine"]],["impl UnwindSafe for Metrics",1,["cosmic_text::buffer::Metrics"]],["impl UnwindSafe for PhysicalGlyph",1,["cosmic_text::layout::PhysicalGlyph"]],["impl UnwindSafe for Scroll",1,["cosmic_text::cursor::Scroll"]],["impl UnwindSafe for ShapeBuffer",1,["cosmic_text::shape::ShapeBuffer"]],["impl UnwindSafe for ShapeGlyph",1,["cosmic_text::shape::ShapeGlyph"]],["impl UnwindSafe for ShapeLine",1,["cosmic_text::shape::ShapeLine"]],["impl UnwindSafe for ShapeRunCache",1,["cosmic_text::shape_run_cache::ShapeRunCache"]],["impl UnwindSafe for ShapeRunKey",1,["cosmic_text::shape_run_cache::ShapeRunKey"]],["impl UnwindSafe for ShapeSpan",1,["cosmic_text::shape::ShapeSpan"]],["impl UnwindSafe for ShapeWord",1,["cosmic_text::shape::ShapeWord"]],["impl UnwindSafe for SwashCache",1,["cosmic_text::swash::SwashCache"]],["impl<'a> UnwindSafe for Attrs<'a>",1,["cosmic_text::attrs::Attrs"]],["impl<'a> UnwindSafe for LayoutRun<'a>",1,["cosmic_text::buffer::LayoutRun"]],["impl<'a> UnwindSafe for LineIter<'a>",1,["cosmic_text::line_ending::LineIter"]],["impl<'a, T> !UnwindSafe for BorrowedWithFontSystem<'a, T>",1,["cosmic_text::font::system::BorrowedWithFontSystem"]],["impl<'b> UnwindSafe for LayoutRunIter<'b>",1,["cosmic_text::buffer::LayoutRunIter"]],["impl<'buffer> !UnwindSafe for BufferRef<'buffer>",1,["cosmic_text::edit::BufferRef"]],["impl<'buffer> !UnwindSafe for Editor<'buffer>",1,["cosmic_text::edit::editor::Editor"]],["impl<'text> UnwindSafe for BidiParagraphs<'text>",1,["cosmic_text::bidi_para::BidiParagraphs"]]], "cosmic_theme":[["impl UnwindSafe for CosmicPalette",1,["cosmic_theme::model::cosmic_palette::CosmicPalette"]],["impl UnwindSafe for Layer",1,["cosmic_theme::model::theme::Layer"]],["impl UnwindSafe for Component",1,["cosmic_theme::model::derivation::Component"]],["impl UnwindSafe for Container",1,["cosmic_theme::model::derivation::Container"]],["impl UnwindSafe for CornerRadii",1,["cosmic_theme::model::corner::CornerRadii"]],["impl UnwindSafe for CosmicPaletteInner",1,["cosmic_theme::model::cosmic_palette::CosmicPaletteInner"]],["impl UnwindSafe for DARK_PALETTE",1,["cosmic_theme::model::cosmic_palette::DARK_PALETTE"]],["impl UnwindSafe for LIGHT_PALETTE",1,["cosmic_theme::model::cosmic_palette::LIGHT_PALETTE"]],["impl UnwindSafe for Spacing",1,["cosmic_theme::model::spacing::Spacing"]],["impl UnwindSafe for Theme",1,["cosmic_theme::model::theme::Theme"]],["impl UnwindSafe for ThemeBuilder",1,["cosmic_theme::model::theme::ThemeBuilder"]],["impl UnwindSafe for ThemeMode",1,["cosmic_theme::model::mode::ThemeMode"]]], diff --git a/trait.impl/serde/de/trait.Deserialize.js b/trait.impl/serde/de/trait.Deserialize.js index 985c0909500..522693bbc5e 100644 --- a/trait.impl/serde/de/trait.Deserialize.js +++ b/trait.impl/serde/de/trait.Deserialize.js @@ -1,4 +1,5 @@ (function() {var implementors = { +"cosmic":[["impl<'de> Deserialize<'de> for Density"]], "cosmic_theme":[["impl<'de> Deserialize<'de> for CosmicPalette"],["impl<'de> Deserialize<'de> for Layer"],["impl<'de> Deserialize<'de> for Component"],["impl<'de> Deserialize<'de> for Container"],["impl<'de> Deserialize<'de> for CornerRadii"],["impl<'de> Deserialize<'de> for CosmicPaletteInner"],["impl<'de> Deserialize<'de> for Spacing"],["impl<'de> Deserialize<'de> for Theme"],["impl<'de> Deserialize<'de> for ThemeBuilder"]], "csscolorparser":[["impl<'de> Deserialize<'de> for Color"]], "iced_core":[["impl<'de> Deserialize<'de> for Named"],["impl<'de, C> Deserialize<'de> for Key<C>
where\n C: Deserialize<'de>,
"]], diff --git a/trait.impl/serde/ser/trait.Serialize.js b/trait.impl/serde/ser/trait.Serialize.js index 8b16d3fa496..190de0abcd6 100644 --- a/trait.impl/serde/ser/trait.Serialize.js +++ b/trait.impl/serde/ser/trait.Serialize.js @@ -1,4 +1,5 @@ (function() {var implementors = { +"cosmic":[["impl Serialize for Density"]], "cosmic_theme":[["impl Serialize for CosmicPalette"],["impl Serialize for Layer"],["impl Serialize for Component"],["impl Serialize for Container"],["impl Serialize for CornerRadii"],["impl Serialize for CosmicPaletteInner"],["impl Serialize for Spacing"],["impl Serialize for Theme"],["impl Serialize for ThemeBuilder"]], "csscolorparser":[["impl Serialize for Color"]], "iced_core":[["impl Serialize for Named"],["impl<C> Serialize for Key<C>
where\n C: Serialize,
"]], diff --git a/usvg/fontdb/enum.Language.html b/usvg/fontdb/enum.Language.html index 3540d8f33e7..0dff1fbdd7e 100644 --- a/usvg/fontdb/enum.Language.html +++ b/usvg/fontdb/enum.Language.html @@ -1,5 +1,5 @@ Language in usvg::fontdb - Rust -

Enum usvg::fontdb::Language

source ·
pub enum Language {
+    

Enum usvg::fontdb::Language

pub enum Language {
 
Show 206 variants Unknown = 0, Afrikaans_SouthAfrica = 1, Albanian_Albania = 2, @@ -206,14 +206,14 @@ Yakut_Russia = 203, Yi_PRC = 204, Yoruba_Nigeria = 205, -
}
Expand description

A Name language.

+
}
Expand description

Variants§

§

Unknown = 0

§

Afrikaans_SouthAfrica = 1

§

Albanian_Albania = 2

§

Alsatian_France = 3

§

Amharic_Ethiopia = 4

§

Arabic_Algeria = 5

§

Arabic_Bahrain = 6

§

Arabic_Egypt = 7

§

Arabic_Iraq = 8

§

Arabic_Jordan = 9

§

Arabic_Kuwait = 10

§

Arabic_Lebanon = 11

§

Arabic_Libya = 12

§

Arabic_Morocco = 13

§

Arabic_Oman = 14

§

Arabic_Qatar = 15

§

Arabic_SaudiArabia = 16

§

Arabic_Syria = 17

§

Arabic_Tunisia = 18

§

Arabic_UAE = 19

§

Arabic_Yemen = 20

§

Armenian_Armenia = 21

§

Assamese_India = 22

§

Azeri_Cyrillic_Azerbaijan = 23

§

Azeri_Latin_Azerbaijan = 24

§

Bashkir_Russia = 25

§

Basque_Basque = 26

§

Belarusian_Belarus = 27

§

Bengali_Bangladesh = 28

§

Bengali_India = 29

§

Bosnian_Cyrillic_BosniaAndHerzegovina = 30

§

Bosnian_Latin_BosniaAndHerzegovina = 31

§

Breton_France = 32

§

Bulgarian_Bulgaria = 33

§

Catalan_Catalan = 34

§

Chinese_HongKongSAR = 35

§

Chinese_MacaoSAR = 36

§

Chinese_PeoplesRepublicOfChina = 37

§

Chinese_Singapore = 38

§

Chinese_Taiwan = 39

§

Corsican_France = 40

§

Croatian_Croatia = 41

§

Croatian_Latin_BosniaAndHerzegovina = 42

§

Czech_CzechRepublic = 43

§

Danish_Denmark = 44

§

Dari_Afghanistan = 45

§

Divehi_Maldives = 46

§

Dutch_Belgium = 47

§

Dutch_Netherlands = 48

§

English_Australia = 49

§

English_Belize = 50

§

English_Canada = 51

§

English_Caribbean = 52

§

English_India = 53

§

English_Ireland = 54

§

English_Jamaica = 55

§

English_Malaysia = 56

§

English_NewZealand = 57

§

English_RepublicOfThePhilippines = 58

§

English_Singapore = 59

§

English_SouthAfrica = 60

§

English_TrinidadAndTobago = 61

§

English_UnitedKingdom = 62

§

English_UnitedStates = 63

§

English_Zimbabwe = 64

§

Estonian_Estonia = 65

§

Faroese_FaroeIslands = 66

§

Filipino_Philippines = 67

§

Finnish_Finland = 68

§

French_Belgium = 69

§

French_Canada = 70

§

French_France = 71

§

French_Luxembourg = 72

§

French_PrincipalityOfMonaco = 73

§

French_Switzerland = 74

§

Frisian_Netherlands = 75

§

Galician_Galician = 76

§

Georgian_Georgia = 77

§

German_Austria = 78

§

German_Germany = 79

§

German_Liechtenstein = 80

§

German_Luxembourg = 81

§

German_Switzerland = 82

§

Greek_Greece = 83

§

Greenlandic_Greenland = 84

§

Gujarati_India = 85

§

Hausa_Latin_Nigeria = 86

§

Hebrew_Israel = 87

§

Hindi_India = 88

§

Hungarian_Hungary = 89

§

Icelandic_Iceland = 90

§

Igbo_Nigeria = 91

§

Indonesian_Indonesia = 92

§

Inuktitut_Canada = 93

§

Inuktitut_Latin_Canada = 94

§

Irish_Ireland = 95

§

isiXhosa_SouthAfrica = 96

§

isiZulu_SouthAfrica = 97

§

Italian_Italy = 98

§

Italian_Switzerland = 99

§

Japanese_Japan = 100

§

Kannada_India = 101

§

Kazakh_Kazakhstan = 102

§

Khmer_Cambodia = 103

§

Kiche_Guatemala = 104

§

Kinyarwanda_Rwanda = 105

§

Kiswahili_Kenya = 106

§

Konkani_India = 107

§

Korean_Korea = 108

§

Kyrgyz_Kyrgyzstan = 109

§

Lao_LaoPDR = 110

§

Latvian_Latvia = 111

§

Lithuanian_Lithuania = 112

§

LowerSorbian_Germany = 113

§

Luxembourgish_Luxembourg = 114

§

Macedonian_NorthMacedonia = 115

§

Malay_BruneiDarussalam = 116

§

Malay_Malaysia = 117

§

Malayalam_India = 118

§

Maltese_Malta = 119

§

Maori_NewZealand = 120

§

Mapudungun_Chile = 121

§

Marathi_India = 122

§

Mohawk_Mohawk = 123

§

Mongolian_Cyrillic_Mongolia = 124

§

Mongolian_Traditional_PeoplesRepublicOfChina = 125

§

Nepali_Nepal = 126

§

Norwegian_Bokmal_Norway = 127

§

Norwegian_Nynorsk_Norway = 128

§

Occitan_France = 129

§

Odia_India = 130

§

Pashto_Afghanistan = 131

§

Polish_Poland = 132

§

Portuguese_Brazil = 133

§

Portuguese_Portugal = 134

§

Punjabi_India = 135

§

Quechua_Bolivia = 136

§

Quechua_Ecuador = 137

§

Quechua_Peru = 138

§

Romanian_Romania = 139

§

Romansh_Switzerland = 140

§

Russian_Russia = 141

§

Sami_Inari_Finland = 142

§

Sami_Lule_Norway = 143

§

Sami_Lule_Sweden = 144

§

Sami_Northern_Finland = 145

§

Sami_Northern_Norway = 146

§

Sami_Northern_Sweden = 147

§

Sami_Skolt_Finland = 148

§

Sami_Southern_Norway = 149

§

Sami_Southern_Sweden = 150

§

Sanskrit_India = 151

§

Serbian_Cyrillic_BosniaAndHerzegovina = 152

§

Serbian_Cyrillic_Serbia = 153

§

Serbian_Latin_BosniaAndHerzegovina = 154

§

Serbian_Latin_Serbia = 155

§

SesothoSaLeboa_SouthAfrica = 156

§

Setswana_SouthAfrica = 157

§

Sinhala_SriLanka = 158

§

Slovak_Slovakia = 159

§

Slovenian_Slovenia = 160

§

Spanish_Argentina = 161

§

Spanish_Bolivia = 162

§

Spanish_Chile = 163

§

Spanish_Colombia = 164

§

Spanish_CostaRica = 165

§

Spanish_DominicanRepublic = 166

§

Spanish_Ecuador = 167

§

Spanish_ElSalvador = 168

§

Spanish_Guatemala = 169

§

Spanish_Honduras = 170

§

Spanish_Mexico = 171

§

Spanish_Nicaragua = 172

§

Spanish_Panama = 173

§

Spanish_Paraguay = 174

§

Spanish_Peru = 175

§

Spanish_PuertoRico = 176

§

Spanish_ModernSort_Spain = 177

§

Spanish_TraditionalSort_Spain = 178

§

Spanish_UnitedStates = 179

§

Spanish_Uruguay = 180

§

Spanish_Venezuela = 181

§

Swedish_Finland = 182

§

Swedish_Sweden = 183

§

Syriac_Syria = 184

§

Tajik_Cyrillic_Tajikistan = 185

§

Tamazight_Latin_Algeria = 186

§

Tamil_India = 187

§

Tatar_Russia = 188

§

Telugu_India = 189

§

Thai_Thailand = 190

§

Tibetan_PRC = 191

§

Turkish_Turkey = 192

§

Turkmen_Turkmenistan = 193

§

Uighur_PRC = 194

§

Ukrainian_Ukraine = 195

§

UpperSorbian_Germany = 196

§

Urdu_IslamicRepublicOfPakistan = 197

§

Uzbek_Cyrillic_Uzbekistan = 198

§

Uzbek_Latin_Uzbekistan = 199

§

Vietnamese_Vietnam = 200

§

Welsh_UnitedKingdom = 201

§

Wolof_Senegal = 202

§

Yakut_Russia = 203

§

Yi_PRC = 204

§

Yoruba_Nigeria = 205

Implementations§

source§

impl Language

source

pub fn primary_language(&self) -> &'static str

Returns the primary language.

-
source

pub fn region(&self) -> &'static str

Returns a language region.

-

Trait Implementations§

source§

impl Clone for Language

source§

fn clone(&self) -> Language

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Language

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Display for Language

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl PartialEq for Language

source§

fn eq(&self, other: &Language) -> bool

This method tests for self and other values to be equal, and is used +

Variants§

§

Unknown = 0

§

Afrikaans_SouthAfrica = 1

§

Albanian_Albania = 2

§

Alsatian_France = 3

§

Amharic_Ethiopia = 4

§

Arabic_Algeria = 5

§

Arabic_Bahrain = 6

§

Arabic_Egypt = 7

§

Arabic_Iraq = 8

§

Arabic_Jordan = 9

§

Arabic_Kuwait = 10

§

Arabic_Lebanon = 11

§

Arabic_Libya = 12

§

Arabic_Morocco = 13

§

Arabic_Oman = 14

§

Arabic_Qatar = 15

§

Arabic_SaudiArabia = 16

§

Arabic_Syria = 17

§

Arabic_Tunisia = 18

§

Arabic_UAE = 19

§

Arabic_Yemen = 20

§

Armenian_Armenia = 21

§

Assamese_India = 22

§

Azeri_Cyrillic_Azerbaijan = 23

§

Azeri_Latin_Azerbaijan = 24

§

Bashkir_Russia = 25

§

Basque_Basque = 26

§

Belarusian_Belarus = 27

§

Bengali_Bangladesh = 28

§

Bengali_India = 29

§

Bosnian_Cyrillic_BosniaAndHerzegovina = 30

§

Bosnian_Latin_BosniaAndHerzegovina = 31

§

Breton_France = 32

§

Bulgarian_Bulgaria = 33

§

Catalan_Catalan = 34

§

Chinese_HongKongSAR = 35

§

Chinese_MacaoSAR = 36

§

Chinese_PeoplesRepublicOfChina = 37

§

Chinese_Singapore = 38

§

Chinese_Taiwan = 39

§

Corsican_France = 40

§

Croatian_Croatia = 41

§

Croatian_Latin_BosniaAndHerzegovina = 42

§

Czech_CzechRepublic = 43

§

Danish_Denmark = 44

§

Dari_Afghanistan = 45

§

Divehi_Maldives = 46

§

Dutch_Belgium = 47

§

Dutch_Netherlands = 48

§

English_Australia = 49

§

English_Belize = 50

§

English_Canada = 51

§

English_Caribbean = 52

§

English_India = 53

§

English_Ireland = 54

§

English_Jamaica = 55

§

English_Malaysia = 56

§

English_NewZealand = 57

§

English_RepublicOfThePhilippines = 58

§

English_Singapore = 59

§

English_SouthAfrica = 60

§

English_TrinidadAndTobago = 61

§

English_UnitedKingdom = 62

§

English_UnitedStates = 63

§

English_Zimbabwe = 64

§

Estonian_Estonia = 65

§

Faroese_FaroeIslands = 66

§

Filipino_Philippines = 67

§

Finnish_Finland = 68

§

French_Belgium = 69

§

French_Canada = 70

§

French_France = 71

§

French_Luxembourg = 72

§

French_PrincipalityOfMonaco = 73

§

French_Switzerland = 74

§

Frisian_Netherlands = 75

§

Galician_Galician = 76

§

Georgian_Georgia = 77

§

German_Austria = 78

§

German_Germany = 79

§

German_Liechtenstein = 80

§

German_Luxembourg = 81

§

German_Switzerland = 82

§

Greek_Greece = 83

§

Greenlandic_Greenland = 84

§

Gujarati_India = 85

§

Hausa_Latin_Nigeria = 86

§

Hebrew_Israel = 87

§

Hindi_India = 88

§

Hungarian_Hungary = 89

§

Icelandic_Iceland = 90

§

Igbo_Nigeria = 91

§

Indonesian_Indonesia = 92

§

Inuktitut_Canada = 93

§

Inuktitut_Latin_Canada = 94

§

Irish_Ireland = 95

§

isiXhosa_SouthAfrica = 96

§

isiZulu_SouthAfrica = 97

§

Italian_Italy = 98

§

Italian_Switzerland = 99

§

Japanese_Japan = 100

§

Kannada_India = 101

§

Kazakh_Kazakhstan = 102

§

Khmer_Cambodia = 103

§

Kiche_Guatemala = 104

§

Kinyarwanda_Rwanda = 105

§

Kiswahili_Kenya = 106

§

Konkani_India = 107

§

Korean_Korea = 108

§

Kyrgyz_Kyrgyzstan = 109

§

Lao_LaoPDR = 110

§

Latvian_Latvia = 111

§

Lithuanian_Lithuania = 112

§

LowerSorbian_Germany = 113

§

Luxembourgish_Luxembourg = 114

§

Macedonian_NorthMacedonia = 115

§

Malay_BruneiDarussalam = 116

§

Malay_Malaysia = 117

§

Malayalam_India = 118

§

Maltese_Malta = 119

§

Maori_NewZealand = 120

§

Mapudungun_Chile = 121

§

Marathi_India = 122

§

Mohawk_Mohawk = 123

§

Mongolian_Cyrillic_Mongolia = 124

§

Mongolian_Traditional_PeoplesRepublicOfChina = 125

§

Nepali_Nepal = 126

§

Norwegian_Bokmal_Norway = 127

§

Norwegian_Nynorsk_Norway = 128

§

Occitan_France = 129

§

Odia_India = 130

§

Pashto_Afghanistan = 131

§

Polish_Poland = 132

§

Portuguese_Brazil = 133

§

Portuguese_Portugal = 134

§

Punjabi_India = 135

§

Quechua_Bolivia = 136

§

Quechua_Ecuador = 137

§

Quechua_Peru = 138

§

Romanian_Romania = 139

§

Romansh_Switzerland = 140

§

Russian_Russia = 141

§

Sami_Inari_Finland = 142

§

Sami_Lule_Norway = 143

§

Sami_Lule_Sweden = 144

§

Sami_Northern_Finland = 145

§

Sami_Northern_Norway = 146

§

Sami_Northern_Sweden = 147

§

Sami_Skolt_Finland = 148

§

Sami_Southern_Norway = 149

§

Sami_Southern_Sweden = 150

§

Sanskrit_India = 151

§

Serbian_Cyrillic_BosniaAndHerzegovina = 152

§

Serbian_Cyrillic_Serbia = 153

§

Serbian_Latin_BosniaAndHerzegovina = 154

§

Serbian_Latin_Serbia = 155

§

SesothoSaLeboa_SouthAfrica = 156

§

Setswana_SouthAfrica = 157

§

Sinhala_SriLanka = 158

§

Slovak_Slovakia = 159

§

Slovenian_Slovenia = 160

§

Spanish_Argentina = 161

§

Spanish_Bolivia = 162

§

Spanish_Chile = 163

§

Spanish_Colombia = 164

§

Spanish_CostaRica = 165

§

Spanish_DominicanRepublic = 166

§

Spanish_Ecuador = 167

§

Spanish_ElSalvador = 168

§

Spanish_Guatemala = 169

§

Spanish_Honduras = 170

§

Spanish_Mexico = 171

§

Spanish_Nicaragua = 172

§

Spanish_Panama = 173

§

Spanish_Paraguay = 174

§

Spanish_Peru = 175

§

Spanish_PuertoRico = 176

§

Spanish_ModernSort_Spain = 177

§

Spanish_TraditionalSort_Spain = 178

§

Spanish_UnitedStates = 179

§

Spanish_Uruguay = 180

§

Spanish_Venezuela = 181

§

Swedish_Finland = 182

§

Swedish_Sweden = 183

§

Syriac_Syria = 184

§

Tajik_Cyrillic_Tajikistan = 185

§

Tamazight_Latin_Algeria = 186

§

Tamil_India = 187

§

Tatar_Russia = 188

§

Telugu_India = 189

§

Thai_Thailand = 190

§

Tibetan_PRC = 191

§

Turkish_Turkey = 192

§

Turkmen_Turkmenistan = 193

§

Uighur_PRC = 194

§

Ukrainian_Ukraine = 195

§

UpperSorbian_Germany = 196

§

Urdu_IslamicRepublicOfPakistan = 197

§

Uzbek_Cyrillic_Uzbekistan = 198

§

Uzbek_Latin_Uzbekistan = 199

§

Vietnamese_Vietnam = 200

§

Welsh_UnitedKingdom = 201

§

Wolof_Senegal = 202

§

Yakut_Russia = 203

§

Yi_PRC = 204

§

Yoruba_Nigeria = 205

Implementations§

§

impl Language

pub fn primary_language(&self) -> &'static str

Returns the primary language.

+

pub fn region(&self) -> &'static str

Returns a language region.

+

Trait Implementations§

§

impl Clone for Language

§

fn clone(&self) -> Language

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Language

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Language

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl PartialEq for Language

§

fn eq(&self, other: &Language) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl Copy for Language

source§

impl Eq for Language

source§

impl StructuralPartialEq for Language

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

§

impl Copy for Language

§

impl Eq for Language

§

impl StructuralPartialEq for Language

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/usvg/fontdb/enum.Stretch.html b/usvg/fontdb/enum.Stretch.html index 3f23dae4260..e7b347fc81c 100644 --- a/usvg/fontdb/enum.Stretch.html +++ b/usvg/fontdb/enum.Stretch.html @@ -1,5 +1,5 @@ Stretch in usvg::fontdb - Rust -

Enum usvg::fontdb::Stretch

source ·
pub enum Stretch {
+    

Enum usvg::fontdb::Stretch

pub enum Stretch {
     UltraCondensed,
     ExtraCondensed,
     Condensed,
@@ -10,18 +10,18 @@
     ExtraExpanded,
     UltraExpanded,
 }
Expand description

A face width.

-

Variants§

§

UltraCondensed

§

ExtraCondensed

§

Condensed

§

SemiCondensed

§

Normal

§

SemiExpanded

§

Expanded

§

ExtraExpanded

§

UltraExpanded

Implementations§

source§

impl Width

source

pub fn to_number(self) -> u16

Returns a numeric representation of a width.

-

Trait Implementations§

source§

impl Clone for Width

source§

fn clone(&self) -> Width

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Width

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Default for Width

source§

fn default() -> Width

Returns the “default value” for a type. Read more
source§

impl Hash for Width

source§

fn hash<__H>(&self, state: &mut __H)
where +

Variants§

§

UltraCondensed

§

ExtraCondensed

§

Condensed

§

SemiCondensed

§

Normal

§

SemiExpanded

§

Expanded

§

ExtraExpanded

§

UltraExpanded

Implementations§

§

impl Width

pub fn to_number(self) -> u16

Returns a numeric representation of a width.

+

Trait Implementations§

§

impl Clone for Width

§

fn clone(&self) -> Width

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Width

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for Width

§

fn default() -> Width

Returns the “default value” for a type. Read more
§

impl Hash for Width

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for Width

source§

fn cmp(&self, other: &Width) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Width

§

fn cmp(&self, other: &Width) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where - Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for Width

source§

fn eq(&self, other: &Width) -> bool

This method tests for self and other values to be equal, and is used + Self: Sized + PartialOrd,
Restrict a value to a certain interval. Read more
§

impl PartialEq for Width

§

fn eq(&self, other: &Width) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for Width

source§

fn partial_cmp(&self, other: &Width) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
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 <= +sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Width

§

fn partial_cmp(&self, other: &Width) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
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 more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Copy for Width

source§

impl Eq for Width

source§

impl StructuralPartialEq for Width

Auto Trait Implementations§

§

impl Freeze for Width

§

impl RefUnwindSafe for Width

§

impl Send for Width

§

impl Sync for Width

§

impl Unpin for Width

§

impl UnwindSafe for Width

Blanket Implementations§

source§

impl<T> Any for T
where +operator. Read more

§

impl Copy for Width

§

impl Eq for Width

§

impl StructuralPartialEq for Width

Auto Trait Implementations§

§

impl Freeze for Width

§

impl RefUnwindSafe for Width

§

impl Send for Width

§

impl Sync for Width

§

impl Unpin for Width

§

impl UnwindSafe for Width

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/usvg/fontdb/index.html b/usvg/fontdb/index.html index 49bb6256176..728da9df4c8 100644 --- a/usvg/fontdb/index.html +++ b/usvg/fontdb/index.html @@ -48,4 +48,4 @@

§Safety

But since we do not keep the files open it should be perfectly safe.

If you would like to use a persistent memory mapping of the font files, then you can use the unsafe Database::make_shared_face_data function.

-

Structs§

  • A font database.
  • A single font face info.
  • A unique per database face ID.
  • A database query.
  • Specifies the weight of glyphs in the font, their degree of blackness or stroke thickness.

Enums§

\ No newline at end of file +

Structs§

  • A font database.
  • A single font face info.
  • A unique per database face ID.
  • A database query.
  • Specifies the weight of glyphs in the font, their degree of blackness or stroke thickness.

Enums§

\ No newline at end of file